@charset "utf-8";
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 头尾 */
.sy>.common-header{
    height: 166px;
    width: 100%;
    background: url("../images/common/common-header-bg.png") no-repeat center;
    position: relative;
}
.sy>.common-header>.common-content{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.sy>.common-header>.common-content>img{
    margin-top: 50px;
}
.sy>.common-header>.common-content>span{
    margin-top: 62px;
    margin-left: 15px;
    font-size: 42px;
    font-weight: bold;
    color: #005293;
}
.sy>.common-nav{
    height: 48px;
    width: 100%;
    background-color: #bc1a2c;
}
.sy>.common-nav>ul{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.sy>.common-nav>ul>li{
    float: left;
    width: 140px;
    height: 48px;
    line-height: 48px;
}
.sy>.common-nav>ul .li-active{
    width: 140px;
    height: 48px;
    line-height: 48px;
    background-color: rgb(160,10,27);
}
.sy>.common-nav>ul>li>a{
    font-size: 18px;
    color: #ffffff;
}
/*底部*/
.sy>.common-bottom{
    margin-top: 25px;
    height: 151px;
    width: 100%;
    background-color: #c2d8e9;
}
.sy .common-bottom-content{
    width: 1000px;
    height: 151px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}
.sy .common-bottom-content li{
    float: left;
}
.sy .common-bottom-content p{
    text-align: center;
    margin: 0 auto;
}
.sy .common-bottom-content img{
    position: absolute;
    top: 24px;
    right: 0;
}

/* 页面中间 */
.xwzx{
    width:1000px;
    /* height: 1605px; */
    border: 1px solid #dadada;
    overflow: hidden;
    margin: 0 auto;
}
/* 页面显示当前目录的部分 */
.big{
    height: 42px;
    width: 1000px;
    margin:0 auto;
}
.map{
    line-height: 42px;
    margin-left: 20px;
    /* background-color: red; */
}
.map>img{
    vertical-align: -5px;
    margin-right:5px;
}
.map span,.map a {
    color: #000000;
}
.content{
    width: 998px;
    margin: auto;
}
.calculator-left{
    float: left;
    width: 710px;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #bfbfbf;
}
.calculator-right{
    float: right;
    width: 265px;
}
.water-title{
    padding-bottom: 25px;
    border-bottom: 1px solid #bc1a2c;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #bc1a2c;
}
.water-form{
    font-size: 16px;
    color: #000000;
}
.count-num{
    margin-right: 5px;
    font-size: 24px;
    color: #f19754;
}
.water-form>li{
    padding: 15px 0;
}
.water-form>li>.item-title{
    float: left;
    width: 180px;
    text-align: right;
}
.water-input,.water-num{
    height: 30px;
    padding: 5px;
    border: 1px solid #bfbfbf;
}
.water-input{
    width: 310px;
    margin-right: 10px;
}
.water-num{
    width: 143px;
    margin-left: 10px;
}
.item-content{
    margin-left: 185px;
}
.item-content label{
    cursor: pointer;
}
.item-content label+label{
    margin-left: 25px;
}
.item-content label input{
    margin-right: 8px;
    vertical-align: -1px;
}
.form-btns{
    text-align: center;
}
.form-btns .cal-btn{
    display: inline-block;
    width: 104px;
    height: 38px;
    line-height: 38px;
    background-color: #f19754;
    border: none;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.form-btns .cal-btn+.cal-btn{
    margin-left: 20px;
    background-color: #bc1a2c;
}
.cal-tips{
    width: 490px;
    margin: auto;
    color: #4c4c4c;
}
.cal-tips>span{
    float: left;
    width: 45px;
}
.tips-content{
    margin-left: 45px;
}
.tips-content a{
    color: #bc1a2c;
    text-decoration: underline;
}