@charset "UTF-8";

/*头部*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100px;
    line-height: 100px;
    padding: 0 50px;
    border-bottom: 1px solid rgba(217,217,217,.2);
}
.header .logo {
    color: #fff;
    font-size: 0;
}
.header .logo .img2 {
    display: none;
}
.header .logo .slogan {
    font-size: 14px;
    /* color: rgba(255,255,255,.5); */
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: 10px;
}
.header .logo .slogan em {
    display: block;
    font-size: 20px;
    color: #fff;
    font-style: normal;
}
.nav-list li {
    float: left;
    font-size: 0;
    margin: 0 25px;
}
.nav-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
}
.nav-list li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 3px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.nav-list li.on a:before,
.nav-list li a:hover:before {
    left: 0;
    width: 100%;
}
.header-right li {
    float: left;
    margin-left: 25px;
    cursor: pointer;
}
.header-right li:first-child {
    margin-left: 0;
    margin-right: 5px;
}
.header-right li:first-child span {
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
    /*width: 106px;*/
    display: inline-block;
    /*display: none;*/
}
.inner .header-right li:first-child span {
    color: #0F0F45;
}
.header-right li .icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header-right li a:hover .icon-h-change {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.icon-h-tel {
    width: 23px;
    height: 23px;
    background: url(../images/icon/tel.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
}
.icon-h-wx {
    width: 29px;
    height: 23px;
    background: url(../images/icon/wx.png) no-repeat center;
    background-size: contain;
}
.icon-h-search {
    width: 23px;
    height: 23px;
    background: url(../images/icon/search.png) no-repeat center;
    background-size: contain;
}
.icon-h-change {
    width: 25px;
    height: 22px;
    background: url(../images/icon/change.png) no-repeat center;
    background-size: contain;
}
.header-right li {
    position: relative;
}
.header-right li .qr-box,
.header-right li .search-box,
.header-right li .tel-box {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header-right li:hover .qr-box,
.header-right li:hover .search-box,
.header-right li:hover .tel-box  {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.header-right li .qr-box {
    margin-left: -30px;
    top: 93px;
    width: 90px;
}
.header-right li .search-box {
    width: 220px;
    height: 35px;
    background: #fff;
    right: 0;
    left: auto;
}
.header-right li .search-box .key {
    float: left;
    width: 170px;
    height: 35px;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 10px;
}
.header-right li .search-box .sub {
    float: right;
    width: 50px;
    height: 35px;
    font-size: 14px;
    background: #0f0f45 url(../images/icon/search.png) no-repeat center;
    background-size: 16px;
    cursor: pointer;
}
.header-right li .tel-box {
    width: 140px;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    left: 0;
    margin-left: -60px;
    background: transparent;
    text-align: center;
}
.header.inner .header-right li .tel-box {
    background: rgba(15,15,69,.7);
}
.header.inner {
    position: static;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}
.header.inner .logo .slogan {
    color: #8c8c8c;
}
.header.inner .logo .slogan em {
    color: #262626;
}
.header.inner .nav-list li a {
    color: #595959;
}
.header.inner .nav-list li.on a,
.header.inner .nav-list li a:hover {
    color: #0f0f45;
}
.header.inner .nav-list li a:before {
    border-color: #0f0f45;
}
.header.inner .logo .img1 {
    display: none;
}
.header.inner .logo .img2 {
    display: inline-block;
}
.header.inner .icon-h-tel {
    background: url(../images/icon/h-tel2.png) no-repeat center;
    background-size: contain;
}
.header.inner .icon-h-wx {
    background: url(../images/icon/h-wx2.png) no-repeat center;
    background-size: contain;
}
.header.inner .icon-h-search {
    background: url(../images/icon/h-search2.png) no-repeat center;
    background-size: contain;
}
.header.inner .icon-h-change {
    background: url(../images/icon/h-change2.png) no-repeat center;
    background-size: contain;
}

/*首页*/
.index-service .l {
    float: left;
    width: 74.65%;
    overflow: hidden;
}
.index-service .item {
    position: relative;
}
.index-service .item-r {
    float: right;
    width: 23.95%;
    overflow: hidden;
}
.index-service .item .cont {
    position: absolute;
    z-index: 2;
}
.index-service .item-2 {
    margin-top: 20px;
}
.index-service .item-1 .cont {
    left: 49px;
    top: 49px;
}
.index-service .item-2 .cont {
    left: 40px;
    top: 39px;
}
.index-service .item .cont .tit {
    font-size: 24px;
    color: #262626;
    line-height: 1;
}
.index-service .item .cont .sub-tit {
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.2;
    margin-top: 18px;
}
.index-service .item-1 .cont .sub-tit {
    font-size: 18px;
    color: #595959;
}
.index-service .item .cont p {
    font-size: 14px;
    color: #595959;
    line-height: 25px;
    margin-top: 14px;
    width: 384px;
}
.index-service .item .more {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: left;
    width: 128px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #595959;
    background-color: #ffffff;
    border-radius: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-service .item .more:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    /*width: 138px;*/
}
.index-service .item-1 .more {
    left: 49px;
    bottom: 33px;
}
.index-service .item-2 .more {
    left: 40px;
    bottom: 33px;
}
.index-service .item-r .cont {
    text-align: center;
    width: 100%;
    top: 70px;
}
.index-service .item-r .more {
    position: static;
    display: inline-block;
    margin-top: 48px;
    
}
.index-service .item .more .icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 14px;
    margin-top: -1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.index-service .item .more:hover .icon {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.icon-s-1 {
    background-image: url(../images/icon/s-1.png);
}
.icon-s-2 {
    background-image: url(../images/icon/s-2.png);
}
.icon-s-3 {
    background-image: url(../images/icon/s-3.png);
}
.icon-s-4 {
    background-image: url(../images/icon/s-4.png);
}

.index-product {
    background: url(../images/product-bg.jpg) no-repeat center;
    background-size: cover;
}
.cate-tab {
    position: relative;
    margin-top: 33px;
    text-align: center;
    font-size: 0;
}
.cate-tab .case-btn {
    position: absolute;
    top: 11px;
    left: 14px;
    width: 38px;
    height: 38px;
    z-index: 2;
    background: #fff url(../images/icon/case-btn.png) no-repeat center;
    background-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cate-tab .case-btn:hover {
    background: #ff7800 url(../images/icon/case-btn-on.png) no-repeat center;
    background-size: 18px;
}
.cate-tab .case-next {
    left: auto;
    right: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cate-tab-list {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    line-height: 48px;
    font-size: 0;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 0 4px;
}
.cate-tab .item {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 45px;
    position: relative;
    cursor: pointer;
}
.cate-tab .item ~ .item {
    margin-left: 20px;
}
.cate-tab .item span,
.cate-tab .item a {
    color: #595959;
    position: relative;
}
.cate-tab .item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2e5d99;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-tab .item.on:before,
.cate-tab .item:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}
.cate-tab .item.on span,
.cate-tab .item:hover span,
.cate-tab .item.on a,
.cate-tab .item:hover a {
    color: #fff;
}
.index-product-content {
    margin-top: 42px;
    /* height: 720px; */
    overflow: hidden;
}
.list-tab-item {
    border-right: solid 1px #cad4e5;
}
.tab-item .item-l {
    width: 25%;
    border: solid 1px #cad4e5;
    overflow: hidden;
    float: left;
    border-right: none;
}
.tab-item .item-l .abox {
    height: 100%;
}
.tab-item .item-r {
    float: left;
    width: 75%;
    /* border-right: solid 1px #cad4e5; */
}
.product-item {
    position: relative;
}
.product-item .cont,
.product-item .cont2 {
    position: absolute;
    top: 0;
    z-index: 9;
}
.product-item img {
    width: 100%;
    height: 100%;
}
.tab-item .item-r .product-item {
    width: 33.33%;
    width: calc(100% / 3);
    border-bottom: solid 1px #cad4e5;
    /* border-right: solid 1px #cad4e5; */
    float: left;
    overflow: hidden;
    border-left: solid 1px #cad4e5;
}
.tab-item .item-r .product-item:nth-child(2) {
    width: 33.33%;
}
.tab-item .item-r .product-item:first-child {
    width: 66.67%;
    height: 361px;
}
.tab-item .item-r .product-item:first-child,
.tab-item .item-r .product-item:nth-child(2) {
    border-top: solid 1px #cad4e5;
}
.tab-item .item-l .cont {
    top: 80px;
    width: 100%;
    text-align: center;
}
.tab-item .item-l .cont .tit {
    font-size: 28px;
    color: #0f0f45;
    line-height: 1;
}
.tab-item .item-l .cont .subtit {
    color: #6b6b6b;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 20px;
}
.tab-item .product-item .cont .more {
    display: inline-block;
    width: 91px;
    height: 30px;
    line-height: 30px;
    background-color: #949494;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tab-item .product-item .abox:hover .cont .more {
    background-color: #e17f00;
    box-shadow: 0px 6px 8px 0px 
        rgba(225, 127, 0, 0.2);
}
.tab-item .item-r .product-item:first-child .cont {
    top: 59px;
    left: 65px;
}
.tab-item .item-r .product-item:first-child .cont .tit {
    font-size: 32px;
    color: #0f0f45;
    line-height: 1;
}
.tab-item .item-r .product-item:first-child .cont .subtit {
    color: #6b6b6b;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 48px;
}
.tab-item .item-r .product-item ~ .product-item .cont2,
.other-item .item .cont {
    position: absolute;
    top: auto;
    bottom: -60px;
    padding: 35px 0 40px;
    background: rgba(255,255,255,0);
    width: 100%;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.tab-item .item-r .product-item ~ .product-item .cont2 .tit,
.other-item .item .cont .tit {
    font-size: 24px;
    color: #0f0f45;
    line-height: 1;
}
.tab-item .item-r .product-item ~ .product-item .cont2 .subtit,
.other-item .item .cont .subtit {
    font-size: 14px;
    color: #6b6b6b;
    margin-top: 20px;
}
.tab-item .item-r .product-item ~ .product-item:hover .cont2,
.other-item .item .abox:hover .cont {
    bottom: 0;
    background: rgba(255,255,255,.8);
}
.other-item {
    margin-top: 20px;
    /*border-top: solid 1px #cad4e5;*/
}
.other-item .item:nth-child(1),
.other-item .item:nth-child(2),
.other-item .item:nth-child(3),
.other-item .item:nth-child(4) {
    border-top: solid 1px #cad4e5;
}
.other-item .item {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    border: solid 1px #cad4e5;
    border-top: none;
    border-right: none;
}
.other-item .item:last-child,
.other-item .item:nth-child(4n) {
    border-right: solid 1px #cad4e5;
}
.other-item .item .abox {
    background: #fff;
}
.index-lc {
    padding-top: 124px;
    padding-bottom: 32px;
    background: url(../images/lc-bg.jpg) no-repeat center top;
}
.lc-list {
    margin-top: 76px;
}
.lc-list li {
    width: 20%;
    text-align: center;
    position: relative;
}
.lc-list li .pic {
    display: inline-block;
    vertical-align: top;
    width: 113px;
    height: 130px;
    background: #eee;
    margin-bottom: 90px;
    background: url(../images/icon/lc-1.png) no-repeat center;
    background-size: contain;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.lc-list li:hover .pic {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.lc-list li:nth-child(2) .pic {
    background: url(../images/icon/lc-2.png) no-repeat center;
    background-size: contain;
}
.lc-list li:nth-child(3) .pic {
    background: url(../images/icon/lc-3.png) no-repeat center;
    background-size: contain;
}
.lc-list li:nth-child(4) .pic {
    background: url(../images/icon/lc-4.png) no-repeat center;
    background-size: contain;
}
.lc-list li:nth-child(5) .pic {
    background: url(../images/icon/lc-5.png) no-repeat center;
    background-size: contain;
}
.lc-list li:nth-child(2n) .pic {
    margin-top: 90px;
    margin-bottom: 0;
}
.lc-list li .yuan {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 50%;
    margin-top: 15px;
}
.lc-list li:nth-child(2n) .yuan {
    margin-top: -33px;
}
.lc-list li:nth-child(3) .yuan {
    margin-top: 18px;
}
.lc-list li .cont h4 {
    font-size: 24px;
    color: #262626;
    line-height: 1;
}

.lc-list li .cont p {
    margin-top: 20px;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
}
.index-lc .zx-bar {
    margin-top: 65px;
    margin-bottom: 115px;
    text-align: center;
}
.com-zx-sq,
.com-zx-tel {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #dddddd;
    font-size: 20px;
    color: #2c303b !important;
    margin: 0 8px;
    vertical-align: middle;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.com-zx-sq:hover,
.com-zx-tel:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.com-zx-tel {
    width: 240px;
}
.icon-zx-tel {
    width: 21px;
    height: 21px;
    background: url(../images/icon/zx-2.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
    margin-right: 15px;
}
.com-zx-sq {
    position: relative;
    width: 160px;
    text-align: left;
    padding-left: 55px;
}
.icon-index-zx {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 40px;
    height: 40px;
    background: url(../images/icon/zx-1.png) no-repeat center;
    background-size: contain;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.com-zx-sq:hover .icon-index-zx {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cate-tab-swiper {
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 0px 20px 0px 
        rgba(34, 24, 21, 0.1);
    border-radius: 30px;
    overflow: hidden;
    padding: 0 60px;
    background: #fff;
}
.cate-tab-swiper .swiper-wrapper {
    align-items: center;
}
.cate-tab-swiper .item {
    padding: 0;
}
.cate-tab-swiper .item ~ .item {
    margin-left: 5px;
}
.case-show {
    background: #fff;
}
.page-case .case-show {
    padding-bottom: 60px;
}
.case-show .swp {
    line-height: 1;
    bottom: 0;
}
.case-show .item {
    position: relative;
    width: 20% !important;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-show .item .tit-big {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    margin-top: -14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-show .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: #1F242F;
    opacity: .6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-show .item.on:before {
    opacity: 0;
}
.case-show .item .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -129px;
    width: 460px;
    margin-left: -230px;
    background-color: rgba(255,255,255,.85);
    z-index: 2;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    padding: 40px 60px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-show .item.on .cont {
    visibility: visible;
    opacity: 1;
}
.case-show .item .cont h4 {
    font-size: 28px;
    color: #262626;
}
.case-show .item .cont h4 a {
    color: #262626;
}
.case-show .item .cont p {
    color: #595959;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.case-show .item .cont .more {
    color: #262626;
}
.case-show .item .cont .more:hover,
.case-show .item .cont h4 a:hover {
    color: #2e5d99;
}
.case-show .item.on {
    width: 40% !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-show .item.on .tit-big {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.case-show .item img {
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-show .item.on img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.section-honor {
    justify-content: center;
    align-items: center;
    background: #EDEDEF;
    background: #EDEDEF url(../images/honor-bg.jpg) no-repeat right center;
    background-size: 59% 100%;
    height: 500px;
    position: relative;
}
.section-honor .cont {
    width: 29.1666%;
    padding-right: 90px;
}
.section-honor .pic-wrap {
    width: 46.875%;
    padding-left: 60px;
}
.section-honor .cont .des {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 28px;
    margin-top: 35px;
    margin-bottom: 55px;
}
.honor-swiper .item {
    text-align: center;
}
.honor-swiper .item .tit {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.swiper-btn {
    position: absolute;
    left: 38.5%;
    bottom: 0;
    z-index: 2;
    font-size: 0;
}
.swiper-btn .honor-prev,
.swiper-btn .honor-next {
    display: inline-block;
    width: 47px;
    height: 46px;
    background-color: #2c303b;
    outline: none !important;
    cursor: pointer;
    background: #2c303b url(../images/icon/btn-prev-mini.png) no-repeat center;
}
.swiper-btn .honor-prev {
    background-color: rgba(44,48,59,.5);
}
.swiper-btn .honor-next {
    background: #2c303b url(../images/icon/btn-prev-mini.png) no-repeat center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.about-wrap {
    padding-bottom: 90px;
    border-bottom: 1px solid #ddd;
}
.about-wrap .tit-bar {
    position: relative;
}
.about-wrap .tit-bar .com-title {
    position: absolute;
    left: 0;
    top: 60px;
}

.news-wrap {
    margin-top: 85px;
}
.news-item {
    width: 32.3611%;
}
.news-item .news-box {
    margin-top: 25px;
    background-color: #f8f8f8;
    border: solid 1px #dddddd;
    padding: 10px;
}
.news-item .news-box .pic img {
    width: 100%;
}
.news-item .news-box .news-pic .cont {
    padding: 25px 8px 25px;
    border-bottom: 1px solid #ddd;
}
.news-item .news-box .news-pic .cont h4 {
    font-size: 18px;
    color: #262626;
    line-height: 1;
}
.news-item .news-box .news-pic .cont h4 a {
    color: #262626;
}
.news-item .news-box .news-pic .cont p {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
}
.news-item .news-box .news-pic .cont .more-bar {
    line-height: 1;
}
.news-item .news-box .news-pic .cont .more-bar a {
    color: #595959;
    line-height: 1;
}
.icon-news-more {
    width: 21px;
    height: 18px;
    background: url(../images/icon/news-more.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-ul {
    padding: 28px 8px 20px;
}
.news-ul li {
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.news-ul li ~ li {
    margin-top: 20px;
}
.news-ul li a {
    display: inline-block;
    width: 70%;
    font-size: 15px;
    color: #595959;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-ul li .date {
    color: #bfbfbf;
}
.news-item .news-box .news-pic .cont h4 a:hover,
.news-item .news-box .news-pic .cont .more-bar a:hover,
.news-ul li a:hover {
    color: #2e5d99;
}
.news-item .news-box .news-pic .cont .more-bar a:hover .icon {
    background: url(../images/icon/news-more-on.png) no-repeat center;
    background-size: contain;
}
.about-content {
    margin-top: 45px;
    margin-bottom: 60px;
}
.about-content .cont {
    width: 41.6666%;
}
.about-content .cont h4 {
    font-size: 24px;
    color: #0f0f45;
    line-height: 1;
}
.about-content .cont .des {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-content .cont .more {
    display: inline-block;
    width: 160px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #dddddd;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #8c8c8c;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.about-content .cont .more:hover {
    background: #0f0f45;
    color: #fff;
    width: 175px;
}
.about-other {
    width: 49.2361%;
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px 
        rgba(34, 24, 21, 0.1);
    border-radius: 5px;
    border-top: 3px solid #ff7800;
    overflow: hidden;
    padding-top: 30px;
}
.about-other li {
    width: 33.3333%;
    width: calc(100% / 3);
    text-align: center;
}
.about-other li h4 {
    font-size: 20px;
    color: #262626;
    line-height: 1;
    margin-top: 15px;
}
.about-other li .pic {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.about-other li:hover .pic {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.about-other li .en {
    font-size: 12px;
    color: #CECECE;
    margin-top: 10px;
}
.about-other li .abox:hover h4 {
    color: #2e5d99;
}

/*尾部*/
.footer {
    padding-top: 59px;
    background: url(../images/foot-bg.jpg) no-repeat center;
    background-size: cover;
}
.foot-one {
    margin-bottom: 45px;
}
.foot-nav .item {
    float: left;
    color: #A5A6A8;
}
.foot-nav .item ~ .item {
    margin-left: 138px;
}
.foot-nav .item .tit {
    font-size: 18px;
    color: #D9D9DA;
    line-height: 1;
    margin-bottom: 30px;
}
.foot-nav .item ul li ~ li {
    margin-top: 10px;
}
.foot-nav .item ul li a {
    color: #A5A6A8;
}
.foot-nav .item .des {
    line-height: 36px;
}
.foot-nav .item .des .tel {
    font-size: 32px;
    color: #ff7800;
    margin-bottom: 5px;
}
.foot-qr .item {
    float: left;
    width: 120px;
    margin-left: 20px;
    text-align: center;
    color: #7A7C80;
    line-height: 36px;
}
.links {
    color: #7A7C80;
    margin-bottom: 30px;
}
.links a {
    margin-right: 10px;
}
.copyright {
    padding-top: 25px;
    padding-bottom: 35px;
    border-top: 1px solid #3f4554;
    color: #7A7C80;
}
.copyright a,
.links a {
    color: #7A7C80;
}
.copyright .fr a {
    margin-left: 15px;
}
.foot-nav .item ul li a:hover,
.copyright a:hover,
.links a:hover {
    color: #fff;
}

/*产品*/
.page-mbx {
    position: relative;
    z-index: 2;
    margin: -40px auto 0;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px 
        rgba(34, 24, 21, 0.1);
    border-radius: 10px;
    padding: 0 38px 0 50px;
    margin-bottom: 80px;
    line-height: 80px;
    overflow: hidden;
}
.icon-home {
    width: 19px;
    height: 19px;
    background: url(../images/icon/icon-home.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
    margin-right: 5px;
}
.icon-hot {
    width: 33px;
    height: 19px;
    background: url(../images/icon/icon-hot.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
    margin-right: 5px;
}
.page-mbx .wz,
.page-mbx .wz a,
.com-wz,
.com-wz a {
    color: #8c8c8c;
}
.com-wz a:hover,
.hot-show a:hover,
.page-mbx .wz a:hover {
    color: #2e5d99;
}
.hot-show {
    color: #ff7800;
}
.hot-show a {
    color: #595959;
    margin-right: 10px;
}
.cate-list li {
    float: left;
}
.cate-list li ~ li {
    margin-left: 55px;
}
.cate-list li a {
    position: relative;
    display: inline-block;
    position: relative;
    color: #595959;
    font-size: 16px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-list li.on a,
.cate-list li a:hover {
    color: #ff7800;
}
.cate-list li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #ff7800;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-list li.on a:before,
.cate-list li a:hover:before {
    left: 0;
    width: 100%;
}

/*案例*/
.partner-wrap {
    padding-bottom: 86px;
    background: url(../images/case-bg.jpg) no-repeat center;
    background-size: cover;
}
.partner-content {
    position: relative;
    margin-top: 56px;
}
.partner-next,
.partner-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    z-index: 9;
    width: 47px;
    height: 46px;
    background: rgba(140,140,140,.5) url(../images/icon/btn-prev-mini.png) no-repeat center;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.partner-next:hover,
.partner-prev:hover {
    background-color: #2E5D99;
}
.partner-next {
    left: auto;
    right: -50px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.partner-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.partner-list li {
    position: relative;
    margin: 0 37px;
    height: 154px;
    line-height: 154px;
    font-size: 0;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.partner-list li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.partner-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -30.5px;
    width: 100%;
    height: 215px;
    background: url(../images/partner-bg.png) no-repeat center;
    background-size: contain;
    z-index: 2;
}
.partner-list li img {
    position: relative;
    z-index: 3;
    width: 96%;
}
.partner-swiper {
    padding: 30px 0;
}
.page-case .cate-tab {
    margin-top: 55px;
    margin-bottom: 50px;
}

/*新闻*/
.news-list {
    margin-top: 30px;
    padding-bottom: 90px;
}
.news-list .item .abox {
    padding: 30px;
    border: 1px solid #ddd;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list .item .abox:hover {
    box-shadow: 0px 0px 20px 0px 
        rgba(34, 24, 21, 0.1);
    border-color: #fff;
}
.news-list .item ~ .item {
    margin-top: 20px;
}
.news-list .item .pic {
    width: 446px;
    float: left;
}
.news-list .item .cont {
    float: left;
    width: 705px;
    padding-top: 30px;
    padding-left: 45px;
}
.news-list .item .cont h4 {
    font-size: 24px;
    color: #262626;
    line-height: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list .item .cont p {
    line-height: 28px;
    color: #8c8c8c;
    margin-top: 20px;
    margin-bottom: 80px;
    height: 84px;
}
.news-list .item .cont .more-bar .more {
    color: #595959;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list .item .cont .more-bar .icon {
    float: right;
    margin-top: 2px;
}
.news-list .item .date {
    float: right;
    width: 135px;
    text-align: right;
    padding-top: 80px;
}
.news-list .item .date .md {
    color: #0f0f45;
    font-size: 52px;
    line-height: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list .item .date .y {
    font-size: 24px;
    color: #595959;
    line-height: 1;
    margin-top: 10px;
}
.news-list .item .abox:hover .cont h4,
.news-list .item .abox:hover .cont .more-bar .more,
.news-list .item .abox:hover .date .md {
    color: #ff7800;
}

/*品牌*/
.brand-one {
    padding-bottom: 75px;
}
.brand-one .cont {
    position: relative;
    width: 730px;
    padding-right: 40px;
}
.brand-one .cont .des {
    color: #595959;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.brand-one .cont .sl-list {
    position: absolute;
    z-index: 3;
    width: 806px;
    height: 131px;
    background-color: #fafafa;
    align-items: center;
    border-left: 2px solid #ff6d1d;
}
.brand-one .cont .sl-list li {
    width: 33.3333%;
    width: calc(100% / 3);
    text-align: center;
    color: #595959;
    font-size: 18px;
}
.brand-one .cont .sl-list li .tit {
    font-size: 32px;
    line-height: 1;
    color: #ff6d1d;
    margin-bottom: 8px;
}
.brand-one .pic {
    position: relative;
    width: 710px;
    margin-top: 30px;
}
.brand-one .pic img {
    position: relative;
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.brand-one .pic:hover img {
    -webkit-transform: translate(-5px,-5px);
    -ms-transform: translate(-5px,-5px);
    -o-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
}
.brand-one .pic:before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background: #ff6d1d;
}
.brand-two {
    background: url(../images/brand-bg.jpg) no-repeat center;
    background-size: cover;
}
.brand-gg {
    position: relative;
    z-index: 2;
    margin-top: -120px;
    margin-bottom: 100px;
    height: 240px;
    align-items: center;
    padding-left: 100px;
    padding-right: 130px;
}
.brand-gg .tit .t1 {
    font-size: 32px;
    line-height: 1;
    color: #414141;
}
.brand-gg .tit .t2 {
    font-size: 48px;
    line-height: 1;
    color: #ff6d1d;
    margin-top: 24px;
    font-weight: bold;
}
.brand-gg .zx .zx-btn {
    display: inline-block;
    width: 195px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    line-height: 50px;
    font-size: 23px;
    color: #2c303b;
    margin-bottom: 23px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.brand-gg .zx .zx-btn:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.brand-gg .zx .zx-btn:hover .icon-brand-zx {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.brand-gg .zx p {
    color: #5F5F5E;
    line-height: 1;
}
.brand-gg .zx p span {
    color: #262626;
    font-size: 20px;
    line-height: 1;
}
.icon-brand-zx {
    width: 50px;
    height: 100%;
    background: url(../images/icon/brand-zx.png) no-repeat center;
    background-size: contain;
    margin-right: 22px;
    vertical-align: top;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.icon-brand-tel {
    width: 15px;
    height: 15px;
    margin-right: 9px;
    background: url(../images/icon/brand-tel.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
}
.brand-product {
    margin-top: 90px;
    padding-bottom: 270px;
}
.brand-product .item {
    width: 32.5%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px 
        rgba(34, 24, 21, 0.1);
    padding: 10px;
    float: left;
    height: 415px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.brand-product .item:hover {
    box-shadow: 0px 0px 20px 0px 
        rgba(0, 0, 0, 0.2);
}
.brand-product .item:nth-child(2) {
    margin-top: -30px;
    margin-left: 1.25%;
    margin-right: 1.25%;
}
.brand-product .item .pic-des {
    padding-bottom: 10px;
}
.brand-product .item .pic-des .pic {
    float: left;
}
.brand-product .item .pic-des .des {
    overflow: hidden;
    text-align: center;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 50px;
}
.brand-product .item .pic-des .des h4 {
    font-size: 24px;
    color: #0f0f45;
    line-height: 1;
}
.brand-product .item .pic-des .des p {
    color: #8c8c8c;
    line-height: 24px;
    margin-top: 20px;
}
.brand-product .item .cont {
    padding: 30px 20px 20px;
    border-top: 1px solid #e5e5e5;
}
.brand-product .item .cont h4 {
    font-size: 18px;
    color: #262626;
    line-height: 1;
}
.brand-product .item .cont .des {
    color: #8c8c8c;
    line-height: 24px;
    margin-top: 24px;
}
.honor-wrap {
    position: relative;
    margin-top: 50px;
}
.honor-list .item .abox {
    border: solid 1px #dddddd;
    text-align: center;
}
.honor-list .item .abox .pic {
    padding: 26px;
    overflow: hidden;
}
.honor-list .item .abox .tit {
    line-height: 60px;
    color: #595959;
    font-size: 16px;
    border-top: solid 1px #dddddd;
}
.honor-wrap .s-btn {
    margin-top: -50px;
}
.honor-wrap .partner-next {
    right: -82px;
}
.honor-wrap .partner-prev {
    left: -82px;
}
.honor-list .honor-pg {
    position: static;
    margin-top: 40px;
    line-height: 1;
}
.hj-wrap {
    margin-top: 50px;
}
.hj-list .item {
    text-align: center;
    padding: 10px;
    padding-bottom: 0;
    border: 1px solid #ddd;
}
.hj-list .item .tit {
    line-height: 70px;
    font-size: 16px;
    color: #595959;
}
.hj-list .hj-pg {
    margin-top: 45px;
    line-height: 1;
}

/*服务*/
.service-intro {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 100px;
}
.service-intro .cont {
    position: absolute;
    left: 100px;
    top: 18%;
    z-index: 2;
}
.service-intro .cont h4 {
    font-size: 48px;
    color: #0f0f45;
    line-height: 1;
    margin-top: 70px;
}
.service-intro .cont p {
    font-size: 16px;
    color: #595959;
    line-height: 30px;
    margin-top: 35px;
}
.service-tit-bar {
    margin-bottom: 50px;
}
.service-tit-bar .des {
    text-align: right;
    margin-top: -2px;
}
.service-tit-bar .des p {
    font-size: 18px;
    line-height: 28px;
    color: #0f0f45;
}
.service-tit-bar .des .zx,
.service-tit-bar .des .tel {
    margin-right: 0;
    margin-top: 15px;
}
.service-tit-bar .des .tel {
    text-align: center;
}
.service-item hr {
    margin: 80px 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.jgsb-wrap {
    position: relative;
}
.jgsb-wrap .partner-prev,
.jgsb-wrap .partner-next {
    margin-top: -23px;
}
.jgsb-wrap .partner-prev {
    left: -80px;
}
.jgsb-wrap .partner-next {
    right: -80px;
}
.jgsb-list {
    padding: 0 1px;
}
.jgsb-list .item {
    text-align: center;
    border: solid 1px #dddddd;
    padding: 10px;
    padding-bottom: 0;
}
.jgsb-list .item .tit {
    line-height: 70px;
    color: #595959;
    font-size: 16px;
}
.jgsb-list .jgsb-pg {
    margin-top: 30px;
}
.service-sale {
    background: url(../images/service-bg.jpg) no-repeat center;
    background-size: cover;
}
.service-list {
    margin-top: 75px;
}
.service-list .item {
    text-align: center;
}
.service-list .item h4 {
    margin-top: 35px;
    color: #262626;
    font-size: 26px;
    line-height: 1;
}
.service-list .item p {
    margin-top: 16px;
    line-height: 25px;
    color: #8c8c8c;
}
.form-content .one .item {
    width: 28.5%;
    height: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #bbbbbb;
    line-height: 58px;
    font-size: 0;
}
.form-content .one .item label {
    display: inline-block;
    width: 79px;
    text-align: center;
}
.form-content .one .item input {
    height: 30px;
    border-left: 1px solid #ddd;
    vertical-align: middle;
    padding-left: 15px;
    width: 70%
}
.form-content .one .item:nth-child(3) {
    width: 41%;
}
.form-content .two textarea {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #bbbbbb;
    margin-top: 10px;
    display: block;
    line-height: 1.75;
    padding: 25px 30px;
}
.form-content .sub {
    margin-top: 20px;
    width: 100%;
    height: 60px;
    background-color: #8c8c8c;
    border-radius: 5px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.form-content .sub:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    opacity: .95;
}

/*关于*/
.page-about .cont {
    width: 100%;
}
.page-about .cont .des-wrap .des:first-child {
    width: 41%;
    line-height: 32px;
    color: #595959;
    text-indent: 2em;
}
.page-about .cont .des-wrap .des:first-child p ~ p {
    margin-top: 10px;
}
.page-about .cont .des-wrap .des:last-child {
    width: 53.2%;
    line-height: 24px;
    color: #595959;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-indent: 2em;
}
.page-culture {
    padding-top: 40px;
}
.culture-list {
    margin-top: 60px;
}
.culture-list .item {
    text-align: center;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px 
        rgba(34, 24, 21, 0.1);
    border-radius: 5px;
    border-top: 5px solid #ff7800;
    width: 23.95%;
    position: relative;
    padding-top: 50px;
}
.culture-list .item .pic {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.culture-list .item:hover .pic {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.culture-list .item h4 {
    color: #262626;
    font-size: 24px;
    line-height: 1;
    margin-top: 18px;
    margin-bottom: 15px;
}
.culture-list .item p {
    font-size: 16px;
    line-height: 25px;
    color: #8c8c8c;
}
.page-develop {
    padding-top: 200px;
    margin-top: -98px;
    background: url(../images/develop-bg.jpg) no-repeat center;
    background-size: cover;
}
.develop-wrap {
    position: relative;
}
.develop-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 322px;
    width: 100%;
    border-bottom: 1px solid #b6bdd9;
}
.develop-content {
    position: relative;
    margin-top: 80px;
}
.develop-list .item {
    text-align: center;
}
.develop-list .item h4 {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin-top: 35px;
    font-weight: bold;
}
.develop-list .item .des {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.develop-list .item .point {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
    margin-top: 18px;
    margin-bottom: 15px;
}
.develop-list .item .point:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-color: #0f0f45;
    border-radius: 6px;
}
.develop-wrap .partner-prev,
.develop-wrap .partner-next {
    width: 36px;
    height: 36px;
    background: url(../images/icon/develop-btn.png) no-repeat center;
    background-size: contain;
    top: 25%;
}
.develop-wrap .partner-prev:hover,
.develop-wrap .partner-next:hover {
    background: url(../images/icon/develop-btn-on.png) no-repeat center;
    background-size: contain;
}

/*联系*/
.contact-content {
    position: relative;
    margin-top: -140px;
    height: 470px;
    padding-top: 75px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px 
        rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: url(../images/contact-bg.jpg) no-repeat center;
    background-size: cover;
}
.contact-list {
    margin-top: 80px;
}
.contact-list li {
    width: 33.3333%;
    margin-bottom: 50px;
    padding-left: 8%;
}
.contact-list li .des {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.contact-list li .des h4 {
    color: #8c8c8c;
    font-size: 14px;
}
.contact-list li .des p {
    color: #262626;
    font-size: 24px;
    line-height: 1.5;
}
.contact-list li .icon {
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -2px;
    margin-right: 15px;
}
.contact-list li .icon-c-1 {
    background-image: url(../images/icon/c-1.png);
}
.contact-list li .icon-c-2 {
    background-image: url(../images/icon/c-2.png);
}
.contact-list li .icon-c-3 {
    background-image: url(../images/icon/c-3.png);
}
.contact-list li .icon-c-4 {
    background-image: url(../images/icon/c-4.png);
}
.contact-list li .icon-c-5 {
    background-image: url(../images/icon/c-5.png);
}
.contact-list li .icon-c-6 {
    background-image: url(../images/icon/c-6.png);
}
.map-content {
    position: relative;
    margin-top: 60px;
    height: 600px;
    background-color: #ddd;
    border-radius: 20px;
}
.map-content .addr {
    position: absolute;
    left: 5%;
    bottom: 29px;
    width: 90%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px 
        rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    line-height: 80px;
    overflow: hidden;
    font-size: 18px;
    color: #595959;
    padding: 0 50px;
}
.icon-c-addr {
    width: 27px;
    height: 27px;
    background: url(../images/icon/map-2.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
    margin-right: 20px;
}

/*产品详情 开始*/
.inner-position {
    height: 60px;
    background-color: #ededef;
    line-height: 60px;
}
.product-header {
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
}
.product-slide-wrap {
    width: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-slide-wrap .partner-prev {
    left: 0;
    margin-top: -23px;
}
.product-slide-wrap .partner-next {
    right: 0;
    margin-top: -23px;
}
.product-desc {
    position: relative;
    width: 50%;
    padding-left: 80px;
}
.product-desc .cont h1 {
    font-size: 36px;
    color: #0f0f45;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
}
.product-desc .cont .type {
    font-size: 16px;
    color: #595959;
    line-height: 1;
}
.product-desc .cont .des {
    margin-top: 10px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 28px;
}
.product-desc .zixun {
    margin-top: 75px;
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
}
.product-desc .zixun .zx {
    margin: 0;
}
.product-desc .zixun .tel {
    text-align: center;
    margin: 0;
    margin-left: 15px;
}
.detail-body {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    padding-bottom: 70px;
}
.detail-left {
    width: 73.85%;
}
.detail-right {
    width: 23.92%;
}
.detail-tit {
    font-size: 24px;
    color: #262626;
    line-height: 1;
    margin-bottom: 25px;
}
.article-content {
    background: #fff;
    padding: 50px 60px;
    border-top: 2px solid #0f0f45;
    font-size: 16px;
    line-height: 1.75;
}
.block-item {
    margin-top: 60px;
}
.blcok-tit {
    position: relative;
    font-size: 24px;
    color: #262626;
    margin-bottom: 25px;
    line-height: 1;
}
.blcok-tit .more {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #8c8c8c;
    font-size: 16px;
}
.blcok-tit .more:hover {
    color: #0f0f45;
}
.blcok-tit .more .icon-plus {
    width: 20px;
    height: 20px;
    background: url(../images/icon-plus.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;margin-right: 7px;
}
.pics-list .item .abox {
    text-align: center;
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pics-list .item .abox:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.pics-list .item .abox .pic {
    overflow: hidden;
}
.pics-list .item .abox .tit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #262626;
    font-size: 16px;
    padding: 0 18px;
    text-align: left;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.detail-right .pics-list .item {
    margin-bottom: 16px;
}
.icon-p-more {
    width: 18px;
    height: 16px;
    background: url(../images/icon/news-more.png) no-repeat center;
    background-size: contain;
}
.detail-more {
    align-items: center;
    padding: 0 34px;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    border-top: solid 1px #e5e5e5;
    color: #8c8c8c;
}
.detail-more .more {
    display: inline-block;
    width: 150px;
    height: 36px;
    background-color: #595959;
    border-radius: 18px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.detail-more .more:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    opacity: .9;
}
.case-list .item .abox {
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.case-list .item .abox:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.case-list .item .abox .cont {
    padding: 25px 20px 0;
    border: solid 1px #dddddd;
}
.case-list .item .abox .cont h4 {
    font-size: 18px;
    line-height: 1;
    color: #262626;
}
.case-list .item .abox .cont p {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
    margin-top: 20px;
    margin-bottom: 30px;
}
.case-list .item .abox .cont .more {
    line-height: 50px;
    color: #595959;
    border-top: 1px solid #ddd;
}
/*产品详情 结束*/

/*案例详情*/
.case-body {
    padding-top: 0;
}
.xg-list.case-list .item ~ .item {
    margin-top: 10px;
}
.xg-list.case-list .item .abox .cont {
    padding: 25px 20px;
}
.xg-list.case-list .item .abox .cont p {
    margin-bottom: 0;
}