﻿@charset "utf-8";

/*~~~~框架布局~~~*/

html {
    verflow: -Scroll;
    overflow-x: hidden;
    zoom: 1;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}


/*==版心定义↓==*/

.container {
    width: 1600px;
}


/*==字符串↓==*/

i,
.iof {
    font-style: normal;
    font-family: "iconfont";
    transition: all .4s ease-in-out
}

@font-face {
    font-family: 'iconfont';
    /* project id 1963410 */
    src: url('../fonts/font_1963410_rntzau7z25.eot');
    src: url('../fonts/font_1963410_rntzau7z25.eot') format('embedded-opentype'), url('../fonts/font_1963410_rntzau7z25.woff2') format('woff2'), url('../fonts/font_1963410_rntzau7z25.woff') format('woff'), url('../fonts/font_1963410_rntzau7z25.ttf') format('truetype'), url('../fonts/font_1963410_rntzau7z25.svg#iconfont') format('svg');
}


/*==顶部↓==*/


/*.fixed-top{ position: fixed;width:100%;z-index:99; background:#fff; }*/

.head-top {
    padding: 30px 0;
    background: url(../images/bg03.jpg);
    background-size: cover;
}

.head-top .container {
    position: relative;
}

.head-top .logo {}

.head-top .logo img {
    max-width: 210px;
}

.head-top .explan {
    float: left;
    margin: 12px 0 0 15px;
    padding-left: 15px;
    color: #2f2f2f;
    font-size: 18px;
    line-height: 36px;
    border-left: 1px solid #ccc;
}

.head-top .explan font {
    display: block;
    color: #f58320;
    font-size: 28px;
    font-weight: bold
}

.head-top .teech {
    float: left;
    display: block;
    margin: 20px 0 0 40px;
}

.head-top .tel {
    float: right;
    display: block;
    color: #0070c0;
    font-size: 22px;
}

.head-top .tel i {
    float: left;
    display: block;
    margin-right: 10px;
    color: #f58320;
    font-size: 28px;
}

.head-top .search {
    position: absolute;
    right: 90px;
    bottom: 0;
    border: 1px #bbb solid;
    border-radius: 5px;
}

.head-top .langbtn{
    position: absolute;
    right: -90px;
}
.head-top .langbtn>a{
    display: inline-block;
}
.head-top .langbtn>a>img{
    width: 100%;
    height: 100%;
}

.head-top .search input.sear_text {
    border: none;
    width: 300px;
    background: none;
    padding: 5px 20px;
}

.head-top .search input.iof {
    padding: 7px 20px;
    color: #fff;
    font-size: 20px;
    border: none;
    background: #0070c0;
}

.head-top .search button:hover {
    background: #333
}


/*==导航↓==*/

.head-nav {
    background: #161616 url(../images/bg02.png) repeat-y center;
}

.head-nav .nav {
    display: flex;
    border-left: 1px #4a4a4a solid
}

.head-nav .nav>li {
    position: relative;
    flex: 1;
    border-right: 1px #4a4a4a solid
}

.head-nav .nav>li>a {
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 59px;
    text-align: center
}

.head-nav .nav>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0070c0;
    transition: transform .5s;
    transform: scale(0, 1);
    transform-origin: right;
}

.head-nav .nav>li>dl {
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 99;
    display: none;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.head-nav .nav>li>dl>dd {
    float: none;
    width: 100%;
    position: relative;
}

.head-nav .nav>li>dl>dd>a {
    display: block;
    text-align: center;
    font-size: 14px;
    background: #333;
    color: #fff;
    line-height: 47px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

/*nli-v2*/
.head-nav .nav>li>dl>dd .nli-v2{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 80%;
    background: #444;
}
.head-nav .nav>li>dl>dd .nli-v2>.nli-v2l{
    position: relative;
}
.head-nav .nav>li>dl>dd .nli-v2>.nli-v2l>a{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.head-nav .nav>li>dl>dd:hover .nli-v2{
    display: block;
}

.head-nav .nav>li>dl>dd .nli-v2>.nli-v2l>a:hover {
    background: #0070c0;
}
/*nli-v2 end*/
/*nli-v3*/
.head-nav .nav>li>dl>dd>.nli-v2>.nli-v2l>.nli-v3{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 80%;
    background: #444;
}
.head-nav .nav>li>dl>dd>.nli-v2>.nli-v2l>.nli-v3>a{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.head-nav .nav>li>dl>dd>.nli-v2>.nli-v2l:hover>.nli-v3{
    display: block;
}

.head-nav .nav>li>dl>dd>.nli-v2>.nli-v2l>.nli-v3>a:hover {
    background: #0070c0;
}
/*nli-v3 end*/

.head-nav .nav>li>dl>dd>a:hover {
    background: #0070c0;
}

.head-nav .nav>li:hover dl {
    top: 59px;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    display: block;
}

.head-nav .nav>li:hover>a,
.head-nav .nav>li#active>a {
    color: #fff;
}

.head-nav .nav>li:hover>a:after,
.head-nav .nav>li#active>a:after {
    transform: scale(1);
    transform-origin: left;
}


/*==次级导航↓==*/

.menu {
    width: 100%;
    margin-top: 60px;
}

.menu ul {
    display: table;
    text-align: center;
    /*! background:#f2f3f4; */
    /*! width: 100%; */
    margin: auto;
}

.menu li {
    /*! flex: 1; */
    display: inline-block;
}

.menu li a {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0px;
    color: #191919;
    font-size: 18px;
    border: 1px #ddd solid;
    overflow: hidden;
    padding: 12px 50px;
    border-radius: 5px;
    margin: 0 10px;
    background: #fff;
}

.menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: #0d4da1;
    /*transition:transform .5s;transform: scale(1,0);transform-origin:top;*/
}

.menu li:hover a,
.menu li.active a {
    color: #fff;
    border-color: #0d4da1
}

.menu li:hover a:after,
.menu li.active a:after {
    height: 100%;
    /*transform: scale(1);transform-origin:bottom;*/
}


/*==面包屑↓==*/

.site {
    margin: 30px 0px 0px 0;
    color: #767676;
    font-size: 14px;
}

.site .home i {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}

.site a {
    color: #666;
    font-size: 12px;
}

.site a:hover {
    color: #0070c0
}


/*==地图↓==*/

#dituContent {
    margin: 0px 0 0 0;
    width: 100%;
    height: 500px;
}


/*==边距↓==*/

.mt80 {
    margin-top: 80px
}

.mt80 {
    padding: 80px 0;
}

.pt80 {
    padding: 80px 0;
}

.pt70 {
    padding-top: 70px;
}

.ptm50 {
    padding: 50px 0;
}

.ptm70 {
    padding: 70px 0;
}

.ptm80 {
    padding: 80px 0;
}

.ptm100 {
    padding: 100px 0;
}


/*==标题↓==*/

.titleAx {
    color: #373737;
    font-size: 45px;
}

.titleAx font {
    color: #0070c0
}

.titleAx em {
    display: table;
    margin: 15px auto 0;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0070c0;
}

.titleAx em:before,
.titleAx em:after {
    content: "";
    position: absolute;
    left: -75px;
    top: 3px;
    width: 70px;
    height: 1px;
    background: #ddd;
}

.titleAx em:after {
    left: auto;
    right: -75px;
}

.titleAx span {
    display: block;
    margin-top: 15px;
    color: #666666;
    font-size: 16px;
}

.titleAx.cen {
    text-align: center;
    margin-bottom: 50px;
}

.titleAx.white,
.titleAx.white b,
.titleAx.white span {
    color: #fff
}


/*--*/

.titleBx {
    margin-top: 0px;
    color: #151515;
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
}

.titleBx hr {
    display: table;
    width: 20px;
    height: 2px;
    margin: 10px auto 0;
    border: none;
    background: #0d4da1;
}

.titleBx span {
    display: block;
    margin: 10px auto 0;
    color: #666666;
    font-size: 16px;
    font-weight: 400
}

.titleBx.cen {
    text-align: center;
}

.titleBx.white,
.titleBx.white span {
    color: #fff
}

.titleBx.tTop {
    margin: 50px 0 0 0;
}


/*伪类*/

.bfe:before,
.bfr:after {
    content: "";
    display: block;
    transition: all .4s ease-in-out;
}


/*-*/

.bfe-s:before,
.bfr-s:after {
    content: "";
    transition: all .4s ease-in-out;
}


/*-*/

.bfe-pos,
.bfr-pos {
    position: relative;
}

.bfe-pos:before,
.bfr-pos:after {
    content: "";
    position: absolute;
    transition: all .4s ease-in-out;
}


/*-*/

.bfe-spos,
.bfr-spos {
    position: relative;
}

.bfe-spos:before,
.bfr-spos:after {
    content: "";
    position: absolute;
}


/*句段限制*/

.lcp {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lcp1 {
    max-height: 150px;
    overflow-y: scroll;
}


/*===内页框↓==*/

.rack {
    float: left;
    width: 100%;
    padding: 70px 0 80px 0;
}

.rackWor {}

.rack .lefter {
    width: 24%;
}

.rack .righter {
    width: 76%;
    padding-left: 40px;
}


/*==子级导航↓==*/

.leftNav {
    overflow: hidden;
    background: #343434 url(../images/bg02.png) repeat-y center;
}

.leftNav .title {
    color: #fff;
    font-size: 36px;
    padding: 30px 40px;
    font-weight: bold;
    /* text-align: center; */
}

.leftNav .title font {
    display: block;
    color: #fff;
    font-size: 14px
}

.leftNav .title em {
    display: none;
    float: right;
    color: #0070c0;
    font-size: 16px;
}

.leftNav .title em i {
    float: right;
    font-size: 20px;
    margin: 0px 0 0 5px;
    display: block;
    font-weight: bold;
}

.leftNav ul {
    padding: 0 0 50px 0
}

.leftNav ul li {
    /* border-bottom:1px #515151 solid */
}

.leftNav ul a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    /* border-bottom: 1px #515151 solid; */
}

.leftNav ul li dl {
    display: none;
}

.leftNav ul li dl a {
    border-bottom: 0;
    text-indent: 1.2em;
    padding: 10px 40px;
    font-size: 14px;
    color: #ddd;
}

.leftNav ul li dd>a {
    background: rgba(255,255,255,.1)!important;
}
.leftNav ul li dl .list3{
    display: none;
}
.leftNav ul li dl .list3>a{
    text-indent: 2em;
    font-size: 13px;
    background: transparent;
}

.leftNav ul li.active dl {
    display: block;
}

.leftNav ul>li>a:after,
.leftNav ul>.active>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 1px;
    margin: 0 40px;
    background: #515151;
}

.leftNav ul>li:hover>a,
.leftNav ul .active a {
    background: #f58320
}


/*==首页产品↓==*/

.ProductHome {}

.ProductHome .left {
    width: 24%;
}

.ProductHome .right {
    width: 76%;
    padding-left: 40px
}

.product-list {
    margin: 0 0 -30px -20px
}

.product-list .one {
    display: table;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-list .one a {
    display: block;
}

.product-list .one .block {
    margin-left: 20px
}

.product-list .one .pic {
    float: left;
    width: 50%;
    height: 400px;
    border: 1px #ddd solid;
    background: #fff;
}

.product-list .one .pic img {
    height: 100%;
}

.product-list .one .box {
    padding: 40px;
    width: 50%;
    float: right;
    background: #f1f1f1;
}

.product-list .one .pic,
.product-list .one .box {
    display: table-cell;
    vertical-align: top;
    float: none;
}

.product-list .one h4 {
    margin-bottom: 25px
}

.product-list .one h4 a {
    display: block;
    color: #333333;
    font-size: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list .one h5 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}

.product-list .one p {
    -webkit-line-clamp: 4;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}

.product-list .one .btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.product-list .one .more {
    background: #0070c0;
}

.product-list .one .online {
    margin-left: 30px;
    background: #373737;
}

.product-list .one h4:hover a {
    color: #0070c0
}

.product-list .one .btn:hover {
    background: #f60
}

.product-list .two {
    float: left;
    width: 20%;
}

.product-list .two a {
    display: block;
    margin: 0 0 30px 20px
}

.product-list .two .pic {
    padding-top: 110%;
    border: 1px #ddd solid
}

.product-list .two h4 {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list .two:hover h4 {
    color: #0070c0
}

.product-list .two:hover .pic {
    border-color: #0070c0
}

.Advert {
    background: url(../images/20180604195205_808479071.jpg) no-repeat center;
    background-size: cover;
}

.Advert .left {
    width: 55%
}

.Advert .left h3 {
    color: #f58320;
    font-size: 42px;
    margin-bottom: 20px;
}

.Advert .left span {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    margin: 0 50px 10px 0;
}

.Advert .right {
    width: 45%;
    text-align: right;
    margin-top: 4%;
}

.Advert .right .tel {
    display: inline-block;
    color: #fff;
    font-size: 24px;
}

.Advert .right .tel i {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 28px;
}

.Advert .right .btn {
    float: right;
    margin: 15px 0 0 30px;
    padding: 10px 40px;
    color: #232323;
    font-size: 16px;
    border-radius: 30px;
    ;
}

.Advert .right .consult {
    background: #f58320;
}

.Advert .right .set {
    background: #fff;
}

.Advert .right .btn:hover {
    color: #fff;
    background: #f60
}


/*==首页好用↓==*/

.EasyHome {
    /*margin-bottom: 130px;*/
    background: url(../images/easybg01.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.EasyHome .long {
    position: relative;
}

.EasyHome .long .pic {
    display: block;
    width: 100%
}

.EasyHome .long .pic img {
    display: block;
    width: 100%;
}

.EasyHome .writing {
    position: relative;
    margin-bottom: -15px;
}

.EasyHome .writing li {
    position: absolute;
    color: #fff;
    font-size: 14px;
    width: 20%;
    text-align: center;
}

.EasyHome .writing li h4 {
    color: #0070c0;
    font-size: 22px;
    margin-bottom: 10px;
}

.EasyHome .writing li p {
    color: #666666;
    font-size: 14px;
    line-height: 22px
}

.EasyHome .writing li:nth-child(1) {
    left: 4%;
    top: 78%;
}

.EasyHome .writing li:nth-child(2) {
    left: 8%;
    top: 53%;
}

.EasyHome .writing li:nth-child(3) {
    left: 17%;
    top: 31%;
}

.EasyHome .writing li:nth-child(4) {
    left: 32.5%;
    top: 19%;
}

.EasyHome .writing li:nth-child(5) {
    left: 47%;
    top: 19%;
}

.EasyHome .writing li:nth-child(6) {
    left: 62%;
    top: 31%;
}
.EasyHome .writing li:nth-child(7) {
    left: 73%;
    top: 53%;
}
.EasyHome .writing li:nth-child(8) {
    left: 77%;
    top: 78%;
}

.EasyHome .core {
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 5;
    transform: translateX(-50%);
}

.EasyHome .core .pic {
    border: 20px #d8d9db solid;
    border-radius: 50%;
    overflow: hidden;
    /* transform: translateX(-50%); */
}

.EasyHome .core li {
    display: none;
    position: absolute;
    /* width: 83px; */
    border: 10px #fff solid;
    border-radius: 50%;
    overflow: hidden;
}

.EasyHome .core li:nth-child(1) {
    left: -7%;
    top: 41%;
}

.EasyHome .core li:nth-child(2) {
    left: 15%;
    top: 36%;
}

.EasyHome .core li:nth-child(2) {
    left: 7%;
    top: 7%;
}

.EasyHome .core li:nth-child(3) {
    left: 40%;
    top: -7%;
}

.EasyHome .core li:nth-child(4) {
    left: 73%;
    top: 6%;
}

.EasyHome .core li:nth-child(5) {
    /* left:auto; */
    left: 88%;
    top: 40%;
}

.EasyHome .slogan {
    position: relative;
    z-index: 2;
    height: 150px;
    color: #fff;
    /* overflow:hidden; */
    padding: 40px 80px;
}

.EasyHome .slogan:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    z-index: -1;
    width: 200%;
    height: 100%;
    background: #000;
}

.EasyHome .slogan h3 {
    color: #fff;
    font-size: 18px;
}

.EasyHome .slogan h3 b {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.EasyHome .slogan li {
    float: left;
    margin-left: 35px;
    text-align: center;
}

.EasyHome .slogan li i {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url('../images/easysloganico.png') no-repeat;
}

.EasyHome .slogan li span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.EasyHome .slogan li:nth-child(2) i {
    background-position: -28px 0;
}

.EasyHome .slogan li:nth-child(3) i {
    background-position: -84px 0;
}

.EasyHome .slogan li:nth-child(4) i {
    background-position: -56px 0;
}


/*==首页广告↓==*/

.AdvantageCont {
    background: url(../images/advantagebg.jpg) no-repeat center;
    background-size: cover;
    ;
    background-attachment: fixed;
}

.AdvantageCont ul {
    margin: 0 0 -20px -20px;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.AdvantageCont ul li {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
    min-height: 260px;
}

.AdvantageCont ul a {
    display: block;
    height: 100%;
    margin-left: 20px;
    padding: 40px 30px 40px 100px;
    background: #fff;
}

.AdvantageCont ul h4 {
    position: relative;
    color: #232323;
    font-size: 22px;
    margin-bottom: 20px
}

.AdvantageCont ul em {
    float: left;
    position: absolute;
    left: -60px;
    top: 0;
    display: block;
    width: 40px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
}

.AdvantageCont ul p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
}

.AdvantageCont ul li:hover a {
    transform: translateY(-10px);
    box-shadow: 0 0 10px #999;
}

.AdvantageCont ul .x1 em {
    background-image: url(../images/advantageico01.png);
}

.AdvantageCont ul .x2 em {
    background-image: url(../images/advantageico02.png);
}

.AdvantageCont ul .x3 em {
    background-image: url(../images/advantageico03.png);
}

.AdvantageCont ul .x4 em {
    background-image: url(../images/advantageico04.png);
}

.AdvantageCont ul .x5 em {
    background-image: url(../images/advantageico05.png);
}

.AdvantageCont ul .x6 em {
    background-image: url(../images/advantageico06.png);
}


/*==首页应用领域↓==*/

.FieldHome {
    position: relative;
}

.FieldHome .titTop {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9;
    width: 100%;
}

.FieldHome .gallery-top {}

.FieldHome .gallery-top li img {
    display: block;
    max-width: 100%;
}

.FieldHome .gallery-thumbs {
    top: -180px;
    margin-bottom: -130px;
    padding-top: 15px;
}

.FieldHome .list {
    background: #fff;
}

.FieldHome .list li {
    border-left: 1px #ddd solid;
    text-align: center;
    padding: 30px 10px;
    cursor: pointer;
}

.FieldHome .list li:last-child {
    border-right: 1px #ddd solid;
}

.FieldHome .list li em {
    display: table;
    margin: 0 auto 10px;
    width: 40px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 2px 0px;
    /* background-color: #ddd; */
    transition: all .4s ease-in-out;
}

.FieldHome .list li h4 {
    color: #232323;
    font-size: 16px;
}

.FieldHome .list li i {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: -26px;
    z-index: -1;
    margin-left: -14px;
    font-size: 40px;
    color: #0070c0;
    transform: rotate(-90deg);
}

.FieldHome .list .swiper-slide-thumb-active {
    background: #0070c0;
}

.FieldHome .list .swiper-slide-thumb-active i {
    opacity: 1
}

.FieldHome .list .swiper-slide-thumb-active em {
    background-position: 2px -28px;
}

.FieldHome .list .swiper-slide-thumb-active h4 {
    color: #fff
}

.FieldHome .cut {
    display: none;
    margin-top: 30px;
    text-align: center;
}

.FieldHome .btn {
    position: initial;
    display: inline-block;
    margin: 0 5px;
    left: -25px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #666;
}

.FieldHome .btn.nt {
    left: auto;
    right: -25px;
}

.FieldHome .btn:hover {
    background: #0070c0;
}

.FieldHome .list li.x1 em {
    background-image: url(../images/fieldico01.png);
}

.FieldHome .list li.x2 em {
    background-image: url(../images/fieldico02.png);
}

.FieldHome .list li.x3 em {
    background-image: url(../images/fieldico03.png);
}

.FieldHome .list li.x4 em {
    background-image: url(../images/fieldico04.png);
}

.FieldHome .list li.x5 em {
    background-image: url(../images/fieldico05.png);
}

.FieldHome .list li.x6 em {
    background-image: url(../images/fieldico06.png);
}

.FieldHome .list li.x7 em {
    background-image: url(../images/fieldico07.png);
}


/*==首页案例↓==*/

.CaseHome {}

.CaseHome .long {
    position: relative
}

.CaseHome .swiper-container {
    padding: 10px;
}

.CaseHome .case-list {
    margin: 0px
}

.CaseHome .case-list li a {
    margin: 0px
}

.CaseHome .marry {
    margin-top: 50px;
    text-align: center;
}

.CaseHome .marry a {
    line-height: 30px;
    height: 50px;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    padding: 10px 50px;
}

.CaseHome .marry .more {
    color: #333333;
    border: 2px #f58320 solid
}

.CaseHome .marry .online {
    color: #fff;
    background: #0070c0;
}

.CaseHome .marry a:hover {
    border-color: #fff;
    color: #fff;
    background: #f58320
}


/*==案例列表↓==*/

.case-list {
    margin: 0 0 -20px -20px
}

.case-list li {
    float: left;
    width: 25%;
}

.case-list a {
    display: block;
    margin: 0 0 20px 20px;
    box-shadow: 0 0 10px #ddd
}

.case-list .box {
    padding: 30px 20px;
}

.case-list h4 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-list p {
    -webkit-line-clamp: 2;
    color: #666666;
    font-size: 14px;
}

.case-list li:hover h4 {
    color: #0070c0
}

.case-list li:hover a {
    box-shadow: 0 0 10px #999
}


/*==左右切换↓==*/

.orso {
    position: relative
}

.orso .btn {
    left: -30px;
    width: 30px;
    height: 60px;
    line-height: 59px;
    text-align: center;
    color: #333;
    font-size: 34px;
    background: #e6e6e6;
}

.orso .btn.nt {
    left: auto;
    right: -30px;
}

.orso .btn:hover {
    color: #fff;
    background: #0070c0;
}


/*==定制流程↓==*/

.ProcessCont {
    background: url(../images/processbg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.ProcessCont ul {
    position: relative;
    z-index: 2;
    padding: 0 100px;
    height: 310px;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.ProcessCont ul li {
    float: left;
    width: 16.6%;
    height: 100%;
    padding: 20px 30px;
    text-align: center;
}

.ProcessCont ul em {
    display: table;
    margin: 0 auto 20px;
    width: 59px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: 2px 0px;
    /* background-color: #ddd; */
    transition: all .4s ease-in-out;
}

.ProcessCont ul h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.ProcessCont ul p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}

.ProcessCont ul:before {
    display: block;
    content: "";
    position: absolute;
    left: -10%;
    top: 0;
    z-index: -1;
    width: 120%;
    height: 310px;
    background: url(../images/processline.png) no-repeat center;
}

.ProcessCont ul li:hover {
    transform: translateY(10px);
    background: rgba(255, 255, 255, 0.3)
}

.ProcessCont ul .x1 em {
    background-image: url(../images/processico01.png);
}

.ProcessCont ul .x2 em {
    background-image: url(../images/processico02.png);
}

.ProcessCont ul .x3 em {
    background-image: url(../images/processico03.png);
}

.ProcessCont ul .x4 em {
    background-image: url(../images/processico04.png);
}

.ProcessCont ul .x5 em {
    background-image: url(../images/processico05.png);
}

.ProcessCont ul .x6 em {
    background-image: url(../images/processico06.png);
}


/*==首页关于↓==*/

.AboutHome {}

.AboutHome .up {
    display: flex;
}

.AboutHome .left {
    width: 50%
}

.AboutHome .left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AboutHome .right {
    width: 50%;
    padding-left: 50px;
}

.AboutHome .right .title {
    color: #373737;
    font-size: 45px;
    margin-bottom: 40px
}

.AboutHome .right .title font {
    color: #0070c0
}

.AboutHome .right .title hr {
    margin: 10px 0 0 0;
    border: none;
    width: 80px;
    height: 3px;
    background: #f58320;
}

.AboutHome .right .wx {
    color: #666666;
    font-size: 15px;
    line-height: 28px;
}

.AboutHome .left,
.AboutHome .right {
    flex: 1;
}

.AboutHome .list {
    margin: 40px 0 -20px -20px
}

.AboutHome .list li {
    float: left;
    width: 20%;
}

.AboutHome .list a {
    display: block;
    margin: 0 0 20px 20px;
}

.AboutHome .block {
    float: left;
    display: block;
    color: #0070c0;
    font-size: 16px;
    text-align: center;
    margin-right: 50px;
    margin-top: 50px;
}

.AboutHome .block em {
    display: table;
    margin: 0 auto 15px;
    width: 63px;
    height: 61px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-color: #ddd; */
    transition: all .4s ease-in-out;
}

.AboutHome .block:hover {
    color: #f58320;
    transform: translateY(-10px);
}

.AboutHome .block.x1 em {
    background-image: url(../images/aboutico01.png);
}

.AboutHome .block.x2 em {
    background-image: url(../images/aboutico02.png);
}

.AboutHome .block.x3 em {
    background-image: url(../images/aboutico03.png);
}


/*==首页新闻↓==*/

.NewsHome {
    background: url(../images/bg03.jpg) repeat-y center;
}

.NewsHome .swiper-container {
    padding: 12px 10px
}

.NewsHome .news-list {
    margin: 0px
}

.NewsHome .news-list li a {
    margin-left: 0px;
}

.NewsHome .more {
    margin: 50px auto 0;
    display: table;
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    background: #f58320
}

.NewsHome .more i {
    float: right;
    margin: 3px 0 0 10px
}

.NewsHome .more:hover {
    background: #0070c0
}


/*==新闻列表↓==*/

.news-list {
    margin: 0 0 -20px -20px;
}

.news-list li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.news-list li a {
    display: block;
    margin-left: 20px;
    height: 100%;
    padding: 30px 15px 15px 15px;
    box-shadow: 0 0 10px #eee;
    background: #fff;
}

.news-list h4 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list span {
    display: block;
    color: #bbbbbb;
    font-size: 13px;
    margin-bottom: 15px
}

.news-list p {
    -webkit-line-clamp: 3;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 50px;
}

.news-list li:hover a {
    box-shadow: 0 0 10px #ccc;
    transform: translateY(-10px);
}

.news-list li:hover h4 {
    color: #0070c0
}


/*==新闻↓==*/

.NewsListBox {
    padding-bottom: 0 !important
}

.NewsListBox .up {
    margin-bottom: 90px;
}

.NewsListBox .up .more {}

.NewsListBox .up .more {
    color: #fff;
    font-size: 12px;
    padding: 10px 30px;
    display: table;
    margin-top: 40px;
    background: #666;
}

.NewsListBox .up .more:before {
    content: "";
    float: right;
    width: 10px;
    height: 7px;
    margin: 6px 0 0 15px;
    background: url(../images/line03.png) no-repeat -10px 0;
    transition: all .4s ease-in-out;
}

.NewsListBox .up .more:hover {
    background: #0d4da1;
}

.NewsListBox .up .more:hover:before {
    transform: translateX(3px);
}

.NewsListBox .up .swiper-container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #0070c0;
}

.NewsListBox .up .spot {
    bottom: 0;
    display: table;
    width: 100%;
    left: 700px;
    /*! margin-left: 52px; */
    text-align: left;
    padding: 30px 35px 30px 50px;
    background: #0d4da1;
}

.NewsListBox .up .spot span {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 12px;
}

.NewsListBox .up .spot .swiper-pagination-bullet-active {
    background: #fff
}

.NewsListBox .up li {
    position: relative;
}

.NewsListBox .up li a {
    position: relative;
    display: block;
    height: 450px;
    padding: 50px 50px 50px 750px;
    background: #f2f2f2;
}

.NewsListBox .up li .pic {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    height: 100%;
}

.NewsListBox .up li .pic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.NewsListBox .up li .box {
    /*! text-align: center; */
    float: left;
    width: 100%;
    height: 100%;
}

.NewsListBox .up li .box h4 {
    width: 100%;
    font-size: 24px;
    color: #191919;
    /*! font-weight: bold; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsListBox .up li .box .time {
    position: relative;
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 20px;
}

.NewsListBox .up li .box .time:before {
    content: "";
    float: left;
    margin: 10px 20px 0 0;
    width: 40px;
    height: 1px;
    background: #ccc
}

.NewsListBox .up li .box p {
    -webkit-line-clamp: 4;
    font-size: 14px;
    color: #464646;
    margin-top: 30px;
    line-height: 24px;
}

.NewsListBox .up li:hover h4 {
    color: #0d4da1
}

.NewsListBox .shell {
    padding: 70px 0 50px 0;
    background-color: #f3f3f3;
    overflow: hidden;
}


/*==新闻详细页↓==*/

.NewsDetailBox {}

.NewsDetailBox .titleTop {
    text-align: center;
    padding: 0 0 50px 0;
    margin: 0 0 60px 0;
    border-bottom: 1px #ddd solid
}

.NewsDetailBox .tit {
    color: #000000;
    font-size: 32px;
}

.NewsDetailBox .msg {
    margin-top: 10px;
    color: #a7a7a7;
    font-size: 14px;
}

.NewsDetailBox .msg *,
.NewsDetailBox .msg span,
.NewsDetailBox .msg a {
    color: #a7a7a7;
    font-size: 14px;
}

.NewsDetailBox .msg span {
    margin: 0 5px;
}

.NewsDetailBox .msg a:hover,
.NewsDetailBox .msg .active {
    color: #FF6600
}

.NewsDetailBox .msg .active {
    font-weight: bold;
}

.NewsDetailBox .share {
    height: 60px;
    border-top: 1px #aaa dotted;
    padding: 20px 0;
    margin-top: 60px;
    overflow: hidden;
}

.NewsDetailBox .share .bshare-custom {
    float: left;
}

.NewsDetailBox .share .time {
    float: left;
    margin-left: 50px;
    color: #a7a7a7;
    font-size: 14px;
    display: block;
}

.NewsDetailBox .share .return {
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px 10px 38px;
    margin-top: -10px;
    background-color: #d2d2d2;
    background-image: url(../images/line202.png);
    background-position: 12px 15px;
    background-repeat: no-repeat;
}

.NewsDetailBox .share .return:hover {
    background-color: #0070c0
}

.NewsDetailBox .pagIng {
    border-top: 1px #aaa dotted;
    border-bottom: 1px #aaa dotted;
    padding: 15px 0;
    overflow: hidden;
}

.NewsDetailBox .pagIng span {
    display: inline-block;
    color: #888888;
    font-size: 14px;
}

.NewsDetailBox .pagIng span a {
    color: #888888;
    font-size: 14px;
}

.NewsDetailBox .pagIng span a:hover {
    color: #0070c0
}

.NewsDetailBox .pagIng .prev {
    float: left
}

.NewsDetailBox .pagIng .next {
    float: right
}

.NewsDetailBox .relevant {
    margin-top: 60px
}

.NewsDetailBox .relevant .tit {
    color: #333;
    font-size: 22px;
}

.NewsDetailBox .relevant .list {
    margin-top: 20px;
}

.NewsDetailBox .relevant .list li {
    float: left;
    width: 45%;
    margin: 8px 0% 8px 0;
}

.NewsDetailBox .relevant .list li:nth-of-type(even) {
    float: right;
}

.NewsDetailBox .relevant .list li .time {
    float: right;
    color: #858585;
    font-size: 14px;
}

.NewsDetailBox .relevant .list li a {
    display: block;
    color: #858585;
    font-size: 14px;
    padding-left: 15px;
    background: url(../images/arrow_02.png) no-repeat left;
    transition: all .4s ease-in-out;
}

.NewsDetailBox .relevant .list li:hover a {
    color: #0070c0
}


/*==联系我们↓==*/

.ContactInner {
    padding-bottom: 0px !important
}

.ContactInner .long .left,
.ContactInner .long .right,
.ContactInner #dituContent {
    height: 540px;
}

.ContactInner .long .left {
    width: 52%;
}

.ContactInner .long .right {
    width: 45%;
    border: 1px #ddd solid;
    padding: 45px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ContactInner .long .right .title {
    color: #333333;
    font-size: 26px;
}

.ContactInner .long .right .tel {
    position: relative;
    margin-top: 25px;
    color: #333333;
    font-size: 14px;
    display: block;
}

.ContactInner .long .right .tel:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 32px;
    width: 10px;
    height: 3px;
    background: #0c68bd;
}

.ContactInner .long .right .tel:after {
    content: "";
    position: absolute;
    left: 13px;
    top: 32px;
    width: 25px;
    height: 3px;
    background: #0c68bd;
}

.ContactInner .long .right .tel font {
    margin-top: 30px;
    font-size: 30px;
    color: #0c68bd;
    display: block;
    font-weight: bold;
}

.ContactInner .long .right .wx {
    min-height: 156px;
    margin-top: 20px;
    color: #333333;
    font-size: 14px;
    display: block;
    line-height: 26px;
}

.ContactInner .long .right .add2 {
    margin-top: 30px;
    color: #333333;
    font-size: 14px;
    display: block;
}

.ContactInner .long .right .add2 font {
    font-size: 22px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.ContactInner .long .right .ewm {
    position: relative;
    float: left;
    color: #666666;
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 15px;
    margin-right: 80px;
}

.ContactInner .long .right .ewm:after {
    position: absolute;
    content: "";
    position: absolute;
    right: -50px;
    top: 20%;
    width: 1px;
    height: 60%;
    border-right: 1px #bbb dashed
}

.ContactInner .long .right .ewm img {
    display: block;
    margin: 0 auto 5px;
}

.ContactInner .long .right .online {
    float: left;
    color: #fff;
    margin: 50px 0 0 20px;
    font-size: 14px;
    padding: 8px 40px;
    background: #0c68bd;
    display: block;
    border-radius: 20px;
    text-align: center;
}

.ContactInner .long .right .online:hover {
    background: #666;
}

.ContactInner .long .right .lt {}

.ContactInner .long .right .rt {
    margin-top: 20px;
    width: 100%;
}

.ContactInner .map {
    margin-top: 70px
}

.ContactInner .map #dituContent {
    height: 500px;
}


/*==留言通用↓==*/

.MessageCon {
    background: url(../images/messagebg.jpg) no-repeat center;
    background-size: cover;
}

.MessageCon .long {
    padding: 80px;
    background: #fff;
}

.MessageCon .title {
    margin-bottom: 40px;
    overflow: hidden;
}

.MessageCon .title h2 {
    float: left;
    color: #191919;
    font-size: 24px;
}

.MessageCon .title .tel {
    float: right;
    margin-top: 25px;
    color: #333333;
    font-size: 26px;
    /*font-weight: bold;*/
}

.MessageCon .title .tel em {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    color: #333;
    font-size: 25px;
    font-weight: 400;
    font-family: "iconfont";
}

.MessageCon input {
    position: relative;
    float: left;
    width: 49.5%;
    margin-bottom: 1%
}

.MessageCon .block:nth-child(2n+1) {
    margin-left: 1%;
}

.MessageCon input,
.MessageCon textarea {
    padding: 15px 20px 15px 45px;
    border: 1px #ddd solid;
    background-repeat: no-repeat;
    background-position: 15px 17px;
}

.MessageCon textarea {
    width: 100%;
    height: 120px;
}

.MessageCon button {
    width: 25%;
    margin-top: 20px;
    padding: 16px 0;
    border: none;
    color: #fff;
    font-size: 14px;
    background: #666;
}

.MessageCon button:hover {
    background: #0c68bd
}

.MessageCon .x1 {
    background-image: url(../images/ico201.png);
}

.MessageCon .x2 {
    background-image: url(../images/ico202.png);
}

.MessageCon .x3 {
    background-image: url(../images/ico203.png);
}

.MessageCon .x4 {
    background-image: url(../images/ico204.png);
}

.MessageCon .x5 {
    background-image: url(../images/ico205.png);
}


/*==案例详情↓==*/

.CaseDetail {}

.CaseDetail .title {
    color: #000;
    font-size: 30px;
    /*text-align:*/
    center;
    margin-bottom: 40px;
}

.CaseDetail .tit {
    color: #353535;
    font-size: 25px;
    margin-bottom: 20px
}

.CaseDetail .details {
    margin-top: 60px
}

.CaseDetail .details .wx {
    padding: 30px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    background: #f4f4f4;
}

.CaseDetail .relevant {
    margin-top: 80px;
}

.CaseDetail .relevant .list .pic {}

.CaseDetail .top {
    padding: 60px 30px 40px 30px;
    background: #f5f5f5;
}

.CaseDetail .top .left {
    width: 55%;
}

.CaseDetail .top .right {
    width: 40%
}

.CaseDetail .top .right .title {
    color: #191919;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px #ddd solid;
}

.CaseDetail .top .right .wx {
    padding: 20px;
    color: #666666;
    font-size: 14px;
    min-height: 100px;
    margin-bottom: 80px;
    line-height: 24px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #f2f2f2;
}

.CaseDetail .top .right .tel {
    display: block;
    color: #191919;
    font-size: 22px;
    margin-bottom: 50px;
    padding: 20px 0 20px 40px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    background: url(../images/kefu-ico.png) no-repeat left;
}

.CaseDetail .top .right .btn {
    float: left;
    padding: 8px 40px;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    border-radius: 40px;
    background-color: #0070c0;
}

.CaseDetail .top .right .online {
    padding-left: 70px;
    background-image: url(../images/ico20.png);
    background-position: 30px 11px;
    background-repeat: no-repeat;
}

.CaseDetail .top .right .download {
    color: #4c4c4c;
    background: #fff;
}

.CaseDetail .top .right .btn:hover {
    color: #fff;
    background-color: #333;
}


/*==滚动图↓==*/

.srllPho {
    position: relative;
    ;
    width: 100%;
    margin: auto;
}

.srllPho .gallery-top {
    border: 1px #ddd solid;
    background: #fff;
}

.srllPho .gallery-top .look {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    text-align: center;
    transform: translateY(40px);
    background: rgba(0, 0, 0, 0.5);
}

.srllPho .gallery-top .look i {
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
}

.srllPho .gallery-top:hover .look {
    opacity: 1;
    transform: translateY(0px);
}

.srllPho .gallery-top li {
    height: 500px;
}

.srllPho .gallery-top li img {
    max-width: initial;
    max-height: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.srllPho .gallery-thumbs {
    margin-top: 15px;
    padding: 0 50px;
}

.srllPho .gallery-thumbs li {
    width: 20%;
    height: 100%;
    border: 2px #ddd solid;
    cursor: pointer;
    background: #fff;
}

.srllPho .gallery-thumbs li.swiper-slide-thumb-active {
    border: 2px #0070c0 solid;
}

.srllPho .gallery-thumbs li img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: 80px
}

.srllPho .btn {
    opacity: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    padding: 0 0;
    display: table;
    border-radius: 0%;
    margin: 0px;
    text-align: center;
    /*! border-radius: 5px; */
    color: #0070c0;
    font-size: 40px;
    background-image: none;
    background-color: #ddd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.srllPho .btn i {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}

.srllPho .btn.nt {
    left: auto;
    right: 0;
}


/*.srllPic .btn.next{transform:rotate(180deg);}*/

.srllPho .btn:hover,
.srllPho .btn:hover i {
    color: #fff;
    background-color: #0070c0;
}

.srllPho .swiper-button-disabled {
    opacity: .5;
}


/*.srllPic .btn:hover{ opacity: 1;}*/

.srllPho .gallery-top li a {
    height: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}


/*==视频列表↓==*/

.video-list {
    margin: 0 0 -30px -20px;
}

.video-list li {
    float: left;
    width: 25%;
}

.video-list a {
    display: block;
    margin: 0 0 30px 20px;
    border-bottom: 1px #ddd solid;
}

.video-list i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px;
    z-index: 2;
    display: block;
    color: #fff;
    font-size: 60px;
}

.video-list .pic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.video-list h4 {
    color: #666;
    font-size: 16px;
    margin: 15px 0;
}

.video-list li:hover h4 {
    color: #0070c0
}

.video-list li:hover a {
    border-color: #0070c0
}


/*==关于我们↓==*/

.AboutInner {
    padding-bottom: 0px !important
}

.AboutInner .culture {
    background: url(../images/culturebg.jpg) no-repeat center;
    background-size: cover;
}

.AboutInner .culture ul {
    width: 65%
}

.AboutInner .culture ul li {
    position: relative;
    float: left;
    width: 31.3%;
    margin: 0 0 2% 2%
}

.AboutInner .culture ul li img {
    display: block;
    width: 100%;
}

.AboutInner .culture ul .box {
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.AboutInner .culture ul h4 {
    color: #fff;
    font-size: 26px;
}

.AboutInner .culture ul p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.AboutInner .cooperate {
    background: url(../images/cooperatebg.jpg) no-repeat center;
    background-size: cover;
}

.AboutInner .cooperate h4 {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0070c0;
}

.AboutInner .cooperate .pic img {
    width: 100%
}

.AboutInner .cooperate li:hover h4 {
    opacity: 1;
}

.AboutInner .cooperate .spot {
    position: initial;
    margin-top: 40px
}

.AboutInner .cooperate .spot span {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: #fff;
}

.AboutInner .cooperate .spot span.swiper-pagination-bullet-active {
    background: #0070c0;
}


/*==简介通用↓==*/

.introduceCon {}

.introduceCon .left {
    position: relative;
    width: 50%;
}

.introduceCon .left img {
    max-width: 100%;
    width: 100%;
}

.introduceCon .left em {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -70px;
    display: block;
    color: #fff;
    font-size: 25px;
    border: 2px #fff solid;
    border-radius: 40px;
    padding: 10px 55px;
    font-family: "iconfont";
}

.introduceCon .left:hover em {
    border-color: #000;
    background: #000;
}

.introduceCon .right {
    width: 45%
}

.introduceCon .right .title {
    color: #191919;
    font-size: 40px;
    margin-bottom: 30px;
}

.introduceCon .right .tit {
    color: #0070c0;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.introduceCon .right .wx {
    color: #666666;
    font-size: 14px !important;
    line-height: 26px;
}

.introduceCon .right .moreBtn {
    margin-top: 60px;
}

.introduceCon .digital {
    margin-top: 80px;
    padding: 50px 0;
    border-bottom: 1px #ddd solid;
    border-top: 1px #ddd solid;
}

.introduceCon .digital li {
    border-right: 1px #ddd dashed
}

.introduceCon .digital li:last-child {
    border: none
}

.introduceCon .digital li span {
    color: #333
}

.introduceCon .digital li h5 {
    color: #999
}


/*==荣誉资质通用↓==*/

.honorCon {
    background: url(../images/bg04.jpg);
}

.honorCon .long {
    position: relative;
}

.honorCon li {}

.honorCon .list li .pic {
    height: 310px;
    padding: 30px !important;
    background: #fff url(../images/honorbg.png) no-repeat center;
    background-size: contain;
}

.honorCon li h4 {
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

.honorCon li:hover h4 {
    color: #0070c0
}

.honorCon .btn {
    left: -25px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    background: #666;
}

.honorCon .btn.next {
    left: auto;
    right: -25px;
}

.honorCon .btn:hover {
    background: #0070c0;
}


/*==公司环境列表↓==*/

.ambient-list {
    margin: 0 0px -20px -20px;
}

.ambient-list li {
    float: left;
    width: 25%;
}

.ambient-list li a {
    display: block;
    margin: 0 0px 20px 20px;
}

.ambient-list li h4 {
    color: #333333;
    font-size: 16px;
    margin-top: 15px;
}

.ambient-list li:hover h4 {
    color: #0070c0
}


/*==产品详情↓==*/

.ProductShow {}

.ProductShow .top {
    /*padding:60px 0 120px 0; ;border-bottom:1px #ddd solid;background: #f5f5f5;*/
}

.ProductShow .top .left {
    width: 55%;
}

.ProductShow .top .right {
    width: 40%
}

.ProductShow .top .right .title {
    color: #191919;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px #ddd solid;
}

.ProductShow .top .right .wx {
    padding: 20px;
    color: #666666;
    font-size: 14px;
    min-height: 100px;
    margin-bottom: 80px;
    line-height: 24px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #f2f2f2;
}

.ProductShow .top .right .parts {
    margin: -50px 0 35px 0;
    overflow: hidden;
}

.ProductShow .top .right .parts h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}

.ProductShow .top .right .parts img {
    display: block;
    float: left;
    width: 17%;
    height: 80px;
    margin-right: 2%;
    border: 2px #ddd solid;
}

.ProductShow .top .right .parts img:hover {
    border-color: #666
}

.ProductShow .top .right .tel {
    display: block;
    color: #191919;
    font-size: 22px;
    margin-bottom: 50px;
    padding: 20px 0 20px 40px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    background: url(../images/kefu-ico.png) no-repeat left;
}

.ProductShow .top .right .btn {
    float: left;
    padding: 8px 40px;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    border-radius: 40px;
    background-color: #0070c0;
}

.ProductShow .top .right .online {
    padding-left: 70px;
    background-image: url(../images/ico20.png);
    background-position: 30px 11px;
    background-repeat: no-repeat;
}

.ProductShow .top .right .download {
    color: #4c4c4c;
    background: #fff;
}

.ProductShow .top .right .btn:hover {
    color: #fff;
    background-color: #333;
}

.ProductShow .con {
    margin-top: 70px;
}

.ProductShow .con .container {
    padding-top: 60px;
    border-top: 1px #ddd solid
}

.ProductShow .con .tone {
    overflow: hidden;
    margin-bottom: 50px;
    border-bottom: 1px #ddd solid;
    text-align: center;
}

.ProductShow .con .tone li {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 20px;
    /*! border-left:1px #ddd solid; */
    cursor: pointer;
}

.ProductShow .con .tone li a {
    display: block;
    color: #444444;
    font-size: 20px;
    padding: 0px 0px 20px 0;
}

.ProductShow .con .tone li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: transform .5s;
    transform: scale(0, 1);
    transform-origin: right;
    background: #0070c0
}

.ProductShow .con .tone li.active a,
.ProductShow .con .tone li:hover a {
    color: #0070c0
}

.ProductShow .con .tone li.active a:after,
.ProductShow .con .tone li:hover a:after {
    transform: scale(1);
    transform-origin: left;
}

.ProductShow .con .long {
    /*margin-bottom:50px;padding-bottom:40px; border-bottom:1px #ddd solid*/
}

.ProductShow .con .down2 {}

.ProductShow .con .left {
    float: left;
    width: 70%
}

.ProductShow .con .right {
    float: right;
    width: 28%;
}

.ProductShow .con .left,
.ProductShow .con .right {
    padding: 30px;
    background: #f5f5f5;
}

.ProductShow .product-list .two {
    width: 100%
}

.ProductShow .con .title {
    position: relative;
    color: #333;
    font-size: 22px;
    margin-bottom: 30px;
    padding-left: 20px
}

.ProductShow .con .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 2px;
    height: 80%;
    background: #0070c0;
}


/*.ProductShow .con .long:last-child{margin-bottom:0px;padding-bottom:0px; border-bottom:0px}*/

.ProductShow .con .wx {}

.ProductShow .con .wor {
    color: #393939;
    line-height: 24px;
    font-size: 15px;
}

.ProductShow .con .wor img {
    max-width: 100%
}

.ProductShow .srll {}

.ProductShow .srll .leftPic {
    width: 80%;
    float: left;
    border: 2px #efefef solid;
    background: #fff;
}

.ProductShow .srll .leftPic img {
    display: block;
    margin: auto;
    height: 100%;
    max-width: 100%;
}

.ProductShow .srll .rightPic {
    width: 20%;
    float: right;
    padding-left: 15px;
}

.ProductShow .srll .rightPic li {
    height: 20%;
    margin-bottom: 20px;
    border: 2px #efefef solid;
    background: #fff;
}

.ProductShow .srll .rightPic li img {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: auto
}

.ProductShow .srll .rightPic li.swiper-slide-thumb-active {
    border-color: #0070c0
}

.ProductShow .srll .leftPic,
.ProductShow .srll .rightPic {
    height: 520px;
}

.ProductShow .srll .rightPic:hover .btn {
    opacity: 1 !important;
}

.ProductShow .srll .btn {
    opacity: 0 !important;
    left: 15px;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0px;
    color: #fff;
    font-size: 40px;
    padding: 2px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5)
}

.ProductShow .srll .btn.swiper-button-disabled {
    opacity: .9
}

.ProductShow .srll .btn:before {
    display: block;
    margin: 0;
    padding: 0;
}

.ProductShow .srll .btn.nt {
    top: auto;
    bottom: 0;
}

.ProductShow .srll .btn:hover {
    background: rgba(0, 0, 0, 0.7)
}


/*==list-box 图片款 久↓==*/

.list-box {
    display: table;
    margin: 0 0 -10px -10px
}

.list-box li {
    float: left;
    width: 25%;
}

.list-box li img {
    max-width: 100%;
    width: 100%;
}

.list-box li a {
    display: block;
    margin: 0 0 10px 10px
}

.list-box li .pic {
    border: 1px #eee solid;
    background: #f9f9f9;
}

.list-box li:hover .pic {
    border: 1px #0054b4 solid;
}

.list-box li h4 {
    color: #666;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
}

.list-box li:hover h4 {
    color: #0054b4;
}


/*==定制页面↓==*/

.pd60 {
    padding: 70px 0;
    font-size: .875em;
    overflow: hidden;
}

.pImg {
    position: relative;
    padding-top: 100%;
    display: block;
    overflow: hidden;
}

.pImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.bgImg {
    background-position: center;
    background-size: cover;
    position: relative;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: 100%;
}


/*---*/

.CustomizedInner {
    padding: 0px !important
}

.CustomizedInner .AdvantageCont {
    background: none;
}

.CustomizedInner .AdvantageCont ul li a {
    box-shadow: 0 0 10px #ccc;
}


/* 定制 */

.madeBox1 {}

.madeBox1 .pic {
    height: 430px;
    width: 38%;
    overflow: hidden;
}

.madeBox1 .font {
    width: 58%;
}

.madeBox1 .font h4 {
    font-size: 2em;
    color: #191919;
    margin-bottom: 40px;
}

.madeBox1 .font h4 span {
    display: block;
    font-size: 1.514em;
    font-weight: bold;
}

.madeBox1 .font h4 strong {
    color: #0070c0;
}

.madeBox1 .txt p {
    margin-bottom: 10px;
}

.madeBox1 .zx {
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #0070c0;
    color: #fff;
    float: left;
    text-align: center;
}

.madeBox1 .txt {
    min-height: 160px;
    margin-bottom: 20px;
}

.madeBox1 .zx i {
    font-style: normal;
    margin-left: 10px;
}

.madeBox1 .tel {
    font-size: 1.714em;
    font-family: Arial;
    color: #191919;
    line-height: 40px;
    margin-left: 8%;
    padding-left: 35px;
    position: relative;
}

.madeBox1 .tel::after {
    content: "\e741";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "iconfont";
    line-height: 1;
}

.madeBox1 .zx:hover {
    background: #f58320;
}

.madeBox2 {
    background: url('../images/madeform_bg.jpg') no-repeat center;
    margin-bottom: 80px;
    overflow: hidden;
    padding-left: 60px;
    background-size: cover;
}

.madeBox2 form {
    max-width: 1110px;
}

.madeBox2 .text {
    margin-right: -2%;
    overflow: hidden;
}

.madeBox2 .text input {
    float: left;
    width: 31.3%;
    margin-right: 2%;
    background: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    border: none
}

.madeBox2 .checkbox {
    padding: 20px 0;
    overflow: hidden;
}

.madeBox2 .checkbox label {
    float: left;
    margin-right: 25px;
}

.madeBox2 .checkbox label input {
    float: left;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 3px;
    margin-right: 4px;
}

.madeBox2 textarea {
    height: 140px;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    border: none
}

.madeBox2 .code {
    margin-top: 10px;
    overflow: hidden;
}

.madeBox2 .code .c {
    background: #fff;
    height: 40px;
    line-height: 40px;
    width: 160px;
    padding: 0 10px;
    border: none
}

.madeBox2 img {
    padding: 9px;
    background: #fff;
    border-left: 1px solid #ddd;
}

.madeBox2 .sub {
    background: #0070c0;
    width: 20%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
    border: none
}

.madeBox2 .sub:hover {
    background: #0060c6;
}


/*==友情链接===*/

.LinkHome {
    position: relative;
    padding: 20px 0
}

.LinkHome h3 {
    color: #333333;
    font-size: 16px;
    float: left;
}

.LinkHome a {
    color: #666;
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    line-height: 9px;
    border-right: 1px #999 dotted;
}

.LinkHome a:last-child {
    border: none;
}


/*==底部===*/

.footer {
    padding: 120px 0 50px 0;
    background: #171717 url(../images/bg02.png) repeat-y center;
    overflow: hidden;
}

.footer .border {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .left1 {
    width: 50%;
}

.footer .nav {
    position: relative;
    margin-bottom: 30px;
    /* width: 70%; */
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.footer .nav li {
    float: left;
    width: 25%;
}

.footer .nav li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    margin: 0 0px 20px 0;
}

.footer .nav li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background: #515151;
}

.footer .nav li:nth-child(5n) a {
    border: none
}

.footer .nav li:nth-child(4n+1) a {
    text-align: left;
}

.footer .left1 .copy {
    color: #999999;
    font-size: 13px;
    margin-top: 30px;
    line-height: 30px;
}

.footer .left1 .copy a {
    color: #999;
    font-size: 13px;
}

.footer .left1 a:hover {
    color: #ddd
}

.footer .ewm {
    margin: 0 0px 0 0px;
    padding-bottom: 20px;
    color: #999;
    font-size: 14px;
    text-align: center;
    border: 1px #2b2b46 solid;
}

.footer .ewm img {
    display: block;
    margin-bottom: 10px;
    max-width: 130px;
}

.footer .outlets {
    width: 17%;
}

.footer .outlets li {
    float: left;
}

.footer .outlets h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.footer .outlets h5 {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 4px #fff solid;
}

.footer .outlets h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 70%;
    height: 4px;
    background: #ffce00;
}

.footer .outlets .wx {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 30px;
}