body,html{
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
    font-size: 12px;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
body{
    float: left;
    width: 100%;
    background: url("../../img/images/bg-repead171020.png") repeat-x;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #00a0ea;
}
/* public */
.main-content{
    width: 1000px;
    margin: 0 auto;
}

/* banner */
.banner{
    float: left;
    width: 100%;
    height: 170px;
    padding: 60px 0;
    box-sizing: border-box;
    text-align: center;
    background: url("../../img/images/banner171020.jpg") no-repeat top center;
}

/* nav */
.nav{
    float: left;
    width: 100%;
    background-color: #eeeeee;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.nav ul{
    float: left;
    width: 100%;
}
.nav ul li{
    float: left;
    width: 11.1%;
}
.nav ul li a{
    float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    color: #e60012;
    text-align: center;
}
.nav ul li a:hover{
    text-decoration: underline;
}

/* body -1 */
.body-line{
    float: left;
    width:100%;
    margin-top: 10px;
}
.body-line .box{
    float: left;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.body-line.one,
.one .box{
    height: 240px;
}
.body-line .left-box{
    width: 320px;
}
.body-line .center-box{
    width: 350px;
    margin: 0 10px;
}
.body-line .right-box{
    width: 310px;
}

.body-line .box .hd{
    float: left;
    width: 100%;
    height: 28px;
    padding: 6px 15px 6px 25px;
    font-size: 12px;
    color: #004686;
    box-sizing: border-box;
    margin-top: -1px;
}
.body-line .box .hd span{
    float: left;
}
.body-line .box .hd a{
    float: right;
    color: #004686;
    font-family: "宋体";
    font-weight: normal;
}
.body-line .box.center-box .hd{
    background: url("../../img/images/center-bg171020.png") no-repeat;
}

.body-line .box.left-box .hd,
.body-line .box.right-box .hd{
    background: url("../../img/images/left-right-bg171020.png") no-repeat;
}


.body-line .box .bd{
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.body-line .box .bd li{
    float: left;
    width: 100%;
}
.body-line .box .bd li i{
    margin-right: 10px;
}
.body-line .box .bd li a{
    font-family: "宋体";
    line-height: 28px;
    color: #666666;
}
.body-line .box .bd li a:hover{
    color: #004686;
    text-decoration: underline;
}

.body-line.two,
.body-line.two .box{
    height: 240px;
}