* {
    box-sizing: border-box;
}

header {
    display: none;
}

.i-slide {
    display: none;
}

.product_ct {
    position: relative;
}

.flexslider {
    overflow: hidden;
}

.product_ct .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product_ct .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.product_ct .swiper-slide .product-list {
    width: calc((100% - 90px)/2);
    margin-right: 30px;
    padding: 10px 0;
}

.product_ct .swiper-slide .product-list:nth-child(2n) {
    margin-right: 0;
}

.product_ct .swiper-slide .product-list:hover .cont-wrap {
    background: #D90000;
}

.product_ct .swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}

.product_ct .swiper-button-next {
    color: #fff;
    font-size: 20px;
    width: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.247);
    text-align: center;
    height: 45px;
    right: -50px;
    /* display: none; */
}

.product_ct .swiper-button-prev {
    color: #fff;
    font-size: 20px;
    width: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.247);
    text-align: center;
    height: 45px;
    left: -50px;
    /* display: none; */
}

.product_ct:hover .swiper-button-prev {
    display: block;
}

.product_ct:hover .swiper-button-next {
    display: block;
}

.product_ct .swiper-button-next {
    color: #fff;
    font-size: 20px;
    width: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.247);
    text-align: center;
    height: 45px;
    right: 10px;
    /* display: none; */
    z-index: 99;
}

.product_ct .swiper-button-prev {
    color: #fff;
    font-size: 20px;
    width: 45px;
    line-height: 45px !important;
    background: rgba(0, 0, 0, 0.247);
    text-align: center;
    height: 45px !important;
    left: 10px;
    z-index: 99;
    /* display: none; */
}

.pic_list ul {
    max-width: 1224px;
}

.meng .clearFix img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: auto;
}

#gun {
    max-width: 90%;
    height: 82px;
    overflow: hidden;
    margin: auto;
}

.sub_gallery .gallery .thumb {
    max-width: 750px;
    margin: auto;
    position: relative;
}

.sub_gallery .gallery .thumb .prev {
    position: absolute;
    left: 0;
    top: 8px;
}

.sub_gallery .gallery .thumb .next {
    position: absolute;
    right: 0;
    top: 8px;
}

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

.cont-flex>div {
    width: 49%;
}

#dituContent {
    height: 300px;
}

.certificate {
    max-width: 1130px !important;
    margin: auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.certificate li {
    width: 49%;
    margin-right: 0;
}

.honor li a span.txt {
    width: 60%;
}

.certificate::after {
    display: none !important;
}

.wp-pagenavi {
    text-align: center;
    padding: 2rem 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 8px 12px !important;
}

.wp-pagenavi span.current {
    border: 1px solid #015198 !important;
    color: #015198 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border: 1px solid #015198 !important;
    color: #015198 !important;
}

.nav-list #search-form {
    position: initial;
    top: 0;
    left: 0;
    min-height: 50px;
    width: auto;
}

.right-list dt>p {
    font-weight: 600;
}

.main-list li a {
    font-weight: 600;
}

.left-wrap .cont .tit-box a {
    font-weight: 600;
}

.nav_ul li:hover>a {
    color: #d66 !important;
}

.i-category a:hover {
    background: #d66;
}

.i-thi-wrap .about-tit h3 {
    font-weight: 600;
}

.i-pr {
    padding: 80px 0;
}

.pr-c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pr-c>div {
    width: 50%;
    padding: 0 10px;
}

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

.pr-list li {
    width: 48%;
    margin: 10px 0;
}

.pr-r h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.pr-r h5 {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.pr-r h5 i {
    margin-right: 10px;
    color: rgb(1, 81, 152);
}

.pr-r p {
    font-size: 14px;
}

.pr-list:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
    display: none;
}

.pr-l img {
    width: 100%;
    display: block;
}

.left-wrap .cont .tit-box .word>a {
    font-weight: 500;
}

.i-pr {
    background: #F6F6F6;
}

.download_list ul li a {
    background: #015198;
}

.download_list ul li a:hover {
    background: #d66!important;
}

@media(min-width:768px) {
    .product_ct .swiper-slide .product-list:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width:1200px) {
    .slides li .banner_img {
        width: 100%;
        /*height: auto;*/
        height: 300px;
    }
    .sub_news .clearFix {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .sub_news .clearFix li {
        width: calc((100% - 60px)/4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .sub_news .clearFix li:nth-child(4n) {
        margin-right: 0;
    }
    .pic_list .g-img {
        width: 100%;
        height: auto;
    }
    .pic_list .g-img-box {
        width: 100%;
        height: auto;
        position: relative;
    }
    .pic_list .g-img-box img {
        width: 100%;
        height: auto;
    }
    .eye-lay {
        width: 100%;
    }
    .pic_list .g-img .ti {
        display: block;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        padding: 0 5px;
        font-size: 16px;
    }
    .flexslider {
        height: auto;
    }
    .slides {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .head_inner h1 {
        width: 18%;
    }
    .head_inner h1 img {
        width: 100%;
        height: auto;
    }
    .nav_ul li {
        padding: 0 25px;
    }
    .index_body .head {
        padding: 0 10px;
    }
    .flex-prev {
        width: 38px;
        height: 38px;
        margin-top: -19px;
    }
    .flex-next {
        width: 38px;
        height: 38px;
        margin-top: -19px;
    }
    .product_ct ul {
        max-width: 1200px !important;
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }
    .product_ct ul li {
        width: calc((100% - 60px)/4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .product_ct ul li:nth-child(4n) {
        margin-right: 0;
    }
    .product_ct .img {
        width: 100%;
    }
    .product_ct .img img {
        width: 100%;
    }
    .product_ct {
        width: 100%;
    }
    .product_ct .tempWrap {
        width: 100% !important;
    }
    .i-thi-wrap .quicklink .tab-title {
        width: 40%;
    }
    .i-thi-wrap .quicklink .tab-content {
        width: 50%;
    }
    .left-wrap {
        width: 40%;
    }
    .left-wrap .img {
        width: 100%;
        height: auto;
    }
    .left-wrap .img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .w1200 {
        padding: 0 10px;
    }
    .footer-wrap .top-wrap .footl {
        width: 70%;
    }
    .weblinks {
        width: 100%;
    }
    .weblinks .clearfix {
        display: flex;
    }
    .weblinks .clearfix dt {
        flex: none;
        float: none;
    }
    .weblinks .clearfix dd {
        width: 100%;
    }
    .pro_l {
        width: 30%;
    }
    .procontainer {
        width: 68%;
    }
    #product-list .clearFix {
        display: flex;
        flex-wrap: wrap;
    }
    #product-list .clearFix li {
        width: calc((100% - 45px)/4);
        margin-right: 15px;
        margin-bottom: 15px;
        float: none;
    }
    #product-list .clearFix li:nth-child(4n) {
        margin-right: 0;
    }
    #product-list li a.proimg {
        width: 100%;
        height: auto;
    }
    #product-list li a.proimg img {
        max-width: 100%;
        max-height: auto;
        width: 100%;
        height: auto;
    }
    #product-list li .align_box {
        width: 100%;
    }
}

@media screen and (max-width:1100px) {
    .left-wrap {
        width: 100%;
    }
    .right-list {
        width: 100%;
    }
    header {
        display: block;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0;
        position: relative;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        background: #fff;
    }
    .head {
        display: none;
    }
    .nav-list {
        padding: 10px;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
        width: 100%;
        position: absolute;
        left: 0;
        top: 102%;
        z-index: 99999999;
        background: #fff;
        display: none;
    }
    .i-thi-wrap a.more {
        padding-right: 24px;
    }
    .nav-list li {
        border-bottom: 1px dashed #f2f2f2;
        position: relative;
    }
    .nav-list li>a {
        display: block;
        line-height: 40px;
        padding: 0;
        color: #333;
        font-size: 15px;
    }
    .nav-two {
        background: none;
        padding: 10px 15px;
        position: relative;
        display: none;
    }
    .nav-list .on a {
        color: rgba(31, 135, 232, 1);
    }
    .yb_conct {
        display: none;
    }
    .down {
        display: block;
        width: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .down i {
        color: #333;
        font-size: 20px;
        transition: all .5s;
        display: block;
        width: 40px;
        text-align: center;
        line-height: 40px;
    }
    .menu i {
        font-size: 22px;
    }
    .nav-two>div a {
        color: #333;
        text-align: left;
        line-height: 35px;
        display: block;
        font-size: 14px;
    }
    .deg .down i {
        transform: rotate(180deg);
    }
    .head-c {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        max-width: 35%;
    }
    .max {
        padding: 0 10px;
    }
}

@media screen and (max-width:1000px) {
    .clearfix .i-partlist {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 30px 0;
    }
    .clearfix .i-partlist a {
        margin: 10px 0;
    }
    .por-detail img {
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .footer-wrap .top-wrap .footl {
        width: 100%;
    }
    .footer-wrap .top-wrap .call {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .sub_product {
        overflow: hidden;
    }
    .por-detail tr {
        width: 100%;
        overflow: hidden;
    }
    /* .por-detail .turn{



        height: 50px;



    } */
    .f-cb.por {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        height: 100px;
    }
    .sub_banner {
        margin-top: 0;
    }
    .max {
        padding: 0 10px;
    }
    .left-wrap {
        width: 100%;
    }
    .left-wrap .cont {
        display: flex;
        /* align-items: center; */
        padding: 14px;
    }
    .right-list {
        width: 100%;
    }
    .left-wrap .cont .date {
        flex: none;
        margin-right: 15px;
    }
    .left-wrap .cont .tit-box {
        width: auto;
    }
    .main-list li {
        display: flex;
    }
    .main-list li span {
        flex: none;
        margin-left: 20px;
    }
    .main-list li a {
        width: 100%;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .right-list dl {
        display: flex;
    }
    .right-list dt {
        width: 100%;
    }
    .right-list dd {
        margin-left: 20px;
        flex: none;
    }
    .counter_list li p {
        margin-left: 0;
        text-align: center;
    }
    .counter_list li .title {
        margin-left: 0;
        text-align: center;
    }
    .i-thi-wrap .quicklink .tab-content .content_list {
        height: auto;
    }
    .counter_list li p.number .counterDX {
        font-size: 32px;
    }
    .i-thi-wrap .quicklink {
        display: flex;
        flex-wrap: wrap;
    }
    .i-thi-wrap .quicklink .tab-title {
        width: 80%;
        margin: auto;
        float: none;
        overflow: hidden;
    }
    .i-thi-wrap .quicklink .tab-content {
        width: 100%;
    }
    .i-thi-wrap .quicklink .tab-content .tab-content-desc {
        width: 80%;
        margin: auto;
    }
}

@media(max-width:768px) {
    .i-thi-wrap .quicklink .tab-title {
        width: 90%;
        margin: auto;
        float: none;
        overflow: hidden;
    }
    .fr-list {
        width: 100%;
        justify-content: center;
    }
    body {
        padding-top: 65px;
    }
    .pr-c>div {
        width: 100%;
        padding: 0 10px;
    }
    .pr-r {
        margin-top: 30px;
    }
    .pr-list li {
        width: 100%;
    }
    .i-thi-wrap .quicklink .tab-content {
        width: 100%;
    }
    .i-thi-wrap .quicklink .tab-content .tab-content-desc {
        width: 90%;
        margin: auto;
        height: auto;
    }
    .i-thi-wrap .quicklink .tab-title ul li a {
        padding: 28px 0 58px 25px;
    }
    .i-thi-wrap .quicklink .tab-title ul li.active a:after,
    .i-thi-wrap .quicklink .tab-title ul li a:hover:after {
        font-size: 60px;
    }
    .counter_list li {
        width: 50%;
    }
    .i-slide {
        display: block;
    }
    .img-list {
        max-width: 80%;
        margin: auto;
    }
    .i-img-wrap {
        display: none;
    }
    .i-slide .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .i-slide .swiper-pagination {
        color: #fff;
    }
    .i-slide .swiper-pagination span {
        color: #fff;
        font-size: 18px;
    }
    .i-slide .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
        font-size: 16px;
    }
    .i-slide .swiper-button-next,
    .swiper-button-prev {
        border: 1px solid #fff;
        width: 30px;
        line-height: 30px !important;
        height: 30px !important;
    }
    .product_ct .swiper-slide .product-list {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        padding: 5px 0;
    }
    .product_ct .swiper-slide .product-list:nth-child(2n) {
        margin-right: 0;
    }
    .i-category a {
        margin: 5px 0;
    }
    .i-thi-wrap {
        height: auto;
    }
    .footer-wrap .top-wrap .footl ul li {
        width: 100%;
    }
    .footer-wrap .bot-wrap p {
        width: 100%;
        text-align: center;
        line-height: 25px;
    }
    .footer-wrap .bot-wrap p {
        text-align: center;
        width: 100%;
        line-height: 25px;
    }
    .sub_news .clearFix li {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sub_news .clearFix li:nth-child(2n) {
        margin-right: 0;
    }
    .newsinfo-bd img {
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .pro_l {
        width: 100%;
    }
    .procontainer {
        width: 100%;
        margin-top: 20px;
    }
    .pro_l h4 a:hover,
    .pro_l h4 a.cur {
        color: #015198;
        background: url(../images/p_bg.png) 100% center no-repeat;
    }
    .pro_l h3 {
        font-size: 26px;
    }
    .pro_l em {
        font-size: 26px;
    }
    #product-list .clearFix li {
        width: calc((95% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 10px;
        float: none;
    }
    #product-list .clearFix li:nth-child(2n) {
        margin-right: 0;
    }
    #product-list .clearFix li:nth-child(4n) {
        margin-right: 0;
    }
    .sub_gallery .gallery .show {
        height: auto;
        padding: 80px;
    }
    .sub_gallery .gallery .show p {
        line-height: 35px;
        height: 35px;
    }
    .i-photolist a {
        margin: 8px;
    }
    .sub_wrap .w1200 .i-photolist {
        display: flex;
        flex-wrap: wrap;
    }
    .cont-flex>div {
        width: 100%;
    }
    .sub_title {
        font-size: 28px;
    }
    .certificate li {
        width: 100%;
    }
}