html,body{}
*{outline:none}
body{ font-family: 'microsoft yahei',arial; font-size: 14px; margin: 0px; padding: 0px; }
ul{padding: 0px; margin: 0px; list-style-type: none;}
a{text-decoration: none;}
p{
    padding: 0px;
    margin: 0px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.w638{
    width: 780px;
}
.w654{
    width: 912px;
}
.w310{
    width: 400px;
}
.w3101{
    width: 100%;
    /*float: left;*/
    margin-top: 6px;
}
.w330{
    width: 330px;
}
.w140{
    width: 260px;
}
.w480{
    width: 500px;
}
.mrl14{
    margin-left: 14px;
}
.mrr14{
    margin-right: 14px;
}
.p20{
    padding: 0 20px 20px 20px;
}
.box{
    display: block;
}
.bgw{
    loat: left;
    background: #f1f1f1;
}
.mg0{
    margin: 2px!important;
}
.sign{
    width: 16px;
    height: 20px;
    position: relative;
}

.main-box{
    width: 1004px;
    margin: auto;
    /*margin-top: 10px;*/
}
.header{
    height: 50px;
    background: #eee;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}
.header > div > div{
    float: left;
}
.header > div > div.logo{
    margin-top: 8px;
}
.header > div > div.logo .iconfont{
    color: #fff;
    font-size: 15px;
    float: left;
    margin-right: 10px;
}
.header > div > div.logo img{
    height: 45px;
    float: left;
    margin-top: -6px;
}
.header > div > div .logo .logo-img{
    height: 30px;
    float: left;
    margin-top: 2px;
}
.header > div > div.logo h1{
    font-family:"Times New Roman",Georgia,Serif;;
    font-size: 22px;
    color: #4a4242;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
.header > div > div.search{
    width: 534px;
    height: 40px;
    margin: 4px 0px 0px 50px;
    background: #fff;
    border-radius: 5px;
}
.header > div > div.search input{
    line-height: 40px;
    border: 0px;
    display: inline-block;
    width: 430px;
    padding: 0px 10px;
}
.header > div > div.search button{
    display: inline-block;
    height: 30px;
    border: 0px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 3px;
    border-left: 1px solid #ccc;
    width: 79px;
    padding-top: 4px;
    background: #fff;
}
.header > div > div.search button img{
    height: 20px;
}
.header > div > div.login{
    float: right;
    margin: 40px 0px 0px 0px;
    cursor: pointer;
}
.header .login-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}
.header .login-box .box{
    position: fixed;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    background: #fff;
    border: 2px solid #e43637;
    border-radius: 5px;
    overflow: hidden;
}
.header .login-box .box .top{
    background: #e43637;
    color: #fff;
    padding: 5px 10px;

}
.header .login-box .box .top i{
    font-style: inherit;
    font-size: 12px;
    float: right;
    cursor: pointer;
}
.header .login-box .box table{
    width: 100%;
    padding: 20px;
}
.header .login-box .box table tr td{
    padding: 6px 4px;
    font-size: 14px;
    color: #666;
}
.header .login-box .box table tr td a{
    font-size: 12px;
    color: #666;
}
.header .login-box .box table tr td input{
    width: 160px;
    padding: 8px 8px;
    border-radius: 4px;
    border: 1px solid #e43637;
}
.header .login-box .box table tr td button{
    background:  #e43637;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    padding: 4px 22px;
}

.menus{
    width: 1200px;
    margin: auto auto 10px auto;
    position: relative;
    z-index: 10;
    /*border-bottom: 2px solid #999;*/
    background-color: #e0e0e0;
    border-radius: 5px;
}
.menus > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bolder;
    width: 700px;
    height: 54px;
    margin: auto auto auto 5px;
}
.menus > ul > li{
    display: inline-block;
    width: 75px;
    text-align: center;
    line-height: 20px;
    line-height: 80px;
}
.menus > ul > li:nth-child(5) {
    width: 136px;
}
.menus > ul > li a{
    color: #666;
}
.menus > ul > li:hover{
}
.menus > ul > li:hover > a{
    color: #e43637;
}
.menus > ul > li > div{
    display: none;
    position: absolute;
    top: 50px;
    background: rgba(0,0,0,0.7);
    text-align: left;
    min-width: 100px;
    padding: 5px 0px;
}
.menus > ul > li > div > img{
    position: absolute;
    top: -10px;
    left: 40px;
    width: 20px;
}
.menus > ul > li > div > ul{
    /* width: 1044px;
    margin: auto; */
}
.menus > ul > li:hover > div{
    display: block;
}
.menus > ul > li > div > ul > li{
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 2px 12px;
}
.menus > ul > li > div > ul > li:hover{
    /* background: rgba(255,255,255,0.5); */
}
.menus > ul > li > div > ul > li a{
    font-size: 14px;
    color: #fff;
}

.menus > div.search{
    width: 325px;
    height: 30px;
    margin: -15px 0px 0px 50px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    right: 8px;
    top:50%;
}
.menus > div.search input{
    line-height: 30px;
    border: 0px;
    display: inline-block;
    width: 235px;
    padding: 0px 10px;
}
.menus > div.search button{
    display: inline-block;
    height: 25px;
    border: 0px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 3px;
    border-left: 1px solid #ccc;
    width: 60px;
    padding-top: 0px;
    background: #fff;
}
.menus > div.search button img{
    height: 20px;
}


.footer{
    background: #253238;
    padding-top: 20px;
}
.footer-box{
    width: 964px;
    margin: auto;
}
.footer > div > ul{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 20px;
}
.footer > div > ul li{ 
    float: left;
    text-align: center;
    width: 176px;
}
.footer > div > ul li.first{
    text-align: left;
    width: 130px;
}
.footer > div > ul li.last{
    text-align: right;
    width: 130px;
}
.footer > div > ul li a{
    color: #fff;
}
.footer .other{
    padding: 30px 0px;
    overflow: hidden;
}
.footer .other .erweima{
    height: 100px;
    color: #fff;
    width: 300px;
}
.footer .other .erweima img{
    vertical-align: middle;
}
.footer .other .erweima span{
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}
.footer .other .copyright{
    width: 600px;
}
.footer .other .copyright p{
    color: #676f72;
    line-height: 30px;
    font-size: 14px;
}
.footer .other .copyright ul{
    overflow: hidden;
    margin-bottom: 5px;
}
.footer .other .copyright ul li{
    float: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.footer .other .copyright ul li a{
    color: #fff;
}


.advert{
    position: fixed;
    top: 150px;
    display: none;
}
.advert .item{
    width: 150px;
    background: #f1f1f1;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.advert .item a img{
    width: 150px;
}
.advert .item i{
    font-style: inherit;
    cursor: pointer;
    display: block;
    padding-bottom: 4px;
    font-size: 14px;
}
.advert.left{
    left: 0px;
}
.advert.right{
    right: 0px;
}

.pagenation{
    text-align: center;
}
.pagenation ul li{
    display: inline-block;
    background: #f1f1f1;
}
.pagenation ul li.cur{
    background: #e43637;
}
.pagenation ul li a{
    display: block;
    padding: 4px 10px;
    color: #666;
    font-size: 14px;
}
.pagenation ul li.cur a{
    color: #fff;
}
.pagenation ul li:hover{
    background: #e43637;
}
.pagenation ul li:hover a{
    color: #fff;
}
.pagenation ul li.mor{
    background: transparent;
}

.pagenation a:hover{
    color: #fff!important;
}
.pagenation .ui-pagination-container .ui-pagination-page-item, .ui-pagination-container .ui-pagination-page-btn{
    padding: 4px 10px!important;
    border: 0px;
    background: #eee;
}
.pagenation .page{
    margin: 0px!important;
}
.pagenation .info{
    line-height: 34px;
    margin-left: 20px;
}
.pagenation input{
    height: 19px!important;
    width: 50px!important;
    margin-top: 0px!important;
}
.pagenation .ui-pagination-page-btn{
    background: #eee!important;
    border: 0px!important;
}