@charset "utf-8";
@import "reset.css";

.clear{
 overflow:auto;
 zoom:1;
}

.banner{
    background: url(../img/banner.jpg) no-repeat top center;
    height: 543px;
}

.banner a{
    display: block;
    background: #cc0506;
    color: #fff;
    float: right;
    padding:15px 70px;
    font-size: 16px;
    border-radius: 3px;
    margin: 450px 60px 0 0;
}

.banner a:hover{
    background: #f74600;
}

.warp{
    width: 1000px;
    margin:0 auto;
}
/* header */

.header li{
    display: inline-block;
}

.header ul{
     margin-left: -75px;
     padding-top: 20px;
}

.header li a {
    font-size: 18px;
    margin-left: 75px;
    color:#000;

    padding-bottom: 5px;
}

.header li a:hover{
    color:#e60012;
    border-bottom: 3px solid #e60012;
    padding-bottom: 5px;
}

/* header end */

#notice{
    padding: 60px 0 20px 0;
    border-bottom: 1px solid #f3c5c5;
}

.title{
background: url(../img/h2_bg.jpg) no-repeat 0px 8px;
padding-left: 80px;
font-size: 30px;
color:#e60012;
margin-bottom: 25px;
}

#notice p{
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
}

#box{
      border-bottom: 1px solid #f3c5c5;
      padding-bottom: 30px;  
}

#box p, #advise p{
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
}

.box_1, .box_2{
    float: left;
  margin-top: 40px;
  padding-bottom: 20px;
}



.box_1{
width: 400px;
padding-right: 30px;
}

.box_2{
   width: 530px; 
   border-left: 1px solid #f3c5c5; 
   padding-left: 25px;
}

.box_2 img{
    padding-top: 15px;
}

#demand, #advise{
    border-bottom: 1px solid #f3c5c5;
    padding: 30px 0;
}


.box2{
    width: 480px;
    float: left;
}

.box3{
    width: 480px;
    float: right;
}

.box3 ol{
  border-bottom: 1px solid #f3c5c5;
}

td{
    border: 1px solid #f3c5c5;
    padding: 4px 0 4px 10px;

}

.bq{
    background: url(../img/bq.jpg) no-repeat 0 3px;
    padding: 0 0 0 30px;
    margin:10px 0 30px 0;
    text-indent: 0em !important;
}

#tele{
    background: url(../img/bot_bg.jpg) no-repeat top center;
    height: 849px;
    margin-top: 60px;
}

.tet{
    padding-top: 180px;
}

.tet_p{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding: 20px 0 40px 0;
}

.tet_ol1{
    background: url(../img/1.jpg) no-repeat 0 0;
    color: #fff;
    padding-left: 88px;
    line-height: 28px;
    height: 108px;
    font-size: 16px;
    display: inline-block;
    width: 400px;
    float: left;
}


.tet_ol2{
    background: url(../img/2.jpg) no-repeat 0 0;
}

.tet_ol3{
    background: url(../img/3.jpg) no-repeat 0 0;
}

.tet_ol4{
    background: url(../img/4.jpg) no-repeat 0 0;
}
.tet_ol1 span{
    font-size: 16px;
    font-weight: bold;
}

.tet_ol1 a{
    font-size: 16px;
    color: #fff;
}

.bm_bg{
    display: block;
    float: right;
    background: #fe6c00;
    color: #fff;
    border-radius:3px;
    border:2px solid #fff;
    padding: 10px 40px;
    font-size: 20px;
}

.bm_bg:hover{
    color: #fff;
}

.footer{
    font-size: 16px;
    color: #e40012;
    text-align: center;
    line-height: 26px;
}



























