body {
  padding: 0;
  margin: 0;
  font: normal 16px 'Helvetica,Arial,Verdana';
  color: #333;
  background: #fff; }

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 16px 'Helvetica,Arial,Verdana'; }

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; }

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

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

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

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

input[type=button], input[type=submit], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none; }

::-webkit-input-placeholder {
  color: #b3b6ba; }

:-moz-placeholder {
  color: #b3b6ba; }

::-moz-placeholder {
  color: #b3b6ba; }

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

.clearfix {
  clear: both;
  zoom: 1; }

body {
  background: #fff;
  font-size: 16px; }

.banner {
  height: 700px;
  background: url(../images/banner.jpg) top center no-repeat; }

.banner p {
  padding-top: 600px;
  color: white;
  font-size: 14px; }

.banner p span:nth-child(1) {
  padding: 0 80px 0 180px; }

.nav {
  background: #b6382d;
  height: 60px; }

.nav ul {
  width: 900px;
  margin: 0 auto;
  padding: 15px 50px;
  overflow: hidden; }

.nav li {
  float: left;
  color: white;
  padding: 0 25px;
  border-right: 1px solid #de5e53;
  font-size: 22px; }

.nav li a {
  color: white; }

.nav li:last-child {
  border-right: none; }

.block1 {
  padding: 40px;
  width: 920px;
  margin: 0 auto;
  overflow: hidden; }

.block1 .img-box {
  position: relative; }

.block1 .img-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 45px;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.6); }

.block1 .img-box p a {
  color: white; }

.block1 .news-ul {
  width: 420px; }

.block1 .news-ul .news-li {
  padding-bottom: 20px; }

.block1 .news-ul .title {
  font-weight: bolder;
  margin-bottom: 10px; }

.block1 .news-ul .div {
  font-size: 14px;
  line-height: 24px; }

.block1 .news-box {
  width: 420px; }

.block1 .news-box li {
  line-height: 38px;
  color: #484848;
  padding-left: 15px;
  position: relative; }

.block1 .news-box li a {
  color: #484848; }

.block1 .news-box li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 49%;
  left: 0;
  background: #484848;
  border-radius: 50%; }

.block2 {
  padding: 0 40px;
  width: 920px;
  margin: 0 auto; }

.block2 .list {
  float: left;
  margin-right: 40px;
  border: 1px solid #d8d8d8;
  padding: 20px;
  width: 396px;
  height: 250px;
  margin-bottom: 50px; }

.block2 .list .title {
  overflow: hidden;
  padding-bottom: 15px; }

.block2 .list .title .red {
  color: #c52020; }

.block2 .list .title .black {
  color: black; }

.block2 .list .title p.left {
  font-size: 22px;
  font-weight: bold;
  padding-left: 17px;
  position: relative; }

.block2 .list .title p.left::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 15px;
  background: #c52020;
  top: 8px;
  left: 0; }

.block2 .list .title p.right {
  font-size: 12px;
  line-height: 30px;
  color: #535353; }

.block2 .list .title p.right a {
  color: #535353; }

.block2 .list ul li {
  line-height: 32px;
  color: #303030; }

.block2 .list ul li a {
  color: #303030; }

.block2 .list:nth-child(2n) {
  margin-right: 0px; }

.block3 .title {
  text-align: center;
  margin-bottom: 30px; }

.block3 .swiper {
  position: relative; }

.block3 .swiper-container {
  width: 100%; }

.block3 .swiper-container .swiper-slide {
  width: 874px;
  text-align: center;
  position: relative; }

.block3 .swiper-container .swiper-slide p {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0; }

.block3 .swiper-container .swiper-slide-active p {
  background: none;
  width: 0;
  height: 0; }

.block3 .swiper-container .swiper-button-prev {
  background: url(../images/left.png) top center no-repeat;
  background-size: 56px 120px;
  width: 56px;
  height: 120px;
  left: 50%;
  margin-left: -438px;
  margin-top: -60px; }

.block3 .swiper-container .swiper-button-next {
  margin-top: -60px;
  right: 50%;
  margin-right: -438px;
  width: 56px;
  height: 120px;
  background-size: 56px 120px;
  background: url(../images/right.png) top center no-repeat; }

.block3 .yinying {
  position: absolute;
  width: 520px;
  height: 416px;
  background: rgba(0, 0, 0, 0.7);
  top: 0; }

.sec_banner {
  background: url(../images/banner1.jpg) top center no-repeat;
  height: 400px; }

.sec_banner p {
  padding-top: 365px;
  color: white;
  font-size: 14px; }

.sec_banner p span:nth-child(1) {
  padding: 0 80px 0 180px; }

.sec_nav {
  padding: 0 20px;
  width: 960px;
  line-height: 66px;
  color: #bba59f;
  font-size: 12px; }

.sec_nav a {
  color: #bba59f; }

.sec_block {
  padding: 0 20px;
  width: 960px;
  margin: 0 auto; }

.sec_block .title {
  color: #c52020;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px; }

.sec_block ul li {
  float: left;
  width: 223px;
  margin-right: 20px;
  margin-bottom: 20px; }

.sec_block ul li p {
  text-align: center;
  line-height: 40px;
  color: #484848; }

.sec_block ul li p a {
  color: #484848; }

.sec_block ul li:nth-child(4n) {
  margin-right: 0; }

.th_banner {
  background: url(../images/banner1.jpg) top center no-repeat;
  height: 400px; }

.th_banner p {
  padding-top: 365px;
  color: white;
  font-size: 14px; }

.th_banner p span:nth-child(1) {
  padding: 0 80px 0 180px; }

.th_nav {
  padding: 0 20px;
  width: 960px;
  line-height: 66px;
  color: #bba59f;
  font-size: 12px; }

.th_nav a {
  color: #bba59f; }

.th_block {
  padding: 0 20px;
  width: 960px;
  margin: 0 auto; }

.th_block .title {
  color: #c52020;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px; }

.th_block ul li {
  color: #000000;
  padding-left: 15px;
  position: relative;
  line-height: 40px; }

.th_block ul li a {
  color: #000000; }

.th_block ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0;
  background: #000;
  position: absolute; }

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none; }

.copyright {
  text-align: center;
  font-size: 12px;
  margin-bottom: 100px;
  margin-top: 100px; }

.left {
  float: left; }

.right {
  float: right; }

@media (min-device-width: 320px) and (max-width: 1024px) {
  html, body {
    width: 1000px; } }

/*# sourceMappingURL=maps/default.css.map */
