body{
    background-color: #fff;
}
a:link {color: #000}		/* 未访问的链接 */
a:visited {color: #000}	/* 已访问的链接 */
a:hover {color: #000}	/* 鼠标移动到链接上 */
a:active {color: #000}	/* 选定的链接 */
.back-color{
    background-color: #dfdfdf;
}
.a-link{
    display: block;
    width: 100%;
    height: 100%;
}

.cont{
    /*width: 1200px;*/
    width: 1280px;
    /*width: 100%;*/
    margin: 0 auto;
    overflow: hidden;
}
.head{
    width: 100%;
    height: 28px;
    background-color: #353535;
}
.head-cont{
    height: 28px;
    color:#fff;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
}
.head-cont p{
    /*width: 522px;*/
    float: right;
}
.head-title{
    margin-right: 60px;
}
.head-cont p b{
    font-weight: bold;
    margin-right: 60px;
}
.head-sign a {
    color:#fff;
    margin: 0 5px;
}
.nav-sub{
    width: 100%;
    min-height: 120px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 85px;
    z-index: 99;
    display: none;
}
.nav-sub-box {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row ;
    justify-content:center;
    align-items:center;
}


.nav-sub-select{
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row ;
    justify-content:center;
    align-items:center;
    margin-top: 9px;
}
.nav-sub-select-left{
    width: 499px;
}
.nav-sub-select-left a:hover{
    color: red;
}
.nav-sub-select-right{
    width: 499px;
}
.nav-select-input{
    width: 440px;
    height: 56px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #707070;
    float: left;
}
.nav-select-input input{
    text-indent:40px;
    font-size: 16px;
    width: 434px;
    height: 51px;
    border: 1px solid #fff;
}
.nav-select-input input:focus{
    outline: none;
    border: 1px solid #fff;
}
.nav-select-button{
    height: 24px;
    width: 24px;
    background: url(/public/front/images/newindex/select1.png);
    cursor: pointer;
    float: right;
    margin-top: 18px;
}


.nav-sub-cont{
    font-size: 16px;
    margin: 32px 24px;
}
.nav-sub-cont a{
    font-size: 16px;
}
.nav-sub-cont a:hover{

    color: #DD0404;
}
.logo{
    width: 100%;
    height: 85px;
    /*background-color: rgba(255, 255, 255, .55);*/
    background-color: rgba(255, 255, 255,1);
    overflow: hidden;
    position: fixed;
    z-index: 99;
}
.log{
    float: left;
    /*width: 171px;*/
    /*height: 63px;*/
    width: 160px;
    height: 40px;
    margin-top: 23px;
    margin-left: 88px;
    background: url(/public/front/images/newindex/logo.png);

}
.bzindex-user{
    text-align: center;
    position: relative;
    float: right;
    font-size: 16px;
    color: #B00000;
    margin-top: 33px;
    /*margin-right: 64px;*/
    margin-left: 20px;
    height: 43px;
    width: 100px;
    border-bottom: 2px solid rgba(221, 4, 4, 0);

}
.bzindex-user a{color: #B00000;}
.bzindex-user img{  vertical-align: bottom;}
.bzindex-select{
    position: relative;
    float: right;
    /*margin-right: 64px;*/
    margin-left: 20px;
    height: 83px;
    width: 60px;
    border-bottom: 2px solid rgba(221, 4, 4, 0);
}
.bzindex-select-icon{
    margin-top: 34px;
    margin-left: 15px;
    height: 24px;
    width: 24px;
    background: url(/public/front/images/newindex/select.png);
}
.bzindex-select-click{
    height: 85px;
    width: 60px;
    position: absolute;
    background-color: #0b93d5;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.bzindex-select-hover>.bzindex-select-icon{
    background: url(/public/front/images/newindex/select-hover.png);
}
.bzindex-select-hover{
    border-bottom: 2px solid rgba(221, 4, 4, 1) !important;
}


.logo-nav{
    float: right;
}
.logo-cont{
    min-width: 1440px;
}

.logo-cont ul {
    margin-left: 0px;
}
.logo-cont ul li{
    float: left;
    font-size: 16px;
    margin: 13px 4px;
    padding: 20px 21px;
}
.logo-cont ul li a{
    padding-bottom: 29px;
    border-bottom:2px solid rgba(221, 4, 4, 0);
}
/*.logo-cont ul li a:hover{*/

/*    font-weight: bold;*/
/*    padding-bottom: 28px;*/
/*    color: #DD0404;*/
/*    border-bottom:2px solid rgba(221, 4, 4, 1);*/
/*}*/
.index-hover{
    font-weight: bold;
    padding-bottom: 29px;
    color: #DD0404 !important;
    border-bottom:2px solid rgba(221, 4, 4, 1) !important;
}
.bz-cn{
    float: left;
    width: 184px;
    margin-top: 30px;
    margin-left: 11px;
}
.icon-cn{

    width: 21px;
    height: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    background: url(/public/front/images/newView/bz-cn.jpg);
    vertical-align: middle;
    margin-right: 5px;
}
.icon-en{

    width: 21px;
    height: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    background: url(/public/front/images/newView/bz-en.jpg);
    vertical-align: middle;
    margin-right: 5px;
}

.logo-select{
    float: left;
    /*width: 186px;*/
    width: 310px;
    margin-top: 28px;
    /*margin-left: 16px;*/

}
.logo-select input{
    float: left;
    /*width: 148px;*/
    width: 259px;
    border: 1px solid #ADADAD;
    font-size: 18px;
    line-height: 26px;

    border-radius: 20px 0 0 20px;
    text-indent: 10px;
}
.select{
    float: left;
    /*width: 36px;*/
    width: 48px;
    height: 28px;
    cursor: pointer;
    /*background: url(/public/front/images/newView/l.png)-341px -11px;*/
    background: #D32C25;
    color: #fff;
    border-radius: 0 20px 20px 0;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}

.text-o{

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}



.check-box{
	float: left;
    width: 120px;
    height: 20px;
    margin: 4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.check-box-height{
    height: 20px !important;
}
.classify-box {
    padding: 11px 4px !important;
    overflow: hidden;
}

.bz-page{
    margin: 32px 10px 20px 10px;
}
.bz-page .first,.prev,.next,.end,.num{
    padding: 5px 10px;
    border: 1px solid #b2aaaa;
    margin: 0px 2px
}

.bz-page .current{
    background-color:red;
    color: #fff;
    border-radius: 0px;
    padding: 5px 10px;
    border: 1px solid red;
    margin: 0px 2px;
}
.bz-page .rows{
    background-color: #f7f7f7;
    border-radius: 0px;
}
.bz-page a:hover{
    background-color: #f4cfc2;
    border: 1px solid #ff9800;
}


.logo-title{
    font-size: 54px;
    font-weight: 500;
    text-align: center;
    color: #FF0000;
}



.dd-nav-alert{
    color: #D32C25;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D32C25;
    float: left;
    width: 66px;
    height: 20px;
    margin: 32px;
    padding: 0 6px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}




