body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", arial;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

textarea,
input {
    font-family: "Microsoft YaHei", "微软雅黑", arial;
    color: #333333;
    font-size: 12px;
    padding: 0;
    margin: 0;
    outline: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

input:focus,
textarea:focus {
    outline: none;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
    font-family: "Microsoft YaHei", "微软雅黑", arial;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    color: #00396c;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wrap:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.row {
    width: 100%;
    box-sizing: border-box;
}

.row:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.article {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
}

.article img {
    max-width: 100%;
}

.mainFilter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none;
    background: url(../img/mainFilter.png);
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 92px;
}

.header {
    width: 100%;
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: #151619;
    border-bottom: 1px solid rgba(221, 200, 179, .5);
}

.header .logo {
    float: left;
    overflow: hidden;
    width: 248px;
    height: 92px;
    margin-top: 26px;
}

.header .logo img {
    width: 100%;
    display: block;
}

.header .searchBox {
    float: right;
    margin-top: 35px;
    position: relative;
}

.header .searchBox .searchBtn {
    width: 25px;
    height: 25px;
    background: url(../img/searchBtn.gif) no-repeat center;
    cursor: pointer;
}

.header .searchBox .searchBar {
    width: 300px;
    height: 40px;
    position: absolute;
    right: -9px;
    top: 30px;
    z-index: 5;
    border: solid 2px #eee;
    box-sizing: border-box;
    display: none;
}

.header .searchBox .searchBar .inpu {
    width: 258px;
    height: 36px;
    float: left;
}

.header .searchBox .searchBar .inpu input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}

.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
    color: #ccc;
}

.header .searchBox .searchBar .inpu input:-moz-placeholder {
    color: #ccc;
}

.header .searchBox .searchBar .inpu input::-moz-placeholder {
    color: #ccc;
}

.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
    color: #ccc;
}

.header .searchBox .searchBar .btn {
    width: 36px;
    height: 36px;
    float: right;
    background: url(../img/searchBtn.gif) no-repeat center #fff;
    border-left: solid 2px #eee;
}

.header .searchBox .searchBar .btn input {
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer;
}

.header .nav .tit,
.header .menuBtn {
    display: none;
}

.header .nav {
    float: right;
    margin-right: 28px;
}

.header .nav > ul > li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.header .nav > ul > li > a {
    width: 95px;
    height: 90px;
    line-height: 90px;
    display: block;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #fff;
}


.header .nav > ul > li > a:after {
    content: "";
    width: 11px;
    height: 6px;
    background: url(../img/nav_after.gif) no-repeat 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    z-index: 2;
    display: none;
}


.header .nav > ul > li.on,
.header .nav > ul > li:hover {
    border-bottom: 3px solid #ddc8b3;
    height: 89px;
}

.header .nav > ul > li.on a,
.header .nav > ul > li:hover a {
    color: #ddc8b3;
    border-bottom: none
}

.header .nav > ul > li.on > a:after,
.header .nav > ul > li:hover > a:after {
    left: 0;
    width: 100%;
    background: #d1595c;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

/*.header .nav > ul > li:hover > .sub {*/
/*    height: 186px !important;*/
/*}*/

.header .nav li .sub {
    width: auto;
    min-width: 95px;
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    z-index: 4;
    background: rgba(24, 24, 34, .968627);
    box-sizing: border-box;
    display: none;
    padding-top: 2px;
}

.header .nav li .sub li {
    /*border-bottom: solid 1px #eee;*/
    text-align: center;
}

.header .nav li .sub li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    display: block;
    white-space: nowrap;
    padding: 0 14px;
}

.header .nav li .sub li a:hover {
    /*background: #015fb2;*/
    color: #ddc8b3;
}

.header .searchBox,
.header .logo,
.header .nav > ul > li > a,
.header {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.header.min {
    height: 92px;
}

.header.min .logo {
    margin-top: 13px;
}

.header.min .searchBox {
    margin-top: 18px;
}

.header.min .searchBox .searchBar {
    top: 74px;
}

.header.min .nav > ul > li > a {
    height: 92px;
    line-height: 92px;
    font-size: 18px;
}

.header.min .nav li .sub {
    top: 92px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}


/*Only display content to screen readers*/

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    /* Touch detection for Windows 8 */
    touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}


/*右侧导航点*/

#fp-nau {
    position: fixed;
    z-index: 100;
    top: 90%;
    opacity: 1;
    left: 48px;
}

#fp-nau ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nau ul li {
    width: 14px;
    margin-bottom: 17px;
    display: block;
    position: relative;
}

#fp-nau ul li a {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    padding: 3px;
}

#fp-nau ul li a img {
    width: 37px
}

#fp-nau ul li a span {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: block;
}

#fp-nau ul li a.active {
    border: solid 1px #fff;
    padding: 2px;
}

#fp-nau.dark ul li a span {
    background: #0184d4;
}

#fp-nau.dark ul li a.active {
    border: solid 1px #0184d4;
}


#fp-nal {
    position: fixed;
    z-index: 100;
    top: 90%;
    opacity: 1;
    right: 48px;
}

#fp-nal ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nal ul li {
    width: 14px;
    margin-bottom: 17px;
    display: block;
    position: relative;
}

#fp-nal ul li a {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    padding: 3px;
}

#fp-nal ul li a img {
    width: 37px
}

#fp-nal ul li a span {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: block;
}

#fp-nal ul li a.active {
    border: solid 1px #fff;
    padding: 2px;
}

#fp-nal.dark ul li a span {
    background: #0184d4;
}

#fp-nal.dark ul li a.active {
    border: solid 1px #0184d4;
}

/*横向幻灯片导航点*/

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    bottom: 35px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.fp-slidesNav ul li {
    display: inline-block;
    margin: 0 10px;
}

.fp-slidesNav ul li a {
    width: 40px;
    height: 3px;
    display: block;
    cursor: pointer;
    background: #fff;
}

.fp-slidesNav ul li a.active {
    background: #1b97e2;
}

.section1 .slide {
    text-align: center;
    background: no-repeat center;
    /*!*background-size: 100% auto;*!*/
    background-size: cover !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

.section1 .slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
}

.section1 .slide .video {
    top: 0;
    left: 0;
    z-index: -10;
    object-fit: cover;
    width: 100%;
    height:100%;
    position: relative;
}


.section1 .slide img {
    top: 37%;
    width: 42%;
    height: 5em;
    position: absolute;
    left: 12%;
}

.section1 .slide .bj2{
    top: 48%;
    height: 3em;
}

.section1 .slide a {
    top: 56%;
    left: 12%;
    position: absolute;
    font-size: 23px;
    color: #4ca5c0;
    display: block;
    padding: 0 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 2px #4ca5c0;
}

.section1 .slide a:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #75fffb;
    -webkit-mask: linear-gradient(to bottom, transparent, #75fffb);
}

#dowebok .columnTitle {
    text-align: center;
}

@font-face {
    font-family: Ionicons;
    src: url(../fonts/YouSheBiaoTiHei-2.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

#dowebok .columnTitle .tit {
    position: relative;
    color: #fff6ee;
    font-size: 41px;
    font-family: Ionicons;
}

#dowebok .columnTitle .tit:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #c48551;
    -webkit-mask: linear-gradient(to bottom, transparent, #c48551);
}

#dowebok .columnTitle .entit {
    position: relative;
    color: #fff6ee;
    font-size: 36px;
    font-family: Helvetica;
    margin-top: 8px;
}

#dowebok .columnTitle .entit:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #c48551;
    -webkit-mask: linear-gradient(to bottom, transparent, #c48551);
}

#dowebok .columnTitle .line {
    width: 32px;
    height: 3px;
    background: #858585;
    display: inline-block;
    margin-top: 22px;
}

.section2 {
    padding-top: 40px;
}

.section2 .solutionList {
    margin: 2% auto 0 auto;
    display: flex;
    -webkit-box-pack: start;
    -webkit-box-orient: vertical;
    flex-direction: column;
    width: 27%;
    margin-left: 14%;
    float: left
}

.section2 .solutionList:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.section2 .solutionList li {
    float: left;
    width: 398px;
    /*height: 100px;*/
    overflow: hidden;
    /*margin-bottom: 53px;*/
    margin-bottom: 6%;
    border: 2px solid #4a5866;
    background: #292a2e;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #4a5866, inset 0 0 6px #4a5866;
}

.section2 .solutionList li:nth-child(3n+1) {
    padding-left: 0;
}

.section2 .solutionList li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.section2 .solutionList li img {
    width: 10%;
    margin: 5%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.section2 .solutionList li:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    border: 2px solid #6eb7c3;
    height: 110px;
}

.section2 .solutionList .two:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    border: 2px solid #5aa0cc;
    height: 110px;
}

.section2 .solutionList .four:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    border: 2px solid #5aa0cc;
    height: 110px;
}

.section2 .solutionList li:hover > a > .text {
    color: #6eb7c3;
    font-size: 23px;
    top: 44%;
}

.section2 .solutionList li:hover > a > p {
    color: #fff;
    font-size: 12px;
    height: 41px;
    word-break: break-all !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: break-spaces;
}

.section2 .solutionList .one:hover > a > img {
    content: url(../img/jjfa/zfglh.png);
}

.section2 .solutionList .two:hover > a > img {
    content: url(../img/jjfa/zwfwh.png);
}

.section2 .solutionList .three:hover > a > img {
    content: url(../img/jjfa/qbzhh.png);
}

.section2 .solutionList .four:hover > a > img {
    content: url(../img/jjfa/dwjgh.png);
}

.section2 .solutionList .one:hover ~ .s1 {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .section2 .solutionList {
        width: 27%;
    }
}

.section2 .solutionList li .text {
    width: 50%;
    height: 22px;
    line-height: 22px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 20%;
    z-index: 5;
    margin-top: -28px;
}

.section2 .solutionList li p {
    width: 70%;
    height: 31px;
    position: absolute;
    bottom: 50%;
    left: 20%;
    z-index: 5;
    margin-bottom: -37px;
    font-size: 12px;
    color: #999;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section2 .solutionList li .icon {
    width: 100%;
    height: 31px;
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 5;
    background: url(../img/section2_icon.png) no-repeat center 0;
    background-size: auto 100%;
    margin-bottom: -37px;
}

.section3 {
    padding-top: 40px;
}

#dowebok .productList {
    overflow: hidden;
    margin: 30px auto 0 auto;
    position: relative;
    top: 150px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

#dowebok .productList ul li {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 0;
}


/*#dowebok .productList ul li:hover{background:#002157;}*/


#dowebok .productList ul li .boxs {
    width: 89%;
    max-width: 560px;
    overflow: hidden;
    /*margin: 0 auto;*/
}

#dowebok .productList ul li a {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding-top: 128%;
    padding-bottom: 5%;
    font-family: Ionicons;
}

#dowebok .productList ul li p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

#dowebok .productList ul li a:hover {
}


/*#dowebok .productList ul li.on{ background:#002157;}*/

#dowebok .productList ul li .imgs {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 87%;
    height: 100%;
    z-index: -1;
    background-size: 100% 60% !important;
}

@keyframes heart {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, 15px);
    }
}

#dowebok .productList ul li .imgs img {
    display: block;
    width: 60px;
    margin: 58% auto;
    height: 72px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    animation: heart 1s ease-in-out 2.7s infinite alternate;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#dowebok .productList ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#dowebok .section3 .columnTitle {
    text-align: center;
}

#dowebok .section3 .columnTitle .tit {
    position: relative;
    color: #fff6ee;
    font-size: 41px;
}

#dowebok .section3 .columnTitle .tit:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #c48551;
    -webkit-mask: linear-gradient(to bottom, transparent, #c48551);
}

#dowebok .section3 .columnTitle .entit {
    position: relative;
    color: #fff6ee;
    font-size: 36px;
}

#dowebok .section3 .columnTitle .entit:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #c48551;
    -webkit-mask: linear-gradient(to bottom, transparent, #c48551);
}

#dowebok .section3 .columnTitle .line {
    background: #fff;
}

#dowebok .section4 .columnTitle {
    text-align: left;
}

#dowebok .section4 .columnTitle .tit {
    color: #fff;
}

#dowebok .section4 .columnTitle .entit {
    color: #cccccc;
}

#dowebok .section4 .columnTitle .line {
    background: #99b0c4;
}

.section4 {
    padding-top: 41px;
}

.section4 .contont {
    width: 50%;
    float: left;
}

.section4 .contont .text {
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 120px;
    text-align: justify;
}

.section4 .contont .text .line {
    width: 32px;
    height: 3px;
    background: #99b0c4;
    display: inline-block;
    margin-top: 42px;
}

.section4 .contont .list {
    margin-top: 52px;
}

.section4 .contont .list:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.section4 .contont .list li {
    width: 45%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    float: left;
    padding: 0 10px 0 44px;
    box-sizing: border-box;
    background: no-repeat 0 center;
    background-size: auto 100%;
    margin-bottom: 30px;
}

.section4 .contont .list li:nth-child(even) {
    width: 55%;
}

.section4 .contont .list li span {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.section4 .contont .more {
    width: 127px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: solid 1px #fff;
    font-size: 16px;
    color: #fff;
    background: url(../img/section3_more.png) no-repeat right 30px center;
    padding-right: 30px;
    display: block;
    margin-top: 42px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.section4 .contont .more:hover {
    background-image: url(../img/section3_more2.png);
    background-color: #fff;
    color: #00396c;
}

.section2 .slogan {
    width: 25%;
    height: 50%;
    float: right;
    margin-top: 5%;
    background: url(../img/jjfa/middlee.png) no-repeat center;
    margin-right: 20%;
    background-size: 100% 50%;
    position: relative;
}

.section2 .slogan .title {
    background: url(../img/jjfa/middlet.png) no-repeat center;
    background-size: 94% 100%;
    width: 309px;
    height: 244px;
    border-radius: 50%;
    position: absolute;
    left: 46%;
    top: 23%;
    z-index: 5;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 35px 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}

.section2 .slogan li {
    width: 100px;
    text-align: center;
    position: absolute;
    z-index: 5;
}

.section2 .slogan li .pic {
    background: url(../img/jjfa/edge.png) no-repeat center;
    background-size: 100% 100%;
    height: 146px;
    width: 146px;
}

.section2 .slogan li .pic img {
    height: 50%;
    margin: -20% auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.section2 .slogan li:hover .pic img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.section2 .slogan li .txt {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}

.section2 .slogan li.s1 {
    top: 40%;
    left: -6%;
    margin-left: -50px;
}

.section2 .slogan li.s2 {
    top: 40%;
    right: -6%;
}

.section2 .slogan li.s3 {
    top: 80%;
    right: 43%;
}

.section2 .slogan li.s4 {
    display: none;
    top: 16%;
    left: -19%;
    margin-left: -50px;
}

.section2 .slogan li.s5 {
    display: none;
    top: 16%;
    right: -16%;
}

.section2 .slogan li.s6 {
    display: none;
    bottom: 0%;
    left: -19%;
    margin-left: -50px;
}

.section2 .slogan li.s7 {
    display: none;
    bottom: 0%;
    right: -16%;
}

.section2 .slogan li.s8 {
    display: none;
    top: 16%;
    left: -19%;
    margin-left: -50px;
}

.section2 .slogan li.s9 {
    display: none;
    top: 16%;
    right: -16%;
}

.section2 .slogan li.s10 {
    display: none;
    bottom: 0%;
    left: -19%;
    margin-left: -50px;
}

.section2 .slogan li.s11 {
    display: none;
    bottom: 0%;
    right: -16%;
}

.section2 .slogan li.s12 {
    display: none;
    bottom: 0%;
    left: -19%;
    margin-left: -50px;
}

.section2 .slogan li.s13 {
    display: none;
    bottom: 0%;
    right: -16%;
}

.section5 {
    position: relative;
    overflow: hidden;
}

.section5 .hand {
    max-width: 870px;
    height: 578px;
    position: absolute;
    bottom: 107px;
    left: 0;
    z-index: 5;
    width: 45%;
}

.section5 .hand img {
    width: 100%;
}

.section5 .contont {
    width: 612px;
    float: right;
}

#dowebok .section5 .columnTitle {
    text-align: left;
}

.section5 .contont .text {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    text-align: justify;
}

.section5 .contont .text .line {
    width: 32px;
    height: 3px;
    background: #b4b4b4;
    display: inline-block;
    margin-top: 42px;
}

.section5 .contont .more {
    width: 127px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: solid 1px #999999;
    font-size: 16px;
    color: #666666;
    background: url(../img/section3_more3.png) no-repeat right 30px center;
    padding-right: 30px;
    display: block;
    margin-top: 42px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.section5 .contont .more:hover {
    background-image: url(../img/section3_more.png);
    background-color: #00396c;
    color: #fff;
}

.section5 .contont .list {
    margin-top: 70px;
}

.section5 .contont .list li {
    width: 33.333%;
    float: left;
    text-align: center;
}

.section5 .contont .list li .number {
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}

.section5 .contont .list li .number .num {
    font-family: Arial;
    font-size: 75px;
    color: #112c49;
}

.section5 .contont .list li .txt {
    width: 100%;
    line-height: 20px;
    font-size: 20px;
    font-size: 18px;
    color: #333333;
}

#dowebok .section6 {
    /*padding-top: 30px;*/
    /*position: relative;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

#dowebok .section6:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
}

#dowebok .section6 .video {
    top: 0;
    left: 0;
    z-index: -10;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height:100%;
}

#dowebok .section6 .columnTitle .tit {
    position: relative;
    color: #fff6ee;
    font-size: 41px;
}

#dowebok .section6 .columnTitle .tit:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #c48551;
    -webkit-mask: linear-gradient(to bottom, transparent, #c48551);
}

#dowebok .section6 .columnTitle .entit {
    position: relative;
    color: #fff6ee;
    font-size: 36px;
}

#dowebok .section6 .columnTitle .entit:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #c48551;
    -webkit-mask: linear-gradient(to bottom, transparent, #c48551);
}

#dowebok .section6 .columnTitle .line {
    background: #99b0c4;
}

.section6 .blx {
    background: url(../img/ryxm/blx.png);
    background-size: 100% 100%;
    top: 55%;
    width: 100%;
    height: 14em;
    position: absolute;
}

.section6 .clientsList {
    width: 1199px;
    margin: 100px auto 0 auto;
}

.section6 .clientsList .swiper-container {
    padding-bottom: 233px;
}

/*.section6 .clientsList .swiper-slide {*/
/*    overflow: hidden;*/
/*}*/

.section6 .clientsList .swiper-slide span {
    border-left: 1px solid #cccccc;
    padding: 0px 0px 152px 3px;
    display: inline;
    color: #fff;
    font-size: 17px;
}

.section6 .clientsList .swiper-slide p {
    margin-left: 34px;
    width: 156px;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.section6 .clientsList .swiper-slide .yq {
    width: 19%;
    position: absolute;
    left: 14px;
    top: 166px;
}

.section6 .clientsList .swiper-slide .ss {
    position: absolute;
    top: 80px;
    left: 32px;
    border-left: none;
}

.section6 .clientsList .swiper-slide .pp {
    margin-top: 102px !important;
}

.section6 .clientsList .swiper-slide .qy {
    width: 19%;
    position: absolute;
    left: 10px;
    top: 0px;
}

.section6 .clientsList .swiper-slide .shu {
    width: 19%;
    position: absolute;
    left: 10px;
    height: 123%;
}

.section6 .clientsList .swiper-slide .jp {
    top: 15px;
    position: relative;
    width: 15%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.section6 .clientsList .swiper-slide .pj {
    width: 15%;
    position: absolute;
    top: 80px;
}

/*.section6 .clientsList .swiper-slide a:hover img {*/
/*    transform: scale(1.1, 1.1);*/
/*    -webkit-transform: scale(1.1, 1.1);*/
/*    -ms-transform: scale(1.1, 1.1);*/
/*    -o-transform: scale(1.1, 1.1);*/
/*    -moz-transform: scale(1.1, 1.1);*/
/*}*/

.section6 .clientsList .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 10px;
    opacity: 1;
}

.section6 .clientsList .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0067a5;
}

.footer {
    background: #151619;
    padding-top: 44px;
    font-size: 14px;
    color: #ffffff;
    border-top: solid 1px #151619;
}

.footer a {
    font-size: 14px;
    color: #fff;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.footer .tit {
    font-size: 16px;
    color: #fff;
}

/*.footer .titt {*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*}*/

.footer .titt:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #c48551;
    -webkit-mask: linear-gradient(to bottom, transparent, #c48551);
}

.footer .link-list {
    float: left;
}

.footer .list {
    width: 156px;
    float: left;
}

.footer .contact .text,
.footer .list li {
    line-height: 24px;
}

.footer .contact .text,
.footer .list ul {
    margin-top: 20px;
}

.footer .list li a:hover {
    color: #fff;
}

.footer .contact {
    max-width: 293px;
    float: left;
    margin-left: 13%;
}

.footer .contact p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer .contact .t {
    min-width: 71px;
}

.footer .qrcodebox {
    float: right;
}

.footer .qrcodebox .box {
    float: left;
    margin-left: 14px;
    width: 128px;
    text-align: center;
}

.footer .qrcodebox i {
    display: block;
    margin-bottom: 10px;
}

.footer .qrcodebox img {
    width: 100%;
    display: block;
}

.footer .bottom {
    line-height: 24px;
    padding: 13px 0;
    margin-top: 32px;
}

.footer .copy {
    float: left;
}

.footer .record {
    float: right;
}

@media only screen and (max-width: 1380px) {
    #dowebok .columnTitle .tit {
        line-height: 55px;
    }

    #dowebok .columnTitle .entit {
        line-height: 24px;
        font-size: 20px;
        margin-top: 4px;
    }

    #dowebok .columnTitle .line {
        margin-top: 12px;
    }

    .section2 {
        padding-top: 40px;
    }

    .section2 .slogan {
        margin-top: 20px;
    }

    .section2 .solutionList {
        width: 27%;
        margin-top: 10px;
    }

    .section2 .solutionList li {
        width: 300px;
        height: 100px;
    }

    .section2 .solutionList li a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .section2 .slogan {

    }

    .section3 {
        padding-top: 40px;
    }

    .section4 {
        padding-top: 60px;
    }

    .section4 .contont .text {
        margin-top: 40px;
    }

    .section4 .contont .text .line {
        margin-top: 22px;
    }

    .section4 .contont .list {
        margin-top: 22px;
    }

    .section2 .slogan {
        margin-top: 20px;
        width: 495px;
        height: 495px;
        float: right;
        background: url(../img/jjfa/middlee.png) no-repeat center;
        margin-right: 11%;
        background-size: 100% 50%;
    }

    /*#dowebok .columnTitle{*/
    /*    top: -150px !important;*/
    /*}*/

    .section5 {
        padding-top: 30px;
    }

    .section5 .hand {
        max-width: 550px;
        height: 378px;
    }

    .section5 .contont .text {
        line-height: 30px;
        font-size: 16px;
        color: #333333;
        margin-top: 20px;
        text-align: justify;
    }

    .section5 .contont .text .line {
        width: 32px;
        height: 3px;
        background: #b4b4b4;
        display: inline-block;
        margin-top: 42px;
    }

    .section5 .contont .more {
        margin-top: 22px;
    }

    .section5 .contont .list {
        margin-top: 20px;
    }

    .section5 .contont .list li .number {
        line-height: 40px;
        font-size: 18px;
        color: #333333;
    }

    .section5 .contont .list li .number .num {
        font-size: 45px;
    }

    #dowebok .section6 {
        padding-top: 0px;
    }

    #dowebok .section6 .columnTitle .tit {
        padding-top: 0;
    }

    .section6 .clientsList {
        width: 820px;
        margin: 20px auto 0 auto;
    }

    /*.section6 .clientsList .swiper-container {*/
    /*    padding-bottom: 40px;*/
    /*}*/
    .section6 .blx{
        top: 49%;
    }
}


/*动画预设*/

@media only screen and (min-width: 1200px) {
    .section2 .columnTitle,
    .section3 .columnTitle,
    .section4 .columnTitle,
    .section5 .columnTitle,
    .section6 .columnTitle {
        position: relative;
        top: -150px;
        opacity: 0;
        transition: 0.8s;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
    }

    .section6 .clientsList,
    .section5 .contont .more,
    .section5 .contont .text,
    .section4 .contont .more,
    .section4 .contont .list,
    .section4 .contont .text,
    .section2 .solutionList li,
    .section2 .slogan {
        position: relative;
        top: 150px;
        opacity: 0;
        transition: 0.8s;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
    }

    .section2 .slogan li {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transition: 1.2s;
        -webkit-transition: 1.2s;
        -moz-transition: 1.2s;
        -ms-transition: 1.2s;
        -o-transition: 1.2s;
    }

    .section5 .contont .list,
    .section5 .services,
    .section2 .solutionList li:first-child,
    .section4 .contont .list {
        transition: 1.2s;
        -webkit-transition: 1.2s;
        -moz-transition: 1.2s;
        -ms-transition: 1.2s;
        -o-transition: 1.2s;
    }

    .section5 .contont .more,
    .section2 .slogan,
    .section4 .contont .more {
        transition: 1.6s;
        -webkit-transition: 1.6s;
        -moz-transition: 1.6s;
        -ms-transition: 1.6s;
        -o-transition: 1.6s;
    }

    .section5 .hand {
        bottom: -300px;
        left: -400px;
        opacity: 0;
        transition: 2s;
        -webkit-transition: 2s;
        -moz-transition: 2s;
        -ms-transition: 2s;
        -o-transition: 2s;
    }
}


/*首页end*/

.container {
    min-height: 100vh;
}

.container .columnBanner{
    position: relative;
}

.container .columnBanner video {
    display: block;
    top: 0;
    left: 0;
    z-index: -10;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.container .columnBanner img {
    width: 100%;
    display: block;
}

.container .columnBanner .zfgl {
    width: 15%;
    position: absolute;
    top: 25%;
    left: 42.5%;
}

.container .columnBanner .text {
    /*width: 20%;*/
    /*position: absolute;*/
    /*top: 22.5%;*/
    /*left: 44.5%;*/
    /*font-size: 23px;*/
    /*color: #fff;*/
    position: absolute;
    top: 23%;
    left: 43.5%;
    font-size: 22px;
    color: #fff;
}

.container .columnBanner .zfhx {
    position: absolute;
    top: 50%;
    left: 39.5%;
    font-size: 22px;
    color: #fff;
    background: url(../img/ej/zfgl/xd.png);
    background-size: 100% 100%;
    height: 80px;
    line-height: 80px;
    width: 21%;
    text-align: center;
}
.container .columnBanner .zwfw {
    position: absolute;
    top: 50%;
    left: 34.5%;
    font-size: 22px;
    color: #fff;
    background: url(../img/ej/zfgl/xd.png);
    background-size: 100% 100%;
    height: 80px;
    line-height: 80px;
    width: 31%;
    text-align: center;
}
.container .columnBanner .dwjg {
    position: absolute;
    top: 50%;
    left: 36.5%;
    font-size: 22px;
    color: #fff;
    background: url(../img/ej/zfgl/xd.png);
    background-size: 100% 100%;
    height: 80px;
    line-height: 80px;
    width: 27%;
    text-align: center;
}

.container .columnBanner .jjfn {
    width: 15%;
    position: absolute;
    top: 31%;
    left: 12%;
}

.container .columnBanner .sjlogo {
    width: 17%;
    position: absolute;
    top: 15%;
    left: 13%;
}

.container .columnBanner .sjlogoba {
    width: 30%;
    position: absolute;
    top: 15%;
    left: 13%;
}

.container .columnBanner .an {
    width: 25%;
    position: absolute;
    top: 11%;
    left: 12%;
}

.container .columnBanner .gywm {
    width: 13%;
    position: absolute;
    top: 37%;
    left: 12%;
}

.container .columnBanner .blue {
    width: 147px;
    margin: auto;
    position: absolute;
    top: 69.5%;
    left: 12%;
}

.container .columnBanner .sjtb {
    width: 7%;
    margin: auto;
    position: absolute;
    top: 65.5%;
    left: 13%;
}
.container .columnBanner .zhsjtb {
    width: 7%;
    margin: auto;
    position: absolute;
    top: 83.5%;
    left: 13%;
}
.container .columnBanner .tb {
    width: 7%;
    margin: auto;
    position: absolute;
    top: 32.5%;
    left: 12%;
}

.container .columnBanner .fazx {
    width: 560px;
    margin: auto;
    position: absolute;
    top: 13.5%;
    left: 60%;
}

.container .columnBanner .sjfazx {
    width: 30%;
    margin: auto;
    position: absolute;
    top: 17.5%;
    left: 60%;
}


.container .columnBanner .jjfatext {
    /*width: 25%;*/
    position: absolute;
    top: 48.5%;
    left: 12%;
    font-size: 26px;
    color: #fff;
}

.container .columnBanner .fazxtit {
    width: 20%;
    position: absolute;
    top: 32.7%;
    left: 13%;
    font-size: 23px;
    color: #fff;
}

.container .columnBanner .sjfazxtit {
    top: 65.7%;
    left: 13%;
    color: #fff;
    position: absolute;
    font-size: 23px;
    display: block;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: solid 2px #4ca5c0;
    border-radius: 10px;
    background: #4ca5c0;
}
.container .columnBanner .zhtit {
    top: 75.7%;
    left: 13%;
    color: #fff;
    position: absolute;
    font-size: 23px;
    display: block;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: solid 2px #4ca5c0;
    border-radius: 10px;
    background: #4ca5c0;
}

.container .columnBanner .zxfatit {
    width: 6%;
    position: absolute;
    top: 32.7%;
    left: 24%;
    font-size: 23px;
    color: #4ca5c0;
    display: block;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: solid 2px #4ca5c0;
    border-radius: 10px;
}

.container .columnBanner .sjzxfatit {
    position: absolute;
    top: 65.7%;
    left: 22%;
    font-size: 23px;
    color: #4ca5c0;
    display: block;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: solid 2px #4ca5c0;
    border-radius: 10px;
}
.container .columnBanner .zhfatit {
    position: absolute;
    top: 75.7%;
    left: 22%;
    font-size: 23px;
    color: #4ca5c0;
    display: block;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: solid 2px #4ca5c0;
    border-radius: 10px;
}

.container .columnBanner .sj {
    width: 33%;
    position: absolute;
    top: 15.5%;
    left: 12%;
    font-size: 16px;
    color: #fff;
    line-height: 24.5px;
}

.container .columnBanner .sjsj {
    width: 40%;
    position: absolute;
    top: 24.5%;
    left: 11.5%;
    font-size: 16px;
    color: #fff;
    line-height: 24.5px;
}

.container .columnBanner .zhsjsj {
    width: 40%;
    position: absolute;
    top: 24.5%;
    left: 11.5%;
    font-size: 16px;
    color: #fff;
    line-height: 24.5px;
}

.container .columnBanner .sj p{
    color: #fff !important;
    line-height: 39px !important;
}

.container .columnBanner .sjsj p{
    color: #fff !important;
    line-height: 39px !important;
}

.container .columnBanner .zhsjsj p{
    color: #fff !important;
    line-height: 39px !important;
}

.container .columnBanner .jjfatit {
    width: 20%;
    position: absolute;
    top: 71%;
    left: 13.5%;
    font-size: 23px;
    color: #fff;
}

.container .columnBanner .hide {
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 5;
    background: #28a5ca;
    white-space: nowrap;
    display: none;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    top: 69%;
pointer-events: none;
}

.container .columnBanner .sjfazxtit:hover +.shide{
    display: block;
}

.container .columnBanner .zhtit:hover +.zhhide{
    display: block;

}

.container .columnBanner .zhhide {
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 5;
    background: #28a5ca;
    white-space: nowrap;
    display: none;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    top: 75.7%;
}

.container .columnBanner .shide {
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 5;
    background: #28a5ca;
    white-space: nowrap;
    display: none;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    top: 65%;
pointer-events: none;
}

.container .columnMenu {
    height: 75px;
    background: #222935;
}

.container .columnMenu.white {
    background: #fff;
    border-bottom: solid 1px #e4e4e4;
}

.container .columnMenu .crumbs {
    float: left;
}

.container .columnMenu .crumbs li {
    float: left;
    line-height: 75px;
    padding-left: 17px;
    background: url(../img/crumbs.png) no-repeat 5px center;
}

.container .columnMenu .crumbs li:nth-child(1) {
    padding-left: 27px;
    background-image: url(../img/crumbs1.png);
}

.container .columnMenu .crumbs li a {
    font-size: 12px;
    color: #666666;
}

.container .columnMenu .crumbs li a:hover {
    color: #00396c;
}

.container .columnMenu .menu {
    /*float: right;*/
    /*right: 26%;*/
    /*position: relative;*/
    text-align: center;
}

.container .columnMenu .menu li {
    float: left;
    /*margin-left: 187px;*/
    line-height: 75px;
    width: 33%;
}

.container .columnMenu .menu li a {
    font-size: 16px;
    color: #666666;
}

.container .columnMenu .menu li.on a,
.container .columnMenu .menu li a:hover {
    color: #fff;
}

.container .pagingBox {
    text-align: center;
}

.container .pagingBox ul {
    display: inline-block;
}

.container .pagingBox li {
    float: left;
    margin: 0 32px;
    border: none !important;
}

.container .pagingBox li a {
    display: block;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    color: white;
}

.container .pagingBox li.on a,
.container .pagingBox li a:hover {
    border: solid 1px #f2eded;
    background: #f2eded;
    color: #fff;
}

.newsPage {
    padding-bottom: 50px;
    background: #20242f;
}

.newsPage .newsList {
   margin-bottom: 48px;
}

.newsPage .newsLists {
    margin-left: 13%;
}

.newsPage .head {
    margin-bottom: 48px;
    float: left;
    margin-top: 49px;
}
.newsPage .head a{
    color: white;
    display: block;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    margin-bottom: 12px;
}

.newsPage .head .on{
    border: 1px solid;
    border-image: linear-gradient(to right, #79a1a7, #1a5ba8) 1;
}

.newsPage .head .on:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #7cc5d1;
    -webkit-mask: linear-gradient(to right, transparent, #41b8cc);
}


.newsPage .newsList li {
    background: url(../img/newsList_line.gif) repeat-x 0 bottom;
    padding: 50px 0 36px 0;
    border-bottom: 1px solid #fff;
}

.newsPage .newsList li:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.newsPage .newsList li .pic {
    width: 249px;
    height: 129px;
    float: left;
    overflow: hidden;
}

.newsPage .newsList li .pic img {
    width: 100%;
    height: -webkit-fill-available;
    border-radius: 10px;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .newsList li .pic a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.newsPage .newsList li .conten {
    padding-left: 270px;
    box-sizing: border-box;
}

.newsPage .newsList li .tit {
    height: 36px;
    line-height: 29px;
    font-size: 23px;
    color: #003665;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newsPage .newsList li .tit a {
    font-size: 21px;
    color: #fff;
}

.newsPage .newsList li .tit a:hover {
    color: #fff;
}

.newsPage .newsList li .txt {
    line-height: 24px;
    font-size: 15px;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 41px;
}

.newsPage .newsList li .btn {
    width: 50px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #808080;
    margin-top: 39px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .newsLists li {
    padding: 50px 0 36px 0;
    border-bottom: 1px solid #fff;
}

/*.newsPage .newsLists li:after {*/
/*    content: "";*/
/*    height: 0;*/
/*    display: block;*/
/*    clear: both*/
/*}*/

.newsPage .newsLists li .pic {
    width: 249px;
    height: 129px;
    float: left;
    overflow: hidden;
}

.newsPage .newsLists li .pic img {
    width: 100%;
    height: -webkit-fill-available;
    border-radius: 10px;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .newsLists li .pic a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.newsPage .newsLists li .conten {
    box-sizing: border-box;
}

.newsPage .newsLists li .tit {
    height: 36px;
    line-height: 29px;
    font-size: 23px;
    color: #003665;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newsPage .newsLists li .tit a {
    font-size: 21px;
    color: #fff;
}

.newsPage .newsLists li .tit a p {
    color: #c68520;
    font-size: 21px;
    margin-left: 15px;
    display: initial;
}

.newsPage .newsLists li .txt {
    line-height: 24px;
    font-size: 12px;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newsPage .newsLists li .btn {
    height: 38px;
    float: right;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    color: #808080;
    margin-top: -19px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .newsLists li .didian {
    height: 38px;
    float: right;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    color: #808080;
    margin-top: -26px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .newsDetails {
    padding: 34px 25px;
}

.newsPage .newsDetails .title {
    text-align: center;
    background: url(../img/newsList_line.gif) repeat-x 0 bottom;
    padding: 20px 0;
    margin-top: 0;
}

.newsPage .newsDetails .title .tit {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
}

.newsPage .newsDetails .title .date {
    font-size: 14px;
    color: #a5a5a5;
    line-height: 18px;
    margin-top: 20px;
}

.newsPage .newsDetails .article {
    padding: 30px 0;
    background: url(../img/newsList_line.gif) repeat-x 0 bottom;
}

.newsPage .newsDetails .turnPage {
    padding: 16px 0;
    background: url(../img/newsList_line.gif) repeat-x 0 bottom;
}

.newsPage .newsDetails .turnPage .next,
.newsPage .newsDetails .turnPage .prev {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #4f4f4f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newsPage .newsDetails .turnPage .next a,
.newsPage .newsDetails .turnPage .prev a {
    color: #a4a4a4;
}

.newsPage .newsDetails .turnPage .next a:hover,
.newsPage .newsDetails .turnPage .prev a:hover {
    color: #00396c;
}

.newsPage .title {
    line-height: 40px;
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-top: 50px;
}

.newsPage .videoList {
    margin-top: 40px;
}

.newsPage .videoList:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.newsPage .videoList li {
    width: 372px;
    /* height: 225px; */
    float: left;
    padding-left: 42px;
    margin-top: 49px;
}

.newsPage .videoList li:nth-child(3n-1) {
    padding-left: 0;
}

.newsPage .videoList li .pic {
    width: 372px;
    height: 147px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.newsPage .videoList li .pic img {
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .videoList li .pic:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.newsPage .videoList li .pic .icon {
    width: 53px;
    height: 53px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../img/videoList_icon.png) no-repeat 0 0;
    background-size: 100%;
}

.newsPage .videoList li:nth-child(1) {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0px;
}

.newsPage .videoList li:nth-child(1) .pic {
    width: 100%;
    height: 562px;
}

.newsPage .videoList li:nth-child(1) .icon {
    width: 98px;
    height: 98px;
}


/*.newsPage .videoList li video{

	display: none;

}*/

.newsPage .videoList .video {
    width: 900px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 105;
    display: none;
}

.newsPage .videoList video {
    width: 900px;
    height: 600px;
}

.newsPage .videoList .video .close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: url(../img/close.png) no-repeat center;
    background-size: 30px 30px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .videoList .video .close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}


/*媒体中心end*/

.casePage {
    padding: 50px 0 40px 0;
}

.casePage .caseList:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.casePage .caseList li {
    width: 373px;
    float: left;
    padding-left: 40px;
    margin-bottom: 40px;
}

.casePage .caseList li:nth-child(3n+1) {
    padding-left: 0;
}

.casePage .caseList li .pic {
    width: 100%;
    height: 256px;
    border: solid 15px #f2f1f1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.casePage .caseList li .pic img {
    width: 100%;
    display: block;
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
}

.casePage .caseList li .filter {
    width: 100%;
    height: 47px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: url(../img/caseList_filter.png);
}

.casePage .caseList li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
}

.casePage .caseList li .icon {
    width: 30px;
    height: 30px;
    background: url(../img/caseList_icon.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.casePage .caseList li .icon,
.casePage .caseList li .txt,
.casePage .caseList li .filter {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.casePage .caseList li .pic:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}


/*.casePage .caseList li .pic:hover .filter{

	height: 100%;

}

.casePage .caseList li .pic:hover .txt{

	line-height: 25px;

	bottom: 50%;

	transform: translate(0%,50px);

	-webkit-transform: translate(0%,50px);

	-moz-transform: translate(0%,50px);

	-ms-transform: translate(0%,50px);

	-o-transform: translate(0%,50px);

}

.casePage .caseList li .pic:hover .icon{

	top: 50%;

	transform: translate(-50%,-40px);

	-webkit-transform: translate(-50%,-40px);

	-moz-transform: translate(-50%,-40px);

	-ms-transform: translate(-50%,-40px);

	-o-transform: translate(-50%,-40px);

}*/


/*案例列表end*/

.solutionPage .concept {
    background: #eeeff1;
    padding: 15px 0;
}

.solutionPage .concept:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.solutionPage .concept .wrap {
    position: relative;
}

.solutionPage .concept .pic {
    width: 622px;
    float: right;
    overflow: hidden;
}

.solutionPage .concept .pic img {
    max-width: 100%;
    display: block;
}

.solutionPage .concept .text {
    width: 480px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.solutionPage .worth .title .tit,
.solutionPage .concept .title .tit {
    line-height: 40px;
    font-size: 36px;
    color: #00396c;
}

.solutionPage .worth .title .line,
.solutionPage .concept .title .line {
    width: 37px;
    height: 4px;
    background: #00396c;
    margin-top: 18px;
}

.solutionPage .concept .text .txt {
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    margin-top: 28px;
}

.solutionPage .core {
    padding: 68px 0 100px 0;
}

.solutionPage .scene .title,
.solutionPage .core .title {
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    color: #00396c;
}

.solutionPage .core .row {
    margin-top: 12px;
    position: relative;
}

.solutionPage .core .row:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.solutionPage .core .pic {
    width: 590px;
    float: right;
    overflow: hidden;
}

.solutionPage .core .pic img {
    max-width: 100%;
}

.solutionPage .core .row:nth-child(odd) .pic {
    float: left;
}

.solutionPage .core .text {
    width: 550px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.solutionPage .core .row:nth-child(odd) .text {
    left: auto;
    right: 0;
}

.solutionPage .core .tit {
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.solutionPage .core .txt {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    margin-top: 36px;
}

.solutionPage .scene {
    background: #eeeff1;
    padding: 68px 0 38px 0;
}

.solutionPage .scene .list {
    width: 1224px;
    margin: 46px auto 0 auto;
}

.solutionPage .scene .list:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.solutionPage .scene li {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.solutionPage .scene li .box {
    width: 286px;
    border: solid 1px #e0e0e0;
    padding: 28px 22px 32px 22px;
    box-sizing: border-box;
    background: #fff;
}

.solutionPage .scene li .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.solutionPage .scene li .icon img {
    width: 100%;
}

.solutionPage .scene li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #00396c;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.solutionPage .scene li .txt {
    min-height: 72px;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.solutionPage .worth {
    padding: 64px 0 78px 0;
}

.solutionPage .worth .wrap {
    position: relative;
}

.solutionPage .worth .pic {
    width: 515px;
    float: right;
    margin-right: 84px;
}

.solutionPage .worth .pic img {
    max-width: 100%;
}

.solutionPage .worth .text {
    float: left;
    width: 480px;
    margin-left: 110px;
    margin-top: 10px;
}

.solutionPage .worth ul {
    margin-top: 36px;
}

.solutionPage .worth .text li {
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    background: url(../img/solutionPage_worth_list.gif) no-repeat 0 6px;
    padding-left: 19px;
    box-sizing: border-box;
    margin-bottom: 22px;
}





/*解决方案end*/
.servicePagejjfa {
    background: url(../img/bg02.jpg) no-repeat;
    background-size: 100%;
    min-height: 588px;
    box-sizing: border-box;
}


/*.servicePagejjfa .operator {*/
/*    margin: 54px 0;*/
/*}*/

.servicePagejjfa .operator .title {
    text-align: center;
}

.servicePagejjfa .operator .title img {
    width: 28%;
}

.servicePagejjfa .operator .title .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePagejjfa .operator .bj {
    text-align: center;
}

.servicePagejjfa .operator .bj img {
    width: 11%;
}

.servicePagejjfa .operator .bj .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePagejjfa .operator .logo {
    text-align: center;
    margin: 50px;
}

.servicePagejjfa .operator .logo img {
    width: 20%;
}

.servicePagejjfa .operator .logo .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePagejjfa .operator .img {
    text-align: center;
}

.servicePagejjfa .operator .img img {
    width: 17%;
    margin-top: -56px;
    margin-bottom: 90px;
}

.servicePagejjfa .operator .img .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePagejjfa .jjfaope {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.servicePagejjfa .jjfaope .title {
    text-align: center;
}

.servicePagejjfa .jjfaope .title img {
    width: 28%;
}

.servicePagejjfa .jjfaope .title .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePagejjfa .jjfaope .bj {
    text-align: center;
}

.servicePagejjfa .jjfaope .bj img {
    width: 11%;
}

.servicePagejjfa .jjfaope .bj .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePagejjfa .jjfaope .logo {
    text-align: center;
    margin: 50px;
}

.servicePagejjfa .jjfaope .logo img {
    width: 20%;
}

.servicePagejjfa .jjfaope .logo .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePagejjfa .jjfaope .img {
    text-align: center;
}

.servicePagejjfa .jjfaope .img img {
    width: 21%;
    margin-top: -56px;
    margin-bottom: 90px;
}

.servicePagejjfa .jjfaope .img .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePagejjfa .jjfaope .text {
    width: 686px;
    margin: 30px auto 0 auto;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.servicePagejjfa .jjfaope .list {
    text-align: center;
    margin-top: 109px;
    float: left;
    width: 50%;
}

.servicePagejjfa .jjfaope .list ul {
    display: inline-block;
}

.servicePagejjfa .jjfaope .list li {
    float: left;
    text-align: center;
    /*padding-right: 14px;*/
    padding-right: 50px;
    background: url(../img/operator.gif) no-repeat right 0 top 62px;
}

.servicePagejjfa .jjfaope .list .zf {
    width: 100%;
}

.servicePagejjfa .jjfaope .list li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .jjfaope .list li .icon {
    height: 132px;
    background: url(../img/hxcp/zfgle.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .list li .jjfa {
    height: 82px;
}

.servicePagejjfa .jjfaope .list li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .list li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .list li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .list li .icon img {
    height: 40%;
}
.servicePagejjfa .jjfaope .list li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .jjfaope .list li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .list li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .list li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .list li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .jjfaope .list li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
    margin-left: 9px;
}

.servicePagejjfa .jjfaope .list li .txt {
    margin-top: 30px;
}

.servicePagejjfa .jjfaope .list li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}



.servicePagejjfa .jjfaope .listr {
    text-align: center;
    margin-top: 109px;
    float: right;
    width: 32%;
    overflow: hidden;
}

.servicePagejjfa .jjfaope .listr ul {
    display: inline-block;
}

.servicePagejjfa .jjfaope .listr li {
    float: left;
    text-align: center;
    /*padding-right: 14px;*/
    padding-right: 50px;
    background: url(../img/operator.gif) no-repeat right 0 top 62px;
}

.servicePagejjfa .jjfaope .listr .zf {
    width: 100%;
}

.servicePagejjfa .jjfaope .listr .li {
    /*width: 489px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*padding-right: 14px;*/
    /*background: url(../img/operator.gif) no-repeat right 0 top 62px;*/
    width: 357px;
    float: left;
    display: inline-block;
    margin-left: 20%;
    margin-right: -6%;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePagejjfa .jjfaope .listr .dw {
    /*width: 489px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*padding-right: 14px;*/
    /*background: url(../img/operator.gif) no-repeat right 0 top 62px;*/
    width: 321px;
    float: left;
    display: inline-block;
    margin-left: 178px;
    margin-right: 139px;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePagejjfa .jjfaope .listr li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .jjfaope .listr li .icon {
    height: 132px;
    background: url(../img/hxcp/zfgle.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listr li .jjfa {
    height: 82px;
}

.servicePagejjfa .jjfaope .listr li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listr li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listr li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listr li .icon img {
    height: 40%;
}
.servicePagejjfa .jjfaope .listr li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .jjfaope .listr li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listr li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listr li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listr li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .jjfaope .listr li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
    margin-left: 9px;
}

.servicePagejjfa .jjfaope .listr li .txt {
    margin-top: 30px;
}

.servicePagejjfa .jjfaope .listr li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePagejjfa .jjfaope .listdw {
    text-align: center;
    margin-top: 109px;
    float: left;
    width: 30%;
}

.servicePagejjfa .jjfaope .listdw ul {
    display: inline-block;
}

.servicePagejjfa .jjfaope .listdw li {
    float: left;
    text-align: center;
    /*padding-right: 14px;*/
    padding-right: 50px;
    background: url(../img/operator.gif) no-repeat right 0 top 62px;
}

.servicePagejjfa .jjfaope .listdw .zf {
    width: 100%;
}

.servicePagejjfa .jjfaope .listdw li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .jjfaope .listdw li .icon {
    height: 132px;
    background: url(../img/hxcp/zfgle.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listdw li .jjfa {
    height: 82px;
}

.servicePagejjfa .jjfaope .listdw li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listdw li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listdw li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listdw li .icon img {
    height: 40%;
}
.servicePagejjfa .jjfaope .listdw li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .jjfaope .listdw li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listdw li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listdw li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listdw li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .jjfaope .listdw li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
    margin-left: 9px;
}

.servicePagejjfa .jjfaope .listdw li .txt {
    margin-top: 30px;
}

.servicePagejjfa .jjfaope .listdw li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePagejjfa .jjfaope .listdwr {
    text-align: center;
    margin-top: 109px;
    float: right;
    width: 32%;
    overflow: hidden;
}

.servicePagejjfa .jjfaope .listdwr ul {
    display: inline-block;
}

.servicePagejjfa .jjfaope .listdwr li {
    float: left;
    text-align: center;
    /*padding-right: 14px;*/
    padding-right: 50px;
    background: url(../img/operator.gif) no-repeat right 0 top 62px;
}

.servicePagejjfa .jjfaope .listdwr .zf {
    width: 100%;
}

.servicePagejjfa .jjfaope .listdwr .li {
    /*width: 489px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*padding-right: 14px;*/
    /*background: url(../img/operator.gif) no-repeat right 0 top 62px;*/
    width: 357px;
    float: left;
    display: inline-block;
    margin-left: 20%;
    margin-right: -6%;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePagejjfa .jjfaope .listdwr .dw {
    /*width: 489px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*padding-right: 14px;*/
    /*background: url(../img/operator.gif) no-repeat right 0 top 62px;*/
    width: 321px;
    float: left;
    display: inline-block;
    margin-left: 178px;
    margin-right: 139px;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePagejjfa .jjfaope .listdwr li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .jjfaope .listdwr li .icon {
    height: 132px;
    background: url(../img/hxcp/zfgle.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listdwr li .jjfa {
    height: 82px;
}

.servicePagejjfa .jjfaope .listdwr li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listdwr li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listdwr li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .listdwr li .icon img {
    height: 40%;
}
.servicePagejjfa .jjfaope .listdwr li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .jjfaope .listdwr li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listdwr li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listdwr li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .listdwr li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .jjfaope .listdwr li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
    margin-left: 9px;
}

.servicePagejjfa .jjfaope .listdwr li .txt {
    margin-top: 30px;
}

.servicePagejjfa .jjfaope .listdwr li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}




.servicePagejjfa .jjfaope .zygn {
    text-align: center;
    background: url(../img/sj/one.png) no-repeat;
    background-size: 100% 100%;
    width: 60%;
    margin: -56px auto;
}

.servicePagejjfa .jjfaope .qbzh {
    text-align: center;
    background: url(../img/sj/one.png) no-repeat;
    background-size: 100% 100%;
    width: 60%;
    margin: 2px auto;
}

.servicePagejjfa .jjfaope .zygn ul {
    display: inline-block;
}

.servicePagejjfa .jjfaope .zygn li {
    width: 222px;
    float: left;
    text-align: center;
    padding-right: 14px;
    position: relative;
}

.servicePagejjfa .jjfaope .zygn li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .jjfaope .zygn li .icon {
    height: 132px;
    background: url(../img/sj/end.png) no-repeat center;
    background-size: 53% 60%;
}

.servicePagejjfa .jjfaope .zygn li .jjfa {
    height: 82px;
}

.servicePagejjfa .jjfaope .zygn li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .zygn li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .zygn li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .zygn li .icon img {
    height: 40%;
}
.servicePagejjfa .jjfaope .zygn li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .jjfaope .zygn li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .zygn li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .zygn li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .zygn li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .jjfaope .zygn li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
}

.servicePagejjfa .jjfaope .zygn li .txt {
    margin-top: 30px;
}

.servicePagejjfa .jjfaope .zygn li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePagejjfa .jjfaope .qbzh ul {
    display: inline-block;
}

.servicePagejjfa .jjfaope .qbzh li {
    width: 222px;
    float: left;
    text-align: center;
    padding-right: 14px;
    position: relative;
}

.servicePagejjfa .jjfaope .qbzh li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .jjfaope .qbzh li .icon {
    height: 132px;
    background: url(../img/sj/end.png) no-repeat center;
    background-size: 53% 60%;
}

.servicePagejjfa .jjfaope .qbzh li .jjfa {
    height: 82px;
}

.servicePagejjfa .jjfaope .qbzh li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .qbzh li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .qbzh li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .jjfaope .qbzh li .icon img {
    height: 40%;
}
.servicePagejjfa .jjfaope .qbzh li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .jjfaope .qbzh li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .qbzh li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .qbzh li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .jjfaope .qbzh li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .jjfaope .qbzh li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
}

.servicePagejjfa .jjfaope .qbzh li .txt {
    margin-top: 30px;
}

.servicePagejjfa .jjfaope .qbzh li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePagejjfa .operator .text {
    width: 686px;
    margin: 30px auto 0 auto;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.servicePagejjfa .operator .list {
    text-align: center;
    margin-top: 109px;
    /*margin-top: 46px;*/
}

.servicePagejjfa .operator .list ul {
    display: inline-block;
}

.servicePagejjfa .operator .list li {
    width: 222px;
    float: left;
    text-align: center;
    /*padding-right: 14px;*/
    padding-right: 50px;
    background: url(../img/operator.gif) no-repeat right 0 top 62px;
}

.servicePagejjfa .operator .list .zf {
    width: 367px;
    float: left;
    display: inline-block;
    margin-left: 23%;
    margin-right: -11%;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePagejjfa .operator .list .li {
    /*width: 489px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*padding-right: 14px;*/
    /*background: url(../img/operator.gif) no-repeat right 0 top 62px;*/
    width: 357px;
    float: left;
    display: inline-block;
    margin-left: 20%;
    margin-right: -6%;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePagejjfa .operator .list .dw {
    /*width: 489px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*padding-right: 14px;*/
    /*background: url(../img/operator.gif) no-repeat right 0 top 62px;*/
    width: 321px;
    float: left;
    display: inline-block;
    margin-left: 178px;
    margin-right: 139px;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePagejjfa .operator .list li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .operator .list li .icon {
    height: 132px;
    background: url(../img/hxcp/zfgle.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .list li .jjfa {
    height: 82px;
}

.servicePagejjfa .operator .list li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .list li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .list li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .list li .icon img {
    height: 40%;
}
.servicePagejjfa .operator .list li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .operator .list li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .operator .list li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .operator .list li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .operator .list li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .operator .list li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
}

.servicePagejjfa .operator .list li .txt {
    margin-top: 30px;
}

.servicePagejjfa .operator .list li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePagejjfa .operator .zygn {
    text-align: center;
    background: url(../img/sj/one.png) no-repeat;
    background-size: 100% 100%;
    width: 60%;
    margin: -56px auto;
}

.servicePagejjfa .operator .qbzh {
    text-align: center;
    background: url(../img/sj/one.png) no-repeat;
    background-size: 100% 100%;
    width: 60%;
    margin: 2px auto;
}

.servicePagejjfa .operator .zygn ul {
    display: inline-block;
}

.servicePagejjfa .operator .zygn li {
    width: 222px;
    float: left;
    text-align: center;
    padding-right: 14px;
    position: relative;
}

.servicePagejjfa .operator .zygn li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .operator .zygn li .icon {
    height: 132px;
    background: url(../img/sj/end.png) no-repeat center;
    background-size: 53% 60%;
}

.servicePagejjfa .operator .zygn li .jjfa {
    height: 82px;
}

.servicePagejjfa .operator .zygn li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .zygn li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .zygn li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .zygn li .icon img {
    height: 40%;
}
.servicePagejjfa .operator .zygn li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .operator .zygn li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .operator .zygn li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .operator .zygn li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .operator .zygn li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .operator .zygn li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
}

.servicePagejjfa .operator .zygn li .txt {
    margin-top: 30px;
}

.servicePagejjfa .operator .zygn li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePagejjfa .operator .qbzh ul {
    display: inline-block;
}

.servicePagejjfa .operator .qbzh li {
    width: 222px;
    float: left;
    text-align: center;
    padding-right: 14px;
    position: relative;
}

.servicePagejjfa .operator .qbzh li:last-child {
    padding-right: 0;
    background: none;
}

.servicePagejjfa .operator .qbzh li .icon {
    height: 132px;
    background: url(../img/sj/end.png) no-repeat center;
    background-size: 53% 60%;
}

.servicePagejjfa .operator .qbzh li .jjfa {
    height: 82px;
}

.servicePagejjfa .operator .qbzh li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .qbzh li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .qbzh li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePagejjfa .operator .qbzh li .icon img {
    height: 40%;
}
.servicePagejjfa .operator .qbzh li .jjfa img {
    height: 20%;
    float: left;
}

.servicePagejjfa .operator .qbzh li .zwfwicon img {
    height: 40%;
}

.servicePagejjfa .operator .qbzh li .qbzhicon img {
    height: 40%;
}

.servicePagejjfa .operator .qbzh li .dwjgicon img {
    height: 40%;
}

.servicePagejjfa .operator .qbzh li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePagejjfa .operator .qbzh li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
}

.servicePagejjfa .operator .qbzh li .txt {
    margin-top: 30px;
}

.servicePagejjfa .operator .qbzh li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePagejjfa .worth {
    background: #f1f1f1;
    padding: 70px 0;
}

.servicePagejjfa .publicTitle {
    line-height: 40px;
    font-size: 36px;
    color: #00396c;
    text-align: center;
}

.servicePagejjfa .worth .content:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.servicePagejjfa .worth .content {
    background: #fff;
    padding: 0 0 25px 0;
    position: relative;
    margin-top: 52px;
}

.servicePagejjfa .worth .list {
    width: 360px;
    text-align: center;
}

.servicePagejjfa .worth .list.left {
    margin-left: 138px;
    float: left;
    margin-top: 64px;
}

.servicePagejjfa .worth .list.right {
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 2;
    margin-right: 138px;
}

.servicePagejjfa .worth .list .tit {
    line-height: 30px;
    font-weight: bold;
    color: #00396c;
    font-size: 24px;
}

.servicePagejjfa .worth .list ul {
    margin-top: 39px;
}

.servicePagejjfa .worth .list li {
    height: 41px;
    line-height: 41px;
    border-radius: 4px;
    background: #00396c;
    margin-bottom: 49px;
    font-size: 16px;
    color: #fff;
}

.servicePagejjfa .worth .list.right li {
    background: #666666;
}

.servicePagejjfa .worth .pk {
    width: 120px;
    margin: 0 auto;
    text-align: center;
    padding-top: 48px;
}

.servicePagejjfa .worth .pk .tit {
    line-height: 50px;
    font-size: 48px;
    font-weight: bold;
    color: #00396c;
}

.servicePagejjfa .worth .pk ul {
    margin-top: 32px;
}

.servicePagejjfa .worth .pk li {
    text-align: center;
    margin-bottom: 28px;
}

.servicePagejjfa .worth .pk li .icon {
    height: 35px;
}

.servicePagejjfa .worth .pk li .icon img {
    height: 100%;
}

.servicePagejjfa .worth .pk li .txt {
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}

.servicePagejjfa .service {
    padding: 68px 0 35px 0;
}

.servicePagejjfa .service .pic {
    width: 50%;
    text-align: right;
    margin-top: 43px;
    float: left;
}

.servicePagejjfa .service .pic img {
    max-width: 100%;
}

.servicePagejjfa .service .right {
    width: 446px;
    float: right;
    margin-top: 58px;
}

.servicePagejjfa .service .right .txt {
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    color: #00396c;
}

.servicePagejjfa .service .right .text {
    margin-top: 36px;
}

.servicePagejjfa .service .right p {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #353739;
    margin-bottom: 48px;
}

.servicePagejjfa .system {
    background: #f1f1f1;
    padding: 68px 0 78px 0;
}

.servicePagejjfa .system .content {
    width: 50%;
    margin-top: 112px;
    float: left;
}

.servicePagejjfa .system .content .tit {
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #00396c;
}

.servicePagejjfa .system .content ul {
    margin-top: 38px;
}

.servicePagejjfa .system .content li {
    margin-bottom: 34px;
}

.servicePagejjfa .system .content li .txt1 {
    line-height: 28px;
    font-size: 24px;
    color: #00396c;
    font-weight: bold;
}

.servicePagejjfa .system .content li .txt2 {
    line-height: 22px;
    font-size: 18px;
    color: #666666;
    margin-top: 5px;
}

.servicePagejjfa .system .pic {
    width: 50%;
    float: right;
    text-align: left;
    margin-top: 66px;
}

.servicePagejjfa .system .pic img {
    max-width: 100%;
}

.servicePagejjfa .customer {
    padding: 68px 0 72px 0;
}

.servicePagejjfa .customer li {
    width: 33.3333%;
    float: left;
    text-align: center;
}

.servicePagejjfa .customer li .icon {
    height: 60px;
    margin-top: 60px;
}

.servicePagejjfa .customer li .icon img {
    height: 100%;
}

.servicePagejjfa .customer li .tit {
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #00396c;
    margin-top: 18px;
}

.servicePagejjfa .customer li .txt {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    margin-top: 26px;
}


/*解决方案end*/
.servicePage {
    background: url(../img/bg02.jpg) no-repeat;
    background-size: 100%;
    min-height: 588px;
    box-sizing: border-box;
}


/*.servicePage .operator {*/
/*    margin: 54px 0;*/
/*}*/

.servicePage .operator .title {
    text-align: center;
}

.servicePage .operator .title img {
    width: 28%;
}

.servicePage .operator .title .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePage .operator .bj {
    text-align: center;
}

.servicePage .operator .bj img {
    width: 11%;
}

.servicePage .operator .bj .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePage .operator .logo {
    text-align: center;
    margin: 50px;
}

.servicePage .operator .logo img {
    width: 80%;
}

.servicePage .operator .logo .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePage .operator .img {
    text-align: center;
}

.servicePage .operator .img img {
    width: 17%;
    margin-top: -56px;
    margin-bottom: 90px;
}

.servicePage .operator .img .line {
    width: 33px;
    height: 4px;
    background: #00396c;
    margin: 18px auto;
}

.servicePage .operator .text {
    width: 686px;
    margin: 30px auto 0 auto;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.servicePage .operator .list {
    text-align: center;
    margin-top: 109px;
    /*margin-top: 46px;*/
}

.servicePage .operator .list ul {
    display: inline-block;
}

.servicePage .operator .list li {
    width: 222px;
    float: left;
    text-align: center;
    /*padding-right: 14px;*/
    padding-right: 50px;
    background: url(../img/operator.gif) no-repeat right 0 top 62px;
}

.servicePage .operator .list .zf {
    width: 367px;
    float: left;
    display: inline-block;
    margin-left: 23%;
    margin-right: -11%;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePage .operator .list .li {
    /*width: 489px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*padding-right: 14px;*/
    /*background: url(../img/operator.gif) no-repeat right 0 top 62px;*/
    width: 357px;
    float: left;
    display: inline-block;
    margin-left: 20%;
    margin-right: -6%;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePage .operator .list .dw {
    /*width: 489px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*padding-right: 14px;*/
    /*background: url(../img/operator.gif) no-repeat right 0 top 62px;*/
    width: 321px;
    float: left;
    display: inline-block;
    margin-left: 178px;
    margin-right: 139px;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.servicePage .operator .list li:last-child {
    padding-right: 0;
    background: none;
}

.servicePage .operator .list li .icon {
    height: 132px;
    background: url(../img/hxcp/zfgle.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .list li .jjfa {
    height: 82px;
}

.servicePage .operator .list li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .list li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .list li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .list li .icon img {
    height: 40%;
}
.servicePage .operator .list li .jjfa img {
    height: 20%;
    float: left;
}

.servicePage .operator .list li .zwfwicon img {
    height: 40%;
}

.servicePage .operator .list li .qbzhicon img {
    height: 40%;
}

.servicePage .operator .list li .dwjgicon img {
    height: 40%;
}

.servicePage .operator .list li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePage .operator .list li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
}

.servicePage .operator .list li .txt {
    margin-top: 30px;
}

.servicePage .operator .list li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePage .operator .zygn {
    text-align: center;
    background: url(../img/sj/one.png) no-repeat;
    background-size: 100% 100%;
    width: 60%;
    margin: -56px auto;
}

.servicePage .operator .qbzh {
    text-align: center;
    background: url(../img/sj/one.png) no-repeat;
    background-size: 100% 100%;
    width: 60%;
    margin: 2px auto;
}

.servicePage .operator .zygn ul {
    display: inline-block;
}

.servicePage .operator .zygn li {
    width: 222px;
    float: left;
    text-align: center;
    padding-right: 14px;
    position: relative;
}

.servicePage .operator .zygn li:last-child {
    padding-right: 0;
    background: none;
}

.servicePage .operator .zygn li .icon {
    height: 132px;
    background: url(../img/sj/end.png) no-repeat center;
    background-size: 53% 60%;
}

.servicePage .operator .zygn li .jjfa {
    height: 82px;
}

.servicePage .operator .zygn li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .zygn li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .zygn li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .zygn li .icon img {
    height: 40%;
}
.servicePage .operator .zygn li .jjfa img {
    height: 20%;
    float: left;
}

.servicePage .operator .zygn li .zwfwicon img {
    height: 40%;
}

.servicePage .operator .zygn li .qbzhicon img {
    height: 40%;
}

.servicePage .operator .zygn li .dwjgicon img {
    height: 40%;
}

.servicePage .operator .zygn li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePage .operator .zygn li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
}

.servicePage .operator .zygn li .txt {
    margin-top: 30px;
}

.servicePage .operator .zygn li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePage .operator .qbzh ul {
    display: inline-block;
}

.servicePage .operator .qbzh li {
    width: 222px;
    float: left;
    text-align: center;
    padding-right: 14px;
    position: relative;
}

.servicePage .operator .qbzh li:last-child {
    padding-right: 0;
    background: none;
}

.servicePage .operator .qbzh li .icon {
    height: 132px;
    background: url(../img/sj/end.png) no-repeat center;
    background-size: 53% 60%;
}

.servicePage .operator .qbzh li .jjfa {
    height: 82px;
}

.servicePage .operator .qbzh li .zwfwicon {
    height: 132px;
    background: url(../img/ej/zwfw/zwfwe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .qbzh li .qbzhicon {
    height: 132px;
    background: url(../img/ej/qbzh/qbzhe.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .qbzh li .dwjgicon {
    height: 132px;
    background: url(../img/ej/dwjg/dwjge.png) no-repeat center;
    background-size: 85% 60%;
}

.servicePage .operator .qbzh li .icon img {
    height: 40%;
}
.servicePage .operator .qbzh li .jjfa img {
    height: 20%;
    float: left;
}

.servicePage .operator .qbzh li .zwfwicon img {
    height: 40%;
}

.servicePage .operator .qbzh li .qbzhicon img {
    height: 40%;
}

.servicePage .operator .qbzh li .dwjgicon img {
    height: 40%;
}

.servicePage .operator .qbzh li .tit {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
}

.servicePage .operator .qbzh li .titi {
    line-height: 22px;
    font-size: 18px;
    color: #ebebeb;
    float: left;
    margin-top: -2px;
}

.servicePage .operator .qbzh li .txt {
    margin-top: 30px;
}

.servicePage .operator .qbzh li .txt p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #625c5c;
    margin-bottom: 6px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../img/operator_list.gif) no-repeat 0 3px;
    display: inline-block;
}

.servicePage .worth {
    background: #f1f1f1;
    padding: 70px 0;
}

.servicePage .publicTitle {
    line-height: 40px;
    font-size: 36px;
    color: #00396c;
    text-align: center;
}

.servicePage .worth .content:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.servicePage .worth .content {
    background: #fff;
    padding: 0 0 25px 0;
    position: relative;
    margin-top: 52px;
}

.servicePage .worth .list {
    width: 360px;
    text-align: center;
}

.servicePage .worth .list.left {
    margin-left: 138px;
    float: left;
    margin-top: 64px;
}

.servicePage .worth .list.right {
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 2;
    margin-right: 138px;
}

.servicePage .worth .list .tit {
    line-height: 30px;
    font-weight: bold;
    color: #00396c;
    font-size: 24px;
}

.servicePage .worth .list ul {
    margin-top: 39px;
}

.servicePage .worth .list li {
    height: 41px;
    line-height: 41px;
    border-radius: 4px;
    background: #00396c;
    margin-bottom: 49px;
    font-size: 16px;
    color: #fff;
}

.servicePage .worth .list.right li {
    background: #666666;
}

.servicePage .worth .pk {
    width: 120px;
    margin: 0 auto;
    text-align: center;
    padding-top: 48px;
}

.servicePage .worth .pk .tit {
    line-height: 50px;
    font-size: 48px;
    font-weight: bold;
    color: #00396c;
}

.servicePage .worth .pk ul {
    margin-top: 32px;
}

.servicePage .worth .pk li {
    text-align: center;
    margin-bottom: 28px;
}

.servicePage .worth .pk li .icon {
    height: 35px;
}

.servicePage .worth .pk li .icon img {
    height: 100%;
}

.servicePage .worth .pk li .txt {
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}

.servicePage .service {
    padding: 68px 0 35px 0;
}

.servicePage .service .pic {
    width: 50%;
    text-align: right;
    margin-top: 43px;
    float: left;
}

.servicePage .service .pic img {
    max-width: 100%;
}

.servicePage .service .right {
    width: 446px;
    float: right;
    margin-top: 58px;
}

.servicePage .service .right .txt {
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    color: #00396c;
}

.servicePage .service .right .text {
    margin-top: 36px;
}

.servicePage .service .right p {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #353739;
    margin-bottom: 48px;
}

.servicePage .system {
    background: #f1f1f1;
    padding: 68px 0 78px 0;
}

.servicePage .system .content {
    width: 50%;
    margin-top: 112px;
    float: left;
}

.servicePage .system .content .tit {
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #00396c;
}

.servicePage .system .content ul {
    margin-top: 38px;
}

.servicePage .system .content li {
    margin-bottom: 34px;
}

.servicePage .system .content li .txt1 {
    line-height: 28px;
    font-size: 24px;
    color: #00396c;
    font-weight: bold;
}

.servicePage .system .content li .txt2 {
    line-height: 22px;
    font-size: 18px;
    color: #666666;
    margin-top: 5px;
}

.servicePage .system .pic {
    width: 50%;
    float: right;
    text-align: left;
    margin-top: 66px;
}

.servicePage .system .pic img {
    max-width: 100%;
}

.servicePage .customer {
    padding: 68px 0 72px 0;
}

.servicePage .customer li {
    width: 33.3333%;
    float: left;
    text-align: center;
}

.servicePage .customer li .icon {
    height: 60px;
    margin-top: 60px;
}

.servicePage .customer li .icon img {
    height: 100%;
}

.servicePage .customer li .tit {
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #00396c;
    margin-top: 18px;
}

.servicePage .customer li .txt {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    margin-top: 26px;
}


/*服务运营end*/

.aboutPage .title {
    width: 100%;
    line-height: 40px;
    font-size: 36px;
    color: #00396c;
    text-align: center;
}

.aboutPage .introduce {
    clear: both;
    padding: 50px 0;
}

.aboutPage .introduce .picBox {
    float: left;
    margin-top: 40px;
    position: relative;
}

.aboutPage .introduce .line {
    width: 331px;
    height: 449px;
    margin: 20px 0 0 32px;
    border: solid 1px #e1e4e4;
}

.aboutPage .introduce .picBox .pic {
    width: 370px;
    height: 428px;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 2;
    overflow: hidden;
}

.aboutPage .introduce .pic img {
    max-width: 100%;
    border-radius: 8px;
    height: 75%;
}

.aboutPage .introduce .text {
    width: 743px;
    float: right;
    margin-top: 62px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}

.aboutPage .introduce .text img {
    max-width: 100%;
}

.aboutPage .introduce .text .tit {
    font-size: 18px;
    font-weight: bold;
    color: #00396c;
}

.aboutPage .platform {
    background: url(../img/aboutPage_platform_bg.jpg) no-repeat center bottom;
    background-size: 100%;
    border-top: solid 1px #e1e4e4;
    min-height: 664px;
    box-sizing: border-box;
    padding: 48px 0;
}

.aboutPage .platform .list {
    margin-top: 130px;
}

.aboutPage .platform li {
    width: 33.333%;
    float: left;
}

.aboutPage .platform li .box {
    width: 286px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    padding: 100px 10px 44px 10px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 5px 3px 10px 1px #e4e4e4;
}

.aboutPage .platform li .icon {
    width: 152px;
    height: 174px;
    line-height: 174px;
    background: url(../img/aboutPage_platform_icon.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
}

.aboutPage .platform li .tit {
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #00396c;
}

.aboutPage .platform li .text {
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.aboutPage .centerBox {
    padding: 48px 0 50px 0;
}

.aboutPage .centerBox .title {
    margin-bottom: 40px;
}

.aboutPage .centerBox .pic {
    width: 600px;
    float: left;
}

.aboutPage .centerBox .pic img {
    width: 100%;
}

.aboutPage .centerBox .list {
    width: 562px;
    float: right;
}

.aboutPage .centerBox .list:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.aboutPage .centerBox .list li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-right: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    text-align: center;
    padding: 32px 0;
}

.aboutPage .centerBox .list li:nth-child(2),
.aboutPage .centerBox .list li:nth-child(1) {
    border-top: none;
}

.aboutPage .centerBox .list li:nth-child(even) {
    border-right: none;
}

.aboutPage .centerBox .list li .icon {
    height: 41px;
}

.aboutPage .centerBox .list li .icon img {
    height: 100%;
}

.aboutPage .centerBox .list li .tit {
    line-height: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #00396c;
    margin-top: 18px;
}

.aboutPage .centerBox .list li .txt {
    line-height: 20px;
    font-size: 16px;
    color: #353637;
    margin-top: 6px;
}

.aboutPage .culture {
    padding: 48px 0 50px 0;
    border-top: solid 1px #e1e4e4;
}

.aboutPage .culture .content {
    height: 483px;
    margin-top: 40px;
    background: url(../img/aboutPage_culture_bg.jpg) no-repeat center 0;
    background-size: 100% auto;
}

.aboutPage .culture .content:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.aboutPage .culture li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.aboutPage .culture li .icon {
    margin-top: 132px;
    height: 98px;
}

.aboutPage .culture li .icon img {
    height: 100%;
}

.aboutPage .culture li .tit {
    line-height: 22px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 32px;
}

.aboutPage .culture li .line {
    width: 23px;
    height: 1px;
    background: #fff;
    margin: 11px auto 0 auto;
}

.aboutPage .culture li .txt {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}


/*创捷概况end*/

.honorPage {
    padding: 50px 0;
}

.honorPage .honorList {
    margin-bottom: 10px;
}

.honorPage .honorList:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.honorPage .honorList li {
    width: 270px;
    float: left;
    padding-left: 40px;
    margin-bottom: 40px;
}

.honorPage .honorList li:nth-child(4n+1) {
    padding-left: 0;
}

.honorPage .honorList li .box {
    background: #f2f1f1;
    padding: 36px 23px 26px 23px;
    box-sizing: border-box;
    text-align: center;
}

.honorPage .honorList li .pic {
    width: 100%;
    height: 157px;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.honorPage .honorList li .pic img {
    width: 100%;
    display: block;
}

.honorPage .honorList li .box:hover .pic {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.honorPage .honorList li .text {
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    margin-top: 28px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.honorPage .honorList li .box:hover .text {
    color: #0067a5;
}


/*资质荣誉end*/

.talentPage .publicTitle {
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    color: #00396c;
}

.talentPage .recruiting {
    padding: 50px 0;
}

.talentPage .recruiting .publicTitle {
    margin-bottom: 40px;
}

.talentPage .recruiting .pic {
    width: 524px;
    height: 278px;
    float: left;
    overflow: hidden;
    position: relative;
}

.talentPage .recruiting .pic img {
    width: 100%;
    display: block;
}

.talentPage .recruiting .pic .title {
    background: url(../img/recruiting_title.png) no-repeat 0 center;
    min-height: 42px;
    position: absolute;
    left: 24px;
    top: 29px;
    z-index: 2;
    padding-left: 65px;
}

.talentPage .recruiting .pic .tit {
    line-height: 22px;
    font-size: 20px;
    color: #0067a5;
}

.talentPage .recruiting .pic .entit {
    line-height: 20px;
    font-size: 16px;
    color: #0067a5;
}

.talentPage .recruiting .link {
    width: 270px;
    float: left;
    margin-left: 10px;
}

.talentPage .recruiting .link .box {
    height: 134px;
}

.talentPage .recruiting .link .box a {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 34px;
    box-sizing: border-box;
    display: block;
    background: url(../img/recruiting_link_bg1.jpg) no-repeat center;
    background-size: 100%;
}

.talentPage .recruiting .link .box:nth-child(2) {
    margin-top: 10px;
}

.talentPage .recruiting .link .box:nth-child(2) a {
    background-image: url(../img/recruiting_link_bg2.jpg);
}

.talentPage .recruiting .link .icon {
    height: 47px;
}

.talentPage .recruiting .link .icon img {
    height: 100%;
}

.talentPage .recruiting .link .txt {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.talentPage .recruiting .way {
    width: 386px;
    height: 278px;
    float: right;
    background: #0067a5;
    text-align: center;
}

.talentPage .recruiting .way .title {
    line-height: 22px;
    font-size: 20px;
    color: #fff;
    margin-top: 36px;
}

.talentPage .recruiting .way .title span {
    font-size: 14px;
    margin-left: 8px;
}

.talentPage .recruiting .way .icon {
    display: inline-block;
}

.talentPage .recruiting .way .icon a {
    width: 59px;
    height: 59px;
    border: solid 1px #fff;
    float: left;
    margin: 26px 25px 0 25px;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50%;
}

.talentPage .recruiting .way .text {
    margin: 23px 0 0 0;
    padding-top: 28px;
    background: url(../img/talentPage_recruiting_way_line.gif) repeat-x 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.talentPage .recruiting .way .text p {
    margin-bottom: 10px;
}

.talentPage a.a_recruitment {
    position: absolute;
    top: -100px;
}

.talentPage .recruitment {
    background: #f7f7f7;
    padding: 50px 0;
    position: relative;
}

.talentPage .recruitment li {
    margin-bottom: 30px;
}

.talentPage .recruitment li .top {
    background: url(../img/recruitment_top1.png) no-repeat right 24px center #fff;
    padding: 13px 70px 13px 24px;
    box-sizing: border-box;
    cursor: pointer;
}

.talentPage .recruitment li .top:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.talentPage .recruitment li.on .top {
    background-image: url(../img/recruitment_top2.png);
    background-color: #015fb2;
}

.talentPage .recruitment li .top .txt {
    width: 25%;
    line-height: 24px;
    float: left;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    text-align: center;
}

.talentPage .recruitment li.on .top .txt {
    color: #fff;
}

.talentPage .recruitment li .top .txt:nth-child(1) {
    width: 27%;
    text-align: left;
}

.talentPage .recruitment li .top .txt:nth-child(2) {
    width: 20%;
}

.talentPage .recruitment li .top .txt:nth-child(3) {
    width: 30%;
}

.talentPage .recruitment li .top .txt:nth-child(4) {
    width: 23%;
}

.talentPage .recruitment li .text {
    display: none;
}

.talentPage .recruitment li .text .txt {
    line-height: 27px;
    font-size: 14px;
    color: #666666;
    padding: 24px 0 0px 0;
}

.talentPage .recruitment li .text .tit {
    line-height: 20px;
    font-size: 14px;
    color: #008ade;
}

.talentPage .development {
    padding: 48px 0;
    border-bottom: solid 1px #e1e4e4;
}

.talentPage .development .pic {
    width: 600px;
    float: left;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}

.talentPage .development .pic img {
    max-width: 100%;
}

.talentPage .activity {
    padding-top: 48px;
}

.talentPage .activity .pic {
    margin-top: 38px;
}

.talentPage .activity .pic img {
    width: 100%;
    display: block;
}


/*人才战略end*/

.contactPage {
    padding: 20px 0;
}

.wrapper .contactPage .addressBox {
    width: 456px;
    float: left;
    margin-top: 26px;
}

.wrapper .contactPage .addressBox h2 {
    font-weight: normal;
    font-size: 24px;
    font-weight: bold;
    color: #00396c;
    letter-spacing: 1.5px;
    line-height: 62px;
    border-bottom: solid 1px #e4e4e4;
}

.wrapper .contactPage .addressBox li {
    border-bottom: solid 1px #e4e4e4;
    padding: 20px 0;
}

.wrapper .contactPage .addressBox li .tit {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.wrapper .contactPage .addressBox li .txt {
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.wrapper .contactPage .addressBox li .txt a {
    font-size: 16px;
    color: #333333;
}

.wrapper .contactPage .mapBox {
    width: 694px;
    float: right;
    margin: 50px 0 52px 0;
}

.wrapper .contactPage .mapBox .map {
    width: 100%;
    height: 492px;
}

.wrapper .contactPage .mapBox .map #allmap {
    width: 100%;
    height: 492px;
}

.BMap_pop {
    /*top: 170px !important;*/
}


/*联系我们end*/


/*动画预设*/


/*@media only screen and (min-width: 1200px){

	.contactPage .addressBox,

	.contactPage .mapBox,

	.talentPage .recruiting .wrap,

	.talentPage .recruitment .wrap,

	.talentPage .development .wrap,

	.talentPage .activity,

	.honorPage .honorList li,

	.aboutPage .introduce .wrap,

	.aboutPage .platform .title,

	.aboutPage .platform .list li,

	.aboutPage .centerBox .wrap,

	.aboutPage .culture .wrap,

	.aboutPage .culture .content li,

	.servicePage .operator .title,

	.servicePage .operator .text,

	.servicePage .operator .list li,

	.servicePage .worth .wrap,

	.servicePage .service .wrap,

	.servicePage .system .wrap,

	.servicePage .customer .publicTitle,

	.servicePage .customer li,

	.solutionPage .concept .wrap,

	.solutionPage .core .title,

	.solutionPage .core .row,

	.solutionPage .scene .title,

	.solutionPage .scene li,

	.solutionPage .worth .wrap,

	.casePage .caseList li,

	.newsPage .videoList li,

	.newsPage .newsList li{

		position: relative;

		top: 150px;

		opacity: 0;

		transition: 0.8s;

		-webkit-transition: 0.8s;

		-moz-transition: 0.8s;

		-ms-transition: 0.8s;

		-o-transition: 0.8s;

	}

}*/

.case-details .introduction {
    margin: 50px 0 60px 0;
}

.case-details .introduction .cont,
.case-details .introduction .pic {
    width: 50%;
    float: right;
    box-sizing: border-box;
}

.case-details .introduction img {
    width: 100%;
    display: block;
}

.case-details .introduction .cont {
    padding: 70px 0 0 60px;
}

.case-details .introduction .title {
    font-size: 34px;
    color: #00396c;
}

.case-details .introduction .line {
    width: 38px;
    height: 4px;
    background: #00396c;
    margin: 16px 0 36px 0;
}

.case-details .introduction .text {
    line-height: 26px;
    font-size: 14px;
}

.case-details .details {
    background: #f8f8f8;
    padding: 66px 0;
    line-height: 26px;
}

.case-details .details .row {
    margin-bottom: 40px;
}

.case-details .details .row:last-child {
    margin-bottom: 0;
}

.case-details .details .tit {
    font-size: 18px;
    font-weight: bold;
    color: #00396c;
}

.case-details .details .txt {
    font-size: 14px;
    color: #666;
    margin-top: 12px;
}

.case-details .related {
    padding: 42px 0 66px 0;
}

.case-details .related .title {
    /*height: 52px;*/
    /*border-bottom: solid 1px #eee;*/
    text-align: center;
    margin-top: -90px;
}

.case-details .related .title:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.case-details .related .title .tit {
    float: left;
    line-height: 52px;
    font-size: 26px;
    color: #00396c;
    border-bottom: solid 2px #00396c;
}

.case-details .related .btn {
    float: right;
}

.case-details .related .swiper-button-prev,
.case-details .related .swiper-button-next {
    /*width: 28px;*/
    /*height: 28px;*/
    /*border-radius: 50%;*/
    /*background: no-repeat center #b2b2b2;*/
    /*float: left;*/
    /*margin: -138px 136px 0 136px;*/
    /*position: static;*/
    /*outline: none;*/
    width: 51px;
    height: 51px;
    border-radius: 50%;
    /*margin: -138px 136px 0 136px;*/
    margin: -7% 5% -5px 5%;
    outline: none;
}

.case-details .related .swiper-button-prev:hover,
.case-details .related .swiper-button-next:hover {
    /*background-color: #0067a5;*/
}

.case-details .related .swiper-button-prev {
    background-image: url(../img/ej/jjfa/left.png);
    background-size: cover;
}

.case-details .related .swiper-button-next {
    background-image: url(../img/ej/jjfa/right.png);
    background-size: cover;
}

.case-details .related .content {
    margin-top: 90px;
}

.case-details .related .dwgl {
    width: 67%;
    margin: 90px auto;
}

.case-details .related .swiper-slide a {
    display: block;
}

.case-details .related .swiper-slide .pic {
    border: solid 1px #283038;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top: 33%;
    margin-top: 3%;
    margin-left: 1%;
    width: 90%;
    border-radius: 8px;
    box-shadow:0 0 0 1px #4a5866,inset 0 0 1px #4a5866;
}

.case-details .related .swiper-slide .pic img {
    width: 100%;
    display: none;
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.case-details .related .swiper-slide .filter {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: url(../img/caseList_filter.png);
}

.case-details .related .swiper-slide .txt {
    position: absolute;
    left: 8px;
    bottom: 109px;
    z-index: 10;
    width: 96%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.case-details .related .swiper-slide .txt .p1{
    font-size: 20px;
    padding: 24px 0 0;
}

.case-details .related .swiper-slide .txt .p2{
    color: #e1e4e4;
    font-size: 10px;
}

.case-details .related .swiper-slide .icon {
    width: 30px;
    height: 30px;
    background: url(../img/caseList_icon.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.case-details .related .swiper-slide .icon,
.case-details .related .swiper-slide .txt,
.case-details .related .swiper-slide .filter {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.case-details .related .swiper-slide a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}


.case-details .related .swiper-slide .pic:hover{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    border: 1px solid #283038;
    width: 96%;
    padding-top: 60%;
    box-shadow:0 0 0 2px #c6eee2,inset 0 0 10px #00a4e8;
}

.case-details .related .swiper-slide .pic:hover .txt{
    bottom: 194px;
}

.case-details .related .swiper-slide .pic:hover p{
    color: white !important;
}


/*.case-details .related .swiper-slide .pic:hover .txt{

	line-height: 25px;

	bottom: 50%;

	transform: translate(0%,50px);

	-webkit-transform: translate(0%,50px);

	-moz-transform: translate(0%,50px);

	-ms-transform: translate(0%,50px);

	-o-transform: translate(0%,50px);

}

.case-details .related .swiper-slide .pic:hover .icon{

	top: 50%;

	transform: translate(-50%,-40px);

	-webkit-transform: translate(-50%,-40px);

	-moz-transform: translate(-50%,-40px);

	-ms-transform: translate(-50%,-40px);

	-o-transform: translate(-50%,-40px);

}*/

.fixed-sidebar {
    width: 70px;
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translate(0, -51%);
    -webkit-transform: translate(0, -51%);
    -moz-transform: translate(0, -51%);
    -ms-transform: translate(0, -51%);
    -o-transform: translate(0, -51%);
    z-index: 99;
    text-align: center;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.fixed-sidebar li {
    position: relative;
    border-top: solid 1px #3974a8;
}

.fixed-sidebar li:first-child {
    border-top: none;
}

.fixed-sidebar li:first-child a {
    border-radius: 4px 4px 0 0;
}

.fixed-sidebar li:last-child a {
    border-radius: 0 0 4px 4px;
}

.fixed-sidebar li:hover a {
    background: #0d528f;
}

.fixed-sidebar li a {
    height: 86px;
    display: block;
    padding-top: 18px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    box-sizing: border-box;
}

.fixed-sidebar li a i {
    height: 24px;
    line-height: 24px;
    display: block;
}

.fixed-sidebar li a i img {
    max-height: 100%;
    vertical-align: middle;
}

.fixed-sidebar li a p {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.fixed-sidebar li .hide {
    height: 86px;
    line-height: 86px;
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 5;
    background: #20588a;
    white-space: nowrap;
    display: none;
}

.fixed-sidebar li .phone {
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
}

.fixed-sidebar li .qrcode {
    width: 148px;
    height: auto;
    top: -32px;
    right: 76px;
    background: none;
    padding-right: 10px;
}

.fixed-sidebar li .qrcode .box {
    padding: 12px;
    background: #20588a;
    position: relative;
}

.fixed-sidebar li .qrcode .box::after {
    left: 100%;
    top: 74px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #20588a;
    border-width: 9px;
}

.fixed-sidebar li .qrcode img {
    width: 100%;
    display: block;
}

.fixed-sidebar li .qrcode p {
    margin-top: 6px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
}


/*导航产品下拉*/

.header .nav > ul > li.m4 {
    position: static;
}

.header .nav li.m4 .sub {
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-top: 50px;
    padding-bottom: 60px;
}

.header .nav li.m4 .sub li {
    border-bottom: 0;
    float: left;
    width: 49.5%;
    overflow: hidden;
}

.header .nav li.m4 .sub li:first-child {
    border-right: 1px solid #dddddd;
    height: 315px;
}

.header .nav li.m4 .sub li dl {
    text-align: left;
}

.header .nav li.m4 .sub li:first-child dl {
    margin-left: 315px;
}

.header .nav li.m4 .sub li:nth-child(2) dl {
    margin-left: 110px;
}

.header .nav li.m4 .sub li dl .h4 {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #00396c;
    font-size: 20px;
    margin-left: 15px;
    text-align: left;
    margin-bottom: 38px;
}

.header .nav li.m4 .sub li dl dd {
    float: left;
    width: 200px;
    text-align: left;
}

.header .nav li.m4 .sub li dl dd a {
    padding-left: 15px;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    position: relative;
    color: #666666;
}

.header .nav li.m4 .sub li dl dd a:hover {
    color: #02225a;
    background: none;
}

.header .nav li.m4 .sub li dl dd a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 0px;
    width: 2px;
    background: #00396c;
    transition: all 0.3s;
}

.header .nav li.m4 .sub li dl dd a:hover:after {
    height: 12px;
    margin-top: -6px;
}

.header .nav li.m4 .sub li dl dd .p {
    overflow: hidden;
    padding-bottom: 14px;
}

.header .nav li.m4 .sub li dl dd .h5 {
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    margin-left: 15px;
    text-align: left;
}


/*产品详细*/

.product_type {
    text-align: center;
    margin-top: 4%;
    margin-bottom: 60px;
}

.product_type ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 16px;
}

.product_type ul li .a {
    overflow: hidden;
    padding-left: 36px;
    padding-right: 36px;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid #dddddd;
    transition: all 0.3s;
    font-size: 16px;
    color: #666666;
}

.product_type ul li.isel .a {
    color: #fff;
    background: #00396c;
    border: 1px solid #00396c;
}

.product_type ul li.isel:hover .a {
    color: #fff;
}

.product_type ul li:hover .a {
    color: #fff;
    background: #00396c;
}

.product_type ul li .smalltype {
    position: absolute;
    left: 50%;
    margin-left: -92%;
    top: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
    width: 180%;
    background: #fff;
    padding-left: 2%;
    padding-right: 2%;
    display: none;
    z-index: 9;
}

.product_type ul li .smalltype a {
    display: block /*inline-block*/;
    vertical-align: top;
    margin-left: 12px;
    margin-right: 12px;
}

.product_type ul li .smalltype a:hover {
    color: #00396c;
}

.product_type ul li .smalltype a.isel {
    color: #00396c;
}

.product_type ul li:hover .smalltype {
    display: block;
}

.productPage {
    background: #222830;
    background-size: 100%;
    min-height: 588px;
    box-sizing: border-box;
    padding: 128px 0;
}

.product_bg {
    background: #f8f8f8;
    overflow: hidden;
}

.product_one {
    margin-top: 5%;
    margin-bottom: 5%;
    overflow: hidden;
}

.product_one .imgs {
    float: left;
    border: 1px solid #dddddd;
    overflow: hidden;
    background: #fff;
    width: 48%;
    max-width: 570px;
}

.product_one .imgs img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product_one .imgs:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_one .txts {
    overflow: hidden;
}

.product_one .txts .cons {
    max-width: 500px;
    margin: 0 auto;
    width: 94%;
    overflow: hidden;
}

.product_one .txts .h3 {
    color: #000000;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2;
    overflow: hidden;
    margin-top: 6%;
}

.product_one .txts .p {
    overflow: hidden;
    margin-top: 7%;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    min-height: 144px;
}

.product_one .txts .a {
    margin-top: 6%;
    overflow: hidden;
    display: block;
    height: 38px;
    line-height: 38px;
    background: url(../img/20211124/product_pic1.png) #00396c 112px center no-repeat;
    text-indent: 32px;
    width: 160px;
    background-size: 16px 13px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.product_one .txts .a:hover {
    text-indent: 36px;
    background-position: 116px center;
}

.product_nav {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #fff;
}

.product_nav a {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    float: left;
    margin-right: 50px;
    position: relative;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.product_nav a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0%;
    height: 2px;
    background: #00396c;
    transition: all 0.3s;
}

.product_nav a.on:after {
    width: 100%;
    left: 0;
    right: 0;
}

.product_nav a.on {
    color: #00396c;
}

.product_nav a:hover {
    color: #00396c;
}

.product_cons {
    color: #333333;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 6%;
    padding-top: 5%;
}

.product_cons .divhidden {
    display: none;
}

.product_cons b {
    display: block;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    margin-bottom: 18px;
}

.product_cons p {
    overflow: hidden;
    margin-bottom: 4%;
}

.product_cons .line {
    border-bottom: 1px solid #dddddd;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.product_cons .h4 {
    font-weight: bold;
    color: #00396c;
    font-size: 24px;
    line-height: 36px;
    overflow: hidden;
    margin-top: 4%;
    margin-bottom: 2%;
}

.product_cons img {
    max-width: 100%;
}

.productPage .productList {
}

.productPage .productList .swiper-container {
    padding-bottom: 60px;
}

.productPage .productList .swiper-slide {
}

.productPage .productList .swiper-slide .boxs {
    background: #fff;
    border: 1px solid #dddddd;
    max-width: 282px;
    overflow: hidden;
    margin: 0 auto;
}

.productPage .productList .swiper-slide .boxs:hover {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.productPage .productList .swiper-slide .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 91%;
}

.productPage .productList .swiper-slide img {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.productPage .productList .swiper-slide a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.productPage .productList .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e4e4e4;
    margin: 0 6px;
    opacity: 1;
    border: 0;
    outline: none;
}

.productPage .productList .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0167c3;
    border: 0;
}

.productPage .productList .swiper-slide .h5 {
    font-weight: normal;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #dddddd;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    color: #222222;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.productPage .productList .swiper-slide a:hover .h5 {
    color: #00396c;
}

@media only screen and (max-width: 1600px) {
    .container .columnBanner .sjfazxtit{
        left: 12.5%;
    }
    .container .columnBanner .zhtit{
        left: 13%;
    }
    .container .columnBanner .sjtb{
        width: 8%;
    }
    .container .columnBanner .zhsjtb{
        width: 8%;
    }
    .case-details .related .swiper-button-prev,
    .case-details .related .swiper-button-next {
        margin: -11.5% 5% -5px 3%;
    }
}

@media only screen and (max-width: 1460px) {
    .container .columnBanner .zfhx {
        font-size: 20px;
    }
    .container .columnBanner .zwfw {
        font-size: 20px;
    }
    .container .columnBanner .jjfatit{
        left: 14%;
    }
    .container .columnBanner .sjlogoba{
        width: 33%;
    }
    .container .columnBanner .sjsj{
        width: 38%;
    }
    .container .columnBanner .zhsjsj{
        width: 47%;
    }
    .container .columnBanner .sjfazx{
        top: 15.5%;
        left: 59%;
    }
    .container .columnBanner .sjtb{
        width: 9%;
        margin: auto;
        position: absolute;
        top: 65.5%;
        left: 13%;
    }
    .container .columnBanner .zhsjtb{
        width: 9%;
        margin: auto;
        position: absolute;
        top: 83.5%;
        left: 13%;
    }
    .container .columnBanner .sjzxfatit{
        position: absolute;
        top: 65.7%;
        left: 24%;
        font-size: 23px;
        color: #4ca5c0;
        display: block;
        padding: 0 14px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        border: solid 2px #4ca5c0;
        border-radius: 10px;
    }
    .container .columnBanner .zhfatit{
        position: absolute;
        top: 75.7%;
        left: 24%;
        font-size: 23px;
        color: #4ca5c0;
        display: block;
        padding: 0 14px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        border: solid 2px #4ca5c0;
        border-radius: 10px;
    }
    .servicePagejjfa .operator .list .zf {
        width: 367px;
        float: left;
        display: inline-block;
        margin-left: 20%;
        margin-right: -11%;
        position: relative;
        vertical-align: top;
        margin-bottom: 12px;
        font-size: 16px;
    }
    .case-details .related .swiper-button-prev, .case-details .related .swiper-button-next {
        margin: -13% 3% -6px 1%;
    }
}

@media only screen and (max-width: 1360px) {
    /*产品详细*/
    .product_type ul li {
        font-size: 15px;
    }

    .product_type ul li .a {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container .columnBanner .zfhx {
        font-size: 18px;
    }
    .container .columnBanner .zwfw {
        font-size: 18px;
    }
    .container .columnBanner .sjtb{
        width: 9%;
        margin: auto;
        position: absolute;
        top: 73.5%;
        left: 13%;
    }
    .container .columnBanner .zhsjtb{
        width: 9%;
        margin: auto;
        position: absolute;
        top: 73.5%;
        left: 13%;
    }
    .container .columnBanner .sjfazxtit{
        position: absolute;
        top: 79.7%;
        left: 13%;
        font-size: 23px;
        color: #fff;
    }
    .container .columnBanner .zhtit{
        position: absolute;
        top: 83.7%;
        left: 13%;
        font-size: 23px;
        display: block;
        padding: 0 14px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        border: solid 2px #4ca5c0;
        border-radius: 10px;
    }
    .container .columnBanner .sjzxfatit{
        position: absolute;
        top: 79.7%;
        left: 25%;
        font-size: 23px;
        color: #4ca5c0;
        display: block;
        padding: 0 14px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        border: solid 2px #4ca5c0;
        border-radius: 10px;
    }
    .servicePage .operator .bj img {
        width: 17%;
    }
    .servicePage .operator .logo img {
        width: 100%;
    }
    .container .columnBanner .zhfatit{
        position: absolute;
        top: 83.7%;
        left: 24%;
        font-size: 23px;
        color: #4ca5c0;
        display: block;
        padding: 0 14px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        border: solid 2px #4ca5c0;
        border-radius: 10px;
    }
    .case-details .related .swiper-button-prev, .case-details .related .swiper-button-next {
       display: none;
    }
}