/* css 重置 */

body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    font-weight: normal;
    font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC",
      "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,
      Arial, sans-serif;}


.en{ font-family:Times New Roman, Tahoma, Geneva, sans-serif}


img {
    border: 0;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.01;
    font-size: 14px;
    color: #231815;
    text-align: left;
}

a:focus, input, textarea, select {
    outline: none;
}

header,
section,
footer,
img {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #1f1f1f;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

:root {
  --green: #049473;
  --red: #bd4236;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}


.maxWidth {
    width: 100%;
    max-width: 1470px;
	padding-left:15px;
	padding-right:15px;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




/* 一般页面通用banner */
.small_page_banner {
  position: relative;
  height: 590px;
  font-size: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.small_page_banner .main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 15px;
  color: white;
  text-align: center;
  transform: translate(-50%,-50%);
}

.small_page_banner .main .bTitle {
  margin-bottom: 15px;
  font-size: 50px;
}

/* 组件 */

.bg nav.open {
  display: block;
}

.bg nav {
	z-index:1;
  display: none;
  position: fixed;
  max-width: 678px;
  width:100%;
  height: 100%;
  padding-left: 90px;
  padding-top: 40px;
  top: 0;
  right: 0;
  -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch!important;
    overflow-y: auto;
  background-color: white;
}

.bg nav > p {
  padding-left: 300px;
  font-size: 25px;
  font-weight: bold;
  color: var(--green);
  display: flex;
}

.bg nav ul {
  margin-top: 80px;
}

.bg nav ul a {
  display: block;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  transition:  all .55s;
}

.bg nav ul a:hover {
  color: var(--green);
}

.bg nav .adr p {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.bg nav .adr .email {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: var(--green);
}

.bg nav .adr .email a{color: var(--green);}

.bg nav .adr {
  margin-top: 100px;
  margin-bottom: 80px;
}

.bg nav .otherLink { margin-bottom:100px}
.bg nav .otherLink a:first-child {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}

.bg nav .otherLink a span {
  color: var(--green);
}

.bg nav .otherLink a:not(:first-child) {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.bg nav .otherLink a:nth-child(2) {
  background-image: url(../img/fb.png);
}

.bg nav .otherLink a:nth-child(3) {
  background-image: url(../img/pc.png);
}

.bg nav .otherLink a:nth-child(4) {
  background-image: url(../img/tw.png);
}

/* 头 */
header {
  display: flex;
  height: 110px;
  padding: 0 5%;
  justify-content: space-between;
  align-items: center;
  position:fixed;
  top:0;
  width:90%;
  z-index:8;
}
header.fix img{filter: inherit;}
.headerdiv{ height:110px; width:100%; display:block}

header .nav img {
  cursor: pointer;
  transition: all .55s;
}

header .nav.open img {
  transform: rotate(90deg);
}

/* 尾 */

footer {
	background:#fafafa;
  padding-top: 90px;
}

footer.grey {
  background-color: #fafafa;
}

footer .btm p{ font-weight:bold;}

footer .btm {
	text-transform:uppercase;
	font-weight:bold;
  padding: 35px 0 100px;
  border-top: 1px solid #dbdbdb;
}

footer .btm .maxWidth {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: space-between;
}

footer .top .three {
  display: flex;
  padding: 10% 0 35px 0;
  justify-content: space-between;
}

footer .top .three ul a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

footer .top .three ul li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

footer .top .three ul li:nth-child(1) a {
  background-image: url(../img/fb.png);
}

footer .top .three ul li:nth-child(2) a {
  background-image: url(../img/pc.png);
}

footer .top .three ul li:nth-child(3) a {
  background-image: url(../img/tw.png);
}

footer .top .three > a {
  color: #1f1f1f;
  font-weight:bold;
  font-size: 15px;
}

footer .top .three > a > span {
  color: var(--green);
}

footer .top .one {
  margin-bottom: 120px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 10px;
}

footer .top .two {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .top .two > div {
  max-width: 50%;
  width: 100%;
}

footer .top .two .right {
  display: flex;
  padding-left: 70px;
  justify-content: space-between;
}

footer .top .two .right .leftAdr p {
  font-size: 16px;
  color: #929292;
  line-height: 30px;
}

footer .top .two .right .leftAdr p a{color: #929292;}

footer .top .two .right .leftAdr p:first-child {
  padding-bottom: 25px;
  font-size: 20px;
  color: #1f1f1f;
  font-weight: bold;
}

footer .top .two .right .rightEwm img {
  display: block;
  max-width: 134px;
  width: 100%;
}

footer .top .two .left ul {
  display: inline-block;
  margin-right: 45px;
  vertical-align: top;
}

footer .top .two .left ul li a {
  display: block;
  font-size: 14px;
  color: #929292;
  line-height: 28px;
  transition: all .55s;
}

footer .top .two .left ul li a:hover {
  color: var(--green);
}

footer .top .two .left ul li:first-child a {
  font-size: 20px;
  color: #1f1f1f;
  padding-bottom:25px;
  font-weight: bold;
}


.default_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width:1450px) {
.maxWidth {
    padding-left: 15px!important;
    padding-right: 15px!important;
    width: auto;}
}

@media (max-width:1024px) {
footer .top .two{ display:block}
footer .top .two > div{ width:100%; max-width:inherit}
footer .top .two .left ul{ width:19%; margin-right:0}
footer .top .two .right{ padding-left:0; margin-top:5%;}
header{ padding:0 15px; width:96%;}
}

@media (max-width:768px) {
footer{ padding-top:10%;}
footer .top .one{ margin-bottom:10%;}
}
@media (max-width:767px) {
.bg nav{ padding-left:15%; padding-top:10%; width:80%; padding-right:5%;}
.bg nav > p{ text-align:right; padding-right:10%; padding-left:0}
}
@media (max-width:640px) {
footer .top .one{ font-size:20px; letter-spacing:5px;}
footer .top .two .left ul{ width:32.33%; margin-bottom:5%;}
}
@media (max-width:480px) {
footer{ padding-top:15%;}
footer .top .one{ margin-bottom:15%;}
footer .top .two .left ul{ width:49%;}
footer .top .two .left ul li:first-child a,footer .top .two .right .leftAdr p:first-child{ font-size:16px; padding-bottom:20px;}
.bg nav ul a{ font-size:18px;}
.bg nav .adr .email{ font-size:24px; line-height:24px;}
.bg nav .adr p{ font-size:16px;}
header img{ width:90%;}
header,.headerdiv{ height:90px;}
.bg nav{ padding-left:10%; width:85%;}
footer .top .two .right{ display:block}
footer .btm{ padding:5% 0 20% 0;}
header{ width:94%;}
}




