/*头部通用*/
i,
em {
    font-style: normal;
}

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

.wrap-header {
    height: 35px;
    position: relative;
    z-index: 3;
    background: #f3f3f3;
}

.wrap-header .header-top {
    width: 73.5%;
    margin: 0 auto;
}

.wrap-header p {
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
}

.wrap-header ul {
    float: right;
    height: 14px;
    margin-top: 10px;
}

.wrap-header ul li {
    float: left;
    height: 14px;
    font-size: 13px;
    color: #333333;
    padding: 0 15px;
    line-height: 14px;
    border-left: 1px dotted #999;
    position: relative;
}

.wrap-header ul li a {
    color: #666;
}

.wrap-header ul li:first-child {
    border-left: none;
}

.wrap-header ul li:hover span {
    display: block;
}

.wrap-header ul li span {
    display: none;
    width: 103px;
    height: 103px;
    position: absolute;
    left: -18px;
    top: 16px;
    padding: 12px 5px 5px 5px;
}

.wrap-header ul li span img {
    display: block;
    width: 103px;
    height: 103px;
}

.head {
    height: 164px;
    background: #FFF;
    position: relative;
    z-index: 1;
}

.head .hea-top {
    width: 75.3%;
    height: 104px;
    margin: 0 auto;
}

.head .hea-top .logo {
    width: 70%;
    height: 104px;
    float: left;
    padding-top: 26px;
    box-sizing: border-box;
}

.head .hea-top .logo .t_logo {
    width: 235px;
    height: 48px;
    float: left;
    line-height: 0;
    overflow: hidden;
    padding-top: 5px;
    margin-right: 25px;
}

.head .hea-top .logo .t_logo img {
    width: 100%;
}

.head .hea-top .logo h2 {
    float: left;
    padding-left: 34px;
    background: url(https://cdn.haerkn.com/template/default/images/hea-xt.png) no-repeat left;
}

.head .hea-top .logo h2 span {
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 20px;
    color: #231815;
    font-weight: normal;
}

.head .hea-top .logo h2 em {
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 19px;
    color: #231815;
    font-weight: bold;
}

.head .hea-top .hea-tel {
    float: right;
    padding-top: 26px;
}

.head .hea-top .hea-tel span {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding-left: 37px;
    font-size: 27px;
    color: #333333;
    font-family: "Arial";
    font-weight: bold;
}

.head .hea-top .hea-tel span.tel1 {
    background: url(https://cdn.haerkn.com/template/default/images/hea-tel1.png) no-repeat left;
}

.head .hea-top .hea-tel span.tel2 {
    background: url(https://cdn.haerkn.com/template/default/images/hea-tel2.png) no-repeat left;
}

.head .menu {
    height: 60px;
    background: url(https://cdn.haerkn.com/template/default/images/hea-navbj.jpg) no-repeat center;
}

.head .menu .nav {
    width: 75.3%;
    height: 60px;
    margin: 0 auto;
}

.head .menu .nav li {
    width: 15.5%;
    height: 60px;
    float: left;
    text-align: center;
    position: relative;
    line-height: 0;
}

.head .menu .nav li:first-child {
    width: 6%;
}

.head .menu .nav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.head .menu .nav li a:before {
    width: 1px;
    height: 10px;
    background: #dedede;
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
}

.head .menu .nav li:last-child a:before {
    display: none;
}

.head .menu .nav li i {
    display: inline-block;
    width: 0;
    height: 1px;
    background: #E60012;
    margin: -1px auto 0;
    transition: .5s;
    vertical-align: bottom;
}

.head .menu .nav li a span {
    margin-left: 10px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url('https://cdn.haerkn.com/template/default/images/down-icon.png') no-repeat;
}

/*图标向上旋转*/
.head .menu .nav .hover-up span {
    transition-duration: .5s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/*图标向下旋转*/
.head .menu .nav .hover-down {
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.head .menu .nav li:hover a,
.head .menu .nav li.active a {
    font-size: 16px;
    color: #e60012;
    font-weight: bold;
    font-family: "思源黑体 CN";
}

.head .menu .nav li:hover i,
.head .menu .nav li.active i {
    width: 36px;
}

/*隐藏盒子设置*/
div.hidden-box {
    width: 100%;
    min-width: 1024px;
    left: 0;
    border: 1px solid #e60012;
    border-top: 0;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999;
}

.Sli-box {
    width: 1435px;
    margin: 0 auto;
}

 .leftBox {
        float: left;
        width: 50%;;
         overflow: hidden;
         max-width: 520px;
         margin: 46px 0px;
     }
     
     .navLi:hover {
         height: auto;
         opacity: 1;
         background: rgba(0, 160, 80, 0.85);
     }

     .menu .img100 {
         display: block;
         width: 100%;
     }

     .menu .right_img .img100 {
         transition-duration: .5s;
     }

     .menu .right_img:hover .img100 {
         transform: scale(1.1);
     }

     .menu .rightBox {
         float: right;
         width: 50%;
         margin: 46px 0px;
     }

     .menu .left_text .onetitle {
         font-size: 18px;
         line-height: 1.1;
         color: #fff;
         padding-bottom: 20px;
         padding-top: 20px;
         font-weight: bold;
         text-align: left;
     }
     
     .navSbox {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
     }

    .navSlink {
         flex: 0 0 50%;
         display: block;
         font-size: 16px;
         line-height: 36px;
         color: #fff;
         transition-duration: .3s;
     }

     .navSlink:hover {
         color: #e60012;
         transform: translateX(6px);
     }

     .navSlink:hover:before {
         background: #e60012;
     }

     .navSlink:before {
         content: "";
         display: inline-block;
         vertical-align: top;
         margin-right: 6px;
         width: 4px;
         height: 4px;
         background: #013171;
         position: relative;
         top: 16px;
     }

     .navSlink::after {
         content: '';
         position: absolute;
         bottom: 0;
         left: 50%;
         transform: translateX(-50%);
         width: 0;
         height: 3px;
         opacity: 0;
         background-color: #015bbb;
         transition: all .5s ease;
         display: none;
     }

@media screen and (min-width:1200px) and (max-width:1680px) {
    .head .hea-top,
    .head .menu .nav {
        width: 93.3%;
    }
}

/*首页banner*/
.banner {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.banner .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 50%;
    z-index: 12;
    width: 100px;
    height: 100px;
    margin-top: -42px;
    border: 0;
}

.banner .slick-prev {
    outline: none;
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    z-index: 9;
    text-align: center;
    margin-top: -40px;
    transition: .8s;
    background: url(https://cdn.haerkn.com/template/default/images/c_prev.png) no-repeat;
    left: 5%;
    opacity: 0;
    cursor: pointer;
}

.banner .slick-next {
    outline: none;
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    z-index: 9;
    text-align: center;
    margin-top: -40px;
    transition: .8s;
    background: url(https://cdn.haerkn.com/template/default/images/c_next.png) no-repeat;
    right: 5%;
    opacity: 0;
    cursor: pointer;
}

.banner:hover .slick-prev {
    left: 10%;
    opacity: 1;
}

.banner:hover .slick-next {
    right: 10%;
    opacity: 1;
}

.banner img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.slick-dots {
    position: absolute;
    left: 0;
    font-size: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    outline: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 15px;
    outline: none;
}

.slick-dots li button {
    display: block;
    border: 0 none;
    width: 41px;
    height: 4px;
    background: url(https://cdn.haerkn.com/template/default/images/ban-dd.png) no-repeat center;
    transition: .5s;
}

.slick-dots .slick-active button {
    background: url(https://cdn.haerkn.com/template/default/images/ban-dd_h.png) no-repeat center;
}

/*内页banner*/
.nybanner {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.nybanner img.show {
    visibility: visible;
}

/*内页位置导航和搜索框*/
.nysearch {
    height: 50px;
    border-bottom: 1px solid #ededed;
    background: #f7f7f7;
}

.nysearch p {
    float: left;
    width: 750px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #333333;
}

.nysearch p b {
    display: inline-block;
}

.nysearch p a {
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}

.nysearch p a:hover {
    color: #013171;
}

.nysearch-inp {
    float: right;
    width: 356px;
    height: 34px;
    line-height: 34px;
    margin-top: 7px;
    background: #fff;
    border-radius: 25px;
    position: relative;
}

.nysearch-inp:before {
    top: 0;
}

.nysearch-inp:after {
    bottom: 0;
}

.nysearch-inp1 {
    width: 249px;
    height: 34px;
    line-height: 34px;
    color: #999999;
    border: 1px solid #e3e3e3;
    border-right: 0;
    padding: 0 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    float: left;
}

.nysearch-inp2 {
    width: 66px;
    height: 36px;
    border: 0;
    border-radius: 25px;
    background: url(https://cdn.haerkn.com/template/default/images/search-icon.png) no-repeat center center #013171;
    float: right;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.nycurmbs {
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #808080;
}

.nycurmbs b {
    font-weight: normal;
    padding-left: 35px;
    background: url(https://cdn.haerkn.com/template/default/images/p102-curmbs-icon1.png) no-repeat left center;
}

.nycurmbs i {
    font-style: normal;
}

.nycurmbs span {
    font-family: 宋体;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}

.nycurmbs a {
    color: #808080;
}

.nycurmbs a:hover {
    color: #013171;
}

/*通用底部r*/
.footer {
    height: 496px;
    background: #232324;
    border-top: 8px solid #003171;
}

.ft-top {
    padding-top: 48px;
    height: 407px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
}

.ft-top .ft-left {
    width: 278px;
    height: 314px;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.ft-top .ft-left h2 {
    width: 184px;
    height: 37px;
    margin-top: 28px;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.ft-top .ft-left h2 img {
    width: 100%;
}

.ft-top .ft-left .ft-code span {
    display: block;
    float: left;
    height: 88px;
    margin-bottom: 26px;
}

.ft-top .ft-left .ft-code span i {
    display: block;
    width: 88px;
    height: 88px;
    float: left;
    line-height: 0;
    overflow: hidden;
}

.ft-top .ft-left .ft-code span i img {
    width: 100%;
}

.ft-top .ft-left .ft-code span em {
    display: block;
    width: 36px;
    padding: 6px 10px 0;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.53);
    line-height: 14px;
}

.ft-top .ft-cen {
    width: 364px;
    height: 314px;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    padding: 0 63px 0 75px;
    box-sizing: border-box;
}

.ft-top .ft-cen h4 {
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 18px;
    color: #cfcfcf;
    font-weight: bold;
    font-family: "æ€æºé»‘ä½“ CN";
    margin-bottom: 16px;
}

.ft-top .ft-cen ul {
    width: 100%;
}

.ft-top .ft-cen ul li {
    margin-bottom: 8px;
}

.ft-top .ft-cen ul li span {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
}

.ft-top .ft-cen ul li p {
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
}

.ft-top .ft-nav {
    width: 556px;
    padding: 0 0 0 75px;
    box-sizing: border-box;
}

.ft-top .ft-nav h4 {
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 18px;
    color: #cfcfcf;
    font-weight: bold;
    font-family: "æ€æºé»‘ä½“ CN";
    margin-bottom: 6px;
}

.ft-top .ft-nav ul li {
    float: left;
    width: 215px;
    height: 47px;
    line-height: 47px;
}

.ft-top .ft-nav ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    background: url(https://cdn.haerkn.com/template/default/images/ft-jt.png) no-repeat right;
}

.ft-top .ft-nav ul li:nth-child(2n) {
    float: right;
}

.ft-bot {
    height: 88px;
}

.ft-bot span {
    display: block;
    height: 88px;
    float: left;
}

.ft-bot span em {
    display: inline-block;
    height: 88px;
    line-height: 88px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
    margin-right: 10px;
}

.ft-bot span em a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
}

.ft-bot span em.ba a {
    padding-left: 25px;
    background: url(https://cdn.haerkn.com/template/default/images/7751ef9a-c6f9-4795-a037-d6173a158f0a.png) no-repeat 0 center;
}

.ft-bot strong {
    float: right;
    height: 88px;
}

.ft-bot strong i {
    display: block;
    height: 88px;
    line-height: 88px;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
    font-weight: normal;
}

.ft-bot strong a {
    display: block;
    height: 88px;
    line-height: 88px;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.39);
    margin-right: 15px;
    font-weight: normal;
}

.ft-bot strong a:last-child {
    margin-right: 0;
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(https://cdn.haerkn.com/template/default/images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #013171;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #013171;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

/*首页搜索版块*/
.search {
    height: 78px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box
}

.sea {
    height: 76px;
    width: 75.3%;
    margin: 0 auto
}

.sea span {
    display: block;
    height: 76px;
    float: left
}

.sea span i {
    display: block;
    height: 76px;
    line-height: 76px;
    float: left;
    font-size: 14px;
    color: #555555;
    font-weight: bold
}

.sea span a {
    display: block;
    height: 76px;
    line-height: 76px;
    float: left;
    font-size: 14px;
    color: #555555;
    margin-right: 36px
}

.sea span a:last-child {
    margin-right: 0
}

.sea .sou {
    width: 276px;
    height: 46px;
    float: right;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 17px
}

.sea .sou .txt {
    width: 199px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    background: 0;
    border: 0;
    font-size: 14px;
    color: #666
}

.sea .sou .btn {
    width: 75px;
    height: 44px;
    float: left;
    background: url(https://cdn.haerkn.com/template/default/images/sea-btn.png) no-repeat center;
    cursor: pointer
}

.sea .sou .txt::-webkit-input-placeholder {
    font-size: 14px;
    color: #666
}

.sea .sou .txt::-moz-placeholder {
    font-size: 14px;
    color: #666
}

@media screen and (min-width: 760px) and (max-width:1680px) {
    .sea {
        width: 93.3%
    }
}

/*首页产品中心版块*/
.solution {
    padding-top: 50px;
    box-sizing: border-box
}

.solution h2 {
    text-align: center;
    margin-bottom: 35px
}

.solution h2 span {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    font-size: 50px;
    color: #333333;
    padding: 0 21px;
    position: relative;
    font-weight: bold
}

.solution h2 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px
}

.solution h2 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 26px
}

.solution h2 em {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #666666;
    font-weight: normal
}

.pro-bot {
    padding: 20px 0;
    background: url(https://cdn.haerkn.com/template/default/images/probj.jpg) repeat;
}

.pro-bot ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-bot ul li {
    width: 45%;
    margin: 20px;
    background: #FFF;
    flex-grow: 1;
}

.pro-bot ul li dl dt {
    width: 71.3%;
    line-height: 0;
    overflow: hidden;
    float: right
}

.pro-bot ul li dl dt img {
    width: 100%
}

.pro-bot ul li dl dd {
    width: 28.7%;
    float: left;
    padding: 4% 0 0 3%;
    box-sizing: border-box
}

.pro-bot ul li dl dd h4 {
    line-height: 220%;
    margin-bottom: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pro-bot ul li dl dd h4 a {
    font-size: 28px;
    color: #1e1e1e;
    font-weight: bold;
    padding-left: 13px;
    background: url(https://cdn.haerkn.com/template/default/images/pro-xt.png) no-repeat left;
    font-weight: bold;
}

.pro-bot ul li dl dd p {
    margin-bottom: 10%;
}

.pro-bot ul li dl dd p em {
    display: block;
    height: 36px;
    line-height: 36px;
    background: url(https://cdn.haerkn.com/template/default/images/pro-dd.png) no-repeat left;
    padding-left: 27px;
    overflow: hidden;
}

.pro-bot ul li dl dd p em a {
    font-size: 19px;
    color: #1e1e1e;
    font-family: "思源黑体 CN"
}

.pro-bot ul li dl dd strong {
    display: block;
    width: 159px;
    height: 44px;
    background: url(https://cdn.haerkn.com/template/default/images/pro-kk.png) no-repeat center
}

.pro-bot ul li dl dd strong a {
    display: block;
    width: 159px;
    height: 44px;
    text-align: center
}

.pro-bot ul li dl dd strong i {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding-right: 41px;
    background: url(https://cdn.haerkn.com/template/default/images/pro-jt.png) no-repeat right;
    font-weight: normal
}

.pro-bot ul li:last-child {
    float: right
}

@media screen and (min-width:400px) and (max-width:600px) {
    .pro-bot ul li dl dd {
        padding: 0px 0 0 3%;
    }
    .pro-bot ul li dl dd h4 {
        height: 58px;
        line-height: 58px;
        margin-bottom: 20px;
    }
    .pro-bot ul li dl dd p {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 760px) and (max-width:1680px) {
    .pro-top .pro-con {
        width: 93.3%
    }

    .pro-top .pro-con .pro-cen {
        left: 350px
    }

    .pro-bot ul li dl dd h4 a {
        font-size: 20px
    }

    .pro-bot ul li dl dd p em a {
        font-size: 16px
    }
}

/*首页产品优势版块*/
.pro-top {
    height: 775px;
    background: url(https://cdn.haerkn.com/template/default/images/product.jpg) no-repeat center top;
    padding-top: 80px;
    box-sizing: border-box;
    overflow: hidden
}

.pro-top h2 {
    text-align: center;
    margin-bottom: 64px
}

.pro-top h2 span {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 50px;
    color: #FFF;
    padding: 0 21px;
    position: relative;
    font-weight: normal
}

.pro-top h2 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px
}

.pro-top h2 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 26px
}

.pro-top h2 em {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #e0e0e0;
    font-weight: normal
}

.pro-top .pro-con {
    width: 75.3%;
    height: 513px;
    margin: 0 auto;
    position: relative;
    padding-top: 31px;
    box-sizing: border-box
}

.pro-top .pro-con ul li {
    width: 50%;
    height: 85px;
    margin-bottom: 89px
}

.pro-top .pro-con ul li i {
    display: block;
    width: 74px;
    height: 84px;
    overflow: hidden
}

.pro-top .pro-con ul li i img {
    width: 100%;
    transition: .5s
}

.pro-top .pro-con ul li h4 {
    padding-top: 3px
}

.pro-top .pro-con ul li h4 span {
    display: block;
    height: 41px;
    line-height: 41px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.pro-top .pro-con ul li h4 p {
    line-height: 33px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.66);
    font-weight: normal
}

.pro-top .pro-con ul li.odd {
    float: left
}

.pro-top .pro-con ul li.even {
    float: right
}

.pro-top .pro-con ul li.odd i {
    float: left;
    margin-right: 21px
}

.pro-top .pro-con ul li.even i {
    float: right;
    margin-left: 21px
}

.pro-top .pro-con ul li.odd h4 {
    float: left
}

.pro-top .pro-con ul li.even h4 {
    float: right;
    text-align: right
}

.pro-top .pro-con ul li:hover i img {
    margin-top: -84px
}

.pro-top .pro-con .pro-cen {
    position: absolute;
    left: 38%;
    bottom: 77px;
}

.pro-top .pro-con .pro-cen i {
    display: block;
    width: 410px;
    height: 432px;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden
}

.pro-top .pro-con .pro-cen i img {
    width: 100%
}

.pro-top .pro-con .pro-cen p em {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    padding-left: 28px;
    background: url(https://cdn.haerkn.com/template/default/images/pro-dd.png) no-repeat left;
    margin-left: 38px
}

.pro-top .pro-con .pro-cen p em:first-child {
    margin-left: 0
}

@media screen and (min-width: 760px) and (max-width:1680px) {
    .pro-top .pro-con {
        width: 80%
    }

    .pro-top .pro-con .pro-cen {
        left: 350px
    }
    
    .pro-top .pro-con ul li.even h4 {
        width: 78%;
    }

    .pro-bot ul li dl dd h4 a {
        font-size: 20px
    }

    .pro-bot ul li dl dd p em a {
        font-size: 16px
    }
        .pro-top .pro-con .pro-cen {
        position: absolute;
        left: 36%;
        bottom: 0;
    }
    .pro-top .pro-con ul li {
        width: 46%;
    }
    .pro-top .pro-con ul li h4 span {
        font-size: 18px;
        line-height: 24px;
    }
    .pro-top .pro-con ul li h4 p {
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
    }
    .pro-top .pro-con .pro-cen i {
        width: 380px;
        height: 380px;
    }
    .pro-top .pro-con .pro-cen i img {
        width: 70%;
    }
}

/*首页厂家优势版块*/
.ysbj {
    height: 920px;
    overflow: hidden
}

.ys h2 {
    text-align: center;
    margin-bottom: 28px
}

.ys h2 span {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    font-size: 50px;
    color: #333333;
    padding: 0 21px;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.ys h2 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px
}

.ys h2 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 26px
}

.ys h2 em {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #666666;
    font-weight: normal
}

.ys .ys-nav {
    height: 74px
}

.ys .ys-nav ul li {
    float: left;
    width: 300px;
    height: 51px;
    text-align: center;
    position: relative
}

.ys .ys-nav ul li:before {
    width: 1px;
    height: 26px;
    background: #e5ecf6;
    content: "";
    position: absolute;
    right: 0;
    top: 14px
}

.ys .ys-nav ul li:last-child:before {
    display: none
}

.ys .ys-nav ul li i {
    display: inline-block;
    width: 40px;
    height: 46px;
    overflow: hidden;
    margin-right: 12px
}

.ys .ys-nav ul li i img {
    width: 100%;
    transition: .5s
}

.ys .ys-nav ul li h4 {
    display: inline-block;
    text-align: left
}

.ys .ys-nav ul li h4 span {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    color: #333333;
    font-weight: normal
}

.ys .ys-nav ul li h4 p {
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-weight: normal
}

.ys .ys-nav ul li.cur i img {
    margin-top: -46px
}

.ys .ys-nav ul li.cur h4 span {
    color: #E60012;
    font-weight: bold
}

.ys .ys-con dl {
    height: 600px;
    position: relative
}

.ys .ys-con dl dt {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.ys .ys-con dl dt img {
    width: 100%
}

.ys .ys-con dl dd {
    width: 1168px;
    height: 169px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 28px 0 0 53px;
    box-sizing: border-box
}

.ys .ys-con dl dd .left {
    width: 440px;
    float: left;
    padding-top: 3px
}

.ys .ys-con dl dd .left h4 {
    height: 41px;
    line-height: 41px;
    font-size: 30px;
    color: #333333;
    font-family: "思源黑体 CN"
}

.ys .ys-con dl dd .left h4 i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #e60012;
    margin: 19px 17px 0 11px;
    border-radius: 50%;
    vertical-align: top
}

.ys .ys-con dl dd .left h4 em {
    color: #003171;
    display: inline-block;
    vertical-align: top
}

.ys .ys-con dl dd .left p {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #bfc0bb;
    font-family: "思源黑体 CN";
    padding-bottom: 25px;
    background: url(https://cdn.haerkn.com/template/default/images/ys-yy.png) no-repeat left 6px bottom;
    text-transform: uppercase;
    letter-spacing: 1px
}

.ys .ys-con dl dd ul {
    float: left
}

.ys .ys-con dl dd ul li {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    padding-left: 13px;
    background: url(https://cdn.haerkn.com/template/default/images/ys-dd.png) no-repeat left
}

.zcbj {
    padding-top: 56px;
    box-sizing: border-box
}

.zcbj h2 {
    text-align: center;
    margin-bottom: 25px
}

.zcbj h2 span {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    font-size: 50px;
    color: #333333;
    padding: 0 21px;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.zcbj h2 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
}

/*首页解决方案版块*/
.solution {
    padding-top: 50px;
    box-sizing: border-box
}

.solution h2 {
    text-align: center;
    margin-bottom: 35px
}

.solution h2 span {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    font-size: 50px;
    color: #333333;
    padding: 0 21px;
    position: relative;
    font-weight: bold
}

.solution h2 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px
}

.solution h2 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 26px
}

.solution h2 em {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #666666;
    font-weight: normal
}

.solution .sol-con {
    width: 100%;
    height: 840px;
    position: relative
}

.solution .sol-con .sol-list,
.solution .sol-con .sol-pic {
    height: 840px
}

.solution .sol-con .sol-pic {
    position: relative;
    width: 100%
}

.solution .sol-con .sol-pic span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden
}

.solution .sol-con .sol-pic span img {
    width: 100%;
    height: 100%
}

.solution .sol-con .sol-pic .sol-left {
    width: 50%;
    height: 840px;
    padding: 106px 0 0 178px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0
}

.solution .sol-con .sol-pic .sol-left i {
    display: block;
    width: 32px;
    height: 2px;
    background: #E60012;
    margin-bottom: 31px
}

.solution .sol-con .sol-pic .sol-left h4 {
    width: 342px
}

.solution .sol-con .sol-pic .sol-left h4 em {
    display: block;
    line-height: 23px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.37);
    text-transform: uppercase;
    font-weight: normal
}

.solution .sol-con .sol-pic .sol-left h4 span {
    display: block;
    height: 62px;
    line-height: 62px;
    font-size: 42px;
    color: #FFF;
    font-weight: bold;
    font-family: "思源黑体 CN";
    margin-bottom: 16px
}

.solution .sol-con .sol-pic .sol-left p {
    line-height: 27px;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 372px;
    width: 342px
}

.solution .sol-con .sol-pic .sol-left strong {
    display: block;
    width: 159px;
    height: 44px;
    background: url(https://cdn.haerkn.com/template/default/images/sol-kk.png) no-repeat center
}

.solution .sol-con .sol-pic .sol-left strong a {
    display: block;
    height: 44px;
    text-align: center
}

.solution .sol-con .sol-pic .sol-left strong em {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #FFF;
    padding-right: 40px;
    background: url(https://cdn.haerkn.com/template/default/images/sol-jt1.png) no-repeat right;
    font-weight: normal
}

.solution .sol-con .sol-hd {
    width: 50%;
    height: 840px;
    background: rgba(0, 49, 113, 0.77);
    position: absolute;
    right: 0;
    top: 0;
}

.solution .sol-con .sol-hd ul li {
    height: 140px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-sizing: border-box;
    transition: .5s;
}

.solution .sol-con .sol-hd ul li a {
    display: block;
    height: 140px;
    padding: 20px;
    box-sizing: border-box;
}

.solution .sol-con .sol-hd ul li i {
    float: left;
    width: 15%;
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 62px;
    color: rgba(255, 255, 255, 0.1);
    font-family: "Impact";
    transition: .5s;
}

.solution .sol-con .sol-hd ul li div {
    float: left;
    width: 70%;
    transition: .5s;
    margin: 8px 0;
    background: url(https://cdn.haerkn.com/template/default/images/sol-jt.png) no-repeat center right;
}

.solution .sol-con .sol-hd ul li span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #FFF;
    font-family: "思源黑体 CN"
}

.solution .sol-con .sol-hd ul li p {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.37);
    text-transform: uppercase;
}

.solution .sol-con .sol-hd ul li:last-child {
    border-bottom: 0
}

.solution .sol-con .sol-hd ul li.cur {
    background: rgba(255, 255, 255, 0.25)
}

.solution .sol-con .sol-hd ul li.cur div {
    background: url(https://cdn.haerkn.com/template/default/images/sol-jt_h.png) no-repeat center right;
}

.solution .sol-con .sol-hd ul li.cur i {
    color: #E60012
}

/*首页技术支持版块*/
.zcbj {
    padding-top: 56px;
    box-sizing: border-box
}

.zcbj h2 {
    text-align: center;
    margin-bottom: 25px
}

.zcbj h2 span {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    font-size: 50px;
    color: #333333;
    padding: 0 21px;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.zcbj h2 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px
}

.zcbj h2 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 26px
}

.zcbj h2 em {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #666666;
    font-weight: normal
}

.zcbj .zc-con {
    height: 509px;
    background: url(https://cdn.haerkn.com/template/default/images/index-service.jpg) no-repeat center
}

.zcbj .zc-con .zc {
    padding-top: 80px
}

.zcbj .zc-con .zc h3 {
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #333333;
    font-family: "思源黑体 CN";
    font-weight: bold;
    position: relative;
    margin-bottom: 24px
}

.zcbj .zc-con .zc h3 i {
    font-size: 40px;
    color: #e60012;
    font-family: "思源黑体 CN";
    font-weight: bold
}

.zcbj .zc-con .zc h3:before {
    width: 56px;
    height: 1px;
    background: #E60012;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.zcbj .zc-con .zc ul li {
    height: 62px;
    line-height: 62px;
    padding-left: 36px;
    background: url(https://cdn.haerkn.com/template/default/images/zc-ico.png) no-repeat left;
    font-size: 19px;
    color: #333333;
    position: relative
}

.zcbj .zc-con .zc ul li:before {
    width: 1px;
    height: 46px;
    background: #e60012;
    content: "";
    position: absolute;
    left: 8px;
    top: 39px
}

.zcbj .zc-con .zc ul li:last-child:before {
    display: none
}

/*首页定制流程版块*/
.flow_path {
    height: 379px;
    background: url(https://cdn.haerkn.com/template/default/images/flow_path.jpg) no-repeat center
}

.flow {
    padding-top: 30px
}

.flow h2 {
    text-align: center
}

.flow h2 span {
    display: inline-block;
    height: 146px;
    line-height: 146px;
    font-size: 50px;
    color: #FFF;
    padding: 0 21px;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.flow h2 span:before {
    width: 15px;
    height: 15px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left1.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 67px
}

.flow h2 span:after {
    width: 15px;
    height: 15px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig1.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 67px
}

.flow .lc-con .lc {
    width: 114px;
    float: left
}

.flow .lc-con .lc em {
    display: block;
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden
}

.flow .lc-con .lc em i {
    display: block;
    width: 74px;
    height: 74px;
    line-height: 0;
    overflow: hidden
}

.flow .lc-con .lc em i img {
    width: 100%
}

.flow .lc-con .lc em i.default {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.flow .lc-con .lc em i.hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0);
    transition: .5s
}

.flow .lc-con .lc span {
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #FFF;
    font-family: "思源黑体 CN"
}

.flow .lc-con b {
    display: block;
    width: 20px;
    height: 16px;
    background: url(https://cdn.haerkn.com/template/default/images/flo-jt.png) no-repeat center;
    float: left;
    margin-top: 58px
}

.flow .lc-con .lc.cur i.default {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg)
}

.flow .lc-con .lc.cur i.hover {
    opacity: 1;
    transform: scale(1)
}

.flow .lc-con .lc.cur span {
    color: #E60012;
    font-weight: bold
}

/*首页公司简介版块*/
.guide {
    padding: 87px 0 63px;
    background: url(https://cdn.haerkn.com/template/default/images/guide.jpg) no-repeat center top
}

.gui {
    width: 75.3%;
    margin: 0 auto
}

.gui .gui-left {
    width: 594px;
    height: 578px;
    float: left;
    padding-top: 43px;
    position: relative;
    z-index: 200
}

.gui .gui-left h2 {
    margin-bottom: 28px
}

.gui .gui-left h2 span {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 45px;
    color: #333333;
    padding-right: 37px;
    font-weight: bold;
    background: url(https://cdn.haerkn.com/template/default/images/gui-yy.png) no-repeat right 11px
}

.gui .gui-left h2 em {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 55px;
    color: #003171;
    font-weight: bold
}

.gui .gui-left strong {
    display: block;
    line-height: 33px;
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    font-family: "思源黑体 CN";
    margin-bottom: 37px
}

.gui .gui-left .hd {
    width: 330px;
    height: 47px;
    background: #E1E1E1;
    margin-bottom: 94px
}

.gui .gui-left .hd ul li {
    float: left;
    width: 173px;
    height: 47px;
    text-align: center;
    cursor: pointer;
    position: relative
}

.gui .gui-left .hd ul li.jd2 {
    margin-left: -16px
}

.gui .gui-left .hd ul li i {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #666666;
    font-family: "思源黑体 CN";
    position: relative;
    z-index: 200
}

.gui .gui-left .hd ul li.jd1:before {
    width: 100%;
    height: 47px;
    background: url(https://cdn.haerkn.com/template/default/images/gui-jd1.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.gui .gui-left .hd ul li.jd2:before {
    width: 100%;
    height: 47px;
    background: url(https://cdn.haerkn.com/template/default/images/gui-jd2.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.gui .gui-left .hd ul li.cur i {
    color: #FFF
}

.gui .gui-left .hd ul li.jd1.cur:before {
    display: block
}

.gui .gui-left .hd ul li.jd2.cur:before {
    display: block
}

.gui .gui-left .gui-sz {
    width: 973px;
    height: 138px;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding-top: 24px;
    box-sizing: border-box
}

.gui .gui-left .gui-sz ul li {
    float: left;
    height: 83px;
    border-right: 1px solid #eeeeee
}

.gui .gui-left .gui-sz ul li span {
    display: block;
    text-align: center;
    height: 56px
}

.gui .gui-left .gui-sz ul li span em {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 55px;
    color: #003171;
    font-weight: bold
}

.gui .gui-left .gui-sz ul li span i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #E60012;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    font-size: 13px;
    color: #FFFFFF;
    vertical-align: bottom;
    margin: 0 0 5px -8px
}

.gui .gui-left .gui-sz ul li p {
    height: 27px;
    font-size: 14px;
    line-height: 27px;
    color: #333333;
    text-align: center
}

.gui .gui-left .gui-sz ul li:nth-child(4) p {
    padding-left: 46px
}

.gui .gui-left .gui-sz ul li:nth-child(5) p {
    padding-left: 23px
}

.gui .gui-left .gui-sz ul li:last-child {
    border-right: 0
}

.gui .gui-rig {
    width: 54%;
    height: 533px;
    overflow: hidden;
    float: right
}
.gui .gui-rig .gui-con,
.gui .gui-rig .gui-con .con {
    height: 100%
}

.gui .gui-rig span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden
}

.gui .gui-rig span img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.gui .gui-rig span:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (min-width: 600px) and (max-width:1680px) {
    .gui {
        width: 93.3%
    }

    .gui .gui-left {
        width: 530px;
        height: 540px
    }
    .gui .gui-rig {
        width: 52%;
    }
}

/*首页公司实力版块*/
.index-about {
    background: url(https://cdn.haerkn.com/template/default/images/abobj.jpg) no-repeat top center;
    padding-bottom: 69px
}

.abo {
    padding-top: 397px
}

.abo .abo-con {
    background: #FFF;
    padding: 38px 39px 52px;
    box-sizing: border-box;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1)
}

.abo .abo-con h4 {
    text-align: center;
    margin-bottom: 26px
}

.abo .abo-con h4 span {
    display: inline-block;
    height: 77px;
    line-height: 77px;
    font-size: 50px;
    color: #333333;
    padding: 0 25px;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.abo .abo-con h4 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 28px
}

.abo .abo-con h4 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 28px
}

.abo .abo-con h4 em {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 24px;
    color: #666666;
    font-weight: normal
}

.abo .abo-con p {
    width: 1010px;
    margin: 0 auto 24px;
    line-height: 33px;
    font-size: 16px;
    color: #666666;
    text-align: center
}

.abo .abo-con .abo-nav {
    width: 268px;
    height: 47px;
    margin: 0 auto 32px;
    background: #f3f3f3
}

.abo .abo-con .abo-nav li {
    float: left;
    width: 141px;
    height: 47px;
    text-align: center;
    line-height: 47px
}

.abo .abo-con .abo-nav li a {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    display: block
}

.abo .abo-con .abo-nav li.ab2 {
    margin-left: -14px
}

.abo .abo-con .abo-nav li.cur a {
    color: #FFF
}

.abo .abo-con .abo-nav li.ab1.cur {
    background: url(https://cdn.haerkn.com/template/default/images/abo-nav1.png) no-repeat center
}

.abo .abo-con .abo-nav li.ab2.cur {
    background: url(https://cdn.haerkn.com/template/default/images/abo-nav2.png) no-repeat center
}

.abo .abo-con .abo-bot .abo-nav ul li.ab1.cur:before {
    display: block
}

.abo .abo-con .abo-bot .abo-nav ul li.ab2.cur:before {
    display: block
}

.abo .abo-con .abo-bot {
    position: relative
}

.abo .abo-con .abo-bot .abo-list {
    width: 1005px;
    margin: 0 auto
}

.abo .abo-con .abo-bot .abo-list .bd {
    overflow: hidden
}

.abo .abo-con .abo-bot .abo-list .bd ul li {
    float: left;
    width: 238px;
    margin-right: 17px
}

.abo .abo-con .abo-bot .abo-list .bd ul li span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.abo .abo-con .abo-bot .abo-list .bd ul li span img {
    width: 100%
}

.abo .abo-con .abo-bot .abo-list .bd ul li em {
    display: block;
    width: 100%;
    height: 17px;
    background: url(https://cdn.haerkn.com/template/default/images/abo-yy.png) no-repeat center
}

.abo .abo-con .abo-bot .abo-list .abo-jt i {
    display: block;
    width: 19px;
    height: 33px;
    cursor: pointer
}

.abo .abo-con .abo-bot .abo-list .abo-jt i.abo-prev {
    background: url(https://cdn.haerkn.com/template/default/images/abo-prev.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 40%
}

.abo .abo-con .abo-bot .abo-list .abo-jt i.abo-next {
    background: url(https://cdn.haerkn.com/template/default/images/abo-next.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 40%
}

.index-about .cas-ml h4{height:67px; margin-bottom:32px; }
.index-about .cas-ml h4 span{display: block;height:67px; line-height: 67px; float:left; padding:0 24px;font-size: 28px; color:#333333; font-family: "思源黑体 CN"; font-weight: bold; position: relative;}
.index-about .cas-ml h4 span:before{width:15px; height:20px; background:url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center; content:""; position: absolute; left:0;top:26px;}
.index-about .cas-ml h4 span:after{width:15px; height:20px; background:url(https://cdn.haerkn.com/template/default/mages/tit-rig.png) no-repeat center; content:""; position: absolute; right:0;top:26px;}
.index-about .cas-ml h4 i{display: block; height:67px; line-height: 67px; float:right;position: relative; font-size: 14px; color:#333333; font-weight: normal; text-transform: uppercase;}
.index-about .cas-ml h4 i:before{width:899px; height:1px; background: #EAEAEA; content:""; position: absolute; left:-946px; top:34px;}
.index-about .cas-ml .cas-bd{overflow: hidden;}
.index-about .cas-ml .cas-bd ul li{float:left;width:188px !important; height:105px;border:1px solid rgba(197,197,197,0.57); box-sizing: border-box; margin-right: 13px;}
.index-about .cas-ml .cas-bd ul li a{display: block; width:100%; height:105px;}
.index-about .cas-ml .cas-bd ul li i{display: block; width:183px; height:103px; margin:0 auto; line-height: 0; overflow: hidden;}
.index-about .cas-ml .cas-bd ul li i img{width: 100%;}

/*首页公客户案例版块*/
.case {
    height: 1232px
}

.cas {
    padding-top: 79px
}

.cas h2 {
    text-align: center;
    margin-bottom: 32px
}

.cas h2 span {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    font-size: 50px;
    color: #333333;
    padding: 0 21px;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.cas h2 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px
}

.cas h2 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 26px
}

.cas h2 em {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #666666;
    font-weight: normal
}

.cas .cas-nav {
    width: 100%;
    height: 47px;
    border: 1px solid #e9e9e9;
    margin-bottom: 40px;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg)
}

.cas .cas-nav ul li {
    float: left;
    width: 240px;
    height: 47px;
    position: relative
}

.cas .cas-nav ul li a {
    display: block;
    height: 47px;
    text-align: center;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg)
}

.cas .cas-nav ul li i {
    display: inline-block;
    width: 25px;
    height: 21px;
    overflow: hidden;
    margin: 12px 5px 0 0
}

.cas .cas-nav ul li i img {
    width: 100%;
    transition: .5s
}

.cas .cas-nav ul li em {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    vertical-align: top
}

.cas .cas-nav ul li:before {
    width: 6px;
    height: 16px;
    content: "/";
    color: #e9e9e9;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transition: .5s
}

.cas .cas-nav ul li:last-child:before {
    display: none
}

.cas .cas-nav ul li.cur {
    background: #E60012
}

.cas .cas-nav ul li.cur i img {
    margin-top: -21px
}

.cas .cas-nav ul li.cur em {
    color: #FFF
}

.cas .cas-nav ul li.cur:before {
    opacity: 0
}

.cas .cas-con {
    height: 598px;
    margin-bottom: 58px
}

.cas .cas-con dl {
    width: 791px;
    height: 598px;
    float: left;
    position: relative
}

.cas .cas-con dl dt {
    width: 100%;
    height: 598px;
    line-height: 0;
    overflow: hidden
}

.cas .cas-con dl dt img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.cas .cas-con dl dd {
    height: 91px;
    padding: 10px 24px 0 30px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6)
}

.cas .cas-con dl dd h4 {
    height: 38px;
    line-height: 38px;
    background: url(https://cdn.haerkn.com/template/default/images/cas-jt1.png) no-repeat right
}

.cas .cas-con dl dd h4 a {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    display: block
}

.cas .cas-con dl dd p {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cas .cas-con dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cas .cas-con ul {
    float: right;
    width: 398px
}

.cas .cas-con ul li {
    width: 100%;
    position: relative;
    height: 293px;
    margin-bottom: 9px
}

.cas .cas-con ul li span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden
}

.cas .cas-con ul li span img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.cas .cas-con ul li em {
    display: block;
    width: 100%;
    height: 56px;
    padding: 0 16px 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6)
}

.cas .cas-con ul li em i {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background: url(https://cdn.haerkn.com/template/default/images/cas-jt2.png) no-repeat right
}

.cas .cas-con ul li:hover span img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cas .cas-ml h4 {
    height: 67px;
    margin-bottom: 32px
}

.cas .cas-ml h4 span {
    display: block;
    height: 67px;
    line-height: 67px;
    float: left;
    padding: 0 24px;
    font-size: 28px;
    color: #333333;
    font-family: "思源黑体 CN";
    font-weight: bold;
    position: relative
}

.cas .cas-ml h4 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px
}

.cas .cas-ml h4 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 26px
}

.cas .cas-ml h4 i {
    display: block;
    height: 67px;
    line-height: 67px;
    float: right;
    position: relative;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase
}

.cas .cas-ml h4 i:before {
    width: 899px;
    height: 1px;
    background: #EAEAEA;
    content: "";
    position: absolute;
    left: -946px;
    top: 34px
}

.cas .cas-ml .cas-bd {
    overflow: hidden
}

.cas .cas-ml .cas-bd ul li {
    float: left;
    width: 188px !important;
    height: 105px;
    border: 1px solid rgba(197, 197, 197, 0.57);
    box-sizing: border-box;
    margin-right: 13px
}

.cas .cas-ml .cas-bd ul li a {
    display: block;
    width: 100%;
    height: 105px
}

.cas .cas-ml .cas-bd ul li i {
    display: block;
    width: 183px;
    height: 103px;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden
}

.cas .cas-ml .cas-bd ul li i img {
    width: 100%
}

/*首页服务支持版块*/
.hfbj {
    height: 157px;
    background: url(https://cdn.haerkn.com/template/default/images/hfbj.jpg) no-repeat center
}

.hf {
    padding-top: 36px
}

.hf .hf-left {
    width: 50%;
    float: left
}

.hf .hf-left .hf1 {
    width: 208px;
    float: left;
    margin-right: 18px
}

.hf .hf-left .hf1 em {
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 26px;
    color: #FFF;
    background: url(https://cdn.haerkn.com/template/default/images/hf1.png) no-repeat right
}

.hf .hf-left .hf1 span {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 39px;
    color: #FFF;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.hf .hf-left .hf2 {
    padding-top: 11px;
    float: left
}

.hf .hf-left .hf2 em {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.41);
    text-transform: uppercase
}

.hf .hf-left .hf2 span {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    color: #FFF
}

.hf .hf-rig {
    width: 388px;
    float: right
}

.hf .hf-rig .hf-tel {
    float: left;
    padding-top: 20px
}

.hf .hf-rig .hf-tel em {
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 42px;
    background: url(https://cdn.haerkn.com/template/default/images/hf-tel.png) no-repeat left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.54)
}

.hf .hf-rig .hf-tel p {
    line-height: 30px;
    font-size: 24px;
    color: #FFF;
    padding-left: 42px
}

.hf .hf-rig a {
    display: block;
    width: 125px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    color: #FEFEFE;
    float: right;
    background: url(https://cdn.haerkn.com/template/default/images/hf-kk.png) no-repeat center;
    margin-top: 32px
}

/*首页服务支持版块*/
.newsbj {
    height: 825px;
    padding-bottom: 71px;
    background: #f5f5f5;
    position: relative
}

.news {
    padding-top: 71px;
    position: relative;
    z-index: 300
}

.news h2 {
    text-align: center
}

.news h2 span {
    display: inline-block;
    height: 95px;
    line-height: 95px;
    font-size: 50px;
    color: #333333;
    padding: 0 25px;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN"
}

.news h2 span:before {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 41px
}

.news h2 span:after {
    width: 15px;
    height: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 41px
}

.news .news-left {
    width: 818px;
    float: left
}

.news .news-left h4 {
    height: 78px
}

.news .news-left h4 span {
    display: block;
    float: left;
    height: 78px;
    line-height: 78px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    padding-left: 32px;
    background: url(https://cdn.haerkn.com/template/default/images/news-ico1.png) no-repeat left
}

.news .news-left h4 i {
    display: block;
    height: 78px;
    line-height: 78px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    float: right;
    text-transform: uppercase
}

.news .news-left .news-con {
    height: 338px;
    position: relative
}

.news .news-left .news-con dl {
    height: 338px;
    position: relative
}

.news .news-left .news-con dl dt {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    height: 338px
}

.news .news-left .news-con dl dt img {
    width: 100%;
    height: 100%
}

.news .news-left .news-con dl dd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 37px 0 40px;
    box-sizing: border-box;
    background: #013171;
}

.news .news-left .news-con dl dd h4 {
    height: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35)
}

.news .news-left .news-con dl dd h4 a {
    width: 80%;
    height: 55px;
    float: left;
    line-height: 55px;
    font-size: 20px;
    color: #FFF;
    font-family: "思源黑体 CN";
    display: block;
}

.news .news-left .news-con dl dd p {
    width: 12%;
    float: right;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #FFF
}

.news .news-left .news-con .hd {
    width: 38px;
    height: 6px;
    position: absolute;
    right: 37px;
    bottom: 32px
}

.news .news-left .news-con .hd ul li {
    float: left;
    width: 6px;
    height: 6px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    margin-left: 10px;
    font-size: 0;
    border-radius: 50%
}

.news .news-left .news-con .hd ul li:first-child {
    margin-left: 0
}

.news .news-left .news-con .hd ul li.on {
    background: #FFF
}

.news .news-left .news-con .news-jt i {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.news .news-left .news-con .news-jt i.news-prev {
    background: url(https://cdn.haerkn.com/template/default/images/news-prev.png) no-repeat center;
    position: absolute;
    left: 9px;
    top: 110px
}

.news .news-left .news-con .news-jt i.news-next {
    background: url(https://cdn.haerkn.com/template/default/images/news-next.png) no-repeat center;
    position: absolute;
    right: 9px;
    top: 110px
}

.news .news-left .news-bot {
    height: 215px;
    background: #FFF;
    box-sizing: border-box
}

.news .news-left .news-bot ul {
    position: relative
}

.news .news-left .news-bot ul li {
    width: 44%;
    padding: 0 20px;
    float: left
}

.news .news-left .news-bot ul li em {
    display: block;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}

.news .news-left .news-bot ul li em:last-child {
    border-bottom: 0
}

.news .news-left .news-bot ul li em a {
    display: block;
    font-size: 15px;
    color: #333333;
    background: url(https://cdn.haerkn.com/template/default/images/news-jt2.png) no-repeat right
}

.news .news-left .news-bot ul li em a p {
    float: right;
    margin-right: 20px;
}

.news .news-left .news-bot ul li em:hover a {
    color: #E60012
}

.news .news-left .news-bot ul:before {
    width: 1px;
    height: 170px;
    background: rgba(0, 0, 0, 0.07);
    content: "";
    position: absolute;
    left: 400px;
    top: 21px
}

.news .news-rig {
    width: 351px;
    float: right
}

.news .news-rig h4 {
    height: 78px
}

.news .news-rig h4 span {
    display: block;
    float: left;
    height: 78px;
    line-height: 78px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    padding-left: 32px;
    background: url(https://cdn.haerkn.com/template/default/images/news-ico1.png) no-repeat left
}

.news .news-rig h4 i {
    display: block;
    height: 78px;
    line-height: 78px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    float: right;
    text-transform: uppercase
}

.news .news-rig .wd1 {
    height: 237px;
    background: #FFF;
    padding: 5px 28px 0 34px;
    box-sizing: border-box
}

.news .news-rig .wd1 .bd1 ul li {
    height: 55px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    background: url(https://cdn.haerkn.com/template/default/images/news-dd.png) no-repeat left;
    padding-left: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news .news-rig .wd1 .bd1 ul li a {
    display: block;
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news .news-rig .wd2 {
    height: 237px;
    background: #FFF;
    padding: 5px 28px 0 34px;
    box-sizing: border-box
}

.news .news-rig .wd2 .bd2 ul li {
    height: 55px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    background: url(https://cdn.haerkn.com/template/default/images/news-dd.png) no-repeat left;
    padding-left: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news .news-rig .wd2 .bd2 ul li a {
    display: block;
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

/*内页服务支持*/
.product {
    padding: 20px 0;
}

.pro_tit {
    height: 80px;
}

.pro_tit h2 {
    font-size: 40px;
    color: #333;
    line-height: 40px;
}

.pro_tit h2 a {
    color: #333;
}

.pro_tit h2 a:hover,
.pro01 a:hover,
.pro_l a:hover span {
    color: #95c52e;
}

.pro_tit h2 i {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    font-style: initial;
}

.pro_tit em {
    width: 275px;
    height: 70px;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.pro_tit em img {
    width: 275px;
    height: 70px;
}

.service {
    height: 600px;
    overflow: hidden;
    margin: 40px 0;
}

.service dl {
    width: 240px;
    float: left;
    height: 473px;
    position: relative;
    overflow: hidden;
    margin-top: 55px;
}

.service dl dt {
    width: 100px;
    height: 100px;
    line-height: 0;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: calc(50% - 50px);
    z-index: 5;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.service dl dt img {
    width: 100px;
    height: 100px;
}

.service dl dd {
    width: 240px;
    height: 473px;
    text-align: center;
    overflow: hidden;
    position: relative;
    color: #333;
}

.service dl dd span {
    display: block;
    width: 240px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
}

.service dl dd span img {
    width: 240px;
    height: 473px;
}

.service dl dd .fuw_desc {
    width: 240px;
    height: 273px;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

.service dl dd h5 {
    font-size: 26px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.service dl dd p {
    font-size: 16px;
    line-height: 25px;
    height: 110px;
    padding: 12px 0 0;
}

.service dl dd p i {
    display: block;
    font-style: initial;
}

.service dl dd em {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
}

.service dl dd em img {
    width: 35px;
    height: 70px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.service dl dd {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    transition: all 0.3s;
}

.service dl dd:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 49, 113, 0.9);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.service dl:hover dd:before,
.service dl.cur dd:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.service dl:hover dd,
.service dl.cur dd {
    color: #fff;
}

.service dl:hover dd h5,
.service dl.cur dd h5 {
    font-weight: bold;
}

.service dl:hover dd em img,
.service dl.cur dd em img {
    margin-top: -35px;
}

.service dl:hover span,
.service dl.cur dd span {
    height: 473px;
}

.serv_bot {
    padding: 44px 0 0 160px;
}

.serv_bot a {
    display: block;
    float: left;
    width: 268px;
    height: 68px;
    line-height: 68px;
    background: #fff;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-radius: 60px;
    margin-right: 40px;
}

.serv_bot em {
    display: block;
    width: 40px;
    height: 35px;
    line-height: 0;
    float: left;
    overflow: hidden;
    margin: 19px 10px 0 35px;
}

.serv_bot em img {
    width: 40px;
    height: 70px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.serv_bot a:hover,
.serv_bot a.cur {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.serv_bot a:hover em img,
.serv_bot a.cur em img {
    margin-top: -35px;
}

.flow_path {
    height: 379px;
    background: url(https://cdn.haerkn.com/template/default/images/flow_path.jpg) no-repeat center;
}

.flow {
    padding-top: 30px;
}

.flow h2 {
    text-align: center;
}

.flow h2 span {
    display: inline-block;
    height: 146px;
    line-height: 146px;
    font-size: 50px;
    color: #FFF;
    padding: 0 21px;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN";
}

.flow h2 span:before {
    width: 15px;
    height: 15px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-left1.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 67px;
}

.flow h2 span:after {
    width: 15px;
    height: 15px;
    background: url(https://cdn.haerkn.com/template/default/images/tit-rig1.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    top: 67px;
}

.flow .lc-con .lc {
    width: 114px;
    float: left;
}

.flow .lc-con .lc em {
    display: block;
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}

.flow .lc-con .lc em i {
    display: block;
    width: 74px;
    height: 74px;
    line-height: 0;
    overflow: hidden;
}

.flow .lc-con .lc em i img {
    width: 100%;
}

.flow .lc-con .lc em i.default {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.flow .lc-con .lc em i.hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
}

.flow .lc-con .lc span {
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #FFF;
    font-family: "思源黑体 CN";
}

.flow .lc-con b {
    display: block;
    width: 20px;
    height: 16px;
    background: url(https://cdn.haerkn.com/template/default/images/flo-jt.png) no-repeat center;
    float: left;
    margin-top: 58px;
}

.flow .lc-con .lc.cur i.default {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
}

.flow .lc-con .lc.cur i.hover {
    opacity: 1;
    transform: scale(1);
}

.flow .lc-con .lc.cur span {
    color: #E60012;
    font-weight: bold;
}

/*内页关于我们*/
.ab_bg {
    overflow: hidden;
}

.about dl {
    position: relative;
    height: 520px;
}

.about dl dt {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 50%;
}

.about dl dt img {
    width: 630px;
}

.about dl dd {
    width: 540px;
    float: right;
    padding: 40px 0;
    position: relative;
}

.about dl dd h2 {
    font-size: 32px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    font-weight: normal;
}

.about dl dd h2:before {
    content: "";
    background: url("https://cdn.haerkn.com/template/default/images/about-icon2.png") no-repeat;
    ;
    width: 53px;
    height: 49px;
    position: absolute;
    top: 20px;
    right: 0;
    left: -30px;
}

.about dl dd h2 a {
    color: #333;
}

.about dl dd h2 a:hover {
    color: #3683d5;
}

.about dl dd h2 span {
    color: #333;
    display: block;
    font-size: 26px;
    padding: 10px 0 0;
}

.about .ab_desc {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: auto;
    margin: 35px 0 0;
    width: 540px;
    height: 335px;
    margin-left: -10px;
}

.about .ab_desc:after {
    content: "";
    background: url("https://cdn.haerkn.com/template/default/images/about-icon1.png") no-repeat;
    width: 53px;
    height: 49px;
    position: absolute;
    top: 420px;
    right: 0;
    left: 500px;
}

.about .ab_desc p {
    text-indent:2em;
}

.ibrand-num {
    overflow: hidden;
    margin: 50px 0 0;
}

.ibrand-num li {
    float: left;
    height: 100px;
    color: #1b42a7;
    font-size: 20px;
}

.ibrand-num li b {
    font-size: 48px;
    line-height: 50px;
    font-family: "Impact";
    font-weight: normal;
    padding-right: 10px;
}

.ibrand-num li span {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 5px 0 0;
}

.ibrand-num li i {
    font-size: 30px;
    font-style: unset;
}

.ibrand-num li.ab_li01 {
    width: 180px;
}

.ibrand-num li.ab_li02 {
    width: 240px;
}

.ibrand-num li.ab_li03 {
    width: 100px;
}

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

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}

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

.daily {
    width: 1200px;
    padding: 15px 0px 15px 0px;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.daily li {
    float: left;
    width: 20%;
    padding-left: 20px;
    box-sizing: border-box;
    color: #284a78;
}

.daily li span {
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 13px;
    color: #333333;
    font-family: "微软雅黑";
}

.daily li em {
    display: block;
    font-size: 50px;
    font-family: Impact;
    line-height: 100%;
    transition: .3s;
    font-style: normal;
}

.daily li i {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: #e84c50;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    margin-left: 10px;
    vertical-align: bottom;
    margin-bottom: 6px;
    font-style: normal;
}

.daily li:last-child {
    border-right: none;
}

.daily li:hover em,
.daily li:hover span {
    animation: bounceIn 1s;
    -webkit-animation: bounceIn 1s;
    font-style: normal;
}

.daily li:hover em {
    color: #e10416;
    font-style: normal;
}

.ys_m dl {
    width: 1200px;
    height: 310px;
    position: relative;
}

.ys_m {
    margin-left: -328px;
    padding-left: 320px;
    margin-right: -329px;
    padding-right: 320px;
    background: #13407b;
}

.ys_m dl dt {
    width: 1200px;
    line-height: 0;
    overflow: hidden;
}

.ys_m dl dt img {
    width: 1200px;
}

.ys_m dl dd {
    width: 600px;
    height: 318px;
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 20;
    bottom: 4px;
}

.ys_m .ys_no {
    width: 200px;
    height: 121px;
    color: #fff;
}

.ys_m .ys_no b {
    display: block;
    font-size: 80px;
    line-height: 120px;
    width: 200px;
    text-align: center;
    height: 120px;
    overflow: hidden;
}

.ys_m .ys_no em {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
    height: 60px;
    line-height: 50px;
    overflow: hidden;
}

.ys_m dl dd h5 {
    font-size: 32px;
    color: #333;
    line-height: 36px;
    margin: 15px 0 10px 50px;
    height: 86px;
    border-bottom: #d6d6d6 1px solid;
    width: 322px;
    padding: 0 0 0 15px;
}

.ys_m dl dd h5 i {
    display: block;
    font-size: 18px;
    color: #8c8c8c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
}

.ys_m dl dd p {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    width: 497px;
    margin: 0 0 0 50px;
    padding: 0 0 0 15px;
}

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

.content2 {
    width: 1200px;
    margin: 20px auto;
}

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}

.tl-fdh-02 {
    height: 55px;
    background: #fff;
    margin: 30px auto;
    overflow: hidden;
}

.tl-fdh-02 li {
    width: 16.6%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    margin-right: -1px;
    background: #efefed;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #595757;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(https://cdn.haerkn.com/template/default/images/p16-icon6.png) no-repeat bottom center #013171;
    border-color: #013171;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

/*内页企业风采*/
.k12-gl-gslb-3nf1-1-01-left {
    display: flex;
    flex-wrap: wrap;
}

.k12-gl-gslb-3nf1-1-01-left dl {
    width: 24%;
    background: #f0f0f0;
    margin: 10px 6px;

}

.k12-gl-gslb-3nf1-1-01-left dt {
    border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;
}

.k12-gl-gslb-3nf1-1-01-left dt img {
    display: block;
    width: 100%;
}

.k12-gl-gslb-3nf1-1-01-left dd h4 {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dd h4 a {
    color: #4b4a4a;
}

/*内页联系我们*/
.kfay {
    width: 1200px;
    height: 210px;
    padding-top: 15px;
}

.kfay dt {
    width: 188px;
    float: left;
    padding: 10px;
}

.kfay dt img {
    display: block;
    width: 188px;
    height: 188px;
}

.kfay dd {
    width: 965px;
    float: right;
}

.kfay dd h4 {
    height: 45px;
    padding-top: 32px;
    font: 24px "Microsoft YaHei";
    color: #000;
    background: url(https://cdn.haerkn.com/template/default/images/contact-pic5.jpg) no-repeat left bottom;
    font-weight: bold;
}

.kfay dd h4 i {
    padding-left: 15px;
    text-transform: uppercase;
    font: 16px "Arial";
    color: #999999;
}

.kfay dd p {
    font: 16px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
}

.gssll .linw {
    width: 50px;
    height: 4px;
    background: #faf6f3;
    display: block;
    margin-bottom: 28px;
}

.smjz {
    background: #f9f9f9;
    padding: 30px 0px 10px;
}

.smjz li {
    line-height: 30px;
    margin-bottom: 30px;
    color: #333;
    width: 239px;
    text-align: center;
    float: left;
    border-right: 1px dashed #bbb;
    padding: 0 30px 0 30px;
    transition: 0.3s;
}

.smjz li img {
    width: 70px;
}

.smjz .qyyj {}

.smjz .qyyj2 {
    border-right: none
}

.smjz li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.smjz li em {
    display: block;
    font-size: 15px;
    font-style: normal;
}

.smjz li:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

/*内页新闻资讯*/
.p15-infolist-1-t1 {
    background: #fff;
    border-bottom: 1px dashed #cacaca;
    margin-bottom: 20px;
    height: 225px;
}

.p15-infolist-1-t1 dt {
    position: relative;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
    padding-left: 68px;
}

.p15-infolist-1-t1 dt a {
    display: block;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p15-infolist-1-t1 dt span {
    display: block;
    width: 60px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: -0px;
    background: #013171;
}

.p15-infolist-1-t1-pic {
    width: 30%;
    float: left;
    overflow: hidden;
}

.p15-infolist-1-t1-pic img {
    max-width: 100%;
    width: 280px;
    height: 170px;
}

.p15-infolist-1-t1-desc {
    width: 67%;
    height: 100px;
    float: right;
    line-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
}

.p15-infolist-1-t1-deta {
    width: 36px;
    float: right;
    padding-left: 20px;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon21.png) no-repeat left center;
}

.p15-infolist-1-t1-deta a {
    display: block;
    color: #013171;
}

.k12-xl-xwlb-1nf1-1-01-list dl {
    border: 1px solid #dedede;
    margin-bottom: 20px;
    padding: 22px 50px 22px 34px;
    background: #fff;
    display: inline-block;
    width: 844px;
}

.k12-xl-xwlb-1nf1-1-01-list dt {
    width: 100px;
    height: 100px;
    background-color: #0c4194;
    float: left;
    font-size: 14px;
    color: #fff;
    margin-right: 30px;
    text-align: center;
}

.k12-xl-xwlb-1nf1-1-01-list dt i {
    font-size: 24px;
    display: block;
    border-bottom: #fff 2px solid;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.k12-xl-xwlb-1nf1-1-01-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
}

.k12-xl-xwlb-1nf1-1-01-list h4 a {
    display: block;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k12-xl-xwlb-1nf1-1-01-list dl:hover {
    border: 1px solid #013171;
}

.k12-xl-xwlb-1nf1-1-01-list dl:hover h4 a {
    color: #013171;
}

.k12-xl-xwlb-1nf1-1-01-list-desc {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    overflow: hidden;
}

.k12-xl-xwlb-1nf1-1-01-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.k12-xl-xwlb-1nf1-1-01-list-deta a {
    color: #fff;
}

.k12-xl-xwlb-1nf1-1-01-list dl:hover .k12-xl-xwlb-1nf1-1-01-list-deta {
    background: #013171;
    border-color: #013171;
}

.k12-xl-xwlb-1nf1-1-01-list dl:hover .k12-xl-xwlb-1nf1-1-01-list-deta a {
    color: #fff;
}


.fdh-01-tit {
    background: #013171;
    height: 80px;
}

.fdh-01-tit h2 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.fdh-01-tit h2 span {
    font-size: 14px;
    text-transform: uppercase;
}

.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
}

.fdh-01-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666666;
    overflow: hidden;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon2.png) no-repeat right center #013171;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
    color: #fff;
}

.fdh-01-nav dl {
    padding: 2px 0 4px;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
    border-color: #013171;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
    color: #013171;
}

.fdh-01-nav dd {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.fdh-01-nav p {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 72px;
    padding-right: 40px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
    color: #013171;
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
    background: #e40011;
}

.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p1-info-3 {
    background: #fff;
}

.p1-info-3-tit {
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 10px;
    background: #013171;
    color: #fff;
    text-align: center;
}

.p1-info-3-list dl {
    border: 1px solid rgba(153, 153, 153, 0.3);
    margin-bottom: 10px;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 18px;
    overflow: hidden;
}

.p1-info-3-list dt {
    width: 100%;
    /*1:1çš„é«˜åº¦ 238px*/
    /*2:1çš„é«˜åº¦ 119px*/
    /*16:9çš„é«˜åº¦ 134px*/
    /*4:3çš„é«˜åº¦ 178px*/
    height: 164px;
    overflow: hidden;
}

.p1-info-3-list dt img {
    display: block;
    width: 100%;
    height: 164px;
    margin: 0 auto;
}

.p1-info-3-list dd h4 {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    color: #fff;
    background: #333;
    white-space: nowrap;
}

.p1-info-3-list dd h4 a {
    display: block;
    color: #fff;
}

.p14-pro-1 {
    background: #fff;
}

.p14-pro-1-tit {
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 10px;
    background: #013171;
    color: #fff;
    text-align: center;
}

.p14-pro-1-list dl {
    border: 1px solid rgba(153, 153, 153, 0.3);
    margin-bottom: 10px;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 18px;
    overflow: hidden;
}

.p14-pro-1-list dt {
    width: 100%;
    /*1:1çš„é«˜åº¦ 238px*/
    /*2:1çš„é«˜åº¦ 119px*/
    /*16:9çš„é«˜åº¦ 134px*/
    /*4:3çš„é«˜åº¦ 178px*/
    height: 238px;
    overflow: hidden;
}

.p14-pro-1-list dt img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.p14-pro-1-list dd h4 {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    color: #fff;
    background: #333;
    white-space: nowrap;
}

.p14-pro-1-list dd h4 a {
    display: block;
    color: #fff;
}


.contact-z1 {
    height: 140px;
    background: url("https://cdn.haerkn.com/template/default/images/contact-z1.jpg") no-repeat;
    color: #333;
    margin-bottom: 30px;
}

.contact-z1 {
    height: 140px;
    background: url("https://cdn.haerkn.com/template/default/images/contact-z1.jpg") no-repeat;
    color: #333;
    margin-bottom: 30px;
}

.contact-z1 p {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 37px 0 0 95px;
    background: url(https://cdn.haerkn.com/template/default/images/contact-z1_tel.png) no-repeat 74px 44px;
}

.contact-z1 span {
    display: block;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding-left: 73px;
}

.endit-content {
    font-size: 15px;
}

.p15-infocontent-1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #b5b5b5;
}

.p15-infocontent-1-tit {
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
    font-size: 29px;
    line-height: 40px;
    color: #535353;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
}

.p15-infocontent-1-p {
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 40px;
    color: #535353;
    height: 40px;
    overflow: hidden;
}

.p15-infocontent-1-bool {
    border-bottom: 1px solid #e40011;
    height: 20px;
    font-size: 12px;
    color: #909090;
}

.p15-infocontent-1-bool span {
    margin-right: 20px;
}

.p15-infocontent-1-bool span a {
    color: #909090;
}

.p15-infocontent-1-bool i {
    font-style: normal;
    float: right;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #e40011;
}

.p15-infocontent-1-bool i a {
    color: #fff;
}

.p15-infocontent-1-bool span {
    margin-right: 15px;
}

.p15-infocontent-1-tag span {
    margin-right: 10px;
}


.p14-pagination-1 dl {
    margin-bottom: 24px;
    padding-right: 40px;
}

.p14-pagination-1 dd {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-pagination-1 dd b {
    float: right;
    font-weight: normal;
}

.p14-pagination-1 dd span {
    width: 60px;
    height: 32px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.p14-pagination-1 dt {
    height: 1px;
    border-bottom: 1px dashed #b5b5b5;
    margin-left: 60px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.p14-pagination-1 dd em {
    float: right;
    font-style: normal;
    padding-left: 20px;
    font-weight: normal;
}

.p14-pagination-1 dl a {
    color: #4b4a4a;
}

.p14-pagination-1-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}

.p14-pagination-1-href span {
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    background: #e40011;
}

.p14-pagination-1-href a {
    display: block;
    color: #fff;
}

.p14-pagination-1-key {
    min-height: 40px;
    border-top: 1px solid #e40011;
    font-size: 14px;
    line-height: 40px;
    color: #575556;
}

.p14-pagination-1-key a {
    color: #575556;
}

.p14-pagination-1-key span {
    display: inline-block;
    margin: 0 4px;
}

/*内页产品中心*/
.p14-left-nav-1-tit {
    background: #013171;
    height: 80px;
}

.p14-left-nav-1-tit h2 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;

}

.p14-left-nav-1-tit h2 span {
    font-size: 14px;
    text-transform: uppercase;
}


.p14-left-nav-1-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
}

.p14-left-nav-1-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}

.p14-left-nav-1-nav-one h3.sidenavcur,
.p14-left-nav-1-nav-one h3:hover {
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon2.png) no-repeat right center #013171;
}

.p14-left-nav-1-nav-one h3.sidenavcur a,
.p14-left-nav-1-nav-one h3:hover a {
    color: #fff
}

.p14-left-nav-1-nav dl {
    padding: 2px 0 4px;
}

.p14-left-nav-1-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;

}

.p14-left-nav-1-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p14-left-nav-1-nav dt.sidenavcur:after,
.p14-left-nav-1-nav dt:hover:after {
    border-color: #013171;
}

.p14-left-nav-1-nav dt.sidenavcur a,
.p14-left-nav-1-nav dt:hover a {
    color: #013171;
}

.p14-left-nav-1-nav dd {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.p14-left-nav-1-nav p {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 72px;
    padding-right: 40px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.p14-left-nav-1-nav p.sidenavcur a,
.p14-left-nav-1-nav p:hover a {
    color: #013171;
}

.p14-left-nav-1-nav p.sidenavcur:after,
.p14-left-nav-1-nav p:hover:after {
    background: #e40011;
}

.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p1-info-3-tit {
    height: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    background: #013171;
    color: #fff;
    text-align: center;
}

.p1-info-3-list {
    padding: 10px 10px 0;
}

.p1-info-3-list li h4 {
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    color: #4b4a4a;
    border-bottom: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.p1-info-3-list li h4 a{ color:#4b4a4a;}*/
.p1-info-3-list li h4 span {
    float: right;
}


.cbgg-01 {
    background: #013171;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}

.pro_main {
    position: relative;
}

.p14-product-2-tit {
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    border-bottom: 2px solid #dfdfdf;
    margin: 0 0 30px;
    width: 800px;
}

.p14-product-2-tit b {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    color: #464646;
    padding-left: 30px;
    border-bottom: 2px solid #333333;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon11.png) no-repeat 0 center;
}

.p14-product-2-tit span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
}

.pro-list {
    height: 474px;
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
}

.pro-con .pro-list-ul {
    height: 474px;
    width: 930px;
    margin: 0 auto;
    overflow: auto;
}

.pro-con .firstRow {
    color: #fff;
    background: #003171;
}

.pro-con dl {
    padding: 14px;
    width: 930px !important;
    overflow: hidden;
    border: 1px #dadada solid;
    box-sizing: border-box;
}

.pro-con dt {
    float: left;
    width: 40%;
    padding: 5px;
    border: 1px #ebebeb solid;
}

.pro-con dt img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.pro-con dd {
    width: 450px;
    float: right;
    overflow: hidden;
    max-height: 370px;
}

.pro-con dd h4 {
    width: 380px;
    line-height: 40px;
    height: 48px;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 20px;
}

.pro-con dd h4 a {
    color: #666666;
}

.pro-con dd p {
    line-height: 42px;
    color: #666;
    font-size: 14px;
}

.pro_main .pro-sort {
    margin: 4px auto;
    float: right;
}

.pro_main .pro-sort i {
    text-align: center;
    background: #013171;
    font-size: 16px;
    margin-left: 10px;
    display: block;
    width: 100px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    line-height: 38px;
    color: #fff;
}

.pro_main .pro-jt {
    width: 140px;
    position: absolute;
    right: 0;
    top: 20px;
}

.pro_main .pro-jt i {
    display: block;
    width: 63px;
    height: 50px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    cursor: pointer;
}

.pro_main .pro-jt i.pro-prev {
    background: #013171 url(https://cdn.haerkn.com/template/default/images/pro-ny-prev.png) no-repeat center;
}

.pro_main .pro-jt i.pro-next {
    background: #013171 url(https://cdn.haerkn.com/template/default/images/pro-ny-next.png) no-repeat center;
    float: right;
}

.leftnav-z1-tit {
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.leftnav-z1-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #e40011;
}

.leftnav-z1-list dl {
    display: flex;
    flex-wrap: wrap;
    width: 32.2%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1.1%;
    box-sizing: border-box;
}

.leftnav-z1-list dl:nth-child(4n-1) {
    margin-right: 0;
}

.leftnav-z1-list dt img {
    width: 100%;
    display: block;
}

.leftnav-z1-list dd {
    padding: 6px 20px 5px 20px;
    width: 100%;
}

.leftnav-z1-list dd h4 {
    height: 45px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
    margin-bottom: 10px;
    border-bottom: 1px solid #727272;
    overflow: hidden;
}

.leftnav-z1-list h4 a {
    display: block;
    height: 45px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftnav-z1-list dl:hover h4 a {
    color: #013171;
}

.leftnav-z1-list-desc {
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
}

.leftnav-z1-list-con {
    font-size: 13px;
    line-height: 30px;
    max-height: 210px;
    overflow: hidden;
}

.leftnav-z1-list-con li {
    flex-grow: 1;
}

.leftnav-z1-list-deta {
    width: 100px;
    height: 40px;
    display: inline-block;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.leftnav-z1-list dl:hover {
    border-color: #013171;
}

.leftnav-z1-list dl:hover .leftnav-z1-list-desc a {
    color: #013171;
}

.cpcc-ts-01 {
    position: relative;
    padding: 12px 0 16px;
    background: #fff;
}

.cpcc-ts-01-left {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-left: 20px;
}

.cpcc-ts-01-left-jt {
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}

.cpcc-ts-01-left-prev {
    left: 10px;
}

.cpcc-ts-01-left-next {
    right: 10px;
}

.cpcc-ts-01-left-size {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 26px;
    font-size: 14px;
    line-height: 16px;
    color: #787878;
    letter-spacing: 3px;
}

.cpcc-ts-01-left-size em {
    font-style: normal;
}

.cpcc-ts-01-left-pic {
    width: 100%;
    position: relative;
    text-align: center;
}

.cpcc-ts-01-left-pic li {
    width: 100%;
    float: left;
}

.cpcc-ts-01-left-pic img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.cpcc-ts-01-right {
    width: 43%;
    float: right;
}

.cpcc-ts-01-right-tit {
    height: 48px;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpcc-ts-01-right-con {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 24px;
    max-height: 320px;
    overflow: hidden;
}

.cpcc-ts-01-right-con li {
    width: 50%;
    margin: 0 10px;
    flex-grow: 1;
}

.p14-prodcontent-1 {

    padding: 18px 0 42px;
    margin-bottom: 22px;
}

.p14-prodcontent-1-tit {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.p14-prodcontent-1-tit span {
    display: inline-block;
    height: 40px;
    color: #464646;
    border-bottom: 2px solid #e40011;
    padding-left: 34px;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon11.png) no-repeat 2px center;
}

.p14-prodcontent-1-tit em {
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: normal;
    color: #c2c2c1;
}


.product-3-tit {
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
    padding-top: 26px;
}

.product-3-tit b {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    color: #464646;
    padding-left: 30px;
    border-bottom: 2px solid #e40011;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon11.png) no-repeat 0 center;
}

.product-3-tit span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
}

.p14-product-2-list dl {
    float: left;
    width: 23.8%;
    border: 1px solid #dfdfdf;
    margin-right: 1.5%;
    box-sizing: border-box;
}

.p14-product-2-list dl.p14-product-clear {
    margin-right: 0;
}

.p14-product-2-list dl img {
    display: block;
    width: 100%;
}

.p14-product-2-list dd {
    padding: 10px 28px 10px 10px;
    margin-right: 2px;
    position: relative;
}

.p14-product-2-list h4 {
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-product-2-list h4 a {
    color: #191919;
}

.p14-product-2-desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-product-2-list dl:hover {
    border-color: #013171;
}

.p14-product-2-list dl:hover h3 a {
    color: #013171;
}

.pc-cx-tel-1 {
    width: 41%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    position: absolute;
    bottom: 16px;
    right: 0;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #013171;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}

.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}

.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(https://cdn.haerkn.com/template/default/images/pc-xc-icon2.png) no-repeat 10px 5px;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}

.pc-cx-tel-1-t2 p {
    line-height: 56px;
}

.bt {
    color: #000;
    border-left: 7px solid #E60012;
    font-size: 22px;
    margin: 25px 0 30px;
    padding: 0px 0 0px 10px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.bt .btl {
    line-height: 40px;
}

.clear {
    clear: both
}

.bt .btl em {
    display: inline-block;
    font-style: normal;
    color: #c1c1c1;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: normal;
    ;
}

.cp {
    margin-top: 25px;
}

.cp ul {
    padding: 10px 0px;
    ;
}

.cp ul li {
    width: 280px;
    float: left;
    background: #fff;
    text-align: center;
    color: #666;
    margin: 0 15px;
    padding: 25px 0 20px;
    height: 115px;
    border-radius: 20px;
    box-shadow: -1px -2px 20px 2px #ebebeb;
    transition: 0.3s;
    ;
}

.cp ul li:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.cp ul li img {
    width: 60px;
    margin: 0 auto;
}

.cp .cptdr {
    margin-right: 0;
}

.cp ul li span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    color: #000;
}

.cp ul li em {
    font-style: normal;
    display: block;
    padding: 5px 10px;
    font-size: 15px;
}

.cpzs {
    width: 49%;
    float: left;
    border: 1px solid #eee;
}

.cpzs {
    margin-bottom: 20px;
}

.cpzs .cpzsr {
    float: right
}

.pro1 {
    margin-bottom: 20px;
}

.pro1 dl {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
    height: 415px;
}

.pro1 dl dt {
    z-index: 1;
    position: relative;
    border: 1px solid #f9f9f9;
}

.pro1 dl dt b {
    background: #e60012;
    display: block;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    z-index: 9;
    position: absolute;
    border-radius: 50%;
    left: 43%;
    color: #fff;
    font-size: 30px;
    line-height: 64px;
}

.pro1 dl dd {
    width: 100%;
    height: 107px;
    background: #f8f8f8;
    display: block;
}

.pro1 dl dd p {
    color: #333;
    height: 30px;
    position: relative;
    padding: 30px 20px;
    margin: 10px 0;
    font-size: 15px;
    background: #f9f9f9;
}

.pro1 dl dt p img {
    width: 454px;
    height: 258px;
}

.pro1 dl dd p span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
}

.pro1 dl:nth-child(2n) {
    margin-right: 0;
}

.pro1 .last {
    height: 445px;
}

.blk-sm .endit-content .abo-bot {
    position: relative
}

.blk-sm .endit-content .abo-bot .abo-list {
    width: 100%;
    margin: 0 auto
}

.blk-sm .endit-content .abo-bot .abo-list .bd {
    overflow: hidden
}

.blk-sm .endit-content .abo-bot .abo-list .bd ul li {
    float: left;
    width: 238px;
    margin: 0 36px
}

.blk-sm .endit-content .abo-bot .abo-list .bd ul li span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.blk-sm .endit-content .abo-bot .abo-list .bd ul li span img {
    width: 100%
}

.blk-sm .endit-content .abo-bot .abo-list .bd ul li em {
    display: block;
    width: 100%;
    height: 17px;
    background: url(https://cdn.haerkn.com/template/default/images/abo-yy.png) no-repeat center
}

.blk-sm .endit-content .abo-bot .abo-list .abo-jt i {
    display: block;
    width: 19px;
    height: 33px;
    cursor: pointer
}

.blk-sm .endit-content .abo-bot .abo-list .abo-jt i.abo-prev {
    background: url(https://cdn.haerkn.com/template/default/images/abo-prev.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 40%
}

.blk-sm .endit-content .abo-bot .abo-list .abo-jt i.abo-next {
    background: url(https://cdn.haerkn.com/template/default/images/abo-next.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 40%
}

.k12-xl-xwlb-1nt2-1-01-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    display: inline-block;
    width: 856px;
}

.k12-xl-xwlb-1nt2-1-01-list dt {
    width: 44.4%;
    float: left;
    margin-right: 2.3%;
}

.k12-xl-xwlb-1nt2-1-01-list dt img {
    width: 100%;
    display: block;
}

.k12-xl-xwlb-1nt2-1-01-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.k12-xl-xwlb-1nt2-1-01-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover {
    border: 1px solid #013171;
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
    color: #013171;
}

.k12-xl-xwlb-1nt2-1-01-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.k12-xl-xwlb-1nt2-1-01-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.k12-xl-xwlb-1nt2-1-01-list-deta a {
    color: #fff;
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
    background: #013171;
    border-color: #013171;
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta a {
    color: #fff;
}

/**/
.d-dzbj {
    height:438px;
    box-sizing: border-box;
}

.d-main {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;;
}

.d-content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.8;
}

.d-dzbj h2 {
    text-align: center;
}

.d-dzbj h2 span {
    display: block;
    margin: 20px 0;
    line-height: 48px;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}

.d-dzbj h2 em {
    display: block;
    margin: 20px;
    line-height: 30px;
    font-size: 20px;
    color: #666666;
    font-weight: normal;
}

.d-dzbj h2 em a {
    display: inline-block;
    height: 1.6rem;
    line-height: 1.6rem;
    padding-left: 2rem;
    font-size: 1.4rem;
    color: #e60012;
    font-weight: bold;
    position: relative;
}

.d-dzbj h2 em a:before{
    width: 28px;
    height: 28px;
    background: url(https://cdn.haerkn.com/template/default/images/pdf-img.png) no-repeat center;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 0;
}

/**/
.d-product {
    padding-top: 60px;
    background: #f4f4f4;
}

.pro-tit {
    height: 63px;
    background: url(https://cdn.haerkn.com/template/default/images/d-xt.jpg) no-repeat center bottom;
    margin-bottom: 14px;
}

.pro-tit i {
    display: block;
    height: 63px;
    line-height: 63px;
    font-size: 24px;
    color: #e60012;
    margin-right: 27px;
    float: left;
}

.pro-tit em {
    display: block;
    height: 63px;
    line-height: 63px;
    font-size: 28px;
    color: #013171;
    font-weight: bold;
    float: left;
}

.pro-tit p {
    height: 30px;
    margin-left: 10px;
    float: left;
    font-size: 15px;
    padding-top: 26px;
}

.pro-tit span {
    display: block;
    height: 63px;
    line-height: 63px;
    font-size: 16px;
    color: #013171;
    float: right;
}

.pro-one .pro-ul ul {
    overflow: hidden;
}

.pro-one .pro-ul ul li {
    width: 100%;
    height: 400px;
    background: #fff;
    text-align: center;
    color: #666;
    margin: 20px 0;
    padding: 25px 0 20px;
    border-radius: 20px;
    box-shadow: -1px -2px 20px 2px #ebebeb;
    transition: 0.3s;
    ;
}

.pro-one .pro-ul ol li {
    height: 396px;
    background: #fff;
    text-align: center;
    color: #666;
    margin: 0 10px;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #013171;
    box-shadow: -1px -2px 20px 2px #ebebeb;
    transition: 0.3s;
    ;
}

.pro-one .pro-ul .pro-img {
    width: 40%;
    height: 356;
    margin: 0 20px;
    float: left;
    border: 1px solid #013171;
}   

.pro-one .pro-ul .pro-img dt {
    background: #013171;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
}

.pro-one .pro-ul .pro-img dd p {
    margin: 16px 20px;
    text-align: left;
    padding-left: 27px;
    background: url(https://cdn.haerkn.com/template/default/images/pro-dd.png) no-repeat left;
}

.pro-one .pro-ul .pro-img img {
    width: 480px;
    height: 360px;
}

.pro-one .pro-ul .pro-img span {
    background: #013171;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
}

.pro-one .pro-ul .pro-content {
    width: 100%;
} 

.pro-one .pro-ul .pro-content img {
    float: left;
    width: 46%;
    margin: 10px 23px;
    border-radius: 20px;
    border: 1px solid #013171;
} 

.pro-one .pro-ul .pro-content-table {
    width: 96.5%;
    float: left;
    margin: 20px;
    overflow: auto;
}

.pro-one .pro-ul .pro-content-table td p {
    font-size: 22px;
}

.pro-one .pro-ul .pro-img-tit {
    float: left;
    height: 395px;
    width: 40px;
    color: #fff;
    margin-left: 20px;
    font-size: 22px;
    background: #013171;
}

.pro-one .pro-ul .pro-img-tit p {
    margin: 131px 0;
}

.pro-one .pro-ul .bd {
    width: 520px;
    margin-left: 25px;
    float: left;
}

.pro-one .pro-ul .bd img {
    width: 480px;
    height: 320px;
}

.pro-one .pro-ul .pro-table {
    width: 54%;
    height: 398px;
    float: right;
    margin-right: 20px;
    overflow: auto;
}

.pro-table .firstRow {
    background: #013171;
    
}

.pro-one .pro-ul ol li em {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 26px;
    color: #333333;
}

.pro-one .pro-ul ol p {
    height: 370px;
    border: 1px solid #013171;
}

.pro-one .pro-ul .btn {
    display: block;
    width: 27px;
    height: 50px;
    margin: 20px auto 0;
    line-height: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.pro-one .pro-ul .btn i {
    width: 27px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.pro-one .pro-ul .btn i img {
    width: 100%;
}

.pro-one .pro-ul .btn i.hover {
    opacity: 0;
}

.pro-one .pro-ul .btn.open i.default {
    opacity: 0;
}

.pro-one .pro-ul .btn.open i.hover {
    opacity: 1;
}

.pro-two .pro-ul ul{overflow: hidden;}
.pro-two .pro-ul ul li{float:left; width:289px; height:162px; overflow: hidden;margin:0 0 15px 14px; position: relative;}
.pro-two .pro-ul ul li a{display: block; width:100%; line-height: 0; overflow: hidden;}
.pro-two .pro-ul ul li a img{width:100%; transition:1s;}
.pro-two .pro-ul ul li em{display: block; width:100%;height:32px; line-height: 32px; text-align: center;font-size: 14px; color:#333333; position: absolute;left:0;bottom:3px;}
.pro-two .pro-ul ul li:first-child,.pro-two .pro-ul ul li:nth-child(2) {width:594px;height:594px;margin-left:0;}
.pro-two .pro-ul ul li:first-child:hover span img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}

.pro-three {
    padding-bottom: 56px;
}

.pro-three .pro-ul {
    position: relative;
}

.pro-three .pro-ul .pro-img {
    width: 96.5%;
    height: 356;
    margin: 0 20px;
    float: left;
    border: 1px solid #013171;
}   

.pro-three .pro-ul .pro-img dt {
    background: #013171;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
}

.pro-three .pro-ul .pro-img dd p {
    margin: 16px 20px;
    text-align: left;
    padding-left: 27px;
    background: url(https://cdn.haerkn.com/template/default/images/pro-dd.png) no-repeat left;
}
.pro-three .pro-ul ul li {
    float: left;
    width: 289px;
    height: 162px;
    overflow: hidden;
    margin-right: 14px;
    position: relative;
}

.pro-three .pro-ul ul li span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.pro-three .pro-ul ul li span img {
    width: 100%;
}

.pro-three .pro-ul ul li em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.pro-three .pro-ul .pro-jt i {
    display: block;
    width: 17px;
    height: 31px;
    cursor: pointer;
}

.pro-three .pro-ul .pro-jt i.d-pro-prev {
    background: url(https://cdn.haerkn.com/template/default/images/d-pro-prev.png) no-repeat center;
    position: absolute;
    left: -46px;
    top: 64px;
}

.pro-three .pro-ul .pro-jt i.d-pro-next {
    background: url(https://cdn.haerkn.com/template/default/images/d-pro-next.png) no-repeat center;
    position: absolute;
    right: -46px;
    top: 64px;
}

.pro-four {
    padding-bottom: 56px;
}

.pro-four .pro-ul ul li {
    float: left;
    width: 289px;
    height: 289px;
    margin: 0 14px 15px 0;
    position: relative;
}

.pro-four .pro-ul ul li a {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.pro-four .pro-ul ul li a img {
    width: 100%;
    transition: 1s;
}

.pro-four .pro-ul ul li em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.pro-four .pro-ul ul li:nth-child(3) {
    width: 593px;
    height: 593px;
    margin-right: 0;
    float: right;
}

.pro-four .pro-ul ul li:last-child {
    margin-right: 0;
}

.pro-four .pro-ul ul li:nth-child(3):hover span img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-five {
    padding-bottom: 53px;
}

.pro-five .pro-ul ul {
    overflow: hidden;
}

.pro-five .pro-ul ul li {
    float: left;
    width: 289px;
    height: 289px;
    margin: 0 14px 15px 0;
    position: relative;
}

.pro-five .pro-ul ul li a {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.pro-five .pro-ul ul li a img {
    width: 100%;
    transition: 1s;
}

.pro-five .pro-ul ul li:first-child {
    margin-left: 0;
}

.pro-five .pro-ul ul li:last-child {
    margin-right: 0;
}

.pro-six {
    padding-bottom: 56px;
}

.pro-six .pro-ul ul li {
    float: left;
    width: 289px;
    height: 162px;
    margin: 0 14px 15px 0;
    position: relative;
}

.pro-six .pro-ul ul li span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.pro-six .pro-ul ul li span img {
    width: 100%;
    transition: 1s;
}

.pro-six .pro-ul ul li em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.pro-six .pro-ul ul li:nth-child(3) {
    width: 593px;
    height: 339px;
    margin-right: 0;
    float: right;
}

.pro-six .pro-ul ul li:last-child {
    margin-right: 0;
}

.pro-six .pro-ul ul li:nth-child(3):hover span img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-seven {
    padding-bottom: 53px;
}

.pro-seven .pro-ul ul {
    overflow: hidden;
}

.pro-seven .pro-ul ul li {
    float: left;
    width: 289px;
    height: 162px;
    overflow: hidden;
    margin-left: 14px;
    position: relative;
}

.pro-seven .pro-ul ul li span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.pro-seven .pro-ul ul li span img {
    width: 100%;
}

.pro-seven .pro-ul ul li em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.pro-seven .pro-ul ul li:first-child {
    margin-left: 0;
}

/**/
.d-bz {
    height: 615px;
}

.d-bz .bz {
    padding-top: 71px;
}

.d-bz .bz h2 {
    text-align: center;
    margin-bottom: 17px;
    height: 75px;
    line-height: 75px;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.d-bz .bz p {
    line-height: 23px;
    margin-bottom: 55px;
    text-align: center;
    font-size: 16px;
    color: #666666
}

.d-bz .bz ul li {
    float: left;
    width: 400px;
    height: 122px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding-top: 22px;
}

.d-bz .bz ul li i {
    display: block;
    width: 52px;
    height: 55px;
    margin: 0 auto;
}

.d-bz .bz ul li .bz1 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico1.png) no-repeat center;
}

.d-bz .bz ul li .bz2 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico2.png) no-repeat center;
}

.d-bz .bz ul li .bz3 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico3.png) no-repeat center;
}

.d-bz .bz ul li .bz4 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico4.png) no-repeat center;
}

.d-bz .bz ul li .bz5 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico5.png) no-repeat center;
}

.d-bz .bz ul li .bz6 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico6.png) no-repeat center;
}

.d-bz .bz ul li em {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #151515;
}

.d-bz .bz ul li:nth-child(1),
.d-bz .bz ul li:nth-child(2),
.d-bz .bz ul li:nth-child(3) {
    padding-top: 12px;
}

.d-bz .bz ul li:nth-child(3n) {
    border-right: 0;
}

.d-bz .bz ul li:nth-child(4),
.d-bz .bz ul li:nth-child(5),
.d-bz .bz ul li:nth-child(6) {
    border-bottom: 0;
}

.d-bz .bz ul li:hover {
    background: #003171;
    border-top: 3px solid #e60012;
}

.d-bz .bz ul li:hover .bz1 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico1_h.png) no-repeat center;
}

.d-bz .bz ul li:hover .bz2 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico2_h.png) no-repeat center;
}

.d-bz .bz ul li:hover .bz3 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico3_h.png) no-repeat center;
}

.d-bz .bz ul li:hover .bz4 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico4_h.png) no-repeat center;
}

.d-bz .bz ul li:hover .bz5 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico5_h.png) no-repeat center;
}

.d-bz .bz ul li:hover .bz6 {
    background: url(https://cdn.haerkn.com/template/default/images/d-bzico6_h.png) no-repeat center;
}

.d-bz .bz ul li:hover em {
    color: #FFF;
}

/**/
.d-super {
    height: 1055px;
    background: #f4f4f4;
    overflow: hidden;
}

.d-super .sup {
    padding-top: 90px;
}

.d-super .sup h2 {
    text-align: center;
    margin-bottom: 41px;
}

.d-super .sup h2 span {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.d-super .sup h2 em {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #666666;
    font-weight: normal;
}

.d-super .sup .sz {
    height: 130px;
}

.d-super .sup .sz ul li {
    float: left;
    margin-left: 150px;
}

.d-super .sup .sz ul li span {
    display: block;
    height: 57px;
}

.d-super .sup .sz ul li span em {
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 60px;
    color: #003171
}

.d-super .sup .sz ul li span i {
    display: inline-block;
    font-size: 20px;
    color: #333333;
    font-family: "思源黑体 CN";
    vertical-align: bottom;
    margin-bottom: 5px;
}

.d-super .sup .sz ul li p {
    line-height: 27px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.d-super .sup .sz ul li:first-child {
    margin-left: 0;
}

.d-super .sup .d-left {
    width: 69%;
    height: 719px;
    line-height: 0;
    overflow: hidden;
    float: left;
}

.d-super .sup .d-left img {
    width: 100%;
}

.d-super .sup .d-rig {
    width: 31%;
    float: right;
}

.d-super .sup .d-rig ul li {
    height: 160px;
    padding: 54px 22px 0 47px;
    box-sizing: border-box;
    transition: .5s;
    background: #FFF;
}

.d-super .sup .d-rig ul li h4 {
    width: 506px;
    margin-bottom: 23px;
}

.d-super .sup .d-rig ul li h4.rig1 {
    background: url(https://cdn.haerkn.com/template/default/images/d-sup-ico1.png) no-repeat right;
}

.d-super .sup .d-rig ul li h4.rig2 {
    background: url(https://cdn.haerkn.com/template/default/images/d-sup-ico2.png) no-repeat right;
}

.d-super .sup .d-rig ul li h4.rig3 {
    background: url(https://cdn.haerkn.com/template/default/images/d-sup-ico3.png) no-repeat right;
}

.d-super .sup .d-rig ul li h4.rig4 {
    background: url(https://cdn.haerkn.com/template/default/images/d-sup-ico4.png) no-repeat right;
}

.d-super .sup .d-rig ul li h4 span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.d-super .sup .d-rig ul li h4 em {
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.d-super .sup .d-rig ul li p {
    line-height: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    margin-top: 10px;
    transition: .5s;
}

.d-super .sup .d-rig ul li.cur {
    height: 239px;
    background: #003171;
}

.d-super .sup .d-rig ul li.cur h4.rig1 {
    background: url(https://cdn.haerkn.com/template/default/images/d-sup-ico1_h.png) no-repeat right;
}

.d-super .sup .d-rig ul li.cur h4.rig2 {
    background: url(https://cdn.haerkn.com/template/default/images/d-sup-ico2_h.png) no-repeat right;
}

.d-super .sup .d-rig ul li.cur h4.rig3 {
    background: url(https://cdn.haerkn.com/template/default/images/d-sup-ico3_h.png) no-repeat right;
}

.d-super .sup .d-rig ul li.cur h4.rig4 {
    background: url(https://cdn.haerkn.com/template/default/images/d-sup-ico4_h.png) no-repeat right;
}

.d-super .sup .d-rig ul li.cur h4 span {
    color: #FFF;
}

.d-super .sup .d-rig ul li.cur h4 em {
    color: #FFF;
}

.d-super .sup .d-rig ul li.cur p {
    opacity: 1;
    margin-top: 0;
}

.d-super .sup .d-con {
    height: 719px;
}

.d-super .sup .d-bot {
    padding-top: 73px;
}

.d-super .sup .d-bot h3 {
    text-align: center;
    margin-bottom: 32px;
}

.d-super .sup .d-bot h3 span {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.d-super .sup .d-bot h3 em {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.d-super .sup .d-bot p {
    line-height: 25px;
    text-align: center;
    margin-bottom: 38px;
    font-size: 16px;
    color: #333333;
}

.d-super .sup .d-bot strong {
    display: block;
    width: 802px;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.d-super .sup .d-bot strong img {
    width: 100%;
}

/**/
.d-lop {
    height: 513px;
}

.d-lop .lop {
    padding-top: 85px;
}

.d-lop .lop h2 {
    text-align: center;
    height: 100px;
    margin-bottom: 29px;
    background: url(https://cdn.haerkn.com/template/default/images/d-lop-xt.jpg) no-repeat bottom center;
}

.d-lop .lop h2 span {
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.d-lop .lop h2 em {
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.d-lop .lop p {
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 47px;
}

.d-lop .lop .lop-ul .bd {
    overflow: hidden;
}

.d-lop .lop .lop-ul .bd ul li {
    float: left;
    width: 229px;
    margin-right: 13px;
}

.d-lop .lop .lop-ul .bd ul li span {
    display: block;
    width: 227px;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.d-lop .lop .lop-ul .bd ul li span img {
    width: 100%;
}

.d-lop .lop .lop-ul .bd ul li em {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

/**/
.d-pree {
    height: 344px;
}

.d-pree .pree {
    padding-top: 51px;
}

.d-pree .pree h2 {
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 43px;
}

.d-pree .pree ul {
    height: 100px;
    position: relative
}

.d-pree .pree ul li {
    float: left;
    width: 72px;
    margin-left: 69px;
    position: relative;
    z-index: 200;
}

.d-pree .pree ul li i {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}

.d-pree .pree ul li i img {
    width: 100%;
}

.d-pree .pree ul li em {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 9px;
}

.d-pree .pree ul li b {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(https://cdn.haerkn.com/template/default/images/d-lcdd.png) no-repeat center;
}

.d-pree .pree ul li:first-child {
    margin-left: 0;
}

.d-pree .pree ul:before {
    width: 1125px;
    height: 1px;
    background: #d9d9d9;
    content: "";
    position: absolute;
    left: 39px;
    bottom: 6px;
}

.d-pree .pree ul li:hover em {
    color: #35bdea;
    font-weight: bold;
}

.d-pree .pree ul li:hover b {
    background: url(https://cdn.haerkn.com/template/default/images/d-lcdd_h.png) no-repeat center;
}

/*网站地图*/
.p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #013171;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(https://cdn.haerkn.com/template/default/images/p102-search-icon1.png) no-repeat center center #013171;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(https://cdn.haerkn.com/template/default/mages/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: å®‹ä½“;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #013171;}
	

        .p12-sitemap-1-xml {
            height: 30px;
            line-height: 30px;
            text-align: right;
        }
        
        .p12-sitemap-1-tit {
            height: 46px;
            line-height: 46px;
            color: #fff;
            clear: both;
        }
        
        .p12-sitemap-1-tit h3 {
            display: inline-block;
            font-size: 26px;
            padding: 0 30px;
            text-align: center;
            font-weight: normal;
            background: #013171;
        }
        
        .p12-sitemap-1-tit a {
            color: #fff;
        }
        
        .p12-sitemap-1 ul {
            padding-top: 15px;
            display: inline-block;
            width: 100%;
            border-bottom: 1px solid #d2d2d2;
            margin-bottom: 40px;
        }
        
        .p12-sitemap-1 li h4 {
            height: 60px;
            line-height: 60px;
            border-bottom: 1px solid #d2d2d2;
            text-align: center;
            width: 16.66%;
            font-weight: normal;
            float: left;
            overflow: hidden;
            position: relative;
            top: 1px;
        }
    

                .p12-sitemap-1 ul{
                    background-color: #fff;
                }
/*留言版*/
                
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
        .code_gg_li img{vertical-align:middle;width:100px;height:32px;}
        .p4-order-form-1 {
            overflow: hidden;
        }
        
        .p4-order-form-1 .p4-titlel-1 {
            width:145px;height: 46px;font-size:18px; line-height: 46px;text-align: center;color:#fff;background: #e40011;
            
        }
        
        .p4-order-form-1-con {
            border:1px solid #bbb;
            background:url(https://cdn.haerkn.com/template/default/images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
            padding:40px 15%;
        }
        
        .p4-order-form-1-con li p {
            padding-left: 130px;
            color: #999;font-size: 12px;
        }
        
        .p4-order-form-1-con li {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 35px;
            color: #666;
            overflow: hidden;
        }
        
        .p4-order-form-1-con li span {
            font-weight: bold;
            color: #666;
        }
        .p4-order-form-1-con li b{color:#f00;}
        .p4-order-form-1-con li .row-hd {
            color: #666;
        }
        .timenum{padding-left:95px;}
        .p4-order-form-1-con li p {
            clear: both;
        }
        
        .p4-order-form-1-con label {
            display: inline-block;
            width: 120px;
            color: #666;
            vertical-align: top;
            text-align: right;height: 33px;line-height: 33px;overflow: hidden;
        }
        #code_gg{
            width: 80px;
            margin-right: 10px;
            outline: none;
            padding-left: 10px;
            border: 1px solid #eee;
            height: 33px;
            line-height: 32px;
            color: #666;
        }
        
        
        .p4-order-form-1-con .inputs,
        .p4-order-form-1-con li select {
            width: 73%;
            margin-right: 10px;
            outline: none;
            padding-left: 10px;
            border: 1px solid #eee;
            height: 33px;
            line-height: 32px;
            color: #666;
            box-sizing: border-box;
            /*float: left;*/
        }
        .p4-order-form-1-con .radioandcheck{vertical-align:middle;}
        
        .p4-order-form-1-con .err {
            border: 1px solid #c00;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t1 {
            width: 100%;
        }
        
        .p4-order-form-1-t1 textarea {
            width: 73%;
            height: 102px;
            line-height: 24px;
            border: 1px solid #eee;
            outline: none;
            resize: none;
            overflow: auto;
            margin-right: 10px;
            padding-left: 10px;
            box-sizing: border-box;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t2 {
            width: 100%;
        }
        
        .p4-order-form-1-t2 input {
            width: 150px;
            vertical-align: top;
        }
        
        .p4-order-form-1-t2 span {
            width: 153px;
            height: 25px;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 {
            padding-left: 120px;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 input {
            width: 80px;
            height: 30px;
            border: 0;
            text-align: center;
            margin-right: 30px;
            color: #fff;
            padding-left: 0;
            cursor: pointer;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b1 {
            background: #013171;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b2 {
            background: #767676;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t4 {
            overflow: auto;
            height: auto;
            min-height: 35px;
            width: 100%
        }
        
        .p4-order-form-1-con .p4-order-form-1-t4 input {
            vertical-align: middle;
            width: 14px;
            margin: 0 10px;
        }
