﻿@charset "utf-8";

i,
em {
    font-style: normal;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.head {
    width: 100%;
    height: 164px;
    background: #FFF;
}

.head .hea-top {
    width: 75.3%;
    height: 104px;
    margin: 0 auto;
}

.head .hea-top .logo {
    width: 50%;
    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(../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(../images/hea-tel1.png) no-repeat left;
    margin-right: 70px;
}

.head .hea-top .hea-tel span.tel2 {
    background: url(../images/hea-tel2.png) no-repeat left;
}

.head .menu {
    height: 60px;
    background: url(../images/hea-navbj.jpg) no-repeat center;
}

.head .menu .nav {
    width: 75.3%;
    height: 60px;
    margin: 0 auto;
}

.head .menu .nav li {
    width: 11.7%;
    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:hover a,
.head .menu .nav li.cur a {
    font-size: 16px;
    color: #e60012;
    font-weight: bold;
    font-family: "思源黑体 CN";
}

.head .menu .nav li:hover i,
.head .menu .nav li.cur i {
    width: 36px;
}

/* @media screen and (min-width:760px) and (max-width:1680px) {

        .head .hea-top,
        .head .menu .nav {
                width: 93.3%;
        }
} */

.banner {
    position: relative;
    overflow: hidden;
}

.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(../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(../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(../images/ban-dd.png) no-repeat center;
    transition: .5s;
}

.slick-dots .slick-active button {
    background: url(../images/ban-dd_h.png) no-repeat center;
}

.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;
    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: 25px 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: 25px 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(../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(../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: 80%;
    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(../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;
}


/*end*/
body {
    overflow-x: hidden;
}

/**/
.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(../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%;
    }
}

/**/
.guide {
    padding: 87px 0 89px;
    background: url(../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(../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(../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(../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: 786px;
    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:760px) and (max-width:1680px) {
    .gui {
        width: 93.3%;
    }

    .gui .gui-left {
        width: 530px;
        height: 540px;
    }

    .gui .gui-rig {
        width: 670px;
    }
}

/**/
.pro-top {
    height: 775px;
    background: url(../images/product/pc1.png) no-repeat center top;
    padding-top: 80px;
    box-sizing: border-box;
    overflow: hidden;
    /*margin-bottom: 30px;*/
}

.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(../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(../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: 575px;
    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: 28px;
    color: #ffffff;
    font-weight: bold;
    font-family: "思源黑体 CN";
}

.pro-top .pro-con ul li h4 p {
    height: 33PX;
    line-height: 33px;
    font-size: 17px;
    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 {
    width: 562px;
    position: absolute;
    left: 446px;
    top: 0;
}

.pro-top .pro-con .pro-cen i {
    display: block;
    width: 275px;
    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(../images/pro-dd.png) no-repeat left;
    margin-left: 38px;
}

.pro-top .pro-con .pro-cen p em:first-child {
    margin-left: 0;
}

.pro-bot {
    background: url(../images/probj.jpg) no-repeat center top;
    padding: 30px 12px 112px
}

.pro-bot ul li {
    float: left;
    width: 49%;
    padding: 22px 0;
    background: #FFF;
}

.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: 47px 0 0 5%;
    box-sizing: border-box;
}

.pro-bot ul li dl dd h4 {
    height: 89px;
    line-height: 89px;
    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(../images/pro-xt.png) no-repeat left;
    font-weight: bold;
}

.pro-bot ul li dl dd p {
    margin-bottom: 53px;
}

.pro-bot ul li dl dd p em {
    display: block;
    height: 36px;
    line-height: 36px;
    background: url(../images/pro-dd.png) no-repeat left;
    padding-left: 27px;
}

.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(../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(../images/pro-jt.png) no-repeat right;
    font-weight: normal;
}

.pro-bot ul li:last-child {
    float: right;
}

@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;
    }
}

/**/
.solution {
    padding-top: 93px;
    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(../images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
}

.solution h2 span:after {
    width: 15px;
    height: 20px;
    background: url(../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(../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(../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: 210px;
    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: 208px;
    padding: 19px 106px 0 42px;
    box-sizing: border-box;
}

.solution .sol-con .sol-hd ul li i {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 62px;
    color: rgba(255, 255, 255, 0.1);
    font-family: "Impact";
    margin-bottom: 26px;
    transition: .5s;
}

.solution .sol-con .sol-hd ul li span {
    display: block;
    height: 37px;
    line-height: 37px;
    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;
    background: url(../images/sol-jt.png) no-repeat right;
}

.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 i {
    color: #E60012;
}

.solution .sol-con .sol-hd ul li.cur p {
    background: url(../images/sol-jt_h.png) no-repeat right;
}

/**/
.ysbj {
    height: 970px;
    overflow: hidden;
}

.ys {
    padding-top: 100px;
}

.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(../images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
}

.ys h2 span:after {
    width: 15px;
    height: 20px;
    background: url(../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(../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(../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(../images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
}

.zcbj h2 span:after {
    width: 15px;
    height: 20px;
    background: url(../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(../images/zcbj.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(../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(../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(../images/tit-left1.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 67px;
}

.flow h2 span:after {
    width: 15px;
    height: 15px;
    background: url(../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(../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;
}

/**/
/* .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(../images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
}

.cas h2 span:after {
    width: 15px;
    height: 20px;
    background: url(../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(../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(../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(../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(../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(../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(../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(../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(../images/hf-kk.png) no-repeat center;
    margin-top: 32px;
}

/**/
.newsbj {
    height: 825px;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}

.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(../images/tit-left.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 41px;
}

.news h2 span:after {
    width: 15px;
    height: 20px;
    background: url(../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(../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%;
    height: 113px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 37px 0 40px;
    box-sizing: border-box;
}

.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 {
    font-size: 20px;
    color: #FFF;
    font-family: "思源黑体 CN";
    display: block;
    background: url(../images/news-jt.png) no-repeat right;
}

.news .news-left .news-con dl dd p {
    height: 44px;
    line-height: 44px;
    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(../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(../images/news-next.png) no-repeat center;
    position: absolute;
    right: 9px;
    top: 110px;
}

.news .news-left .news-bot {
    height: 155px;
    background: #FFF;
    padding: 0 46px 0 44px;
    box-sizing: border-box;
}

.news .news-left .news-bot ul {
    position: relative;
}

.news .news-left .news-bot ul li {
    width: 319px;
    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(../images/news-jt2.png) no-repeat right;
}

.news .news-left .news-bot ul li em:hover a {
    color: #E60012;
}

.news .news-left .news-bot ul li:last-child {
    float: right;
}

.news .news-left .news-bot ul:before {
    width: 1px;
    height: 110px;
    background: rgba(0, 0, 0, 0.07);
    content: "";
    position: absolute;
    left: 365px;
    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(../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 .wd {
    height: 492px;
    background: #FFF;
    padding: 5px 28px 0 34px;
    box-sizing: border-box;
}

.news .news-rig .wd .bd ul li {
    height: 120px;
    line-height: 120px;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/news-dd.png) no-repeat left;
    padding-left: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-rig .wd .bd ul li a {
    display: block;
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-rig .wd .bd ul li:hover a {
    color: #E60012;
}

/**/
.about {
    background: url(../images/product/bj2.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(../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(../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(../images/abo-nav1.png) no-repeat center;
}

.abo .abo-con .abo-nav li.ab2.cur {
    background: url(../images/abo-nav2.png) no-repeat center;
}

.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(../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(../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(../images/abo-next.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 40%;
}



* {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.youxuanfu_sf {
    width: 150px;
    /* background: #013171; */
    position: fixed;
    top: 30%;
    right: 0px;
    transition: all 1s;
    border-radius: 5px;
    z-index: 99;
}

.youxuanfu_nei {
    width: 120px;
    margin: 5px auto;
    overflow: hidden;
    /* background: #fff; */
    border-radius: 4px;
}

.youxuanfu_sf_i {
    width: 30px;
    height: 120px;
    position: absolute;
    top: 10px;
    left: -30px;
    background: url(images/float_left.gif) no-repeat;
    background-position: 1px -396px;
    cursor: pointer;
}

.youxuanfu_sf_i2 {
    background-position: -30px -396px;
}

.youxuanfu_qq_title,
.youxuanfu_dh_title {
    background: url(images/float_left.gif) no-repeat;
    background-position: 1px -22px;
    width: 110px;
    height: 20px;
}

.youxuanfu_qq_neirong,
.youxuanfu_dh_neirong {
    font-size: 14px;
    color: #00a0e9;
    height: 27px;
    line-height: 27px;
    display: block;
    position: relative;
    text-indent: 25px;
}

.youxuanfu_ul {}

.youxuanfu_li {
    padding: 6px 0px;
    width: 110px;
    margin: 0px auto;
    border-bottom: 1px solid #ddd;
}

.youxuanfu_qq_neirong_i,
.youxuanfu_dh_neirong_i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/float_left.gif) no-repeat;
    background-position: 1px -332px;
    position: absolute;
    top: 4px;
    left: 0px;
}

.youxuanfu_dh_title {
    margin-top: 5px;
    background-position: 1px -77px;
}

.youxuanfu_dh_neirong {
    margin-bottom: 0px;
    font-family: "宋体";
}

.youxuanfu_dh_neirong_i {
    background-position: 1px -274px;
}

.youxuanfu_img {
    width: 110px;
    height: 110px;
}

.youxuanfu_img_e {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.youxuanfu_yin {
    right: -130px;
}

.wx {
    width: 110%;
    height: 320px;
}

@media screen and (min-width: 960px) {
    .wx {
        width: 110%;
        height: 320px;
        position: absolute;
        left: -35px;
    }
    .youxuanfu_ul{
        display: block;
    }
}
@media screen and (max-width:960px) and (min-width:750px)  {
    .youxuanfu_sf {
        display: none;
    }
}

@media screen and (max-width:750px) {
    .youxuanfu_sf {
        display: none;
    }
}
