* {
  margin: 0;
  padding: 0;
}

body, html {
  background: #d92828;
}

a {
  text-decoration: none;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.slide {
  overflow: hidden;
}

.box .head {
  background: url(../img/head.jpg) no-repeat center top;
  min-width: 1250px;
  background-size: 1920px 100%;
  height: 562px;
}

.box .conent {
  background: url(../img/conentAll.jpg) no-repeat center top;
  min-width: 1250px;
  background-size: 1920px 100%;
  height: 1268px;
}

.box .conent .line {
  overflow: hidden;
  width: 1250px;
  margin: 0 auto;
  padding-top: 140px;
}

.box .conent .line .lineL {
  width: 620px;
  height: 405px;
  float: left;
  position: relative;
  background: url(../img/block1.png) no-repeat;
}

.box .conent .line .lineL .onePopup {
  width: 140px;
  height: 135px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 30px;
}

.box .conent .line .lineL p {
  font-size: 16px;
  color: #d1a7a6;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 75px;
}

.box .conent .line .lineR {
  width: 620px;
  height: 405px;
  float: left;
  position: relative;
  background: url(../img/block2.png) no-repeat;
}

.box .conent .line .lineR .twoPopup {
  width: 140px;
  height: 135px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 30px;
}

.box .conent .line .lineR .lineRFont {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: 110px;
  text-align: center;
}

.box .conent .line .lineR p {
  font-size: 15px;
  color: #d1a7a6;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 79px;
}

.box .conent .line1 {
  overflow: hidden;
  width: 1250px;
  margin: 0 auto;
  padding-top: 110px;
}

.box .conent .line1 .line1L {
  width: 620px;
  height: 415px;
  float: left;
  position: relative;
  background: url(../img/block3on.png) no-repeat;
}

.box .conent .line1 .line1L .threePopup {
  width: 140px;
  height: 135px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 30px;
}

.box .conent .line1 .line1L .threeFont {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 125px;
  text-align: center;
  width: 100%;
}

.box .conent .line1 .line1L .threeActivity {
  font-size: 15px;
  color: #d1a7a6;
  position: absolute;
  bottom: 87px;
  text-align: center;
  width: 100%;
}

.box .conent .line1 .line1R {
  width: 620px;
  height: 415px;
  float: left;
  position: relative;
  background: url(../img/block4on.png) no-repeat;
}

.box .conent .line1 .line1R .fourPopup {
  width: 140px;
  height: 135px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 30px;
}

.box .conent .line1 .line1R .fourFont {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 125px;
  text-align: center;
  width: 100%;
}

.box .conent .line1 .line1R .fourActivity {
  font-size: 15px;
  color: #d1a7a6;
  position: absolute;
  bottom: 87px;
  text-align: center;
  width: 100%;
}

.box .conent .groupBtn {
  overflow: hidden;
  width: 1250px;
  margin: 0 auto;
  padding-top: 20px;
}

.box .conent .groupBtn .btnL {
  width: 460px;
  height: 110px;
  background: url(../img/btnL.png) no-repeat;
  font-size: 38px;
  color: #8e694b;
  text-align: center;
  line-height: 110px;
  float: left;
  margin-left: 115px;
  margin-right: 90px;
  display: block;
  cursor: pointer;
}

.box .conent .groupBtn .btnR {
  width: 460px;
  height: 110px;
  background: url(../img/btnR.png) no-repeat;
  font-size: 38px;
  color: #62564d;
  text-align: center;
  line-height: 110px;
  float: left;
  display: block;
}

.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  display: none;
  z-index: 10;
}

.popup1 {
  width: 350px;
  height: 355px;
  background: #fff;
  position: fixed;
  behavior: url(css/PIE.htc);
  border-radius: 5px;
  z-index: 12;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -177.5px;
  display: none;
}

.popup1 .ewm {
  width: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 15px;
}

.popup1 .ewmClose {
  position: absolute;
  width: 35px;
  margin-left: -18px;
  bottom: -50px;
  left: 50%;
  cursor: pointer;
}

.popup1 .ewmFont {
  width: 200px;
  height: 17px;
  color: #170a3c;
  text-align: center;
  margin: 0 auto;
  background: url(../img/ewmTitle.png) no-repeat;
  line-height: 14px;
  font-size: 20px;
}

.popup {
  width: 528px;
  height: 525px;
  background: url(../img/popup.png) no-repeat;
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  margin-top: -263px;
  margin-left: -264px;
  display: none;
}

.popup .popupClose {
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
}

.popup .title {
  font-size: 24px;
  color: #ba0415;
  text-align: center;
  padding-top: 40px;
}

.popup .text {
  width: 460px;
  height: 395px;
  overflow-y: auto;
  font-size: 18px;
  color: #000000;
  margin: 0 auto;
  margin-top: 25px;
}

.popup .text ul .colors {
  color: #ba0415;
  font-weight: bold;
}

.popup .text ul li {
  text-align: justify;
  line-height: 30px;
}

.popup .text ul li span {
  font-weight: bold;
}

.popup .text ul li table {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}

.popup .text ul li table tr th {
  background: #48def0;
}
