﻿#base {
  position: relative;
  /*height: 2671px;
  height: 1627px;*/
  height: 4158px;
  width: 960px;
  margin: 0 auto;
  z-index: 0;
}

.myalert-open {
  cursor: pointer;
}
.myalert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 12;

}

.myalert-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.myalert-con {
  position: absolute;
  width: 480px;
  height: 440px;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  margin-top: -220px;
  background-color: #fff;
  z-index: 9999;
}

.myalert-tit {
  width: 100%;
  text-align: center;
  height: 56px;
  line-height: 56px;
  background-color: rgba(0, 102, 179, 1);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.myalert-close {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: right;
}

.myalert-close img {
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.myalert-p {
  margin-top: 62px;
  margin-bottom: 22px;
  text-align: center;
  font-size: 14px;
}

.myalert-p b {}

.myalert-img {
  width: 100%;
  text-align: center;
}

.myalert-img img {
  width: 240px;
  height: 240px;
}

.jin-box a{
  text-decoration: none;
  cursor: pointer;
}
.jin-box{
  position: relative;
  width: 960px;
  margin: 0 auto;
  display: block;
  background-color: rgba(251, 217, 186, 1);
}
.jin-box img{
  display: block;
  border: none;
}

.jin-top{
  width: 960px;
  height: 1416px;
  background: inherit;
  background-color: rgba(251, 217, 186, 1);
  border: none;
  border-radius: 0px;
}
.jin-top-tit{
    width: 100%;
    height: 49px;
    line-height: 49px;
    display: block;
    text-align: center;
    padding: 60px 0;

}
.jin-top-tit img{
  width: 640px;
  height: 49px;
  margin: 0 auto;
}
.jin1{
  position: relative;
  width: 883px;
  height: 282px;
  margin: 0 auto;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor:pointer;
}
.jin1 img{
  width: 860px;
  margin: 0 auto;
  padding-top: 13px;
}

.jin-top ul{
  width: 883px;
  margin: 30px auto 0 auto;
  
}
.jin-top ul li{
  width: 426px;
  height: 281px;
  display: block;
  float: left;
  margin: 0 26px 30px 0;
}
.jin-top ul li:nth-child(2n+2){
  margin-right: 0;
  float: right;
}
.jin-top ul li img{
  width:100%;
}

.jin-top-bottom{
  position: relative;
  margin: 0 auto;
  width: 883px;
    height: 283px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.jin-top-bottom img{
  padding-top: 13px;
  width: 857px;
  margin: 0 auto;
  

}

.jin-box-line{
  width: 960px;
  height: 26px;
  background: inherit;
  background-color: rgba(234, 193, 155, 1);
  border: none;
  border-radius: 0px;
  clear: both;
}

.jin-box dl{
  position: relative;
  width: 100%;
  height: 685px;
  z-index: 2;

}
.jin-box .dl-bg{
  width: 883px;
  height: 572px;
  position: absolute;
  left: 38px;
  top:56px;
  z-index: 1;
}
.jin-box .dl-bg img{
  width: 100%;
}
.jin-box dl dt{
  position:relative;
  width: 819px;
  height: 333px;
  margin: 0 auto 0;
  top: 69px;
}
.jin-box dl dt img{
  width: 100%;
}

.jin-box dl dd{
  color: #000;
  width: 819px;
    height: 133px;
    margin: 0 auto;
    bottom: 105px;
    position: absolute;
    z-index: 3;
    left: 88px;;
  font-weight: 400;
    font-style: normal;
    font-size: 32px;
    letter-spacing: -0.9px;
    line-height: 54px;
}

