@charset "utf-8";

html {
  color: #000;
  background: #FFF;
  user-select: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
  color: #666;
  font: 12px/1.231 arial, helvetica, clean, sans-serif, "宋体";
}

/*网站字体颜色*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input,
select {
  vertical-align: middle;
}

i,
em {
  font-style: normal;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*title*/
h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

.mt10 {
  margin-top: 10px;
}

a {
  color: #666;
  text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
  outline: 0;
}

/*for ff f6n.net*/
a:hover {
  text-decoration: underline;
  text-decoration: none;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  *zoom: 1
}

p {
  word-spacing: -1.5px;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative
}
.page-warp {
  /* max-width: 1920px; */
  margin: auto;
}
.page-section {
  margin: auto;
}
.page {
  /* max-width: 1920px; */
  margin: auto;
  min-width: 1400px;
}
.header {
  /* max-width: 1920px; */
  height: 140px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  padding: 0 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
.header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  transition: all .32s ease-out;
  opacity: 0;
}
.header.active:before {
  opacity: 1;
}
.header-logo {
  width: 254px;
  height: 35px;
  position: relative;
  z-index: 2;
  transition: all .2s ease-out;
}
.header-logo:hover {
  opacity: .7;
}
.header-logo-pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.header-content {
  display: flex;
  align-items: center;
}
.header--dark .header-logo {
  filter: brightness(0);
}
.header--dark .header-select {
  color: #000;
}
.header--dark.header:before {
  background-color: rgba(255,255,255,.7);
}
.header--dark .header-select-row {
  background-image: url(../img/common/icon-row--dark.png);
  background-size: contain;
}
.header--dark .header-menu {
  background-color: #000;
}
.header--dark .header-menu:before {
  background-image: url(../img/common/icon-menu--light.png);
  background-size: contain;
}
.header--dark .header-menu:hover {
  background-color: #fff;
  outline: 1px solid #000;
}
.header--dark .header-menu:hover:before {
  background-image: url(../img/common/icon-menu.png);
  background-size: contain;
} 
.header--dark .header-select-item {
  color: #000;
}

.header-select {
  font-size: 18px;
  color: #fff;
  position: relative;
}
.header-select-head {
  margin-right: 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-out;
}
.header-select-head:hover {
  opacity: .7;
}
.header-select-text {
  margin-right: 8px;
}
.header-select-row {
  width: 13px;
  height: 7px;
  background: url(../img/common/icon-select.png) no-repeat center top;
  background-size: contain;
  transform-origin: 50% 50%;
  transition: all .2s ease-out;
  transition: all .24s ease-in-out;
}
.header-select.active .header-select-list {
  transform: scaleY(1);
  opacity: 1;
}
.header-select.active .header-select-row {
  transform: rotate(180deg);
}
.header-menu {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all .22s ease-out;
}
.header-menu:before {
  content: "";
  width: 30px;
  height: 16px;
  background: url(../img/common/icon-menu.png) no-repeat center top;
  background-size: contain;
  transition: all .26s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -15px;
}
.header-menu:hover {
  background-color: #000;
}
.header-menu:hover:before {
  background-image: url(../img/common/icon-menu--light.png);
  background-size: contain;
}
.header-select-list {
  width: 80%;
  position: absolute;
  top: 160%;
  left: 0;
  overflow: hidden;
  transform-origin: 50% 0%;
  opacity: 0;
  transform: scaleY(0);
  transition: all .24s ease-in-out;
}
.header-select-item {
  line-height: 1.5;
  cursor: pointer;
  transition: all .24s ease-in-out;
  margin-bottom: 4px;
}
.header-select-item:hover {
  opacity: .7;
}
.btns-box {
  width: 190px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.btns {
  width: 190px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all .32s ease-in-out;
}
.btns-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: transparent;
  transition: all .32s ease-in-out;
}
.btns-text:last-child {
  color: #fff;
  background-color: #000;
  top: 100%;
}
.btns:hover {
  border-color: #000;
}
.btns:hover .btns-text {
  transform: translate3d(0,-100%,0);
}
.menu-popbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
  visibility: hidden;
}
.menu-popbox.active {
  visibility: visible;
  pointer-events: all;
}
.menu-popbox.active .menu-popbox-content {
  opacity: 1;
  transform: translate3d(0,0,0);
  transition: all .5s ease-out;
}
.menu-popbox-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,.6);
  transition: all .35s ease-out;
}
.menu-popbox-content {
  position: absolute;
  z-index: 2;
  width: 1080px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 60px 150px 120px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translate3d(40vw,0,0);
  transition: all .3s ease-in;
}
.menu-popbox-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 150px;
  background-color: #000;
  cursor: pointer;
  transition: all .2s ease-out;
}
.menu-popbox-close:hover {
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,.3));
  transform: scale(.96);
}
.menu-popbox-close:hover:before {
  transform: rotate(180deg);
}
.menu-popbox-close:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-close.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px;
  transform-origin: 50% 50%;
  transition: all .3s ease-out;
}
.menu-hd {
  position: absolute;
  top: 60px;
  left: 150px;
}
.menu-download {
  display: flex;
  align-items: center;
  transition: all .2s ease-in-out;
}
.menu-download:hover {
  opacity: .5;
}
.menu-download-icon {
  width: 17px;
  height: 20px;
  background: url(../img/common/icon-archive.png) no-repeat center top;
  background-size: contain;
  margin-right: 18px;
}
.menu-download-text {
  font-size: 18px;
  color: #010101;
}
.menu-bd {
  position: absolute;
  left: 150px;
  transition: all .4s ease-out;
}
.menu-list {

}
.menu-item {
  margin-bottom: 12px;
}
.menu-item:last-child {
  margin-bottom: 0;
}
.menu-list-link {
  font-size: 50px;
  color: #010101;
  line-height: 1.55;
  position: relative;
}
.menu-list-link:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #010101;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  transition: all .38s ease-out;
}
.menu-list-link:hover:before {
  width: 100%;
}
.menu-ft {
  width: 1080px;
  padding: 0 150px;
  position: absolute;
  bottom: 120px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-link-list {
  display: flex;
  align-items: center;
}
.menu-link-item {
  position: relative;
  margin-right: 58px;
}
.menu-link-item:last-child {
  margin-right: 0;
}
.menu-link-item:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #010101;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  transition: all .28s ease-out;
}
.menu-link-item:hover:before {
  width: 100%;
}
.menu-link-text {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.menu-address {
  width: 178px;
  height: 60px;
  position: relative;
  border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.menu-address-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0 30px 0 28px; */
  background-color: #fff;
  font-size: 18px;
  color: #000;
  transition: all .26s ease-in-out;
}
.menu-address-item:last-child {
  top: 100%;
  background-color: #000;
}
.menu-address-item:last-child .menu-address-icon {
  background-image: url(../img/common/icon-address--light.png);
  background-size: contain;
}
.menu-address-item:last-child {
  color: #fff;
}
.menu-address-icon {
  width: 21px;
  height: 24px;
  background: url(../img/common/icon-address.png) no-repeat center top;
  background-size: contain;
  margin-right: 12px;
}
.menu-address-text {

}
.menu-address:hover .menu-address-item {
  transform: translate(0,-100%);
}
.menu-slide {
  width: 100%;
  padding: 0 150px;
  position: absolute;
  left: 0;
  transition: all .4s ease-out;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(100px,0,0);
}
.menu-slide-return {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all .24s ease-out;
}
.menu-slide-return:hover {
  opacity: .7;
}
.menu-slide-return:hover .menu-slide-return-icon {
  margin-right: 12px;
}
.menu-slide-return-icon {
  width: 16px;
  height: 13px;
  background: url(../img/common/icon-row-left.png) no-repeat center top;
  background-size: contain;
  transform-origin: 50% 50%;
  transform: rotate(-180deg);
  margin-right: 15px;
  margin-top:-2px;
  transition: all .24s ease-out;
}
.menu-slide-return-text {
  font-size: 18px;
  color: #000;
}
.menu-slide-list {
  margin-top: 110px;
}
.menu-slide-item {
  margin-bottom: 20px;
}
.menu-slide-item:last-child {
  margin-bottom: 0;
}
.menu-slide-link {
  font-size: 30px;
  color: #010101;
  line-height: 1.5;
  position: relative;
}
.menu-slide-link:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #010101;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  transition: all .3s ease-out;
}
.menu-slide-link:hover:before {
  width: 100%;
}

.menu-popbox.active-slide .menu-bd {
  transform: translate3d(-120px,0,0);
  opacity: 0;
  pointer-events: none;
}
.menu-popbox.active-slide .menu-slide {
  transform: translate3d(0,0,0);
  opacity: 1;
  pointer-events: all;
  transition-delay: .2s;
}
.menu-slide-swiper-style2 {
  display: flex;
}
.menu-slide-swiper-style2 .menu-slide-list {
  width: 25%;
}
.menu-slide-swiper-style2 .menu-slide-item {
  margin-bottom: 24px;
}
.menu-slide-swiper-style2 .menu-slide-link {
  font-size: 20px;
}
.menu-slide-swiper-style2 .menu-slide-list {
  width: 100%;
}
.menu-slide-swiper {
  display: none;
}
.menu-slide-swiper.active {
  display: block;
}
.page-form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}
.page-form-item {
  width: 260px;
  margin-right: 10px;
}
.page-form-item:last-child {
  margin-right: 0;
}
.page-select {
  position: relative;
}
.page-select.active .page-select-list {
  transform: scaleY(1);
}
.page-select-inner {
  height: 54px;
  border: 1px solid #000;
  padding: 0 24px 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.page-select-row {
  width: 13px;
  height: 7px;
  background: url(../img/common/icon-row--dark.png) no-repeat center top;
  background-size: contain;
}
.page-select-list {
  width: 100%;
  height: 192px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e3e3e3;
  border: 1px solid #000;
  padding: 18px 30px;
  box-sizing: border-box;
  transform: scaleY(0);
  z-index: 2;
  transform-origin: 50% 0%;
  transition: all .2s ease-in;
}
.page-select-item {
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all .2s ease-out;
}
.page-select-item:hover {
  font-weight: bold;
}
.page-form-search {
  height: 54px;
  border: 1px solid #000;
  padding: 0 24px 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
}
.page-form-search-input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
}
.page-form-search-icon {
  flex-shrink: 0;
  width: 16px;
  height: 22px;
  background: url(../img/common/icon-search.png) no-repeat center top;
  background-size: contain;
  cursor: pointer;
  transition: all .26s ease-in-out;
}
.page-form-search-icon:hover {
  opacity: .6;
}


.btn-top {
  position: fixed;
  bottom: 10%;
  right: 4%;
  z-index: 99;
  display: none;
}

.btn-top span {
  display: block;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

.btn-top span img {
  display: block;
  width: 100%;
}

.footer {
  background: #000;
  overflow: hidden;
}

.footer .content {
  max-width: 1920px;
  padding: 110px 150px;
  margin: auto;
}

.footer .footer-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.footer .footer-link .f-title {
  margin-bottom: 60px;
}

.footer .footer-link .f-title h3 {
  font-size: 50px;
  color: #fff;
  line-height: 64px;
  font-weight: normal;
}

.footer .footer-link .f-icon {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-link .f-icon a {
  display: block;
  width: 36px;
  margin-right: 20px;
}

.footer .footer-link .f-icon a img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .footer-link .link-r {
  width: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer-link .link-r dl.last-dl{
  margin-top: 70px;
}
.footer .footer-link .link-r dl dt {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}
.footer .footer-link .link-r dl dd p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}
.footer .footer-link .link-r dl.last-dl dd span{
  display: flex;
}
.footer .footer-link .link-r dl.last-dl dd span a{
  display: inline-block;
  padding: 0 28px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
  position: relative;
  transition: all .24s ease-in-out;
}
.footer .footer-link .link-r dl.last-dl dd span a:hover {
  color: #000;
  background-color: #fff;
}
.footer-bq{
  display: flex;
  justify-content: space-between;
}
.footer-bq .bq-txt p{
  font-size: 14px;
  color: #fff;
}
.footer-bq .bq-txt em{
  margin: 0 20px;
}
.footer-bq .bq-txt.w650{
  width: 650px;
}

.page-banner {
  height: 1080px;
  position: relative;
}
.page-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
}
.page-banner-pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
}
.section-btn {
  width: 192px;
  height: 56px;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  margin-right: 16px;
}
.section-btn:last-child {
  margin-right: 0;
}
.section-btn-text {
  width: 192px;
  height: 56px;
  line-height: 58px;
  margin-right: 16px;
  font-size: 18px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
}
.section-btn:hover .section-btn-text {
  transform: translate3d(0,-100%,0);
}
.section-btn-text:last-child {
  top: 100%;
  background-color: #020202;
  color: #fff;
}
.section-btn--dark {
  background-color: #020202;
  color: #fff;
}
.section-btn--dark .section-btn-text {
  color: #fff;
}
.section-btn--dark .section-btn-text:last-child {
  background-color: #fff;
  color: #000;
}
.page-tab {
  display: flex;
  align-items: center;
}
.page-tab-item {
  width: 132px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  overflow: hidden;
  font-size: 20px;
  color: #757575;
  background-color: #eaeaea;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
  transition: all .22s ease-out;
}
.page-tab-item.active,
.page-tab-item:hover {
  color: #fff;
  background-color: #000;
}
.page-tab-panel-box {

}
.page-tab-panel {
  display: none;
}
.page-tab-panel:first-child {
  display: block;
}
.suspend-list {
  position: fixed;
  bottom: 24%;
  right: 4%;
  z-index: 99;
  display: none;
}
.suspend-item {
  margin-bottom: 18px;
  width: 54px;
  height: 54px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: all .24s ease-out;
}
.suspend-item:hover {
  opacity: .8;
  transform: scale(.9);
}
.suspend-item:last-child {
  margin-bottom: 0;
  background-color: #dedede;
}
.suspend-icon {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.suspend-icon--tel {
  background-image: url(../img/common/icon-tel.png);
  background-size: contain;
}
.suspend-icon--email {
  background-image: url(../img/common/icon-email.png);
  background-size: contain;
}


@media screen and (min-width: 1200px) and (max-width:1600px) {
 
}
/* 移动端适配 */
@media screen and (max-width: 767px) {
  .page {
    min-width: auto;  
  }
  .header {
    height: 80px;
    padding: 0 15px;
  }
  .header-logo {
    width: 172px;
    height: 17px;
  }  
  .header-select {
    font-size: 10px;
  }
  .header-menu {
    width: 30px;
    height: 30px;
  }
  .header-menu:before {
    width: 15px;
    height: 8px;
    margin: -4px 0 0 -8px;
  }
  .menu-popbox-content {
    width: 100%;
    height: 100%;
    padding: 30px 50px 60px;
  }
  .menu-popbox-close {
    width: 30px;
    height: 30px;
    top: 25px;
    right: 25px;
  }
  .menu-bd {
    left: 50px;
    margin-top: -50px;
  }
  .menu-hd {
    top: 32px;
    left: 50px;
  }
  .menu-download-icon {
    width: 9px;
    height: 10px;
    margin-right: 9px;
  }
  .menu-download-text {
    font-size: 10px;
  }
  .menu-ft {
    width: 100%;
    padding: 0 25px 0 50px;
    bottom: 75px;
  }
  .menu-item {
    margin-bottom: 12px;
  }
  .menu-list-link {
    font-size: 25px;
  }
  .menu-slide {
    padding: 0 10px 0 50px;
    margin-top: -50px;
  }
  .menu-slide-list {
    margin-top: 54px;
  }
  .menu-slide-link {
    font-size: 15px;
  }
  .menu-slide-swiper-style2 .menu-slide-link {
    font-size: 12px;
  }
  .menu-slide-return-icon {
    width: 8px;
    height: 7px;
    margin-right: 8px;
    margin-top: -1px;
  }
  .menu-slide-return-text {
    font-size: 10px;
  }
  .menu-slide-item {
    margin-bottom: 4px;
  }
  .menu-slide-swiper-style2 .menu-slide-item {
    margin-bottom: 18px;
  }
  .menu-link-item {
    margin-right: 28px;
  }
  .menu-link-text {
    font-size: 12px;
  }
  .menu-address-item {
    /* padding: 0 13px 0 12px; */
    font-size: 10px;
  }
  .menu-address {
    width: 92px;
    height: 30px;
    border-radius: 15px;
  }
  .menu-address-icon {
    width: 11px;
    height: 12px;
    margin-right: 7px;
  }

  

  .footer .content {
    padding: 80px 15px;
    max-width:none;
  }
  .footer .footer-link{
    display: block;
    margin-bottom: 50px;
  }
  .footer .link-l{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px
  }
  .footer .footer-link .f-title{
    margin: 0;
  }
  .footer .footer-link .f-title h3{
    font-size: 26px;
    line-height: 34px;
  }
  .footer .footer-link .f-icon a{
    width: 24px;
    height: 24px;
  }
  .footer .footer-link .link-r{
    display: block;
  }
  .footer .footer-link .link-r dl{
    margin-bottom: 42px;
  }
  .footer .footer-link .link-r dl dt{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .footer-link .link-r dl dd p{
    font-size: 14px;
    line-height: 28px;
  }
  .footer .footer-link .link-r dl.last-dl{
    width: 100%;
    margin: 0;
  }
  .footer .footer-link .link-r dl.last-dl dd span a{
    font-size: 12px;
    line-height: 30px;
    padding: 0 12px;
    margin-right: 12px;
  }
  .footer-bq{
    display: block;
  }
  .footer-bq .bq-txt p{
    font-size: 12px;
  }
  .footer-bq .bq-txt em{
    margin: 0 10px;
  }
  .footer-bq .bq-txt.w650{
    width: auto;
    margin-top: 20px;
  }
  .page-form-item {
    width: 28%;
  }
  .page-select-list {
    height: 150px;
    padding: 12px 15px;
  }
  .page-select-item {
    font-size: 10px;
    padding: 2px 0;
    margin-bottom: 10px;
  }
  .page-select-inner {
    height: 27px;
    padding: 2px 7px 0 15px;
    font-size: 10px;
  }
  .page-select-row {
    width: 7px;
    height: 4px;
  }
  .page-form-search {
    height: 28px;
    padding: 0 7px 0 15px;
    font-size: 10px;
  }
  .page-form-search-input {
    font-size: 10px;
    padding-right: 8px;
  }
  .page-form-search-icon {
    width: 10px;
    height: 12px;
  }
  div.section-btn-box {
    margin: 28px auto 70px;
  }
  .section-btn {
    width: 96px;
    height: 28px;
    margin-right: 8px;
  }
  .section-btn-text {
    width: 96px;
    height: 28px;
    line-height: 28px;
    margin-right: 8px;
    font-size: 10px;
  }




}

