body {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
    height: auto;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

div,
p,
li {
    word-break: break-all;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
    padding: 0;
    margin: 0;
}

fieldset {
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
}

a,
img,
iframe {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

i {
    font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

caption {
    text-align: left;
}

th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:unknown {
    content: '';
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: 100%;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #1d75d8;
    text-decoration: none;
}

.ease,
.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,
.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333;
}

input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #666;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #666;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #666;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #666;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #333;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #333;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #333;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #333;
}

.fl,
.left {
    float: left;
}

.fr,
.right {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clear {
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    _height: 0;
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.hidden {
    display: none;
}

.icon {
    background-image: url("../images/icon.png");
    display: inline-block;
    vertical-align: middle;
}

.w1400 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.w1440 {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .w1400 {
        width: 1200px;
        max-width: 1200px;
    }

    .w1440 {
        width: 1200px;
        margin: 0 auto;
        max-width: 1200px;
    }
}

/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);

    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*--banner大图基础样式****/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    /*   opacity: .25;*/
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/


/*banner*/
#banner_main {
    position: relative;
    z-index: 2;
}

.banner {
    position: relative;
    width: 100%;
    min-width: 1000px;
    padding: 0px 0 46.3%;
    overflow: hidden;
}

.banner .list {
    width: 100%;
    display: inline-block;
}

.banner .list li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.banner .list li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner .imo {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.banner .indexg2 {
    width: 36%;
    display: block;
    position: absolute;
    left: 13.5%;
    top: 30%;
}

.banner .slide_btn {
    position: absolute;
    bottom: 46px;
    right: 5.2%;
    height: 24px;
    z-index: 120;
}

.banner .prev,
.banner .next {
    display: none;
    position: absolute;
    width: 57px;
    height: 57px;
    z-index: 12;
    top: 50%;
    margin-top: -35.5px;
    left: 5%;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    background-position: -0px -175px;
}

.banner .next {
    background-position: -73px -175px;
    left: auto;
    right: 5%
}

.banner:hover .prev,
.banner:hover .next {
    display: block;
}

.banner .prev:hover {
    background-position: -0px -240px;
}

.banner .next:hover {
    background-position: -73px -240px;
}

.banner .sline {
    margin: 0 40px;
    float: left;
    display: block;
    width: 1px;
    height: 22px;
    background: url("../images/pnLine.png") no-repeat center center;
}

.banner .tip {
    position: absolute;
    width: 84%;
    left: 8%;
    bottom: 4%;
    height: 50px;
    z-index: 30;
    text-align: center;
}

.banner .tip li {
    margin: 0 9px;
    width: 16px;
    height: 16px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    transition: ease-in-out 0.2s;
}
.banner .tip li span{ display: block; width: 16px;
    height: 16px; background-position: -67px 0px;}

.banner .tip li.cur {
    opacity: 1;
}
.banner .tip li.cur span{ background-position: -99px 0px;}

.banner .pbg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 885px;
    height: 225px;
    background: url("../images/banner_bg1.png") no-repeat center center;
    z-index: 4;
    background-size: cover;
}

.banner .pbg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1614px;
    height: 330px;
    background: url("../images/banner_bg2.png") no-repeat center center;
    z-index: 3;
    background-size: cover;
}

.banner .v-txt {
    position: absolute;
    width: 84%;
    top: 30%;
    left: 8%;
    text-align: left;
    z-index: 14;
}

.banner .v-txt .tit {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 10px;
    color: #11c05d;
    letter-spacing: 8px;
}

.banner .v-txt .tit1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    color: #11c05d;
    letter-spacing: 8px;
}

.banner .v-txt p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #11c05d;
    letter-spacing: 8px;
}

.banner .video-container {
    background-color: #fff;
    z-index: 1;
}

.banner .video-container #video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 12;transform: scale(1.05,1.05);
}

.banner .list li .img {
    display: block;
    position: absolute;
    left: 14%;
    top: 28%;
    width: 37%;
}


.banner .opacity {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/tq_02.png") no-repeat center center;
    z-index: 13;
}

.banner .online {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -70px;
    display: block;
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    z-index: 16;
    transition: all ease 0.36s;
    border-radius: 5px;
}

.banner .online:hover {
    text-indent: 6px;
    color: #fff;
    border-color: #953034;
    background: #953034;
    transition: all ease 0.36s;
    box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
    transition: all ease 0.36s;
}

.ui-linebar {
    height: 75px;
    background-color: #466ec1;
    opacity: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    margin-left: -.5px;
    z-index: 10;
    display: none;
}

.ui-linebar .ink {
    -webkit-animation: k-ink 2s linear -.5s infinite;
    animation: k-ink 2s linear -.5s infinite;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

@-webkit-keyframes k-ink {

    0%,
    25% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes k-ink {

    0%,
    25% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}


.banner .list li .bnma {
    position: absolute;
    left: 7%;
    bottom: 20%;
    width: 27%;
    z-index: 999;
    margin: 0 110px;
    z-index: 1;
}

.banner .list li .bnma img {
    display: block;
    width: 100%;
}

.imn {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner .list li .img2 {
    width: 24%;
    display: block;
    position: absolute;
    right: 18%;
    bottom: 26%;
}

.banner .list li .icm {
    width: 100%;
    height: 100%;
}

.banner .list li.li3 .img2 {
    right: 21%;
    bottom: 22%;
    width: 22%;
}

@media (max-width: 1660px) {
    .banner .list li .bnma {
        width: 30%;
        bottom: 20%;
    }

    .banner .v-txt .tit {
        font-size: 50px;
        line-height: 50px;
    }

    .banner .v-txt .tit1 {
        font-size: 50px;
        line-height: 50px;
    }

    .banner .v-txt p {
        font-size: 20px;
        line-height: 20px;
    }

    .banner .v-txt {
        top: 36%;
    }

    .banner .prev {
        margin-left: -570px;
    }

    .banner .next {
        margin-left: -530px;
    }

}

/*banner */
.floor_index{ width: 100%; overflow: hidden; }

.index_main .section1 {
    position: relative;
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 2500ms ease-in-out;
}

.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 44%;
    right: 10px;
    left: 50%;
    opacity: 0;
    width: 1440px;
    margin-left: -720px;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: left;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: lighter;
    margin-top: 10px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 50px;
    font-weight: lighter;
    text-align: left;

}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-weight: lighter;
    margin-top: 10px;

}

.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.index_main .section1 .left {
    left: 0;
}

.index_main .section1 .right {
    right: 0;
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 77px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .slick_txt .prev {
    background-image: url("../images/ban_prev.png");
    left: 60px;
}

.index_main .section1 .slick_txt .next {
    background-image: url("../images/ban_next.png");
    right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
    transform: scale(1.1);
    left: 55px;
}

.index_main .section1 .slick_txt .next:hover {
    transform: scale(1.1);
    right: 55px;
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    z-index: 10;
}

.index_main .section1 .line {
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 8%;
    margin-bottom: 19px;
    z-index: 9;
    display: none;
}

.index_main .section1 .number .inner {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.index_main .section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
    border-radius: 16px;
    background: #000;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-size: 0;
}

.index_main .section1 .number span:last-child {
    margin-right: 0;
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span {
    width: 11px;
    height: 11px;
    background: #fff;
    margin-bottom: 0px;
}

.index_main .section1 .number span.active {
    width: 40px;
    height: 10px;
    margin-bottom: 0;
    background: #1d75d8;
}

/* 客服组件 */
.in_bl {
    width: 1400px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    bottom: 0;
    z-index: 3;
}

.in_bl .in_bz {
    margin: 0 auto;
    display: block;
    width: 80px;
    text-align: center;
}

.in_bl .in_bz p {
    font-size: 16px;
    color: #1d75d8;
    line-height: 16px;
    padding-top: 30px;
}

.in_bl .in_bz i {
    display: block;
    margin: 0 auto;
    width: 12px;
    height: 18px;
    background: url(../images/j3_07.png) center center no-repeat;
    margin-top: 10px;
    webkit-animation: bounce-down 2s linear infinite;
    animation: bounce-down 2s linear infinite;
}

@keyframes bounce-down {
    25% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}

.in_bl .in_by {
    font-size: 24px;
    color: #1d75d8;
    line-height: 100px;
    background: url(../images/j3_04.png) left center no-repeat;
    padding-left: 26px;
    position: absolute;
    right: 26px;
    top: 0;
}

@media (max-width: 1660px) {
    .in_bl {
        width: 1200px;
        margin-left: -600px;
    }
}


.index_main .section2 {
    background: #f5f5f5;
}

.index_main .section2 h3 {
    text-align: center;
}

.index_main .section3 {
    width: 100%;
    height: 100%;
    background: url("../image/3.jpg") no-repeat;
    background-size: 100% 100%;
}

.index_main .section3 h3 {
    text-align: center;
}

.index_main .section4 {
    background: #f5f5f5;
}

.index_main .section4 h3 {
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 60px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 40px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1366px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 30px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
    }

    .index_main .section1 .index_banner .slick-arrow {
        background-size: auto 30px;
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 18px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .index_main .section1 .index_banner .item {
        height: 100vh;
    }

    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 20px;
        top: 42%;
    }

    .index_main .section1 .index_banner .slick-arrow {
        display: none !important;
    }

    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 12px;
    }

    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .index_main .section1 .index_banner .slick-dots li button {
        display: none;
    }

    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff;
    }

    .index_main .section1 .number {
        bottom: 12%;
        display: none;
    }

    .index_main .section1 .number span {
        margin-right: 22px;
    }

    .index_main .section1 .number span:after {
        bottom: -14px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}

.index {
    position: relative;
    overflow: hidden;
}

.header_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all 0.9s ease-out 0s;
    /* background: rgba(255, 255, 255, 0.6); */
    z-index: 100;
}

.header_main .header {
    position: relative;
}

.header_main .webLogo {
    padding-top: 22px;
    float: left;
    margin-left: 4vw;
}

.header_main .webLogo img {
    display: block;
    height: 56px;
    float: left;
}

.header_main .nav_main {
    float: right;
    position: relative;z-index: 98;
}

.nav_main .nav {
    position: relative;
}

.header_main .nav_main .item {
    padding: 0 35px;
    float: left;
    height: 97px;
    position: relative;
    z-index: 12;
}

.header_main .nav_main .item a {
    display: block;
    height: 97x;
    font-size: 16px;
    line-height: 97px;
    color: #fff;
}

.header_main .nav_main .item:hover .alink,
.header_main .nav_main .item.hover .alink {
  font-weight: bold;

}

/*.header_main .nav_main .item.hover .alink,
.header_main .nav_main .item:hover .alink {
    border-bottom: 3px solid #fff;
}


.header_main.xc .nav_main .item.hover .alink,
.header_main.xc .nav_main .item:hover .alink {
    border-bottom: 3px solid #1d75d8;
}
*/
/*.header_main .nav_main .item.li2 .sub-box .a6,.header_main .nav_main .item.li2 .sub-box .a5,.header_main .nav_main .item.li2 .sub-box .a7{ display:none;}*/
/*.header_main .nav_main .item.li3 .sub-box .a3{ display:none;}
.header_main .nav_main .item.li3 .sub-box .sub{ display:none;}*/


.header_main .nav li .subnav {
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    width: 120px;
    margin-left: -60px;
    display: none;
    border-radius: 4px;
    overflow: hidden;
}

.header_main .nav li .subnav .subA {
    color: #333;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    text-align: center;
}

.header_main .nav li .subnav .subA:hover {
    font-weight: bold;
    background: #3bb79b;
    color: #4872de;
    background: #ffbe8b;
    background: rgba(21, 21, 21, 0.8);
}

.header_main .nav .sub-box {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    text-align: center;
    top: 90px;
    background:url(../images/j2_03.png) top center no-repeat;padding-top: 8px;
     display: none;
   
}
.header_main .nav .sub-box .it{ box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);border-radius: 10px; background-color: #fff;height: 100%;
display: inline-block;}

.header_main .nav .sub-box i{ display: block; width: 0; height: 0;
border-style: solid;border-width: 0 10px 8px 10px;border-color: transparent transparent #fff transparent; position: absolute; left: 50%; margin-left: -10px; top: -8px; opacity: 1; }

.header_main .nav .sub-box .it {
    width: 100%;
}

.header_main .nav .sub-box img {
    display: block;
    float: right;
    width: 40%;
    margin-top: 20px;
    margin-right: 20px;
}

.header_main .nav .sub-box .it .icon {
    width: 6px;
    height: 10px;
    background-position: -96px 0;
    position: absolute;
    top: 19px;
    left: 15px;
}

.header_main .nav .sub-box .it a {
 background: url(../images/j1_03.png) bottom center no-repeat;
    color: #333 !important;
    float: left;
    line-height: 40px !important;
    height: 40px !important;
    width: 100%;
    padding: 0;
    font-weight: 100;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    font-size: 14px;
    display: block;
    transition: ease-in-out 0.2s;
}
.header_main .nav .sub-box .it a:last-child{ background: none; }

.header_main .nav .sub-box .it .sub {
    width: 50%;
    margin-top: 10px;
}

.header_main .nav .sub-box .it .sub a {
    border: none;
    font-size: 12px;
    padding-right: 35px;
    width: auto;
    line-height: 30px !important;
    height: 30px !important;
}

.header_main .nav .sub-box .it a:hover {

    color: #1d75d8 !important;
    font-weight: bold;
}

.header_main .quick {
    padding-top: 10px;
    margin-left: 26px;
    float: right;
}

.header_main .email {
    float: right;
    margin-top: 32px;
    margin-right: 4vw;
    margin-left: 2vw;z-index: 99;
position: relative;
}
.header_main .email .en{float: left;
  font-size: 20px;
  color: #fff;
  padding-right: 24px;
  padding-top: 4px;}
  .header_main.xc .email .en{ color: #333; }

.header_main .email p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    float: left;
}

.header_main .email p span {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #da251c;
    font-family: "Arial";
}




.header_main .email .searcher {
    float: left;
    width: 20px;
}

.header_main .email .search_btn {
    
    background: rgba(28,30,59,0.3) url("../images/j3_02.png") no-repeat center center;
    float: left;
    display: block;
   width: 34px;
height: 34px;border-radius: 50%;
    cursor: pointer;

}

.header_main.xc .email .search_btn {
   background: rgba(28,30,59,0.3) url("../images/j3_02.png") no-repeat center center;
transition: 0.4s 0.2s;
}

.header_main .email .search_btn:hover {
    opacity: 0.8; background: rgba(28,30,59,0.8) url("../images/j3_02.png") no-repeat center center;
    filter: alpha(opacity=80);
}

.header_main .email .search_main {
    position: absolute;
    z-index: 10;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 0;
    height: 80px;
    right: 50px;
    top: 90px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    *background: #000;
}

.header_main .email .search_box {
    width: 280px;
    height: 40px;
    margin-top: 20px;
    margin-left: 40px;
    background: url("../images/search_main.png") no-repeat bottom center;
}

.header_main .email .search_box input {
    background-color: none;
    border: none;
}

.header_main .email .search_box .stxt {
    width: 240px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-indent: 10px;
    color: #fff;
    background-color: transparent;
    outline: none;
}

.header_main .email .search_box .sbtn {
    font-size: 0;
    width: 34px;
    height: 34px;
    display: block;
    cursor: pointer;
    border-radius: 100%;
    margin-top: 5px;
    outline: none;
    background: url("../images/searchico.png") no-repeat center center;
}

.header_main .quick .cte {
    position: relative;
    float: left;
    margin-right: 14px;
    cursor: pointer;
}

.header_main .quick .cte .cvalue {
    padding-right: 12px;
    font-family: arial;
    font-size: 18px;
    color: #333;
}

.header_main .email .member {
    color: #fff;
    font-size: 20px;
    font-family: arial;
    font-weight: 400;
}

.header_main .email .member i {
    width: 25px;
    height: 26px;
    background-position: 0 -121px;
    margin-top: 7px;
}

.header_main .email .member:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.header_main.xc {
    transition: all 0.9s ease-out 0s;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.header_main.xc .nav_main .item a {
    color: #333;
}

.header_main .tel_right {
    padding-top: 38px;
    float: right;
    margin-right: 2vw;
}

.header_main .tel_right .webTel {
    padding-left: 32px;
    font-family: arial;
    font-size: 26px;
    color: #fff;
    background: url("../images/telIco.png") no-repeat left center;
}

/*.header_main.xc .cte .cvalue {
  color: #666;
  background: url("../images/cearr2.png") no-repeat right center;
}*/
.header_main.xc .email .member {
    color: #333;
}

.header_main.xc .email .member i {
    background-position: -29px -121px;
}

/*.header_main.xc .email .search_btn {
  background: url("../images/searchico2.png") no-repeat center center;
}*/
.header_main.xc .tel_right .webTel {
    color: #1d75d8;
    background: url("../images/telIco2.png") no-repeat left center;
}

.header_main .lag_sel_box {
    position: relative;
    line-height: 78px;
}

.header_main .lag_box {
    display: none;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -40px;
    transform: translateX(-50%);
    background-color: #fff;
    color: #758190;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 20px;
}

.header_main .lag_box::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 30%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
}

.header_main .lag_box .item {
    cursor: pointer;
    padding-right: 25px;
    width: 30px;
    border-bottom: 1px solid #758190;
}

.header_main .lag_box .item:last-child {
    border-bottom: none;
}

.header_main .lag_box .item::hover {
    color: #004bc6;
}

.header_box .lag_sel_box .lag_box li.on {
    color: #004bc6;
}

.header_main .lag_box.on {
    top: 100px;
    display: block;
}

.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 根据浏览器定位 */
    z-index: 666;
    /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%;
    /* 全宽 */
    height: 100%;
    /* 全高 */
    overflow: auto;
    /* 允许滚动 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 背景色 */
}


.mouse-ico {
    position: absolute;
    width: 180px;
    height: 44px;
    left: 50%;
    margin-left: -90px;
    bottom: 1%;
    z-index: 20;
    /*background:url(../images/a2_04.png) center center no-repeat;*/
}

.mouse-ico.xc {
    display: none;
}

.mouse-ico p {
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
}

.mouse-ico span {
    display: block;
    margin: 0 auto;
    width: 21px;
    height: 33px;
    background-position: 0 -129px;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
}

.mouse-ico span.mouse {
    animation: mousemove 3s linear 1s infinite;
}

.iconv {
    background: url(../images/iconv.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

@keyframes mousemove {
    0% {
        transform: translateY(-5px);
    }

    25% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    75% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-5px);
    }
}




.menu-btn {
  position: relative;
  z-index: 3; float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  cursor: pointer; margin-left: 20px;
  transition: 0.4s 0.2s;
  background: rgba(28,30,59,0.3);
}
.menu-btn:hover{background:rgba(28,30,59,0.8);}


.menubtn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition-duration: .3s,.3s;
  -moz-transition-duration: .3s,.3s;
  -ms-transition-duration: .3s,.3s;
  -o-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  -moz-transition-delay: .3s,0s;
  -ms-transition-delay: .3s,0s;
  -o-transition-delay: .3s,0s;
  transition-delay: .3s,0s;
}
.menubtn span::after, .menubtn span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 68%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: .3s,.3s;
  -moz-transition-duration: .3s,.3s;
  -ms-transition-duration: .3s,.3s;
  -o-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  -moz-transition-delay: .3s,0s;
  -ms-transition-delay: .3s,0s;
  -o-transition-delay: .3s,0s;
  transition-delay: .3s,0s;
}

.menubtn span::before {
  top: -6px;
  -webkit-transition-property: top,transform;
  -moz-transition-property: top,transform;
  -ms-transition-property: top,transform;
  -o-transition-property: top,transform;
  transition-property: top,transform;
}

.menubtn span::after {
  bottom: -6px;
  -webkit-transition-property: bottom,transform;
  -moz-transition-property: bottom,transform;
  -ms-transition-property: bottom,transform;
  -o-transition-property: bottom,transform;
  transition-property: bottom,transform;
}


.menubtn.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s,0s;
  -moz-transition-delay: 0s,0s;
  -ms-transition-delay: 0s,0s;
  -o-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}
.menubtn.active span::after, .menubtn.active span::before {
  -webkit-transition-delay: 0s,.3s;
  -moz-transition-delay: 0s,.3s;
  -ms-transition-delay: 0s,.3s;
  -o-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s;
}
.menubtn.active span::before {
  background: #f70202;
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menubtn.active span::after {

    background: #f70202;
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

}
.menu-flex {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;z-index: 98;
}
.menu-flex.show {
  visibility: visible;
  pointer-events: visible;
}
.menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.88s 0.3s;
}
.menu-flex.show .menu-bg {
  opacity: 1;
  visibility: visible;
  transition: 0.88s 0s;
}
.menu-right {
  position: absolute;
  right: -330px;
  top: 0;
  width: 330px;
  height: 100%;
  background: #fff;
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-flex.show .menu-right {
  right: 0;
}
.menu-list {
  padding-top: 119px;
  margin: 0 30px;
}
.menu-list > li {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #ebebeb;
}
.menu-list > li > a {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 42px;
  color: #333333;
  font-size: 16px;
  height: 59px;
  line-height: 59px;
}
.menu-list > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #e4e966;
  transition: 0.38s;
  z-index: -1;
}
.menu-list > li > a:hover{ color: #fff; }
.menu-list > li > a em {
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -3px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #333333;
}
.menu-list > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #1d75d8;
  transition: 0.38s;
  z-index: -1;
}
.menu-list > li:hover > a::before, .menu-list > li.active > a::before {
  height: 100%;
  bottom: auto;
  top: 0; color: #fff;
}
.menu-leval {
  display: none;
}
.menu-leval li {
  position: relative;
  border-top: 1px solid #ebebeb;
}
.menu-leval li:first-child {
  border-top: none;
}
.menu-leval li a {
  display: block;
  position: relative;
  padding-left: 59px;
  height: 59px;
  line-height: 59px;
  color: #666666;
  font-size: 16px;
}
.menu-leval li a i {
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -7px;
  font-size: 15px;
  line-height: 1;
  font-style: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.38s;
}
.menu-leval li a:hover {
  color: #333333;
}

.menubtn.active span::after, .menubtn.active span::before { width: 100%;}



/*模态框内容*/
.modal-content {
    display: flex;
    /*采用flexbox布局*/
    flex-direction: column;
    /*垂直排列*/
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    /*距顶部15% 水平居中*/
    padding: 20px;
    border: 1px solid #888;
    width: 612px;
    animation: topDown 0.4s;
    /*自定义动画，从模态框内容上到下出现*/
}

@keyframes topDown {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/*模态框头部*/
.modal-header {
    display: block;
    /*采用flexbox布局*/
    flex-direction: row;
    /*水平布局*/
    align-items: center;
    /*内容垂直居中*/
    justify-content: space-between;
    text-align: right;
}

/*关闭X 样式*/
.close {
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    transition: all ease 0.36s;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/closeModal.png") no-repeat center center;
}

.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transform: rotate(360deg);
    transition: all ease 0.36s;
}

.modal-body {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.modal-body .stxt {
    float: left;
    width: 500px;
    height: 48px;
    border: #CCC solid 1px;
    padding-left: 30px;
    outline: none;
}

.modal-body .sbtn {
    width: 80px;
    height: 50px;
    background: url("../images/search_btn.png") no-repeat center center #1d75d8;
    border: none;
    cursor: pointer;
}

@font-face {
    font-family: 'ck';
    src: url('../font/ck.ttf');
}





/* 通用底部 */
.footerM {
    width: 100%;
    background: url(../images/j3_03.jpg) center center no-repeat;
    overflow: hidden;
}

.footerM .f_left {
    position: relative;
    float: left;
    width: 21.4%;
    height: 430px;
    background: #1b1f79;
}

.footerM .left_box {
    display: inline-block;
    width: 20%;
    padding-top: 0px;display: none;
}

.footerM .left_box .btlogo img{ display: block; padding-bottom: 14px;}

.footerM .left_box .tel_box {
    text-align: left;  display: none;
}

.footerM .tel_box .zx {
    display: block;
    font-size: 16px;
    line-height: 18px; background: url(../images/j4_03.png) left center no-repeat; padding-left: 24px; margin-top: 24px;
    color: #fff;
}

.footerM .tel_box .webTel {
    margin-top: 8px;
    font-family: arial;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
}


.footerM .f_right {
    position: relative;
    width: 100%;
}

.footerM .footer_1 {
    padding-top: 70px;
 
}

.footerM .footer_1 .bnav {
     width: 100%;
}

.footerM .footer_1 .qrcode {
    float: right;
    display: block;
}

.footerM .f_right .list li {
    float: left; width: 19.8%;border-left: #152b46 solid 1px;
    padding-left:5%;
    display: block;
    list-style: none;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    height: 300px;
}

.footerM .f_right .list li.li1{ border-left: none; }

.footerM .f_right .list li a {
    display: block;
    font-size:20px;
    line-height: 32px;
    color: #fff;
}

.footerM .f_right .list .drop {
    padding-top: 10px;
}

.footerM .f_right .list .drop a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height:36px;
    color: #999;
}

.footerM .f_right .list li a:hover {
    color: #fff;
}

.footerM .f_right .list .drop a:hover {
    color: #fff;
}

.footerM .f_right .qimg {
    float: left;
    display: block;
    width: 124px;
    height: 124px;
    background: #999;
    margin-left: 18px;
    text-align: center;
}

.footerM .f_right .qimg img {
    display: block;
    width: 124px;
    height: 124px;
}

.footerM .f_right .qimg span {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 16px;
    padding-top: 10px;
}

.footerM .f_right .qrcode .tit {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}



.footer_2 {
    width: 100%;
    height: 70px;
}

.copyright {
    font-size: 12px;
    color: #999;
    border-top: #152b46 solid 1px;
}

.copyright .copy {
    float: left;
    height: 70px;
    line-height: 70px;
}

.copyright a {
    color: #999;
}

.copyright em {
    margin: 0 5px;
}

.copyright .jszc {
    float: right;
    height: 70px;
    line-height: 70px;
}

.copyright .jszc span {
    height: 70px;
}

.copyright a:hover {
    color: #fff;
    font-weight: bold;
}


@media (max-width: 1660px) {}


.bottom_main .bottom_copy .box1 {
    width: 42%;
}

.bottom_main .bottom_copy .box1 h3 {
    color: #888c95;
    font-size: 14px;
    line-height: 30px;
}

.bottom_main .bottom_copy .box1 h3 a {
    color: #cb1a20;
}

.bottom_main .bottom_copy .box1 p {
    line-height: 29px;
    color: #626671;
    font-size: 14px;
    padding-top: 29px;
}

.bottom_main .bottom_copy .box1 p a {
    color: #626671;
}

.bottom_main .bottom_copy .box1 p a:hover {
    color: #fff;
}

.bottom_main .bottom_copy .box2 {
    width: 16%;
    text-align: center;
}

.bottom_main .bottom_copy .box2 img {
    width: 110px;
    height: 110px;
    padding: 4px;
    border: 1px solid #535967;
}

.bottom_main .bottom_copy .box2 p {
    color: #888c95;
    line-height: 30px;
}

.bottom_main .bottom_copy .box3 {
    width: 42%;
}

.bottom_main .bottom_copy .box3 .tit {
    text-align: right;
}

.bottom_main .bottom_copy .box3 .ul {
    width: 180px;
    overflow: hidden;
}

.bottom_main .bottom_copy .box3 ul {
    width: 248px;
}

.bottom_main .bottom_copy .box3 li {
    width: 124px;
    float: left;
    line-height: 35px;
}

.bottom_main .bottom_copy .box3 li a {
    color: #888c95;
}

.bottom_main .bottom_copy .box3 li a:hover {
    color: #fff;
}

.bottom_main .bottom_copy .tit {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.bottom_main .bottom_copy .tit span {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 3px;
    vertical-align: middle;
}

/*rightFix*/
.rightFix {
    width: 65px;
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 999;
}

.rightFix a {
    width: 65px;
    height: auto;
    background: #1d75d8;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    padding-top: 8px;
    border-radius: 5px;
    padding-bottom: 5px;
}

.rightFix a h3 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.rightFix .ico {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all ease 300ms;
    margin: 0 auto 1px;
    padding: 0;
    background: url("../images/fix-ico.png") no-repeat 0 0;
}

.rightFix .img {
    width: 110px;
    height: auto;
    position: absolute;
    left: -10px;
    top: 0;
    padding: 6px;
    background: #1d75d8;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.2s;
    border-radius: 5px;
    color: #333;
    padding-bottom: 10px;
}

.rightFix .img p {
    padding-top: 5px;
}

.rightFix a:hover .img {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -140px;
    display: block;
}

.rightFix .img img {
    width: 110px;
    height: 110px;
}

.rightFix a span {
    width: 200px;
    text-align: center;
    height: 62px;
    line-height: 62px;
    position: absolute;
    top: 0;
    background: #1d75d8;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.2s;
    border-radius: 7px 0 0 7px;
}

.rightFix a:hover {
    background-color: #1d75d8;
    overflow: visible;
}

.rightFix a:hover h3 {
    color: #fff;
}

.rightFix a.fix-ewm:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -140px;
}

.rightFix a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -210px;
}

.rightFix .fix-tel:hover .ico {
    background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
    background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
    background-position: -32px -32px;
}

.rightFix .fix-ewm .ico {
    background-position: 0 -64px;
}

.rightFix .fix-ewm:hover .ico {
    background-position: -32px -64px;
}

.rightFix .mess .ico {
    background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
    background-position: -32px -96px;
}

.rightFix .fix_top .ico {
    background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
    background-position: -32px -128px;
}

.rightFix .fix-form {
    background-position: 10px -234px;
}

.rightFix .fix-form span {
    font-size: 14px;
    line-height: 23px;
    width: 180px;
}

.rightFix .fix-form:hover {
    background-position: -37px -234px;
}

/* 图片 */
@-webkit-keyframes gradient-rectangle {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        /*FireFox*/
        background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        /* Opear */
        background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        /*FireFox*/
        background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        /* Opear */
        background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        opacity: 0;
    }
}


/* Underline From Center1 */
.hvr-underline-from-center1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-underline-from-center1:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -3px;
    background: #1d75d8;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
    left: 0;
    right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
    *height: 43px;
    *border-bottom: 3px solid #1d75d8;
    *line-height: 43px;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.02);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}


/*响应1440 到 1680屏幕*/
@media (min-width: 1440px) and (max-width: 1680px) {
    .about_2_main .develop_box {
        padding: 0 6%;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animatemap {
    0% {
        transform: translateY(-10px);
    }

    20% {
        border-radius: 2px;
    }

    50% {
        transform: translateY(-5px);
        border-bottom-right-radius: 25px;
    }

    80% {
        border-radius: 2px;
    }

    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes big {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

/* 响应1200屏幕 */
@media (max-width: 1660px) {
    .header_main .email .member {
        display: none;
    }

    .header_main .nav_main {}

    .header_main .nav_main .item {
        padding: 0 22px;
    }

    .header_main .nav .sub-box {
      
    }

    .header_main .nav li:nth-child(9) .sub-box {
        left: auto;
        right: 10px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt {
        width: 1000px;
        margin-left: -500px;
    }

}

@media (max-width: 1660px) {
    .header_main .email .search_btn {
        margin-left: 40px;
    }
}

@media (max-width: 1400px) {

    .header_main .email p {
        display: none;
    }

}

@media (max-width: 1320px) {
    .header_main .email p {
        display: none;
    }

    .header_main .nav_main .item {
        padding: 0px 22px;
    }

}

/* 通用字体 */
.floor_tit {
    display: inline-block;
    width: 100%;
    padding-top: 70px;
}

.floor_tit .floor_z {
    float: left;
}

.floor_tit h3 {
    display: inline-block;
}

.floor_tit h3 span {
    float: left;
    display: block;
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    font-weight: 400;
}

.floor_tit h4 {
    font-size: 20px;
    color: #fff;
    padding-top: 4px;
    text-transform: uppercase;
}

.floor_tit1 {
    display: inline-block;
    width: 100%;
    padding-top: 60px;
    text-align: center;
}

.floor_tit1 .floor_z {
    float: left;
}

.floor_tit1 h3 {
    display: inline-block;
}

.floor_tit1 h3 span {
    float: left;
    display: block;
    font-size: 40px;
    color: #333;
    line-height: 60px;
    font-weight: 400;
}

.floor_tit1 h4 {
    font-size: 20px;
    color: #1d75d8;
    font-weight: 600;
    text-transform: uppercase;
}

.floor_tit .x {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    width: 660px;
    float: right;
    padding-top: 20px;
}

.floor_tit .a1 {
    float: right;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: #fff solid 1px;
    text-align: center;
    font-size: 16px;
    color: #fff; border-radius: 50px;
    transition: all ease 0.36s;
}

.floor_tit .a1:hover {
    background: #4594ec;
    color: #fff;
    border: #4594ec solid 1px;
}

.floor_tit .a1 p {
    display: inline-block;
}

.floor_tit .a1 p span {
    float: left;
    display: block;
}

/* index1 */
.floor_1_main {
    width: 100%;
    padding-bottom: 50px;
}

.floor_1_1 {
    width: 97%;
    padding-top: 50px;
    display: block;
    margin: 0 auto; overflow: hidden;
}

.floor_1_1 ul {
    display: inline-block;
    width: 100%;
}

.floor_1_1 ul li {
    width: 18.9%;
    float: left;
    transition: all ease 0.1s;
    position: relative;
    overflow: hidden;height: 35vw;background-position: 50%; margin-left: -1px;
background-size: cover;
}
.floor_1_1 ul li.on {
  width: 23.9%;
}


.floor_1_1 ul li .img1 {
    display: block;
    width: 100%;
    transition: all ease 0.36s;
}


.floor_1_1 ul li .w {
    width: 100%;
    height: 100%; position: absolute; left: 0; top: 0;
    transition: all ease 0.36s;
}
.floor_1_1 ul li:hover .w{ background: rgba(5, 12, 24, 0.5); }

.floor_1_1 ul li .w .img2 {
    display: block;
    width: 92px;
    position: absolute;
    left: 8%;
    top: 5%;
}

.floor_1_1 ul li .w h3 {
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    position: absolute;
    left: 10%;
    top: 26%;
    width: 80%;
    text-align: left;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.floor_1_1 ul li .w p {
    padding: 0 5%;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 4%;
    top: 34%;
    width: 80%;
    text-align: left;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.floor_1_1 ul li:hover .w p {
    opacity: 1;
    transition: all ease 0.36s;
}

.floor_1_1 ul li .x {
    background: url(../images/index1_more.png) center center no-repeat;
    width: 105px;
    height: 85px;
    position: absolute;
    bottom: 10%;
    left: 10%;
    opacity: 0;
    transition: all .6s ease 0s;
}

.floor_1_1 ul li .x span {
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.floor_1_1 ul li .x p {
    opacity: 0;
}

.floor_1_1 ul li:hover .x {
    opacity: 1;
    transition: all ease 0.36s;
}
.floor_1_1 ul li .x:hover{ margin-left: 5px; }


.floor_1_1 ul .gd {
    width: 25%;
    float: left;
    margin-top: -2px;
    transition: all ease 0.36s;
    position: relative;
    background-color: #fff;
}

.floor_1_1 ul .gd a {
    display: block;
    width: 100%;
    height: 100%;
}

.floor_1_1 ul .gd img {
    display: block;
    width: 100%;
    border: #f2f2f2 solid 1px;
    transition: all ease 0.36s;
}

.floor_1_1 ul .gd:hover img {
    transform: scale(1.03);
    transition: all ease 0.36s;
    border: #87c228 solid 1px;
    position: relative;
}

.floor_1_1 ul .gd:hover {
    z-index: 2;
}

.floor_1_1 ul .gd i {
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -15px;
    background: url(../images/j6_04.png) no-repeat center center;
}

.floor_1_1 ul .gd h3 {
    font-size: 18px;
    color: #060202;
    line-height: 18px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60%;
}

.floor_1_1 ul .gd:hover h3 {
    color: #87c228;
}

@media (max-width: 1660px) {
.floor_1_1 ul li .w p {
  font-size: 14px;
  line-height: 24px;}
    .floor_1_1 ul li .s i {
        width: 56px;
        height: 56px;
        margin-left: -28px;
    }
    .floor_1_1 ul li .w .img2 { width: 70px;}
    .floor_1_1 ul li .w h3 { font-size: 22px; line-height: 22px;}

}

/* index2 */
.floor_2_main {
    width: 100%;
    background: url(../images/index2_bg.jpg) center center no-repeat; padding-bottom: 100px;
}
.floor_2_main .floor_2_m{ padding: 0 4%;}
.floor_2_body {
    position: relative;
    margin-top: 30px;
    z-index: 66; padding:0 2%;
}

.floor_2_body .parHd {
    display: inline-block;
    position: absolute;
    right: 8%; display: none;
    top: -100px;
}

.floor_2_body .parHd ul {
    display: inline-block;
}

.floor_2_body .parHd ul li {
    display: block;
    width: 180px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    line-height: 50px;
    float: left;
    text-transform: uppercase; margin-left: -1px;
}

.floor_2_body .parHd ul li.more {
    display: block;
    width: 180px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    float: left;
    color: #464950;
}

.floor_2_body .parHd ul li.more a {
    color: #464950;
}

.floor_2_body .parHd ul li.li1,.floor_2_body .parHd ul li:hover {
    background-color: #2763c9;
    border: #2763c9 solid 1px;
}

.floor_2_body .parHd ul li.li1 a,.floor_2_body .parHd ul li:hover a {
    color: #fff;
    font-weight: bold;
}

.floor_2_body .parHd ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 500;
}

.floor_2_body .parBd {
    width: 100%;
    position: relative;
}

.floor_2_body .parBd li {
    float: left;
    width: 29%;
}

.floor_2_body .parBd .slideBox {
    display: inline-block;
    width: 100%;
    position: relative;
}

.youdaoBanner .swiper-slide:first-child {
  margin-left: -80px;
}
.youdaoBanner{
    margin-top:54px;
}
.youdaoBanner .swiper-slide{
    width: 360px;
    height: 505px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position:relative; overflow:hidden;-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);transition: all .8s ease
}
.youdaoBanner .swiper-slide .infu{ display:none;}
.youdaoBanner .swiper-slide .info{ display:block;}
.youdaoBanner .swiper-slide .info b{ display:block; width:360px; height:270px; overflow:hidden; position:relative;}
.youdaoBanner .swiper-slide .info b img{ display:block; width:360px; height:270px;transition: all .36s ease }
.youdaoBanner .swiper-slide .info b i{ display: block; width:196px; height:270px; background:url(../images/c10_03.png) center center no-repeat; position:absolute; 
    right:0; top:0; background-size: 100% 100%;opacity: 0.3; }
.youdaoBanner .swiper-slide .info .ik{ background:url(../images/c10_08.png) center center no-repeat; width:100%; height:236px;}
.youdaoBanner .swiper-slide .info .ik h3{ font-size:24px; color:#fff; line-height:24px; padding-top: 26px; padding-left: 26px; font-weight:100;}
.youdaoBanner .swiper-slide .info .ik p{ font-size:14px; color:#c8ced9; line-height:24px; margin-top:26px; padding-left:26px; padding-right:48px; font-weight:100; height:82px;}
.youdaoBanner .swiper-slide .info .ik .xq{ width:120px; height:34px; background-color:#fff; border-radius:5px; margin-left:26px;transition: all .36s ease }
.youdaoBanner .swiper-slide .info .ik .xq span{ display:block; text-align: center; line-height:34px; font-size:14px; color:#333; width: 100%;}
.youdaoBanner .swiper-slide .info .ik .xq i{ display:none; width:12px; height:9px; float:left; background-position:-366px 0px; margin-left:10px; margin-top:13px;}
.youdaoBanner .swiper-slide .info .ik .xq:hover{background-color:#1d75d8;}
.youdaoBanner .swiper-slide .info .ik .xq:hover i{background-position:-383px 0px; }
.youdaoBanner .swiper-slide .info .ik .xq:hover span{ color:#fff;}
.youdaoBanner .swiper-slide .infu{ position:relative;}
.youdaoBanner .swiper-slide .infu b{ display:block;width:673px; height:505px; overflow:hidden;}
.youdaoBanner .swiper-slide .infu b img{ display:block;width:673px; height:505px;transition: all .36s ease }
.youdaoBanner .swiper-slide .infu b i{ display:block; background:url(../images/c10_03.png) center center no-repeat; width: 330px;
  height: 505px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100% 100%;}
.youdaoBanner .swiper-slide .infu .ik{ width: 206px;
  position: absolute;
  right: 30px; top:0; text-align:center;}
.youdaoBanner .swiper-slide .infu .ik h3{ display:block; font-size:20px; color:#fff; text-align: left; line-height:34px; font-weight:100; padding-top:80%;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;}
.youdaoBanner .swiper-slide .infu .ik .ij{ font-size:18px; color:#c8ced9; line-height:34px; height:100px; margin-top:50px;font-family:"Microsoft Yahei";}
.youdaoBanner .swiper-slide .infu .ik p{ font-size:14px; color:#c8ced9; line-height:26px;  height:140px;text-overflow: -o-ellipsis-lastline;overflow: hidden; 
    text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3;-webkit-box-orient: vertical;font-family:"Microsoft Yahei"; text-align: left; 
    padding-top: 12%;}
.youdaoBanner .swiper-slide .infu .xq{ width:90px; height:40px; border-radius:5px; background-color:#fff; text-align: center; margin:0 auto;transition: all 0.6s ease 0s;font-family:"Microsoft Yahei";} 
.youdaoBanner .swiper-slide .infu .xq span{ font-size:14px; color:#333; line-height:40px; line-height:40px; width: 100%;}
.youdaoBanner .swiper-slide .infu .ik .xq i{ display:none; width:12px; height:9px; float:left; background-position:-366px 0px; margin-left:10px; margin-top:16px;}
.youdaoBanner .swiper-slide .infu .xq:hover{background-color:#1d75d8;}
.youdaoBanner .swiper-slide .infu .ik .xq:hover span{ color:#fff;}
.youdaoBanner .swiper-button-prev,.youdaoBanner .swiper-button-next{
    width: 57px;
    height: 57px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;margin-top: -30px;
    border-radius: 60px;
    text-align:center;background-position: -0px -240px;
    display:none; z-index: 66;background-image: url("../images/icon.png");background-size: auto;
}
.youdaoBanner .swiper-button-next{
  background-position: -73px -240px;
}

.youdaoBanner:hover .swiper-button-prev,.youdaoBanner:hover .swiper-button-next{
    display:block;
}

.youdaoBanner .swiper-button-prev {  left:82px;
}   
.youdaoBanner .swiper-button-next { right:82px;
    
}


.youdaoBanner .swiper-slide.swiper-slide-active{ width:673px; height:505px; margin-top: 0;}
.youdaoBanner .swiper-slide.swiper-slide-active .infu{ display:block;}
.youdaoBanner .swiper-slide.swiper-slide-active .info{ display:none;}
.youdaoBanner .swiper-slide:hover .infu .xq{ }
.youdaoBanner .swiper-slide:hover .ik h3{ color:#1d75d8;}
.youdaoBanner .swiper-slide:hover img{ -webkit-transform: scale(1.08);-ms-transform: scale(1.08); transform: scale(1.08);}
.youdaoBanner .swiper-slide:hover .info .ik .xq{ width:130px;}


.youdaoBanner .swiper-slide .info .d3{width: 100px;height: 32px;border-radius: 5px;transition: all .36s ease; display:block; text-align:center; line-height:32px; 
    color:#fff; border:#1d75d8 solid 1px; background-color:#1d75d8; position:absolute; left: 164px; bottom: 43px;}
.youdaoBanner .swiper-slide .info .d3:hover{  background-color:#1d75d8; width:100px; color:#fff;}

.youdaoBanner .swiper-slide .infu .xq{ margin-left:0;}
.youdaoBanner .swiper-slide .infu .d3{width: 90px;height: 38px;border-radius: 5px;transition: all .36s ease; display:block; text-align:center; line-height:38px; 
    color:#fff; border:#1d75d8 solid 1px; background-color:#1d75d8; position:absolute; left: 538px;
  bottom: 102px;}
.youdaoBanner .swiper-slide .infu .d3:hover{ background-color:#1d75d8; color:#fff;}
@media screen and (min-width: 1366px) and (max-width: 1440px){
    .youdaoBanner .swiper-slide .infu .d3{left:660px;}
}
@media screen and (min-width: 1100px) and (max-width: 1366px){
    .youdaoBanner .swiper-slide .infu .d3{left:660px;}
}

@media (max-width: 1660px) {
.youdaoBanner .swiper-slide:first-child {
  margin-left: -40px;
}

}

.floor_2_body .parBd .slideBox .sPrev {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: absolute;
    border: none;
    left: -90px;
    top: 50%; margin-top: -30px;
    z-index: 10;
}

.floor_2_body .parBd .slideBox .sPrev span{ display: block; width: 10px; height: 19px; background-position: -158px -182px; margin: 0 auto; margin-top: 21px; }


.floor_2_body .parBd .slideBox .sNext {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-position: -229px -348px;
    box-sizing: border-box;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    right:-90px;
    top: 50%; margin-top: -30px;
    z-index: 10;
}
.floor_2_body .parBd .slideBox .sNext span{ display: block; width: 10px; height: 19px; background-position: -174px -182px; margin: 0 auto;  margin-top: 21px;}

.floor_2_body .parBd .slideBox .sNext:hover {
     background-color: #4594ec;
}
.floor_2_body .parBd .slideBox .sNext:hover span{ background-position: -174px -206px; }

.floor_2_body .parBd .slideBox .sPrev:hover {
   background-color: #4594ec;
}
.floor_2_body .parBd .slideBox .sPrev:hover span{ background-position: -158px -206px; }

.floor_2_body .parBd .slideBox .tempWrap {
    overflow: hidden;
    position: relative;
    width: 100%;
  
}

.floor_2_body .parBd .slideBox ul {
    display: inline-block;
    width: 100%;
    overflow: hidden;

}

.floor_2_body .parBd .slideBox ul li {
    display: block;
    width:462px;
    text-align: center;
    margin-right:108px;
    float: left;
    overflow: hidden; position: relative;  margin-top:20px;transition: all ease 0.36s;
}
.floor_2_body .parBd .slideBox ul li:hover{transform: translateY(-5px);
transition: all ease 0.36s;}

.floor_2_body .parBd .slideBox ul li b {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.floor_2_body .parBd .slideBox ul li b img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .36s ease;
}

.floor_2_body .parBd .slideBox ul li .txt {
    text-align: left;
    background-color: #fff;
    height: 220px;
    background: rgba(7, 12, 19, 0.4);
}

.floor_2_body .parBd .slideBox ul li:hover .txt {
    background: rgba(7, 12, 19, 0.6);
}

.floor_2_body .parBd .slideBox ul li h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    padding: 40px; padding-bottom: 20px;

}
.floor_2_body .parBd .slideBox ul li .zx{ display: block; width: 100px; height: 30px; background-color: #2763c9; border-radius: 60px; 
    text-align: center; line-height: 30px; font-size: 14px; color: #fff; position: absolute; left: 180px; bottom: 22px; }


.floor_2_body .parBd .slideBox ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding: 0 40px;
}

.floor_2_body .parBd .slideBox ul li:hover p {}

.floor_2_body .parBd .slideBox ul li:hover h3 {}

.floor_2_body .parBd .slideBox ul li .more {
    display: block;
    width: 110px;
    height: 30px; background: rgba(255, 255, 255, 0.6); border-radius: 60px; text-align: center; color: #fff; line-height: 30px; text-align: center;
    position: absolute; left: 40px; bottom: 22px;
}
.floor_2_body .parBd .slideBox ul li .more:hover{background-color: #2763c9;}


.floor_2_body .parBd .slideBox ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.floor_2_body{ padding: 0; display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;position: relative; }
.floor_2_body .floor_2_body1{ width: 42%; position: relative; }
.floor_2_body .floor_2_body1 .bd{ width: 100%; display: block; }
.floor_2_body .floor_2_body1 .bd ul{ width: 100%; }
.floor_2_body .floor_2_body1 .bd ul li{ width: 100%; position: relative; }
.floor_2_body .floor_2_body1 .bd ul li .infu{ position:relative;}
.floor_2_body .floor_2_body1 .bd ul li .infu b{ display:block;width:100%; overflow:hidden;}
.floor_2_body .floor_2_body1 .bd ul li .infu b img{ display:block;width:100%;transition: all .36s ease }
.floor_2_body .floor_2_body1 .bd ul li .infu b i{ display:block; background:url(../images/c10_04.png) center center no-repeat; width:400px; height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100% 100%;}
.floor_2_body .floor_2_body1 .bd ul li .infu .ik{ width: 240px;
  position: absolute;
  right: 30px; top:0; text-align:center;}
.floor_2_body .floor_2_body1 .bd ul li .infu .ik h3{ display:block; font-size:20px; color:#fff; text-align: left; line-height:34px; font-weight:100; padding-top:80%;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;}
.floor_2_body .floor_2_body1 .bd ul li .infu .ik .ij{ font-size:18px; color:#c8ced9; line-height:34px; height:100px; margin-top:50px;font-family:"Microsoft Yahei";}
.floor_2_body .floor_2_body1 .bd ul li .infu .ik p{ font-size:14px; color:#c8ced9; line-height:26px;  height:164px;text-overflow: -o-ellipsis-lastline;overflow: hidden; 
    text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3;-webkit-box-orient: vertical;font-family:"Microsoft Yahei"; text-align: left; 
    padding-top: 12%;}
.floor_2_body .floor_2_body1 .bd ul li .infu .xq{ width:90px; height:40px; border-radius:5px; background-color:#fff; text-align: center;transition: all 0.6s ease 0s;
    font-family:"Microsoft Yahei"; float: left;} 
.floor_2_body .floor_2_body1 .bd ul li .infu .xq span{ font-size:14px; color:#333; line-height:40px; line-height:40px; width: 100%;}
.floor_2_body .floor_2_body1 .bd ul li .infu .ik .xq i{ display:none; width:12px; height:9px; float:left; background-position:-366px 0px; margin-left:10px; margin-top:16px;}
.floor_2_body .floor_2_body1 .bd ul li .infu .xq:hover{background-color:#1d75d8;}
.floor_2_body .floor_2_body1 .bd ul li .infu .ik .xq:hover span{ color:#fff;}
.floor_2_body .floor_2_body1 .bd ul li .infu .d3{width: 90px;height: 38px;border-radius: 5px;transition: all .36s ease; display:block; text-align:center; 
    line-height:38px; 
    color:#fff; border:#1d75d8 solid 1px; background-color:#1d75d8; float: left; margin-left: 20px;}
.floor_2_body .floor_2_body1 .bd ul li .infu .d3:hover{ background-color:#1d75d8; color:#fff;}
.floor_2_body .floor_2_body1 .hd{ position: absolute; bottom: 40px; right: 30px; z-index: 6; }
.floor_2_body .floor_2_body1 .hd ul{ display: inline-block; }
.floor_2_body .floor_2_body1 .hd ul li{ width: 10px; height: 10px; background-color: #fff; border-radius: 50%; font-size: 0; margin-right: 10px; float: left; }
.floor_2_body .floor_2_body1 .hd ul li.on{ background-color: #1d75d8; }


.floor_2_body .floor_2_body2{ width: 55%;}
.floor_2_body .floor_2_body2 ul{ display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%; height: 100%; }
.floor_2_body .floor_2_body2 ul li{ width: 47%; position: relative; background:url(../images/c10_08.png) center center no-repeat; background-size: 100% 100%;  height: 100%; }
.floor_2_body .floor_2_body2 ul li .info b{ display:block; width:100%; overflow:hidden; position:relative;}
.floor_2_body .floor_2_body2 ul li .info b img{ display:block; width:100%; transition: all .36s ease }
.floor_2_body .floor_2_body2 ul li .info b i{ display: block; width:196px; height:100%; background:url(../images/c10_03.png) center center no-repeat; position:absolute; 
    right:0; top:0; background-size: 100% 100%;opacity: 0.3; }
.floor_2_body .floor_2_body2 ul li .info .ik{ width:100%;}
.floor_2_body .floor_2_body2 ul li .info .ik h3{ font-size:20px; color:#fff; line-height:24px; padding-top: 26px; padding-left: 26px; font-weight:100;}
.floor_2_body .floor_2_body2 ul li .info .ik p{ font-size:14px; color:#c8ced9; line-height:24px; margin-top:26px; padding-left:26px; 
    padding-right:48px; font-weight:100; height:64px;}
.floor_2_body .floor_2_body2 ul li .info .ik .xq{ width:120px; height:34px; background-color:#fff; border-radius:5px; margin-left:26px;transition: all .36s ease; 
 float: left;}
.floor_2_body .floor_2_body2 ul li .info .ik .xq span{ display:block; text-align: center; line-height:34px; font-size:14px; color:#333; width: 100%;}
.floor_2_body .floor_2_body2 ul li .info .ik .xq i{ display:none; width:12px; height:9px; float:left; background-position:-366px 0px; margin-left:10px; margin-top:13px;}
.floor_2_body .floor_2_body2 ul li .info .ik .xq:hover{background-color:#1d75d8;}
.floor_2_body .floor_2_body2 ul li .info .ik .xq:hover i{background-position:-383px 0px; }
.floor_2_body .floor_2_body2 ul li .info .ik .xq:hover span{ color:#fff;}
.floor_2_body .floor_2_body2 ul li .info .d3{width: 100px;height: 32px;border-radius: 5px;transition: all .36s ease; display:block; text-align:center; line-height:32px; 
    color:#fff; border:#1d75d8 solid 1px; background-color:#1d75d8; float: left; margin-left: 14px;}
.floor_2_body .floor_2_body2 ul li .info .d3:hover{  background-color:#1d75d8; width:100px; color:#fff;}

.floor_2_bodyf{ display: none; }

@media (max-width: 1660px) {

.floor_2_body .floor_2_body1 { width: 47%;}
.floor_2_body .floor_2_body2{ width: 50.5%; }

.floor_2_body .floor_2_body1 .bd ul li .infu b i{ width: 328px; }
.floor_2_body .floor_2_body1 .bd ul li .infu .ik { width: 198px;}
.floor_2_body .floor_2_body1 .bd ul li .infu .ik h3{ padding-top: 60%; }
.floor_2_body .floor_2_body1 .bd ul li .infu .ik p{ height: 150px; }
.floor_2_body .floor_2_body1 .bd ul li .infu .d3{left: 494px; bottom: 93px; margin-left: 10px;}
.floor_2_body .floor_2_body2 ul li .info .ik h3 { padding-top: 36px;}
.floor_2_body .floor_2_body2 ul li .info .ik p { height: 95px;}
    .floor_2_body .parBd .slideBox ul li p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.floor_2_body .parHd ul li { width: 140px;}
.floor_2_body .parHd ul li a {  font-size: 14px;}
.floor_2_body .parHd ul li.more { width: 140px;}
.floor_2_main { padding-bottom:80px;}
.floor_2_body .parBd .slideBox ul li h3 {
    font-size:24px;
    line-height: 28px;
    padding:30px;
    padding-bottom: 20px;
}
    .w1400{ width: 1200px; }

    .floor_2_body .parBd .slideBox ul li {
        width: 354px;
        margin-right: 70px;

    }


    .floor_2_body .parBd .slideBox ul li .txt {}

    .index_2 {
        padding-bottom: 78px;
    }

 

    .index_t .left h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .index_t .left span {
        font-size: 24px;
        line-height: 26px;
    }

}


/* index3 */

.floor_3_main {
    width: 100%;
    background: url(../images/index3_bg.jpg) center center no-repeat;
   height: 778px; background-size: cover; position: relative;
}
.zmxl{ width: 32%; height: 100%; position: absolute; z-index: 1; right: 0; top: 0; background: rgba(0, 0, 0, 0.2); }

.floor_3_main .floor_3_top {
    padding-top: 60px;
}

.floor_3_top .floor_tit .floor_z{ float: none; text-align: center; }

.floor_3_zjw{ display: flex;justify-content: space-between;flex-wrap: wrap; width: 100%; position: relative; z-index: 3;}

.floor_3_sz {
    margin-top: 3%;
    width: 70%;
}

.floor_3_main .floor_tit{ padding-top: 0; }

.floor_3_sb{ margin: 0 auto; color: #fff; padding-bottom: 6%; line-height: 30px;width: 78%;padding-top: 5%;
  text-align: center;
  font-size: 18px;}

.floor_3_sy{ width: 22%; padding-top: 146px; }
.floor_3_sy h2{ color: #fff; font-size: 34px; line-height: 60px; text-align: center; }
.floor_3_sy ul{padding-top: 12%; }
.floor_3_sy ul li{ display: flex;justify-content: space-between;flex-wrap: wrap; width: 100%; border-bottom:  rgba(255, 255, 255, 0.2) solid 1px;}
.floor_3_sy ul li .img{ display: block; width: 22%; margin-left: 18%;}
.floor_3_sy ul li .w{ width: 52%;
        display: flex; align-items: center}
.floor_3_sy ul li h3{ font-size: 22px; color: #fff;}
.floor_3_sy ul li p{ display: none; }


.floor_3_sz .sz {
    display: inline-block;
    width: 78%;
  margin-left: 11%;
}

.floor_3_sz .sz li {
    width: 25%;
    float: left; text-align: center;
}

.floor_3_sz .sz li dt {
    display: inline-block;
    width: 100%;
}

.floor_3_sz .sz li dt p {
    display: inline-block;
}

.floor_3_sz .sz li dt p span {
    display: block;
    float: left;
    font-size: 46px;
    color: #fff;
    font-family: "Arial"; font-weight: normal;
}

.floor_3_sz .sz li dt p b {
    display: block;
    float: left;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    line-height: 52px;
    font-family: "Arial";
}

.floor_3_sz .sz li dt p i {
    display: block;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    padding-left: 12px;
    padding-top: 10px;
}

.floor_3_sz .sz li dd {
    display: block;
    font-size: 16px;
    color: #fff;
}

.floor_3_sz .a1 { margin: 0 auto;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: #fff solid 1px;
    text-align: center;
    font-size: 16px;
    color: #fff; border-radius: 50px;
    transition: all ease 0.36s;margin-top: 8%;
}

.floor_3_sz .a1:hover {
    background: #4594ec;
    color: #fff;
    border: #4594ec solid 1px;
}


@media (max-width: 1660px) {
.floor_3_main { height: 690px;}
.floor_3_top { padding-top: 50px;}
    .floor_3_sz {
        margin-top: 3%;
    }
    .floor_3_sb { padding-bottom: 2%; width: 86%;font-size: 16px;}

    .floor_3_sz .sz li dt p span {
        font-size: 46px;
        line-height: 50px;
    }

    .floor_3_sz .sz li {
        padding-top: 4%;
    }

    .floor_3_sz .sz li dt p i {
        font-size: 16px;
        line-height: 16px;
        padding-left: 10px;
        padding-top: 4px;
    }

    .floor_3_sz .sz li dt p b {
        font-size: 40px;
        line-height: 50px;
    }
}

/* index4 */
.floor_4_main {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #edf0f5; padding-bottom: 40px;
}
.floor_4_main .floor_tit1 {
  text-align:left;
}
.floor_4_main .left_1 {
    text-align: left;
    display: inline-block;
}

.floor_4_body .NewsBox {
    text-align: left;
    position: relative;
}

.floor_4_body .NewsBox .hd {

    position: absolute;
    display: inline-block;
    width: 85%;
    padding-left: 15%;
    top: -54px;
}

.floor_4_body .NewsBox .hd ul {
    float: left;
    height: 46px;
}


.floor_4_body .NewsBox .hd ul li {
    float: left;
    padding: 0 15px;
    margin-right: 20px;
    cursor: pointer;
    width: 150px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    color: #333;
}

.floor_4_body .NewsBox .hd ul li.on {
    height: 46px;
    background: #4594ec;
    border: 1px solid #4594ec;
    font-size: 18px;
    color: #fff;
}
.floor_4_body .NewsBox .hd ul li.on a{ color: #fff; }

.floor_4_body .NewsBox .bd ul {
    padding: 15px 0;
    zoom: 1;
}

.floor_4_body .NewsBox .bd li {
    width: 47%;
    margin-right: 5%;
    padding: 40px 0;
    display: inline-block;
    border-bottom: 1px solid #cccccc;
}


.floor_4_body .NewsBox .bd li:nth-child(3),
.floor_4_body .NewsBox .bd li:nth-child(4) {
    border: none;
}


.floor_4_body .NewsBox .bd li:nth-child(2n) {
    margin-right: 0%;
}

.floor_4_body .NewsBox .bd li .news_txt {
    float: right;
    display: inline-block;
    width: 54%;
}
.floor_4_body .NewsBox .bd li b{ width: 40%; float: left; }

.floor_4_body .NewsBox .bd li img {
    overflow: hidden;
}

.floor_4_body .NewsBox .bd li em {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    line-height: 26px;
    padding-top: 4px;
}

.floor_4_body .NewsBox .bd li h3 {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 0;
    color: #272727;
    height: 80px;
    padding: 10px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.floor_4_body .NewsBox .bd li .more {
    float: left;
    padding: 0 15px;
    margin-right: 20px;
    cursor: pointer;
    width: 113px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #333;
}

.floor_4_body .NewsBox .bd li .more span {
    font-size: 14px;
}

.floor_4_body .NewsBox .bd li i { width: 12px; height: 9px; display: inline-block; background-position: -207px -184px; margin-left: 12px; }
.floor_4_body .NewsBox .bd li:hover i{ background-position: -225px -184px;}
.floor_4_body .NewsBox .bd li:hover img {
    -webkit-filter: brightness(110%);
    filters: brightness(110%);
}

.floor_4_body .NewsBox .bd li:hover h3 {
    color: rgb(69, 148, 236);
    
}

.floor_4_body .NewsBox .bd li:hover .more {
    background: rgb(69, 148, 236);
    color: #fff;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.floor_4_body .NewsBox .arrow {
    position: absolute;
    right: 0px;
    top: 0;
}

.floor_4_body .NewsBox .arrow a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: right;
    margin-right: 15px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}

.floor_4_body .NewsBox .arrow a:hover {
    background: #4594ec;
}

.floor_4_body .NewsBox .arrow .next span{
   background-position: -170px -234px;   width: 9px; height: 17px; display: block; margin: 0 auto; margin-top: 16px;
}
.floor_4_body .NewsBox .arrow .prev span{
   background-position: -158px -234px; width: 9px; height: 17px; display: block; margin: 0 auto; margin-top: 16px;
}
.floor_4_body .NewsBox .arrow .next:hover span{background-position: -170px -253px;}
.floor_4_body .NewsBox .arrow .prev:hover span{background-position: -158px -253px;}

@media (max-width: 1660px) {
    .floor_4_body .NewsBox .bd li h3 { font-size: 18px;    line-height: 24px; height: 46px;}
.floor_4_body .NewsBox .hd ul li {  width: 136px;}
.floor_4_body .NewsBox .hd { width: 82%; padding-left: 19%;}
.floor_4_body .NewsBox .bd li em { padding-top: 0px;}


}

/* index5 */
.floor_5_main {
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 3;
   background:#03070c url(../images/j3_02.jpg) top center no-repeat;padding-bottom: 12px;
margin-bottom: -6px;
}

.floor_5_main ul {}

.floor_5_main ul li {
    float: left;
    width: 33.1%;transition: all ease 0.36s; position: relative;margin: 0 0.1%;
}

.floor_5_main .txt {
    position: absolute;
    top: 0px;
    padding-top: 70px;
    padding-left: 10%;
}

.floor_5_main .txt h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.floor_5_main .txt p {
    display: inline-block;
    padding-top: 14px;
}

.floor_5_main .txt span {
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 26px;
}

.floor_5_main .txt i {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background-position: -96px -63px;
    margin-left: 10px;
}

.floor_5_main ul li:hover .txt i {
    background-position: -66px -63px;
}

.floor_5_main .img {
    position: relative;display: block;
}

.floor_5_main .img img {
    width: 100%; display: block;
}

.floor_5_main li:hover .txt h4 {
   
}

.floor_5_main li:hover .txt span {
  
}

/* .floor_5_main li:hover {
    transform: translateY(-20px);
    transition: ease-in-out .2s;
    box-shadow:
        -6px 0px 6px 0px #a7d9fa,
        6px 0px 6px 0px #a7d9fa,
        0px 5px 19px 0px #a7d9fa;
} */


@media (max-width: 1660px) {
    .floor_5_main .txt h4 {
        font-size: 22px;
    }

    .floor_5_main .txt span {
        font-size: 14px;
    }
}

/*# sourceMappingURL=index.css.map */