@charset "UTF-8";
@font-face {
  font-family: "cu";
  src: url(static/font/cu.ttf);
}
@font-face {
  font-family: "xi";
  src: url(static/font/xi.ttf);
}
/*声明 WebFont*/
body {
  padding: 0;
  margin: 0;
  font: normal 12px/180% "微软雅黑";
  color: #333;
  background: #fff;
  font-family: "mainContent";
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

div {
  margin: 0 auto;
  text-align: left;
  font: normal 12px/180% "微软雅黑";
  font-family: "微软雅黑";
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #3b84cc;
  text-decoration: none;
}

img {
  border: none;
}

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

i {
  font-style: normal;
}

input, img {
  vertical-align: middle;
}

input[type=button], input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
  margin: 0 auto;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

body, html {
  overflow-x: hidden;
}

body {
  background: url("../images/top_bg.jpg") no-repeat top center;
  background-size: 2560px auto;
}

.p1Box {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  max-height: 900px;
  position: relative;
}
.p1Box .nav {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding-top: 40px;
}
.p1Box .nav span {
  margin: 0 30px;
  color: #fff;
  font-size: 18px;
}
.p1Box .nav span a {
  color: #fff;
}
.p1Box .p1Swiper {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 610px;
}
.p1Box .p1Swiper .leftButton {
  display: inline-block;
  width: 40px;
  height: 120px;
  background: url(../images/left.png) no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  cursor: pointer;
}
.p1Box .p1Swiper .rightButton {
  display: inline-block;
  width: 40px;
  height: 120px;
  background: url(../images/right.png) no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
  cursor: pointer;
}
.p1Box .p1Swiper .swiper-pagination-bullet {
  border-radius: 0px;
  width: 70px;
  height: 4px;
}
.p1Box .p1Swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.p1Box .p1Swiper .swiper-slide .item {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.p1Box .p1Swiper .swiper-slide .item .left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 580px;
  padding-top: 100px;
}
.p1Box .p1Swiper .swiper-slide .item .left h2 {
  font-size: 48px;
  color: #fff;
  line-height: 130%;
}
.p1Box .p1Swiper .swiper-slide .item .left p {
  font-size: 16px;
  color: #eda47f;
  line-height: 150%;
  padding: 20px 0;
}
.p1Box .p1Swiper .swiper-slide .item .left h3 {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
  line-height: 130%;
}
.p1Box .p1Swiper .swiper-slide .item .left h4 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 130%;
}
.p1Box .p1Swiper .swiper-slide .item .right {
  position: absolute;
  right: 0;
  height: 610px;
  width: 550px;
  overflow: hidden;
}
.p1Box .p1Swiper .swiper-slide .item .right img {
  width: 490px;
}

.bianzhe {
  width: 1140px;
  height: auto;
  margin: 75px auto 0 auto;
  background: #f5f5f7;
  padding: 30px;
}
.bianzhe h3 {
  width: 100%;
  margin-bottom: 20px;
}
.bianzhe p {
  font-size: 16px;
  color: #666666;
  line-height: 180%;
}

.imgList {
  width: 1200px;
  margin: 40px auto 0 auto;
}
.imgList .item {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url(../images/wei.jpg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.imgList .item .left {
  float: left;
  width: 490px;
  padding: 40px;
}
.imgList .item .left h2 {
  font-size: 36px;
  color: #c19384;
  line-height: 130%;
  padding-bottom: 25px;
}
.imgList .item .left p {
  font-size: 16px;
  color: #fff;
  line-height: 160%;
}
.imgList .item .right {
  float: right;
  width: 500px;
  position: relative;
  height: 155px;
  padding-top: 145px;
}
.imgList .item .right h2 {
  font-size: 30px;
  color: #c19384;
  line-height: 130%;
  padding-bottom: 10px;
}
.imgList .item .right h3 {
  font-size: 16px;
  color: #c19384;
  line-height: 130%;
}
.imgList .item .right img {
  width: 270px;
  position: absolute;
  right: 20px;
  top: -15px;
}
.imgList .item:hover {
  width: 1200px;
  height: 300px;
  background: url(../images/xuan.jpg) no-repeat;
  background-size: contain;
  position: relative;
}
.imgList .item:hover .left h2 {
  font-size: 36px;
  color: #fff;
  line-height: 130%;
  padding-bottom: 25px;
}
.imgList .item:hover .left p {
  font-size: 16px;
  color: #f9d6b6;
  line-height: 160%;
}
.imgList .item:hover .right h2 {
  font-size: 30px;
  color: #fff;
  line-height: 130%;
  padding-bottom: 10px;
}
.imgList .item:hover .right h3 {
  font-size: 16px;
  color: #fff;
  line-height: 130%;
}

.bannerBox {
  width: 1200px;
  margin: 40px auto 0 auto;
  text-align: center;
}

.tuandui {
  width: 1140px;
  height: auto;
  margin: 75px auto 0 auto;
  background: #f5f5f7;
  padding: 30px;
}
.tuandui h3 {
  width: 100%;
}
.tuandui .tBox {
  width: 100%;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
}
.tuandui .tBox .item {
  text-align: left;
  font-size: 16px;
}
.tuandui .tBox .item p {
  padding: 3px 0;
}
.tuandui .tBox .item p span {
  margin-right: 20px;
}

.logoBox {
  text-align: center;
  padding: 140px 0 40px 0;
}

.copyright {
  width: 1000px;
  height: 80px;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 20px 0 10px 0;
  text-align: center;
  color: #333;
}

@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html, body {
    width: 1300px;
  }
}
/*# sourceMappingURL=default.css.map */