

header {
    overflow: hidden;
    width: 100%;
    background: #333333;
    height: 28px;
}

header .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mid p {
  font-size: 14px;
  color: #fff;
}
header .mid div {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
header .mid div span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-left: 6px;
}
.mid {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}


.banner {
  width: 100%;
  position: relative;
  margin: 0 auto 0;
  text-align: center;
}

.banner img {
  width: 100%;
  display: block;

}
.banner .navbar {
  overflow: hidden;
  width: 1200px;
  height:50px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -600px;
  border-radius: 8px;
  z-index: 91;
  background: #fff;
      box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.banner .navbar.on {
  position: fixed;
  top: 0px;
    box-shadow:1px 1px 9px 0px rgba(168, 168, 168, 0.4);
}
.banner .navbar ul {
  overflow: hidden;
  height: 100%;
}
.banner .navbar ul li {

  width: 171px;
  height: 100%;
  cursor: pointer;
  position: relative;
  float: left;

}
.banner .navbar ul li:last-child{
    width: 174px;
}
.banner .navbar ul li.afters::after {
  display: none;
}

.banner .navbar ul li:hover::after {
  display: none;
}
.banner .navbar ul li:hover p {
  color:#FF8C00;
}
.banner .navbar ul li:before {
    content: "";
    position: absolute;
    right: -2px;
    top: 16px;
    width: 2px;
    height: 19px;
    background:#FF8C00;
    border-radius: 1px;
}
.banner .navbar ul li:last-child:after {
  display: none;
}
.banner .navbar ul li:last-child:before {
  display: none;
}

.banner .navbar ul li a {
  display: block;
  line-height:50px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.banner .navbar ul li a img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.banner .navbar ul li a p {
  text-align: center;
  font-size: 20px;
  color: #333333;
}

.banner .navbar ul li.on::After {
  display: none;
}

.banner .navbar ul li:hover p{
 color: #FF8C00;
}



.clear{
  clear: both;
}


.page01{
  margin: 160px auto 0;
  width: 1200px;

background: linear-gradient(0deg, #FF9216 0%, #FFFBF1 100%);
box-shadow: 1px 2px 16px 0px rgba(184,86,25,0.67), 0px 5px 9px 0px #FFFFFF;
border-radius: 29px;
background-size: 100%;

position: relative;
    padding:20px 0 10px;
}
.page0{
    margin: 200px auto 0;
}
.page01_cont{
  background: #FF9216;
box-shadow: 0px 12px 20px 12px #FFA900;
border-radius: 21px;
width:1180px;
margin: 0.2rem auto 0;
padding:1px 1px 10px;
}
.page01 .page01_cot{
 width:1160px;
background: #FFFBF1;
box-shadow: 0px 12px 6px 5px rgba(255,235,221,0.61);
border-radius: 21px 21px 21px 21px;
margin: 0.2rem auto 0;
padding:1px 1px 50px;
text-align: center;
}
.page01_cot ul{
margin-top: 40px;
}


.page01:after{
position: absolute;
    left: 277px;
    width: 120px;
    height: 168px;
    background: url(../images/tit.png) no-repeat center;
    background-size: 100%;
    content: '';
    top: -124px;
}
.page01 .tit{
  position: absolute;
  width: 502px;
  height: 107px;
  left: 50%;
      top: -107px;
  margin-left:-251px;
  background: url(../images/bt.png) center no-repeat;
  background-size: 100%; 
}
.page01 .tit h3{
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 2px 3px 0px #FF3E00;
    text-align: center;
    padding-top: 34px;
}


.page01 .page01_cont ul li{
 
  width: 900px;
  margin: 30px auto 0;
  text-align: justify;
}

.page01 .page01_cont ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FF8C00;
line-height:32px;
  width: 900px;
text-align: justify;
}


.page01 .page01_cont ul li div{
 height: 94px;
 width: 900px;
margin: 10px auto 0;
box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.1);
border-top: 2px solid #FF8C00;


}


.page01 .page01_cont ul li ol{
  width: 35px;
height: 92px;
float: left;
background: #FF8C00;
}

.page01 .page01_cont ul li ol h4{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding-top: 13px;
        line-height: 33px;
}

.page01 .page01_cont ul li p{
    float: left;
    margin-left: 20px;
    width: 825px;
    font-size: 22px;
    line-height: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3E3E3E;
    text-align: justify;
    cursor: pointer;
    margin-top: 15px;
}
.page01 .page01_cont ul li p:hover{
  color:  #FF8C00;
}
.page01 .page01_cont ul .pt2 p{
  margin-top: 28px;
}
.page01 .page01_cont ul .pt3 p{
line-height: 30px;
}
.page01 .page01_cont ul .pt3 div{
  height: 120px;
}
.page01 .page01_cont ul .pt3 ol{
  height: 118px;
}
.page01 .page01_cont ul .pt3 ol h4{
 padding-top: 25px;
}

.page01 .page01_cont ul .pt4 p{
line-height:30px;
}
.page01 .page01_cont ul .pt4 div{
  height: 150px;
}
.page01 .page01_cont ul .pt4 ol{
  height: 148px;
}
.page01 .page01_cont ul .pt4 ol h4{
 padding-top: 40px;
}
.page01 .page01_cont ul .pt5 div{
  height:192px;
}
.page01 .page01_cont ul .pt5 ol{
  height:190px;
}
.page01 .page01_cont ul .pt5 ol h4{
 padding-top: 60px;
}
.page01 .page01_cont ul .pt6 div{
  height:224px;
}
.page01 .page01_cont ul .pt6 ol{
  height: 222px;
}
.page01 .page01_cont ul .pt6 ol h4{
    padding-top: 79px;
}
.page01 h5{
margin: 30px auto 0;
width: 480px;
height: 60px;
background: linear-gradient(180deg, #FFB14C, #E77816);
box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.14);
border-radius: 30px;
line-height: 60px;
text-align: center;
font-size: 28px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
text-shadow: 0px 1px 0px rgba(202,115,38,0.5);

}

.page02 .page01_cont ul li{
      margin: 32px auto 0;
}



.page_bui{
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto 0;
  vertical-align: middle;
  cursor: pointer;
      transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.page_bui:hover{
      transform: scale(1.1);


}
.set {
  position:relative;
  font-weight:400;
  text-align:center;
  width:200px;
  /* change the width of canvas*/
  height:58px;
  /* change the height of canvas*/
  line-height:200px;
  overflow:hidden;
  position:relative;
  z-index:0;
  color:#000000;
  /* tetx color*/
  background:#fafafa;
  /* backgroud color*/
  cursor:pointer;
  /* background-image:url("http://www.jq22.com/img/cs/500x500-1.png");
  put the backgroud image here*/
}
.anim {
  -moz-transform:translateY(-50%) translateX(-50%);
  -ms-transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
  position:absolute;
  top:50%;
  left:50%;
  z-index:-1;
}
.anim:before {
  position:relative;
  content:'';
  display:block;
  margin-top:100%;
  background:#6CB1FF;
}
.anim:after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border-radius:50%;
}
.hoverable:hover > .anim:after {
  -webkit-animation:anim-out-pseudo 0.75s;
  animation:anim-out-pseudo 0.75s;
}
.set:hover > .anim {
  -webkit-animation:anim-out 0.75s;
  animation:anim-out 0.75s;
}
@-webkit-keyframes anim-out-pseudo {
  0% {
  background:rgba(255,255,255,0.7);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes anim-out {
  0% {
  width:0%;
}
100% {
  width:100%;
}
}

.page_bui h5:after{
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  background: url(../images/btn_dh.png) no-repeat 50%;
  background-size: cover;
  content: " ";
  height: 100%;
  width: 38%;
  -webkit-animation: yidong 2s infinite 1s;
  animation: yidong 2s infinite 1s;
}
@-webkit-keyframes yidong {
  100% {
    left: 200%;
  }
}
@keyframes yidong {
  100% {
    left: 200%;
  }
}

.bg3:hover > .anim:after {
  animation-name: pagereded;
  animation-duration:0.75s;
  -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pagereded {
  0% {
  background:rgba(204,51,51,0.6);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes pagered-out{
  0% {
  width:0%;
}
100% {
  width:100%;
}
}