body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1200px!important;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}
.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.tophead{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color : #2f3841;
}
.tophead .left{
    color: #8290aa;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.header{
    width: 100%;
    height: 120px;
}
.header .left{
    width: 400px;
    height: 120px;
}
.header .left img{
    width: 400px;
    height: 120px;
    vertical-align: top;
}
.header .right{
    width: 558px;
}
.header .right .search{
    float: right;
}
.header .right .phone{
    float: right;
    margin: 50px 0 0 7px;
    padding-left: 56px;
    background: url(/web_images/phone.jpg) no-repeat left;
}
.header .right .phone .txt{
    font-size: 14px;
    color: #014090;
}
.header .right .phone .num{
    font-weight: bold;
    font-size: 19px;
    color: #5a687c;
}
.header .right .search{
    width: 351px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    margin-top: 49px;
    border-radius: 8px;
}
.header .right .search input{
    width: 300px;
    height: 41px;
    line-height: 41px;
    float: left;
    font-size: 16px;
    margin-left: 8px;
    float: left;
}
.header .right .search a{
    width: 22px;
    height: 22px;
    float: right;
    margin: 10px 10px 0 0;
}
.header .right .search a img{
    width: 22px;
    height: 22px;
    vertical-align: top;
}
.menu{
    width: 100%;
    height: 49px;
    line-height: 35px;
    margin-top: 9px;
    text-align: center;
    overflow: hidden;
}
.menu ul{
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.menu li{
    float: left;
    margin-right: 101px;
}
.menu li.last{
    margin-right: 0;
}
.menu li.on{
}
.menu li.on a{
    color: #014090;
    border-bottom: 3px solid #014090;
}
.menu li a{
    color: #5a6980;
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */
    color: #cdcdcd;
}

.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cdcdcd;
}

.search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cdcdcd;
}
.footer{
    width: 100%;
    height: 198px;
    background-color: #2f3841;
    margin-top: 60px;
}
.footer .left{
    width: 192px;
    height: 198px;
}
.footer .left img{
    width: 192px;
    height: 198px;
    vertical-align: top;
}
.footer .right{
    width: 938px;
}
.footer .footnav{
    margin-top: 42px;
    height: 44px;
    line-height: 44px;
    font-size: 0;
}
.footer .footnav ul{
    overflow: hidden;
}
.footer .footnav li{
    float: left;
    margin-right: 58px;
}
.footer .footnav li.last{
    margin-right: 0;
}
.footer .footnav li a{
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
}
.footer .bot{
    width: 100%;
    overflow: hidden;
}
.footer .wenzi{
    float: left;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: bold;
    line-height: 28px;
}
.footer .wenzi span{
    font-size: 14px;
    margin: 0 8px;
    line-height: 28px;
    vertical-align: top;
}
.footer .ewm{
    padding: 6px;
    float: right;
    width: 89px;
    height: 89px;
    background-color: #dcdcdc;
    text-align: center;
}
.footer .ewm img{
    width: 89px;
    height: 89px;
    vertical-align: top;
}