body{
margin: 0 !important;
}
.content{
  width: 1140px;
  padding:30px;
  background: #ffffff;
  margin: 26px auto;
}
.datatitle{
  height: 105px;
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}
.con{
  color: #666666;
  line-height: 35px;
  font-size: 16px;
  padding-bottom: 30px;
  text-indent: 30px;
}
.datatitle>h1{
  color: #333;
  font-size: 20px;
  line-height: 50px;
}
.datatitle>p{
  color: #747373;
  font-size: 14px;
  line-height: 40px;
}
.goback{
  height:80px;
  border-top:1px solid #D6D6D6;
}
.goback>a{
  color:#8A8A8A;
  flex:1;
}
.goback>a:last-child{
  text-align: right;
  color:#0F9D58;
}
.goback>a:hover{
  color:#0F9D58;
}

table {
  font-family: verdana,arial,sans-serif;
  font-size:14px;
  color:#333333;
  border-width: 1px;
  border-color: #454545;
  border-collapse: collapse;
  margin:20px auto;
}
table p{
  text-indent:0px;
}
table th {
  border-width: 1px;
  padding: 10px;
  border-style: solid;
  border-color: #454545;
  text-indent:0px;
}
table td {
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #454545;
  text-indent:0px;
}
img{
	max-width:100% !important;
  height:auto !important;
}

 .target {
        width:100%;
        height:450px;
        overflow:hidden;
        position:relative;
      
      }
      .target img {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
      }
.bannerbox{
position:absolute;top:200px;left:400px;color:#ffffff;line-height:55px;font-weight: bold;
}
.bannerbox>p{
font-size:26px;letter-spacing:2px;
    color:#ffffff;line-height:55px;
}
.bannerbox  .bannera1{
  width: 120px;height: 45px;background: #0F9D58;text-align: center;line-height: 45px;color: #ffffff;font-size: 15px;border-radius: 25px;font-weight: bold;
}
.bannerbox  .bannera2{
  width: 120px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #ffffff;color: #ffffff;border-radius: 20px; margin-left: 20px;font-weight: bold;
}
@media(max-width:768px){
  .bannerbox{
    top:160px;
    left:40px;
    line-height:30px;
  }
  .bannerbox>p{
font-size:14px;letter-spacing:0px;
}
.bannerbox  .bannera1{
      width: 90px;
    height: 32px;
    background: #0F9D58;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 25px;
    font-weight: bold;
}
.bannerbox  .bannera2{
      width: 90px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 20px;
    margin-left: 20px;
    font-weight: bold;
}
}