* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 微软雅黑, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

i,
em {
    font-style: normal;
}

a {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
}

img {
    border: none \9;
    display: inline-block;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}



.tywidth {
    width: 1200px;
    margin: 0 auto;
}

.more-title {
    width: 100%;
}

/*header */
.header {
    height: 250px;
    width: 100%;
}

.header .header-1 {
    height: 40px;
    width: 100%;
    background: #c3edfa;
    line-height: 40px;
}

.header .header-1 .content {
    width: 1200px;
    margin: auto;
    padding-right: 15px;
}

.header .header-1 .content b {
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.header .header-1 .content nav {
    line-height: 40px;
    float: right;
}

.header .header-1 .content nav a {
    color: #333;
    font-size: 14px;
}

.header .header-2 .content {
    width: 1200px;
    height: 135px;
    margin: auto;
}

.header .header-2 .content .log {
    float: left;
    /* margin-top: 37px; */
}

.header .header-2 .content .text {
    float: left;
    margin-top: 27px;
    margin-left: 20px;
}

.header .header-2 .content .text h3 {
    font-size: 24.09px;
    color: #333;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-weight: bold;
    margin-bottom: 13px;
    padding-left: 20px;
}

.header .header-2 .content .text h3 span {
    color: #016ab6;
}

.header .header-2 .content .text b {
    font-size: 18.05px;
    color: #666;
    padding-left: 20px;
}

.header .header-2 .content .phone {
    float: right;
    width: 244px;
    margin-top: 20px;
}

.header .header-2 .content .phone .dh {
    color: #333333;
    font-size: 18px;
    float: right;
    text-align: left;
}

.header .header-2 .content .phone .dh h3 {
    color: #448ec7;
    font-size: 24px;
    line-height: 30px;
}

.header .header-3 {
    height: 75px;
    width: 100%;
    border-top: solid 1px #ccc;
}

.header .header-3 .content {
    width: 1200px;
    margin: auto;
}

.header .header-3 .content nav a {
    width: 150px;
    display: block;
    float: left;
    text-align: center;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    color: #333;
}

.header .header-3 .content nav a:hover {
    color: #fff;
    background: url("http://www.haoze88.com/Public/images/nav_hbj.png")no-repeat center;
    background-position-y: 18px;
}

.header .header-3 .content nav .on {
    color: #fff;
    background: url("http://www.haoze88.com/Public/images/nav_hbj.png")no-repeat center;
    background-position-y: 18px;
}

/*banner*/
.banner-index {
    font-size: 0;
}

.banner-index img {
    width: 100%;
    line-height: 0;
}

.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    left: 48%;
    bottom: 50px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    cursor: pointer;
    background: #ccc;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #0067b4;
}

.banner-index .slideBox .bd img {
    width: 100%;
}


/*search*/
.search {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #fff;
}

.search-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.search-keywords {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.search-keywords .wb {
    display: inline-block;
    vertical-align: top;
}

.search-keywords .wb>span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 50px;
    font-weight: bold;
}

.search-keywords .wb>a {
    color: #666;
    font-size: 14px;
}

.search-keywords .wb>a:hover {
    color: #0287d4;
}

.search-keywords .wb i {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 5px;
}

#searchForm {
    background: url('http://www.haoze88.com/Public/images/search.png') no-repeat;
    width: 278px;
    line-height: 26px;
    height: 26px;
    z-index: 99;
    position: relative;
    margin-top: 13px;
}

.search-form {
    display: inline-block;
    float: right;
}

#searchForm .search-input {
    vertical-align: top;
    height: 25px;
    background: none;
    line-height: 26px;
    color: #666;
    border-radius: 5px;
    text-indent: 20px;
    outline: none;
    border: none;
    width: 87%;
    font-size: 14px;
}

.search-form #s_btn {
    width: 36px;
    height: 26px;
    background: none;
    color: #fff;
    outline: none;
    border: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.clear-fix-3 {
    line-height: 0;
    font-size: 0;
    clear: both;
}

#searchForm .search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

#searchForm .search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

#searchForm .search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

#searchForm .search-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}


/*customized*/
.customized {
    width: 1200px;
    margin: auto;
    height: 630px;
}

.customized .top {
    width: 1200px;
    margin: auto;
    height: 67px;
    background: url("http://www.haoze88.com/Public/images/custo_titlebj.png")no-repeat bottom;
    text-align: center;
    margin-bottom: 50px;
}

.customized .top h3 {
    font-size: 30px;
    color: #333;
}

.customized .top h3 span {
    color: #1173bb;
    font-weight: bold;
}

.customized .top b {
    color: #666;
    font-size: 18px;
}

.customized .content {
    height: 466px;
}

.customized .content .left {
    width: 823px;
    height: 466px;
    float: left;
   
}

.customized .content .right {
    width: 370px;
    height: 466px;
    float: right;
}
.customized .content .left ul li{
    transition: all .3s;
}
.customized .content .right ul li {
    width: 180px;
    height: 67px;
    float: left;
    border: solid 1px #ccc;
    line-height: 67px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px;
    transition: all .3s;
}

.customized .content .right ul .on {
    border: solid 1px #1173bb;
}

/*ad*/
.ad {
    background: url("//cdn.xuansiwei.com/youyo4140/1690965145863/download.png?x-oss-process=style/png_small")no-repeat center;
    width: 100%;
    height: 456px;
    padding-top: 75px;
}

.ad .content {
    width: 1202px;
    margin: auto;
    height: 380px;
}

.ad .content .left {
    float: left;
    padding-top: 85px;
}

.ad .content .left ul li {
    background: url("http://www.haoze88.com/Public/images/ad_libj.png")no-repeat;
    height: 56px;
    width: 620px;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    padding-left: 70px;
    margin-bottom: 17px;
}

.ad .content .left ul li span {
    font-weight: bold;
}

.ad .content .right {
    float: right;
    margin-top: 24%;
}

.ad .content .right p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-right: 16px;
}

.ad1 {
    height: 450px;
    background: url("http://www.haoze88.com/Public/images/ad1.png")no-repeat center;
}

.ad1 ul {
    padding-top: 222px;
    margin: auto;
    width: 1201px;
    height: 339px;
    padding-left: 588px;
}

.ad1 ul li {
    float: left;
    margin-right: 30px;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}

.ad1 ul li:hover {
    transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);
}

/*advantage*/
.advantage {
    width: 1200px;
    margin: auto;
    height: 1013px;
    padding-top: 50px;
}

.advantage .top {
    width: 1200px;
    margin: auto;
    height: 67px;
    background: url("http://www.haoze88.com/Public/images/custo_titlebj.png")no-repeat bottom;
    text-align: center;
    margin-bottom: 50px;
}

.advantage .top h3 {
    font-size: 30px;
    color: #333;
}

.advantage .top h3 span {
    color: #1173bb;
    font-weight: bold;
}

.advantage .top b {
    color: #666;
    font-size: 18px;
}

.advantage .mode_1 {
    width: 1200px;
    margin: auto;
    height: 408px;
    margin-bottom: 20px;
}

.advantage .mode_1 .wz {
    float: left;
    width: 48.1%;
    margin-left: 45px;
    margin-top: 60px;
}

.advantage .mode_1 .wz .title {
    overflow: hidden;
}

.advantage .mode_1 .wz .title img {
    float: left;
    margin-top: 25px;
    margin-right: 20px;
}

.advantage .mode_1 .wz .title .wenzhi {
    float: left;
    margin-top: 19px;
}

.advantage .mode_1 .wz .title .wenzhi h3 {
    font-size: 24px;
    color: #0067b4;
    margin-bottom: 5px;
}

.advantage .mode_1 .wz .title .wenzhi h3 span {
    font-weight: bold;
    color: #333;
}

.advantage .mode_1 .wz .title .wenzhi p {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.advantage .mode_1 .wz ul li {
    font-size: 16px;
    color: #666;
    background: url("http://www.haoze88.com/Public/images/li_bj.png")no-repeat;
    padding-left: 33px;
    line-height: 25px;
    margin-bottom: 15px;
    background-position: 10px 7px;
}

.advantage .mode_1 .img {
    float: left;
}

.advantage .mode {
    width: 1200px;
    margin: auto;
    height: 408px;
    margin-bottom: 0px;
}

.advantage .mode .wz {
    float: left;
    width: 48.1%;
    margin-right: 45px;
    margin-top: 60px;
}

.advantage .mode .wz .title {
    overflow: hidden;
}

.advantage .mode .wz .title img {
    float: left;
    margin-top: 25px;
    margin-right: 20px;
}

.advantage .mode .wz .title .wenzhi {
    float: left;
    margin-top: 19px;
}

.advantage .mode .wz .title .wenzhi h3 {
    font-size: 24px;
    color: #0067b4;
    margin-bottom: 5px;
}

.advantage .mode .wz .title .wenzhi h3 span {
    font-weight: bold;
    color: #333;
}

.advantage .mode .wz .title .wenzhi p {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.advantage .mode .wz ul li {
    font-size: 16px;
    color: #666;
    background: url("http://www.haoze88.com/Public/images/li_bj.png")no-repeat;
    padding-left: 33px;
    line-height: 25px;
    margin-bottom: 15px;
    background-position: 10px 7px;
}

.advantage .mode .img {
    float: right;
}

/*fwys*/
.fwys {
    background: url("http://www.haoze88.com/Public/images/fwys_bg.png")no-repeat center;
    width: 100%;
    height: 580px;
    padding-top: 80px;
}

.fwys .top {
    width: 1200px;
    margin: auto;
    height: 67px;
    background: url("http://www.haoze88.com/Public/images/custo_titlebj.png")no-repeat bottom;
    text-align: center;
    margin-bottom: 50px;
}

.fwys .top h3 {
    font-size: 30px;
    color: #fff;
}

.fwys .top h3 span {
    color: #fff;
    font-weight: bold;
}

.fwys .top b {
    color: #fff;
    font-size: 18px;
}

.fwys .content {
    width: 1200px;
    margin: auto;
}

.fwys .content .mode {
    width: 270px;
    height: 383px;
    float: left;
    margin-right: 40px;
}

.fwys .content .mode .title {
    height: 164px;
    background: url("http://www.haoze88.com/Public/images/ftitle1_bj.png")no-repeat center;
    text-align: center;
    padding-top: 20px;
}

.fwys .content .mode .title:hover {
    background: url("http://www.haoze88.com/Public/images/ftitle2_bj.png")no-repeat;
    background-position: 73px 16px;
}

.fwys .content .mode .title:hover h3,
.fwys .content .mode .title:hover b {
    color: #4a7caf;
}

.fwys .content .mode .title h3 {
    font-size: 60px;
    color: #fff;
    height: 83px;
}

.fwys .content .mode .title b {
    font-size: 8px;
    color: #fff;
}

.fwys .content .mode .text {
    text-align: center;
}

.fwys .content .mode .text h4 {
    font-weight: bold;
    font-size: 23.99px;
    color: #fff;
    margin-bottom: 15px;
}

.fwys .content .mode .text p {
    font-size: 15.99px;
    color: #fff;
    line-height: 35px;
}

/*honor*/
.honor {
    width: 1200px;
    margin: auto;
    height: 470px;
    padding-top: 47px;
}

.honor .top {
    width: 1200px;
    margin: auto;
    height: 67px;
    background: url("http://www.haoze88.com/Public/images/custo_titlebj.png")no-repeat bottom;
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 26px;
}

.honor .top h3 {
    font-size: 30px;
    color: #333;
}

.honor .top h3 span {
    color: #1173bb;
    font-weight: bold;
}

.honor .top b {
    color: #666;
    font-size: 18px;
}

.honor .content {
    position: relative;
}

.honor .content .prev1 {
    position: absolute;
    width: 25px;
    height: 50px;
    top: 130px;
    cursor: pointer;
    left: 0;
}

.honor .content .next2 {
    position: absolute;
    width: 25px;
    height: 50px;
    top: 130px;
    cursor: pointer;
    right: 0;
}

.honor .content .db {
    margin: 0 50px;
    height: 330px;
}

.honor .content .db ul li {
    background: url("http://www.haoze88.com/Public/images/ryuzzbja.png")no-repeat;
    width: 204px;
    height: 330px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-right: 20px;
}

.honor .content .db ul li img {
    margin: 1px;
    width: 201px;
    height: 274px;
    margin-bottom: 7px;
}



/*product*/
.product {
    width: 1200px;
    margin: auto;
    height: 790px;
    padding-top: 50px;
}

.product .top {
    width: 1200px;
    margin: auto;
    height: 67px;
    background: url("http://www.haoze88.com/Public/images/custo_titlebj.png")no-repeat bottom;
    text-align: center;
    margin-bottom: 50px;
}

.product .top h3 {
    font-size: 30px;
    color: #333;
}

.product .top h3 span {
    color: #1173bb;
    font-weight: bold;
}

.product .top b {
    color: #666;
    font-size: 18px;
}

.product .content {
    width: 1200px;
    margin: auto;
}

.product .content .left {
    width: 270px;
    float: left;
    background: #0067b4;
    height: 600px;
    border: solid 1px #ccc;
}

.product .content .left .t {
    height: 113px;
    text-align: center;
    line-height: 160px;
}

.product .content .left ul {
    height: 234px;
    background: #fff;
}

.product .content .left ul li {
    height: 58px;
    line-height: 58px;
    border-bottom: solid 1px #e5e5e5;
    padding-left: 70px;
}

.product .content .left ul li:hover {
    background: url("http://www.haoze88.com/Public/images/shudi8.png")no-repeat;
    background-position-x: 40px;
    background-position-y: 18px;
}

.product .content .left ul li a {
    color: #333;
    font-size: 16px;
}

.product .content .left ul li:hover a {
    color: #0067b4;
}

.product .content .left .bo {
    text-align: center;
    padding-top: 40px;
}

.product .content .left .bo p {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.product .content .right {
    float: right;
    width: 890px;
}

.product .content .right .img img {
    width: 600px;
    float: left;
}

.product .content .right .list {
    width: 288px;
    float: right;
}

.product .content .right .list .xq {
    height: 286px;
    border: solid 1px #ccc;
    border-radius: 10px;
    position: relative;
    margin-bottom: 26px;
    width: 289px;
}

.product .content .right .list .imgge {
    height: 225px;
    text-align: center;
}

.product .content .right .list .bti {
    height: 62px;
    background: #e5e5e5;
    position: absolute;
    top: 224px;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 62px;
    text-align: center;
}

.product .content .right .list .btiho {
    background: url("http://www.haoze88.com/Public/images/btiho.png")no-repeat;
    height: 144px;
    width: 100%;
    line-height: 195px;
    text-align: center;
    position: absolute;
    top: 144px;
    font-size: 18px;
    color: #fff;
    display: none;
}


/*case*/
.case {
    width: 1200px;
    margin: auto;
    height: 917px;
    margin-top: 50px;
}

.case .top {
    width: 1200px;
    margin: auto;
    height: 67px;
    background: url("http://www.haoze88.com/Public/images/custo_titlebj.png")no-repeat bottom;
    text-align: center;
    margin-bottom: 30px;
}

.case .top h3 {
    font-size: 30px;
    color: #333;
}

.case .top h3 span {
    color: #1173bb;
    font-weight: bold;
}

.case .top b {
    color: #666;
    font-size: 18px;
}

.case .content {
    height: 460px;
}

.case .content ul li .img {
    float: left;
    width: 1200px;
    margin-bottom: 20px;
}

.case .content ul li .wenz {
    width: 588px;
    height: 464px;
    position: absolute;
    left: 51%;
    padding-top: 61px;
}

.case .content ul li .wenz .wz {
    width: 588px;
    height: 323px;
    background: #f3f2f2;
    padding: 61px 65px 26px 65px;
}

.case .content ul li .wenz .wz h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.case .content ul li .img .one_img{
    width: 500px;
    height: 100%;
    max-height: 500px;
    object-fit: contain;
    
}
.case .content ul li .wenz .wz p {
    color: #666;
    font-size: 16px;
    line-height: 27px;
    height: 70px;
}

.case .content ul li .wenz .jt {
    text-align: right;
    padding-right: 25px;
    margin-top: 20px;
}

.case .list {
    height: 100px;
    margin-top: 18px;
}

.case .list ul li {
    float: left;
    height: 60px;
    width: 200px;
    border: solid 1px #ccc;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 60px;
    margin-right: 50px;
}

.case .list ul .on {
    background: #0067b4;
    color: #fff;
}

.case .content ul li .lb .imgxq {
    float: left;
    margin-right: 21px;
}


/*about*/
.about {
    /* background: url("http://www.haoze88.com/Public/images/about_bj.png")no-repeat top; */
    /* margin-top: 20px;
    padding-top: 17%; */
}

.about .content {
    width: 1200px;
    margin: auto;
    height: 745px;
    background: #fff;
    padding: 40px;
    padding-bottom: 0px;
}

.about .content .a {
    height: 350px;
}

.about .content .a .left {
    float: left;
    width: 611px;
}

.about .content .a .right {
    float: right;
    width: 476px;
    padding-top: 20px;
}

.about .content .a .right h3 {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about .content .a .right p {
    font-size: 14px;
    color: #666;
    line-height: 29px;
    height: 170px;
}

.about .content .a .right .anb1 {
    background: url("http://www.haoze88.com/Public/images/bj6.png")no-repeat;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    text-align: center;
    width: 140px;
    margin-top: 10px;
    float: right;
}

.about .content .b {
    height: 225px;
}

.about .content .b ul li {
    height: 225px;
    width: 272px;
    border-bottom: solid 1px #ccc;
    float: left;
    margin-right: 10px;
}

.about .content .b ul li .imag {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 23px;
}

.about .content .anbi {
    margin-top: 25px;
    text-align: center;
}


.about .content .tbdh {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about .content .tbdh ul li {
    height: 50px;
    width: 120px;
    border: solid 1px #1961a1;
    text-align: center;
    line-height: 50px;
    color: #1961a1;
    float: left;
    margin-right: 20px;
}

.about .content .tbdh ul .on {
    color: #fff;
    background: #1961a1;
}

.about .content .c {
    height: 225px;
    overflow: hidden;
}

.about .content .c ul li .list {
    height: 225px;
    width: 1200px;
}

.about .content .c ul li .list .xq {
    height: 225px;
    width: 277px;
    border: solid 1px #1961a1;
    float: left;
    margin-right: 10px;
}

.about .content .c ul li .list .xq .imag {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 23px;
}

.about .content .c ul li .anbi {
    margin-top: 25px;
    text-align: center;
}

.about .content .c ul li .tempWrap {
    padding-left: 16px;
}





/*new*/
.new {
    padding: 40px 0 0;
    width: 1200px;
    margin: auto;
    height: 520px;
}

.new .newlist {
    width: 380px;
    display: inline-block;
    vertical-align: top;
}

.new .newlist:first-child+.newlist {
    margin: 0 26px;
}

.new .newlist .top {
    height: 70px;
    border-bottom: 1px solid #ccc;
    line-height: 70px;
}

.new .newlist .top .zz {
    float: left;
    position: relative;
}

.new .newlist .top .zz img {
    vertical-align: middle;
    margin: -8px 5px 0 0;
}

.new .newlist .top .more a {
    float: right;
    color: #999;
    font-size: 14px;
    font-family: arial;
}

.new .newlist .top .zz span {
    color: #333;
    font-size: 18px;
    margin-right: 10px;
}

.new .newlist .top .zz i {
    color: #a8a8a8;
    font-size: 14px;
}

.new .newlist .nr {
    margin: 15px 0 0;
}

.new .newlist .nr .pic {
    width: 394px;
    height: 122px;
    overflow: hidden;
}

.new .newlist .nr .pic img {
    width: 394px;
    height: 122px;
}

.new .newlist .nr .pic:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 300ms;
}

.new .newlist .nr ul li {
    line-height: 28px;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 0;
    padding-bottom: 10px;
}

.new .newlist .nr ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    background: url('http://www.haoze88.com/Public/images/shix.png')no-repeat;
    width: 9px;
    height: 13px;
    margin-top: 9px;
}

.new .newlist .nr ul li a i {
    color: #333;
    font-size: 14px;
}

.new .newlist .nr ul li a span {
    color: #666;
    font-size: 14px;
    float: right;
}

.new .newlist .nr ul li a:hover i,
.new .newlist .nr ul li a:hover span,
.new .newlist .nr ul li a:hover:before {
    color: #005197;
}

.new .newlist .top a:hover {
    color: #005197;
}

.new .newlist3 {
    width: 380px !important;
    border: solid 1px #ccc;
    padding-left: 14px;
    padding-right: 13px;
}

.new .newlist+.newlist .top .zz:before {
    width: 185px;
}

.new .newlist3 .top .zz:before {
    width: 195px;
}

.new .newlist3 .lbnew {
    margin: 15px 0 0;
    height: 333px;
    overflow: hidden;
}

.new .newlist3 ul li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #ccc;
}

.new .newlist3 ul li .wen {
    margin-bottom: 5px;
}

.new .newlist3 ul li .wen a {
    font-size: 14px;
    color: #333;
}

.new .newlist3 ul li .wen a:before {
    content: "Q";
    background: #005197;
}

.new .newlist3 ul li .wen a:before,
.new .newlist3 ul li .da a:before {
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 2px;
    margin-right: 6px;
    display: inline-block;
    font-size: 14px;
}

.new .newlist3 ul li .da a:before {
    content: "A";
    background: #999;
}

.new .newlist3 ul li .da a {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.new .newlist3 ul li .da a i {
    display: inline-block;
    width: 320px;
    vertical-align: top;
}

.new .newlist3 ul li .wen a:hover {
    color: #1961a1;
}

.new .newlist3 ul li .da a:hover {
    color: #1961a1;
}


.new .newfl {
    border: solid 1px #ccc;
    height: 420px;
    width: 777px;
    float: right;
}

.new .newfl .top {
    height: 61px;
    border-bottom: solid 1px #999;
}

.new .newfl .top li {
    background: #fff;
    height: 60px;
    width: 49.85%;
    line-height: 60px;
    padding-left: 47px;
    color: #333;
    font-size: 18px;
}

.new .newfl .top .on {
    color: #fff;
    background: url("http://www.haoze88.com/Public/images/new_bj.png")no-repeat;
}

.new .newfl .top .le {
    float: left;
}

.new .newfl .top .ri {
    float: right;
}

.new .newfl .list {
    padding-left: 20px;
    margin-top: 26px;
}

.new .newfl .list ul li .a {
    height: 180px;
}

.new .newfl .list ul li .a .img {
    float: left;
    width: 286px;
    height: 179px;
    margin-right: 25px;
}

.new .newfl .list ul li .a .wenzi {
    float: left;
    width: 418px;
    height: 179px;
}

.new .newfl .list ul li .a .wenzi h3 {
    font-size: 16px;
    color: #333;
}

.new .newfl .list ul li .a .wenzi p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    height: 75px;
    margin-bottom: 10px;
}

.new .newfl .list ul li .b {
    margin-top: 20px;
}

.new .newfl .list ul li .b .xq {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.new .newfl .list ul li .b .xq a {
    color: #666;
    font-size: 15px;
}

.new .newfl .list ul li .b .xq a:hover {
    color: #1961a1;
}


/*foot*/
.foot {
    background: #1961a1;
}

.foot .na {
    width: 1200px;
    margin: auto;
    height: 110px;
    line-height: 54px;
}

.foot .na ul li {
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 50px;
}

.foot .na ul li a {
    color: #fff;
}

.foot .content {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    height: 294px;
}

.foot .content .aiai {
    width: 1200px;
    margin: auto;
    padding-top: 50px;
    color: #fff;
    font-size: 14px;
}

.foot .content .aiai .a {
    width: 390px;
    float: left;
    line-height: 30px;
}

.foot .content .aiai .b {
    width: 390px;
    float: left;
    text-align: center;
}

.foot .content .aiai .b .e {
    float: left;
    width: 108px;
}


.foot .content .aiai .c {
    width: 209px;
    float: right;
    text-align: right;
}

.foot .content .aiai .c ul {
    float: left;
}

.foot .content .aiai .c ul li {
    margin-bottom: 10px;
}

.foot .content .aiai .c ul li a {
    color: #fff;
    font-size: 14px;
}
.multi-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:7;
}