body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ul,
ol,
p {
  margin: 0;
  box-sizing: border-box;
}
ul,
ol,
th,
td,
input,
textarea {
  padding: 0;
}
div,
li {
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 0;
}
table {
  border-collapse: collapse;
}
img,
iframe {
  border: 0;
}
ol,
ul {
  list-style: none;
}
i,
em {
  font-style: normal;
}
strong {
  font-weight: normal;
}
input,
select,
textarea {
  font-family: 'Microsoft YaHei';
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #666;
}
input:-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 12px;
  color: #666;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 12px;
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #666;
}
.u-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.more {
  width: 1.3rem;
  height: 0.4rem;
  border: 1px solid #666666;
  margin: 0 auto;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #333;
  text-align: center;
}
.elli1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/*************** header-box STRAT *******************/
.header-box-empty {
  width: 100%;
  height: 1rem;
}
.header-box {
  background-color: #fff;
  padding: 0 0.45rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-box .area {
  height: 1rem;
  line-height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-box .area .dib {
  width: 4.17rem;
}
.header-box .area .nav-right {
  width: 0.42rem;
  height: 0.39rem;
}
.header-box .area .nav-right .close {
  display: none;
}
.header-box .area::after {
  display: none;
}
.show_nav {
  height: 100vh;
  overflow: hidden;
}
.m-nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: calc(100% - 1rem);
  background: #fff;
  left: 0;
  top: 1rem;
  overflow-y: hidden;
  display: none;
}
.m-nav .nav > li {
  position: relative;
  width: 100%;
  padding: 0 0.25rem;
}
.m-nav .nav > li .u-wap {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.m-nav .nav > li .u-wap img {
  width: 0.35rem;
  height: 0.33rem;
  display: inline-block;
  padding-left: 5px;
  transition: all 0.3s;
}
.m-nav .nav > li .u-wap .active {
  transform: rotate(180deg);
}
.m-nav .nav > li .u-wap .u-span-up {
  display: none;
}
.m-nav .nav > li .u-a-wrap {
  font-size: 0.3rem;
  line-height: 1.03rem;
  color: #666;
  border-bottom: 1px solid #959595;
  border-image: linear-gradient(to right, #00000000, #bfbfbf96, #00000000) 1;
}
.m-nav .nav > li:hover > .u-a-wrap {
  color: #e9cf35;
}
.m-nav .nav > li:hover .subnav .u-a-wrap:hover {
  color: #e9cf35;
}
.m-nav .subnav {
  display: none;
}
.m-nav .subnav .u-a-wrap {
  font-size: 0.3rem;
  line-height: 1.03rem;
  color: #666;
  border-bottom: 1px solid #959595;
  border-image: linear-gradient(to right, #00000000, #bfbfbf96, #00000000) 1;
}
/*************** header-box END   *******************/
/*************** banner-box STRAT *******************/
.banner-box {
  height: 3.5rem;
}
.banner-box .u-img {
  width: 100%;
  height: 3.5rem;
}
.banner-box .u-roll {
  height: 3.5rem !important;
}
.banner-box .j-jqthumb,
.banner-box .caroufredsel_wrapper {
  height: 3.5rem !important;
}
.u-pag-banner {
  bottom: 12px;
  left: 0;
}
.u-pag-banner span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 13px;
  margin: 0 7.5px;
  border: solid 1px #959595;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.u-pag-banner .selected span {
  background-color: #959595;
}
/*************** banner-box END   *******************/
/*************** m-productNav STRAT *******************/
.m-productNav .area {
  overflow: auto;
  overflow-x: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.m-productNav .area::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.m-productNav ul {
  display: flex;
  height: 1.8rem;
}
.m-productNav li {
  position: relative;
  width: 1.7rem;
  height: 1.6rem;
  background-color: #eef1f1;
}
.m-productNav li .u-a-wrap {
  height: 100%;
  overflow: hidden;
}
.m-productNav li .imgWrap {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  width: 0.77rem;
  height: 0.55rem;
  transform: translateX(-50%);
}
.m-productNav li .name {
  margin-top: 1rem;
  font-size: 0.2rem;
  color: #333;
}
.m-productNav li .focus {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  visibility: hidden;
}
.m-productNav li .focus:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
  border-top: solid 10px #000;
}
.m-productNav li:hover {
  background-color: #fff;
}
.m-productNav li:hover .focus {
  visibility: visible;
}
.m-productNav .active {
  background-color: #fff;
}
.m-productNav .active .focus {
  visibility: visible;
}
/*************** m-productNav END   *******************/
/*************** m-1 STRAT *******************/
.m-1 {
  margin-top: 0.3rem;
}
.m-1 .item > li {
  display: none;
}
.m-1 .item .active {
  display: block;
}
.m-1 .sub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.28rem;
}
.m-1 .sub li {
  position: relative;
  width: 48%;
  padding-top: 0.35rem;
}
.m-1 .sub li .u-img {
  height: 2.4rem;
  max-width: 100%;
}
.m-1 .sub li .name {
  width: 100%;
  font-size: 0.12rem;
  color: #666;
  font-weight: bold;
  text-align: center;
  padding-top: 0.3rem;
}
.m-1 .more {
  margin-top: 0.25rem;
  margin-bottom: 0.16rem;
}
/*************** m-1 END   *******************/
.m-ads .u-img {
  height: 2.18rem;
}
/*************** m-about STRAT *******************/
.m-news {
  width: 100%;
}
.m-about .title,
.m-news .title {
  padding: 0.42rem 0 0.26rem 0;
}
.m-about .title .CH,
.m-news .title .CH {
  padding: 0 0.3rem;
  border-left: solid 0.04rem #e9cf35;
  border-right: solid 0.04rem #e9cf35;
  font-size: 0.36rem;
  color: #666;
  letter-spacing: 0.05rem;
}
.m-about .title .EN,
.m-news .title .EN {
  font-size: 0.2rem;
  color: #666;
  padding-top: 0.1rem;
}
.m-about {
  padding: 0 0.28rem;
}
.m-about .u-img {
  width: 100%;
  height: 3.06rem;
  float: none;
}
.m-about .m-article {
  height: 100%;
}
.m-about .m-article .ctn {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.36rem;
  padding-top: 0.29rem;
  padding-bottom: 0.8rem;
}
.m-about .m-article .more {
  margin-bottom: 0.82rem;
}
/*************** m-about END   *******************/
/*************** m-news STRAT *******************/
.m-news {
  padding: 0 0.28rem;
}
.m-news .u-img {
  float: none;
  width: 100%;
  height: 3.06rem;
}
.m-news .newsUl li .u-a-wrap {
  padding: 0.28rem 0;
  border-bottom: 1px solid #CCCCCC;
}
.m-news .newsUl li .date {
  color: #808080;
  font-size: 0.2rem;
}
.m-news .newsUl li .m-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-news .newsUl li .m-article::before {
  content: "";
  display: block;
  background: url("../images/news_icon.png") no-repeat;
  background-size: 100% 100%;
  width: 0.16rem;
  height: 0.19rem;
}
.m-news .newsUl li .m-article .tit {
  color: #333333;
  width: 70%;
  font-size: 0.26rem;
}
.m-news .newsUl li .m-article .ctn {
  font-size: 0.24rem;
  color: #808080;
  line-height: 0.36rem;
}
.m-news .newsUl li:hover .date {
  color: #e9cf35;
}
.m-news .newsUl li:hover .m-article .tit {
  color: #e9cf35;
}
.m-news .index-newsUl li .m-article {
  display: block;
}
.m-news .index-newsUl li .m-article::before {
  display: none;
}
.m-news .index-newsUl li .m-article .tit {
  width: 100%;
}
.m-news .more {
  margin-bottom: 0.82rem;
  margin-top: 0.6rem;
}
/*************** m-news END   *******************/
/*************** footer-box STRAT *******************/
.footer-box-empty {
  height: 1.19rem;
  width: 100%;
}
.footer-box {
  background-color: #000;
  height: 1.19rem;
  position: fixed;
  bottom: 0;
}
.footer-box .area {
  height: 1.19rem;
}
.footer-box ul {
  display: flex;
  justify-content: space-between;
}
.footer-box ul li {
  width: 25%;
  text-align: center;
}
.footer-box ul li .u-img {
  width: 0.37rem;
  height: 0.33rem;
  margin: 0 auto;
  margin-top: 0.23rem;
}
.footer-box ul li .u-span {
  display: block;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  padding-top: 0.18rem;
}
.footer-box ul li:last-child .u-img {
  width: 0.25rem;
  height: 0.33rem;
}
/*************** footer-box END   *******************/
/*************** m-location STRAT *******************/
.m-location {
  margin-bottom: 0.07rem;
}
.m-location .pageTit {
  font-size: 18px;
  line-height: 42px;
  color: #e9cf35;
}
.location {
  font-size: 0.28rem;
  color: #fff;
  display: flex;
  background: #E9CF35;
}
.location a {
  color: #fff;
}
.location .location-item {
  padding: 0.24rem 0.29rem;
  border-right: 1px solid #C7B12C;
}
/*************** m-location END   *******************/
/*************** m-pageNav STRAT *******************/
.m-pageNav {
  text-align: center;
}
.m-pageNav .title {
  padding: 40px 0 35px 0;
  background-color: #e9cf35;
  color: #fff;
}
.m-pageNav .title .CH {
  font-size: 24px;
}
.m-pageNav .title .EN {
  font-size: 14px;
}
.m-pageNav .content {
  display: flex;
  flex-wrap: wrap;
}
.m-pageNav .content > li > .u-a-wrap {
  font-size: 0.28rem;
  color: #666;
  padding: 0.28rem 0.32rem;
}
.m-pageNav .content .hover > .u-a-wrap {
  background-color: #e9cf35;
  color: #fff;
}
.m-pageNav li .sub {
  border-bottom: solid 1px #dcdcdc;
}
.m-pageNav li .sub .u-a-wrap {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
/*************** m-pageNav END   *******************/
/*************** m-picList STRAT *******************/
/*.m-picList ul { height: 678px; }*/
.m-picList .f-hvrScale {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.28rem;
}
.m-picList li {
  position: relative;
  width: 48%;
  padding-top: 0.35rem;
}
.m-picList li .u-img {
  height: 2.4rem;
  max-width: 100%;
}
.m-picList li .name {
  font-size: 14px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
/*************** m-picList END   *******************/
/*************** m-picDtl STRAT *******************/
.m-picDtl .picProfile-swiper-top {
  width: 100%;
  margin-top: 12px;
}
.m-picDtl .picProfile-swiper-top .u-img {
  height: 4.69rem;
  width: 100%;
}
.m-picDtl .picProfile-swiper-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-picDtl .picProfile-swiper-bottom .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.m-picDtl .picProfile-swiper-bottom .swiper-slide-thumb-active {
  opacity: 1;
}
.m-picDtl .picProfile-swiper-bottom .u-img {
  height: 1rem;
}
.m-picDtl .swiper-button-next,
.m-picDtl .swiper-button-prev {
  transform: scale(0.5);
}
.m-picDtl .picProfile .m-right {
  margin: 0.12rem 0;
}
.m-picDtl .picProfile .m-right .tit {
  border-bottom: dashed 1px #dbdbdb;
  font-size: 24px;
  line-height: 54px;
  color: #666;
  text-indent: 20px;
}
.m-picDtl .picProfile .m-right .ctn {
  padding-top: 0.07rem;
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #999;
  text-indent: 20px;
}
.m-picDtl .picProfile .m-right .tele {
  background-color: #e9cf35;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 0.15rem 0.5rem;
  margin: 0 auto;
  width: 80%;
  margin-top: 0.1rem;
}
.m-picDtl .picProfile .m-right .tele span {
  font-size: 0.24rem;
}
.m-picDtl .picDetail {
  padding: 0.2rem 0.26rem;
}
.m-picDtl .picDetail .title {
  border-bottom: solid 3px #e9cf35;
  font-size: 0.3rem;
  line-height: 42px;
  color: #e9cf35;
}
.m-picDtl .picDetail .m-article .album {
  text-align: center;
}
.m-picDtl .picDetail .m-article .album img {
  max-width: 100%;
}
.m-picDtl .picDetail .m-article .ctn {
  padding: 13px 0 4px 0;
  font-size: 0.28rem;
  line-height: 0.56rem;
  color: #666;
}
.m-picDtl .picDetail .m-article .ctn img {
  max-width: 100%;
}
.m-picDtl .paging {
  margin-top: 0.3rem;
}
.m-picDtl .paging .pagin-prev,
.m-picDtl .paging .pagin-next {
  font-size: 0.24rem;
  line-height: normal;
  margin: 0.15rem 0;
  display: block;
}
.m-picDtl .picProfile .img-s .prev,
.m-picDtl .picProfile .img-s .next {
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 10px;
  height: 17px;
  margin: auto 0;
  background: url(../images/icon/arrow.png);
}
.m-picDtl .picDetail .m-article .paging,
.m-newsDtl .paging {
  border-top: dashed 1px #b0b0b0;
  font-size: 14px;
  line-height: 58px;
}
.m-picDtl .picDetail .m-article .paging a,
.m-newsDtl .paging a {
  color: #666;
}
/*************** m-picDtl END   *******************/
/*************** m-newsList STRAT *******************/
/*************** m-newsList END   *******************/
/*************** m-newsDtl STRAT *******************/
.m-newsDtl {
  padding: 0.26rem;
}
.m-newsDtl .tit {
  padding: 30px 0 15px 0;
}
.m-newsDtl .tit h1 {
  font-size: 0.36rem;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color: #333333;
}
.m-newsDtl .tit .inf {
  font-size: 0.22rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #999999;
  padding-top: 0.29rem;
}
.m-newsDtl .imgs img {
  max-width: 100%;
}
.m-newsDtl .ctn {
  min-height: 144px;
  padding-top: 40px;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.36rem;
  padding-bottom: 0.2rem;
}
.m-newsDtl .paging .pagin-prev,
.m-newsDtl .paging .pagin-next {
  font-size: 0.24rem;
  line-height: normal;
  margin: 0.15rem 0;
}
/*************** m-newsDtl END   *******************/
/*************** 产品列表 START   *******************/
/*************** 产品列表 END   *******************/
