@charset "utf-8";

* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, sans-serif
}

.pa {
  position: absolute
}

.pr {
  position: relative
}

.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden
}

body,
html {
  width: 100%
}

a {
  text-decoration: none;
  /* blr: expression(this.onFocus=this.blur()); */
  outline: none
}
body{background-color:#ffce91;text-align: left;}

html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c:before,
.c:after {
  content: "";
  display: table
}

.c:after {
  clear: both
}

.c {
  zoom: 1
}

a {
  text-decoration: none;
  overflow: visible
}

a:hover {
  text-decoration: none
}

body {
  font-size: 22px;
  color: #d4552c;
  text-align: left;
}


.wrap {
  width: 100%;
  height: 3600px;
  overflow-x: hidden;
  position: relative;
  background: url(../img/page_bg.jpg?v3) no-repeat center;
  background-size: 100% auto;
}
.cont {
  height: auto;
  /* background: url(../img/page_bg.jpg) no-repeat center top;
  background-size: 100% auto; */
  margin-top: -1px;
  /* padding-top: 30px; */
	box-sizing: border-box;
}

.part{
  position: relative;
  margin: 0 auto 0;
  width: 100%;
  overflow: visible;
}

.part-1{
  height: 1347px;
  margin-top: 44px;
}
.part-1 .box{
  width: 100%;
  height: 1347px;
  background: url('../img/part_1_bg.png') no-repeat center right;
  background-size: auto 100%;
  overflow: visible;
}
.part-1 .box::after{
  content: '';
  display: block;
  position: absolute;
  background: url('../img/wolf.png') no-repeat center;
  background-size: 100% auto;
  bottom: -8px;
  right: 0;
  width: 173px;
  height: 183px;
}
.part-1 .box .info{
  width: 630px;
  height: 606px;
  position: absolute;
  left: 50%;
  margin-left: -315px;
  top: 695px;
}
.part-1 .box .text{
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}
.part-1 .box .text p{
  font-size: 22px;
  height: auto;
  line-height: 30px;
  color: #2a323f;
  width: 584px;
  text-align: left;
  margin-left: 38px;
}
.part-1 .box .text p span{
  color: #c3370c;
}
.part-1 .box .text .text-tit{
  width: 265px;
  height: 53px;
  line-height: 53px;
  margin-left: 0;
  text-indent: 68px;
  font-size: 30px;
  color: #ffffff;
  background: url('../img/subtit_bg.png') no-repeat center;
  background-size: 100% auto;
  margin-bottom: 10px;
}
.yanwu-table{
  position: relative;
  /* margin: 0px auto 0; */
  width: 590px;
  margin: 25px auto 0;
}
.yanwu-table th {
  border: 1px #558abb solid;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #679cc1;
  color: #FFF;
  font-size: 22px;
}
.yanwu-table td {
  border: 1px #558abb solid;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #cbeafa;
  color: #2a323f;
  font-size: 20px;
}
.part-2{
  height: 779px;
  margin-top: 64px;
}
.part-2 .box{
  width: 750px;
  height: 779px;
  position: relative;
  margin: 0 auto 0;
  background: url('../img/part_2_bg.png') no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
}
.part-2 .box .pic{
  width: 722px;
  height: 409px;
  margin: 82px auto 0;
  position: relative;
}
.part-2 .box .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
