body,input,ul,li,div{
    margin: 0;
    padding: 0;
    border: none;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.mhide {
    display: none;
}

.pchide {
    display: block;
}

.clearfix:after { 
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
}

html,
body {
    height: 100%;
}

button {
    cursor: pointer;
}

.container{
    background: url(pc-top-bg.jpeg) no-repeat center top;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
}
.container .banner{
    width: 990px;
    min-height: 100%;
    margin: 0 auto;
}

.header-icon {
    float: left;
    width: 400px;
    height: 75px;
    margin: 45px 0;
}

.header-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-icon a img {
    width: 100%;
}

.header-info {
    float: right;
}

.header .nav{
    margin-top: 10px;
}
.header .nav li{
    float: left;
    margin-right: 16px;
    height: 15px;
}
.header .nav li img{
    vertical-align: middle;
}
.header .nav li:nth-child(3){
    margin-bottom: 5px;
}
.header .nav li>span{
    color: #ffffff;
    font-size: 14px;
}
.header .nav li a{
    line-height: 12px;
    /*font-family: SimSun;*/
    font-family: 宋体;
	font-size: 12px;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
}
.header .nav b{
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
}
.header input{
    width: 291px;
    height: 32px;
    border-radius: 16px;
    background-color: #cde0fa;
    border: 1px solid #5e7adb;
    background-image: url(pc-search.png);
    background-repeat: no-repeat;
    background-position: 264px center;
    text-indent: 1em;
    margin-top: 34px;
    float: right;
}

.footer{
    margin-top: 30px;
    background-color: #474e62;
    padding-bottom: 15px;
}
.footer-center {
    text-align: center;
    padding: 10px 0;
}

.footer-center .icon {
    display: inline-block;
    text-align: center;
}

.footer-center .dzjg-img {
    vertical-align: bottom;
}

.footer-center .icon a {
    line-height: 0;
    font-size: 0;
}

.footer-center .pic {
    display: inline-block;
    margin: 0 25px;
}

.footer-center .pic img {
    display: block;
    margin: 0 auto;
}

.footer-center .pic span {
    color: #848893;
}

.footer .footer-text {
    text-align: center;
}

.footer .text-content {
    display: inline-block;
    color: #848893;
    font-size: 12px;
    line-height: 28px;
}

.footer .text-content a {
    color: #848893;
    font-size: 12px;
    line-height: 28px;
}

.footer .text1{
    margin: 10px auto 0;
}
.footer .text1 .text-1{
    color: #848893;
    font-size: 12px;
    margin-left: 72px;
    margin-right: 10px;
}
.footer .text1 .text-2{
    color: #848893;
    font-size: 12px;
}
.footer .text2{
    margin-top: 10px;
}
.footer .text2 .text-1 a,.text-3 a,.text-4{
    line-height: 26px;
    font-size: 10px;
    color: #848893;
}
.footer .text2 .text-2{
    margin-right: 3px;
}
.footer .text2 .text-1,.text-3{
    margin-right: 12px;
}

.small {
  line-height: 38px;
}

span, a {
    font-size: 16px;
    color: #0000ff;
    height: 38px;
    line-height: 38px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cursor {
    cursor: pointer;
}

input {
    outline: none;
}

input[disabled], select[disabled] {
    background-color: #eff0f1 !important;
    cursor: not-allowed !important;
}