﻿#index_content .xwzx {
    width: 1400px;
    margin: 0 auto;
    padding: 50px 0px;
}

#index_content{
    background-color:white;
}
.xwzx a:hover {
    text-decoration: none;
}
#index_content .xwzx, #index_content .ywly, #index_content .fwzx {
    padding-top: 30px;
}

    #index_content .xwzx .top-en, #index_content .xwzx .top-zw {
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }

    #index_content .xwzx .top-en {
        font-size: 48px;
        letter-spacing: 5px;
        line-height: 36px;
        color: #eaeaea;
    }

    #index_content .xwzx .top-zw {
        font-size: 34px;
        letter-spacing: 7px;
        line-height: 36px;
        color: #0a4ea0;
    }

    #index_content .xwzx .xwzx_qiehuan {
        padding: 20px 0px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        align-content: center;
    }

        #index_content .xwzx .xwzx_qiehuan > li {
            font-size: 24px;
            letter-spacing: 5px;
            line-height: 36px;
            margin: 0px 30px;
            width: 150px;
            text-align: center;
            cursor: pointer;
        }

            #index_content .xwzx .xwzx_qiehuan > li:hover {
                color: #416aab;
            }

            #index_content .xwzx .xwzx_qiehuan > li.xw-active {
                color: #416aab;
            }

#index_content div.xwzx div.xw_content > div img {
    width: 100%;
}

#index_content div.xwzx div.xw_content div.xw_con1 {
    display: flex;
    height: 600px;
}

#index_content div.xwzx div.xw_con1 .xw_left {
    width: 45%;
    padding-right: 5%;
}

    #index_content div.xwzx div.xw_con1 .xw_left p.xw_left_title {
        font-size: 24px;
        letter-spacing: 5px;
        line-height: 36px;
        color: #333333;
        margin: 10px 0px;
    }

    #index_content div.xwzx div.xw_con1 .xw_left p.xw_left_shijian {
        font-size: 18px;
        letter-spacing: 4px;
        line-height: 30px;
        color: #265ca6;
    }

    #index_content div.xwzx div.xw_con1 .xw_left p.xw_left_text {
        margin: 10px 0px;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 30px;
        color: #82827f;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

#index_content div.xwzx div.xw_con1 .xw_right {
    width: 55%;
}

    #index_content div.xwzx div.xw_con1 .xw_right > ul.xw-uls {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 50px;
        margin-bottom: 10px;
        justify-content: space-between;
        align-content: flex-start;
    } 

        #index_content div.xwzx div.xw_con1 .xw_right > ul > li {
            
            width: 100%;
            padding: 8px;
        }

            #index_content div.xwzx div.xw_con1 .xw_right > ul > li > a p {
                color: black;
            }

            #index_content div.xwzx div.xw_con1 .xw_right > ul > li a {
                background-color: #f8f6f6;
                width: 100%;
                padding: 1em;
                display: flex;
            }

                #index_content div.xwzx div.xw_con1 .xw_right > ul > li a .xw_item_left {
                    width: 100px;
                    padding-right: 20px;
                    border-right: 1px solid #d7d7d7;
                    margin-right: 20px;
                    height: 100%;
                }
                #index_content div.xwzx div.xw_con1 .xw_right > ul > li a .xw_item_right{
                    width:613px;
                }


                #index_content div.xwzx div.xw_con1 .xw_right p.xw_right_item_title:hover {
                    color: #416aab;
                }

    #index_content div.xwzx div.xw_con1 .xw_right > ul > li a p.xw_right_item_shijian {
        font-size: 20px;
        letter-spacing: 4px;
        line-height: 45px;
        color: #0a4ea0;
        min-width: 75px;
    }

    #index_content div.xwzx div.xw_con1 .xw_right > ul > li a p.xw_right_item_title {
        font-size: 20px;
        letter-spacing: 4px;
        line-height: 36px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    #index_content div.xwzx div.xw_con1 .xw_right > ul > li a p.xw_right_item_text {
        font-size: 16px;
        letter-spacing: 3px;
        line-height: 25px;
        color: #82827f;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.ywly {
    background-image: url('/TemplatePage/images/lingyubj.jpg');
    width: 100%;
    height: 500px;
    min-height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position:relative;
}

    .ywly p.topEn_title, .ywly p.topZW_title {
        text-align: center;
        padding: 10px 0px;
    }

    .ywly p.topEn_title {
        font-size: 48px;
        letter-spacing: 10px;
        line-height: 36px;
        color: #13407a;
    }

    .ywly p.topZW_title {
        font-size: 34px;
        letter-spacing: 7px;
        line-height: 36px;
        color: #ffffff;
    }

.fwzx {
    background-image: url(/TemplatePage/images/20221010fwzx.jpg);
    width: 100%;
    height: 600px;
    min-height: auto;
    background-size: 106% 100%;
    background-repeat: no-repeat;
}

    .fwzx p.topEn_title, .fwzx p.topZW_title {
        text-align: center;
        padding: 10px 0px;
    }

    .fwzx p.topEn_title {
        font-size: 48px;
        letter-spacing: 10px;
        line-height: 36px;
        color: #cccccc;
    }

    .fwzx p.topZW_title {
        font-size: 34px;
        letter-spacing: 7px;
        line-height: 27px;
        color: #1a4ea1;
    }

    .fwzx .fwzx-content {
        width: 1400px;
        margin: 0 auto;
    }

        .fwzx .fwzx-content ul.fwzx_list {
            display: flex;
            width: 50%;
            height: 500px;
            margin-left: 100px;
            margin-top: 30px;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: center;
            align-items: center;
            margin-left: auto;
            float:right;
        }

            .fwzx .fwzx-content ul.fwzx_list li {
                width: 30%;
                text-align: center;
            }

            .fwzx .fwzx-content ul.fwzx_list > li > a {
                display: flex;
                height: 170px;
                flex-direction: column;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: flex-end;
                align-content: center;
                width: 50%;
                text-decoration: none;
            }
            .fwzx .fwzx-content ul.fwzx_list > li > a:hover{
                text-decoration:none;
            }
                .fwzx .fwzx-content ul.fwzx_list > li > a:hover img {
                    width: 80px;
                    transition: all 0.5s  ease;
                }

            .fwzx .fwzx-content ul.fwzx_list li .fw-item-text {
                font-size: 16px;
                letter-spacing: 5px;
                line-height: 28px;
                color: #333333;
                text-align: center;
                margin-top: 15px;
            }

            .fwzx .fwzx-content ul.fwzx_list li .fw-item-tb {
                width: 60px;
                height: auto;
            }

#full-screen-slider {
    margin-top: 98px;
    height: auto;
    max-height:600px;
}

#slides {
    height: 600px;
}

    


#m1 a:hover {
    text-decoration:none;
}
    #m1 a:hover .n_title {
        color: #416aab;
    }

#m1 a .s_time {
    color: #0a4ea0;
    font-size: 16px;
}

.main_news ul li a .n_title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container {
    width: 100%;
}

    .swiper-container img {
        width: 100%;
        height: auto;
        max-height: 600px;
    }



.yjlist > ul {
    width: 100% !important;
}

    .yjlist > ul > li {
        width: 15% !important;
    }

.yjzs .img-index .yjlist ul li {
    margin: 1%;
    height: 90%;
    background-size: cover;
}

    .yjzs .img-index .yjlist ul li a {
        text-decoration: none;
    }

.yjlist > ul li:hover a::after {
    background-color: rgb(10,78,160,0.74) !important;
}

.yjlist > ul li:hover a p.ckxq {
    display: block !important;
}

.yjzs .img-index .yjlist ul li > a > img {
    width: 35%;
    height: auto;
}

.yjzs .img-index .yjlist ul li:hover > a > img {
    width: 45%;
}

.yjzs .img-index .yjlist ul li:hover {
    background-size: 120% 120%;
}
.full-screen-slider {
    width: 100% !important;
}
.swiper-slide {
    width: 100% !important;
}
.swiper-wrapper {
    width: 100% !important;
}
.wrapper {
    width: 100% !important;
}
.swiper-slide a {
    width: 100% !important;
}


.swiper-slide a  img{
    width: 100% !important;
}
.phone-swiper-container {
    display: none;
}
.ywly img.ywly_jt {
    display:none;
}
.qzyhd {
    display:none;
}
.index-video {
   
    width: 45%;
    float: left;
    margin-top: 70px;
    
    overflow: hidden;
}

    .index-video > video {
        display: inline-block !important;
        max-width: 90%;
        max-height: 350px;
        box-shadow: 0px 0px 5px 1px #EAECEF;
        border-radius: 15px;
    }
    .index-video > video::-webkit-media-controls-enclosure {
        overflow:hidden;
        border-radius: 10px !important;
        
    }
    .index-video > video::-webkit-media-controls-play-button {

    }


        @media screen and (max-width:1550px) {
            .product-number-info .product-number-inner {
        width: 95%;
        margin: 0 auto;
    }
    .product-number-info ul {
        padding: 10px 0 10px 0px;
    }
}
@media screen and (max-width:1400px) {
    .index_news {
        width: 100%;
        margin: auto;
    }
    .container {
        width: 90%;
        margin-top: 50px;
    }
    .yjzs .img-index .yjlist {
        width: 100%;
    }
    .yjlist > ul {
        width:100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
        .yjlist > ul > li {
            width: 15% !important;
            height: auto;
        }
}
@media screen and (max-width:1300px) {
    .yjlist > ul > li {
        width: 300px !important;
        height: 360px !important;
    }
    .ywly {
        height: auto !important;
    }
    .img-index, .yjzs {
        height: auto;
    }
    
}
@media screen and (max-width:1100px) {
    .index_news .n-7 .main1_2 {
        
        width: 40%;
    }
}
    @media screen and (max-width:768px) {
        .phone-swiper-container {
            display: block;
        }

        .fwzx .fwzx-content ul.fwzx_list > li > a {
            height: 140px;
            width: 100%;
        }

        .fwzx .fwzx-content ul.fwzx_list {
            height: 340px;
            justify-content: space-around;
            margin-left: 0px;
        }

        .fwzx {
            height: 650px;
        }

        /* 20220922*/

        .yjlist > ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .yjlist > ul > li {
                width: 200px !important;
                height: 250px !important;
            }

        .ywly {
            height: auto !important;
        }

            .ywly .yjzs {
                height: auto;
            }

        .yjzs .img-index {
            margin-top: 0px;
            height: auto;
        }

            .yjzs .img-index .yjlist ul li > a > p {
                margin-top: 20px;
            }
        /* 20220922*/
        .index_news .n-7 .main1_2 {
            width: 100%;
        }
        .qzyhd {
            display: block;
        }
        .index-video {
            width:90%;
            float:none;
            margin:0 auto;
            margin-top:20px
        }
            .index-video > video {
                max-width: 100%;
            }
       
    }

    @media screen and (max-width:540px) {
        .yjlist > ul > li {
            width: 180px !important;
            height: 230px !important;
        }
        .ywly img.ywly_jt {
            display: block;
            position:absolute;
            top:50%;
        }
        .ywly img.ywly_jt.zuo {
            left:20px;
        }
            .ywly img.ywly_jt.you {
                right: 20px;
            }
    }

