/*header start*/
.header{
    padding:15px 0;
    margin-bottom: 20px;
}
.header .logo{
    width: 210px;
    height: 75px;
}
.header img{
    width: 100%;
    height: 100%;
}
.header .tel{
    margin-top: 18px;
}
.header .tel>.img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.header .tel>b{
    font-size: 24px;
    color:rgb(0,161,235);
}
/*nav start*/
.hearder-nav{
    position: relative;
    z-index: 33;
    border-bottom: 1px solid #ddd;
}
.hearder-nav .cont-list{
    /*border: 1px solid #ddd;*/
    /*box-shadow: 0 0 3px #ddd;*/
    /*overflow: hidden;*/
}
.hearder-nav .cont-list li{
    position: relative;
    float: left;
    text-align: center;
    width: 120px;
    height: 45px;
    line-height: 42px;
    color:#333;
}
.hearder-nav .cont-list li>a{
    width: 118px;
    height: 50px;
    line-height: 47px;
    margin-top: -5px;
    color:#333;
}
.hearder-nav .cont-list li.choose-on>a{
    border-bottom: 2px solid #11bbb8;
    color:#11bbb8;
    font-weight: bold;
}
.hearder-nav .cont-list li>a:hover{
    color:#00A1EB;
}
.hearder-nav .other-style{
    position: relative;
    text-align: center;
    height: 45px;
    line-height: 42px;
    font-size: 18px;
    color:#333;
    width: 240px;
    background: #00A1EB;
    cursor: pointer;
}
.hearder-nav .other-style>p{
    color: #fff;
    margin-right: 15px;
}
.hearder-nav .other-style>i{
    width: 30px;
    height: 17px;
    background: url("../../images/public/more.png") center top no-repeat;
}
.hide-div-nav{
    position: absolute;
    z-index: 33;
    width: 198px;
    height: 430px;
    top:45px;
    left: 1px;
    box-shadow: 0 0 15px #cfcfcf;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color=#cfcfcf);
    background-color: #f6f6f6;
    -moz-box-shadow: 0 0 15px #cfcfcf;/*firefox*/
    -webkit-box-shadow: 0 0 15px #cfcfcf;/*webkit*/
    text-align: left;
    padding: 10px 20px;
}
.hide-div-nav dl{
    margin-top: 20px;
}
.hide-div-nav dl dd{
    line-height: 32px;
}
.hide-div-nav dl>dt>a{
    position: relative;
    font-size: 20px;
    color:#333;
    font-weight: bold;
    padding-left: 15px;
}
.hide-div-nav dl>dt>a:before{
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 3px;
    height: 25px;
    background: #11bbb8;
}
.hide-div-nav dl>dd>a{
    font-size: 16px;
    color:#666;
    width: 90px;
}
.hide-div-nav dl>dd>a.other{
    width: 115px;
}
.hide-div-nav dl a:hover{
    color:#11bbb8;
}

/*footer start*/
.footer{
    position: relative;
    width:100%;
    margin: 0 auto;
    bottom: 0;
    background: #333;
    color:#fff;
    padding: 25px 0 20px;
}
.footer .up{
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.footer .up>p{
    font-size: 22px;
    margin-top: 10px;
}
.footer .up>a{
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #fff;
    color:#fff;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.footer .up>a:hover{
    background: #fff;
    color:#333;
}
/*.footer .down .left{*/
    /*position: relative;*/
    /*width: 330px;*/
/*}*/
/*.footer .down .left>a{*/
    /*position: relative;*/
    /*width: 125px;*/
    /*color:#fff;*/
    /*font-size: 14px;*/
    /*line-height: 32px;*/
    /*text-align: center;*/
/*}*/
/*.footer .down .left>a:hover{*/
    /*text-decoration: underline;*/
/*}*/
/*.footer .down .left>a.one:after{*/
    /*position: absolute;*/
    /*content: "";*/
    /*right: -4px;*/
    /*top: 8px;*/
    /*width: 1px;*/
    /*height: 17px;*/
    /*background: #fff;*/
/*}*/
/*.footer .down .mid{*/
    /*position: relative;*/
    /*width: 710px;*/
/*}*/
/*.footer .down .mid>p{*/
    /*font-size: 18px;*/
    /*/!*margin-bottom: 15px;*!/*/
    /*line-height: 40px;*/
/*}*/
/*.footer .down .mid>span{*/
    /*font-size: 14px;*/
/*}*/
/*.footer .down .right{*/
    /*width: 160px;*/
/*}*/
/*.footer .down .right>p{*/
    /*font-size: 18px;*/
    /*/!*margin-bottom: 15px;*!/*/
    /*line-height: 40px;*/
/*}*/
/*.footer .down .right>span{*/
    /*font-size: 18px;*/
/*}*/
/*.footer .down .right .img{*/
    /*width: 25px;*/
    /*height: 25px;*/
/*}*/
/*.footer .down .right .img img{*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
.footer .down{
    padding-bottom: 20px;
    border-bottom: 1px dotted #fff;
}
.footer .down>div{
    position: relative;
}
.footer .down>div:after{
    content: "";
    position: absolute;
    right: 0;
    top:0;
    width: 1px;
    height: 180px;
    background: #999;
}
.footer .down .right:after{
    width: 0;
}
.footer .down .left ul{
    padding: 0 55px;
}
.footer .down .left ul li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: top;
    line-height: 25px;
}
.footer .down .left ul li>p{
    font-size: 18px;
    margin-bottom: 7px;
}
.footer .down .left ul li.one{
    width: 255px;
    margin-right:20px;
}
.footer .down .left ul li.two{
    width:100px;
}
.footer .down .left ul li a{
    font-size: 14px;
    color:#fff;
    width:120px;
}
.footer .down .left ul li a:hover{
    text-decoration: underline;
}
.footer .down .mid ul{
    padding: 0 70px;
}
.footer .down .mid ul li.one{
    margin-right:50px;
}
.footer .down .mid ul li{
    float: left;
    text-align: center;
}
.footer .down .mid ul li>p{
    font-size: 18px;
}
.footer .down .mid ul li>span{
    font-size: 12px;
    margin: 8px 0;
}
.footer .down .mid ul li>i.one{
    width: 125px;
    height: 125px;
    background: url("../../images/index_2/rwm.png") no-repeat;
    background-size: cover;
}
.footer .down .mid ul li>i.two{
    width: 125px;
    height:125px;
    background: url("../../images/index_2/rwm1.png") no-repeat;
    background-size: cover;
}
.footer .down .right{
    padding-left: 60px;
}
.footer .down .right>p{
    font-size: 18px;
    margin-bottom:20px;
}
.footer .down .right .img{
    width: 42px;
    height: 42px;
    margin-right: 10px;
}
.footer .down .right .num p,b{
    font-size: 14px;
    margin-bottom: 3px;
}
.footer .bottom{
    padding: 20px 0 0 55px;
}
.footer .bottom>p{
    width: 110px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color:#333;
    font-size: 16px;
    text-align: center;
}
.footer .bottom>a{
    width: 140px;
    color:#fff;
    font-size: 14px;
    text-align: center;
}
.footer .bottom>a:hover{
    text-decoration: underline;
}
