@charset "UTF-8";
/* 引用阿里字体 */
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

caption,
td,
th {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
}

li,
ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font: 14px "Microsoft YaHei", Arial, "黑体", "宋体", sans-serif;
}

input:hover,
input:focus,
button:hover,
button:focus {
  outline: none;
}

img:hover,
div:hover,
img,
div {
  outline: none;
}

table {
  border-collapse: collapse;
}

.cf:after {
  clear: both;
  display: table;
  content: " ";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb30 {
  margin-bottom: 30px;
}

.tabs .tab-content .tab-pane {
  display: none;
}
.tabs .tab-content .tab-pane.active {
  display: block;
}
.tabs .tab-content .tab-pane1 {
  display: none;
}
.tabs .tab-content .tab-pane1.active {
  display: block;
}

/* flex 布局*/
.d-flex {
  display: flex;
}

.d-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-center {
  display: flex;
  align-items: center;
}

.d-flex-start {
  display: flex;
  align-items: flex-start;
}

.d-flex-start-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.d-flex-start-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.d-flex-end {
  display: flex;
  align-items: flex-end;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
}

.d-flex-justify-center {
  display: flex;
  justify-content: center;
}

.d-flex-justify-around {
  display: flex;
  justify-content: space-around;
}

.d-flex-end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.d-flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-1 {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-shrink {
  flex-shrink: 0;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.text-overflow1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-overflow2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-overflow3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text-overflow4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ml-50 {
  margin-left: 50px;
}

.mr-22 {
  margin-right: 22px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-40 {
  margin-left: 40px;
}

.pointer {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

#type .swiper-button-next:after,
#type .swiper-button-prev:after {
  font-size: 24px !important;
}

#type .swiper-pagination {
  display: none;
}

.w1520 {
  max-width: 1170px;
  margin: 0 auto;
}

.pt60 {
  padding-top: 60px;
}

.box1Left h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.box1Left h3 {
  font-size: 20px;
}

.mt35 {
  margin-top: 35px;
}

.box1Txt {
  line-height: 1.8;
}

.box1Btn {
  width: 170px;
  height: 54px;
  background: #fff;
}

.box1LeftImg {
  margin-left: 20px;
}

.box2Left img {
  display: block;
}

.box2Right {
  max-width: 480px;
}

.p70-0 {
  padding: 60px 0;
}

.box2Right h2 {
  font-family: arial;
  font-size: 48px;
  color: #efefef;
  font-weight: bold;
}

.box2Right h3 {
  font-weight: bold;
  font-size: 26px;
  margin-top: 10px;
}

.box2RightTxt {
  line-height: 1.8;
}

.box2Right .box1Btn {
  height: 50px;
  background: #f2f2f2;
}

.fz55 {
  font-size: 55px;
}

.box2Bottom {
  margin-top: 55px;
}

.box2Bottom h3 {
  font-family: arial;
}

.fwb {
  font-weight: bold;
}

.indexBox3 {
  background: url(../img/box3.jpg) no-repeat center top;
  background-size: cover;
}

.tc {
  text-align: center;
}

.indexBox3 h2 {
  font-family: arial;
  font-size: 40px;
  margin-bottom: 10px;
}

.indexNews {
  position: relative;
  margin-top: 65px;
}

.indexNews::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  left: 50%;
  margin-left: -1px;
  top: 60px;
  bottom: 40px;
}

.w47 {
  width: 47%;
}

.p20 {
  padding: 20px;
  box-sizing: border-box;
}

.mr40 {
  margin-right: 40px;
}

.line-height1-2 {
  line-height: 1.2;
}

.indexNews {
  line-height: 1.8;
}

.mt6 {
  margin-top: 6px;
}

.indexNews a.item {
  position: relative;
  margin-top: -30px;
}

.indexNews a.item::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  z-index: 100;
}

.indexNews a.aleft::after {
  right: -7.5%;
}

.aleft {
  margin-right: 53%;
  text-align: right;
}

.aright {
  text-align: left;
  margin-left: 53%;
}

.indexNews a.aright::after {
  left: -7.6%;
}

.indexNews .itemGd {
  position: relative;
  z-index: 100;
  width: 80px;
  margin: 0 auto;
}

.indexNews .itemGd i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
}

.box4title {
  height: 90px;
  line-height: 90px;
}

.box4title h2 {
  position: relative;
  z-index: 100;
}

.box4title span {
  color: #f5f5f5;
  font-size: 88px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.alswiper .swiper-pagination {
  display: none;
}

.alswiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.alswiper .swiper-slide .abs {
  background: rgba(0, 71, 157, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fz55 {
  font-size: 55px;
}

.alswiper .swiper-slide .abs i {
  margin-bottom: 15px;
}

.alswiper .swiper-button-next {
  right: 20%;
  margin-right: -23px;
}

.alswiper .swiper-button-prev {
  left: 20%;
  margin-left: -23px;
}

.alswiper .swiper-button-next,
.alswiper .swiper-button-prev {
  width: 46px;
  height: 46px;
  z-index: 600;
  border-radius: 50%;
}

.alswiper .swiper-button-next:after,
.alswiper .swiper-button-prev:after {
  font-size: 20px !important;
}

.alswiper .swiper-slide:hover .abs {
  transform: translateY(0);
}

.box4Swiper {
  position: relative;
}

.alswiper .lBg {
  left: 0;
}

.alswiper .lBg,
.alswiper .rBg {
  z-index: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  background: rgba(255, 255, 255, 0.6);
}

.alswiper .rBg {
  right: 0;
}

.alBtn {
  margin-top: 50px;
  border: 1px transparent solid;
  width: 156px;
  height: 44px;
}

.indexBox2Nr {
  flex-direction: row-reverse;
}

.copy {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #363636 solid;
}

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

.mt20 {
  margin-top: 20px;
}

.pageBread {
  padding-bottom: 10px;
  border-bottom: 1px #e1e1e1 solid;
}

.pageBread h2 {
  padding-left: 15px;
  position: relative;
}

.lcInfo {
  padding-top: 20px;
  line-height: 1.8;
  padding-bottom: 15px;
}

.lcDl {
  padding: 30px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.lcDl img {
  width: 190px;
  height: 110px;
}

.lcDl dt {
  width: 190px;
  height: 110px;
  overflow: hidden;
  margin-right: 30px;
}

.lcDl .lctxt {
  margin-top: 18px;
  line-height: 28px;
  min-height: 56px;
}

.lcDl + dl {
  border-top: 1px #e1e1e1 solid;
}

.lcDl:hover {
  padding: 30px;
}

.aboutBox {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 30px;
}

.mb15 {
  margin-bottom: 15px;
}

.aboutBox p {
  margin-bottom: 20px;
}

.aboutBox img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.vList {
  padding-top: 30px;
  margin-left: -30px;
}

.vList li {
  width: 33.333%;
  margin-bottom: 30px;
}

.overflow {
  overflow: hidden;
}

.vList li a {
  position: relative;
  display: block;
  margin-left: 30px;
}

.vList li a .vimg {
  width: 100%;
  display: block;
  height: auto;
}

.vList li a .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 207px;
}

.vList li .vabs {
  position: absolute;
  font-size: 46px;
  z-index: 10;
}

.v-txt {
  padding: 15px;
}

.vList li h3 {
  height: 35px;
  line-height: 35px;
}

.vList li a:hover .vimg {
  transform: scale(1.1);
}

.page a {
  margin: 0 4px;
  width: 38px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px #ebebeb solid;
}

.page {
  margin-top: 30px;
}

.border-0 {
  border-bottom: 0 !important;
}

.border {
  border: 1px transparent solid;
}

.article {
  padding-top: 30px;
  margin-bottom: 20px;
  line-height: 1.8;
  padding-bottom: 20px;
  border-bottom: 1px transparent solid;
}

.article p {
  margin-bottom: 15px;
}

.article img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.news-info {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px transparent solid;
}

.news-info h1 {
  padding-bottom: 10px;
}

.nypage li {
  max-width: 47%;
  overflow: hidden;
}

.relevantBox h2 {
  padding-top: 15px;
  border-bottom: 1px transparent solid;
  padding-bottom: 15px;
}

.relevantBox .sgList {
  margin-left: -2%;
}

.relevantBox .sgList a {
  width: 48%;
  margin-left: 2%;
  margin-top: 25px;
  line-height: 1.8;
}

.relevantBox .sgList a img {
  width: 160px;
  height: 90px;
}

.relevantBox .sgList a:hover img {
  transform: scale(1.1);
}

.relevantBox .sgList a .pic {
  width: 160px;
  height: 90px;
  margin-right: 20px;
}

.relevantBox .sgList a h3 {
  height: 50px;
  margin-bottom: 5px;
  overflow: hidden;
}

/* 联系我们 */
.lxwmBox {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 3%;
}

.infoItem {
  flex-wrap: wrap;
}

.infoItem span {
  margin-left: 10px;
}

.lxRbox h2 {
  position: relative;
  padding-top: 6px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.lxRbox h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 2px;
}

.mt10 {
  margin-top: 10px;
}

.lxUl {
  margin-top: 20px;
}

.lxUl li {
  line-height: 1.6;
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-5 {
  margin-right: 5px;
}

.lxRmw img {
  margin-bottom: 8px;
  width: 78px;
  height: 78px;
  padding: 8px;
  border: 1px #ebebeb solid;
}

.pageSobox {
  margin-top: 30px;
  padding: 16px;
}

.pageSobox input {
  padding: 0 10px;
  border: none;
  height: 40px;
  line-height: 40px;
}

.topSo {
  z-index: 1000;
}

.topSo > div {
  padding-top: 20px;
}

.topSo input {
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 14px;
}

.mt25 {
  margin-top: 25px;
}

.pageSobox button {
  padding: 0 10px;
  border: none;
  height: 40px;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
}

.overflow {
  overflow: hidden;
}

.downloadList {
  margin-left: -3%;
}

.dItem {
  width: 47%;
  margin-left: 3%;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 25px;
}

.dItem .dimgs {
  width: 190px;
  height: 120px;
}

.align-end {
  align-items: flex-end;
}

.dBtns {
  width: 88px;
  height: 34px;
  background: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
}

.dInfos {
  padding: 18px 0;
}

.dRight {
  max-width: 304px;
}

.qaList {
  margin-left: -3%;
}

.dRight h3 {
  line-height: 1.4;
}

.qaItem {
  box-sizing: border-box;
  padding: 25px;
  width: 47%;
  margin-left: 3%;
  line-height: 1.8;
  margin-bottom: 25px;
}

.dInfos {
  flex-wrap: wrap;
  line-height: 1.5;
}

.fz72 {
  font-size: 72px;
}

.ffen {
  font-family: arial;
}

.qaItem span {
  width: 85px;
  line-height: 1;
}

.qaItem .qaItemInfo {
  margin-left: 100px;
}

.qaItem .qaItemInfo h3 {
  margin-bottom: 3px;
}

.nItem .pic {
  width: 50%;
}

.newsList .nItem:nth-child(2n) {
  flex-direction: row-reverse;
}

.nListInfo {
  overflow: hidden;
  padding: 20px 50px;
  height: 100%;
  line-height: 1.8;
}

.nListInfo h2 {
  max-width: 100%;
  margin-bottom: 8px;
}

.newsListBtn {
  width: 156px;
  height: 44px;
  border: 1px transparent solid;
}

.subnav {
  position: fixed;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
  top: 80px;
}

.subnav.head_subnav {
  top: 60px;
}

.subnav::after {
  content: "";
  background: #f1f1f1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
}

.sub-nav {
  padding: 60px 0;
}

.sub-left {
  padding-right: 60px;
  box-sizing: border-box;
  width: 50%;
}

.sbu-right {
  padding-left: 60px;
  box-sizing: border-box;
  width: 50%;
  position: relative;
  z-index: 5000;
}

.subUl {
  padding-top: 20px;
}

.subUl li {
  float: left;
  width: 33%;
  box-sizing: border-box;
}

.subUl li a {
  line-height: 36px;
  box-sizing: border-box;
  padding-right: 30px;
}

.subUl li a i {
  transform: rotate(-90deg);
}

.navImg {
  margin-top: 30px;
  max-width: 500px;
  max-height: 214px;
  overflow: hidden;
}

.navImg img {
  max-width: 500px;
  height: auto;
}

.subNbox {
  padding-top: 20px;
  line-height: 28px;
}

.rabs {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 900;
}

.rabs a {
  width: 60px;
  height: 60px;
  background: #c1c1c1;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
}

.rabs a i {
  font-size: 18px;
  padding-bottom: 6px;
}

#gototop i {
  padding-bottom: 0;
  font-size: 40px;
}

.rabs .top {
  display: none;
}

.rabs a .abs {
  position: absolute;
  right: 60px;
  height: 60px;
  width: 150px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  display: none;
}

.rabs a.dianhua01:hover .abs {
  display: block;
}

.rabs .abs2,
.rabs .abs3 {
  top: 0;
  position: absolute;
  right: 60px;
  padding: 2px;
  box-sizing: border-box;
  display: none;
  width: 82px;
  height: 82px;
}

.rabs .abs2 img,
.rabs .abs3 img {
  width: 78px;
  height: 78px;
}

.rabs a.weixin:hover .abs2 {
  display: block;
}

.rabs a.weibo:hover .abs3 {
  display: block;
}

.ryList li {
  width: 33.333%;
  margin-bottom: 30px;
}

.ryList a {
  position: relative;
  display: block;
  margin-left: 30px;
  text-align: center;
  overflow: hidden;
  padding: 16px;
}

#baguetteBox-overlay {
  z-index: 3000;
}

.ryList .pic {
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.ryList a p {
  padding-top: 8px;
}

.full-image {
  max-width: 100%;
}

.full-image img {
  max-width: 100%;
}

.ryList {
  margin-left: -30px;
}

.cpLeft {
  width: 270px;
  margin-right: 30px;
}

.leftNav {
  padding: 22px;
}

.leftNav h2 {
  padding-bottom: 20px;
}

.yiji li {
  font-size: 16px;
}

.yiji li a.inactive {
  width: 100%;
  height: 66px;
  line-height: 66px;
}

.yiji li a.inactive i {
  transform: rotate(-90deg);
}

.yiji li a.inactive.inactives i {
  transform: rotate(0);
}

.yiji li a.inactive.inactives.noItem i {
  transform: rotate(-90deg);
}

.subLast li {
  border: none !important;
}

.subLast {
  padding-bottom: 10px;
}

.subLast li a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.cpUl {
  margin-top: 15px;
  margin-left: -30px;
}

.cpUl li {
  width: 33.3333%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cpUl li a {
  margin-left: 30px;
}

.cpUl .pic {
  padding: 15px;
  overflow: hidden;
  height: 195px;
}

.cpUl .pic img {
  max-height: 100%;
}

.cptitle {
  margin-left: 15px;
  margin-right: 15px;
  height: 40px;
  line-height: 40px;
}

.cpgd {
  padding: 15px;
}

.cqxqLeft {
  max-width: 550px;
}

.gallery-top .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gallery-top {
  height: 480px;
}

.gallery-top .swiper-pagination {
  display: none;
}

.gallery-thumbs {
  width: 490px;
  box-sizing: border-box;
}

.xBox {
  margin-top: 20px;
  padding: 0 30px;
  position: relative;
}

.gallery-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-thumbs .swiper-slide img {
  width: 110px;
  height: 99px;
  border: 1px #fff solid;
}

.cpPage {
  padding-top: 25px;
  padding-bottom: 40px;
}

.xBox .swiper-button-next {
  right: 0;
}

.xBox .swiper-button-prev {
  left: 0;
}

.xBox .swiper-button-next:after, .xBox .swiper-button-prev:after {
  font-size: 24px;
}

.cpPageR {
  margin-left: 55px;
}

.cpPageR h1 {
  padding-top: 25px;
  padding-bottom: 20px;
}

.cpcsBox li {
  line-height: 34px;
}

.cpcsBox {
  padding-top: 15px;
  color: #818181;
}

.cpcsBox li span {
  display: inline-block;
  width: 80px;
  color: #333;
}

.cpcsBoxTxt {
  color: #818181;
  line-height: 24px;
  margin-top: 35px;
  height: 172px;
  border-bottom: 1px #E1E1E1 solid;
}

.cpcsBtn {
  margin-top: 30px;
}

.cpcsBtn a {
  width: 140px;
  height: 60px;
}

.cpInfos {
  padding-top: 28px;
}

.cpTt {
  padding-bottom: 18px;
  border-bottom: 1px #E1E1E1 solid;
}

.cpArticle {
  padding: 25px 0;
  line-height: 1.8;
}

.cpArticle p {
  padding-bottom: 20px;
}

.cpArticle img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.tjBox .cpUl .pic {
  height: 250px;
}

.qaxqBox {
  margin-top: 20px;
  border: 1px #E1E1E1 solid;
  padding: 30px;
}

.qaxqBox .article {
  padding-top: 0;
}

.qaxqBox .news-info {
  text-align: left;
}

.qaxqBox .infoItem {
  justify-content: flex-start;
}

.nypage a:hover {
  text-decoration: underline;
}

.sosoTab {
  border-bottom: 1px #E1E1E1 solid;
}

.sosoTab a {
  padding: 18px 0;
  margin: 0 15px;
}

.sosoTab a {
  border-bottom: 3px #fff solid;
}

.sosoDbox .cpUl li {
  width: 25%;
}

.alList .v-txt {
  position: relative;
  z-index: 100;
}

.alList .v-txt .abs {
  font-size: 22px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  right: 15px;
  z-index: 100;
  top: -21px;
  position: absolute;
}

.alswiperBox {
  padding: 20px;
  position: relative;
}

.alswiperBox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alswiperBox .swiper-slide img {
  margin: 0 auto;
}

.alswiperBox .swiper-button-next, .alswiperBox .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.5);
}

.alswiperBox .swiper-button-next::after, .alswiperBox .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
}

.alswiperBox .swiper-button-next {
  right: 0;
}

.alswiperBox .swiper-button-prev {
  left: 0;
}

.alTxtBox {
  margin-top: 20px;
}

.alTxtBox h1 {
  margin-bottom: 5px;
}

/* 手机导航 */
.mlogo {
  display: none;
}

.mheader {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  padding: 33px 30px 33px 44px;
  display: none;
}

.mrbox i {
  font-size: 30px;
  padding-left: 20px;
  margin-left: 8px;
}

.mSoso {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sLo {
  max-height: 58px;
}

.soInput {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 8px;
  width: 90vw;
  padding: 0 10px;
  box-sizing: border-box;
}

.soInput input {
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 15px;
}

.soInput i {
  padding: 0 10px;
  font-size: 20px;
}

.gbBtns {
  margin-top: 60px;
  font-size: 30px;
  color: #585858;
}

#mEn a {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-bottom: 8px;
}

.dx {
  text-transform: uppercase;
}

#menu .gb {
  position: absolute;
  right: 20px;
  top: 20px;
}

#menu .gb img {
  width: 20px;
  height: 20px;
}

#menu {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  bottom: 0;
  overflow: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  display: none;
  transform: translate(0, 0);
  z-index: 9000;
  border-top: 1px #d7d7d7 solid;
}

.f2, .f3 {
  display: none;
}

.leftMenu li.hasChild.open .f2 {
  display: block;
  height: auto !important;
}

.leftMenu li.hasChild.open .f2 li {
  padding-left: 20px;
  margin-left: 0;
  margin-right: 0;
}

.f3 li {
  padding-left: 20px;
  margin-left: 0;
  margin-right: 0;
}

.leftMenu li.hasChild.open li.hasChild.open .f3 {
  display: block;
  height: auto !important;
}

.menu-open {
  transform: translate(0, 0) !important;
  display: block !important;
  opacity: 1 !important;
  z-index: 9000000 !important;
}

.leftMenu li {
  line-height: 50px;
  margin: 0 15px;
}

.leftMenu li + li {
  border-top: 1px #d7d7d7 solid;
}

.leftMenu li a {
  display: block;
  padding: 0 15px;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.leftMenu li.hasChild > a {
  color: #333;
  position: relative;
}

.leftMenu li.hasChild > a::after {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/j1.png) no-repeat;
  background-size: 20px 20px;
  content: "";
  width: 20px;
  height: 20px;
}

.leftMenu li.hasChild.open > a::after {
  background: url(../img/j2.png) no-repeat;
  background-size: 20px 20px;
}

li.hasChild.open > a {
  border-bottom: 1px #D7D7D7 solid;
  font-weight: bold;
}

.f3 a {
  color: #818181 !important;
}

.nypage li a {
  display: block;
}