body{
    margin: 0;
    padding: 0;
    min-width: 1200px;
    font-family: 微软雅黑, sans-serif;
    font-size: 14px;
    color: #222222;
}

img{
    border: none;
}

a{
    text-decoration: none;
    color: #222222;
}

div{
    overflow: hidden;
}

.clear{
    clear: both;
}

.p{
    width: 1200px;
    margin: 0 auto;
}

.head{
    width: 100%;
}

.head .comp{
    height: 86px;
    padding-top: 9px;
}

.head .comp .left{
    width: 106px;
    float: left;
}

.head .comp .left + .left{
    width: 330px;
    margin-left: 40px;
    margin-top: 13px;
}

.head .comp .left img{
    width: 100%;
    height: auto;
}

.head .comp .right{
    width: 253px;
    float: right;
}

.head .comp .right .utils{
    width: 100%;
    height: 40px;
}

.head .comp .right .utils span{
    width: 71px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    float: left;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

.head .comp .right .utils span a{
    color: #000000;
}

.head .comp .right .utils span img{
    margin-top: 3px;
    height: 12px;
    vertical-align: text-top;
}

.head .comp .right .utils span + span{
    margin-left: 20px;
}

.head .comp .right .search{
    height: 28px;
}

.head .comp .right .search input{
    width: 160px;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    border: none;
    display: inline-block;
    float: left;
    background: #efefef;
    border-radius: 5px;
}
.head .comp .right .search button{
    width: 57px;
    height: 100%;
    border: none;
    margin-left: 1px;
    display: inline-block;
    float: left;
    background: #f16401;
    border-radius: 5px;
    color: #FFFFFF;
}

.head .navigation{
    width:100%;
    height: 45px;
    background: #f16401;
}

.head .navigation .links{
    width: 1258px;
    margin: 0 auto;
}

.head .navigation .links .link{
    height: 45px;
    line-height: 45px;
    padding: 0 28px;
    display: inline-block;
    float: left;
}
#linkone{
	margin-left: 115px;
}


.head .navigation .links .link a{
    color: #FFFFFF;
    font-size: 16px;
}

.head .navigation .links .link:hover{
    background: #FFFFFF;
}

.head .navigation .links .link:hover a{
    color: #f16401;
}

.foot{
    margin-bottom: 50px;
}

.list{
    width: 100%;
}
.list ul{
    margin: 0;
    padding: 0;
}
.list ul li{
    list-style: none;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    white-space: nowrap;
}

.list ul li.recommend{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.list ul li a{
    color: #222222;
}

.list ul li a:hover{
    color: #02548e;
}

.list ul li.recommend a{
    color: #02548e;
    font-weight: bold;
}