﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

ul li {
  list-style: none;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.box .head {
  background: url(../img/head.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1200px;
  background-size: 1920px 100%;
  height: 1180px;
  padding-top: 50px;
}

.box .head .titleFont {
  width: 887px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.box .head .title {
  width: 764px;
  height: 34px;
  font-size: 36px;
  color: #3b2309;
  text-align: center;
  line-height: 34px;
  background: url(../img/title.png) no-repeat;
  margin: 0 auto;
  animation: flipInX 1s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.box .head .block {
  width: 1020px;
  height: 360px;
  padding: 10px;
  background: rgba(249, 243, 239, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Ff9f3ef,endColorstr=#7Ff9f3ef);
  margin: 0 auto;
  position: relative;
  margin-top: 120px;
  left: 50px;
}

.box .head .block .blockBox {
  width: 1020px;
  height: 360px;
  background: #f9f3ef;
}

.box .head .block .blockBox .blockFont {
  width: 755px;
  height: 200px;
  overflow-y: auto;
  font-size: 26px;
  color: #4f250d;
  position: absolute;
  right: 80px;
  top: 65px;
}

.box .head .block .blockBox .blockFont p {
  text-indent: 50px;
  line-height: 40px;
}

.box .head .block .blockBox .iconImg {
  position: absolute;
  top: -90px;
  left: -140px;
  width: 310px;
  animation: iconImg 1s both;
  opacity: 0;
}

@keyframes iconImg {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.box .head .block .labels {
  width: 540px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background: #a31f2c;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.box .head .headline {
  width: 1200px;
  height: 420px;
  margin: 0 auto;
  position: relative;
  margin-top: 70px;
}

.box .head .headline .font1:hover {
  transform: scale(1.05);
}

.box .head .headline .font2:hover {
  transform: scale(1.05);
}

.box .head .headline .font3:hover {
  transform: scale(1.05);
}

.box .head .headline .font4:hover {
  transform: scale(1.05);
}

.box .head .headline .font1 {
  display: block;
  width: 265px;
  height: 300px;
  padding-top: 50px;
  background: rgba(174, 35, 51, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ae2333,endColorstr=#E5ae2333);
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 3;
}

.box .head .headline .font1 .img1 {
  width: 209px;
  display: block;
  margin: 0 0 30px 30px;
}

.box .head .headline .font1 .fonts1 {
  width: 89px;
  display: block;
  margin-left: 40px;
}

.box .head .headline .font2 {
  width: 320px;
  display: block;
  height: 290px;
  padding-top: 75px;
  background: rgba(219, 74, 54, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5db4a36,endColorstr=#E5db4a36);
  position: absolute;
  left: 265px;
  top: 0px;
  z-index: 2;
}

.box .head .headline .font2 .fonts2 {
  width: 83px;
  display: block;
  margin-bottom: 25px;
  margin-left: 85px;
}

.box .head .headline .font2 .img2 {
  width: 210px;
  display: block;
  margin-left: 80px;
}

.box .head .headline .font3 {
  width: 475px;
  display: block;
  height: 315px;
  padding-top: 80px;
  background: rgba(231, 108, 38, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5e76c26,endColorstr=#E5e76c26);
  position: absolute;
  left: 450px;
  top: 30px;
  z-index: 1;
}

.box .head .headline .font3 .img3 {
  width: 209px;
  display: block;
  margin-left: 145px;
  margin-bottom: 35px;
}

.box .head .headline .font3 .fonts3 {
  width: 88px;
  display: block;
  margin-left: 150px;
}

.box .head .headline .font4 {
  width: 300px;
  display: block;
  height: 330px;
  padding-top: 75px;
  background: rgba(123, 23, 28, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E57b171c,endColorstr=#E57b171c);
  position: absolute;
  right: 28px;
  top: 0px;
  z-index: 3;
}

.box .head .headline .font4 .fonts4 {
  width: 92px;
  display: block;
  margin-left: 50px;
  margin-bottom: 25px;
}

.box .head .headline .font4 .img4 {
  width: 209px;
  display: block;
  margin-left: 45px;
}

.box .conent {
  background: url(../img/conent.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1200px;
  background-size: 1920px 100%;
  height: 620px;
}

.box .conent .tabBox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}

.box .conent .tabBox .tabBtn .tabBtnLine {
  padding-left: 120px;
}

.box .conent .tabBox .tabBtn .tabBtnLine .active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.box .conent .tabBox .tabBtn .tabBtnLine span {
  margin-right: 85px;
  cursor: pointer;
  color: #4f250d;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 30px;
}

.box .conent .tabBox .tabBtn .line {
  width: 854px;
  height: 1px;
  background: url(../img/line.png) no-repeat;
  margin-top: 30px;
  margin-left: 190px;
  position: relative;
}

.box .conent .tabBox .tabBtn .line .circle {
  width: 30px;
  height: 30px;
  background: url(../img/circle.png) no-repeat;
}

.box .conent .tabBox .tabBtn .line .circleOne {
  position: absolute;
  top: -15px;
  left: -30px;
}

.box .conent .tabBox .tabBtn .line .circleTwo {
  position: absolute;
  top: -15px;
  left: 334px;
}

.box .conent .tabBox .tabBtn .line .circleThree {
  position: absolute;
  top: -15px;
  right: 202px;
}

.box .conent .tabBox .tabBtn .line .circleFour {
  position: absolute;
  top: -15px;
  right: -30px;
}

.box .conent .tabBox .tabBtn .line .circleActive {
  background-position: 0 -30px;
}

.box .conent .tabBox .tabCont {
  padding-top: 60px;
  box-sizing: border-box;
  padding-left: 50px;
}

.box .conent .tabBox .tabCont .tabAll {
  display: none;
}

.box .conent .tabBox .tabCont .tabShow {
  display: block;
}

.box .conent .tabBox .tabCont .tabActivity1 {
  width: 1120px;
  height: 320px;
  background: url(../img/block.jpg) no-repeat;
}

.box .conent .tabBox .tabCont .tabActivity1 .tabActivity1Font {
  width: 580px;
  float: right;
  margin-right: 70px;
  font-size: 26px;
  color: #6e4112;
}

.box .conent .tabBox .tabCont .tabActivity1 .tabActivity1Font a {
  float: right;
}

.box .conent .tabBox .tabCont .tabActivity1 .tabActivity1Font h3 {
  font-size: 32px;
  color: #4f250d;
  padding-top: 50px;
  padding-bottom: 40px;
}

.box .conent .tabBox .tabCont .tabActivity1 .tabActivity1Font p {
  line-height: 39px;
  text-align: justify;
}

.box .conent .tabBox .tabCont .tabActivity1 .tabActivity1Font p span {
  color: #c8161d;
}

.box .conent .tabBox .tabCont .tabActivity2 {
  width: 1120px;
  height: 320px;
  background: url(../img/block1.jpg) no-repeat;
}

.box .conent .tabBox .tabCont .tabActivity2 .tabActivity2Font {
  width: 580px;
  float: right;
  margin-right: 70px;
  font-size: 26px;
  color: #6e4112;
}

.box .conent .tabBox .tabCont .tabActivity2 .tabActivity2Font a {
  float: right;
}

.box .conent .tabBox .tabCont .tabActivity2 .tabActivity2Font h3 {
  font-size: 32px;
  color: #4f250d;
  padding-top: 50px;
  padding-bottom: 40px;
}

.box .conent .tabBox .tabCont .tabActivity2 .tabActivity2Font p {
  line-height: 39px;
  text-align: justify;
}

.box .conent .tabBox .tabCont .tabActivity2 .tabActivity2Font p span {
  color: #c8161d;
}

.box .conent .tabBox .tabCont .tabActivity3 {
  width: 1120px;
  height: 320px;
  background: url(../img/block2.jpg) no-repeat;
}

.box .conent .tabBox .tabCont .tabActivity3 .tabActivity3Font {
  width: 580px;
  float: right;
  margin-right: 70px;
  font-size: 26px;
  color: #6e4112;
}

.box .conent .tabBox .tabCont .tabActivity3 .tabActivity3Font a {
  float: right;
}

.box .conent .tabBox .tabCont .tabActivity3 .tabActivity3Font h3 {
  font-size: 32px;
  color: #4f250d;
  padding-top: 50px;
  padding-bottom: 40px;
}

.box .conent .tabBox .tabCont .tabActivity3 .tabActivity3Font p {
  line-height: 39px;
  text-align: justify;
}

.box .conent .tabBox .tabCont .tabActivity3 .tabActivity3Font p span {
  color: #c8161d;
}

.box .conent .tabBox .tabCont .tabActivity4 {
  width: 1120px;
  height: 320px;
  background: url(../img/block3.jpg) no-repeat;
}

.box .conent .tabBox .tabCont .tabActivity4 .tabActivity4Font {
  width: 580px;
  float: right;
  margin-right: 70px;
  font-size: 26px;
  color: #6e4112;
}

.box .conent .tabBox .tabCont .tabActivity4 .tabActivity4Font a {
  float: right;
}

.box .conent .tabBox .tabCont .tabActivity4 .tabActivity4Font h3 {
  font-size: 32px;
  color: #4f250d;
  padding-top: 50px;
  padding-bottom: 40px;
}

.box .conent .tabBox .tabCont .tabActivity4 .tabActivity4Font p {
  line-height: 39px;
  text-align: justify;
}

.box .conent .tabBox .tabCont .tabActivity4 .tabActivity4Font p span {
  color: #c8161d;
}

.box .conent .tabBox .movieBox {
  width: 1120px;
  height: 500px;
  background: url(../img/movieBj.jpg) no-repeat;
  margin-top: 90px;
  padding-top: 40px;
  position: relative;
  left: 50px;
}

.box .conent .tabBox .movieBox h4 {
  font-size: 36px;
  color: #4F250D;
  text-align: center;
  padding-bottom: 25px;
}

.box .conent .tabBox .movieBox .video {
  width: 1045px;
  height: 400px;
  margin: 0 auto;
  background: black;
  position: relative;
}

.box .conent .tabBox .movieBox .video .videoImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  cursor: pointer;
}

.box .sxPage {
  background: url(../img/sxbj.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1345px;
  background-size: 1920px 100%;
  height: 1700px;
  padding-top: 220px;
}

.box .sxPage .sxBlock {
  width: 1325px;
  background: rgba(249, 243, 239, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Ff9f3ef,endColorstr=#7Ff9f3ef);
  padding: 10px;
  margin: 0 auto;
}

.box .sxPage .sxBlock .sxCont {
  background: #f9f3ef;
  padding-top: 90px;
}

.box .sxPage .sxBlock .sxCont .sxLine {
  overflow: hidden;
  position: relative;
  padding-left: 105px;
  padding-bottom: 90px;
}

.box .sxPage .sxBlock .sxCont .sxLine .sxLineL {
  width: 295px;
  height: 420px;
  background: #a31f2c;
}

.box .sxPage .sxBlock .sxCont .sxLine .sxLineL p {
  padding-top: 25px;
  padding-left: 80px;
  color: #fff;
  font-size: 20px;
}

.box .sxPage .sxBlock .sxCont .sxLine .sxLineL p span {
  font-size: 36px;
}

.box .sxPage .sxBlock .sxCont .sxLine .sxLineR {
  width: 1020px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 35px;
  position: absolute;
  top: 90px;
  left: 185px;
}

.box .yzPage {
  background: url(../img/yzBJ.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1345px;
  background-size: 1920px 100%;
  height: 2260px;
  padding-top: 220px;
}

.box .yzPage .yzFont {
  width: 990px;
  text-align: justify;
  font-size: 20px;
  color: #4f250d;
  margin: 0 auto;
  line-height: 30px;
}

.box .hdPage {
  background: url(../img/hdbj.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1345px;
  background-size: 1920px 100%;
  height: 2260px;
  padding-top: 220px;
}

.box .hdPage .hdTimeline {
  width: 500px;
  height: 50px;
  background: #a31f2c;
  margin: 0 auto;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 2;
}

.box .hdPage .hdMore {
  width: 500px;
  height: 65px;
  background: url(../img/moreTitle.png) no-repeat;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 2;
}

.box .hdPage .timeLine {
  width: 14px;
  position: absolute;
  display: block;
  left: 655px;
  top: 140px;
}

.box .hdPage .hdFontLine {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0;
}

.box .hdPage .hdFontLine .hdFontLineL {
  width: 440px;
  font-size: 20px;
  position: relative;
}

.box .hdPage .hdFontLine .hdFontLineL .twoImg {
  position: absolute;
}

.box .hdPage .hdFontLine .hdFontLineL p {
  line-height: 25px;
  padding-top: 15px;
}

.box .hdPage .hdFontLine .hdFontLineR {
  width: 440px;
  font-size: 20px;
  position: relative;
}

.box .hdPage .hdFontLine .hdFontLineR p {
  line-height: 25px;
  padding-bottom: 30px;
  text-indent: 35px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box .hdPage .hdFontLine .hdFontLineR .twoImg {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.box .hdPage .hdFontLine .hdFontLineR .oneImg {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.box .hdPage .hdGoto {
  width: 690px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 65px;
}

.box .hdPage .hdGoto a {
  font-size: 24px;
  color: #c8161d;
  margin-right: 135px;
}

.box .hdPage .hdGoto a img {
  vertical-align: middle;
  margin-right: 15px;
}

.box .fpdaPage {
  background: url(../img/fpdabj.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1345px;
  background-size: 1920px 100%;
  height: 1150px;
  padding-top: 410px;
}

.box .fpdaPage .fpdaBox {
  width: 1120px;
  margin: 0 auto;
}

.box .fpdaPage .fpdaBox .fpdaList li {
  margin-bottom: 40px;
}

.box .fpdaPage .fpdaBox .fpdaList li img {
  margin-right: 52px;
  display: inline-block;
}

.box .jdbfPage {
  background: url(../img/jdbfbj.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1345px;
  padding-top: 330px;
  padding-bottom: 95px;
}

.box .jdbfPage .jdbfActive {
  display: block !important;
}

.box .jdbfPage .jdbfTime {
  display: none;
}

.box .jdbfPage .dkfpBtn {
  width: 606px;
  margin: 0 auto;
}

.box .jdbfPage .dkfpBtn .dkfpActive {
  background: #a31f2c;
  color: #fff;
}

.box .jdbfPage .dkfpBtn span {
  display: inline-block;
  width: 200px;
  height: 60px;
  border: 1px solid #cccccc;
  font-size: 30px;
  color: #666666;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.box .jdbfPage .dkfpList {
  width: 1120px !important;
}

.box .jdbfPage .dkfpList li {
  border: 0 !important;
  padding: 0 !important;
}

.box .dkfpPage {
  background: url(../img/dkfpbj.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1345px;
  background-size: 1920px 100%;
  height: 2850px;
  padding-top: 330px;
}

.box .yqfpPage {
  background: url(../img/yqfpbj.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1345px;
  background-size: 1920px 100%;
  height: 2010px;
  padding-top: 330px;
}

.box .yqfpPage .yqfpFontBox {
  width: 1120px;
  margin: 0 auto;
}

.box .yqfpPage .yqfpFontBox .yqfpFontTitle {
  font-size: 24px;
  color: #a31f2c;
  padding-bottom: 20px;
}

.box .yqfpPage .yqfpFontBox .yqfpFontLine {
  width: 100%;
  height: 2px;
  background: #ededed;
}

.box .yqfpPage .yqfpFontBox .yqfpFontLine .yqfpFontBj {
  width: 340px;
  height: 2px;
  background: #a31f2c;
}

.box .yqfpPage .yqfpFontBox .yqfpFontSize {
  font-size: 20px;
  color: #4f250d;
  text-indent: 40px;
  text-align: justify;
  line-height: 35px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.box .yqfpPage .yqfpFontBox .yqfpFontSize a {
  float: right;
  margin-top: 10px;
}

.box .yqfpPage .yqfpFontBox .yqfpFontNum {
  width: 885px;
  margin: 0 auto;
  font-size: 20px;
  color: #4f250d;
}

.box .yqfpPage .yqfpFontBox .yqfpFontNum p {
  padding-bottom: 20px;
}

.box .yqfpPage .yqfpFontBox .yqfpFontNum p span {
  margin-right: 75px;
}

.box .yqfpPage .yqfpFontBox .yqfpFontNum p span i {
  font-style: normal;
  font-size: 36px;
}

.box .yqfpPage .yqfpFontBox .yqfpImg {
  padding-top: 20px;
  padding-bottom: 50px;
}

.box .yqfpPage .yqfpFontBox .yqfpImg img {
  width: 540px;
  display: inline-block;
  margin-right: 40px;
}

.box .dkfpPageCont {
  width: 1120px;
  margin: 0 auto;
  padding: 10px;
  background: rgba(249, 243, 239, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Ff9f3ef,endColorstr=#7Ff9f3ef);
}

.box .dkfpPageCont .dkfpPageBox {
  background: #fff;
  padding-top: 95px;
}

.box .dkfpPageCont .dkfpPageBox .dkfpTitle {
  width: 600px;
  margin: 0 auto;
  height: 60px;
  background: #a31f2c;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}

.box .dkfpPageCont .dkfpPageBox .dkfpImg {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.box .dkfpPageCont .dkfpPageBox .dkfpImg img {
  display: inline-block;
  margin-right: 20px;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont {
  width: 820px;
  margin: 0 auto;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding: 40px 0;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .dkfpFontL {
  width: 120px;
  height: 120px;
  margin-right: 50px;
  background: url(../img/month.png) no-repeat;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .dkfpFontL .dkfpMonth {
  font-size: 42px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .dkfpFontL .dkfpYear {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .dkfpFontR {
  width: 650px;
  font-size: 20px;
  color: #4f250d;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .dkfpFontR p {
  text-align: justify;
  padding-bottom: 20px;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .djdbfFontL {
  margin-right: 25px;
  margin-top: 40px;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .djdbfFontR {
  width: 970px;
  font-size: 20px;
  color: #4f250d;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding: 40px 0;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .djdbfFontR .jdbfimg {
  width: 320px;
  display: block;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .djdbfFontR .jdbfFont {
  width: 610px;
  margin-left: 40px;
}

.box .dkfpPageCont .dkfpPageBox .dkfpFont li .djdbfFontR .jdbfFont p {
  font-size: 20px;
  color: #4f250d;
  text-align: justify;
  padding-bottom: 20px;
  text-justify: inter-ideograph;
}

.box .zyPage {
  background: url(../img/zybj.jpg) no-repeat center top;
  behavior: url(css/backgroundsize.min.htc);
  min-width: 1345px;
  background-size: 1920px 100%;
  height: 1960px;
  padding-top: 220px;
}

.box .zyPage .zyLine {
  width: 1120px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  height: 360px;
  margin-bottom: 60px;
}

.box .zyPage .zyLine .zyFontTitle {
  text-align: center;
  font-size: 24px;
  color: #a31f2c;
  padding-top: 40px;
  padding-bottom: 25px;
}

.box .zyPage .zyLine .zyimg3 {
  width: 578px;
  margin: 0 auto;
  display: block;
}

.box .zyPage .zyLine .zyLineL {
  background: #f7f8f8;
  width: 500px;
  height: 360px;
}

.box .zyPage .zyLine .zyLineL .zyimg {
  width: 378px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.box .zyPage .zyLine .zyLineL .zyimg2 {
  width: 100%;
  display: block;
}

.box .zyPage .zyLine .zyLineR {
  width: 620px;
  height: 360px;
  position: relative;
}

.box .zyPage .zyLine .zyLineR .zyMore {
  position: absolute;
  bottom: 30px;
  right: 40px;
}

.box .zyPage .zyLine .zyLineR .triangle {
  position: absolute;
  top: 201px;
  left: -18px;
}

.box .zyPage .zyLine .zyLineR .zyTitle {
  width: 540px;
  margin: 0 auto;
  font-size: 24px;
  color: #a31f2c;
  padding-top: 40px;
  padding-bottom: 30px;
}

.box .zyPage .zyLine .zyLineR p {
  width: 540px;
  margin: 0 auto;
  font-size: 20px;
  color: #4f250d;
  padding-bottom: 15px;
  text-indent: 35px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box .contL {
  float: right;
  margin-right: 120px;
}

.box .contR {
  left: 105px !important;
}

.box .detailsBj {
  width: 100%;
  background: url(../img/line.jpg) repeat-y;
  behavior: url(css/backgroundsize.min.htc);
}

.box .detailsPage {
  background: url(../img/detailsBJ.jpg) no-repeat center top;
  min-width: 1345px;
  behavior: url(css/backgroundsize.min.htc);
  background-size: 1920px 100%;
  padding-top: 60px;
  padding-bottom: 95px;
}

.box .detailsPage .detailsBox {
  width: 1140px;
  background: rgba(249, 243, 239, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Ff9f3ef,endColorstr=#7Ff9f3ef);
  padding: 10px;
  margin: 0 auto;
}

.box .detailsPage .detailsBox .detailsCont {
  background: #fff;
  padding-top: 50px;
}

.box .detailsPage .detailsBox .detailsCont .detailsTitle {
  width: 958px;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  padding-bottom: 30px;
}

.box .detailsPage .detailsBox .detailsCont .detailsTitle .detailsL {
  font-size: 30px;
  color: #A31F2C;
}

.box .detailsPage .detailsBox .detailsCont .detailsTitle .detailsL span {
  display: inline-block;
  width: 10px;
  height: 40px;
  background: #a31f2c;
  position: relative;
  top: 10px;
  margin-right: 10px;
}

.box .detailsPage .detailsBox .detailsCont .detailsTitle .detailsR {
  color: #a31f2c;
  font-size: 20px;
  position: relative;
  top: 25px;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont {
  width: 958px;
  margin: 0 auto;
  font-size: 20px;
  color: #4f250d;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont h4 {
  font-size: 30px;
  color: #a31f2c;
  text-align: center;
  font-weight: normal;
  padding-top: 60px;
  padding-bottom: 50px;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont .detailsFontBox {
  padding-bottom: 30px;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont .detailsFontBox p {
  text-indent: 40px;
  text-align: justify;
  line-height: 35px;
  padding-bottom: 30px;
  text-justify: inter-ideograph;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont .detailsFontBox .detailsFontImg {
  padding-bottom: 30px;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont .detailsFontBox .detailsFontImg img {
  display: inline-block;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont .detailsFontBox .gsryBox {
  overflow: hidden;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont .detailsFontBox .gsryBox .picImg1 {
  width: 236px;
  display: block;
  float: left;
  margin-right: 35px;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont .detailsFontBox .gsryBox .gsryBoxR {
  width: 620px;
  float: left;
  font-size: 20px;
  color: #4f250d;
  text-indent: 40px;
  line-height: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box .detailsPage .detailsBox .detailsCont .detailsFont .detailsFontBox .picImg {
  width: 875px;
  display: block;
  margin: 60px auto;
}

.business_scroll {
  width: 1005px;
  position: relative;
  overflow: hidden;
}

.business_scroll ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 99999px;
  padding-left: 20px;
}

.business_scroll li {
  float: left;
  width: 1005px;
  overflow: hidden;
  text-align: center;
}

.business_scroll li .business_list {
  width: 490px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.business_scroll li .tabList {
  width: 320px;
}

.business_scroll li .business_list .business_list_title {
  font-size: 22px;
  text-align: left;
  color: #4f250d;
  padding-top: 20px;
}

.business_prev {
  width: 39px;
  height: 41px;
  background: url(../img/tabBtnL.png) no-repeat;
  float: left;
}

.btnBox {
  overflow: hidden;
  width: 130px;
  position: absolute;
  top: 30px;
  right: 135px;
}

.business_next {
  width: 39px;
  height: 41px;
  background: url(../img/tabBtnR.png) no-repeat;
  float: right;
}

.activeBtn {
  background-position: 0 -41px;
}

.business_prevs {
  width: 39px;
  height: 41px;
  background: url(../img/tabBtnL.png) no-repeat;
  float: left;
}

.business_nexts {
  width: 39px;
  height: 41px;
  background: url(../img/tabBtnR.png) no-repeat;
  float: right;
}

/*底部*/
.footer {
  background: #f2f3f5;
  width: 100%;
  min-width: 1200px;
}

.footer .footer_list {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 35px;
}

.footer .footer_list .footer_list_left a {
  color: #333333;
  display: inline-block;
  border-right: 1px solid #333333;
  padding-right: 10px;
  margin-right: 10px;
}

.footer .footer_list .footer_list_left a:hover {
  font-weight: bold;
}

.footer .footer_list .footer_list_left .footer_go {
  margin: 15px 0;
}

.footer .footer_list .footer_list_left p {
  text-align: left;
}

.footer .footer_list .footer_list_right .footimg {
  vertical-align: middle;
  margin-left: 20px;
  position: relative;
  top: 17px;
}

.footer .footer_list .footer_list_right .ipImg {
  vertical-align: middle;
}
.header {
  background: #fff;
  width: 100%;
  min-width: 1120px;
}

.header .top_box {
  width: 100%;
}

.header .top {
  width: 1120px;
  margin: 0 auto;
  font-size: 14px;
  text-align: right;
  height: 36px;
  line-height: 36px;
  color: #666666;
}

.header .top span {
  float: left;
  color: #666666;
}

.header .top a {
  color: #666666;
}

.header .top a:hover {
  color: #e4393c;
}

.header .header_logo {
  overflow: hidden;
  width: 1120px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 25px;
}

.header .header_logo .logo {
  margin-top: 20px;
}

.header .header_logo .header_logo_right {
  font-size: 18px;
  color: #333333;
  margin-top: 25px;
  margin-left: 130px;
}

.header .header_logo .header_logo_right .tel {
  vertical-align: middle;
}

.header .header_logo .header_logo_right .num {
  font-size: 18px;
  color: #e4393c;
  margin-left: 15px;
  margin-right: 45px;
}

.header .header_logo .header_logo_right .search_block {
  display: inline-block;
  height: 44px;
  border: 1px solid #dedede;
  line-height: 44px;
  padding-left: 15px;
  background: #fff;
}

.header .header_logo .header_logo_right .search_btn {
  position: relative;
  top: 16px;
  cursor: pointer;
}

.header .header_logo .header_logo_right input {
  font-size: 14px;
  color: #999999;
  width: 240px;
  border: 0;
  outline: none;
}

.header .nav_block_box {
  width: 100%;
  position: absolute;
}

.header .nav {
  background: #e4393c;
  width: 100%;
  height: 46px;
}

.header .nav .nav_list {
  width: 1120px;
  height: 46px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}

.header .nav .nav_list li {
  float: left;
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.header .nav .nav_list li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 46px;
}

.header .nav .nav_list li .active {
  background: #c60004;
}

.header .nav .nav_list li:hover {
  background: #c60004;
}

.header .nav_block {
  width: 1120px;
  background: #fff;
  padding: 20px 0;
  margin: 0 auto;
  z-index: 26;
  box-shadow: 0 0 10px #cbc8c8;
  position: relative;
  behavior: url(css/PIE.htc);
  display: none;
  overflow: hidden;
}

.header .nav_block .nav_line_height {
  border-right: 1px dashed #DEDEDE;
  height: 80%;
  position: absolute;
}

.header .nav_block .line1 {
  left: 225px;
}

.header .nav_block .line2 {
  left: 450px;
}

.header .nav_block .line3 {
  left: 675px;
}

.header .nav_block .line4 {
  left: 890px;
}

.header .nav_block .nav_imgBox {
  padding-right: 25px;
}

.header .nav_block .navImg_box {
  position: relative;
}

.header .nav_block .navImg_box .navImg_font {
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 4px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}

.header .nav_block .nav_line {
  width: 895px;
  float: left;
}

.header .nav_block .nav_line li {
  width: 193px;
  height: 18px;
  float: left;
  font-size: 16px;
  padding-left: 30px;
  color: #202020;
  margin-bottom: 20px;
  position: relative;
}

.header .nav_block .nav_line li a {
  display: inline-block;
  padding: 5px 0;
}

.header .nav_block .nav_line li .nav_skip:hover {
  color: #e4393c;
}

.header .nav_block .nav_line li .feature {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -5px;
}

.header .nav_block .nav_line li .hotLabel {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: -9px;
}

.header .nav_list_show {
  display: block;
}