* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ie{
    display: none;
}

.mb{
    display: none !important;
}

.pc{
    display: block !important;
}

body {
    font-family: 'Arial';
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.header {
    width: 1465px;
    height: 150px;
    margin-left: 350px;
    display: flex;
    align-items: center;
}

.header .logo {
    margin-left: -47px;
    margin-right: 30px;
    width: 360px;
}

.header .logo img{
    max-width: 100%;
}

.header .menu {
    width: 950px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    justify-content: space-between;
}

.header .menu li {
    border: 1px solid transparent;
}

.header .menu li a {
    padding: 3px 25px 4px;
    display: block;
    color: #595959;
    font-size: 18px;
    font-weight: bold;
}

.header .menu li.active {
    border: 1px solid #595959;
    border-radius: 15px;
}

.header .menu li:hover {
    border: 1px solid #F2A313;
    border-radius: 15px;
}

.header .menu li:hover a {
    color: #F2A313;
}

.index .banner {
    width: 100%;
}

.index .banner img {
    max-width: 100%;
}

.index .about {
    padding-top: 230px;
    padding-bottom: 50px;
}

.index .about .aboutBox {
    width: 1710px;
    height: 470px;
    background: #0079D8;
    margin: 0 auto;
    display: flex;
    margin-bottom: 50px;
}

.index .about .aboutBox .img img {
    margin-left: 65px;
    margin-top: -130px;
}

.index .about .aboutBox .right {
    padding-right: 50px;
}

.index .about .aboutBox .title {
    color: #595959;
    font-size: 55px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -140px;
    margin-bottom: 100px;
}

.index .about .aboutBox .title img {
    margin-left: -34px;
    margin-top: -2px;
}

.index .about .aboutBox .content {
    color: #fff;
    font-size: 16px;
    padding-left: 50px;
    line-height: 24px;
    height: 410px;
    overflow: auto;
}

.index .about .aboutBox .content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    border-radius: 2px;
    scrollbar-arrow-color: red;

}

.index .about .aboutBox .content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

.index .about .aboutBox .content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.index .about .aboutBox .content p {
    margin-bottom: 10px;
    /* text-indent: 2em; */
}

.index .about .aboutProduct {
    width: 1710px;
    margin: 0 auto;
}

.index .about .aboutProduct ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .about .aboutProduct ul li {
    width: 400px;
    height: 400px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
}

.index .about .aboutProduct ul li img {
    max-width: 100%;
    max-height: 100%;
}

.index .application{
    padding: 0 50px;
}

.index .application .title{
    font-size: 55px;
    color:#595959;
    font-weight: bold;
    text-align: center;
}

.index .application .swiper-container8{
    height:330px;
}

.index .application .swiper-slide{
    padding: 20px;
    height: 280px;
}

.index .application .swiper-slide .img{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .application .swiper-slide .img img{
    max-width: 100%;
    max-height: 100%;
}

.index .application .swiper-slide .box{
    border: 2px solid #ddd;
    padding: 10px;
}

.index .application .swiper-slide p{
    font-size: 20px;
    text-align: center;
}

.index .product {
    /* background: #ECECEC; */
    padding: 50px 0;
}

.index .product .container {
    width: 1200px;
    margin: 0 auto;
}

.index .product .container .title {
    font-size: 55px;
    font-weight: bold;
    color: #595959;
    text-align: center;
    margin-bottom: 50px;
}

.index .product .container .productList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index .product .container .productList li {
    width: 340px;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border: 2px solid #ddd;
}

/* .index .product .container .productList li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index .product .container .productList li a .img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .product .container .productList li a .img img {
    max-width: 100%;
    max-height: 100%;
}

.index .product .container .productList li a p {
    text-align: center;
} */

.index .product .swiper-container{
    height: 240px;
}

.index .product .container .productList li .img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .product .container .productList li .img img {
    max-width: 100%;
    max-height: 100%;
}

.index .product .container .productList li p {
    text-align: center;
    margin-top: 15px;
}

.footer {
    background: #002E5E;
    padding: 30px 0 50px;
    color: #fff;
}

.footer .container {
    width: 1200px;
    margin: 0 auto;
}

.footer .menu {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-left: 10px;
}

.footer .menu li {
    margin-right: 80px;
}

.footer .menu li a {
    color: #fff;
}

.footer .menu li a:hover{
    color:#ddd;
}

.footer p {
    margin-left: 10px;
    margin-bottom: 5px;
}

.inbanner {
    width: 100%;
    font-size: 0;
}

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

.widthContainer {
    width: 1200px;
    margin: 0 auto;
}

.contact .content .top {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.contact .content .top .text p {
    margin-bottom: 10px;
}

.contact .content .top .text .title {
    color: #002E5F;
    font-size: 30px;
    font-weight: bold;
}

.contact .content .top .form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 550px;
}

.contact .content .top .form .input {
    margin-bottom: 10px;
}

.contact .content .top .form label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.contact .content .top .form input {
    width: 250px;
    padding: 5px 5px;
    border: 1px solid #002E5F;
    font-size: 16px;
    font-family: 'Arial';
    border-radius: 5px;
}

.contact .content .top .form textarea {
    width: 250px;
    height: 220px;
    padding: 5px 5px;
    border: 1px solid #002E5F;
    font-size: 16px;
    font-family: 'Arial';
    border-radius: 5px;
}

.contact .content .top .form .textarea {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
    padding-bottom: 10px;
}

.contact .content .top .form .textarea .Ttop {
    display: flex;
    flex-wrap: wrap;
}

.contact .content .top .form .subBtn {
    background: #014A97;
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.contact .content .top .form .subBtn:hover{
    background: #FF8C01;
    cursor: pointer;
}

.contact .content .map {
    margin: 0 auto 50px;
}

.contact .content .map img{
    max-width: 100%;
}

.quality .content {
    padding: 50px 0;
}

.quality .content .title {
    color: #002E5F;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.quality .content p {
    line-height: 26px;
}

.quality .content .cert {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.quality .content .cert .one {
    width: 30%;
    padding: 20px;
    height: 100%;
    border: 1px solid #ddd;
}

.quality .content .cert .one p {
    text-align: center;
    font-size: 18px;
    line-height: 33px;
    margin-top: 10px;
}

.quality .content .cert .img {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.quality .content .cert .img img {
    max-width: 100%;
    max-height: 100%;
}

.techonology .content {
    display: flex;
    justify-content: space-between;
}

.techonology .content .title {
    color: #002E5F;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.techonology .content p {
    line-height: 26px;
    margin-bottom: 5px;
}

.techonology .content p.less {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.techonology .content img {
    margin-top: 20px;
    max-width: 100%;
}

.techonology .content .left {
    padding: 50px 0;
    width: 280px;
    box-shadow: 5px 0 5px #ddd;
}

.techonology .content .left .menu div {
    background: #0179D8;
    color: #fff;
    width: 250px;
    /* padding: 10px 10px 10px 50px; */
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
}

.techonology .content .left .menu div:hover {
    background: #015BA2;
}

.techonology .content .left .menu {
    margin-bottom: 20px;
}

.techonology .content .left .menu li {
    margin-bottom: 10px;
}

.techonology .content .left .se {
    padding: 20px 0;
}

.techonology .content .left .se li {
    margin-bottom: 10px;
    padding-left: 50px;
}

.techonology .content .left .se li:hover {
    color: #0179D8;
}

.techonology .content .right {
    padding: 50px 0;
    width: 870px;
}

.product .content {
    display: flex;
    justify-content: space-between;
}

.product .content .title {
    color: #D9D9D9;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
}

.product .content .less {
    color: #0078D9;
    margin-bottom: 30px;
    padding-left: 30px;
}

.product .content .left {
    padding: 50px 0;
    width: 280px;
    box-shadow: 5px 0 5px #ddd;
}

.product .content .left div {
    background: #0179D8;
    color: #fff;
    width: 250px;
    /* padding: 10px 10px 10px 50px; */
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.product .content .left div:hover{
    color:#ddd;
}

.product .content .left div.first img {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    /* Firefox 4 */
    -webkit-transition: -webkit-transform 0.3s;
    /* Safari 和 Chrome */
    -o-transition: -o-transform 0.3s;
}

.product .content .left li:hover div.first img {
    transform: rotate(90deg);
}

.product .content .left li.active div.first img {
    transform: rotate(90deg);
}

.product .content .left .menu {
    margin-bottom: 20px;
}

.product .content .left .menu li {
    margin-bottom: 10px;
}

.product .content .left .se {
    padding: 20px 0;
    display: none;
}

.product .content .left .se li {
    margin-bottom: 10px;
    padding-left: 50px;
}

.product .content .left .se li:hover {
    color: #0179D8;
}

.product .content .right {
    padding: 50px 0;
    width: 870px;
}

.product .content .right .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .content .right .list:after{
    width: 32%;
    content: "";
}

.product .content .right .list li {
    width: 32%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.product .content .right .list li a {
    width: 100%;
    height: 300px;
    padding: 20px;
    display: block;
}

.product .content .right .list.build li a{
    height: auto !important;
}

.product .content .right .list li a .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
}

.product .content .right .list li a .img img {
    max-width: 100%;
    max-height: 100%;
}

.product .content .right .list li a p {
    text-align: center;
    margin: 15px 0 0 0;
}

.product .swiper-container {
    height: 370px;
}

.product .swiper-container .swiper-slide .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px;
}

.product .swiper-container img{
    max-width: 50%;
    max-height: 100%;
}

.hidden {
    position: fixed;
    top: 0;
    background: #fff;
    display: none;
}

.show {
    display: block !important;
}

.layui-table-tips-c {
    box-sizing: content-box;
}

@media (min-width: 751px) and (max-width: 1366px) {
    .index .about .aboutBox {
        width: 1200px !important;
    }

    .header .logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: space-between;
        width: 300px;
    }

    .header {
        width: 1200px !important;
        margin: 0 auto !important;
    }

    .header .menu{
        width: 900px;
        padding-left: 30px !important;
    }

    .footer {
        padding: 10px 0 10px !important;
    }

    .footer .menu {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) {
    .index .about .aboutBox {
        width: 1200px !important;
    }

    .header .logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: space-between;
        width: 300px;
    }

    .header {
        width: 1200px !important;
        margin: 0 auto !important;
    }

    .header .menu{
        width: 900px;
        padding-left: 30px !important;
    }

    .footer {
        padding: 10px 0 10px !important;
    }

    .footer .menu {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 750px){
    .mb{
        display: block !important;
    }

    .pc{
        display: none !important;
    }

    .header {
        width: 100%;
        height: 100px;
        margin-left: 0;
        display: flex !important;
        padding: 0 10px;
        align-items: center;
        justify-content: space-between;
    }

    .header .logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 60% !important;
        justify-content: space-between;
    }

    .menuBtn{
        width: 10%;
    }

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

    .header .menu {
        display: none;
        align-items: center;
        padding-left: 0;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        z-index: 999;
    }

    .header .menu li{
        background: #fff;
        border: 0 solid #595959;
        border-radius: 0;
        line-height: 40px;
    }

    .header .menu li.active {
        border: 0 solid #595959;
        border-radius: 0;
        background: #4268BB;
    }

    .header .menu li.active a{
        color:#fff;
    }

    .header .menu li:hover {
        border: 0 solid #F2A313;
        border-radius: 0;
    }

    .mb .hidden1{
        display: none;
        background: rgba(0, 0, 0, 0.5);
        z-index: 997;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .index .about {
        padding-top: 0;
        padding-bottom: 0;
    }

    .index .about .aboutBox {
        width: 100%;
        height: auto;
        background: #0079D8;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .index .about .aboutBox .img{
        padding: 20px 20px 0;
    }

    .index .about .aboutBox .img img {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }

    .index .about .aboutBox .right {
        padding-right: 20px;
        padding-left: 20px;
    }

    .index .about .aboutBox .title {
        color: #fff;
        font-size: 35px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .index .application .title{
        font-size: 35px;
    }

    .index .about .aboutBox .content {
        color: #fff;
        font-size: 16px;
        padding-left: 0;
        line-height: 24px;
        height: 410px;
        overflow: auto;
    }

    .index .application {
        padding: 0 10px;
    }

    .widthContainer {
        width: 100%;
        margin: 0 auto;
    }

    .index .application .swiper-slide {
        padding: 20px;
        height: 320px;
    }

    .index .product .container {
        width: 100%;
        margin: 0 auto;
    }
    
    .index .product .container .productList {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer .container {
        width: 100%;
        margin: 0 auto;
    }

    .footer p{
        margin-bottom: 15px;
    }

    .footer{
        padding: 20px 0;
    }

    .index .product {
        /* background: #ECECEC; */
        padding: 30px 0;
    }

    .index .product .container .title {
        font-size: 35px;
        font-weight: bold;
        color: #595959;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .product .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product .content .left {
        padding: 30px 0;
        width: 100%;
        box-shadow: 0 0 0 #ddd;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .product .content .left .backg{
        background: #014EA0;
        position: absolute;
        top: 20px;
        right: 5%;
        height: 58px;
        z-index: -10;
        border-radius: 5px;
    }

    .product .content .left .menu {
        margin-bottom: 0;
        display: none;
    }

    .product .content .left a{
        display: flex;
        justify-content: center;
    }

    .product .content .left div{
        width: 80%;
        margin: 0 auto;
    }

    .product .content .left .showMenu{
        margin-bottom: 10px;
    }

    .product .content .right{
        padding: 30px 0;
        width: 100%;
    }

    .product .swiper-container .swiper-slide .img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 250px;
    }

    .product .swiper-container {
        height: 280px;
    }

    .layui-laypage-skip{
        display: none !important;
    }

    .product .content .title {
        color: #D9D9D9;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .product .content .right .list li{
        width: 48%;
    }

    .product .content .right .list li a .img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 150px;
    }

    .product .content .right .list li a{
        height: auto;
    }

    .product .content .right .list {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .product .content .right .list:after {
        width: 48%;
        content: "";
    }

    .techonology .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .techonology .content .left {
        padding: 30px 0;
        width: 100%;
        box-shadow: 0 0 0 #ddd;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .techonology .content .left .menu {
        margin-bottom: 0;
        display: none;
    }

    .techonology .content .left a{
        display: flex;
        justify-content: center;
    }

    .techonology .content .left div{
        width: 80%;
        margin: 0 auto;
    }

    .techonology .content .left .showMenu{
        margin-bottom: 10px;
        z-index: 999;
    }

    .techonology .content .left .backg{
        background: #014EA0;
        position: absolute;
        top: 20px;
        right: 5%;
        height: 58px;
        z-index: -10;
        border-radius: 5px;
    }

    .techonology .content .right{
        padding: 30px 10px;
        width: 100%;
    }

    .techonology .swiper-container .swiper-slide .img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 250px;
    }

    .techonology .swiper-container {
        height: 280px;
    }

    .layui-laypage-skip{
        display: none !important;
    }

    .techonology .content .title {
        color: #D9D9D9;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .techonology .content .right .list li{
        width: 48%;
    }

    .techonology .content .right .list li a .img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 150px;
    }

    .techonology .content .right .list li a{
        height: auto;
    }

    .techonology .content .right .list {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .techonology .content .right .list:after {
        width: 48%;
        content: "";
    }

    .techonology .content .left .menu div {
        width: 80%;
    }

    .techonology .content .left .showMenu {
        background: #0179D8;
        color: #fff;
        width: 80%;
        /* padding: 10px 10px 10px 50px; */
        padding: 10px 0;
        border-radius: 5px;
        text-align: center;
    }

    .quality .content .cert .one {
        width: 98%;
        padding: 20px;
        margin-bottom: 10px;
        height: 100%;
        border: 1px solid #ddd;
    }

    .quality .content .cert {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .contact .content .top {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 50px 0;
    }

    .contact .content .top .text{
        width: 100%;
        padding: 0 10px;
    }

    .contact .content .top .form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .contact .content .top .form .left{
        width: 100%;
    }

    .contact .content .top .form .left .input{
        padding: 10px 10px 0;
    }

    .contact .content .top .form .left .input input{
        width: 100%;
    }

    .contact .content .top .form .textarea{
        height: auto;
        width: 100%;
        padding: 10px 10px 0;
    }

    .contact .content .top .form .textarea .top{
        width: 100%;
    }

    .contact .content .top .form textarea {
        width: 100%;
        height: 80px;
        margin-bottom: 10px;
    }

    .contact .content .top .form .subBtn {
        background: #014A97;
        color: #fff;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
}

th .layui-table-cell{
    height: 56px !important;
    overflow:auto !important;
    white-space:normal !important;
}