.banner {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.banner .flex-control-nav {
  bottom: 3%;
  z-index: 8;
}
.banner .flex-control-nav li {
  margin: 0 10px;
}
.banner .flex-control-nav li a {
  border: none;
  background: #a1a1a1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.banner .flex-control-nav li a.flex-active {
  background: #16bb94;
}
.banner .flex-active-slide .b-bg {
  transform: scale(1.1);
  transition: all 7.5s ease;
}
.banner ul {
  height: 100%;
}
.banner ul li {
  height: 100%;
  position: relative;
}
.banner ul li .banner1 {
  width: 100%;
  height: 100%;
  background: url("../img/banner1-bg.jpg") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner1-txt {
  width: 100%;
  height: 100%;
  background: url("../img/banner1-txt.png") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner2 {
  width: 100%;
  height: 100%;
  background: url("../img/banner3-bg.jpg") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner2-txt {
  width: 100%;
  height: 100%;
  background: url("../img/banner3-txt.png") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner3 {
  width: 100%;
  height: 100%;
  background: url("../img/banner4-bg.jpg") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner3-txt {
  width: 100%;
  height: 100%;
  background: url("../img/banner4-txt.png") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner4 {
  width: 100%;
  height: 100%;
  background: url("../img/banner5-bg.jpg") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner4-txt {
  width: 100%;
  height: 100%;
  background: url("../img/banner5-txt.png") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner5 {
  width: 100%;
  height: 100%;
  background: url("../img/banner6-bg.jpg") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner ul li .banner5-txt {
  width: 100%;
  height: 100%;
  background: url("../img/banner6-txt.png") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main {
  width: 1248px;
  margin: 0 auto;
  padding-left: 28px;
  padding-top: 32px;
  overflow: hidden;
  padding-bottom: 50px;
}
.main .txt-plt {
  float: left;
  overflow: hidden;
}
.main .txt-plt .news {
  width: 642px;
  height: 372px;
  background: #7082a8;
  padding: 22px 25px;
}
.main .txt-plt .news h3 {
  color: #c3c1c1;
  line-height: 40px;
  border-left: 8px solid #570606;
  padding-left: 12px;
  font-size: 33px;
  letter-spacing: 3px;
  font-weight: 500;
}
.main .txt-plt .news ul {
  margin-top: 25px;
}
.main .txt-plt .news ul li {
  overflow: hidden;
  margin-top: 18px;
}
.main .txt-plt .news ul li span {
  display: block;
  width: 125px;
  float: left;
  height: 16px;
  line-height: 16px;
  border-left: 1px solid #570606;
  color: #570606;
  font-size: 14.5px;
  padding-left: 10px;
  letter-spacing: 1.5px;
}
.main .txt-plt .news ul li p {
  letter-spacing: 1.5px;
  float: left;
  color: #f4f4f4;
  font-weight: lighter;
  width: 422px;
  font-size: 14.5px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.main .txt-plt .news .page {
  margin-top: 25px;
}
.main .txt-plt .news .page a {
  display: block;
  float: left;
  color: #000000;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  margin-left: 12px;
  text-decoration: underline;
}
.main .txt-plt .news .page a:first-child {
  margin-left: 0;
}
.main .txt-plt .brand {
  margin-top: 48px;
  width: 642px;
  height: 228px;
  padding: 22px 25px;
  background: #55bb8a url("../img/brand-bg.png") no-repeat left bottom;
}
.main .txt-plt .brand h3 {
  color: #5c5c5c;
  line-height: 40px;
  border-left: 8px solid #60e4a5;
  padding-left: 12px;
  font-size: 33px;
  font-weight: normal;
  font:"微软雅黑";
}
.main .txt-plt .brand ul {
  padding-left: 205px;
  margin-top: 5px;
}
.main .txt-plt .brand ul li {
  overflow: hidden;
  margin-top: 14px;
}
.main .txt-plt .brand ul li span {
  display: block;
  width: 40px;
  float: left;
  height: 16px;
  line-height: 16px;
  letter-spacing: 1.5px;
  border-left: 1px solid #b3c7bc;
  color: #cbcbcb;
  font-size: 14.5px;
  padding-left: 10px;
}
.main .txt-plt .brand ul li p {
  color: #f4f4f4;
  letter-spacing: 3px;
  font-weight: lighter;
  float: left;
  width: 340px;
  font-size: 14.5px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.main .r-plt {
  float: right;
}
.main .r-plt .abtus {
  margin-right: 30px;
}
.main .r-plt .abtus ul {
  overflow: hidden;
}
.main .r-plt .abtus ul li {
  padding: 11px;
  width: 166px;
  height: 223px;
  float: left;
  position: relative;
}
.main .r-plt .abtus ul li.bg1 {
  background: #174957;
}
.main .r-plt .abtus ul li.bg1 a {
  border-left: 2px solid #12ad3a;
}
.main .r-plt .abtus ul li.bg2 {
  background: #553749;
}
.main .r-plt .abtus ul li.bg2 a {
  border-left: 2px solid #661d47;
}
.main .r-plt .abtus ul li.bg3 {
  background: #be9b68;
}
.main .r-plt .abtus ul li.bg3 a {
  border-left: 2px solid #947e13;
}
.main .r-plt .abtus ul li h4 {
  height: 65px;
  font-size: 22px;
  font-weight: 500;
}
.main .r-plt .abtus ul li h5 {
  font-size: 15px;
  font-weight: 500;
}
.main .r-plt .abtus ul li p {
  line-height: 25px;
  color: #cecece;
  font-size: 14.5px;
  margin-top: 4px;
}
.main .r-plt .abtus ul li a {
  position: absolute;
  bottom: 12px;
  color: #000000;
  font-size: 13px;
  line-height: 14px;
  padding-left: 10px;
}
.main .r-plt .btm {
  width: 498px;
  height: 378px;
  background: #f1939c;
  margin-top: 47px;
  position: relative;
  z-index: 2;
}
.main .r-plt .btm .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 56px;
  background: url("../img/w33-1.png");
}
.main .r-plt .btm .bg2 {
  position: absolute;
  right: -22px;
  bottom: -50px;
  width: 230px;
  height: 170px;
  background: url("../img/w33-2.png");
  z-index: 2;
}
.main .r-plt .btm .w33 {
  width: 165px;
  float: left;
  height: 350px;
  border-left: 1px solid #b88080;
  margin-top: 16px;
  padding-left: 20px;
  transition: all .4s ease;
}
.main .r-plt .btm .w33:hover .fd {
  transform: scale(1.04);
}
.main .r-plt .btm .w33 .fd {
  transition: all .4s ease;
}
.main .r-plt .btm .w33.brn {
  border-left: 0;
}
.main .r-plt .btm .w33 .sp {
  width: 45px;
  float: left;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.main .r-plt .btm .w33 .sp p {
  margin-top: 12px;
  color: #444444;
  letter-spacing: 2.5px;
  font-weight: 500;
}
.main .r-plt .btm .w33 h3 {
  color: #444444;
  font-size: 14px;
  width: 15px;
  float: left;
  margin-left: 8px;
  position: relative;
  left: 5px;
}
.main .r-plt .btm .w33 h3.bdr {
  padding-top: 2px;
  border-top: 2px solid #444444;
  position: relative;
  top: 4px;
}
.main .r-plt .btm .w33 h3.bdr i {
  display: block;
  width: 100%;
  height: 2px;
  background: #444444;
  margin: 10px 0;
}
.main .r-plt .btm .w33 h2 {
  font-family: "FZQTJW";
  font-size: 52px;
  margin-left: 12px;
  color: #fff;
  line-height: 60px;
  width: 60px;
  text-align: center;
  font-weight: 500;
  float: left;
  transition: all .2s ease;
}
.sta {
  width: 1190px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -4px;
}
.sta .l-sta {
  width: 205px;
  height: 358px;
  background: #5e7987;
  float: left;
  padding-top: 30px;
  position: relative;
}
.sta .l-sta h2 {
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  font-size: 29.5px;
  font-weight: lighter;
}
.sta .l-sta .sj {
  margin-top: 45px;
}
.sta .l-sta .sj p {
  font-weight: lighter;
  text-align: center  ;
  margin-top: 8px;
  color: #fff;
  letter-spacing: 3px;
  font-size: 14.5px;
}
.sta .l-sta .sj p span {
  font-size: 15px;
  letter-spacing: 3px;
  text-align: center;
}
.sta .l-sta a {
  display: block;
  text-align: center;
  color: #313131;
  font-size: 14.5px;
  position: absolute;
  bottom: 25px;
  text-decoration: underline;
  width: 100%;
  font-weight: lighter;
  letter-spacing: 2px;
}
.sta .r-sta {
  width: 969px;
  height: 358px;
  float: right;
  background: #5e7987;
}
.sta .r-sta ul li {
  float: left;
  margin-left: 14px;
  margin-top: 14px;
  width: 304px;
  overflow: hidden;
  height: 331px;
  position: relative;
}
.sta .r-sta ul li .pic1 {
  width: 304px;
  height:502px;
  margin-top:-20%;
}
.sta .r-sta ul li:hover .shadow {
  right: 0;
}
.sta .r-sta ul li .pic1 img {
  width: 100%;
  height: auto;
  display: block;
}
.sta .r-sta ul li .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .4s ease;
  right: -304px;
  top: 0;
  background: rgba(44, 64, 74, 0.92);
  padding: 25px;
}
.sta .r-sta ul li .shadow h4 {
  line-height: 85px;
  font-size: 16px;
  height: 85px;
  font-weight: 500;
  color:# 9CC;
}
.sta .r-sta ul li .shadow p {
  color: # 666;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 10px;
}
.museum {
  width: 1190px;
  margin: 0 auto;
  margin-top: 48px;
  overflow: hidden;
}
.museum .l-img {
  width: 1055px;
  height: 475px;
  float: left;
  overflow:hidden;
}
.museum .l-img li {
  position: relative;
  overflow: hidden;
}
.museum .l-img .txt {
  position: absolute;
  bottom: 140px;
  left: 20px;
}
.museum .l-img .txt p {
  margin-top: 5px;
  color:#666;
}
.museum .l-img .img .flex-control-nav {
  display: none;
}
.museum .l-img .img img {
  display: block;
  width:100%;
  height:100%;
  transition: all .4s ease;
  margin-top:-124px;
}

.museum .l-img .img img:hover {
  transform: scale(1.06);
}
.museum .r-txt {
  width: 132px;
  height: 475px;
  float: left;
  background: #dad4cb;
  padding-top: 20px;
  position: relative;
}
.museum .r-txt p {
  width: 55px;
  float: left;
  font-size: 16.5px;
  color: #444444;
  padding: 0 18px;
  line-height: 22px;
}
.museum .r-txt p span {
  display: block;
  font-size: 16.5px;
  text-align: right;
  color: #444444;
  line-height: 15px;
  position: relative;
  top: -5px;
  padding-left: 10px;
}
.museum .r-txt h3 {
  float: left;
  width: 65px;
  font-weight: lighter;
  font-family: "FZQTJW";
  color: #151515;
  font-size: 52px;
  margin-left: 8px;
}
.museum .r-txt a {
  position: absolute;
  bottom: 12px;
  color: #000000;
  font-size: 13px;
  left: 15px;
  line-height: 15px;
  padding-left: 10px;
  border-left: 2px solid #810015;
}
.plt3 {
  width: 1190px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}
.plt3 .bk1 {
  width: 428px;
  height: 248px;
  background: #e0e0e0;
  float: left;
  padding: 18px;
  position: relative;
}
.plt3 .bk1 .sbm {
  position: absolute;
  right: 25px;
  top: 20px;
  background: url("../img/sbm-btn.png");
  width: 68px;
  height: 40px;
  background-size: 100% 100%;
}
.plt3 .bk1 h3 {
  height: 40px;
  border-left: 2px solid #a20f0f;
  line-height: 40px;
  color: #000000;
  font-size: 37.5px;
  font-weight: normal;
  font:"微软雅黑";
  padding-left: 15px;
}
.plt3 .bk1 .sr {
  overflow: hidden;
  margin-top: 22px;
  padding-left: 15px;
}
.plt3 .bk1 .sr span {
  display: block;
  width: 128px;
  float: left;
  color:#202020;
  font:"微软雅黑";
  font-size: 20px;
  font-weight: lighter;
  line-height: 38px;
}
.plt3 .bk1 .sr span i {
  font-size: 20px;
}
.plt3 .bk1 .sr input {
  width: 225px;
  height: 32px;
  background: #fff;
  border: 1px solid #c3c3c3;
  display: block;
  float: left;
}
.plt3 .bk2 {
  width: 396px;
  height: 248px;
  background: #e0e0e0;
  float: left;
  margin-left: 52px;
  padding: 18px;
}
.plt3 .bk2 h3 {
  margin-bottom: 30px;
  height: 40px;
  border-left: 2px solid #a20f0f;
  line-height: 40px;
  color: #000000;
  font-size: 37.5px;
  font:"微软雅黑";
  font-weight: normal;
  padding-left: 15px;
}
.plt3 .bk2 p {
  margin-top: 20px;
  font-size: 18px;
  color: #202020;
  padding-left: 15px;
  letter-spacing: 2px;
  font-weight:lighter;
    font:"微软雅黑";
}
.plt3 .bk3 {
  margin-left: 20px;
  position: relative;
  top: -13px;
  left: 10px;
  float: left;
}
.plt3 .bk3 ul {
  overflow: hidden;
  width: 290px;
}
.plt3 .bk3 ul li {
  width: 128px;
  float: left;
  height: 118px;
  margin-top: 13px;
  margin-left: 13px;
  background: #d8e3e7;
}
.plt3 .bk3 ul li.bg1 {
  background: #c7d2d4;
}
.plt3 .bk3 ul li strong {
  color: #727272;
  font-size: 24px;
  width: 55px;
  margin-left: 20px;
  font-weight:lighter;
  font:"微软雅黑";
  display: block;
  margin-top: 40px;
  letter-spacing: 3px;
}
