@charset "utf-8";
@media (max-width: 767px){
    body{
        font-size: 14px !important;
    }
}

.big-img img{
    width:100%;
}
.main-container{
    background:#fff;
    position: relative;
    top:-70px;
    box-shadow:0 0 12px #ddd;
}
.about-main{
    width:90%;
    margin:0 auto;
    padding:20px 0;
}
.about-main .row_wrap{
    margin-bottom:20px;
}
.about-main h1{
    text-align: center;
    color:#1b2e83;
    font-size: 36px;
    font-weight: bold;
    padding:10px 0;
}
.about-main>p{
    font-size: 16px;
    line-height:30px;
}
.about-main .p0{
    color:#e42424;
    font-weight: bold;
    text-align: center;
}
.about-img .img-box{
    width:100%;
    text-align: center;
    padding:8px;
}
.about-img .img-box img{
    width:100%;
}

.about-main .text{
    padding-top:60px;
    text-align: center;
}
/* 产品页 */
.pro1-con{
    margin-bottom:40px;
}
.pro1-con p{
    text-align: center;
    width:70%;
    height:35px;
    line-height: 35px;
    margin:10px auto;
    border-radius: 20px;
    background: #fafafa;
}
.pro1-con .pro1-img{
    width:90%;
    margin:0 auto;
    border:1px solid #ddd;
}
.pro1-con .pro1-img img{
    width:100%;
    padding:20px;
}
@media (min-width: 1200px){
    .pro1-con .pro1-img{
        height:307px;
    }
}
@media (min-width: 993px) and (max-width: 1199px){
    .pro1-con .pro1-img{
        height:251px;
    }
}
.pro{
    display: flex;
    flex-wrap: wrap;
    padding-top:20px;
}
.pro .pro-box{
    width:185px;
    margin:10px;

}
.pro .pro-box .pro-img{
    width:100%;
    border:1px solid #ddd;
}
.pro .pro-box .pro-img img{
    width:100%;
}

.pro .pro-title{
    width:100%;
    margin:20px auto;
    text-align: center;
}
.pro .pro-title a{
    display:inline-block;
    width:80%;
    padding:8px 0;
    background:#1b2e83;
    border-radius: 20px;
    color:#fff;
    font-size: 14px;
}

@media (max-width: 767px){
    .main-container{
        top:-20px;
    }
    .about-main h1{
        font-size: 25px;
    }
    .pro .pro-box{
        width:43%;
    }
}


.about-main>ul{
    margin:0 auto;
    display: flex;
    justify-content: center; /* 水平居中 */
    flex-wrap: wrap;
    margin-bottom:20px;
}

.about-mai>ul li{
    margin:10px 9px 0;
}
.about-main>ul li a{
    width:210px;
    height:40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background:#dfdfdf;
    border-radius: 20px;
    color:#2b2b2b;
    margin:10px;
}
.about-main>ul li.act a{
    background: #e42424;
    color:#fff;
    font-weight: bold;
}
.about-main>ul li a:hover{
    background:#e42424;
    color:#fff;
    font-weight: bold;
}

.about-main .p2{
    color:#e42424;
    font-weight: bold;
}

@media (max-width: 767px){
    .about-main>ul{
        justify-content: left; /* 水平居中 */
    }
    .about-main ul li a{
        width:125px;
        height:30px;
        line-height:30px;
    }
    .about-main>p{
        font-size: 14px;
    }
}


.product-content .con-box{
    margin-top:50px;
}
.product-content .con0{
    background:#1b2e83;
    width:100%;
}
.product-content .con{
    width:85%;
    margin:0 auto;
    padding:55px 0;
    color:#fff;
}

.product-content .con .pro-left img{
    width:100%;
}
.product-content .con .pro1{
    background:#fafafa;
}
.product-content .con .pro1 .pro-right{
    width:80%;
    margin:0 auto;
    text-align: center;
    padding:40px 0;
}
.product-content .con .pro1 .pro-right h2{
    margin:0;
    color:#1b2e83;
    font-size: 25px;
    font-weight: bold;
    padding:20px 0;
}
.product-content .con .pro1 a{
    display:block;
    padding:10px 0;
    width:72%;
    margin:0 auto;
    color:#fff;
    border-radius: 20px;
    font-size: 14px;
    margin-top:10px;
}
.product-content .con .pro1 a.button1{
    background:#1b2e83;
}
.product-content .con .pro1 a.button2{
    background:#e42424;
}
.product-content .con .vx{
    width:50%;
    font-size: 12px;
    margin-top:50px;
    padding:10px;
    background:#fff;
    margin:0 auto;
    margin-top:66px;
    margin-bottom:20px;
}
.product-content .con .vx img{
    width:100%;
}
.product-content .con .vx p{
    margin:0;
    color:#2b2b2b;
}

.product-content .con>h2{
    font-size: 24px;
    font-weight: bold;
    margin:30px 0 0 0;
}

.product-content .con>p{
    line-height:25px;
}

@media (max-width: 767px){
    .product-content .con .pro1 .pro-right{
        padding:0;
    }
    .product-content .con .pro1 .pro-right h2{
        font-size: 20px;
    }
    .product-content .con>h2{
        font-size: 20px;
    }
    .product-content .con>p{
        font-size: 14px;
    }
}



.pro-con{
    text-align: center;
}
.pro-con .con-img{
    width:70%;
    border:1px solid #ddd;
    margin:20px auto;
}
.pro-con .con-img img{
    width:100%;
    padding:50px;
}


@media (max-width: 767px){
    .pro-con .con-img{
        width:80%;
    }
    .pro-con .con-img img{
        padding:20px;
    }
}


.pro-btn{
    text-align: center;
}
.pro-btn a{
    display: inline-block;
    width:260px;
    height:30px;
    line-height: 30px;
    text-align: left;
    color:#2b2b2b;
    border-radius: 20px;
    font-size: 14px;
    margin:5px;
}

.lesspro{
    margin-top:30px;
}
.lesspro h3{
    font-size: 24px;
    font-weight: bold;
    color:#1b2e83;
}
.lesspro .xg{
    width:95%;
    text-align: center;
    margin:0 auto;
}
.lesspro .xg .xg-img{
    border:1px solid #ddd;
}
.lesspro .xg img{
    width:100%;
}
.lesspro .xg p{
    padding:10px 0;
}


/* 新闻内页 */
.news-main{
    width:90%;
    margin:0 auto;
    padding-bottom: 40px;
}
.news-main .news-div{
    padding:20px 10px;
    transition: all 0.5s;
    border-bottom:1px dotted #ddd;
}
.news-main .news-div .pull-left p{
    padding:0 10px;
    margin:0;
}
.news-main .news-div .pull-left p::before{
    content:'';
    display: inline-block;
    border-left:5px solid #666;
    border-right:5px solid transparent;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    padding:0 5px;
}
.news-main .news-div:hover{
    box-shadow: 0 0 12px #004a9b;
}
.news-main .n1{
    border-bottom: 1px solid #cecaca;
    text-align: center;
    color: #999;
    font-size: 16px;
    padding-bottom: 10px;
    width: 50%;
    margin: auto;
}
.news-main .n2{
    text-align: center;
    padding-top: 10px;
    color: #333;
}
.news-main .n-text{
    padding:20px;
}
.news-main .n-text p{
    font-weight: bold;
}
.news-main .n-text div{
    font-size: 14px;
}

/* 新闻详情页 */
.news-info-main  h1{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.news-info-main>p{
    color:#888;
    text-align: center;
    font-size: 13px;
    padding:10px 0;
}
.news-info-main .entry-content{
    padding:10px 40px;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
}
.news-info-main .entry-content p{
    text-align: left;
    text-indent: 2em;
    line-height: 30px;
}


/* 布样 */

.buyang-img{
    width:95%;
    margin: 10px 0;
}
.buyang-img1{
    max-height:162px;
}
.buyang-img img{
    width:100%;
    transition: all 0.5s;
}
.buyang-img img:hover{
    box-shadow: 0 0 12px #004a9b;
    border-radius: 10px;
}

@media (max-width: 767px){
    .buyang-img1{
        max-height:100px;
    }
}

/* 在线留言 */
.message-main {
    padding:20px;
}
.message-main .gbook-box{
    width:100%;
}
.message-main .info-box form>div{
    margin:10px 0;
    padding:0 10px;
}
.gbook-box .form-control {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    background: #EFEFEF;
    outline: none;
    outline-color: none;
}
.gbook-box .form-control1 {
    height: 200px;
}
.gbook-box .btn-primary {
    width: 100%;
    height: 50px;
    font-size: 20px;
    background: #1b2e83;
    border: none;
}

/* 视频展示 */

.videoli.active a{
    background:#e42424;
    color:#fff;
}
.videolist {
     position:relative;
     float:left;
     width:100%;
     margin-bottom:15px;
}
.videolist:hover{
    box-shadow: 0 0 12px #004a9b;
    border-radius: 10px;
}
.videolist .video-img{
    width:256px;
    height:196px;
    padding:10px;
}
.videolist:hover{
    cursor: pointer;
}
.videoed {
    display:none;
    width:40px;
    height:40px;
    position: absolute;
    left:42%;
    top:40%;
    z-index:99;
}
.videos{
    display:none;
    position:fixed;
    left:0;
    top:0;
    z-index:100;
    width:100%;
    height:100%;
    background-color:rgba(44,44,44,0.1);
}
.vtit{
    text-align: center;
}
.vclose {
    position:absolute;
    right:1%;
    top:1%;
    border-radius:100%;
    cursor: pointer;
}
#video{
    width:100%;
    height:100%;
}
.videos-mask{
    width:100%;
    height:100%;
    background:#000;
}

@media (max-width: 767px){
    .videolist .video-img{
        width:150px;
        height:125px;
    }

}

/* 联系我们 */
.contact-right li{
    padding:5px 0;
}
@media (max-width: 767px){
    .info-content iframe {
        height: 300px;
    }
}
