@charset "utf-8";

body {
  overflow-y: scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
button,
input,
select,
textarea,
pre {
  font:
    12px/1.5 "Noto Sans SC",
    "微软雅黑",
    tahoma,
    \5b8b\4f53,
    sans-serif;
}
input,
select,
textarea {
  font-size: 100%;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  width: 100%;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
i {
  font-style: normal;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
  outline-offset: 0px;
}
::-webkit-input-placeholder {
  color: #8aa4b6;
}
::-moz-placeholder {
  color: #8aa4b6;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #8aa4b6;
} /* ie */
input:-moz-placeholder {
  color: #8aa4b6;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cf {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.pt40 {
  padding-top: 40px;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb35 {
  margin-bottom: 35px;
}

/* pc 设备 */
/* html.isPc {
} */
html.isPc .wap_box {
  display: none;
}
/* wap 设备 */
/* 媒体查询 */
html.isWap {
  font-size: 50px;
}
html.isWap a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) {
  html.isWap {
    font-size: 50px;
  }
}
@media screen and (min-width: 360px) {
  html.isWap {
    font-size: 56px;
  }
}
@media screen and (min-width: 400px) {
  html.isWap {
    font-size: 62px;
  }
}
@media screen and (min-width: 480px) {
  html.isWap {
    font-size: 75px;
  }
}
@media screen and (min-width: 560px) {
  html.isWap {
    font-size: 87px;
  }
}
@media screen and (min-width: 640px) {
  html.isWap {
    font-size: 100px;
  }
}
html.isWap body {
  font-size: 0.24rem;
}
html.isWap .pc_box {
  display: none;
}
body {
  overflow-x: hidden;
  background: #fff;
}
.wrapper {
  display: none;
}
/* .isPc .wrapper {
} */
.isPc .w {
  width: 1400px;
  margin: 0px auto;
}
.isPc .w1200 {
  width: 1200px;
  margin: 0px auto;
}

.isWap .w {
  width: 100%;
  margin: 0px auto;
}
.isWap .w1200 {
  width: 92%;
  margin: 0px auto;
}

.isPc .headBox {
  width: 1200px;
  margin: 0 auto;
  height: 90px;
}
.isPc .headBox .logo {
  float: left;
  width: 94px;
  height: 72px;
  padding-top: 10px;
}
.isPc .headBox .logo img {
  width: 100%;
  height: 72px;
}
.isPc .headBox .navBox {
  width: 1025px;
  float: right;
  height: 90px;
  line-height: 90px;
}

.isWap .headBox {
  z-index: 2;
  width: 100%;
  padding: 0.1rem 3% 0.2rem;
  color: #fff;
  height: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  background: #d90c0c;
}
.isWap .headBox a {
  color: #fff;
}
.isWap .headBox .logo {
  width: 28%;
  float: left;
  text-align: right;
  margin-left: 15%;
}
.isWap .headBox .logo img {
  width: 100%;
}

.isPc .head_ico {
  float: right;
  overflow: hidden;
  padding-top: 0;
  display: block;
  width: 1030px;
}
.isPc .head_ico li {
  float: left;
  line-height: 87px;
  margin-left: 35px;
  font-size: 16px;
}
.isPc .head_ico li a:hover {
  text-decoration: none;
}
.isPc .head_ico li:hover,
.isPc .head_ico li.cur {
  border-bottom: 3px solid #d90c0c;
}
.isPc .head_ico li i {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  border-radius: 50%;
  background: rgba(56, 47, 47, 0.35);
  text-align: left;
  margin-right: 5px;
}
.isPc .head_ico li.ico1 i {
  padding-top: 15px;
  height: 35px;
  text-align: center;
}
.isPc .head_ico li.ico2 i {
  padding-top: 16px;
  padding-left: 12px;
  width: 38px;
  height: 34px;
}
.isPc .head_ico li.ico3 i {
  padding-top: 15px;
  height: 35px;
  text-align: center;
}
.isPc .head_ico li.ico1 i img {
  width: 14px;
  height: 20px;
}
.isPc .head_ico li.ico2 i img {
  width: 23px;
  height: 20px;
}
.isPc .head_ico li.ico3 i img {
  width: 14px;
  height: 22px;
}

.isWap .head_ico {
  float: right;
  padding-right: 0;
  overflow: hidden;
  padding-top: 2.5%;
  display: block;
  width: 49%;
}
.isWap .head_ico li {
  width: 45px;
  float: left;
  line-height: 45px;
  margin-left: 6%;
  font-size: 0;
}
.isWap .head_ico li i {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  border-radius: 50%;
  background: rgba(56, 47, 47, 0.35);
  text-align: left;
  margin-right: 5px;
}
.isWap .head_ico li.ico1 i {
  padding-top: 15px;
  height: 35px;
  text-align: center;
}
.isWap .head_ico li.ico2 i {
  padding-top: 16px;
  padding-left: 12px;
  width: 38px;
  height: 34px;
}
.isWap .head_ico li.ico3 i {
  padding-top: 15px;
  height: 35px;
  text-align: center;
}
.isWap .head_ico li.ico1 i img {
  width: 14px;
  height: 20px;
}
.isWap .head_ico li.ico2 i img {
  width: 23px;
  height: 20px;
}
.isWap .head_ico li.ico3 i img {
  width: 14px;
  height: 22px;
}

/* banner */
.isPc .banner_bg {
  position: relative;
  width: 100%;
  height: 780px;
}
.isPc .banner {
  background: #fff;
  padding: 0;
  margin: 0 auto;
}
.isPc .banner,
.isPc .banner .sliderInner,
.isPc .banner .sliderInner li {
  height: 780px;
  overflow: hidden;
}
.isPc .banner .sliderInner li p {
  width: 1200px;
  height: 148px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 120px;
}
.isPc .banner .sliderInner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.isPc .banner .sliderInner li {
  display: inline;
  float: left;
}
.isPc .banner .slider_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  background: url(../i/focus_ico.png) no-repeat;
  top: 50%;
  margin-top: -10px;
}
.isPc .banner .btn_prev {
  left: 0;
}
.isPc .banner .btn_next {
  right: 0;
  background-position: -20px 0px;
}
.isPc .banner .sliderCur {
  position: absolute;
  width: 690px;
  padding-left: 510px;
  left: 50%;
  margin-left: -600px;
  bottom: 17px;
  z-index: 3;
}
.isPc .banner .sliderCur a {
  display: inline-block;
  width: 158px;
  height: 100px;
  margin-right: 10px;
  color: #000;
}
.isPc .banner .sliderCur a.cur {
  border-bottom: 3px solid #ff7418;
}
.isPc .banner .sliderCur a img {
  width: 158px;
  height: 88px;
  border: 1px solid #d6d6e1;
}
.isPc .banner .sliderCur a img {
  border: 1px solid #d9dbe5;
}
.isPc .banner .sliderCur a i {
  font-size: 14px;
  line-height: 14px;
  color: #382f2f;
  font-family: "微软雅黑";
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
}
.isPc .banner .sliderCur a:hover {
  text-decoration: none;
}
.isPc .banner .sliderCur a:hover i {
  color: #4a65ad;
  text-decoration: none;
}
.isPc .banner .sliderInner li {
  position: relative;
}
.isPc .banner .list_txt {
  position: absolute;
  width: 1200px;
  height: 370px;
  text-align: center;
  padding-top: 120px;
  bottom: 10px;
  left: 50%;
  margin-left: -600px;
  color: #23366f;
  z-index: 3;
}
.isPc .banner .list_txt h3,
.isPc .banner .list_txt p {
  display: block;
  width: 300px;
  text-align: center;
}
.isPc .banner .list_txt h3 {
  border-bottom: 5px solid #c0a47b;
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #c0a47b;
  margin-bottom: 35px;
}
.isPc .banner .list_txt h3 a {
  color: #c0a47b;
}
.isPc .banner .list_txt p {
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 35px;
  font-family: "Times New Roman", "serif";
  border-bottom: 1px solid #c0a47b;
}
.isPc .banner .list_txt p a {
  color: #23366f;
}
.isPc .banner .list_txt a {
  text-decoration: none;
}
.isPc .banner_l {
  position: absolute;
  top: 0;
  left: 0;
  width: 710px;
  height: 650px;
  float: left;
  background: rgba(255, 255, 255, 0.85);
}
.isPc .banner_l .logo {
  width: 100%;
  text-align: right;
  height: 114px;
  background: #fff;
  padding-top: 33px;
}
.isPc .banner_l .logo img {
  padding-right: 40px;
}
/* isWap */
.isWap .banner_l .logo {
  width: 65%;
  text-align: right;
  background: #fff;
  padding: 0.2rem;
}
.isWap .banner_l .logo img {
  width: 100%;
}
.isWap .banner_bg {
  height: 6rem;
  padding-top: 1.5rem;
}
.isWap .banner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  height: 6rem;
}
.isWap .banner .sliderInner {
  overflow: hidden;
  zoom: 1;
}
.isWap .banner .sliderInner li {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.isWap .banner .sliderInner li img {
  display: block;
  width: 100%;
}
/* .isWap .banner .sliderInner {
} */
.isWap .banner .sliderInner li {
  display: inline;
  float: left;
  position: relative;
  top: 0;
}
.isWap .banner .sliderInner a {
  display: block;
}
.isWap .banner .sliderInner a.slider_btn {
  display: none;
}
/* .isWap .banner .list-mask {
} */
.isWap .banner .list_txt h3 {
  color: #c0a47b;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 5px solid #c0a47b;
  padding: 0.2rem 0 0.1rem;
  font-family: "Arial Narrow";
}
.isWap .banner .list_txt h3 a {
  color: #c0a47b;
}
.isWap .banner .list_txt p {
  color: #23366f;
  font-family: Times, "Times New Roman", "serif";
  padding: 0.3rem;
  font-size: 0.34rem;
  line-height: 0.44rem;
  text-align: center;
  color: #23366f;
}
.isWap .banner .list_txt a {
  color: #23366f;
  font-size: 0.32rem;
  line-height: 0.4rem;
}
.isWap .banner .btn-slider {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0px;
  line-height: 0px;
  top: 0.9rem;
  background-size: 1.7rem 0.75rem;
}
.isWap .banner .btn-prev {
  left: 0;
}
.isWap .banner .btn-next {
  background-position: -0.85rem 0px;
  right: 0px;
}
.isWap .banner .sliderCur {
  position: absolute;
  width: 100%;
  right: 0;
  top: 3.9rem;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
}
.isWap .banner .sliderCur a {
  vertical-align: top;
  margin-bottom: 0.15rem;
  float: left;
  width: 1.5rem;
  margin-left: 2.1%;
}
.isWap .banner .sliderCur a i {
  height: 0.28rem;
  line-height: 0.24rem;
  width: 100%;
  font-size: 0.24rem;
  font-family: "微软雅黑";
}
.isWap .banner .sliderCur a img {
  display: block;
  width: 1.5rem;
  height: 1rem;
  margin-bottom: 7px;
}
.isWap .banner .sliderCur a.cur img {
  width: 1.5rem;
  height: 1rem;
  border-bottom: 0.05rem solid #ff7418;
  padding-bottom: 0.15rem;
}

/* banner2 */
.isPc .scroll2 {
  width: 100%;
  height: 710px;
  padding: 0 0;
  background: url("../i/bg4.png") no-repeat center bottom;
}
.isPc .attractionsTitle {
  padding-top: 100px;
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}
.isPc .banner2 {
  position: relative;
  width: 1500px;
  margin: 0 auto;
}
.isPc .banner2,
.isPc .banner2 .slider-mask {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.isPc .banner2 {
  margin-top: 20px;
  position: relative;
}
.isPc .banner2 .i-tit {
  padding-top: 45px;
}
.isPc .banner2 .sliderInner {
  overflow: hidden;
  width: 1200px;
  height: auto;
  margin: 0px auto;
}
.isPc .banner2 .sliderInner ul {
  width: 1000%;
  float: left;
}
.isPc .banner2 .sliderInner li {
  width: 274px;
  height: auto;
  float: left;
  margin-right: 35px;
  border: 1px solid #f1f1f1;
}
.isPc .banner2 .sliderInner a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
}
.isPc .banner2 .sliderInner img {
  width: 100%;
  height: 332px;
}
.isPc .banner2 .btn-slider {
  font-size: 0;
  position: absolute;
  z-index: 3000;
}
.isPc .banner2 .btn-prev {
  width: 64px;
  height: 64px;
  background: url("../i/arr_l.png") no-repeat center;
  display: block;
  position: absolute;
  top: 165px;
  left: 0px;
}
.isPc .banner2 .btn-next {
  width: 64px;
  height: 64px;
  background: url("../i/arr_r.png") no-repeat center;
  display: block;
  position: absolute;
  top: 165px;
  right: 5px;
}
.isPc .banner2 .sliderCur {
  display: none;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  padding: 16px 0 0;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  bottom: 105px;
}
.isPc .banner2 .sliderCur a {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  border-radius: 50%;
  margin-right: 12px;
  background: #000;
}
.isPc .banner2 .sliderCur a:hover {
  text-decoration: none;
}
.isPc .banner2 .sliderCur a.cur {
  background: #0f4c81;
}
.isPc .banner2 .sliderInner li span {
  display: block;
  padding: 20px 20px;
}
.isPc .banner2 .sliderInner li span a {
  color: #fff;
}
.isPc .banner2 .sliderInner li span.s1 {
  background: #d70000;
}
.isPc .banner2 .sliderInner li span.s2 {
  background: #2c07e0;
}
.isPc .banner2 .sliderInner li span.s3 {
  background: #ff7418;
}

/* isWap */
.isWap .scroll2 {
  width: 94%;
  padding: 0 3% 0.9rem;
  background: #f8f8f8 url("../i/wap/bg4_w.png") no-repeat center bottom;
  background-size: 100%;
}
.isWap .attractionsTitle {
  padding-top: 0.6rem;
  text-align: center;
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}
.isWap .banner2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.isWap .banner2,
.isWap .banner2 .slider-mask {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.isWap .banner2 {
  margin-top: 20px;
  position: relative;
}
.isWap .banner2 .i-tit {
  padding-top: 45px;
}
.isWap .banner2 .sliderInner {
  overflow: hidden;
  width: 242px;
  height: auto;
  margin: 0px auto;
}
.isWap .banner2 .sliderInner ul {
  width: 100%;
  float: left;
}
.isWap .banner2 .sliderInner li {
  width: 240px;
  height: auto;
  float: left;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
}
.isWap .banner2 .sliderInner a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
}
.isWap .banner2 .sliderInner img {
  width: 100%;
  height: auto;
}
.isWap .banner2 .btn-slider {
  font-size: 0;
  position: absolute;
  z-index: 3000;
}
.isWap .banner2 .btn-prev {
  width: 44px;
  height: 44px;
  background: url("../i/arr_l.png") no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 135px;
  left: 0px;
}
.isWap .banner2 .btn-next {
  width: 44px;
  height: 44px;
  background: url("../i/arr_r.png") no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 135px;
  right: 0px;
}
.isWap .banner2 .sliderCur {
  display: none;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  padding: 16px 0 0;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  bottom: 105px;
}
.isWap .banner2 .sliderCur a {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  border-radius: 50%;
  margin-right: 12px;
  background: #000;
}
.isWap .banner2 .sliderCur a:hover {
  text-decoration: none;
}
.isWap .banner2 .sliderCur a.cur {
  background: #0f4c81;
}
.isWap .banner2 .sliderInner li span {
  display: block;
  padding: 20px 20px;
}
.isWap .banner2 .sliderInner li span a {
  color: #fff;
}
.isWap .banner2 .sliderInner li span.s1 {
  background: #d70000;
}
.isWap .banner2 .sliderInner li span.s2 {
  background: #2c07e0;
}
.isWap .banner2 .sliderInner li span.s3 {
  background: #ff7418;
}

.isPc .picBox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
}
.isPc .picBox h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 50px;
}
.isPc .picBox ul {
  overflow: hidden;
  margin-bottom: 78px;
}
.isPc .picBox li {
  width: 220px;
  float: left;
  margin-right: 105px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #fa6e14;
}
.isPc .picBox li i {
  display: block;
  width: 60%;
  border-bottom: 2px solid #fa6e14;
  height: 30px;
  padding: 20px 0;
  margin: 0 auto;
}
.isPc .picBox li img {
  width: 220px;
  height: 220px;
}
.isPc .picBox li b {
  padding-top: 40px;
  padding-bottom: 20px;
}
.isPc .picBox li.mr0 {
  margin-right: 0;
}

.isWap .picBox {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.isWap .picBox h2 {
  font-size: 0.4rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.isWap .picBox ul {
  overflow: hidden;
  margin-bottom: 0;
}
.isWap .picBox li {
  width: 40%;
  float: left;
  margin: 0 5%;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.5rem;
  color: #fa6e14;
  margin-bottom: 0.6rem;
}
.isWap .picBox li i {
  display: block;
  width: 60%;
  border-bottom: 2px solid #fa6e14;
  height: 0.6rem;
  padding: 0.2rem 0 0;
  margin: 0 auto;
}
.isWap .picBox li img {
  width: 100%;
}
.isWap .picBox li b {
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.isWap .picBox li.mr0 {
  margin-right: 0;
}

.isPc .picBox2 {
  background: #f8f8f8;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
}
.isPc .picBox2 h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 50px;
}
.isPc .picBox2 ul {
  overflow: hidden;
  margin-bottom: 78px;
}
.isPc .picBox2 li {
  width: 220px;
  float: left;
  margin-right: 105px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #fa6e14;
}
.isPc .picBox2 li i {
  display: block;
  width: 60%;
  border-bottom: 2px solid #2c07e0;
  height: 30px;
  padding: 20px 0;
  margin: 0 auto;
}
.isPc .picBox2 li img {
  width: 220px;
  height: 220px;
}
.isPc .picBox2 li b {
  padding-top: 40px;
  padding-bottom: 20px;
}
.isPc .picBox2 li.mr0 {
  margin-right: 0;
}
.isPc .picBox2 li i {
  color: #2c07e0;
}

.isWap .picBox2 {
  background: #f8f8f8;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.isWap .picBox2 h2 {
  font-size: 0.4rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.isWap .picBox2 ul {
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.isWap .picBox2 li {
  width: 40%;
  float: left;
  margin: 0 5%;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.5rem;
  color: #fa6e14;
  margin-bottom: 0.6rem;
}
.isWap .picBox2 li i {
  display: block;
  width: 60%;
  border-bottom: 2px solid #2c07e0;
  height: 0.6rem;
  padding: 0.2rem 0 0rem;
  margin: 0 auto;
}
.isWap .picBox2 li img {
  width: 100%;
}
.isWap .picBox2 li b {
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.isWap .picBox2 li.mr0 {
  margin-right: 0;
}
.isWap .picBox2 li i {
  color: #2c07e0;
}

.isPc .picBox3 {
  overflow: hidden;
  margin-bottom: 206px;
}
.isPc .picBox3 dt {
  width: 593px;
  height: 400px;
  float: left;
  position: relative;
}
.isPc .picBox3 dt span {
  position: absolute;
  left: 0;
  font-size: 20px;
  height: 50px;
  padding: 110px 5% 0;
  bottom: 0;
  width: 90%;
  background: url("../i/bg5.png") repeat-x left bottom;
  color: #fff;
}
.isPc .picBox3 dt span a {
  color: #fff;
}
.isPc .picBox3 dt img {
  width: 100%;
  height: 400px;
}
.isPc .picBox3 dd {
  width: 606px;
  float: right;
}
.isPc .picBox3 dd span {
  float: left;
  display: block;
  margin-left: 13px;
  width: 290px;
  background: #ff7418;
}
.isPc .picBox3 dd span p {
  background: #ff7418;
  padding: 30px;
  width: 230px;
  height: 148px;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
.isPc .picBox3 dd span p a {
  color: #fff;
}

.isWap .picBox3 {
  overflow: hidden;
  margin-bottom: 2rem;
}
.isWap .picBox3 h2 {
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
  font-size: 0.4rem;
}
.isWap .picBox3 dt {
  width: 100%;
  position: relative;
  margin-bottom: 0.15rem;
}
.isWap .picBox3 dt span {
  position: absolute;
  left: 0;
  font-size: 0.26rem;
  height: 0.8rem;
  padding: 1rem 5% 0;
  bottom: 0;
  width: 90%;
  background: url("../i/bg5.png") repeat-x left -0.3rem;
  color: #fff;
}
.isWap .picBox3 dt span a {
  color: #fff;
}
.isWap .picBox3 dt img {
  width: 100%;
  height: auto;
}
.isWap .picBox3 dd {
  width: 100%;
}
.isWap .picBox3 dd span {
  float: left;
  display: block;
  margin-right: 2%;
  width: 49%;
  background: #ff7418;
}
.isWap .picBox3 dd span.mr0 {
  margin-right: 0;
}
.isWap .picBox3 dd span p {
  background: #ff7418;
  padding: 5% 7%;
  width: 86%;
  height: 1.6rem;
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #fff;
}
.isWap .picBox3 dd span p a {
  color: #fff;
}

.isPc .botBox {
  background: url("../i/bot_bg.png") no-repeat center;
  height: 460px;
}
.isPc .shareBox {
  border-bottom: 1px solid #444444;
  padding: 40px 0;
}
.isPc .shareBox ul {
  width: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.isPc .shareBox li {
  width: 40px;
  height: 40px;
  margin: 0 15px;
  display: inline-block;
}
.isPc .shareBox li img {
  /* width: 100%;
  height: 40px; */
  border-radius: 50%;
  border: 1px solid #fff;
  width: 38px;
  height: 38px;
}

.isPc .botBox {
  font-size: 14px;
}
.isPc .botBox dl {
  height: 50px;
  margin-top: 70px;
}
.isPc .botBox dl dt {
  float: left;
  width: 77px;
  height: 50px;
  color: #b4b4b4;
  text-align: left;
  border-right: 1px solid #444444;
}
.isPc .botBox dl dd a {
  float: left;
  margin-left: 18px;
  margin-right: 42px;
  width: 107px;
  height: auto;
}
.isPc .botBox dl dd a.wenchuang {
  width: 56px;
}
.isPc .botBox dl dd {
  padding-left: 16px;
  float: left;
  width: 1100px;
  color: #787878;
  display: flex;
  align-items: center;
}

.isWap .botBox {
  background: #191919 url("../i/wap/bot_bg.png") no-repeat center;
  background-size: 100%;
  height: 5.6rem;
}
.isWap .shareBox {
  border-bottom: 1px solid #444444;
  padding: 0.3rem 0;
  overflow: hidden;
}
.isWap .shareBox ul {
  width: 60%;
  float: right;
}
.isWap .shareBox li {
  width: 0.65rem;
  height: 0.65rem;
  margin: 0 0.1rem;
  display: inline-block;
}
.isWap .shareBox li img {
  width: 100%;
  height: 0.65rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.isWap .botBox {
  font-size: 0.26rem;
  position: relative;
}

.isWap .botBox dl {
  margin-top: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.isWap .botBox dl dt {
  float: left;
  width: 77px;
  color: #b4b4b4;
  text-align: left;
}
.isWap .botBox dl dd a {
  float: left;
  margin-left: 6%;
  width: 35%;
}
.isWap .botBox dl dd a.wenchuang {
  width: 15%;
}
.isWap .botBox dl dd a img {
  width: 100%;
}
.isWap .botBox dl dd {
  padding-left: 5%;
  float: left;
  width: 69%;
  color: #787878;
  border-left: 1px solid #444444;
  display: flex;
  align-items: center;
}

.isWap .topBox {
  position: absolute;
  width: 60px;
  height: 58px;
}
.isWap .topBox img {
  width: 100%;
  height: 58px;
}

.isPc .main {
  background: #f8f8f8;
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
}
.isPc .adBox {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  /* line-height: 42px; */
  margin-bottom: 60px;
}
.isPc .twBox {
  width: 1200px;
  margin: 0 auto;
}
.isPc .twBox ul {
  overflow: hidden;
  margin-bottom: 40px;
}
.isPc .twBox li {
  width: 272px;
  margin-right: 35px;
  float: left;
}
.isPc .twBox li.mr0 {
  margin-right: 0;
}
.isPc .twBox i {
  display: block;
  height: 330px;
  border: 1px solid #f1f1f1;
}
.isPc .twBox h4 {
  background: #ff7418;
  color: #fff;
}
.isPc .twBox h4 a {
  color: #fff;
  padding: 20px 20px;
  display: block;
  font-size: 20px;
}

.isWap .adBox {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-bottom: 0.6rem;
}
.isWap .twBox {
  width: 94%;
  margin: 0 auto;
}
.isWap .twBox ul {
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.isWap .twBox li {
  width: 47%;
  margin: 0 1.2% 0.3rem;
  display: inline-block;
}
/* .isWap .twBox li.mr0 {
} */
.isWap .twBox i {
  display: block;
  height: auto;
  border: 1px solid #f1f1f1;
}
.isWap .twBox h4 {
  background: #ff7418;
  color: #fff;
}
.isWap .twBox h4 a {
  color: #fff;
  padding: 0.2rem;
  display: block;
  font-size: 0.26rem;
}

/*page*/
.isPc .page_k {
  margin-top: 15px;
  margin-bottom: 115px;
}
.isPc .page {
  width: 310px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #323636;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.isPc .page span {
  margin-left: 0;
  display: block;
  text-align: center;
  line-height: 30px;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 4px;
}
.isPc .page span a {
  display: block;
  width: 100%;
  height: 30px;
  color: #323636;
  background: #e8e8e8;
  border-radius: 50%;
  font-size: 14px;
}
.isPc .page span a:hover,
.isPc .page span.page_cur a {
  color: #fff;
  display: block;
  text-decoration: none;
  background: #fa6e00;
}
.isPc .page span.s2 {
  width: 100px;
}
.isPc .page span.s3 {
  width: 30px;
}
.isPc .page span.s4 {
  width: 30px;
}

.isWap .page_k {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.isWap .page {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #323636;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.isWap .page span {
  margin-left: 0;
  display: block;
  text-align: center;
  line-height: 0.5rem;
  float: left;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.05rem;
}
.isWap .page span a {
  display: block;
  width: 100%;
  line-height: 0.5rem;
  color: #323636;
  background: #e8e8e8;
  border-radius: 50%;
  font-size: 0.26rem;
}
.isWap .page span a:hover,
.isWap .page span.page_cur a {
  color: #fff;
  display: block;
  text-decoration: none;
  background: #fa6e00;
}
.isWap .page span.s2 {
  width: 0.5rem;
}
.isWap .page span.s3 {
  width: 0.5rem;
}
.isWap .page span.s4 {
  width: 0.5rem;
}

.isPc .foucsBox {
  height: 840px;
  background: #ffe2b9 url("../i/banner2.png") no-repeat center top;
  background-size: 100%;
}
.isPc .foucsBox h2 {
  padding-top: 80px;
  text-align: center;
  font-size: 34px;
  color: #f8f8f8;
}

.isPc .picCont3 {
  background: #ffffff;
  height: auto;
  width: 880px;
  margin: 50px auto 100px;
  padding: 70px 160px 90px;
}
.isPc .picCont3 h2 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.isPc .picCont3 .picTxt {
  padding: 0 0 30px;
}
.isPc .picCont3 .picTxt {
  font-size: 16px;
  line-height: 30px;
}
.isPc .picCont3 .picTxt p {
  margin-bottom: 30px;
  color: #382f2f;
}
.isPc .picCont3 h3 {
  font-size: 16px;
  line-height: 30px;
  color: #382f2f;
  padding-bottom: 12px;
  padding-left: 27px;
  padding-right: 27px;
  border-bottom: 1px solid #4f75b1;
  margin-bottom: 25px;
  font-weight: bold;
}

.isWap .picCont3 {
  background: #fff;
  height: auto;
  width: 92%;
  margin: 0.5rem auto 0;
  padding: 0.7rem 4% 0.9rem;
}
.isWap .picCont3 h2 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 0.3rem;
}
.isWap .picCont3 .picTxt {
  font-size: 0.24rem;
  line-height: 0.34rem;
  padding: 0 0 0.3rem;
}
.isWap .picCont3 .picTxt p {
  margin-bottom: 0.3rem;
  color: #382f2f;
}
.isWap .picCont3 h3 {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: #382f2f;
  padding-bottom: 0.35rem;
  padding-left: 0.3rem;
  padding-right: 0.25rem;
  font-weight: bold;
  border-bottom: 1px solid #4f75b1;
}
.isWap .picImg {
  margin-bottom: 0rem;
}

.isPc .mai_Bar {
  color: #382f2f;
  font-size: 16px;
  font-family: "微软雅黑";
  padding-top: 25px;
  padding-bottom: 25px;
  width: 1200px;
  margin: 0 auto 60px;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.isPc .mai_Bar a {
  font-size: 14px;
  color: #000;
  margin-right: 10px;
}
.isPc .picCont3 h2 {
  width: 580px;
  margin: 0 auto 45px;
  font-size: 30px;
  line-height: 46px;
  color: #323232;
  font-weight: bold;
}
.isPc .picBox2 {
  margin: 60px auto 100px;
}

.isPc .info_art {
  line-height: 42px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 35px;
}
.isPc .picTxt {
  font-size: 16px;
  line-height: 26px;
}
.isPc .picTxt p img {
  width: 766px;
  margin: 30px auto 0;
  display: block;
}
.isPc .picTxt p i {
  display: block;
  width: 766px;
  margin: 0 auto;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 40px;
}
.isPc .picTxt p {
  color: #444444;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.isWap .main_wap_t0 {
  background: #f8f8f8;
}
.isWap .mai_Bar {
  color: #382f2f;
  font-size: 0.24rem;
  font-family: "微软雅黑";
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.isWap .mai_Bar a {
  font-size: 0.24rem;
  color: #000;
}
.isWap .picBox2 {
  background: #fff;
  margin: 0.5rem auto 0;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.isWap .info_art {
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #666666;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0.4rem;
  padding-bottom: 0.15rem;
}

.isPc .twList ul {
  margin-bottom: 50px;
}
.isPc .twList li {
  overflow: hidden;
  margin-bottom: 23px;
  background: #fff;
}
.isPc .twList li span {
  display: block;
  width: 292px;
  height: 210px;
  float: left;
  margin-right: 30px;
}
.isPc .twList li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.isPc .twList li .twList_t {
  padding: 20px 25px 20px;
}
.isPc .twList li .twList_t i {
  color: #666666;
  font-size: 14px;
  line-height: 42px;
}
.isPc .twList li .twList_t h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.isPc .twList li .twList_t p {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.isWap .twList {
  padding-bottom: 0.3rem;
}
.isWap .twList ul {
  margin-bottom: 0.5rem;
}
.isWap .twList li {
  overflow: hidden;
  margin-bottom: 0.2rem;
  background: #fff;
}
.isWap .twList li span {
  display: block;
  width: 46%;
  height: auto;
  float: left;
  margin-right: 3%;
}
.isWap .twList li .twList_t {
  padding: 0.2rem 0.2rem 0;
}
.isWap .twList li .twList_t i {
  color: #666666;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.isWap .twList li .twList_t h3 {
  font-size: 0.22rem;
  line-height: 0.32rem;
  margin-bottom: 0.2rem;
}
.isWap .twList li .twList_t p {
  display: none;
}

.isPc .container1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url("../i/banner2.png") no-repeat top center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.isPc .container1 h2 {
  text-align: center;
  color: #fff;
  font-size: 34px;
}
.isPc .container1 h2 a {
  color: #fff;
}
.isPc .carousel-container1 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 540px;
}
.isPc .carousel-track {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
.isPc .carousel-item {
  position: absolute;
  width: 624px;
  height: 408px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}
.isPc .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.isPc .carousel-item:hover img {
  transform: scale(1.05);
}
/* 左侧图片样式 */
.isPc .carousel-item.left {
  position: absolute;
  transform: translateX(-380px) scale(0.65);
  z-index: 1;
}
.isPc .carousel-item.left i {
  position: absolute;
  left: 0;
  top: 0;
  width: 1230px;
  height: 410px;
  background: rgba(0, 0, 0, 0.6);
}
/* 中间图片样式 */
.isPc .carousel-item.center {
  transform: translateX(0) scale(1.1);
  z-index: 10;
  opacity: 1;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}
/* 右侧图片样式 */
.isPc .carousel-item.right {
  position: absolute;
  transform: translateX(380px) scale(0.65);
  z-index: 1;
}
.isPc .carousel-item.right i {
  position: absolute;
  right: 0;
  top: 0;
  width: 1230px;
  height: 410px;
  background: rgba(0, 0, 0, 0.6);
}
.isPc .carousel-item.center .image-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 7, 223, 0.5);
  color: white;
  padding: 20px 5px;
  font-size: 20px;
  line-height: 22px;
}
.isPc .carousel-item.center .image-info {
  transform: translateY(0);
  opacity: 1;
}
.isPc .image-info h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.isPc .image-info p {
  font-size: 0.9rem;
  opacity: 0.8;
}
.isPc .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 67px;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.isPc .arrow:hover {
  transform: translateY(-50%) scale(1.1);
}
.isPc .arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.isPc .arrow-left {
  left: -10px;
  background: rgba(215, 0, 0, 0.7) url("../i/arr_l2.png") no-repeat center;
}
.isPc .arrow-right {
  right: -10px;
  background: rgba(215, 0, 0, 0.7) url("../i/arr_r2.png") no-repeat center;
}
.isPc .indicators {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 12px;
}
.isPc .indicator {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.isPc .indicator.active {
  background-color: #5a9cff;
  transform: scale(1.3);
}
.isPc .instructions {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
}
.isPc .carousel-states {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  color: white;
}
.isPc .state-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  width: 200px;
}
.isPc .state-title {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #a0c8ff;
}
.isPc .state-description {
  font-size: 0.9rem;
  opacity: 0.8;
}

.isWap .i_slider2 {
  width: 100%;
  height: 6.2rem;
  background: url("../i/wap/banner2_w.png") no-repeat left top;
  background-size: 100%;
  position: relative;
}
.isWap .i_slider2 .sliderInner,
.isWap .i_slider2 .sliderInner li {
  height: 4rem;
  overflow: hidden;
}
.isWap .i_slider2 .sliderInner {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.isWap .i_slider2 h2 {
  font-size: 0.4rem;
  padding: 0.5rem 0 0.12rem;
  text-align: center;
  color: #fff;
}
.isWap .i_slider2 h2 a {
  color: #fff;
}
/* .isWap .i_slider2 {
}
.isWap .i_slider2 .sliderInner {
} */
.isWap .i_slider2 .sliderInner li {
  position: relative;
  display: inline;
  float: left;
}
.isWap .i_slider2 .sliderInner li span {
  display: block;
  height: 4rem;
}
.isWap .i_slider2 .sliderInner img {
  display: block;
  height: 4rem;
}
.isWap .i_slider2 li p {
  background: rgba(44, 7, 223, 0.55);
  position: absolute;
  text-align: left;
  left: 0px;
  bottom: 0;
  padding: 0.2rem 3%;
  width: 84.5%;
  font-size: 0.3rem;
  line-height: 0.44rem;
}
.isWap .i_slider2 li a {
  display: block;
  color: #fff;
}
.isWap .i_slider2 .sliderCur {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0.5rem;
  text-align: center;
  color: #fff;
  margin-top: 0;
}
.isWap .i_slider2 .sliderCur a {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 25px;
  background: #fff;
  color: #fff;
  margin: 0px 7px;
  border-radius: 50%;
}
.isWap .i_slider2 .sliderCur a.cur {
  background: #4929e1;
}
.isWap .i_slider2 .slider_btn {
  display: none;
}
.isWap .i_slider2 .btn_prev {
  left: 0;
  background: rgba(215, 0, 0, 0.7) url("../i/arr_l2.png") no-repeat center;
}
.isWap .i_slider2 .btn_next {
  right: 0;
  background: rgba(215, 0, 0, 0.7) url("../i/arr_r2.png") no-repeat center;
}

.isWap .main {
  background: #f8f8f8;
}

.isPc .banner div.txtBox {
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
.isPc .banner div.txtBox h3 {
  width: 1000px;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 20px;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.5),
    0 0 8px rgba(0, 0, 0, 0.3);
}
.isPc .banner div.txtBox i {
  display: block;
  width: 1000px;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.5),
    0 0 6px rgba(0, 0, 0, 0.3);
}
.isPc .btn1 {
  margin-top: 40px;
  display: block;
  background: url("../i/moreBtn.png") no-repeat center;
  width: 100px;
  padding-left: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.isPc .btn1 a {
  color: #fff;
}
.isPc .btn1 a:hover {
  text-decoration: none;
}
.isPc .btn1 a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
}

.isWap .banner div.txtBox {
  position: absolute;
  top: 0.6rem;
  left: 0.3rem;
  width: 90%;
}
.isWap .banner div.txtBox h3 {
  /* width: 80%; */
  font-size: 0.35rem;
  line-height: 0.45rem;
  color: #fff;
  margin-bottom: 0.05rem;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.4),
    0 0 4px rgba(0, 0, 0, 0.25);
}
.isWap .banner div.txtBox i {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  /* width: 90%; */
  font-size: 0.23rem;
  line-height: 0.34rem;
  color: #fff;
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.4),
    0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
}
.isWap .btn1 {
  margin-top: 0.2rem;
  display: block;
  background: url("../i/moreBtn.png") no-repeat center;
  background-size: 100%;
  width: 1.2rem;
  padding-left: 0.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #fff;
}
.isWap .btn1 a {
  color: #fff;
}
.isWap .btn1 a:hover {
  text-decoration: none;
}
.isWap .btn1 a {
  display: block;
  width: 1.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
