.bottomimage img {
    top: 0;
    left: 50px;
    height: 121px;
    width: 140px;
    display: inline-block;
}

.dsj {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 35%;
    left: 58%;
    background-image: url(../images/06.png);
    background-repeat: no-repeat;
}

.dw:hover {
    box-shadow: 0 15px 15px 0 rgb(0 0 0 / 5%);
    transition: all .2s ease-in-out;
}

.sec-3 {
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-3 .HomeTit {
    color: #fff;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.1s;
}

.sec-3 .HomeTit h2 {
    color: #fff;
}

.sec-3 .HomeTit p {
    color: rgba(255, 255, 255, 0.5);
}

.sec-3 .Nav {
    height: 144px;
    position: relative;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.2s;
}

.sec-3 .Nav .line {
    width: 1470px;
    height: 238px;
    margin: -50px auto;
    background: url(../images/07.png);
    background-repeat: no-repeat;
}

.sec-3 .Nav li.li1 {
    left: 10%;
    top: 40%;
}

.sec-3 .Nav li.li2 {
    left: 20%;
    top: 40%;
}

.sec-3 .Nav li.li3 {
    left: 30%;
    top: 73%;
}

.sec-3 .Nav li.li4 {
    left: 40%;
    top: 70%;
}

.sec-3 .Nav li.li5 {
    left: 50%;
    top: 95%;
}

.sec-3 .Nav li.li6 {
    left: 60%;
    top: 122%;
}

.sec-3 .Nav li.li7 {
    left: 70%;
    top: 134%;
}

.sec-3 .Nav li.li8 {
    left: 80%;
    top: 105%;
}

.sec-3 .Nav li.li9 {
    left: 88%;
    top: 76%;
}

.sec-3 .Nav li.li10 {
    left: 90%;
    top: 77%;
}

.sec-3 .Nav li.li11 {
    left: 97%;
    top: 78%;
}

.sec-3 .Nav li.on {
    transform: scale(1.2, 1.2);
}

.sec-3 .Nav li.on:before {
    background: rgba(1, 126, 242, 0.4);
    -webkit-animation: warn 1s ease-out;
    -moz-animation: warn 1s ease-out;
    animation: warn 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.sec-3 .Nav li.on span {
    background: #017ef2;
}

.menu div.on {
    background: #017ef2;
}

.sec-3 .Nav .dot {
    width: 11px;
    height: 11px;
    z-index: 999;
    position: absolute;
    margin: 0px auto;
    cursor: pointer;
}

.sec-3 .Nav .dot:before {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
}

.sec-3 .Nav .dot span {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}

.sec-3 .Nav .dot:hover:before {
    -webkit-animation: warn 1s ease-out;
    -moz-animation: warn 1s ease-out;
    animation: warn 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes warn {
    0% {
        transform: scale(1.0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.sec-3 .class {
    max-width: 578px;
    color: #fff;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    opacity: 0;
    transition: all 2s;
    position: absolute;
    z-index: 999;
}

.sec-3 .class .date {
    line-height: 45px;
    font-size: 30px;
}

.sec-3 .class .date i {
    opacity: 0.5;
    font-size: 26px;
    font-family: "brass";
}

.sec-3 .class .tit {
    font-size: 26px;
    margin: 49px 0 27px;
    color: #fff;
}

.sec-3 .class .p {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    -webkit-line-clamp: 3;
}

.sec-3 .class a:hover .tit {
    color: #ff7e10;
}

.sec-3 .class li {
    display: none;
}

.sec-3.active .HomeTit,
.sec-3.active .Nav,
.sec-3.active .class {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}

@media ( max-width:1600px) {
    .sec-3 .Nav {
        height: 110px;
    }
    .sec-3 .Nav .line {
        top: -20px;
    }
    .sec-3 .Nav li.li1 {
        top: 29%;
    }
    .sec-3 .Nav li.li2 {
        top: 71%;
    }
    .sec-3 .Nav li.li3 {
        top: 83%;
    }
    .sec-3 .Nav li.li4 {
        top: 174%;
    }
    .sec-3 .Nav li.li5 {
        top: 165%;
    }
    .sec-3 .class .date {
        line-height: 25px;
        font-size: 30px;
    }
    .sec-3 .class .date i {
        font-size: 20px;
    }
    .sec-3 .class .tit {
        font-size: 20px;
        margin: 20px 0 20px;
    }
    .sec-3 .class .p {
        margin-bottom: 40px;
    }
}

@media ( max-width:1024px) {
    .sec-3 {
        padding-bottom: 20px;
    }
    .sec-3 .HomeTit,
    .sec-3 .Nav,
    .sec-3 .class {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
    .sec-3 .Nav {
        height: 80px;
        position: relative;
    }
    .sec-3 .Nav .line {
        display: none;
    }
    .sec-3 .Nav:after {
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        content: "";
        top: 30px;
        position: absolute;
    }
    .sec-3 .Nav li.li1 {
        top: 25px;
        left: 5%;
    }
    .sec-3 .Nav li.li2 {
        top: 25px;
        left: 25%;
    }
    .sec-3 .Nav li.li3 {
        top: 25px;
        left: 45%
    }
    .sec-3 .Nav li.li4 {
        top: 25px;
        left: 65%;
    }
    .sec-3 .Nav li.li5 {
        top: 25px;
        left: 85%;
    }
    .sec-3 .class .tit {
        font-size: 15px;
        margin: 10px 0;
    }
    .sec-3 .class .date {
        font-size: 24px;
    }
    .sec-3 .class .p {
        height: auto;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }
}

.onea {
    width: 50px;
    height: 84px;
    transform: translate(-50%, -50%);
    transform: rotate(30deg);
    border-top: 2px solid rgb(1, 126, 245);
    border-bottom: 2px solid rgb(1, 126, 245);
}

.twob {
    width: 50px;
    height: 84px;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    border-top: 2px solid rgb(1, 126, 245);
    border-bottom: 2px solid rgb(1, 126, 245);
    margin: -88px 0;
}

.threec {
    width: 50px;
    height: 85px;
    transform: translate(-50%, -50%);
    transform: rotate(150deg);
    border-top: 2px solid rgb(1, 126, 245);
    border-bottom: 2px solid rgb(1, 126, 245);
}

.div-2 {
    padding: 15px 40px;
    display: inline-block;
    text-align: center;
}

.section1 {
    background: url(../images/gw01.png) no-repeat;
    background-size: 100% 100%;
}

.section2 {
    background: url(../images/gw02.png) no-repeat;
    background-size: 100% 100%;
}

.section3 {
    background: url(../images/gw02.png) no-repeat;
    background-size: 100% 100%;
}

.section4 {
    background: url(../images/gw02.png) no-repeat;
    background-size: 100% 100%;
}

.section5 {
    background: url(../images/gw06.png) no-repeat;
    background-size: 100% 100%;
}

.head {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    line-height: 70px;
    background-color: black;
}

.logo {
    float: left;
    padding-top: 35px;
    transform: translate(0, -20%);
}

.right {
    float: right;
}

.right span {
    position: relative;
    display: inline-block;
}

.right span:before {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 5px;
    background-color: #0770d4;
}

.right span:hover:before {
    width: 65px;
    left: 20px;
    transition: all 0.5s;
}

.right a {
    padding: 20px;
    font-size: 16px;
    color: #fff;
}

.right a:hover {
    color: #0770d4;
    transition: .5s;
    text-decoration: none;
}

.title_left {
    float: left;
    margin-top: 240px;
    text-align: left;
    width: 60%;
}

.title_left p {
    font-size: 15px;
    color: #D3D3D3;
    letter-spacing: 2px;
    line-height: 30px;
}

.title_right {
    float: left;
    width: 40%;
    margin-top: 50px;
}

.banner_text p {
    line-height: 30px;
    margin-left: 50px;
    color: white;
}

.banner_sz {
    width: 300px;
}

.introduction {
    height: 800px;
    width: 100%;
}

.introduction .center {
    height: 100%;
}

.introduction .left {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    margin-top: 45px;
    background: url(../images/v1.png) no-repeat;
    background-position: top;
}

.introduction .left .btm {
    position: absolute;
    top: 600px;
    left: 90px;
    width: 123px;
    height: 492px;
}

.introduction .left .btm img:nth-child(1) {
    position: absolute;
    top: -45px;
    left: 0;
    height: 121px;
    width: 140px;
}

.introduction .left .btm img:nth-child(2) {
    position: absolute;
    top: -45px;
    left: 170px;
    height: 121px;
    width: 140px;
}

.introduction .left .btm img:nth-child(3) {
    position: absolute;
    top: -45px;
    left: 340px;
    height: 121px;
    width: 140px;
}

.introduction .right {
    position: relative;
    top: -20px;
    float: right;
    width: 50%;
    height: 100%;
}

.introduction .right div:nth-child(1) {
    position: absolute;
    top: 95px;
    left: 65px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.introduction .right div:nth-child(2) {
    position: absolute;
    top: 180px;
    left: 65px;
    color: #a2a2a2;
}

.introduction .right div:nth-child(3) {
    position: absolute;
    top: 230px;
    left: 65px;
    color: #0a78d2;
    font-size: 22px;
}

.introduction .right div:nth-child(4) {
    position: absolute;
    top: 266px;
    left: 65px;
    color: #808080;
    font-size: 18px;
}

.introduction .right div:nth-child(5) {
    position: absolute;
    top: 324px;
    left: 65px;
    color: #0a78d2;
    font-size: 22px;
}

.introduction .right ul {
    position: absolute;
    top: 360px;
    left: 65px;
    width: 524px;
    font-size: 16px;
    color: #a2a2a2;
}

.introduction .right ul li {
    margin: 11px 0;
    color: #808080;
}

.introduction .right ul li:nth-child(6) {
    text-indent: 1.5em;
}

.introduction .right ul li:nth-child(9) {
    text-indent: 1.5em;
}

.introductiom {
    height: 800px;
    width: 100%;
}

.introductiom .center {
    height: 100%;
}

.bottomImgleft {
    float: left;
    width: 50%;
    height: 100%;
    margin-top: 45px
}

.bottomimage img {
    display: inline-block;
    position: relative;
    left: 90px;
    border: 1px solid #017ef2;
    margin: 0 5px;
}

.introductiom .right {
    position: relative;
    top: -20px;
    float: right;
    width: 50%;
    height: 100%;
}

.introductiom .right div:nth-child(1) {
    position: absolute;
    top: 95px;
    left: 65px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.introductiom .right div:nth-child(2) {
    position: absolute;
    top: 180px;
    left: 65px;
    color: #a2a2a2;
}

.introductiom .right div:nth-child(3) {
    position: absolute;
    top: 230px;
    left: 65px;
    color: #0a78d2;
    font-size: 22px;
}

.introductiom .right div:nth-child(4) {
    position: absolute;
    top: 266px;
    left: 65px;
    color: #808080;
    font-size: 18px;
}

.introductiom .right div:nth-child(5) {
    position: absolute;
    top: 324px;
    left: 65px;
    color: #0a78d2;
    font-size: 22px;
}

.introductiom .right ul {
    position: absolute;
    top: 360px;
    left: 65px;
    width: 524px;
    font-size: 16px;
    color: #a2a2a2;
}

.introductiom .right ul li {
    margin: 11px 0;
    color: #808080;
}

.introductiop {
    height: 800px;
    width: 100%;
}

.introductiop .center {
    height: 100%;
}

.introductiop .left {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    margin-top: 45px;
    background: url(../images/v9.png) no-repeat;
}

.introductiop .left .btm {
    position: absolute;
    top: 600px;
    left: 90px;
    width: 123px;
    height: 492px;
}

.introductiop .left .btm img:nth-child(1) {
    position: absolute;
    top: -45px;
    left: 0;
    height: 121px;
    width: 140px;
}

.introductiop .left .btm img:nth-child(2) {
    position: absolute;
    top: -45px;
    left: 170px;
    height: 121px;
    width: 140px;
}

.introductiop .left .btm img:nth-child(3) {
    position: absolute;
    top: -45px;
    left: 340px;
    height: 121px;
    width: 140px;
}

.introductiop .right {
    position: relative;
    top: -20px;
    float: right;
    width: 50%;
    height: 100%;
}

.introductiop .right div:nth-child(1) {
    position: absolute;
    top: 95px;
    left: 65px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.introductiop .right div:nth-child(2) {
    position: absolute;
    top: 180px;
    left: 65px;
    color: #a2a2a2;
}

.introductiop .right div:nth-child(3) {
    position: absolute;
    top: 230px;
    left: 65px;
    color: #0a78d2;
    font-size: 22px;
}

.introductiop .right div:nth-child(4) {
    position: absolute;
    top: 266px;
    left: 65px;
    color: #808080;
    font-size: 18px;
}

.introductiop .right div:nth-child(5) {
    position: absolute;
    top: 324px;
    left: 65px;
    color: #0a78d2;
    font-size: 22px;
}

.introductiop .right ul {
    position: absolute;
    top: 360px;
    left: 65px;
    width: 524px;
    font-size: 16px;
    color: #a2a2a2;
}

.introductiop .right ul li {
    margin: 11px 0;
    color: #808080;
}

.introductiop .right ul li:nth-child(2) {
    text-indent: 1.5em;
}

.introductiop .right ul li:nth-child(4) {
    text-indent: 1.5em;
}

.introductiop .right ul li:nth-child(8) {
    text-indent: 1.5em;
}

.contact_logo {
    /* width: 1200px; */
    height: 400px;
    background-color: green;
    background: url(../img/gwlxwm_03.jpg) no-repeat;
    background-position: top center;
}

.tubiao {
    height: 289px;
    /* background-color: pink; */
}

.tubiao .two {
    margin: 150px 0 0 50px;
}

.tubiao .two1 {
    margin: 150px 0 0 90px;
}

.tubiao .two2 {
    margin: 150px 0 0 80px;
}

.tubiao .two3 {
    margin: 150px 0 0 60px;
}

.tubiao .add {
    float: left;
    width: 300px;
    height: 100%;
    /* background-color: aqua; */
}

.tubiao .add:hover {
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .05);
    transition: all .2s ease-in-out;
}

.abb:hover {
    box-shadow: 5px 20px 20px 5px rgba(0, 0, 0, .03);
    transition: all .2s ease-in-out;
}

.tubiao .add:nth-child(1) .tb {
    position: relative;
    width: 60px;
    height: 60px;
    top: 35%;
    left: 39%;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: url('../images/dizhi.png') no-repeat;
    background-position: center center;
    /* background-color: blue; */
}

.tubiao .add:nth-child(2) .tb {
    position: relative;
    width: 60px;
    height: 60px;
    top: 35%;
    left: 39%;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: url('../images/shouji.png') no-repeat;
    background-position: center center;
    /* background-color: blue; */
}

.tubiao .add:nth-child(3) .tb {
    position: relative;
    width: 60px;
    height: 60px;
    top: 35%;
    left: 39%;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: url('../images/zuoji.png') no-repeat;
    background-position: center center;
    /* background-color: blue; */
}

.tubiao .add:nth-child(4) .tb {
    position: relative;
    width: 60px;
    height: 60px;
    top: 35%;
    left: 39%;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: url('../images/youxiang.png') no-repeat;
    background-position: center center;
    /* background-color: blue; */
}

.tubiao .add .one {
    position: relative;
    top: 41%;
    left: 45%;
    font-size: 12px;
    color: #666;
}

.hzgs table {
    height: 196px;
    margin: 0 auto;
    overflow: hidden;
    color: white;
}

.hzgs .animate {
    padding: 10px 30px 10px 30px;
    text-align: center;
}

.hzgs .animata {
    padding: 5px;
}

.fp-controlArrow.fp-prev {
    width: 64px;
    height: 64px;
    background-image: url(../images/swiper_pre.png);
    border-style: none !important;
}

.fp-controlArrow.fp-next {
    width: 64px;
    height: 64px;
    background-image: url(../images/swiper_nex.png);
    border-style: none !important;
}

.swiper {
    width: 850px;
    margin-left: 900px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 450px;
}

.slide span {
    display: block;
}

.scroll {
    color: white;
    margin: 0 auto;
    background-color: gray;
    width: 1100px;
    height: 400px;
    line-height: 25px;
    overflow: hidden;
}

.scroll li {
    height: 20px;
}

.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 20px 0;
}

.product-number-info li {
    float: left;
    width: 230px;
    height: 90px;
    color: #0770d4;
    padding-top: 1px;
}

.product-number-info li:first-child {
    border: none;
    width: 150px;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li p {
    font-size: 16px;
    margin-top: -40px;
}

.product-number-info li b i {
    font-style: normal;
    font-weight: bold;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}

.product-number-info li.li-2 b,
.product-number-info li.li-2 p {
    padding-left: 50px;
}

.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.rows {
    margin-top: 20px;
}

#abnormal .row-item {
    text-align-last: justify;
    margin: 0 auto;
    width: 1121px;
    line-height: 20px;
}

.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.end {
    width: 100%;
    height: 360px;
    background-color: #212734;
}

.end1 .logo {
    padding-top: 180px;
}

.end1 .logo p {
    position: relative;
    top: 10px;
    right: 8px;
    color: #fff;
    font-size: 14px;
}

.end1 .center {
    float: left;
    margin-left: 180px;
    margin-top: 70px;
}

.end1 .center p {
    color: #fff;
}

.right p {
    font-size: 16px;
    color: #fffc;
    padding-right: 400px;
}

#root {
    display: flex;
    justify-content: center;
    width: 50px;
    padding: 10px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.time {
    float: left;
    height: 100px;
    margin-left: 305px;
    margin-top: 60px;
}

.time li {
    width: 80px;
    display: inline-block;
    color: #fff;
    font-size: 60px;
    padding-left: 30px;
}

.counter-value {
    margin-left: -50px;
}

.menu {
    margin-top: -25px;
    text-align: left;
}

.menu p {
    margin-top: 12px;
    color: #fff;
}

.menu div {
    width: 281px;
    height: 80px;
    margin-left: 15px;
    display: inline-block;
    background-color: rgba(156, 157, 159);
}

.menutitle div {
    width: 220px;
    padding: 35px;
    display: inline-block;
    color: black;
}

.menutext {
    padding-left: 20px;
}

.menudiv img {
    margin: 100px 0 0 -50px;
}

.menudivtit {
    font-size: 35px;
    font-weight: bold;
    float: right;
    color: rgba(76, 77, 78);
    margin: 300px 430px 0 0;
}

.menudivtxt {
    float: right;
    font-size: 16px;
    color: rgba(89, 90, 90);
    margin: -320px 50px 0 0;
    line-height: 30px;
}

#tabCon span {
    color: #fff;
}

#tabCon {
    margin-top: 50px;
}

#tanContainer {
    height: 100px;
}

input {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

input.on {
    background-color: red;
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.men p {
    color: #fff;
}

.men div {
    width: 281px;
    height: 80px;
    margin-left: 15px;
    display: inline-block;
    background-color: rgba(156, 157, 159);
}

.men div:hover {
    background-color: rgba(1, 126, 242);
}

.mendivtxt {
    font-size: 16px;
    color: white;
}