/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;outline:none!important;}
a:hover{color:#355e92;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-family:微软雅黑;margin:0; padding:0;font-size: 15px;}/*commom style*/

.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
/* head start */
.head{
    height:150px;
}
.head img{
    margin-top:35px;
}
.search{height:150px;width:360px;}
.search ul{height:55px;padding-top: 25px;}
.search ul li{
    font-size: 13px;
    color: #999;
    float: left;
    margin-right: 5px;
}
.search ul li a{color: #999;}
.search_txt{
    width:280px;
    height:40px;
    border:1px solid #ccc;
    line-height: 40px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #999;
}
.search_bnt{
    width:70px;
    height:40px;
    line-height: 40px;
    text-align: center;
    background: #0a5491;
    color: #fff;
}
.nav{
    height:50px;
    width:100%;
    background:#0a5491;
}
.nav ul li{
    float: left;
}
.nav ul li a{
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    width:170px;
    text-align: center;
}
.nav ul li.act a{
    background:#1a6bad;
}
/* head end */

/* foot start */
.foot{
    height:110px;
    background:#ededed;
    font-size: 13px;
}
.foot .fr p{
    display: inline-block;width:70px;text-align: center;font-size: 13px;
    margin-left:20px;
    padding-top:20px;
}
.foot .fr a{
    display: inline-block;
    padding-top: 25px;
}
.foot-con{
    padding-top: 20px;
    margin-bottom: 10px;
}
.foot-con li{
    float: left;
    margin-right:5px;
}
.foot p a,.foot p{
    color:#838383;
    line-height:25px;
}

/* foot end */

/* dqwz */
.dqwz{
    height:50px;
    background:url(danq.png) no-repeat left center;
    font-size: 13px;
    line-height: 50px;
    padding-left:25px;
    color:#999;
}
.dqwz a{
    color:#999;
}
.need>div.fr label{
    width:200px;
}
.need .com input {
    width: 400px;
    height: 40px;
    color: #999;
    border: 1px solid #d9d9d9;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
}