@charset "utf-8";

body{
    background: #f1f1f1;
}
/*头部条 start*/
.topnav{
    height: 31px;
    border: 1px solid #dcdcdc;
    line-height: 31px;
    box-sizing: border-box;
    background: #fff;
    font-size: 12px;
    color: #57574b;
    overflow: hidden;
}

.hotline{
    float: right;
}

.hotline img{
    position: relative;
    bottom: 5px;
}

div .tel{
    color: #55a3eb;
}
/*头部条 end*/

/*LOGO+导航 start*/
header{
    background: #fff;
    height: 60px;
    line-height: 60px;
}

header img{
    width: 44px;
    float: left;
    padding-top: 8px; 
}

header p{
    float: left;
    font-size: 25px;
    color: #5d5f5e; 
    padding-left: 15px;
}

header nav{
    float: right;
}

header a{
    font-size: 14px;
    color: #000;
    padding: 0 30px;
    display: inline-block;
}

header a:hover{
    color: #fff;
    background: #4a85e9;
}
/*LOGO+导航 end*/

/*横幅 start*/
.banner{
    height: 450px;
    background: url(../images/banner01-1.jpg) no-repeat;
    border-bottom: 10px solid #cdcdcd;
    background-position: center center;
}
/*横幅 end*/

/*主体部分 start*/
    /*功能部分 start*/
main{
    position: relative;
}

.item{
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #fff;
    border-bottom: 1px dashed #dbdbdb;
    position: absolute;
    top: -120px;
}

.item img{
    width: 60px;
    padding-left: 70px;
    vertical-align: middle;
}

.item a{
    padding-right: 65px;
    color: #000;
}

.item a:hover{
    color: #4a85e9;
}

.item img{
    border-left: 1px dashed #dbdbdb;
}

.item .p1{
    border: 0;
}
    /*功能部分 end*/
    
    /*位置 start*/
.location{
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.location_1{
    padding: 9px 0;
}
.location_1 img{
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 20px;
    margin-right: 6px;
}

.location_1 h3{
    float: left;
    padding-right: 14px;
    color: #605e5f;
    border-right: 1px solid #cacaca;
}
.location_1 p{
    font-size: 13px;
    color: #605e5f;
    display: inline-block;
    margin-left: 16px;
    font-weight: bold;
}
    /*位置 end*/

    /*内容 start*/
.content{
    background: #fff;
    margin-top: 20px;
    margin-bottom: 24px;
}

.content_1{
    float: left;
    margin: 38px 0 0 21px;
}

.content_2{
    float: right;
    width: 90%;
    margin: 0px 20px;
    line-height: 22px;
}

ul .bt{
    color: #4e505d;
    width: 197px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 9px;
    margin-bottom: 8px;
}

li a{
    color: #4e505d;
}

li a:hover{
    color: #4a85e9;
}

ul .bt1{
    color: #4e505d;
    width: 197px;
    border-bottom: 1px solid #d9d9d9;
    padding: 14px 0 14px 10px;
    font-size: 14px;
}

ul .bt2{
    font-size: 14px;
    color: #4e505d;
    padding: 14px 0 0 10px;
}

.content_2 h3{
    text-align: center;
    color: #405900;
    margin-bottom: 10px;
}

.content_2 .wz1{
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}

.wz1 span{
    margin-left: 34px;
}

.content_2 .wz2{
    background: #f5f5f5;
    text-indent: 2em;
    font-size: 13px;
    padding: 9px 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    color: #818181;
}

.content_2 .wz3{
    text-indent: 2em;
    font-size: 15px;
    color: #606467;
}

.content_2 .wz4{
    color: #404040;
    margin-top: 13px;

}

.wz4 a{
    color: #404040;
}

.wz4 a:hover{
    color: #4a85e9;
}
    /*内容 end*/
/*主体部分 end*/

/*页尾 start*/
footer{
    background: #fff;
    border-top: 1px solid #dddddd;
}

.box1{
    border-right: 1px dashed #d7d7d7;
    float: left;
    margin: 20px 0;
    margin-left: 20px;
}

.box1 img{
    width: 50px;
    float: left;
    padding: 25px 0;
}

.box1 p{
    float: left;
    font-size: 25px;
    color: #9a9a9a; 
    margin-right: 20px;
    margin-left: 10px;
    padding: 36px 0 32px 0;
}

.box2{
    float: left;
    margin-left: 36px;
    padding-top: 51px;
    font-size: 14px;
    color: #57616a;
}

.box2 .z2{
    padding-top: 13px;
}

.box3{
    float: right;
    width: 217px;
    height: 113px;
    background: #eeeeee;
    margin: 10px 32px 0 0;
    font-size: 14px;
    color: #57616a;
}

.box3 img{
    width: 100px;
    height: 100px;
    float: left;
    margin: 6px 10px 0 6px;
}

.box3 .z3{
    margin-top: 41px;
    margin-bottom: 8px;
}
/*页尾 end*/