﻿@charset "utf-8";

/****header****/
.header {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}

.header .head {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.header .head .logo {
  width: 229px;
  height: 54px;
  margin-top: 23px;
  position: relative;
  left: -15px;
}

.header .head .logo img {
  width: auto;
  height: 54px;
}

.header .head .logo .img1 {
  display: block;
}

.header .head .logo .img2 {
  display: none;
}

.header .head .sea {
  width: auto;
  height: 40px;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}

.header .head .search {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  background: rgba(54, 55, 56, 0.80);
}

.header .head .search .satr {
  width: 600px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  position: relative;
  padding-top: 15%;
}

.header .head .search .satr em {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 40%;
  z-index: 10;
  background: url(/static/img/guan.png) no-repeat center;
}

.header .head .satr .sousuo1 {
  width: 520px;
  height: 60px;
  line-height: 60px;
  border: 0;
  padding-left: 10px;
  background: #FFF;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header .head .search .sousuo {
  width: 60px;
  height: 60px;
  background: url(/static/img/ser_btn.png) no-repeat center #ae0e16;
  border: 0;
  float: left;
}

.header .stmenu1 {
  width: auto;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}

.header .stmenu1 .xiala1 {
  width: auto;
}

.header .stmenu1 .xiala1 img {
  height: 40px;
}

.header .stmenu1 .child1 {
  display: none;
  position: absolute;
  top: 40px;
  right: -100px;
  width: 256px;
  z-index: 90;
  background: #FFF;
  padding: 10px 0 10px 10px;
  border: 1px #efefef solid;
}

.header .head .menu {
  width: auto;
  height: 40px;
  margin-top: 30px;
  margin-right: 30px;
}

.header .head .menu li {
  position: relative;
  float: left;
  display: inline;
  width: auto;
}

.header .head .menu li a.xialaguang {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  padding: 0 31px;
}

.header .head .menu li a.navhover,
.header .head .menu li a.xialaguang:hover {
  cursor: pointer;
  color: #FFF;
  background: #ae0e16;
}

.header .head .menu ul.children {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  line-height: normal;
  z-index: 99;
  text-align: center;
}

.header .head .menu ul.children li {
  width: 100%;
  padding: 0px;
  display: inline-block;
  border-top: 1px #e5e5e5 solid;
  margin: 0;
}

.header .head .menu ul.children li a {
  overflow: hidden;
  display: block;
  padding: 10px 15px;
  border-top: 1px #f5f5f5 solid;
  background: #FFF;
}

.header .head .menu ul.children li a:hover {
  color: #FFF;
  background: #ae0e16;
}

.header.clone {
  box-shadow: 0 5px 15px 0px rgba(0, 64, 152, 0.1);
  background: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header.clone .head .logo .img1 {
  display: none;
}

.header.clone .head .logo .img2 {
  display: block;
}

.header.clone .head .menu li a.xialaguang {
  color: #282828;
}

.header.clone .head .menu li a.navhover,
.header.clone .head .menu li a.xialaguang:hover {
  color: #FFF;
}

.header .head .sp_logo {
  width: auto;
  height: 54px;
  margin-top: 23px;
}

.header .head .sp_logo img {
  width: auto;
  height: 54px;
}

.header .head .sp_top {
  width: auto;
  border-left: 1px #b5b5b5 solid;
  margin-left: 15px;
  padding-left: 15px;
  margin-top: 27px;
}

.header .head .lan {
  height: 100px;
  line-height: 100px;
}


/*banner*/
.banner {
  width: 100%;
  overflow: hidden;
}

.banner .flexslider {
  position: relative;
  overflow: hidden;
}

.banner .slides {
  position: relative;
  z-index: 0;
}

.banner .slides li {
  height: 850px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .slides li a {
  display: block;
}

.flex-control-nav {
  position: absolute;
  bottom: 35px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 80px;
  overflow: hidden;
  background: url(/static/img/dot.png) right 0 no-repeat;
  cursor: pointer;
}

.flex-control-nav .flex-active {
  background-position: 0 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}

.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(/static/img/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(/static/img/next.png) center center no-repeat;
}

/*abouts*/
.tits {
  background: url(/static/img/la.gif) no-repeat left center;
  padding-left: 16px;
}

.titv {
  background: url(/static/img/lc.gif) no-repeat left center;
  padding-left: 16px;
}

.more1 {
  width: 146px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  text-align: center;
  background: #ae0e16;
  color: #FFF;
  display: block;
  cursor: pointer;
}

.more1:hover {
  background: #434343;
  color: #FFF;
}

.abouts {
  background: url(/static/img/bg1.jpg) no-repeat center;
  background-size: cover;
}

.abouts .ab_cn {
  box-shadow: 0 5px 15px 0px rgba(0, 64, 152, 0.1);
}

.about_l {
  width: 600px;
  position: relative;
}

.about_l i {
  width: 62px;
  position: absolute;
  left: 269px;
  top: 195px;
  z-index: 1;
}

.about_r {
  width: 524px;
  padding-right: 35px;
}

.about_lc {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

.about_lc dl {
  width: 230px;
  margin-right: 12px;
  padding: 30px 20px;
  overflow: hidden;
}

.about_lc dl:last-child {
  margin-right: 0;
}

.about_lc dl dt {
  height: 30px;
  line-height: 30px;
}

.about_lc dl dt img {
  width: auto;
  height: 30px;
}

/*研发创新*/
.yf_bo {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

.yf_bo dl:nth-of-type(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 80px;
}

.yf_bo dl:nth-of-type(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 80px;
}

.yf_bo dl:nth-of-type(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 80px;
}

.yf_bo dl:nth-of-type(4) {
  padding-left: 80px;
}

/*cpzs*/
.cpzs .slideTxtBox {
  width: 1200px;
  position: relative;
  overflow: hidden;
}

.cpzs .slideTxtBox .hd {
  width: 100%;
  overflow: hidden;
  background: url(/static/img/ln1.jpg) repeat-x bottom;
  height: 90px;
}

.cpzs .slideTxtBox .hd ul {
  background: url(/static/img/ln2.jpg) repeat-x bottom;
  height: 50px;
}

.cpzs .slideTxtBox .hd ul li {
  margin-left: 175px;
  height: 50px;
}

.cpzs .slideTxtBox .hd ul li:nth-of-type(1) {
  margin-left: 305px;
}

.cpzs .slideTxtBox .hd ul li.on {
  background: url(/static/img/ioc1.png) no-repeat left bottom;
}

.cpzs .slideTxtBox .hd ul li.on a {
  color: #ae0e16;
  font-weight: bolder;
}

.cpzs .slideTxtBox .bd ul {
  zoom: 1;
  width: 100%;
  overflow: hidden;
}

.cpzs .slideTxtBox .bd ul .cp1 {
  width: 427px;
  position: relative;
  overflow: hidden;
  background: #434343;
}

.cpzs .slideTxtBox .bd ul .cp1 dt {
  background: url(/static/img/ny.png) repeat-x bottom;
}

.cpzs .slideTxtBox .bd ul .cp1 dt img {
  opacity: 0.5;
}

.cpzs .slideTxtBox .bd ul .cp1 dd {
  width: 355px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 70px 36px;
}

.cpzs .slideTxtBox .bd ul .cp1 .morei {
  overflow: hidden;
  position: absolute;
  right: 36px;
  bottom: 50px;
  z-index: 2;
}

.cpzs .slideTxtBox .bd ul .cp1:hover .morei .more1 {
  background: #434343;
  color: #FFF;
}

.cpzs .slideTxtBox .bd ul .cpbo {
  width: 773px;
}

.cpzs .slideTxtBox .bd ul .cpbo dl {
  width: 375px;
  background: #fff;
  height: 305px;
  padding: 95px 22px 11px 23px;
  margin-left: 11px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.cpzs .slideTxtBox .bd ul .cpbo dl dd {
  position: absolute;
  left: 23px;
  top: 20px;
  padding-bottom: 16px;
  z-index: 1;
}

.cpzs .slideTxtBox .bd ul .cpbo dl:hover dd {
  color: #ae0e16;
}

.cpzs .slideTxtBox .bd ul .cpbo dl:hover dd a {
  color: #ae0e16;
}

/*hzhb*/
.hzhb {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

.hzhb a {
  width: 200px;
  overflow: hidden;
}

/*news*/
.new_img dl {
  width: 378px;
  background: #FFF;
  position: relative;
}

.new_img dl dt {
  padding: 30px 22px;
  overflow: hidden;
}

.new_img dl dt .tsar {
  border-bottom: 1px #eeeeee solid;
  padding-bottom: 18px;
}

.new_img dl:nth-of-type(1) {
  float: left;
}

.new_img dl:nth-of-type(2) {
  float: left;
  margin-left: 33px;
}

.new_img dl:nth-of-type(3) {
  float: right;
}

.new_img dl dd {
  position: absolute;
  left: 0;
  bottom: -200%;
}

.new_img dl:hover {
  background: #ae0e16;
  color: #FFF;
}

.new_img dl:hover a {
  color: #FFF;
}

.new_img dl:hover dt .tsar {
  border-bottom: 1px #bb3b41 solid;
}

.new_img dl:hover p.f18 {
  position: absolute;
  left: 0;
  bottom: -200%;
}

.new_img dl:hover dd {
  position: inherit;
  left: inherit;
  bottom: 0;
}

/*foot*/
.fov {
  margin-left: 200px;
}

/*************/
.bannery .main {
  padding-top: 220px;
}

.sub_bo {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  /* 不换行 */
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  /* 当内容超出时，允许横向滚动 */
  -webkit-overflow-scrolling: touch;
  /* 优化触摸滑动 */
  padding-bottom: 10px;
  /* 为滚动条留出空间，避免内容被遮挡 */
}

.sub_bo a {
  flex-shrink: 0;
  /* 防止按钮被压缩变形 */
  width: 23%;
  /* 宽度由内容和内边距决定 */
  /* padding: 0 35px; 控制按钮的左右大小 */
  margin: 0 8px 10px 8px;
  /* 控制按钮之间的间距 */
  height: 54px;
  line-height: 54px;
  background: #fff;
  border-radius: 54px;
  -moz-border-radius: 54px;
  -webkit-border-radius: 54px;
  display: block;
}

.sub_bo a:hover,
.sub_bo a.cur {
  background: #ae0e16;
  color: #FFF;
}



/*product-list*/
.product-list {
  width: 100%;
  overflow: hidden;
}

.product-list li {
  float: left;
  overflow: hidden;
  position: relative;
}

.product-list li a {
  display: block;
}

.pl1 li {
  width: 48%;
  margin: 0 1% 20px 1%;
}

.pla li {
  z-index: 1;
  width: 31.33%;
  margin: 0 1% 20px 1%;
}

.plb li {
  width: 23%;
  margin: 0 1% 20px 1%;
}

.plc li {
  width: 18%;
  margin: 0 1% 20px 1%;
}

.product-list li i {
  display: block;
  overflow: hidden;
  display: block;
  border: 1px #e3e3e3 solid;
}

.product-list li i img {
  width: 100%;
  display: block;
}

.product-list li figcaption {
  width: 100%;
  display: block;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  transition: 350ms;
  text-align: center;
  background-color: #f7f7f7;
}

.product-box .product-down {
  float: left
}

.product-list li mark {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(170, 240, 232, .2);
  background: #aaf0e8\9;
  filter: alpha(opacity=20);
  z-index: 20;
  opacity: 0;
  transform: skewX(45deg);
  visibility: hidden;
  transition: 360ms;
  z-index: 100;
}

.product-list li mark b {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  z-index: 30
}

.product-list li mark b:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ae0e16;
  position: absolute;
  left: 0;
  top: 23px;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px)
}

.product-list li mark b:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ae0e16;
  position: absolute;
  left: 23px;
  top: 0;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px)
}

.product-list li mark:before {
  content: "";
  width: 100%;
  height: 0%;
  border-left: 3px solid #ae0e16;
  border-right: 3px solid #ae0e16;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms
}

.product-list li mark:after {
  content: "";
  width: 0%;
  height: 100%;
  border-top: 3px solid #ae0e16;
  border-bottom: 3px solid #ae0e16;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms
}

.product-list li:hover i {
  border: 1px #ae0e16 solid;
}

.product-list li:hover mark {
  opacity: 1;
  transform: skewX(0);
  visibility: visible
}

.product-list li:hover mark:before {
  height: 100%;
  transition: 330ms 200ms
}

.product-list li:hover mark:after {
  width: 100%;
  transition: 330ms 200ms
}

.product-list li:hover mark b:before {
  transition: 355ms 180ms;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0)
}

.product-list li:hover mark b:after {
  transition: 355ms 240ms;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0)
}

.product-list li:hover figcaption {
  color: #FFF;
  background: #ae0e16;
}

/**图片点击放大**/
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license 弹出层 */
/*PageBar*/
.PageBar {
  clear: both;
  width: 80%;
  overflow: hidden;
  margin: 20px auto 10px auto;
  text-align: center;
}

.PageButtons span,
.PageButtons a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-left: 5px;
}

.PageButtons span {
  color: #ffffff;
  background-color: #ae0e16;
  border: 1px solid #ae0e16;
}

.PageButtons a:hover {
  background: #ae0e16;
  color: #FFF;
}

.PageInfo {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.disabled {
  display: none;
}

/*新闻列表*/
.arList {
  width: 100%;
  overflow: hidden;
}

.arList li {
  overflow: hidden;
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.arList li .newly_img {
  width: 30%;
  overflow: hidden;
  position: relative;
}

.arList li .newly_img dt {
  width: 85%;
  overflow: hidden;
  padding-right: 15%;
}

.arList li .newly_img dd {
  width: auto;
  overflow: hidden;
  background: #ae0e16;
  color: #FFF;
  padding: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.arList li .newly_txta {
  width: 55%;
  overflow: hidden;
  margin: 0 2% 0 3%;
}

.time {
  background: url(/static/img/time.png) no-repeat left center;
  padding-left: 24px;
}

.arList li .click {
  background: url(/static/img/mouse.png) no-repeat left center;
  padding-left: 20px;
}

.arList li .moreny {
  width: 10%;
  overflow: hidden;
  background: #ae0e16;
  color: #FFF;
  padding: 12px 0;
  text-align: center;
}

.arList li .newly_time {
  width: 10%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 20px 0;
}

.arList li .newly_txtb {
  width: 75%;
  overflow: hidden;
  margin: 0 2% 0 3%;
}

.arList li:hover {
  border: 1px solid #ae0e16;
}

.arList li:hover a.fb {
  color: #ae0e16;
}

/*产品详细*/
.cpnr {
  position: relative;
}

.cpnr .cpnr_l {
  width: 432px;
  overflow: hidden;
}

.cpnr .cpnr_l .cp_bo {
  width: 432px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px #ccc solid;
}

.cpnr .cpnr_l .cp_bo .picScroll-left {
  width: 432px;
  overflow: hidden;
  position: relative;
}

.cpnr .cpnr_l .cp_bo .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.cpnr .cpnr_l .cp_bo .picScroll-left .bd ul li {
  width: 432px;
  height: 329px;
  float: left;
  display: block;
  overflow: hidden;
}

.cpnr .cpnr_l .cp_bo .picScroll-left .hd a {
  width: 12px;
  height: 17px;
  display: block;
  position: absolute;
  top: 45%;
  z-index: 10;
}

.cpnr .cpnr_l .cp_bo .picScroll-left .hd a.prev {
  left: 20px;
  background: url(/static/img/awr.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cpnr .cpnr_l .cp_bo .picScroll-left .hd a.prev:hover {
  background: url(/static/img/awr_ed.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cpnr .cpnr_l .cp_bo .picScroll-left .hd a.next {
  right: 20px;
  background: url(/static/img/awr.png) no-repeat;
}

.cpnr .cpnr_l .cp_bo .picScroll-left .hd a.next:hover {
  background: url(/static/img/awr_ed.png) no-repeat;
}

.cpnr .cpnr_r {
  width: 750px;
  overflow: hidden;
  position: relative;
  background: #282828;
}

.cpnr .cpnr_r i {
  width: 62px;
  position: absolute;
  left: 344px;
  top: 239px;
  z-index: 1;
}

.cpnr .cpnr_r .heau img {
  opacity: 0.6;
}

.picScroll-leftx {
  width: 800px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.picScroll-leftx .bdx ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-leftx .bdx ul li {
  width: 800px;
  float: left;
  display: block;
  overflow: hidden;
}

.picScroll-leftx .hdx a {
  width: 12px;
  height: 17px;
  display: block;
  position: absolute;
  top: 45%;
  z-index: 10;
}

.picScroll-leftx .hdx a.prev {
  left: 20px;
  background: url(/static/img/awr.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.picScroll-leftx .hdx a.prev:hover {
  background: url(/static/img/awr_ed.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.picScroll-leftx .hdx a.next {
  right: 20px;
  background: url(/static/img/awr.png) no-repeat;
}

.picScroll-leftx .hdx a.next:hover {
  background: url(/static/img/awr_ed.png) no-repeat;
}


.phone {
  height: 60px;
  line-height: 60px;
  padding: 0 40px 0 84px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  background: url(/static/img/lx1.png) no-repeat 45px center #ae0e16;
  color: #FFF;
}

.downi {
  height: 60px;
  line-height: 60px;
  padding: 0 30px 0 74px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  background: url(/static/img/lx2.png) no-repeat 35px center #7d7d7d;
  color: #FFF;
}

.downi:hover {
  background: url(/static/img/lx2.png) no-repeat 35px center #ae0e16;
  color: #FFF;
}

.zxlxn {
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  background: #7d7d7d;
  color: #FFF;
  cursor: pointer;
}

.zxlxn:hover {
  background: #ae0e16;
  color: #FFF;
}

/*新闻内页*/
.news_tit {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}

.news_tit p {
  color: #666;
  margin-top: 10px;
}

.arKeywords {
  padding: 15px;
  overflow: hidden;
  background: #f7f7f7;
  margin-top: 20px;
  border: 1px #ccc solid;
}

.arContent h2,
.arContent h3,
.arContent h4 {
  color: #ae0e16;
  margin: 10px 0;
  display: block;
}

.arContent h2 {
  font-size: 24px;
}

.arContent h3 {
  font-size: 22px;
}

.arContent h4 {
  font-size: 18px;
}

.arContent table {
  width: 100%;
  border-collapse: collapse;
  margin: 5px auto;
  text-align: center;
  border: 0;
  table-layout: automatic;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
}

.arContent table tr td {
  border: 1px #ccc solid;
  padding: 10px 5px;
}

.arContent table tr:nth-of-type(odd) {
  background: #efefef;
}

.arContent table tr:nth-of-type(even) {
  background: #fff;
}

.arContent img {
  width: auto;
  display: block;
  margin: 5px auto;
  max-width: 100%;
}

.arContent a,
.arContent a:hover {
  color: #ae0e16;
}

.arContent ol,
.arContent ul {
  text-indent: 2em;
}

.arContent ol li {
  list-style: decimal;
  list-style-position: inside;
}

.arContent ul li {
  position: relative;
  padding-left: 18px;
}

.arContent ul li:after {
  content: '⊙';
  position: absolute;
  left: 0;
  top: 0;
  color: #ae0e16;
}



/*photo*/
photo {
  display: block;
  width: 33.33%;
  overflow: hidden;
  float: left;
  margin-top: 20px;
}

photo span {
  width: 90%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

photo span img {
  width: 100%;
}

photo p {
  width: 90%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  height: 55px;
  line-height: normal;
}

contenta,
contentb,
contentc {
  display: block;
  overflow: hidden;
  float: left;
  margin-top: 20px;
  line-height: 2;
}

contenta p,
contentb p,
contentc p {
  width: 90%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

contenta img,
contentb img,
contentc img {
  width: 100%;
}

.zs p {
  padding-left: 16px;
}

.zs p:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #ae0e16;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

contenta {
  width: 50%;
}

contentb {
  width: 33.33%;
}

contentc {
  width: 25%;
}

ewm {
  width: 40%;
  overflow: hidden;
  display: block;
  margin: 20px 5% 0 5%;
  float: left;
}

ewm span {
  width: 35%;
  overflow: hidden;
  display: block;
  float: left;
}

ewm div {
  width: 60%;
  overflow: hidden;
  display: block;
  float: right;
}

/*FastMove*/
.FastMove {
  height: 60px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.FastMove:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 0;
}

.FastMove div {
  width: 50%;
  padding: 20px 0;
  overflow: hidden;
}

.FastMove div p {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.FastMove div:hover {
  background: #ae0e16;
  color: #FFF;
}

.FastMove div:hover a {
  color: #FFF;
}

.but_tit {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  height: 50px;
}

.but_tit span {
  width: auto;
  overflow: hidden;
  float: left;
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
}

/*相关文章*/
.xgwz {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.xgwz li {
  width: 48%;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}

.xgwz li .newm {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.xgwz li:nth-of-type(odd) {
  float: left;
}

.xgwz li:nth-of-type(even) {
  float: right;
}

.xgwz li:hover .newm {
  color: #ae0e16;
}

/*相关产品*/
.xgcp {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

.xgcp dl {
  width: 31.33%;
  background: #fff;
  overflow: hidden;
  padding: 15px 2%;
  margin: 20px 1% 0 1%;
  position: relative;
}

.xgcp dl dt {
  background: url(/static/img/ld.gif) no-repeat left bottom;
  padding-bottom: 22px;
}

.xgcp dl:hover dt {
  background: url(/static/img/le.gif) no-repeat left bottom;
  color: #ae0e16;
}

.xgcp dl:hover dt a {
  color: #ae0e16;
}






/*在线留言*/
.fla {
  width: 56%;
  overflow: hidden;
  float: left;
}

.fra {
  width: 40%;
  overflow: hidden;
  float: left;
}

.subforn {
  width: 100%;
  overflow: hidden;
}

.subforn .form-group {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.subforn .form-group span {
  width: 2%;
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
}

.subforn .form-group .control-div {
  width: 98%;
  overflow: hidden;
  float: right;
  border: 1px #dadada solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  position: relative;
}

.subforn .form-group .control-div label {
  width: 25%;
  text-align: center;
  float: left;
  height: 24px;
  line-height: 24px;
  border-right: 1px #ccc solid;
  margin-top: 9px;
  text-align: center;
}

.subforn .form-group .control-div .form-control {
  width: 71%;
  float: left;
  height: 42px;
  line-height: 42px;
  border: 0;
  background: #fff;
  margin-left: 2%;
}

.subforn .form-group .control-div label.area {
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 1;
  height: auto;
  margin-top: 0;
}

.subforn .form-group .control-div .form-controlv {
  width: 100%;
  height: 178px;
  border: 0;
  padding: 9px;
  text-indent: 27%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 2;
}

.subforn .form-group .btn-info {
  width: 98%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #ae0e16;
  color: #FFF;
  border: 0;
  float: right;
}

/*产品留言*/
.zxly {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 0 0;
}

.zxly .subform {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.zxly .subform .form-groupfl {
  width: 49%;
  overflow: hidden;
}

.zxly .subform .form-groupfl .liebiao {
  width: 100%;
  height: 54px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
}

.zxly .subform .form-groupfl .liebiao label {
  width: 24%;
  height: 24px;
  line-height: 24px;
  border-right: 1px #999999 solid;
  text-align: center;
  float: left;
  margin-top: 15px;
}

.zxly .subform .form-groupfl .liebiao .forma {
  width: 71%;
  height: 54px;
  line-height: 54px;
  background: #fff;
  float: right;
  border: 0;
  font-size: 16px;
}

.zxly .subform .form-groupfl .liuy {
  width: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}

.zxly .subform .form-groupfl .liuy label {
  width: 23.6%;
  overflow: hidden;
  border-right: 1px #999999 solid;
  position: absolute;
  left: 0;
  text-align: center;
  top: 15px;
  z-index: 1;
}

.zxly .subform .form-groupfl .liuy .form-controlv {
  width: 100%;
  height: 178px;
  border: 0;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-indent: 27%;
  padding: 15px 10px;
  font-size: 16px;
}

.zxly .subform .btn-info {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: #ae0e16;
  border: 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}



/*站点 浮动返回顶部*/
.cd-top {
  display: inline-block;
  height: 43px;
  width: 44px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/static/img/back_top.jpg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/*站点 浮动客服*/
.keifu img {
  border: 0;
}

.keifu {
  position: fixed;
  top: 10%;
  right: 0;
  width: 131px;
  height: 343px;
  top: 120px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
  z-index: 990;
  font-size: 14px;
}

.keifu_tab {
  width: 160px;
}

.icon_keifu {
  top: 0px;
  width: 26px;
  height: 100px;
  float: left;
  background: url(/images/keifu.png) 0 0;
  position: relative;
  display: none;
  cursor: pointer;
}

.keifu_box {
  float: left;
  width: 131px;
}

.keifu_tab img {
  display: block;
  margin: 0 auto;
}

.keifu_head {
  width: 131px;
  height: 41px;
  background: url(/images/keifu.png);
  background-position: 0 -103px;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.keifu_close:link,
.keifu_close:visited {
  display: block;
  width: 11px;
  height: 11px;
  background: url(/images/keifu.png) -42px 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.keifu_close:hover {
  background-position: -60px 0;
}

.keifu_con {
  border-left: 7px solid #ae0e16;
  border-right: 7px solid #ae0e16;
  background: #fbfbfb;
}

.keifu_con ul {
  border-bottom: #e6e5e4 1px solid;
}

.keifu_con .li-qq {
  width: 100%;
  height: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.keifu_con .li-qq .icoTc img {
  display: block;
  /*width:105px;*/
  margin: 0 auto;
}

.keifu_con .li-tel-title {
  font-weight: bold;
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  border-top: 1px solid #dddddd;
  padding-left: 12px;
}

.keifu_con .li-tel-num {
  font-family: Arial;
  font-size: 12px;
  color: #e66d15;
  line-height: 20px;
  padding-left: 12px;
}

.keifu_con .li-feed-title {
  font-weight: bold;
  font-size: 12px;
  border-top: 1px solid #dddddd;
}

.keifu_con .li-feed-title img {
  padding-left: 0px;
  width: 117px;
}

.keifu_con .li-feed {
  font-family: Arial;
  font-weight: bold;
  color: #e66d15;
}

.keifu_con .li-weixin-title {
  font-weight: bold;
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  border-top: 1px solid #dddddd;
  padding-left: 12px;
}

.keifu_con .li-weixin {
  height: 96px;
  padding-left: 0px;
}

.keifu_con .li-weixin img {
  width: 115px;
  height: 115px;
}

.keifu_con .bt {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding: 0 0 0 20px;
  color: #012646;
}

.keifu_bot {
  width: 131px;
  height: 10px;
  background: url(/images/keifu.png);
  background-position: 0 -153px;
}

.keifu .tion {
  padding-top: 5px;
  padding-bottom: 5px;
}

.keifu .h145 {
  height: 145px;
}

/*左下角 浮动 在线留言*/
#SfMessWrap {
  border: 2px solid #ae0e16;
  padding: 1px;
  width: 230px;
  background: #f5f5f5;
  z-index: 100;
  position: fixed;
  left: 2px;
  bottom: 2px;
}

#SfMessHead {
  background: #ae0e16;
  line-height: 28px;
  height: 28px;
  text-indent: 10px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

#SfMessHead #SfMessTitle {
  float: left;
}

#SfMessHeadIcon {
  float: right;
  width: 23px;
  height: 25px;
  margin-right: 2px;
  background-image: url(/images/icon.png);
}

.SfMessIconOpen {
  background-position: top;
}

.SfMessIconClose {
  background-position: bottom;
}

#SfMessBody {
  width: 230px;
  overflow: hidden;
  padding-bottom: 5px;
}

#SfMessBodyTop {
  display: none;
}

#SfMessBodyMid {
  width: 230px;
  padding: 0px;
  margin: 0px auto;
  margin-top: 5px;
}

#SfMessBodyMid input {
  border: 1px solid #cccccc;
  background: #ffffff;
  width: 208px;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  padding: 0 10px;
}

#SfMessBodyMid textarea {
  width: 208px;
  height: 53px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #b89d9d;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  padding: 10px;
  margin: 0px auto;
}

#SfMessBodyMid .btn-info {
  width: 100%;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #ae0e16;
  color: #FFF;
  border: 0;
}

#SfMessBodyBottom {
  width: 220px;
  height: 22px;
  line-height: 22px;
  padding: 0px;
  margin-top: 10px;
}

#SfMessCopy {
  float: left;
  height: 22px;
  line-height: 22px;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  padding-left: 25px;
  background: url(/images/sign.png) left top no-repeat;
}

.SfMessTip {
  display: none;
}

#SfMessBodyFoot {
  display: none;
}

/*---------QVerify 弹出滑动css---------*/
#QVerify {
  position: fixed;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.QVerify {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 370px;
  max-width: 90%;
  height: 430px;
  max-height: 80%;
  border-radius: 17px;
  padding: 20px 10px;
  background: white;
  touch-action: none;
  overflow: hidden;
}

.QVerify .QVerify-title {
  width: 100%;
  height: auto;
}

.QVerify .QVerify-title .QVerify-title-name {
  width: 100%;
  text-align: center;
  color: #ae0e16;
  font-size: 36px;
}

.QVerify .QVerify-title .QVerify-title-desc {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
}

.QVerify .QVerify-result {
  width: 100%;
  height: auto;
  line-height: 40px;
  color: #00a344;
  text-align: center;
  font-size: 22px;
  margin: 5px auto;
}

.QVerify .QVerify-verify {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin: 20px auto;
}

.QVerify .QVerify-verify .QVerify-verify-img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(0, 163, 68, 0.3);
  overflow: hidden;
}

.QVerify .QVerify-verify .QVerify-verify-img>img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(65deg);
  -moz-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  -o-transform: rotate(65deg);
  transform: rotate(65deg);
}

.QVerify .QVerify-verify .QVerify-verify-img .QVerify-success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.QVerify .QVerify-verify .QVerify-verify-img .QVerify-success img {
  height: 40%;
  margin: 30% auto;
}

.QVerify .QVerify-verify .QVerify-verify-silder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  background: white;
}

.QVerify .QVerify-verify .QVerify-verify-silder .QVerify-silder {
  position: relative;
  width: 90%;
  height: 50px;
  background: #f3f9f1;
  border: 1px solid rgba(0, 163, 68, 0.3);
  border-radius: 25px;
}

.QVerify .QVerify-verify .QVerify-verify-silder .QVerify-silder .QVerify-silder-btn {
  position: absolute;
  left: 0;
  width: 42px;
  height: 42px;
  margin: 4px;
  border-radius: 50%;
  cursor: pointer;
  background: url("data:image/png;base64,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");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*---------QVerify 弹出滑动css---------*/

/* 响应式导航菜单样式 */
/* 汉堡菜单按钮 */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* 移动端菜单 */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background-color: #2c2c2c;
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  padding: 20px;
  border-bottom: 1px solid #444;
  display: flex;
  justify-content: flex-end;
}

.mobile-menu-close {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.mobile-menu-close span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mobile-menu-close span:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.mobile-menu-close span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.mobile-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-menu-list li {
  border-bottom: 1px solid #444;
}

.mobile-menu-list li a {
  display: block;
  padding: 18px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid #444;
}

.mobile-menu-list li a:hover {
  background-color: #ae0e16;
  color: #fff;
  padding-left: 30px;
}

.mobile-menu-list li a i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
}

.mobile-menu-list li a i:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mobile-submenu.active>a i {
  transform: translateY(-50%) rotate(45deg);
  color: #ae0e16;
  background-color: rgba(174, 14, 22, 0.1);
}

.mobile-submenu-list {
  display: none;
  background-color: #3a3a3a;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #444;
}

.mobile-submenu.active .mobile-submenu-list {
  display: block;
}

.mobile-submenu-list li {
  border-bottom: 1px solid #555;
}

.mobile-submenu-list li:last-child {
  border-bottom: none;
}

.mobile-submenu-list li a {
  padding: 15px 25px 15px 45px;
  font-size: 15px;
  color: #ddd;
  border-bottom: none;
}

.mobile-submenu-list li a:hover {
  background-color: #ae0e16;
  color: #fff;
  padding-left: 50px;
}

/* 移动端菜单遮罩 */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.line37 {
  line-height: 36px
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}


/* 响应式断点 */
@media (max-width: 768px) {

  /* 隐藏桌面端菜单 */
  .desktop-menu {
    display: none !important;
  }

  /* 显示汉堡菜单按钮 */
  .mobile-menu-toggle {
    display: flex;
    position: absolute;
    top: 17px;
    right: 20px;
    width: 35px;
    height: 30px;
    z-index: 1001;
    background: url(/static/img/m_menuimg.png);
    width: 55px;
    height: 55px;
    top: 4px;
    right: 15px;
  }

  .mobile-menu-toggle span {
    height: 4px;
    background-color: #fff;
  }

  /* 调整头部布局 */
  .header .head {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
  }

  .header .head .logo {
    width: auto;
    position: absolute;
    left: 15px;
    top: -16px;
  }

  .header .head .logo img {
    height: 50px;
  }

  /* 隐藏搜索和电话按钮 */
  .header .head .sea,
  .header .stmenu1 {
    display: none;
  }

  /* 调整头部高度 */
  .header {
    background-color: white;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
  }

  .header .head {
    height: 60px;
  }

  /* 调整banner高度 */
  .banner .slides li {
    height: 250px;
  }

  .about_l {
    width: 100%;
  }

  .about_l i {
    margin-bottom: 10px !important;
    border-radius: 8px;
    width: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  #html5-lightbox-box {
    display: block;
    position: relative;
    margin: 346.5px auto 0px;
    width: 398px;
    height: auto;
    top: -160px;
  }

  .pt50 {
    padding-top: 15px;
  }

  .about_r {
    width: 92vw;
    padding-right: 0px;
  }

  .more1 {
    margin-right: 10px;
    width: 146px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-align: center;
    background: #ae0e16;
    color: #FFF;
    display: block;
    cursor: pointer;
    float: right;
  }

  /* .bgys{
    height: 400px;
} */
  .line36 {
    line-height: 15px;
    font-size: 13px;
  }

  .fo36 {
    font-size: 15px !important;
  }

  .about_lc {
    display: none;
  }

  .ftr {
    display: none;
  }

  .cpzs .slideTxtBox .bd ul .cpbo dl {
    width: 90vw;
    background: #fff;
    height: 100%;
    padding: 95px 22px 11px 23px;
    margin-left: 11px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

  .cpzs .slideTxtBox .bd ul .cpbo dl dt a img {
    height: 100%;

  }

  .cpzs .slideTxtBox .bd ul .cpbo {
    width: 95vw;
  }

  .cpzs .slideTxtBox .hd {
    width: 100%;
    overflow: hidden;
    height: 35px;
  }

  .pt40 {
    padding-top: 10px;
  }

  .cp1 {
    display: none;
  }

  .yf_bo {
    display: none;
  }

  .pt25 {
    padding-top: 10px;
  }

  /* 移动端隐藏轮播图导航按钮 */
  .flex-direction-nav {
    display: none;
  }

  .pad70 {
    padding: 15px 0;
  }

  .f30 {
    font-size: 20px;
  }

  /* 调整主要内容区域 */
  .bannery .main {
    padding-top: 120px;
  }

  .borbe5 {
    display: none
  }

  .hzhb a {
    width: 45vw;
    overflow: hidden;
  }

  .cpzs .slideTxtBox {
    width: 100vw;
    position: relative;
    overflow: hidden;
  }
}

.ftr {
  float: right;
}

@media (max-width: 480px) {
  .mobile-menu {
    width: 100%;
    max-width: none;
  }

  .header .head .logo {
    top: 15px;
  }

  .header .head .logo img {
    position: absolute;
    top: -30px;
    height: 45px;
  }

  .mobile-menu-toggle span {
    height: 3px;
  }

  .mobile-menu-list li a {
    padding: 16px 20px;
    font-size: 16px;
  }

  .mobile-submenu-list li a {
    padding: 14px 20px 14px 40px;
    font-size: 14px;
  }
}

.fo36 {
  font-size: 30px;
}

/* 确保在小屏幕上body不会限制最小宽度 */
@media (max-width: 768px) {
  body {
    min-width: auto;
    background: #f7f7f7 !important;
  }

  .main {
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
  }
}

/* 移动端全局文字排版优化 */
@media (max-width: 768px) {

  .about_r,
  .about_r p,
  .about_r div,
  .about_r .view_more,
  .about_r .f30,
  .about_r .f17,
  .about_r .f18,
  .about_r .f36 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }

  .about_r {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #222 !important;
    background: #fff !important;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  .about_r p,
  .about_r div {
    margin-bottom: 12px !important;
    font-size: 15px !important;
    color: #333 !important;
    word-break: break-all;
  }

  .about_r p.f30,
  .about_r .f30 {
    font-size: 18px !important;
    font-weight: bold !important;

    margin-bottom: 10px !important;
    margin-top: 10px !important;
    letter-spacing: 1px;
  }

  .about_r .view_more,
  .about_r .more1 {
    /* margin-top: 18px !important; */
    margin-bottom: 10px !important;
    text-align: center !important;
    float: none !important;
    display: block !important;
  }

  .about_r .more1 {
    width: 90% !important;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px !important;
    border-radius: 25px !important;
    background: #ae0e16 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(174, 14, 22, 0.08);
  }

  .about_r .more1:hover {
    background: #434343 !important;
    color: #fff !important;
  }

  /* 优化图片与文字间距 */
  .about_l img,
  .about_l {
    margin-bottom: 10px !important;
    border-radius: 8px;
  }

  /* 优化段落间距 */
  .about_r div,
  .about_r p {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  .xgcp dl {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 15px 2%;
    margin: 20px 1% 0 1%;
    position: relative;
  }
}

@media (max-width: 480px) {
  .about_r .more1 {
    font-size: 15px !important;
    padding: 0px 0 !important;
  }

  .about_r p.f30,
  .about_r .f30 {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
  .mobile-product-btns {
    width: 92vw;
    margin: 18px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }

  .mobile-product-btns a {
    display: block;
    width: 100%;
    max-width: 380px;
    min-height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    background: #a72822;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    letter-spacing: 1px;
    transition: background 0.2s;
  }

  .mobile-product-btns a.mobile-tel-btn {
    background: #a72822;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .mobile-product-btns a:hover {
    background: #ae0e16;
    color: #fff;
  }
}

@media (min-width: 769px) {
  .mobile-product-btns {
    display: none !important;
  }
}

@media (max-width: 768px) {

  /* about页面大背景与主内容区 */
  .bannery {
    margin-top: 60px;
    height: 200px !important;
    min-height: 120px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0 0 18px 18px;
    margin-bottom: 0;
    padding: 0 !important;
  }

  .bannery .main {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 12px !important;
    text-align: center !important;
    margin: 0 auto !important;
    position: relative;
    top: 38px;
  }

  .bannery .main .f55 {
    font-size: 28px !important;
    margin-bottom: 8px !important;
    letter-spacing: 2px;
    text-align: center !important;
  }

  .bannery .main .f18 {
    font-size: 15px !important;
    padding-top: 10px !important;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  }

  /* about页面二级导航按钮 */
  .sub_bo.main {
    width: 100vw !important;
    max-width: 100vw !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding: 0 8px 0 8px !important;
    margin: 0 auto 0 auto !important;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    gap: 16px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    border-radius: 18px !important;
    box-sizing: border-box;
  }

  /* about页面当前位置导航 */
  .pt40 .main {
    width: 100vw !important;
    max-width: 100vw !important;
    font-size: 13px !important;
    color: #888 !important;
    padding: 0 12px !important;
    margin: 0 auto !important;
    text-align: left !important;
    background: none !important;
    border: none !important;
  }

  .pt40 .main {
    font-size: 13px !important;
  }

  /* about页面正文内容区 */
  .pad70.bgff {
    width: 96vw !important;
    max-width: 98vw !important;
    margin: 18px auto 18px auto !important;
    border-radius: 14px;
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 18px 10px 18px 10px !important;
  }

  .pad70.bgff .main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: #222 !important;
    text-align: left !important;
  }

  .pad70.bgff .main {
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: #333 !important;
    margin-bottom: 16px !important;
    text-indent: 0 !important;
    padding: 0 !important;
  }

  .pad70.bgff .main p br {
    display: none;
  }

  .pla li {
    width: 90vw;
    margin: 0 1% 20px 1%;
  }

  /* about页面整体背景 */
}

@media (max-width: 768px) {
  .sub_bo a {
    flex: 0 0 auto;
    min-width: 104px !important;
    font-size: 13px !important;
    padding: 0 22px !important;
    height: 48px !important;
    line-height: 16px !important;
    border-radius: 24px !important;
    background: #fff !important;
    color: #a72822 !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    margin: 0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    border: none !important;
    transition: background 0.2s, color 0.2s;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  a.cur {
    background: #a72822 !important;
    color: #fff !important;
  }

  .banner {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
  }

}

@media (max-width: 768px) {
  .fla {
    width: 100%;
    overflow: hidden;
    float: left;
  }

  .fra {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    float: left;
    font-weight: 100;
  }

  .zxly .subform .form-groupfl {
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 768px) {

  /* 仅针对产品页面的横向滚动导航栏 */
  .sub_bc.main {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap !important;

    /* 美化样式 */
    gap: 12px;
    padding: 12px 16px !important;
    margin-bottom: 20px !important;
    border-radius: 12px;
    background-color: #f7f7f7;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE, Edge */
  }

  .sub_bc.main::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .sub_bc.main a {
    flex: 0 0 auto;
    display: inline-block !important;
    padding: 10px 20px !important;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    border: 1px solid #eee;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px !important;
    font-size: 15px !important;
    padding: 0 22px !important;
    height: 48px !important;
    line-height: 48px !important;
  }

  .sub_bc.main a.cur,
  .sub_bc.main a:hover {
    background-color: #ae0e16;
    color: #fff;
    border-color: #ae0e16;
  }

  .cpzs .slideTxtBox .hd ul {
    background: url(/static/img/ln2.jpg) repeat-x bottom;
    height: 50px;
    padding-top: 0px;
  }

  .hd ul {
    display: none;
  }
}

@media (max-width: 480px) {
  .about_l i {
    margin-bottom: 10px !important;
    border-radius: 8px;
    width: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

/*安骐产品 
显示全部产品 */
@media (max-width: 768px) {
  .bd>ul {
    display: block !important;
  }

  .FastMove {
    height: 99px;
    margin: 30px 0 0 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

.tab_footer {
  margin-right: 120px;
  margin-left: 50px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
}

.third_party .list {
  width: 90vw;
  margin: 0 5vw;
}

.third_party .list dl {
  z-index: 10;
  float: left;
  width: 16.6%;
  position: relative;
  padding: 30px 0 0 0;
}

.third_party .list dl dt {
  overflow: hidden;
  float: left;
  line-height: 1.5em;
}

.third_party .list dl dt span {
  font-size: 1.5em;
}

.third_party .list dl dd {
  overflow: hidden;
  float: left;
  padding: 0 0 30px 0;
  margin: 0 0 0 20px;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.third_party {
  border-top: 1px rgba(0, 0, 0, 0.05) solid;
}

.third_party .list dl:hover .img {
  overflow: hidden;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.figure_img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.third_party .list dl .img {
  overflow: hidden;
  display: none;
}

.wheel_img {
  overflow: hidden;
  margin: 50px 0 0 0;
  background: rgba(0, 0, 0, 0.03);
}

.wheel_img ul {
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
}

.wheel_img ul li {
  overflow: hidden;
  text-align: center;
  width: 380px;
  margin: 0 20px 30px 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}

.figure_img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product_describe {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
}

.product_describe .left {
  overflow: hidden;
  width: 100%;
  margin: 0 20px 0 0;
  float: left;
}

.text_content {
  overflow: hidden;
}

.product_describe .left h4 {
  font-family: LonginesSans, Helvetica, Arial;
}

.text_content h4 {
  overflow: hidden;
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.8);
}

.text_content p {
  overflow: hidden;
  margin: 20px 0;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.6);
}

.text_content ul {
  overflow: hidden;
}

.text_content img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
  vertical-align: top;
  overflow: hidden;
}

.product_describe .right {
  overflow: hidden;
  width: calc(40% - 21px);
  border-left: 1px rgba(0, 0, 0, 0.05) solid;
  padding: 0 0 0 20px;
  float: left;
}

.product_describe .right h4 {
  overflow: hidden;
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  padding: 0 0 20px 0;
}

.product_describe .right h4 {
  font-family: LonginesSans, Helvetica, Arial;
}

.product_describe .right dl {
  overflow: hidden;
  margin: 20px 0;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.5em;
}

.product_describe .right dl dt {
  overflow: hidden;
  float: left;
  width: 40%;
  color: rgba(0, 0, 0, 0.6);
}

.product_describe .right dl dd {
  overflow: hidden;
  float: left;
  width: 60%;
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
}