@charset "utf-8";
/* reset */
body,dd,dl,form,h1,h2,h3,h4,h5,h6,input,ol,p,pre,td,textarea,th,ul,select{margin:0;padding:0;font-family:"Microsoft YaHei" }
body{overflow-x: hidden}
li{list-style:none}
a{text-decoration:none}
a:hover{text-decoration:none}
a{cursor:pointer}
img{border:none; vertical-align:top;}
textarea{overflow:auto;resize:none;}
table{border-collapse:collapse;}
*{word-break:break-all;}
input,a,textarea{outline:none;}
.clear{zoom:1}
.clear:after{content:"";display:block;clear:both;}
.fl{float:left}
.fr{float:right}
.wrap{
    width: 1200px;
    margin:0 auto;

}
.head{
    min-width: 1200px;
}
.nav{

    height: 100px;

    width: 100%;
    min-width: 1200px;
    z-index: 200;
}
.logo-box{
    /*易损件 退出宽度不合适，现再规定宽度*/
    /*width: 1070px;*/
    height: 70px;
    /*float: left;*/
    border-bottom: 1px solid #E7EAEC;
}
.nav .logo{
    width: 160px;
    height: 88px;
    background: url("../../images/logo1.png") no-repeat 0 10px;
    float: left;
}
.navdown-box{
    float: right;
    width: 130px;
    height: 51px;
    line-height: 50px;
    font-size: 14px;
    background: #00A3D9;
    text-align: center;
}
.navdown-box a{
    color: #fff;
}
.login{
    float: right;
    height: 70px;

}
.login li{
    float: left;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    margin-left: 20px;
}
.login li a{
    color: #263646;
}
.login li a:hover{
    color: #00a3d9;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.xiniu{
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
    color: #fff;
    /*background: #0F151C; 2017 08 05*/
    background: #585858;
}
@media (min-height: 600px) {
    .xiniu{
        /*margin-top: 10.8%;*/
    }
}






/*弹窗浮层添加*/
.coverLay{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.15) ;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.coverLay .toolTips{
    width: 450px;
    height: 338px;
    margin: 120px auto 0 auto ;
    border-radius: 4px;
    background: #ffffff;
}

.toolTips h2{
    font-size: 20px;
    text-align: left;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #E7EAEC;
    padding-left: 20px;
    font-weight: normal;
}
.toolTips h2 .toolTipClose{
    display: inline-block;
    width: 35px;
    height: 35px;
    background:url("../img/icon_cross_mark_blue.png") no-repeat left top;
    float: right;
    margin: 15px 10px 0 0;
    cursor: pointer;
}
.toolTips .toolTipTxt{
    padding: 60px 0 50px 0;
    height: 50px;
    line-height: 46px;
}
.toolTips .toolTipTxt img{
    width: 50px;
    height: 50px;
    margin-left: 135px;
    margin-right: 15px;
}
/*.toolTips .toolTipTxt .toolTipImgOK{*/
/*background: url("../img/icon_check_small.png") no-repeat left top;*/
/*}*/
/*.toolTips .toolTipTxt .toolTipImgBad{*/
/*background: url("../img/icon_cross_mark.png") no-repeat left top;*/
/*}*/
/*.toolTips .toolTipTxt .toolTipImgAlt{*/
/*background: url("../img/icon_exclamation_mark.png") no-repeat left top;*/
/*}*/

.toolTips .toolTipTxt dd{
    font-size: 18px;
    color: #666666;
}
.toolTips .toolTipBtn{
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    background: #00A3D9;
    font-size: 18px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
/*小于1200px的 body：1200px*/
@media (max-width: 1200px) {
    body{
        width: 1200px;
    }
}

/*大于1200px的 body：100%*/
@media (min-width: 1200px) {
    body{
        width: 100%;
    }
}