*{
    margin:0px;
    padding:0px;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
    color: #4D4D4D;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.main{
  width: 1200px;
  margin: 0 auto;
}
.special-header{
  z-index: 1000;
}
#banner{
  width: 100%;
  height: 550px;
  margin-top: 60px;
  padding-top: 130px;
  background:url("../images/banner.jpg") no-repeat scroll center top;
}
#banner h1{
  font-size: 36px;
  color: #313131;
  font-weight: bold;
  line-height: 60px;
}
#banner h2{
  font-size: 30px;
  color: #313131;
  font-weight: bold;
}
#banner>.main>div{
  margin: 220px 40px 0px 10px;
  font-size: 26px;
  color: #036F80;
}
#banner>.main>div>img{
  vertical-align: middle;
  margin-right: 10px;
}
.content{
  width: 100%;
  clear: both;
}
.content h1{
  font-size: 36px;
  color: #F39800;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
}
.content1{
  height: 942px;
  background: url("../images/cont1-bg.jpg") no-repeat scroll center top;
}
.part1{
  height: 500px;
  background: url("../images/part1-bg.png") no-repeat scroll center top;
  padding-top: 70px;
}
.part1>div{
  height: 82px;
  font-size: 30px;
  font-weight: bold;
}
.part1 img{
  width: 38px;
  vertical-align: middle;
  margin-left: 218px;
  margin-right: 20px;
}
.part1 span{
  position: relative;
  top: -10px;
  left: 80px;
}
.part1>.odd{
  color: #3B9AFE;
}
.part1>.even{
  color: #313131;
}
.content2{
  height: 700px;
  background: url("../images/part2-bg.jpg") no-repeat scroll center top;
}
.part2{
  width: 820px;
  float: right;
  text-align: center;
  margin-top: 265px;
}
.part2>.title1{
  font-size: 38px;
  color: #3B9AFE;
}
.part2>.title2{
  font-size: 36px;
  font-weight: bold;
  color: #313131;
  line-height: 110px;
}
form{
  color: #313131;
}
form>input{
  font-size: 18px;
  display: inline-block;
  width: 250px;
  height: 34px;
  border: 1px solid #E9E9E9;
  margin-bottom: 22px;
}
form>#dosubmit{
  width: 340px;
  background: #3B9AFE;
  color: #fff;
  border: 1px solid #3B9AFE;
}
.part3>img{
  display: block;
}
.part3>ul>li{
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #fff;
}
.part3>ul>li.odd{
  background: #80C269;
}
.part3>ul>li.even{
  background: #00A0E9;
}
.content h2{
  font-size: 36px;
  font-style: italic;
  color: #313131;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
}
.respase{
  width: 1220px;
  height: 820px;
  margin-left: -10px;
}
.respase>div{
  width: 470px;
  height: 205px;
  padding: 20px 60px;
  background: #fff;
  float: left;
  margin: 0px 10px 20px 10px;
  -moz-box-shadow: 0px 0px 20px #c3c3c3;
  -webkit-box-shadow: 0px 0px 20px #c3c3c3;
  box-shadow: 0px 0px 20px #c3c3c3;
}
.respase h3{
  font-size: 30px;
  line-height: 54px;
  color: #80C269;
  font-weight: bold;
}
.respase .blue{
  color: #00A0E9;
}
.respase p{
  font-size: 20px;
  color: #313131;
  margin-top: 10px;
}
.respase>.center_left{
  text-align: center;
  background: #80C269;
}
.respase>.center_left>h3{
  color: #fff;
}
.respase>.center_left>p{
  color: #fff;
}
.respase>.center_right{
  text-align: center;
  background: #00A0E9;
}
.respase>.center_right>h3{
  color: #fff;
}
.respase>.center_right>p{
  color: #fff;
}
.content4{
  background: #F2F2F2;
}
.content4 .left{
  width: 622px;
  height: 242px;
  padding: 50px 45px;
  border-right: 3px dotted #fff;
}
.content4 .left>img{
  float: right;
}
.content4 .title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
}
.content4 .word>p{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.content4 .right{
  width: 485px;
  padding-top: 40px;
  text-align: center;
}
.content4 .right>form{
  font-size: 20px;
  font-weight: bold;
}
.content4 .right>form>input{
  width: 275px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.content4 #dosubmit2{
  width: 340px;
  background: #00A0E9;
  color: #fff;
  border: 1px solid #00A0E9;
}
.empty{
  clear: both;
  height: 50px;
}
.footer_top{
  clear: both;
}