* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-style: normal;
    list-style: none;
    font-family: "Microsoft YaHei";
}

.clearfix {
    zoom: 1;
    display: block;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.head {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
}

.head .headmain {
    width: 100%;
    height: 110px;
    background-color: rgba(62, 84, 125, 0.8);
    position: fixed;
    z-index: 9999;

}

.headmain .logo {
    display: inline-block;
    width: 245px;

    vertical-align: middle;
    text-align: center;
    margin: 15px 25px 25px 25px;
}

.logo img {
     
    height: 78px;
}

.head .nav {
    display: block;
    float: right;
    width: 800px;
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.nav .fwrx {
    width: 150px;
    position: absolute;
    text-align: right;
    top: -30px;
    right: 30px;
    font-size: 14px;
    color: #686868;
    background-image: url(../images/toptel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.nav .fwrx a {
    font-size: 22px;
    color: #fff;
}

.head .nav .nav_pc {
    width: 100%;
}

.head .nav ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 999;
    padding-bottom: 15px;
}

.head .nav ul li  a {
    color: #666666;
    font-size: 14px;
}


.head .nav ul li  .f_a {
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 17px;
    color: white;
}


.head .nav ul li :hover {
    transition: all .3s
}

.head .nav ul li:hover .f_a {
    transition: all .3s
}

.head .nav ul li  .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
text-align: center;
    width: 150px;
    background: #fff;
    z-index: 9999;
    box-sizing: border-box
}

.head .nav ul li:hover .s_navbox{
    border-top: #ee353a 2px solid;
}
.head .nav ul li  .s_navbox .s_a a {
     color: #21457b;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 135px;
    height: 30px;
    margin: 5px auto;
    line-height: 30px;
    
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.head .nav ul li  .s_navbox .s_a a:hover {
    background-color: #b53444;
    color: #fff;
}

.m_nav {
    display: none
}

.headlf .m_logo {
    display: none
}

.headrg .m_menuimg {
    display: none
}

/* 首页大轮播图 */
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}

.slideBox .hd {
    height: 10px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1;
}

.slideBox .hd ul {
    text-align: center;
    padding-top: 5px;
}

.slideBox .hd ul li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 2px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}

.slideBox .hd ul .on {
    background: #ee353a;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li img {
    width: 100%;
    height: 400px;
    vertical-align: top;
}

/* 合正资讯css */

.hzzx {
    width: 100%;
    height: auto;
    background-color: #e9e9e9;
}

.hzzx .hzzxmain {
    width: 1450px;
    height: auto;
    margin: 0px auto;
    padding-bottom: 65px;
}

.hzzxmain .hzzxtit {
    padding: 70px 0px 60px 0px;
    text-align: center;
}

.hzzxmain .hzzxtit span a{
    display: inline-block;
    font-size: 44px;
    color: #232323;
    background-image: url(../images/btdbred.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
}

.hzzxmain .hzzxtit p {
    font-size: 14px;
    color: #919191;
    margin-top: 25px;
}

.hzzxnr .hzzxlb {
    float: left;
    width: 430px;
    height: 390px;
    padding: 40px 45px 55px 45px;
    background-color: #fff;
}

.hzzxxw {
    float: right;
    width: 910px;
    height: 485px;
}

.hzzxxw ul li {
    float: left;
    width: 450px;
    height: 155px;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 5px 5px 10px #888888;
}

.hzzxxw ul li:nth-child(2),
.hzzxxw ul li:nth-child(4),
.hzzxxw ul li:nth-child(6) {
    margin-left: 10px;
}

.hzzxxw ul li:nth-child(2),
.hzzxxw ul li:nth-child(1) {
    margin-top: 0px;
}

.hzzxxw ul li .listnr {
    /* border: 1px black solid; */
    width: 370px;
    height: auto;
    margin: 45px auto;
}

.hzzxxw ul li .listnr span.dateday {
    float: left;
    display: block;
    /* width: 55px; */
    /* height: 60px; */
    text-align: center;
    color: #555555;
    font-family: Arial, "宋体";
}

.hzzxxw ul li .listnr span.dateday .day {
    font-size: 42px;
}

.hzzxxw ul li .listnr span.dateday .year {
    font-size: 15px;
}

.hzzxxw ul li .listnr a {
    display: block;
    float: right;
    width: 285px;
    height: 60px;
    text-align: left;
    line-height: 1.8;
    margin-top: 8px;
    font-size: 16px;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hzzxxw ul li:hover a {
    color: #ee353a;
}

/* 合正资讯轮播 */
#wrapper {
    width: 430px;
    height: 395px;
    position: relative;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#slider .imgpic img {
    width: 430px;
    height: 285px;
}

#slider-wrap {
    width: 430px;
    height: 395px;
    position: relative;
    overflow: hidden;
}

#slider-wrap ul#slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    width: 430px;
    height: 395px;
}

#slider-wrap ul#slider li>div.xxtit {
    width: 100%;
    position: absolute;
    /* right: 30px;
    bottom: 35px; */
}


#slider-wrap ul#slider li>div span.date {
    float: right;
    display: block;
    width: 90px;
    height: 90px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #cb0018;
}

#slider-wrap ul#slider li>div span.date .day {
    font-size: 42px;
}

#slider-wrap ul#slider li>div span.date .year {
    font-size: 17px;
    margin-top: 5px;
}

#slider-wrap ul#slider li>div.xxtit a {
    float: left;
    display: block;
    width: 310px;
    height: 50px;
    margin-top: 20px;
    text-align: left;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* background-color: #cb0018; */
}



/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 40%;
    font-size: 26px;
    font-weight: bold;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover {
    background: rgba(0, 0, 0, 0.3);
}

#next {
    right: -50px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -50px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}


/*bar*/
#pagination-wrap {
    min-width: 20px;
    margin-top: 378px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

/* #pagination-wrap ul {
    width: 100%;
} */

#pagination-wrap ul li {
    float: left;
    margin: 0 4px;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6d6d6;
    opacity: 0.5;
    position: relative;
    top: 0;


}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    /* top: 3px; */
    opacity: 1;
    background: #d50f0f;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

/*ANIMATION*/
#slider-wrap ul,
#pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}


/* 产品介绍css */
.cpjs {
    width: 100%;
    height: auto;
    background-image: url(images/a4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cpjs .cpjsmain {
    width: 1440px;
    height: auto;
    margin: 0px auto;
}

.cpjsmain .cpjstit {
    padding: 70px 0px 60px 0px;
    text-align: center;
}

    .cpjsmain .cpjstit span a {
        display: inline-block;
        font-size: 44px;
        color: #ffffff;
        background-image: url(images/a4.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 20px;
    }

.cpjsmain .cpjstit p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 25px;
}

.cpjsmain .cpjslist ul {
    padding: 0px 50px 80px 50px;
}

    .cpjsmain .cpjslist ul li {
        width: 650px;
        height: 255px;
        background-image: url(images/a4.png);
        background-repeat: no-repeat;
        float: left;
        color: #ffffff;
    }

.cpjsmain .cpjslist ul li:hover {
    background-image: url(../images/cpjslibg.png);
}

.cpjsmain .cpjslist ul li:nth-child(1),
.cpjsmain .cpjslist ul li:nth-child(2) {
    margin-bottom: 33px;
}

.cpjsmain .cpjslist ul li:nth-child(4),
.cpjsmain .cpjslist ul li:nth-child(2) {
    margin-left: 30px;
}

.cpjslist li .listtit {
    width: 525px;
    height: 65px;
    margin: 35px auto 35px auto;
    color: #ffffff;
}

    .cpjslist li .listtit span {
        float: left;
        font-size: 26px;
        padding-bottom: 30px;
        background-image: url(images/a4.png);
        background-repeat: no-repeat;
        background-position: left bottom;
    }

.cpjslist li .listtit i {
    float: right;
    display: block;
    width: 60px;
    height: 60px;
}

    .cpjslist li .listtit i.gaolou {
        background-image: url(images/a4.png);
        background-repeat: no-repeat;
    }

.cpjslist li .listtit i.zhengfu {
    
    background-image: url(../images/zfwzbz.png);
    background-repeat: no-repeat;
}

.cpjslist li .listtit i.xiaoyuan {

    background-image: url(../images/xywzbz.png);
    background-repeat: no-repeat;
}

.cpjslist li .listtit i.meiti {
     
    background-image: url(../images/mtwzbz.png);
    background-repeat: no-repeat;
}

.cpjslist li .listnr {
    width: 525px;
    height: auto;
    margin: 0px auto;
    font-size: 14px;
    line-height: 1.8;
}



/* 成功案例css */
.cgal {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.cgal .cgalmain {
    width: 1440px;
    height: auto;
    margin: 0px auto;
}

.cgalmain .cgaltit {
    padding: 70px 0px 60px 0px;
    text-align: center;
}

.cgalmain .cgaltit span a{
    display: inline-block;
    font-size: 44px;
    color: #232323;
    background-image: url(../images/btdbred.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
}

.cgalmain .cgaltit p {
    font-size: 14px;
    color: #adacac;
    margin-top: 25px;
}

.cgalslider {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-bottom: 176px;
}

.cgalBox .hd {
    height: 10px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    z-index: 1;
}

.cgalBox .hd ul {
    text-align: center;
    padding-top: 5px;
}

.cgalBox .hd ul li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 5px;
    line-height: 14px;
    text-align: center;
    background: #e5e5e5;
}

.cgalBox .hd ul .on {
    background: #ee353a;
    color: #fff;
}

.cgalBox .bd {
    position: relative;
    z-index: 0;
}

.cgalBox .bd .first ol,
.cgalBox .bd .second ol {
    float: left;
    width: 265px;
    height: 55px;
    text-align: center;
    margin-top: 40px;
    margin-left: 15px
}

.cgalBox .bd .first ol a img,
.cgalBox .bd .second ol a img {
    width: auto;
    height: 56px;
}

.cgalBox .bd .first ol:nth-child(1),
.cgalBox .bd .first ol:nth-child(2),
.cgalBox .bd .first ol:nth-child(3),
.cgalBox .bd .first ol:nth-child(4),
.cgalBox .bd .first ol:nth-child(5),
.cgalBox .bd .second ol:nth-child(1),
.cgalBox .bd .second ol:nth-child(2),
.cgalBox .bd .second ol:nth-child(3),
.cgalBox .bd .second ol:nth-child(4),
.cgalBox .bd .second ol:nth-child(5) {
    margin-top: 0px;
}


/* 团队css */
.tdxm {
    width: 100%;
    height: 365px;
}

.tdxm img {
    width: 100%;
}


/* 底部css */
.foot {
    width: 100%;
    height: auto;
    background-color: #222b39;
    position: relative;
    top: -5px;
    padding: 80px 0px 90px 0px;
}

.footmain {
    width: 1440px;
    height: auto;
    margin: 0px auto;

}

.footmain .dblb {
    float: left;
}

.footmain .dbewm {
    float: right;
}

.footmain .dblb div.dbjjfa,
.footmain .dblb div.dbcpzx,
.footmain .dblb div.dbgyhz {
    float: left;
}

.footmain .dblb div.dbgyhz,
.footmain .dblb div.dbcpzx {
    margin-left: 125px;
}

.footmain .dblb div.dbjjfa .dbjjfatit,
.footmain .dblb div.dbcpzx .dbcpzxtit,
.footmain .dblb div.dbgyhz .dbgyhztit {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.footmain .dblb div li {
    height: 30px;
    background-image: url(../images/dbjiantou.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 30px;
    padding-left: 15px;
}

.footmain .dblb div li a {
    font-size: 15px;
    color: #b0b0b0;
}

.footmain .dblb div li:hover a {
    color: #fff;
}

.dbewm .fwrx {
    color: #fff;
    text-align: center;
}

.dbewm .fwrx a {
    display: block;
    height: 25px;
    background-image: url(../images/dbejfw.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
}

.dbewm .fwrx p {
    font-weight: bold;
    font-size: 26px;
    margin: 15px 0px 25px 0px;
}

.dbewm .ewm {
    text-align: center;
}

.footdibu {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #939393;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: #17222b;
}

.footdibu span {
    margin-left: 20px;
    font-size:14px;
}

















