@charset "UTF-8";
*{
    padding:0;
    margin:0;
}
a{
    text-decoration: none;
    color:#585858;
}
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,img{
    border:none;
}
.clear{
    clear: both;
}

body{
    /*font-family: "Microsoft Himalaya","微软雅黑";*/
    font-size: 12px;
    color:#585858;
}
h1,h2,h3{
    margin: 0;
    padding:0;
}
.header{
    width: 100%;
    /* height:140px; */
}

#header{
    width: 100%;
    height:30px;
    background: #fafafa;
}
.top_nav{
    width:1000px;
    height:30px;
    margin: 0 auto;
    line-height:30px;
    text-align: right;
}
.top_nav a{
    margin: 0 5px;
}



.headBox{
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    margin-top: 20px; 
}
.headBox .logo{
    width: 160px;
    height:80px;
    float: left;
}
/* .headBox .form{
    width: 498px;
    height:80px;
    margin: 0 35px 0 30px;
    border:1px solid #dddddd;
    float: left;
} */
.headBox .tel{
    width: 275px;
    height:80px;
    float: right;
}
/********导航*******/
#navBox{
    width: 100%;
    height:40px;
    border-bottom:2px solid #0676e4;
}
.nav{
    width: 1000px;
    margin: 0 auto;
}
.navClass{
    width: 220px;
    height:40px;
    float: left;
    cursor: pointer;
    position: relative;
}
.navClass h3{
    display: block;
    width: 100%;
    height:40px;
    font-size: 16px;
    color:#ffffff;
    background: url("../images/nav_bg.jpg") repeat-x;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height:40px;
    text-align: center;
}
.navClass h3 i{
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 15px;
}
.navClass .productClass{
    width: 100%;
    height:405px;
    background: #ffffff;
    border-left:1px solid #006cd6;
    border-right:1px solid #006cd6;
    border-bottom:1px solid #006cd6;
    position: absolute;
    left: 0;
    top:40px;
    z-index: 5;
}
.navClass .productClass ul li{
    padding-left:15px;
    height: 35px;
    line-height:35px;
}
.navClass .productClass .lihover{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    box-shadow: 0 0 8px #dddddd;
    -webkit-box-shadow: 0 0 8px #dddddd;
    -moz-box-shadow: 0 0 8px #dddddd;
}
.navClass .productClass li:hover span{
    display:inline-block;
    width: 30px;
    height: 33px;
    background: #ffffff;
    float: right;
    position: relative;
    z-index: 20;
}
.submenu{
    width:780px;
    height:auto;
    border-right:1px solid #006cd6;
    border-bottom:1px solid #006cd6;
    border-left:1px solid #006cd6;
    padding: 10px 10px;
    background: #ffffff;
    position: absolute;
    left:217px;
    top:0;
    z-index: 6;
}
.submenu .subleft{
    width: 500px;
    height:auto;
    float: left;
}
.submenu .subleft dd{
    display: inline-block;
    padding: 0 5px;
}
.submenu .subright{
    width: 255px;
    float: right;
}

.navBtn{
    width: 780px;
    height:40px;
    float: right;
    line-height:40px;
}
.navBtn ul li{
    float: left;
}
.navBtn ul li a{
    display: block;
    padding: 0 10px;
    font-size: 14px;
}
#navBox{
    width: 100%;
    height:40px;
    border-bottom:2px solid #0676e4;
}
.nav{
    width: 1000px;
    margin: 0 auto;
}
.navClass{
    width: 220px;
    height:40px;
    float: left;
    cursor: pointer;
    position: relative;
}
.navClass h3{
    display: block;
    width: 100%;
    height:40px;
    font-size: 16px;
    color:#ffffff;
    background: url("../images/nav_bg.jpg") repeat-x;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height:40px;
    text-align: center;
}
.navClass .productClass{
    width: 100%;
    height:auto;
    border-left:1px solid #006cd6;
    border-right:1px solid #006cd6;
    border-bottom:1px solid #006cd6;
    position: absolute;
    left: 0;
    top:40px;
    z-index: 5;
}
.navClass .productClass p{
    width: 100%;
    height:30px;
    line-height:30px;
    padding-left: 15px;
    background: url("../images/icon_1.jpg")no-repeat right 15px center;
    font-size: 14px;
    font-weight: bold;
}
.navClass .productClass p i{
    margin-right: 10px;
}
.navClass .productClass ul li{
    padding-left:15px;
    height: 30px;
    line-height:30px;
}
.navClass .productClass li:hover{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    box-shadow: 0 0 8px #dddddd;
    -webkit-box-shadow: 0 0 8px #dddddd;
    -moz-box-shadow: 0 0 8px #dddddd;
}
.navClass .productClass li:hover span{
    display:inline-block;
    width: 30px;
    height: 28px;
    background: #ffffff;
    float: right;
    position: relative;
    z-index: 20;
}
.submenu{
    width:780px;
    /*height:405px;*/
    border-right:1px solid #006cd6;
    border-bottom:1px solid #006cd6;
    border-left:1px solid #006cd6;
    padding: 10px 10px;
    background: #ffffff;
    position: absolute;
    left:217px;
    top:0;
    z-index: 19;
}
.submenu .subleft{
    width: 500px;
    height:auto;
    float: left;
}
.submenu .subleft dd{
    display: inline-block;
    padding: 0 5px;
}
.submenu .subright{
    width: 255px;
    float: right;
}
#helpBox{
    width: 1000px;
    height:205px;
    margin: 20px auto;
    background: #f4f4f4;
}
#helpBox ul li{
    width: 200px;
    height: 205px;
    padding: 25px 10px 25px 15px;
    background: url("../images/help_line.jpg") no-repeat right center;
    float: left;
}
#helpBox ul li .liLeft{
    width: 55px;
    float: left;
}
#helpBox ul li .liRight{
    width: 120px;
    height: 155px;
    float: right;
}
#helpBox ul li .liRight p{
    width: 120px;
    text-align: center;
    font-size: 16px;
}
#helpBox ul li .liRight a{
    display: block;
    width: 120px;
    height:25px;
    line-height:25px;
    text-align: center;
}
#flink{
    width: 1000px;
    height:65px;
    border:1px solid #dcdcdc;
    background: #f4f4f4;
    line-height:65px;
    padding: 0 25px;
    margin: 0 auto;
}
#flink span{
    font-size: 14px;
}
#flink a{
    margin: 0 10px;
}
#footer{
    width: 1000px;
    height:auto;
    margin: 0 auto;
    position: relative;
}
#footer .f_nav{
    width: 700px;
    height:35px;
    line-height:35px;
    text-align: center;
    margin: 0 auto;
}
#footer .f_nav ul li{
    float: left;
    padding: 0 5px;
}
#footer .banquan{
    width: 500px;
    height: 30px;
    margin: 0 auto;
}
#footer .banquan p{
    width: 250px;
    height: 30px;
    float: left;
    line-height:30px;
}
#footer .zz{
    width: 1000px;
    height:60px;
    margin: 20px auto;
}
#footer .zz img{
    display:block;
    float: left;
    margin: 0 25px;
}

.headBox .form{
    width: 493px;
    height:80px;
    margin: 0 35px 0 35px;
    float: left;
}
.headBox .form .seleBox{
    width: 493px;
    height:40px;
}
.headBox .form .seleBox .one{
    width: 195px;
    height:40px;
    float: left;
}
.headBox .form .seleBox .one p{
    width: 40px;
    height:40px;
    float: left;
    line-height:30px;
    font-size: 14px;
}
.headBox .form .seleBox .one select{
    width:155px;
    height:40px;
    float: right;
}
.headBox .form .seleBox .two{
    width: 280px;
    height:40px;
    float: right;
}
.headBox .form .seleBox .two p{
    width: 60px;
    height:40px;
    float: left;
    line-height:30px;
    font-size: 14px;
}
.headBox .form .seleBox .two select{
    width:220px;
    height:40px;
    float: right;
}

.headBox .form .seleBox .stree{
    width: 170px;
    height:40px;
    float: left;
    margin-left: 15px;
}
.headBox .form .seleBox .stree p{
    width: 40px;
    height:40px;
    float: left;
    line-height:30px;
    font-size: 14px;
}
.headBox .form .seleBox .stree select{
    width:130px;
    height:40px;
    float:left;
}

.headBox .form .seleBox .submit{
    width: 100px;
    height:30px;
    float: right;
}

.headBox .form .submit input{
    width: 100px;
    height:30px;
    background: #004eff;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}
