/* author:ZJ; date:2017-06; */
body {
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  color: #333;
  background: #fff;
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}

.yahei {
  font-family: "Microsoft YaHei";
}

.m-about .conBox .u-name {
  text-align: center;
}

.top-box,
.nav-box,
.banner-box,
.main-box,
.sub-box,
.footer-box {
  min-width: 320px;
  width: 100% !important;
  margin: 0 auto;
  _width: 100%;
}

.top-box {
  position: relative;
  z-index: 5;
  background: #fff;
}

.top-box .area {
  height: 116px;
}

.top-box .logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.top-box .logo:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}

.top-box .logo img {
  vertical-align: middle;
}

.top-tel {
  position: relative;
  zoom: 1;
  float: right;
  display: inline;
  margin-top: 26px;
  padding-left: 60px;
  width: 230px;
  background: url(../images/shadow-top-tel.png) 26px 26px no-repeat;
}

.top-tel:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url(../images/ico-top-tel.png) no-repeat;
}

.top-tel h4 {
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
}

.top-tel p {
  line-height: 44px;
  font-size: 30px;
  font-weight: bold;
  color: #f28617;
}

.nav-box {
  /* position: relative; */
  /* z-index: 10; */
  /* background: #154a9a; */
}

/*.m-nav a{ -webkit-transition:none;-moz-transition:none;transition:none; }*/
.m-nav .fir-ul {
  font-size: 0;
  text-align: center;
}

.m-nav .fir-ul .fir-li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 126px;
  text-align: center;
}

.m-nav .fir-ul .u-a {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}

.m-nav .fir-ul .current .u-a,
.m-nav .fir-ul .hover .u-a {
  background: #f28617;
}

.m-nav .sec-box {
  position: absolute;
  z-index: 10;
  top: 44px;
  left: 0;
  width: 100%;
}

.m-nav .sec-ul {
  background: #154a9a;
}

.m-nav .sec-ul li {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}

.m-nav .sec-ul a {
  display: block;
  color: #fff;
}

.m-nav .sec-ul a:hover {
  background: #f28617;
}

.m-nav .nav-y .sec-box {
  display: none;
}

.banner-box {
  position: relative;
  z-index: 0;

}

.m-focus {
  position: relative;
  zoom: 1;
  width: 100%;
}

.m-focus .switchable-box {
  position: relative;
  zoom: 1;
  overflow: hidden;
  width: 100%;
  height: 5rem;
}

.m-focus .switchable-content {
  height: 5rem !important;
}

.m-focus .switchable-content li {
  width: 100%;
  height: 5rem;
  text-align: center;
}

.m-focus .switchable-content li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m-focus .switchable-content li a {
  display: block;
  height: 5rem;
}

.m-focus .switchable-nav {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 750px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-focus .switchable-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 6px;
  padding-top: 10px;
  width: 10px;
  height: 0;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.m-focus .switchable-nav li.active {
  width: 32px;
  background-color: #f28617;
}

.main-box {
  margin-top: 2.5rem;
}

.main-box,
.sub-box {
  position: relative;
  z-index: 5;
}

.m-search {
  padding: 9px 0;
  background: #f5f5f3;
}

.m-search .formBox {
  float: left;
  display: inline;
  width: 305px;
  /* overflow: hidden; */
  font-size: 0;
  /* border: solid 1px #c3c3c3; */
  /* background: #fff; */
  -moz-border-radius: 16px;
  /* -webkit-border-radius:16px; */
  /* border-radius:16px; */
}

.m-search .formBox input {
  vertical-align: top;
  font-family: "Microsoft YaHei";
  border: 0 none;
}

.m-search .formBox .u-text {
  padding-left: 0.36rem;
  width: 188px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: url(../images/ico-search.png) 10px center no-repeat;
}

.m-search .formBox .u-btn {
  width: 80px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  background: #f28617;
  cursor: pointer;
  -moz-border-radius: 15px;
  /* -webkit-border-radius:15px; */
  /* border-radius:15px; */
}

.m-search .linkBox {
  float: right;
  display: inline;
  width: 775px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.m-search .linkBox a {
  font-size: 14px;
  color: #666;
}

.m-search .linkBox a:hover {
  color: #154a9a;
}

.m-advantage {
  padding: 0.28rem 0 0.36rem;
}

.m-advantage li {
  float: left;
  display: inline;
  margin-left: 0.6rem;
  width: 1.1rem;
  text-align: center;
}

.m-advantage .u-box .ico {
  display: block;
  margin: 0 auto;
  width: 0.84rem;
  height: 0.84rem;
  overflow: hidden;
  border: solid 0.04rem #c2c2c2;
  background: url(../images/ico-advantage.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.m-advantage .u-box h4 {
  margin-top: 0.12rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  font-size: 0.26rem;
  font-weight: normal;
  color: #154a9a;
}

.m-advantage .u-box p {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  font-size: 0.18rem;
}

.m-advantage li:nth-child(1) .ico,
.m-advantage li.child-1 .ico {
  background-position: 0 0;
}

.m-advantage li:nth-child(2) .ico,
.m-advantage li.child-2 .ico {
  background-position: 0 -0.84rem;
}

.m-advantage li:nth-child(3) .ico,
.m-advantage li.child-3 .ico {
  background-position: 0 -1.68rem;
}

.m-advantage li:nth-child(4) .ico,
.m-advantage li.child-4 .ico {
  background-position: 0 -2.52rem;
}

.m-advantage li:nth-child(5) .ico,
.m-advantage li.child-5 .ico {
  background-position: 0 -3.36rem;
}

.m-advantage li:nth-child(6) .ico,
.m-advantage li.child-6 .ico {
  background-position: 0 -4.2rem;
}

.m-advantage li:nth-child(7) .ico,
.m-advantage li.child-7 .ico {
  background-position: 0 -5.04rem;
}

.m-advantage .u-box:hover .ico {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-color: #154a9a;
  background-image: url(../images/ico-advantage-hover.png);
}

.m-title {
  text-align: center;
}

.m-title h2 {
  position: relative;
  zoom: 1;
  line-height: 54px;
  font-size: 34px;
}

.m-title h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -30px;
  width: 60px;
  height: 3px;
  overflow: hidden;
  background: #f28617;
}

.m-title p {
  padding: 15px 0;
  line-height: 24px;
  font-size: 20px;
}

.m-product {
  padding: 0.24rem 0 0.72rem;
  background: #f5f5f3;
}

.m-product .listBox {
  position: relative;
  zoom: 1;
  margin-top: 0.14rem;
  padding: 0.2rem 0.64rem;
  background: #fff;
}

.m-product .listBox .caroufredsel_wrapper,
.m-product .listBox .j-product-scroll {
  height: auto !important;
  width: 100% !important;
  position: inherit !important;
}

.m-product .listBox .j-product-scroll::-webkit-scrollbar {
  display: none
}

.m-product .listBox .j-product-scroll {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}

.m-product .listBox li {
  display: inline;
  /* margin-right: 0.5rem; */
  width: 2.86rem;
  width: 50%;
  margin-bottom: .1rem;
}

.m-product .listBox .u-img {
  display: block;
  width: 2.86rem;
  height: 2.7rem;
  overflow: hidden;
}

.m-product .listBox .u-img .jqthumb {
  height: 2.15rem !important;
}

.m-product .listBox .u-img .img_title {
  background: #f5f5f3;
  margin-top: 0.06rem;
  height: 0.49rem;
  line-height: 0.49rem;
  padding: 0 0.15rem;
  font-family: Microsoft YaHei;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 0px rgba(218, 218, 218, 0.69);
}

.m-product .btnBox a {
  position: absolute;
  top: 0;
  width: 0.64rem;
  height: 3.1rem;
  line-height: 3.1rem;
  font-size: 0.52rem;
  font-family: "SimSun";
  text-align: center;
  color: #fff;
}

.m-product .btnBox a.prevBtn {
  left: 0;
}

.m-product .btnBox a.nextBtn {
  right: 0;
}

.m-product .btnBox a:hover {
  color: #ff9528;
}

.m-about {
  position: relative;
  zoom: 1;
  height: 17rem;
  background: #154a9a;
  background-image: url(../images/ico-about-bg.png);
  background-size: 100% 100%;
  /*background-position:center 30px;*/
  background-repeat: no-repeat;
}

.m-about .area {
  width: 100%;
  height: 100%;
  padding: 0 0.58rem;
  box-sizing: border-box;
}

.m-about .conBox {
  padding: 0.35rem 0 0;
  color: #fff;
  width: 100%;
}

.m-about .conBox .u-name {
  font-size: 0.44rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.36rem;
}

.m-about .conBox .u-con {
  margin-top: 0.46rem;
  overflow: hidden;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.54rem;
}

.m-about .conBox .u-btn {
  display: none;
  margin-top: 50px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #f28617;
}

.m-case {
  padding: 0.36rem 0 0.48rem;
  display: none;
}

.m-case .tabBox {
  margin-top: 14px;
}

.m-case .tabCon {
  margin-top: 0.3rem;
  height: 3.5rem !important;
}

.m-case .tabCon .content {
  height: 3.5rem !important;
  width: 100% !important;
}

.m-case .tabCon .content .listBox {
  width: 100% !important;
}

.m-case .menuBox {
  position: relative;
  zoom: 1;
  padding: 0 0.34rem;
  height: 0.98rem;
}

.m-case .menuBox .caroufredsel_wrapper,
.m-case .menuBox .j-caseMenu-scroll {
  width: 100% !important;
  height: 0.98rem !important;
  display: flex;
}

.m-case .menuBox li {
  display: inline;
  margin: 0 0.24rem;
  width: 2.91rem;
}

.m-case .menuBox li a {
  position: relative;
  zoom: 1;
  display: block;
  width: 2.91rem;
  height: 0.98rem;
  line-height: 0.98rem;
  overflow: hidden;
  font-size: 0.32rem;
  text-align: center;
}

.m-case .menuBox li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.91rem;
  height: 0.98rem;
  border: solid 2px #c9c9c9;
  box-sizing: border-box;
}

.m-case .menuBox li a:hover {
  font-weight: bold;
  color: #fff;
  background-color: #f28617;
}

.m-case .menuBox li.on a {
  font-weight: bold;
  color: #fff;
  background-color: #f28617;
}

.m-case .menuBox li a:hover:before,
.m-case .menuBox li.on a:before {
  width: 2.91rem;
  height: 0.98rem;
  border: solid 1px #c16609;
  box-sizing: border-box;
}

.m-case .btnBox a {
  position: absolute;
  top: 0;
  width: 0.6rem;
  height: 0.98rem;
  overflow: hidden;
}

.m-case .btnBox a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 0.14rem 0.24rem;
  border-style: solid;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.m-case .btnBox a.prevBtn {
  left: 0;
}

.m-case .btnBox a.nextBtn {
  right: 0;
}

.m-case .btnBox a.prevBtn:before {
  margin: 0.36rem 0 0 -0.12rem;
  border-color: transparent #154a9a transparent transparent;
}

.m-case .btnBox a.nextBtn:before {
  margin: 0.36rem 0 0 0.24rem;
  border-color: transparent transparent transparent #154a9a;
}

.m-case .btnBox a.prevBtn:hover:before {
  border-right-color: #f28617;
}

.m-case .btnBox a.nextBtn:hover:before {
  border-left-color: #f28617;
}

.m-case .listBox {
  padding: 0 0.25rem;
  box-sizing: border-box;
}

.m-case .listBox li {
  float: left;
  display: inline;
  width: 3.5rem;
  padding-bottom: 0.2rem;
}

.m-case .listBox .j-case-scroll,
.m-case .listBox .caroufredsel_wrapper {
  height: 3.7rem !important;
  width: 100% !important;
}

.m-case .listBox .j-case-scroll {
  display: flex;
}

.m-case .listBox .caroufredsel_wrapper {
  overflow-x: scroll !important;
}

.m-case .listBox .u-box {
  position: relative;
  zoom: 1;
  display: block;
}

.m-case .listBox .u-img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.m-case .listBox .u-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  color: #fff;
  background: url(../images/pngbg-154a9a-90.png) repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.m-case .listBox .u-mask h4 {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  font-size: 21px;
  font-weight: normal;
}

.m-case .listBox .u-mask h4:before,
.m-case .listBox .u-mask h4:after {
  content: ".";
  position: absolute;
  left: 50%;
  padding-top: 2px;
  width: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.m-case .listBox .u-mask h4:before {
  bottom: 8px;
}

.m-case .listBox .u-mask h4:after {
  bottom: 0;
}

.m-case .listBox .u-mask p {
  margin-top: 12px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}

.m-case .listBox .u-box:hover .u-mask {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.m-case .listBox .u-box:hover .u-mask h4:before {
  width: 100%;
  left: 0%;
}

.m-case .listBox .u-box:hover .u-mask h4:after {
  width: 60%;
  left: 20%;
}

.m-news {
  padding: 0.36rem 0 0;
  background: #f5f5f3;
  display: none;
}

.m-news .listBox-1 {
  float: left;
  display: inline;
  padding-top: 0.24rem;
  width: 100%;
  overflow: unset;
}

.m-news .listBox-1 ul {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
}

.m-news .listBox-1 li {
  float: left;
  display: inline;
  margin-top: 0.64rem;
  width: 100%;
}

.m-news .listBox-1 .u-box {
  position: relative;
  zoom: 1;
  display: block;
  padding: 0.12rem 0.1rem 0.12rem 1.6rem;
}

.m-news .listBox-1 .u-box .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  height: 1.3rem;
  line-height: 1.3rem;
  overflow: hidden;
  font-size: 0.7rem;
  font-family: "Microsoft YaHei";
  text-align: center;
  color: #000;
  border-right: solid 1px #999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 400;
}

.m-news .listBox-1 .u-name {
  font-weight: normal;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.m-news .listBox-1 .u-con {
  margin-top: 0.3rem;
  height: 0.6rem;
  line-height: 0.3rem;
  overflow: hidden;
  color: #666;
  font-size: 0.23rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.m-news .listBox-1 .u-box:hover {
  background: #154a9a;
}

.m-news .listBox-1 .u-box:hover .num {
  color: #fff;
  border-color: #fff;
}

.m-news .listBox-1 .u-box:hover .u-name,
.m-news .listBox-1 .u-box:hover .u-con {
  color: #fff;
}

.m-news .listBox-1 li.pic {
  width: 100%;
}

.m-news .listBox-1 li.pic .u-box {
  padding: 0;
}

.m-news .listBox-1 li.pic .u-box .u-img {
  display: block;
  width: 100%;
  height: 5.28rem;
  overflow: hidden;
}

.m-news .listBox-1 li.pic .u-box .u-con {
  margin: 0;
  padding: 0.36rem 0.36rem;
  height: 1.59rem;
  background: #f2b217;
  box-sizing: border-box;
}

.m-news .listBox-1 li.pic .u-box .u-con h4 {
  width: 6.23rem;
  height: 0.36rem;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-news .listBox-1 li.pic .u-box .u-con p {
  overflow: hidden;
  margin-top: 0.2rem;
  width: 5.98rem;
  height: 0.3rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-news .listBox-1 .clear {
  position: relative;
}

.m-news .listBox-1 .more {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  display: block;
  width: 2.91rem;
  height: 0.98rem;
  line-height: 0.98rem;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #154a9a;
  margin: 0 auto;
  transform: translateY(0.5rem);
}

.m-news .listBox-2 {
  float: right;
  display: none;
  padding-top: 12px;
  width: 360px;
}

.m-news .listBox-2 .title {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  font-size: 20px;
}

.m-news .listBox-2 li {
  margin-top: 12px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.m-news .listBox-2 li:first-child,
.m-news .listBox-2 li.first {
  margin-top: 0;
}

.m-news .listBox-2 li a {
  position: relative;
  zoom: 1;
  display: block;
  padding: 0 15px 0 40px;
  font-size: 14px;
}

.m-news .listBox-2 li a:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  font-size: 20px;
  font-family: "SimHei";
  text-align: center;
}

.m-news .listBox-2 li a:hover {
  color: #fff;
  background: #154a9a;
}

.m-news .listBox-2 .more {
  float: right;
  display: inline;
  margin-top: 38px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #154a9a;
}

.footer-box {
  position: relative;
  z-index: 4;
  background: #06275a;
  color: #fff;
}

.footer-box a {
  color: #fff;
}

.footer-box a:hover {
  text-decoration: underline;
}

.w340 {
  width: 340px;
}

.m-footer {
  padding: 0.22rem 0.69rem 0.8rem;
  box-sizing: border-box;
  min-height: 254px;
  _height: 254px;
}

.m-footer .m-contact {
  margin: 0 auto;
}

.m-footer h2.title {
  position: relative;
  zoom: 1;
  padding: 0.82rem 0 0.1rem;
  font-weight: normal;
  border-bottom: solid 1px #666;
}

.m-footer h2.title:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 2.97rem;
  height: 0;
  padding-top: 2px;
  background: #f28617;
  content: "";
}

.m-footer h2.title .en {
  text-align: center;
  font-size: 0.58rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  height: 0.5rem;
}

.m-footer h2.title .cn {
  text-align: center;
  font-size: 0.43rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding: 0.3rem 0;
}

.m-contact {
  width: 100%;
}

.m-contact .conBox>p:first-child {
  text-align: center;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding: 0.5rem 0 0.2rem;
}

.m-contact .conBox>p:nth-child(n+3) {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.48rem;
}

.m-contact .tel {
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}

.m-contact .tel h4 {
  line-height: 30px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: normal;
}

.m-contact .tel p {
  line-height: 0.48rem;
  font-size: 0.72rem;
  font-weight: bold;
  color: #f2b217;
  text-align: center;
  font-family: Microsoft YaHei;
}

.m-contact .u-con {
  padding: 6px 0;
  line-height: 20px;
  font-size: 14px;
}

.m-client {
  display: none;
}

.m-links .title {
  display: none;
}

.m-links {
  width: 100%;
  margin-top: 0.5rem;
}

.m-links .conBox {
  margin-top: 18px;
}

.m-links .conBox a:hover {
  text-decoration: none;
  color: #fff;
}

.m-links .conBox .links-wrapper {
  position: relative;
  zoom: 1;
  width: 100%;
}

.m-links .conBox .links-btn {
  position: relative;
  zoom: 1;
  display: block;
  width: 5.1rem;
  height: 0.71rem;
  line-height: 0.71rem;
  background: #ffffff;
  padding: 0 0.1rem;
  font-family: "Microsoft YaHei";
  font-size: 0.28rem;
  text-align: left;
  color: #ccc;
  border: solid 0.01rem #999;
  background: none;
  cursor: pointer;
  box-sizing: border-box;
}

.m-links .conBox .links-btn .arr {
  position: absolute;
  top: -0.01rem;
  right: -0.8rem;
  overflow: hidden;
  width: 0.72rem;
  height: 0.71rem;
  background: #f28617 url(../images/btn-select.png) center no-repeat;
  cursor: pointer;
}

.m-links .conBox .links-list {
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 5.1rem;
  padding: 0 0.1rem;
  border: solid 1px #999;
  box-sizing: border-box;
}

.m-links .conBox .links-list li {
  overflow: hidden;
  height: 0.71rem;
  line-height: 0.71rem;
  color: #666;
}

.m-links .conBox .links-list li a {
  display: block;
  padding: 0 20px 0 10px;
  color: #ccc;
  font-size: 0.24rem;
}

.m-links .conBox .links-list li a:hover {
  color: #fff;
}

.m-links .conBox .links-list .scrollbar {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  width: 5px;
  background: #999;
}

.m-links .conBox .links-list .scrollbar .handle {
  width: 5px;
  margin: 0 auto;
  background: #666;
}

.m-copyright {
  padding: 0.42rem 0.85rem;
  min-height: 0.48rem;
  _height: 48px;
  border-top: solid 3px #f28617;
  background: #081d3c;
}

.m-copyright .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.m-copyright .u-con {
  line-height: 0.33rem;
  text-align: center;
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.m-client {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 10px;
  margin-top: -85px;
  width: 42px;
  _position: absolute;
}

.m-client li {
  margin-bottom: 1px;
}

.m-client li.client-goTop {
  display: none;
}

.m-client .u-a {
  position: relative;
  display: block;
  padding-left: 42px;
  height: 42px;
  background: url(../images/client-btn.gif) center no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.m-client .ico {
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -21px 0 0 0;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background: url(../images/ico-client.png) no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.m-client .u-a:hover {
  background-image: url(../images/client-btn-hover.gif);
}

.m-client .home .ico {
  background-position: 0 0;
}

.m-client .tel .ico {
  background-position: 0 -42px;
}

.m-client .qq .ico {
  background-position: 0 -84px;
}

.m-client .wechat .ico {
  background-position: 0 -126px;
}

.m-client .goTop .ico {
  background-position: 0 -168px;
}

.m-client .conBox .con {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 6px;
}

.m-client .conBox .con:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  margin-right: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #fd7303;
}

.m-client .text {
  padding: 0 16px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  background: #fd7303;
  white-space: nowrap;
}

.m-client .erwei {
  padding: 2px;
  min-height: 38px;
  background: #fd7303;
}

.m-client .erwei img {
  width: 124px;
  height: 124px;
}

.m-client li.client-goTop .u-a {
  background: #000;
}

.m-client li.client-goTop .u-a:hover {
  background: #000;
}

.m-client li.client-goTop .u-a:hover .ico {
  -webkit-animation: goTop 0.6s infinite;
  animation: goTop 0.6s infinite;
}

@-webkit-keyframes goTop {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -2px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes goTop {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -2px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

.sub-box {
  padding-bottom: 0.4rem;
}

.sub-box .left-column {
  width: 100%;
}

.sub-box .right-column {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}

.sub-menuBox {
  height: 1rem;
  overflow: hidden;
}

.open {
  height: auto;
}

.open .sub-menu-title .arrow {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}

.sub-menu-title {
  position: relative;
  zoom: 1;
  overflow: hidden;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  background: #154a9a;
  height: 1rem;
  line-height: 1rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.sub-menu-title h2 {
  font-size: 0.34rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.sub-menu-title .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-menu-title .arrow img {
  width: 0.26rem;
  height: 0.15rem;
}

.sub-menu {
  border: solid 1px #e1e1e1;
  border-top: none;
  background: #F5F5F5;
}

.sub-menu h4:first-child,
.sub-menu h4.first {
  border: none;
}

.sub-menu h4 a {
  position: relative;
  zoom: 1;
  display: block;
  padding-left: 0.6rem;
  height: 1rem;
  width: 80%;
  margin: 0 auto;
  line-height: 1rem;
  overflow: hidden;
  font-size: 0.28rem;
  font-weight: normal;
  border-top: solid 1px #e1e1e1;
}

.sub-menu h4.current a:before,
.sub-menu h4.hover a:before {
  background-image: url(../images/sub/ico-menu-hover.png);
}

.sub-menu ul {
  display: none;
  border-top: solid 1px #dbdbdb;
  width: 80%;
  padding: 0 0.3rem;
  margin: 0 auto;
}

.sub-menu li a {
  position: relative;
  zoom: 1;
  display: block;
  height: 0.84rem;
  line-height: 0.84rem;
  overflow: hidden;
  font-size: 0.26rem;
  text-align: center;
}

.sub-menu li a:hover {
  color: #154a9a;
}

.sub-menu li a:hover:after {
  border-color: #1e8f56;
}

.sub-contact {
  margin-top: 20px;
}

.sub-contact .title {
  position: relative;
  zoom: 1;
  overflow: hidden;
  padding: 8px 12px 6px;
  background: #154a9a;
}

.sub-contact .title h2 {
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}

.sub-contact .title p {
  font-size: 14px;
  color: #4992ff;
}

.sub-contact .conBox {
  padding: 0 10px;
  border: solid 1px #e3e3e3;
  border-top: none;
}

.sub-contact .conBox .u-tel h4 {
  padding: 6px 0;
  font-size: 14px;
  font-weight: normal;
}

.sub-contact .conBox .u-tel p {
  padding: 6px 8px;
  line-height: 36px;
  font-size: 26px;
  font-weight: bold;
  color: #ef6434;
  border: solid 1px #ececec;
  background: #f4f4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.sub-contact .conBox .u-con {
  padding: 12px 0;
}

.sub-title {
  position: relative;
  zoom: 1;
  padding-left: 20px;
  line-height: 46px;
}

.sub-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  width: 5px;
  height: 24px;
  overflow: hidden;
  background: #f28617;
}

.sub-title h2 {
  font-size: 20px;
}

.sub-title span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 6px;
  line-height: 40px;
  font-size: 18px;
  font-family: Verdana;
  font-weight: normal;
  color: #999;
}

.sub-box .picList {
  padding: 0 0.3rem;
}

.sub-box .m-sub .picListDetail .m-content {
  min-height: 0.3rem;
}

.articleDetail .m-content .news-detail {
  padding: 0.4rem 0;
}

.articleDetail .m-content .news-detail img {
  max-width: 100%;
}

.single .m-content .sub-content {
  padding: 0;
}

.feedback .sub-message {
  padding: 0.4rem 0;
}

.feedback .sub-message .m-submit {
  text-align: center;
}

.feedback .sub-message .m-submit .btn {
  margin-top: 0.2rem;
}

.feedback .sub-message .m-form .td-textarea textarea {
  width: 60%;
}

.single .m-content {
  margin-top: 0.3rem;
}

.articleDetail .sub-title h2 {
  text-align: center;
}

.article .m-current,
.picList .m-current,
.feedback .m-current,
.single .m-current,
.picListDetail .m-current,
.articleDetail .m-current {
  display: none;
}

.article .sub-title,
.picList .sub-title,
.feedback .sub-title,
.single .sub-title,
.picListDetail .sub-title,
.articleDetail .sub-title {
  padding-left: 0;
}

.article .sub-title h2,
.picList .sub-title h2,
.feedback .sub-title h2,
.single .sub-title h2,
.picListDetail .sub-title h2,
.articleDetail .sub-title h2 {
  display: flex;
  flex-direction: column;
  font-size: 0.44rem;
  align-items: center;
  line-height: 0.6rem;
  margin-top: 0.4rem;
}

.article .sub-title span,
.picList .sub-title span,
.feedback .sub-title span,
.single .sub-title span,
.picListDetail .sub-title span,
.articleDetail .sub-title span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 0.06rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
}

.article .sub-title::before,
.picList .sub-title::before,
.feedback .sub-title::before,
.single .sub-title::before,
.picListDetail .sub-title::before,
.articleDetail .sub-title::before {
  content: "";
  position: absolute;
  bottom: -0.12rem;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.05rem;
  overflow: hidden;
  background: #f28617;
}

.article .m-content .sub-pic,
.picList .m-content .sub-pic,
.feedback .m-content .sub-pic,
.single .m-content .sub-pic,
.picListDetail .m-content .sub-pic,
.articleDetail .m-content .sub-pic {
  padding: 0.4rem 0;
}

.article .m-content .sub-pic .j-jqthumb,
.picList .m-content .sub-pic .j-jqthumb,
.feedback .m-content .sub-pic .j-jqthumb,
.single .m-content .sub-pic .j-jqthumb,
.picListDetail .m-content .sub-pic .j-jqthumb,
.articleDetail .m-content .sub-pic .j-jqthumb {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article .m-content .sub-pic .j-jqthumb li,
.picList .m-content .sub-pic .j-jqthumb li,
.feedback .m-content .sub-pic .j-jqthumb li,
.single .m-content .sub-pic .j-jqthumb li,
.picListDetail .m-content .sub-pic .j-jqthumb li,
.articleDetail .m-content .sub-pic .j-jqthumb li {
  width: 3.3rem;
  margin: 0;
}

.article .m-content .sub-pic .j-jqthumb li:nth-child(n+3),
.picList .m-content .sub-pic .j-jqthumb li:nth-child(n+3),
.feedback .m-content .sub-pic .j-jqthumb li:nth-child(n+3),
.single .m-content .sub-pic .j-jqthumb li:nth-child(n+3),
.picListDetail .m-content .sub-pic .j-jqthumb li:nth-child(n+3),
.articleDetail .m-content .sub-pic .j-jqthumb li:nth-child(n+3) {
  margin-top: 0.34rem;
}

.article .m-content .sub-pic .j-jqthumb li .u-box .u-imgBox .u-img,
.picList .m-content .sub-pic .j-jqthumb li .u-box .u-imgBox .u-img,
.feedback .m-content .sub-pic .j-jqthumb li .u-box .u-imgBox .u-img,
.single .m-content .sub-pic .j-jqthumb li .u-box .u-imgBox .u-img,
.picListDetail .m-content .sub-pic .j-jqthumb li .u-box .u-imgBox .u-img,
.articleDetail .m-content .sub-pic .j-jqthumb li .u-box .u-imgBox .u-img {
  width: 100%;
}

.article .m-content .sub-news .j-child-first li,
.picList .m-content .sub-news .j-child-first li,
.feedback .m-content .sub-news .j-child-first li,
.single .m-content .sub-news .j-child-first li,
.picListDetail .m-content .sub-news .j-child-first li,
.articleDetail .m-content .sub-news .j-child-first li {
  width: 100%;
  height: 3.04rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(218, 218, 218, 0.69);
  margin-top: 0.34rem;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}

.article .m-content .sub-news .j-child-first li a,
.picList .m-content .sub-news .j-child-first li a,
.feedback .m-content .sub-news .j-child-first li a,
.single .m-content .sub-news .j-child-first li a,
.picListDetail .m-content .sub-news .j-child-first li a,
.articleDetail .m-content .sub-news .j-child-first li a {
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.article .m-content .sub-news .j-child-first li a:hover,
.picList .m-content .sub-news .j-child-first li a:hover,
.feedback .m-content .sub-news .j-child-first li a:hover,
.single .m-content .sub-news .j-child-first li a:hover,
.picListDetail .m-content .sub-news .j-child-first li a:hover,
.articleDetail .m-content .sub-news .j-child-first li a:hover {
  background: unset;
}

.article .m-content .sub-news .j-child-first li a::before,
.picList .m-content .sub-news .j-child-first li a::before,
.feedback .m-content .sub-news .j-child-first li a::before,
.single .m-content .sub-news .j-child-first li a::before,
.picListDetail .m-content .sub-news .j-child-first li a::before,
.articleDetail .m-content .sub-news .j-child-first li a::before {
  display: none;
}

.article .m-content .sub-news .j-child-first li a .news_left,
.picList .m-content .sub-news .j-child-first li a .news_left,
.feedback .m-content .sub-news .j-child-first li a .news_left,
.single .m-content .sub-news .j-child-first li a .news_left,
.picListDetail .m-content .sub-news .j-child-first li a .news_left,
.articleDetail .m-content .sub-news .j-child-first li a .news_left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 3.2rem;
}

.article .m-content .sub-news .j-child-first li a .news_left::after,
.picList .m-content .sub-news .j-child-first li a .news_left::after,
.feedback .m-content .sub-news .j-child-first li a .news_left::after,
.single .m-content .sub-news .j-child-first li a .news_left::after,
.picListDetail .m-content .sub-news .j-child-first li a .news_left::after,
.articleDetail .m-content .sub-news .j-child-first li a .news_left::after {
  content: "";
  position: absolute;
  top: 0.91rem;
  left: 0;
  width: 0.51rem;
  height: 1px;
  background: #F28617;
}

.article .m-content .sub-news .j-child-first li a .news_left .left_top,
.picList .m-content .sub-news .j-child-first li a .news_left .left_top,
.feedback .m-content .sub-news .j-child-first li a .news_left .left_top,
.single .m-content .sub-news .j-child-first li a .news_left .left_top,
.picListDetail .m-content .sub-news .j-child-first li a .news_left .left_top,
.articleDetail .m-content .sub-news .j-child-first li a .news_left .left_top {
  width: 100%;
  height: 0.76rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sub-content h1{
  display: none;
}

.article .m-content .sub-news .j-child-first li a .news_left .left_btm,
.picList .m-content .sub-news .j-child-first li a .news_left .left_btm,
.feedback .m-content .sub-news .j-child-first li a .news_left .left_btm,
.single .m-content .sub-news .j-child-first li a .news_left .left_btm,
.picListDetail .m-content .sub-news .j-child-first li a .news_left .left_btm,
.articleDetail .m-content .sub-news .j-child-first li a .news_left .left_btm {
  width: 100%;
  height: 1rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 0.34rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.3rem;
}

.article .m-content .sub-news .j-child-first li a .news_left .news_time,
.picList .m-content .sub-news .j-child-first li a .news_left .news_time,
.feedback .m-content .sub-news .j-child-first li a .news_left .news_time,
.single .m-content .sub-news .j-child-first li a .news_left .news_time,
.picListDetail .m-content .sub-news .j-child-first li a .news_left .news_time,
.articleDetail .m-content .sub-news .j-child-first li a .news_left .news_time {
  height: 0.2rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
  margin-top: 0.2rem;
}

.article .m-content .sub-news .j-child-first li a .news_right,
.picList .m-content .sub-news .j-child-first li a .news_right,
.feedback .m-content .sub-news .j-child-first li a .news_right,
.single .m-content .sub-news .j-child-first li a .news_right,
.picListDetail .m-content .sub-news .j-child-first li a .news_right,
.articleDetail .m-content .sub-news .j-child-first li a .news_right {
  width: 2.93rem;
  height: 2.45rem;
}

.article .m-content .sub-news .j-child-first li a .news_right img,
.picList .m-content .sub-news .j-child-first li a .news_right img,
.feedback .m-content .sub-news .j-child-first li a .news_right img,
.single .m-content .sub-news .j-child-first li a .news_right img,
.picListDetail .m-content .sub-news .j-child-first li a .news_right img,
.articleDetail .m-content .sub-news .j-child-first li a .news_right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article .m-page,
.picList .m-page,
.feedback .m-page,
.single .m-page,
.picListDetail .m-page,
.articleDetail .m-page {
  border-top: unset;
  margin-top: 0;
}

.m-current {
  float: right;
  display: inline;
  margin-top: 6px;
  line-height: 40px;
}

.m-current a:hover {
  color: #f28617;
}

.m-sub .m-content {
  min-height: 400px;
  _height: 400px;
}

.sub-pic {
  padding: 20px 2px;
}

.sub-pic ul {
  margin: -16px 0 0 -8px;
}

.sub-pic li {
  float: left;
  display: inline;
  margin: 16px 0 0 8px;
  width: 218px;
}

.sub-pic .u-box {
  display: block;
}

.sub-pic .u-imgBox {
  padding: 3px;
  border: solid 1px #ccc;
}

.sub-pic .u-img {
  display: block;
  width: 210px;
  height: 155px;
  overflow: hidden;
}

.sub-pic .u-name {
  margin-top: 6px;
  padding: 0 8px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  background: #f5f5f3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sub-pic .u-box:hover .u-name {
  color: #fff;
  background: #154a9a;
}

.sub-news {
  padding: 20px 0;
}

.sub-news li {
  margin-top: 12px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.sub-news li:first-child,
.sub-news li.first {
  margin-top: 0;
}

.sub-news li a {
  position: relative;
  zoom: 1;
  display: block;
  padding: 0 15px 0 40px;
  font-size: 14px;
}

.sub-news li a:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  font-size: 20px;
  font-family: "SimHei";
  text-align: center;
}

.sub-news li a:hover {
  color: #fff;
  background: #154a9a;
}

.detail-share {
  padding: 15px 0;
}

.detail-share a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.detail-share .bdsharebuttonbox {
  float: right;
  display: inline;
}

.detail-page {
  border-top: solid 1px #e4e4e4;
  margin-top: 0.8rem;
}

.detail-page .page-text {
  overflow: hidden;
  width: 48%;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #888;
}

.detail-page .page-text a {
  color: #888;
}

.detail-page .page-text a:hover {
  color: #f28617;
}

.detail-page .f-fr {
  text-align: right;
}

/******************** sub-content ********************/
.sub-content {
  padding: 20px;
}

.sub-content img {
  max-width: 100%;
  /* _width: expression((documentElement.clientWidth < 860) ? "": "860px"); */
}

.sub-content .f-fl {
  width: auto;
  margin: 0 0 10px 10px;
}

.sub-content h1 {
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 22px;
  font-family: "Microsoft YaHei";
  text-align: center;
}

.sub-content p {
  line-height: 24px;
  font-size: 14px;
}

.sub-content #platform img {
  max-width: none;
  _width: none;
}

.pro-detail {
  padding: 20px;
}

.pro-detail h1 {
  padding: 5px 0;
  line-height: 36px;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  text-align: center;
}

.pro-detail .detail-time,
.pro-detail .detail-user {
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  color: #999;
  border-bottom: solid 1px #e4e4e4;
}

.pro-detail .detail-img {
  position: relative;
  zoom: 1;
  padding: 10px 0;
  text-align: center;
}

.pro-detail .detail-img img {
  max-width: 100%;
    /* _width: expression((documentElement.clientWidth < 860) ? "": "860px"); */
}

.pro-detail .detail-con img {
  max-width: 100%;
    /* _width: expression((documentElement.clientWidth < 860) ? "": "860px"); */
}

.pro-detail .detail-img .debtn-prev,
.pro-detail .detail-img .debtn-next {
  position: absolute;
  z-index: 11;
  top: 50%;
  display: block;
  width: 54px;
  height: 87px;
  margin-top: -44px;
  background: url(../images/sub/pic-debtn.gif) no-repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}

.pro-detail .detail-img .debtn-prev:hover,
.pro-detail .detail-img .debtn-next:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.pro-detail .detail-img .debtn-prev {
  left: 0;
  background-position: left 0;
}

.pro-detail .detail-img .debtn-next {
  right: 0;
  background-position: right 0;
}

.pro-detail .detail-con {
  line-height: 24px;
  padding: 10px 0;
  font-size: 14px;
}

.news-detail {
  padding: 20px;
}

.news-detail h1 {
  padding: 5px 0;
  line-height: 36px;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  text-align: center;
}

.news-detail .detail-time,
.news-detail .detail-user {
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  color: #999;
  border-bottom: solid 1px #e4e4e4;
}

.news-detail .detail-img {
  padding: 10px 0;
  text-align: center;
}

.news-detail .detail-img img {
  max-width: 100%;
    /* _width: expression((documentElement.clientWidth < 860) ? "": "860px"); */
}

.news-detail .detail-con {
  line-height: 24px;
  padding: 10px 0;
  font-size: 14px;
}

.news-detail .detail-con img {
  max-width: 100%;
    /* _width: expression((documentElement.clientWidth < 860) ? "": "860px"); */
}

.sub-message {
  padding: 40px 20px;
}

.sub-message .m-textimg {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
}

.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}

.sub-message i {
  display: inline-block;
  padding-right: 5px;
  font-style: normal;
  color: #f00;
  *display: inline;
  *zoom: 1;
}

.sub-message .m-tage {
  padding: 5px 0;
}

.sub-message .m-form {
  margin-bottom: 20px;
  padding: 10px;
}

.sub-message table {
  width: 100%;
}

.sub-message .m-form table td {
  padding: 7px 0;
}

.sub-message label {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: top;
}

.sub-message .m-form .td-textarea {
  width: 60%;
  vertical-align: middle;
}

.sub-message .m-form .td-textarea label {
  float: left;
}

.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
  vertical-align: middle;
}

.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}

.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}

.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  font-family: "microsoft yahei";
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.sub-message .m-submit input {
  width: 80px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding-left: 5px;
  vertical-align: top;
  cursor: auto;
  font-family: "microsoft yahei";
  border: 1px solid #ddd;
  background: #fff;
}

.sub-message .m-form {
  border: 1px solid #e9e9e9;
  background: #fcfcfc;
}

.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  font-family: "microsoft yahei";
  border: 1px solid #ddd;
  background: #fff;
}

.sub-message .m-submit .btn {
  color: #333;
  background: #f28617;
}

.search-no .bd {
  padding: 60px 0;
  border-bottom: 1px solid #e4e4e4;
}

.search-no .inputs {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 0;
  display: flex;
}

.search-no .inputs input {
  font-family: "SimSun";
  font-size: 14px;
  vertical-align: top;
}

.search-no .inputs input.text {
  width: calc(100% - 0.7rem);
  height: 0.6rem;
  line-height: 30px;
  /* padding: 0 6px; */
  border: 0.02rem solid #154a9a;
  border-right: 0;
  background: #fff;
}

.search-no .inputs input.btn {
  width: 0.7rem;
  height: 0.64rem;
  color: #fff;
  border: 0;
  border: 0 none;
  background: #154a9a;
  font-size: 0.24rem;
  cursor: pointer;
}

.search-no .pt {
  height: 2.2rem;
  padding: 0.2rem 0 0 2.4rem;
  background: url(../images/sub/search-no.png) left 50% no-repeat;
  background-size: 32%;
  border-bottom: 1px solid #e4e4e4;
}

.search-no .pt h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "microsoft yahei";
  font-weight: normal;
  color: #333;
}

.search-no .pt h3 span {
  color: #c00;
}

.search-no .pt p {
  color: #888;
}

.tip-box {
  background-color: white;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  max-width: 750px;
  width: 100%;
  display: block;
  height: 0.9rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
  padding-bottom: 1.1rem;
}

.tip-box .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.9rem;
  width: 100%;
}

.tip-box .area .logo-box {
  width: 96%;
  height: 0.54rem;
}

.tip-box .area .logo-box a,
.tip-box .area .logo-box img {
  display: block;
  width: 100%;
}

.tip-box .area .wap_nav-box {
  height: 0.39rem;
  width: 0.42rem;
}

.tip-box .area .wap_nav-box .menu {
  display: none height: 0.39rem;
  width: 0.42rem;
  background-image: url(../images/navico.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.tip-box .area .wap_nav-box .menu.spread {
  background-image: url(../images/close.png);
  background-size: 0.4rem;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.tip-box .area .wap_nav-box ul {
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: -2000%;
  z-index: 10;
  background-color: #f9fafd;
  width: 100%;
  max-width: 750px;
  flex-direction: column;
  transition: all 0.35s;
  opacity: 1;
  justify-content: inherit;
  border-top: 1px solid #e9e9e9;
  padding: 0 0.25rem;
  overflow: scroll;

}

.tip-box .area .wap_nav-box #indexMenu {
  position: absolute;
  top: .9rem;
  text-align: center;
}

.tip-box .area .wap_nav-box ul.open {
  top: 0.9rem;
  opacity: 1;
  padding-bottom: 0.9rem;
  box-sizing: border-box;
}

.tip-box .area .wap_nav-box ul li {
  position: relative;
  height: auto;
  /*border-bottom: 0.02rem solid #ccc;*/
  float: left;
  width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tip-box .area .wap_nav-box ul li>a {
  display: block;
  padding: 0;
  line-height: 1.2rem;
  font-size: 0.34rem;
  color: #000;
  /*border-left: 2px solid transparent;*/
  position: relative;
}

/* .tip-box .area .wap_nav-box ul li.j-li > a::before {
  content: "";
  display: block;
  width: 0.34rem;
  height: 0.03rem;
  background-color: #b9b9ba;
  position: absolute;
  top: 50%;
  margin-top: -0.02rem;
  right: 0;
}*/
/*.tip-box .area .wap_nav-box ul li.j-li > a::after {
  content: "";
  display: block;
  height: 0.34rem;
  width: 0.03rem;
  background-color: #b9b9ba;
  position: absolute;
  top: 50%;
  right: 0.16rem;
  margin-top: -0.16rem;
}*/
.tip-box .area .wap_nav-box ul li.active>a::after {
  content: "";
  display: none;
}

.tip-box .area .wap_nav-box ul li.active .nav-subnav {
  display: block;
}

.tip-box .area .wap_nav-box ul li .nav-subnav a {
  padding-left: 0.65rem;
  line-height: 0.96rem;
  font-size: 0.32rem;
  color: #666666;
}

.tip-box .area .wap_nav-box ul li .nav-subnav {
  position: relative;
  top: 0;
  background-color: transparent;
  border-top: 0.02rem solid #ccc;
  padding: 0.2rem 0;
  display: none;
}

.tip-box .area .button-box {
  width: 1.2rem;
  height: 0.46rem;
  border: 0.02rem solid #3c6ae6;
  border-radius: 0.07rem;
  display: none;
}

.tip-box .area .button-box a {
  display: block;
  text-align: center;
  line-height: 0.42rem;
  font-size: 0.18rem;
  color: #395cd8;
}

.main-box .m-main {
  position: relative;
}

.main-box .m-main .m-search {
  padding: 0;
  background-color: transparent;
  transform: translateY(-0.425rem);
  display: none;
}

.main-box .m-main .m-search .area {
  padding: 0 0.23rem;
  box-sizing: border-box;
}

.main-box .m-main .m-search .area .formBox {
  float: unset;
  display: flex;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 0px 13px 0px rgba(16, 5, 7, 0.19);
}

.main-box .m-main .m-search .area .formBox .u-text {
  width: calc(100% - 0.91rem);
  height: 0.85rem;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(16, 5, 7, 0.19);
  font-size: 0.26rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.main-box .m-main .m-search .area .formBox .u-text::placeholder {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  opacity: 0.74;
}

.main-box .m-main .m-search .area .formBox .u-btn {
  width: 0.91rem;
  height: 0.85rem;
  background: #f28617;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.main-box .m-main .m-search .area .linkBox {
  display: none;
}

.main-box .m-main .m-advantage {
  box-sizing: border-box;
  padding-left: 0.23rem;
  overflow-x: scroll;
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: none;
}

.main-box .m-main .m-advantage .clear {
  display: flex;
  margin-left: 0;
}

.main-box .m-main .m-advantage .clear li {
  margin-left: 0.5rem;
}

.main-box .m-main .m-advantage .clear li:nth-child(1) {
  margin-left: 0;
}

.fix-footer {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 750px;
  height: 1rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.13rem 0.25rem 0;
  border: 1px solid #CCCCCC;
}

.fix-footer a {
  display: block;
  width: 25%;
}
.fix-footer a:last-child{
  display: none;
}

.fix-footer a .icon {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.fix-footer a .icon img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.fix-footer a p {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
}

/*# sourceMappingURL=index.css.map */