/* css */



* {
  margin: 0px auto;
  font-family: "Microsoft YaHei";
  position: relative;
}

body {
  min-width: 1200px;
  background: #300000;
  overflow-x: hidden;
}

.clearfloat:after {
  clear: both;
  display: block;
  content: "";
}


li {
  list-style: none;
}

img {
  border: none;
}

ul,
ul li,
dl,
dl dt,
dl dd,
ol,
ol li {
  margin: 0;
  padding: 0;
}

input {
  outline: none;
}

button {
  outline: none;
}

::focus {
  outline: none;
}

/*for IE*/
::-moz-focus-inner {
  border-color: transparent;
}

/*for mozilla*/

span:focus {
  outline: none;
}

.zg_cover {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* 表格 */

.table {
  width: 100%;
  font-size: 24px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px #FFFFF0D6;
  box-sizing: border-box;
}



.table th {

  background: #BE000A;
  height: 58px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
}

.table td {
  padding: 15px 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  /* line-height: 20px; */
}



.table th:first-child {
  border-left: none;
}

.table th:first-child{
  padding-left: 30px;
text-align: left;
}
.table th:last-child{
text-align: right;
padding-right: 30px;
font-size: 20px;
font-family: FZLTTHK;
font-weight: bold;
text-shadow: -2px 0 #fff, 0 2px  #fff, 2px 0  #fff, 0 -2px  #fff;
color: #670000;


}

.table tr:last-child td {
  border-bottom: none;
}

.table tr td:last-child {
  border-right: none;
}

.table td:first-child {
  border-right: 1px solid #CA0005;
}

.table tr:first-child th:first-child {
  border-top-left-radius: 0px;
}

.table tr:first-child th:last-child {
  border-top-right-radius: 0px;
}

.table tr:last-child td:first-child {
  border-bottom-left-radius: 0px;
}

.table tr:last-child td:last-child {
  border-bottom-right-radius: 0px;
}

.table span {
  color: #FBCF7D;
}

.table a {
  display: block;
  width: 136px;
  height: 54px;
  color: #fff;
  text-align: center;
  background: url('../images/btn.png');
  border-radius: 16px;
  animation: 1.5s linear 0s infinite alternate none running banWave;
  -webkit-animation: 1.5s linear 0s infinite alternate none running banWave;
  -o-animation: 1.5s linear 0s infinite alternate none running banWave;
  -moz-animation: 1.5s linear 0s infinite alternate none running banWave;
  animation: bounce 2s linear alternate infinite;
}

.table a:hover {
  color: #fff;
}






h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.fl {
  float: left
}

.fr {
  float: right;
}

.m {
  margin: 0 auto;
}

.m10 {
  margin-top: 10px;
}

.df {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* scrollBar */

div::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

div::-webkit-scrollbar-track {
  background: #777;
  border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
  background: #CA2A2A;
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
  background: #333;
}

div::-webkit-scrollbar-corner {
  background: gray;
}

h2 {
  width: 500px;
  height: 100px;
  font-size: 48px;
  color: rgba(51, 51, 51, 1);
  line-height: 100px;
  text-align: center;
}

h2 b {
  color: #f9a645;
}

h2 span {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 4px;
  background: rgba(249, 166, 69, 1);
}

/*Header Of  Offcn*/
.headerbar {
  background: #fefefe;
  width: 1000px;
  height: 47px;
  min-width: 1000px;
}

.header {
  width: 1000px;
  height: 63px;
  margin: 0 auto;
}

.header .offcn_logo {
  padding-top: 8px;
  float: left;
}

.offcn_logo img {
  width: 120px;
}

.header .nav {
  float: left;
  padding-left: 20px;
  padding-top: 3px;
}

.header .nav li {
  float: left;
  line-height: 40px;
  width: 90px;
  text-align: center;
}

.header .nav li a {
  color: #323232;
}

.header .nav li:hover a {
  color: #222222;
  font-size: 17px;
}

.header .offcn_tel {
  float: right;
  line-height: 40px;
  padding-top: 3px;
  font-size: 18px;
}

/* banner */
.banner {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}

.b1 {
  background: url(../images/banner.jpg) no-repeat center top;
  height: 1256px;
  top: 0px;
}


.bar_con {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
}

.tit {
  position: absolute;
  top: 0;
  left: 0;
}

.tit01 {
  left: -75px;
  top: 123px;
}

.tit02 {
  display: block;
  width: 134px;
  height: 42px;
  background: url('../images/tit2.png') no-repeat center;
  left: 355px;
  top: 65px;
  /* animation: tada 2s infinite;
  -webkit-animation: tada 2s infinite; */

  font-size: 18px;
  font-family: FZLTTHK;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  font-style: italic;
  color: #520000;

}

.tit03 {
  top: 339px;
  left: 543px;
}

.tit04 {
  top: 543px;
  left: 180px;
}

.tit05 {
  width: 245px;
  height: 341px;
  text-align: center;
  line-height: 46px;
  background: url(../images/tit5.png) no-repeat center top;
  top: 815px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 39px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
  padding-top: 220px;
  font-weight: bold;
  box-sizing: border-box;
}

.tit05 span {
  font-size: 27px;
}

.tit06 {
  left: 505px;
  top: 70px;
  font-size: 18px;
  font-family: FZLTHK;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  
}
.tit06 img {
  display: inline-block;
  vertical-align: middle;
}
.tit06 p {
  display: inline-block;
  vertical-align: middle;
}
.tit06 span {
  color: #FFE930;
  font-style: italic;
}

.tit07 {
  width: 343px;
height: 18px;
font-size: 18px;
font-family: FZLTHK;
font-weight: normal;
color: #FFFFFF;
left: 50%;
transform: translateX(-50%);
top:1180px;
}

.tit08 {
  width: 263px;
height: 20px;
font-size: 19px;
font-family: FZLTHK;
font-weight: normal;
font-style: italic;
color: #FFD520;
top: 776px;
    left: 305px;
}

.tit09 {
  width: 192px;
  height: 70px;
  text-align: center;
  line-height: 46px;
  background: url(../images/p2_btn.png) no-repeat center top;
  top: 55px;
  left: 900px;
}


/* 头部 */

.zg_header {
  width: 1000px;
  position: absolute;
  left: 0;
  top: 0;
}

.offcn_logo {
  width: 120px;
  height: 32px;
  float: left;
  margin-left: 29px;
  margin-top: 7px;
}

.offcn_header_center {
  float: left;
  color: #ffe100;
  font: 12px/16px "新宋体";
  margin-top: 20px;
  margin-left: 46px;
}

.offcn_header_center a {
  padding: 0 8px 0 5px;
  color: #ffe100;
}

.offcn_header_right {
  float: right;
  text-align: right;
  color: #ffe100;
  font: 16px/50px "Microsoft YaHei";
}


/*尾部*/
.footer {
  background: #fff;
  width: 100%;
  min-width: 1000px;
}

.footer h2 {
  text-align: center;
  line-height: 66px;
  font-size: 48px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
}




/* main */
.main {
  width: 1000px;
  margin: 0 auto;
}

/* 版心 */
.warp {
  width: 1200px;
  margin: 0 auto;
}

.w {
  width: 1000px;
  height: 555px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}

.zg_footerbox {
  width: 100%;
  background: #000000;
}

.zg_footer {
  width: 1000px;
  background: #000000;
  padding: 30px 0;
  text-align: center;
  color: #b5b5b5;
  line-height: 28px;
}

.zg_footer a {
  color: #b5b5b5;
}

/*顶部*/
.top_all {
  width: 100%;
  min-width: 1200px;
  height: 45px;
}

.top_all li {
  height: 40px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

.left {
  float: left;
}

.left li.first {
  width: 135px;
  height: 38px;
  line-height: 20px;
  padding-top: 5px;
}

.left li.first img {
  width: 125px;
}

.left li {
  width: 90px;
  float: left;
  text-align: center;
  color: #fff;
}

.left li a {
  padding-right: 5px;
  color: #fff;
}

.right {
  float: right;
  color: #fff;
}

.right li {
  float: left;
  font-size: 18px;
  color: #fff;
}


@keyframes scaleDraw {

  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes scaleDraw {

  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}