﻿* {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial, "微软雅黑";
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #333;
    line-height: 25px;
    height: auto;
    clear: both;
    min-width: 1200px;
}

input,
textarea,
select {
    font-family: "微软雅黑";
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    font-family: "Microsoft Yahei";
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}


/** Swiper 3.4.2 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2017, Vladimir Kharlampidi The iDangero.us http://www.idangero.us/ Licensed under MIT Released on: March 10, 2017 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*开始*/
/* .oneqh a::after{background: url(../images/b11.png) no-repeat;width: 11px;height: 6px;left: 45%;bottom: 0;opacity: 0;} */

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 599px;
}

.banner img {
    display: block;
    width: 1920px;
    position: relative;
    height: 599px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.banner li {
    width: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
}

.banner ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.bannerbtn {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 20;
    bottom: 30px;
}

.bannerbtn p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 16px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
}

.bannerbtn p span.swiper-pagination-bullet-active {
    background: #68b92e;
    width: 14px;
    height: 14px;
}

.indexbj1 {

    height: 74px;
    overflow: hidden;
}



.indexone {
    padding: 10px 0;
    overflow: hidden;
}

.indexone .oneleft {
    float: left;
}

.oneleft span {
    font-size: 14px;
    color: #000;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    margin-right: 45px;
}

.oneleft a {
    font-size: 14px;
    color: #666;
    line-height: 60px;
    height: 60px;
    margin-right: 45px;
}

.inpbox {
    float: right;
    height: 55px;
    border: 1px #e5e5e5 solid;
}

.inpbox .in1 {
    float: left;
    width: 270px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 10px;
}

.inpbox .in2 {
    float: left;
    background: url(../images/w7.jpg) no-repeat;
    width: 67px;
    height: 55px;
}

.indextwo {
    padding-top: 30px;
}

.twotit {
    text-align: center;
    padding-bottom: 25px;
}

.twotit a {
    font-size: 36px;
    color: #000;
    line-height: 38px;
}

.twotit a span {
    color: #ff6e0d;
    font-weight: bold;
}

.twotit a p {
    font-size: 28px;
    padding-top: 4px;
}

.indextwo li {
    margin-right: 20px;
    float: left;
    width: 224px;
    position: relative;
}

.indextwo li img {
    display: block;
    width: 224px;
    height: 280px;
}

.indextwo li p {
    font-size: 24px;
    color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    right: 0;
}

.indextwo li:last-child {
    margin-right: 0;
    ;
}

.indextwo .text {
    padding-top: 47px;
    width: 1200px;
    height: 275px;
    background: url(../images/k_22.jpg) no-repeat right bottom;
}

.indextwo .text p {
    margin-bottom: 20px;
    line-height: 30px;
    color: #333;
    font-size: 24px;
    padding-left: 50px;
    background: url(../images/k_19.jpg) left center no-repeat;
}

.indextwo .text p span {
    color: #ff6e0d;
    font-weight: bold;
}

.indexthree {
    background: url(../images/q2.jpg) no-repeat top center;
    height: 890px;
    padding-top: 0;
    overflow: hidden;
}

.threeleft {
    width: 260px;
    float: left;
    background: #fff;
}

.threeleft h4 {
    text-align: center;
}

.threeleft h4 a {
    font-size: 22px;
    color: #fff;
    display: block;
    height: 75px;
    line-height: 75px;
    background: #0079dc;
}

.threeleft h4 a img {
    display: inline-block;
    vertical-align: -7px;
    margin-left: 15px;
}

.threeleft ul {
    padding: 20px;
}

.threeleft li {
    padding-bottom: 8px;
}

.threeleft li a {
    font-size: 16px;
    padding-left: 30px;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #e4e4e4 url(../images/k_34.jpg) no-repeat 180px center;
}

.threeleft li:hover a {
    color: #fff;
    background: #0079dc url(../images/k_40.jpg) no-repeat 180px center;
}




.threeright {
    float: right;
    width: 930px;
}

.threeright .ritit p {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.threeright .ritit p a {
    border-top: 2px transparent solid;
    display: block;
    width: 258px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    font-size: 20px;
    color: #333;
}

.threeright .ritit p:last-child {
    margin-right: 0;
}

.threeright .ritit p:last-child a {
    display: block;
    width: 125px;
    color: #666;
    font-size: 16px;
}

.threeright .ritit p:hover a,
.threeright .ritit p.cur a {
    color: #0079dc;
    border-top: 2px #0079dc solid;
}

.threerightnr {
    background: #fff;
    margin-top: 8px;
}

.threerightnr dl {
    padding-bottom: 25px;
}

.threerightnr dt {
    float: left;
    padding: 25px 40px;
    width: 386px;
}

.threerightnr dt img {
    display: block;
    width: 306px;
    height: 227px;
    margin-top: 25px;
    object-fit: contain;
}

.threerightnr dd {
    float: left;
    height: 250px;
    margin-top: 35px;
    padding-left: 70px;
    background: url(../images/k_38.jpg) no-repeat left top;
    width: 529px;
}

.threerightnr dd h4 {
    color: #0079dc;
    font-size: 20px;
    line-height: 30px;
}

.threerightnr dd p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 28px;
}

.ddbtn {
    width: 240px;
    height: 45px;
    line-height: 45px;
    border: 1px #bebec0 solid;
    text-align: center;
    margin-top: 25px;
}

.ddbtn a {
    font-size: 14px;
    color: #666;
    padding: 0 20px;
}

.ddbtn a:last-child {
    color: #ff6e0d;
}

.threerightnr li {
    float: left;
    width: 309px;
    height: 278px;
    position: relative;

    border-top: 1px #e5e5e5 solid;
}

.threerightnr li img {
    display: block;
    width: 306px;
    height: 227px;
    margin: auto;
    object-fit: contain;
}

.threerightnr li:last-child img {
    border-right: 0;
}

.threerightnr li p {
    font-size: 16px;
    color: #666;
    width: 100%;
    text-align: center;
    text-align: center;
    padding-top: 10px;
}

.threerightnr li.nones {
    border-right: 0;
}




.xinjqh li {
    float: left;
    width: 20%;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
}

.xinjqh li a {
    display: block;
    text-align: center;
    border: 1px #e5e5e5 solid;
    color: #000;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
}

.xinjqh li.cur a,
.xinjqh li:hover a {
    background: #0079dc;
    border: 0;
    color: #fff;
}

.xinjnr dt img {
    display: block;
    width: 599px;
    height: 480px;
}

.xinjnr dt {
    float: left;
}

.xinjnr dd {
    position: relative;
    padding: 33px 55px;
    float: left;
    width: 600px;
    height: 480px;
    background: url(../images/t3.jpg) no-repeat top center;
}

.xinjnr dd h3 {
    font-size: 18px;
    color: #000;
    border-bottom: 2px #cdcfd4 solid;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.xinjnr dd p {
    line-height: 26px;
    font-size: 14px;
    padding-left: 15px;
    background: url(../images/k_58.jpg) no-repeat left 8px;
}

.xinjnr {
    overflow: hidden;
}

.xinjbtn {
    margin-top: 100px;
}

.xinjbtn {
    width: 240px;
    height: 45px;
    line-height: 45px;
    border: 1px #bebec0 solid;
    text-align: center;
    margin-top: 78px;
}

.xinjbtn a {
    font-size: 14px;
    color: #666;
    padding: 0 20px;
}

.xinjbtn a:last-child {
    color: #ff6e0d;
}

.xinjnr dd .fybtns {
    position: absolute;
    bottom: 20px;
    right: 35px;
    width: auto;
    left: auto;
}

.xinjnr dd .fybtns .swiper-pagination-current {
    color: #0079dc;
    font-size: 36px;
}

.xinjnr dd .fybtns .swiper-pagination-total {
    font-size: 16px;
}

.uus1 {
    margin-top: 2px;
    padding-bottom: 55px;
}

.uus1 li {
    float: left;
    margin-right: 2px;
}

.uus1 li:last-child {
    margin-right: 0;
}

.uus1 li img {
    display: block;
    width: 298px;
    height: 193px;
}

.uus1 li p {
    text-align: center;
    padding-top: 18px;
}

.indexfour {
    background: url(../images/w8.jpg) no-repeat top center;
    height: 1930px;
}

.tits {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 68px;
}

.tits a {
    font-size: 36px;
    color: #000;
    line-height: 38px;
}

.tits a span {
    color: #ff6e0d;
    font-weight: bold;
}

.tits a p {
    font-size: 18px;
    padding-top: 4px;
}

.tits2 {
    padding-bottom: 30px;
}

.fournr dt {
    float: left;
}

.fournr dt img {
    display: block;
    width: 600px;
    height: 423px;
}

.fournr dd {
    float: left;
    width: 600px;
    height: 423px;
    background: #fff;
    padding: 50px 40px;
}

.fournr dd h4 {
    margin-bottom: 30px;
    padding-left: 60px;
    background: url(../images/s1.png) no-repeat left center;
    font-size: 24px;
    color: #0079dc;
}

.fournr dd h4 em {
    font-style: italic;
    color: #ff6600;
    font-weight: bold;
    font-size: 30px;
}

.fournr dd h4 span {
	line-height: 40px;
    color: #ff6600;
}

.fournr dd h4 p {
    font-size: 18px;
    color: #000;
    padding-top: 5px;
}

.fournr dd p.text {
    margin-top: 40px;
    font-size: 16px;
    color: #000;
    padding-left: 33px;
    margin-left: 24px;
    background: url(../images/s2.png) no-repeat left 5px;
}

.fournr dd p.text span {
    color: #ff6600;
}

.fournr dl:nth-child(2n) dt {
    float: right;
}

/*.fournr dl:nth-child(2n) dd {
    background: none;
}
*/
.fournr dl:nth-child(2) dd h4 {
    background: url(../images/s3.png) no-repeat left center;
}

.fournr dl:nth-child(3) dd h4 {
    background: url(../images/s4.png) no-repeat left center;
}

.fournr dl:nth-child(4) dd h4 {
    background: url(../images/s5.png) no-repeat left center;
}

.indexfive {
    background: url(../images/w9.jpg) no-repeat top center;
    overflow: hidden;
}


.indexfive .tits {
    padding-top: 35px;
}

.fiverleft {
    width: 240px;
    float: left;
}

.fiverleft li {
    border-bottom: 1px #0099e5 solid;
}

.fiverleft li a {
    background: #0079dc;
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.fiverleft li a:hover {
    background: #ff6600;
}

.fiverright {
    width: 950px;
    float: right;
}

.fiverright .fiverbanner {
    float: left;
    overflow: hidden;
    width: 550px;
    position: relative;
}

.fiverright .fiverbanner li img {
    display: block;
    width: 550px;
    height: 585px;
}

.fiverright .fiverbanner li {
    position: relative;
}

.fiverright .fiverbanner li p {
    height: 65px;
    line-height: 65px;
    padding-left: 28px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.fiverright .fiverbanner .fivebtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

.fiverright .fiverbanner .fivebtn p span {
    margin-left: 10px;
    text-align: center;
    line-height: 25px;
    background: none;
    width: 25px;
    height: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.fiverright .fiverbanner .fivebtn p span.swiper-pagination-bullet-active {
    background: #0079dc;
}

.fiverright .fiverlist {
    float: right;
    width: 389px;
}

.fiverright .fiverlist li img {
    display: block;
    width: 389px;
    height: 286px;
}

.fiverright .fiverlist li {
    position: relative;
    margin-bottom: 10px;
}

.fiverright .fiverlist li p {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}




.indexsix {
    padding: 30px 0 0;
}

.sixnr {

    overflow: hidden;
    width: 1200px;
    margin: auto;
}

.sixnr li {
    padding: 38px 0;
    position: relative;
}

.sixnr li img {
    display: block;
    margin: auto;
    width: 131px;
    height: 104px;
}

.sixnr li::after {
    position: absolute;
    content: '';
    top: 40px;
    bottom: 40px;
    border-right: 1px #e5e5e5 solid;
}

.indexsix .commonweb {
    position: relative;
    width: 1260px;
}

.indexsix .js1 {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 10;
}

.indexsix .js2 {
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 10;
}

.indexsenven {
    background: #e0e3e8;
    overflow: hidden;
    height: 850px;
}

.senvennr dt {
    float: left;
    width: 600px;
    padding: 0 100px 0 35px;
}

.senvennr dt h4 {
    font-size: 24px;
    color: #0079dc;
    padding-bottom: 10px;
    padding-bottom: 20px;
}

.senvennr dt p {
    padding-bottom: 15px;
    text-indent: 25px;
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

.senvennr dt .senvbrn {
    border: 1px #9c9c9c solid;
    width: 240px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.senvennr dt .senvbrn a {
    text-align: center;
    width: 118px;
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
}

.senvennr dt .senvbrn a:last-child {
    color: #ff6600;
    border-left: 1px #9c9c9c solid;
}

.senvennr dd span {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.senvennr dd {
    float: left;
    width: 600px;
    position: relative;
}

.indexeig {
    padding: 50px 0 0px 0;
}

.eigtit {
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
}

.eigtit a {
    font-size: 14px;
    float: right;
    color: #666;
    text-transform: uppercase;
}

.eignrbox {
    position: relative;
}

.eignr {
    overflow: hidden;
}

.eignr li {
    /*border: 1px #e5e5e5 solid;*/
    padding: 10px 0 15px;
}

.eignr li img {
    display: block;
    width: 170px;
    height: 130px;
    margin: auto;
    object-fit: cover;
}

.eignr li p {
    text-align: center;
    padding-top: 14px;
}

.indexeig .jb1 {
    position: absolute;
    top: 52px;
    left: -75px;
    z-index: 10;
    background: url(../images/js1.png) no-repeat;
    display: block;
    width: 48px;
    height: 48px;
}

.indexeig .jb2 {
    position: absolute;
    top: 52px;
    right: -75px;
    z-index: 10;
    background: url(../images/js2.png) no-repeat;
    display: block;
    width: 48px;
    height: 48px;
}

.indexeig .jb1:hover {
    background: url(../images/js11.png) no-repeat;
}

.indexeig .jb2:hover {
    background: url(../images/js22.png) no-repeat;
}




.indexnew {
    padding: 70px 0 0 0;
    overflow: hidden;
}

.newtit h4 {
    font-size: 24px;
    color: #000000;
    float: left;
}

.newtit {
    position: relative;
    height: 40px;
}

.newtit::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #eaeaea;
    bottom: 0;
    left: 0;
}

.newqh {
    float: right;
}

.newqh a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    margin-left: 40px;
    position: relative;
    height: 40px;
}

.newqh a:hover:before {
    position: absolute;
    width: 100%;
    content: '';
    height: 3px;
    height: 3px;
    background: #0079dc;
    bottom: 0;
    left: 0;
}

.newqh a.cur:before {
    position: absolute;
    width: 100%;
    content: '';
    height: 3px;
    height: 3px;
    background: #0079dc;
    bottom: 0;
    left: 0;
}



.newleft {
    width: 50%;
    float: left;
    padding-right: 35px;
}

.newleft dl {
    margin: 0 -15px;
}

.newleft dt {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.newleft dt img {
    display: block;
    width: 267px;
    height: 193px;
}

.newleft dd {
    margin-top: 10px;
    float: left;
    width: 50%;
    padding: 0 15px;
}

.newleft dd h5 {
    font-size: 24px;
    color: #7f7f7f;
}

.newleft dd h3 {
    font-size: 18px;
    padding: 20px 0 10px;
    color: #ff6600;
}

.newleft dd p {
    font-size: 14px;
    margin-bottom: 18px;
}

.newleft dd a {
    font-size: 14px;
    color: #0079dc;
}

.newleft ul {
    padding-top: 20px;
}

.newleft li {
    padding: 18px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.newleft li span {
    width: 70%;
    float: left;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newleft li em {
    width: 30%;
    float: right;
    height: 18px;
    font-size: 14px;
    text-align: right;
}

.newright {
    margin-top: -23px;
    float: left;
    width: 50%;
    padding-left: 35px;
}

.newright li {
    padding: 22px 0;
    position: relative;
    border-bottom: 1px #e5e5e5 dashed;
}

.newright li h5 {
    font-size: 24px;
    color: #aaaaaa;
    float: left;
    border-right: 1px #e5e5e5 solid;
    padding-right: 6%;
    float: left;
}

.newright li h5 p {
    font-size: 14px;
    margin-top: 2px;
    text-align: right;
    color: #000;
}

.newright li .text {
    width: 70%;
    margin-top: 0px;
    float: left;
    padding-left: 6%;
}

.newright li .text p {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.newright li::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 25px;
    background: url(../images/t18.jpg) no-repeat;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.newright li:hover::before {
    opacity: 1;
    background: url(../images/t18s.jpg) no-repeat;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-filter: alpha(opacity=1);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.newnr {
    padding-top: 30px;
}

.tcmt5 img{
	height: 390px;
	width: 600px;
	object-fit: cover;
}


.sixnr li:first-child::after{
	border-right:0;
}
