/* clearfix */
.banner-box {
    z-index: 2;
    width: 100%;
    min-width: 1200px;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    min-width: 1200px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-controls .owl-nav div, .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('../images/owl-video-play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition-property: scale;
    transition-duration: 100ms;
    transition-timing-function: ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.owl-loaded {
    display: block;
}
.owl-loading {
    opacity: 0;
    display: block;
}
.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel .owl-item img.owl-lazy {
    opacity: 0;
}
.owl-carousel .owl-item img {
    opacity: 1;
    display: block;
    width: 100%;
    height:100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease;
}
.owl-carousel .owl-stage.backfacefix .owl-item {
    -webkit-backface-visibility: hidden;
}
.owl-rtl {
    direction: rtl;
}
.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.animated {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-animated-in {
    z-index: 0
}
.owl-animated-out {
    z-index: 1
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*大图轮播*/

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 10px;
    width: 100%;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
}
.owl-prev {
    background: url(../images/left-btn1.png) no-repeat 0 center;
    left: -90px;
    top: -170px;
}
.owl-next {
    background: url(../images/right-btn1.png) no-repeat 0 center;
    right: -90px;
    top: -170px;
}
.owl-prev:hover {
    background: url(../images/left-btn2.png) no-repeat 0 center;
}
.owl-next:hover {
    background: url(../images/right-btn2.png) no-repeat 0 center;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls .owl-nav div:hover {
    text-decoration: none;
}
/* Styling dots*/

.banner-box .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.banner-box .owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    display: block;
    width: 55px;
    height: 10px;
    margin: 5px 7px;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
    background: #FFFFFF;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #004f92;
}
/*product*/

.pro-box {
    padding: 50px 0;
    width: 100%;
    min-width: 1200px;
    background: url(../images/service_05.png);
    border-top: 1px solid #ccc;
}
.con-top-bg {
    width: 100%;
    text-align: center;
}
.pro-tit {
    width: 100%;
    text-align: center;
}
.pro-tit dt {
    display: block;
    text-align: center;
    font-size: 48px;
    color: #1f1f1f;
    font-weight: bold;
}
.pro-tit dd {
    font-family: "myfont";
    color: #004f92;
    font-size: 24px;
    color: #dbdbdb;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 5px;
    letter-spacing: 4px;
}
.pro-tit span {
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    padding-top: 15px;
}
.pro-banner {
    margin: 35px 0;
}
#owl-product .pro-list {
    width: 267px;
    height: 294px;
    padding: 8px;
    border: 1px solid #ccc
}
.pro-list dl {
    width: 100%;
}
.pro-list dl dt {
    width: 260px;
    height: 248px;
    overflow: hidden;
    border: 1px solid #fff;
    margin: auto;
}
.pro-list dl dd {
    text-align: center;
    line-height: 48px;
}
/*quesstion*/

.quesstion {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 681px;
    overflow: hidden;
    z-index: -1;
}
.quesstion img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
/*adv*/

.adv-box {
    padding-top: 75px;
    padding-bottom: 60px;
    height: 770px;
    width: 100%;
    min-width: 1200px;
    background: url(../images/servicebg.jpg);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.adv-top {
    text-align: center;
    width: 100%;
}
.adv-top dl {
    display: inline-block;
    overflow: hidden;
    margin-top: 10px;
}
.adv-top dl dt {
    display: block;
    text-align: center;
    font-size: 48px;
    color: #1f1f1f;
    font-weight: bold;
}
.adv-top dl dt span {
    color: #004f92;
    font-weight: bold;
}
.adv-top dl dd {
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    margin-top: 5px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.adv-top dl dd span {
    float: left;
    margin: 0 15px;
}
.adv-top dl dd i {
    display: block;
    width: 184px;
    height: 25px;
    float: left;
}
.adv-top dl dd .left-line {
    background: url(../images/left-line.png) no-repeat 0 center;
}
.adv-top dl dd .right-line {
    background: url(../images/right-line.png) no-repeat 0 center;
}
.tab-list {
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.tab-list div {
    display: inline-block;
    overflow: hidden;
}
.tab-list a {
    display: block;
    padding: 0 40px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #004f92;
    float: left;
    line-height: 50px;
    margin: 20px 18px;
    border-radius: 8px;
    color: #004f92;
    letter-spacing: 1px;
}
.tab-list a:hover, .tab-list a.on {
    background: #004f92;
    color: #FFFFFF;
}
.tab-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 550px;
}
.tab-content .boxs {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 40px;
}
.tab-content .boxs>li {
    width: 100%;
    height: 520px;
    float: left;
    overflow: hidden;
    min-width: 1200px;
}
.tab-content .boxs .section {
    width: 1200px;
    margin: auto;
    position: relative;
    height: 520px;
}
.tab-content .boxs>li:nth-child(1) {
    background: url(../images/advbg.png) no-repeat center;
    height: 520px;
}
.tab-content .boxs>li:nth-child(2) {
    background: url(../images/advbg2.png) no-repeat center;
    height: 520px;
}
.section .pos {
    position: absolute;
}
.section .post1 {
    background: url(../images/adv-left-bg1.png) no-repeat 0 center;
    width: 375px;
    height: 130px;
    left: -25px;
    top: 5px;
}
.section .post2 {
    background: url(../images/adv-left-bg2.png) no-repeat 0 center;
    width: 602px;
    height: 131px;
    left: -350px;
    top: 190px;
}
.section .post3 {
    background: url(../images/adv-left-bg3.png) no-repeat 0 center;
    width: 440px;
    height: 130px;
    left: -80px;
    top: 380px;
}
.section .post4 {
    background: url(../images/adv-right-bg3.png) no-repeat 0 center;
    width: 375px;
    height: 130px;
    right: -45px;
    top: 5px;
}
.section .post5 {
    background: url(../images/adv-right-bg2.png) no-repeat 0 center;
    width: 602px;
    height: 131px;
    right: -350px;
    top: 190px;
}
.section .post6 {
    background: url(../images/adv-right-bg1.png) no-repeat 0 center;
    width: 440px;
    height: 130px;
    right: -105px;
    top: 380px;
}
.tab-li-two .post1 {
    background: url(../images/advt-left-bg1.png) no-repeat 0 center;
    width: 375px;
    height: 130px;
    left: -25px;
    top: 5px;
}
.tab-li-two .post2 {
    background: url(../images/advt-left-bg2.png) no-repeat 0 center;
    width: 602px;
    height: 131px;
    left: -350px;
    top: 190px;
}
.tab-li-two .post3 {
    background: url(../images/advt-left-bg3.png) no-repeat 0 center;
    width: 440px;
    height: 130px;
    left: -80px;
    top: 380px;
}
.tab-li-two .post4 {
    background: url(../images/advt-right-bg1.png) no-repeat 0 center;
    width: 375px;
    height: 130px;
    right: -45px;
    top: 5px;
}
.tab-li-two .post5 {
    background: url(../images/advt-right-bg2.png) no-repeat 0 center;
    width: 602px;
    height: 131px;
    right: -350px;
    top: 190px;
}
.tab-li-two .post6 {
    background: url(../images/advt-right-bg3.png) no-repeat 0 center;
    width: 440px;
    height: 130px;
    right: -105px;
    top: 380px;
}
.post6 .tels {
    position: absolute;
    left: 180px;
    top: 75px;
    color: #004f92;
    font-size: 24px;
}
/*work*/

.work-box {
    padding: 50px 0;
    background: url(../images/servicebg.jpg);
}
/* @group Base Flipster Styles */

.flipster {
    display: block;
    margin: 50px auto;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}
.flip-items, .flip-item {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}
.flip-items {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flip-item {
    position: absolute;
    opacity: 0.99;/* Fix for strange clipping behavior on rotated elements in Chrome. */
}
.flip-past, .flip-future, .flip-next, .flip-prev {
    cursor: pointer;
}
.flip-item img {
    display: block;
    width: 100%;
}
/* @end */

/* @group Coverflow Style */

.flipster-coverflow .flip-items {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
    display: block;
    -webkit-transition: all 175ms ease-in-out;
    -moz-transition: all 175ms ease-in-out;
    -o-transition: all 175ms ease-in-out;
    -ms-transition: all 175ms ease-in-out;
    transition: all 175ms ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    position: absolute;
    width: 27%;
}
.flipster-coverflow .flip-content {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
    -webkit-transform: rotateY(55deg) scale(0.75);
    -moz-transform: rotateY(55deg) scale(0.75);
    -o-transform: rotateY(55deg) scale(0.75);
    -ms-transform: rotateY(55deg) scale(0.75);
    transform: rotateY(55deg) scale(0.75);
}
.flipster-coverflow .flip-past {
    margin-right: 20px;
}
.flipster-coverflow .flip-future {
    margin-left: 20px;
}
.flipster-coverflow .flip-future .flip-content {
    -webkit-transform: rotateY(-55deg) scale(0.75);
    -moz-transform: rotateY(-55deg) scale(0.75);
    -o-transform: rotateY(-55deg) scale(0.75);
    -ms-transform: rotateY(-55deg) scale(0.75);
    transform: rotateY(-55deg) scale(0.75);
}
.flipster-coverflow.no-rotate .flip-past .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
.flipster-coverflow.no-rotate .flip-future .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
.flipster-coverflow .flip-current .flip-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flipster-coverflow .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
/* @end */

/* @group Flip Items */

.flipster-carousel .flip-items {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}
.flipster-carousel .flip-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}
.no-csstransforms .flipster-carousel .flip-item {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.flipster-carousel .flip-items img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.flipster-carousel .flip-past {
    -webkit-transform: translateX(-110%) translateZ(0) rotateY(60deg) scale(0.65);
    -moz-transform: translateX(-110%) translateZ(0) rotateY(60deg) scale(0.65);
    -o-transform: translateX(-110%) translateZ(0) rotateY(60deg) scale(0.65);
    -ms-transform: translateX(-110%) translateZ(0) rotateY(60deg) scale(0.65);
    transform: translateX(-110%) translateZ(0) rotateY(60deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) scale(0.65);
    -moz-transform: translateX(-80%) translateZ(0) scale(0.65);
    -o-transform: translateX(-80%) translateZ(0) scale(0.65);
    -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
    transform: translateX(-80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-past {
    -webkit-transform: translateX(-56%) scale(0.5);
    -moz-transform: translateX(-56%) scale(0.5);
    -o-transform: translateX(-56%) scale(0.5);
    -ms-transform: translateX(-56%) scale(0.5);
    transform: translateX(-56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-past {
    left: -20%;
    top: 40%;
    width: 50%;
    height: 50%;
}
.flipster-carousel .flip-future {
    -webkit-transform: translateX(110%) translateZ(0) rotateY(-60deg) scale(0.65);
    -moz-transform: translateX(110%) translateZ(0) rotateY(-60deg) scale(0.65);
    -o-transform: translateX(110%) translateZ(0) rotateY(-60deg) scale(0.65);
    -ms-transform: translateX(110%) translateZ(0) rotateY(-60deg) scale(0.65);
    transform: translateX(110%) translateZ(0) rotateY(-60deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
    -moz-transform: translateX(80%) translateZ(0) scale(0.65);
    -o-transform: translateX(80%) translateZ(0) scale(0.65);
    -ms-transform: translateX(80%) translateZ(0) scale(0.65);
    transform: translateX(80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-future {
    -webkit-transform: translateX(56%) scale(0.5);
    -moz-transform: translateX(56%) scale(0.5);
    -o-transform: translateX(56%) scale(0.5);
    -ms-transform: translateX(56%) scale(0.5);
    transform: translateX(56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-future {
    left: 88%;
    top: 40%;
    width: 50%;
    height: 50%;
}
.flipster-carousel .flip-prev {
    -webkit-transform: translateX(-70%) translateZ(0) rotateY(60deg) scale(0.8);
    -moz-transform: translateX(-70%) translateZ(0) rotateY(60deg) scale(0.8);
    -o-transform: translateX(-70%) translateZ(0) rotateY(60deg) scale(0.8);
    -ms-transform: translateX(-70%) translateZ(0) rotateY(60deg) scale(0.8);
    transform: translateX(-70%) translateZ(0) rotateY(60deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-prev {
    -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
    -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
    -o-transform: translateX(-60%) translateZ(0) scale(0.8);
    -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
    transform: translateX(-60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-24%) scale(0.75);
    -moz-transform: translateX(-24%) scale(0.75);
    -o-transform: translateX(-24%) scale(0.75);
    -ms-transform: translateX(-24%) scale(0.75);
    transform: translateX(-24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-prev {
    left: -9%;
    top: 20%;
    width: 75%;
    height: 75%;
}
.flipster-carousel .flip-next {
    -webkit-transform: translateX(70%) translateZ(0) rotateY(-60deg) scale(0.8);
    -moz-transform: translateX(70%) translateZ(0) rotateY(-60deg) scale(0.8);
    -o-transform: translateX(70%) translateZ(0) rotateY(-60deg) scale(0.8);
    -ms-transform: translateX(70%) translateZ(0) rotateY(-60deg) scale(0.8);
    transform: translateX(70%) translateZ(0) rotateY(-60deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-next {
    -webkit-transform: translateX(60%) translateZ(0) scale(0.8);
    -moz-transform: translateX(60%) translateZ(0) scale(0.8);
    -o-transform: translateX(60%) translateZ(0) scale(0.8);
    -ms-transform: translateX(60%) translateZ(0) scale(0.8);
    transform: translateX(60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-next {
    -webkit-transform: translateX(24%) scale(0.75);
    -moz-transform: translateX(24%) scale(0.75);
    -o-transform: translateX(24%) scale(0.75);
    -ms-transform: translateX(24%) scale(0.75);
    transform: translateX(24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-next {
    left: 39%;
    top: 20%;
    width: 75%;
    height: 75%;
}
.flipster-carousel .flip-past, .flipster-carousel .flip-future {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 1;
    -webkit-transition-delay: 87.5ms;
    -moz-transition-delay: 87.5ms;
    -o-transition-delay: 87.5ms;
    transition-delay: 87.5ms;
}
.flipster-carousel .flip-prev, .flipster-carousel .flip-next {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 2;
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-current {
    z-index: 999;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
    -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
    -o-transform: rotateY(0deg) translateX(0) scale(0.5);
    -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
    transform: rotateY(0deg) translateX(0) scale(0.5);
    -webkit-transition-delay: 116.66666666666667ms;
    -moz-transition-delay: 116.66666666666667ms;
    -o-transition-delay: 116.66666666666667ms;
    transition-delay: 116.66666666666667ms;
}
/* @end */

.no-transition {
    -webkit-transition-duration: 0ms !important;
    -moz-transition-duration: 0ms !important;
    -o-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
}
/* @end */

.find-work {
    width: 100%;
    text-align: center;
}
.find-work dl dt {
    display: block;
    text-align: center;
    font-size: 48px;
    color: #1f1f1f;
    font-weight: bold;
}
.find-work dl dd {
    color: #004f92;
    font-size: 16px;
    color: #dbdbdb;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 5px;
    letter-spacing: 4px;
    padding-top: 10px;
}
.con-bottom-bg {
    width: 100%;
    text-align: center;
    margin-bottom: -50px;
}
.con-bottom-bg a {
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 50px;
    background: url(../images/b-arrow.png) no-repeat 0 center;
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}
 @-webkit-keyframes bounce-up {
 25% {
 -webkit-transform: translateY(5px);
}
 50%, 100% {
 -webkit-transform: translateY(0);
}
 75% {
 -webkit-transform: translateY(-5px);
}
}
 @keyframes bounce-up {
 25% {
 transform: translateY(5px);
}
 50%, 100% {
 transform: translateY(0);
}
 75% {
 transform: translateY(-5px);
}
}
/*choice*/

.choice {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.choice img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
/*service*/

.service1 {
    overflow: hidden;
}
.def-bg {
    background: url(../images/servicebg.jpg);
}
.service1 .s-left {
    background: url(../images/service.png) no-repeat center right;
    height: 385px;
    float: left;
    width: 642px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.service1 .s-right {
    padding: 38px 0;
    height: 309px;
    width: 473px;
    float: left;
    padding-left: 58px;
    background: url(../images/ser-txt1.png) no-repeat 58px center;
}
.s-right, .s-left {
    position: relative;
}
.s-r-txt {
    display: inline-block;
    position: absolute;
}
.s-r-txt .bt {
    font-size: 24px;
    margin: 12px 0 18px;
    font-weight: bold;
    color: #111;
}
.s-r-txt ul li {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    background: url(../images/picon4.png) no-repeat 0 center;
    line-height: 26px;
    color: #777777;
    margin-bottom: 15px;
}
.service1 .s-r-txt {
    top: 95px;
}
.service2 {
    overflow: hidden;
    height: 387px;
}
.service2 .s-right {
    background: url(../images/service1.png) no-repeat right bottom;
    height: 387px;
    float: left;
    width: 620px;
}
.service2 .s-left {
    padding: 38px 0;
    height: 309px;
    width: 580px;
    float: left;
    background: url(../images/ser-txt2.png) no-repeat 58px center;
}
.service2 .s-r-txt {
    top: 95px;
    left: 59px;
}
.service3 {
    overflow: hidden;
    height: 385px;
}
.service3 .s-left {
    background: url(../images/service2.png) no-repeat 42px center;
    height: 385px;
    float: left;
    width: 642px;
}
.service3 .s-right {
    padding: 38px 0;
    height: 309px;
    width: 473px;
    float: left;
    padding-left: 58px;
    background: url(../images/ser-txt3.png) no-repeat 58px center;
}
.service3 .s-r-txt {
    top: 65px;
}
.service4 {
    overflow: hidden;
    height: 403px;
}
.service4 .s-right {
    background: url(../images/service3.png) no-repeat right bottom;
    height: 403px;
    float: left;
    width: 699px;
}
.service4 .s-left {
    padding: 38px 0;
    height: 327px;
    width: 501px;
    float: left;
    background: url(../images/ser-txt4.png) no-repeat 58px center;
}
.service4 .s-r-txt {
    top: 87px;
    left: 58px;
}
.r-t-t1 {
    width: 417px;
    height: 58px;
    line-height: 58px;
    font-size: 28px;
    color: #004f92;
    box-sizing: border-box;
    padding-left: 17px;
}
.r-t-t2 {
    width: 417px;
    height: 58px;
    line-height: 58px;
    font-size: 28px;
    color: #004f92;
    box-sizing: border-box;
    padding-left: 17px;
}
.r-t-t3 {
    height: 58px;
    line-height: 58px;
    font-size: 28px;
    color: #004f92;
    box-sizing: border-box;
    padding-left: 17px;
}
.r-t-t4 {
    height: 58px;
    line-height: 58px;
    font-size: 28px;
    color: #004f92;
    box-sizing: border-box;
    padding-left: 10px;
}
/*plans*/

.plan-box {
    width: 100%;
    min-width: 1200px;
    height: 526px;
    background: #004f92;
    padding: 80px 0;
}
.years {
    width: 594px;
    height: 80px;
    padding-bottom: 37px;
    background: url(../images/years.png) no-repeat 0 center;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
}
.years span {
    color: #f0ff00;
    font-weight: bold;
}
.plan-list {
    overflow: hidden;
}
.plan-list li {
    width: 200px;
    height: 290px;
    float: left;
    background: #FFFFFF;
}
.plan-list li:nth-child(even) {
    background: rgba(255,255,255,.9);
}
.plan-list li dl {
    text-align: center;
    padding: 25px 45px 45px 45px;
}
.plan-list li:nth-child(1) dl dd span {
    display: block;
    font-size: 18px;
    padding-bottom: 15px;
    /*background: url(../images/spanbg1.png) no-repeat center bottom;*/
    margin-top: 20px;
}
.plan-list li:nth-child(2) dl dd span {
    display: block;
    font-size: 18px;
    padding-bottom: 15px;
    /*background: url(../images/spanbg2.png) no-repeat center bottom;*/
    margin-top: 20px;
}
.plan-list li:nth-child(3) dl dd span {
    display: block;
    font-size: 18px;
    padding-bottom: 15px;
    /*background: url(../images/spanbg3.png) no-repeat center bottom;*/
    margin-top: 20px;
}
.plan-list li:nth-child(4) dl dd span {
    display: block;
    font-size: 18px;
    padding-bottom: 15px;
    /*background: url(../images/spanbg4.png) no-repeat center bottom;*/
    margin-top: 20px;
}
.plan-list li:nth-child(5) dl dd span {
    display: block;
    font-size: 18px;
    padding-bottom: 15px;
    /*background: url(../images/spanbg5.png) no-repeat center bottom;*/
    margin-top: 20px;
}
.plan-list li:nth-child(6) dl dd span {
    display: block;
    font-size: 18px;
    padding-bottom: 15px;
    /*background: url(../images/spanbg6.png) no-repeat center bottom;*/
    margin-top: 20px;
}
.plan-list li dl dd p {
    margin-top: 9px;
    color: #999999;
}
.ser-tel {
    margin: 44px auto 0 auto;
    width: 720px;
    height: 57px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50px;
    overflow: hidden;
}
.ser-tel .st-box {
    width: 50%;
    float: left;
}
.ser-tel .st-left {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: #FFFFFF;
}
.ser-tel .st-right {
    background: #FFFFFF;
    height: 53px;
    background: url(../images/st-telbg.png) no-repeat;
}
.st-right span {
    display: block;
    padding-left: 95px;
    height: 53px;
    font-size: 24px;
    color: #004f92;
    line-height: 49px;
}
/*cases*/

.cases-box {
    padding: 50px 0;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}
.cases-tit {
    height: 80px;
    width: 100%;
    text-align: center;
    background: url(../images/cases-tit.png) no-repeat 0 center;
    margin-top: 20px;
}
.cases-tit dl dt {
    display: block;
    text-align: center;
    font-size: 44px;
    color: #1f1f1f;
    font-weight: bold;
}
.cases-tit dl dd {
    font-size: 18px;
    line-height: 30px;
}
.cases-list {
    height: 414px;
    width: 100%;
    margin: 20px auto;
}
.cases-list img {
    display: block;
	width:100%;
	height:100%;
}
.case-p {
    position: relative;
    overflow: hidden;
    float: left;
    height: 414px;
}
.cases-list .case-p:nth-child(1) {
    width: 436px;
}
.cases-list .case-p:nth-child(even) {
    width: 247px;
    padding: 0 5px;
}
.cases-list .case-p:nth-child(3) {
    width: 247px;
}
.cases-list .case-p span {
    width: 100%;
    height: 85px;
    display: block;
    background: rgba(0,0,0,0.55);
    position: absolute;
    left: 0;
    bottom: -105px;
    transition: all 300ms linear;
    -moz-transiton: all 300ms linear;
    -webket-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    box-sizing: border-box;
    padding: 20px 30px;
    color: #FFFFFF;
}
.cases-list .case-p span>em {
    font-style: normal;
    font-size: 16px;
}
.cases-list .case-p span>em>a {
    color: #FFFFFF;
}
.cases-list .case-p span>p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    color: #999999;
}
.cases-list .case-p:hover>span {
    width: 100%;
    height: 105px;
    display: block;
    background: rgba(0,0,0,0.55);
    position: absolute;
    left: 0;
    bottom: 0;
}
.cases-min {
    width: 247px;
    height: 203px;
    overflow: hidden;
    position: relative;
}
.cases-list .cases-min>span {
    width: 100%;
    height: 105px;
    display: block;
    background: rgba(0,0,0,0.55);
    position: absolute;
    left: 0;
    bottom: -105px;
    transition: all 300ms linear;
    -moz-transiton: all 300ms linear;
    -webket-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
.cases-list .cases-min:hover>span {
    width: 100%;
    height: 105px;
    display: block;
    background: rgba(0,0,0,0.55);
    position: absolute;
    left: 0;
    bottom: 0;
}
.case-p .cases-min:nth-child(1) {
    margin-bottom: 8px;
}
/*message*/

.mess-box {
    padding-top: 54px;
    width: 100%;
    min-width: 1200px;
    height: 523px;
    background: url(../images/bg1.png);
    overflow: hidden;
}
.mess-tit {
    width: 100%;
    text-align: center;
    background: url(../images/cases-tit.png) no-repeat 0 center;
    padding-bottom: 15px;
}
.mess-tit dl dt {
    display: block;
    text-align: center;
    font-size: 44px;
    color: #1f1f1f;
    font-weight: bold;
}
.mess-tit dl dd {
    font-size: 16px;
    line-height: 30px;
}
.mess-cont {
    position: relative;
    height: 439px;
}
.mess-cont .mess-men {
    display: block;
    position: absolute;
    right: -110px;
    bottom: 0px;
    width: 601px;
    height: 465px;
    z-index: 8;
}
.messlist {
    overflow: hidden;
    margin-top: 10px;
}
.messlist li {
    float: left;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin-top: 22px;
}
.messlist li {
    font-size: 16px;
}
.messlist li:nth-child(1) span {
    float: left;
    display: block;
    padding: 0 30px 0 40px;
    background: url(../images/muser.png) no-repeat 17px center;
    border-right: 1px solid #DDDDDD;
}
.messlist li:nth-child(2) span {
    float: left;
    display: block;
    padding: 0 30px 0 40px;
    background: url(../images/mtels.png) no-repeat 17px center;
    border-right: 1px solid #DDDDDD;
}
.messlist li:nth-child(3) span {
    border-bottom: 1px solid #DDDDDD;
    padding-left: 40px;
    display: block;
    background: url(../images/mtext.png) no-repeat 17px center;
}
.messlist li:nth-child(3) {
    width: 920px;
    height: 156px;
    background: #f8f8f8;
}
.messlist li input {
    border: none;
    width: 273px;
    padding: 0 17px;
    height: 100%;
    display: block;
}
.messlist li input:focus {
    outline: none;
    border-color: #004f92;
    ;
    box-shadow: 0 0 10px #004f92;
}
.messlist li:nth-child(2) {
    margin-left: 23px;
}
.messlist li textarea {
    resize: none;
    outline: none;
    width: 100%;
    height: 82px;
    padding: 10px;
    border: none;
}
.mess-box .btn-box {
    margin-top: 22px;
}
.btn-box .mess-btn {
    padding: 0 42px;
    line-height: 48px;
    font-size: 20px;
    color: #FFFFFF;
    border: none;
    background: #004f92 !important;
    font-weight: 100;
    border-radius: 5px;
    float: left;
}
.btn-box .mess-tel {
    float: left;
    display: inline-block;
    height: 52px;
    padding-left: 170px;
    background: url(../images/mess-tel.png) no-repeat 2px center;
    margin-left: 58px;
}
.btn-box .mess-tel span {
    font-size: 26px;
    color: #004f92;
    line-height: 52px;
}
/*news*/

.news-box {
    padding: 50px 0;
    width: 100%;
    min-width: 1200px;
}
.news-list {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.news-list div {
    display: inline-block;
    overflow: hidden;
}
.news-list a {
    display: block;
    float: left;
    padding: 0 25px;
    line-height: 45px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-right: 5px;
}
.news-list a:hover, .news-list a.on {
    background: #004f92;
    color: #FFFFFF;
}
.news-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 520px;
}
.news-content .boxs {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 20px;
}
.news-content .boxs>li {
    width: 1200px;
    height: 520px;
    float: left;
    overflow: hidden;
}
.news-content .boxs .section {
    width: 1200px;
    margin: auto;
    position: relative;
    height: 520px;
}
.news-content .boxs .section .n-s-cont {
    width: 552px;
    height: 113px;
    box-shadow: 0 3px 6px rgba(0,0,0,.05), 0 3px 6px rgba(0,0,0,.05);
    transition: all .2s ease-in-out;
    margin-top: 20px;
    float: left;
    padding: 13px;
}
.news-content .boxs .section .n-s-cont:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.05), 0 6px 6px rgba(0,0,0,.05);
}
.news-content .boxs .section .n-s-cont:nth-child(even) {
    margin-left: 21px;
}
.news-content .boxs .section .n-s-cont:nth-child(odd) {
    margin-left: 10px;
}
.n-s-cont .n-img {
    width: 182px;
    height: 112px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.n-s-cont .n-img img {
    width: 100%;
    height: 100%;
}
.n-s-cont dl {
    width: 337px;
    float: left;
    padding-right: 13px;
}
.n-s-cont dl dt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
}
.n-s-cont dl dd {
    margin-bottom: 15px;
    margin-top: 5px;
    color: #999999;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.n-s-cont dl span {
    font-size: 12px;
    color: #999999;
}
.n-s-cont dl dt:hover a {
    color: #004f92;
    text-decoration: none;
}
/*links*/

.links-box {
    height: 94px;
    padding: 25px 0;
    width: 100%;
    min-width: 1200px;
    background: #f6f6f6;
}
.link-top {
    border-bottom: 1px solid #DDDDDD;
    line-height: 50px;
    font-size: 18px;
}
.link-top span {
    margin: 0 6px;
    display: block;
    float: left;
    border-bottom: 1px solid #004f92;
}
.link-top b {
    font-weight: normal;
    color: #999999;
    font-size: 17px;
}
.link-bottom {
    margin-top: 20px;
}
.link-bottom ul {
    display: block;
    width: 1188px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 6px;
}
.link-bottom ul li {
    float: left;
}
.link-bottom ul li {
    padding-right: 55px;
}
.link-bottom ul li:last-child {
    padding-left: 0;
}
