*{padding:0;margin:0;}
body{font-family: 微软雅黑;background:#f5f5f5;}
li{list-style-type: none;}
a{text-decoration: none;}
.clear:after{
    content:".";
    height:0;
    font-size: 0;
    display:block;
    clear:both;
}
.banner{
    width:100%;
    height:480px;
    overflow: hidden;
    position: relative;
}
.banner_head{
    width:1920px;
    height:480px;
    position:absolute;
    left:50%;
    top:0;
    margin-left:-960px;
}
.banner_head img{
    width:100%;
    height:100%;
    display:block;
}
.content1{
    width:100%;
    padding-bottom: 44px;
}
.center{
    width:1010px;
    margin:0 auto;
}
.title{
    width:228px;
    height:83px;
    display:block;
    margin-bottom: 30px;
}
.center p{
    font-size: 24px;
    line-height: 44px;
    color:#333;
}
.center p.text{
    text-indent: 2em;
}
.center p.text span{
    color:#2f92e5;
}
.center p.text1 span{
    color:#ef8f13;
}
.center p.text2 span{
    color:#69b34e;
}
.list{
    width:100px;
    margin:50px 0 15px 0;
}
.list ul{
    width:880px;
    margin-left: 120px;
    position:relative;
}
.list ul .xian{
    border-left:1px solid #2f92e5;
    height:160px;
    position:absolute;
    left:7px;
    top:8px;
}
.color1 ul .xian{
    border-left:1px solid #ef8f13;
    height:422px;
}
.color2 ul .xian{
    border-left:1px solid #69b34e;
    height:383px;
}
.list ul .yq{
    background:url(../img/tub.png) no-repeat left center;
    font-size: 20px;
    line-height: 44px;
    color:#666;
    padding-left: 30px;
}
.color1 ul .yq{
    background:url(../images/datas/tub1.png) no-repeat left center;
}
.color2 ul .yq{
    background:url(../images/datas/tub2.png) no-repeat left center;
}
.content2{
    width:100%;
    background:#fff;
    padding-bottom: 50px;
}
.title1{
    width:403px;
    height:83px;
    display:block;
    margin-bottom: 30px;
}
.title2{
    width:228px;
    height:83px;
    display:block;
    margin-bottom: 30px;
}
.btn{
    width:360px;
    height:85px;
    display:block;
    border-radius: 30px;
    background:#59bb9c;
    line-height: 85px;
    margin:20px auto 44px;
    font-size: 30px;
    color:#fff;
    text-align: center;
}