﻿

/*全局设置*/
body {
    padding: 0;
    margin: 0 auto;
    font-family:'Microsoft YaHei'
}

.container {
    margin: 0;
    padding: 0;
}

.row {
    margin: 0;
    padding: 0;
}

.menuactive {
    background-color: #00589F;
    border: 1px solid #00589F;
    border-radius: 3px;
    color: #fff !important;
}

/*menu*/
#gnav nav > ul > li .megaDrop .inner .businessDetail {
    width:100%;
    padding: 35px 0 0 50px;
    background-color: rgba(209,209,209,0.9)
}

    #gnav nav > ul > li .megaDrop .inner .businessDetail > ul > li {
        padding: 7px 0;
    }

    #gnav nav > ul > li .megaDrop .inner .businessDetail .submenu a {
        padding: 7px;
    }

    #gnav nav > ul > li .megaDrop .inner .businessDetail .submenu > p > a {
        color: #00529b;
    }



    #gnav nav > ul > li .megaDrop .inner .businessDetail > ul > li.active > p a,
    #gnav nav > ul > li .megaDrop .inner .businessDetail > ul > li.selected > p a,
    #gnav nav > ul > li .megaDrop .inner .businessDetail > ul > li.selected > a,
    #gnav nav > ul > li .megaDrop .inner .businessDetail > ul > li.selected > a:hover {
        color: #fff;
    }

    #gnav nav > ul > li .megaDrop .inner .businessDetail > ul {
        width:840px;
        list-style: none;
        padding: 0;
        border-bottom: 2px solid #00589F;
    }


        #gnav nav > ul > li .megaDrop .inner .businessDetail > ul li {
            display: inline-block;
            list-style: none;
          
        }


.detail ul li a {
    font-weight: normal;
}

#gnav nav > ul > li .megaDrop .inner .businessDetail > ul li .subdetail {
    position: absolute;
    padding-top: 15px;
    width:822px;
}

    #gnav nav > ul > li .megaDrop .inner .businessDetail > ul li .subdetail ul {
        padding: 0;
    }

        #gnav nav > ul > li .megaDrop .inner .businessDetail > ul li .subdetail ul > li {
            display: inline-block;
            padding: 15px 0;
            font-weight: normal;
        }


/*menu 结束*/

/*banner*/
.camera_news {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #0c497a;
    background-color: rgba(0,0,0,0.5);
}

    .camera_news .camera_news_content {
        width: 1153px;
        height: 150px;
        margin: 0 auto;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 60px
    }

        .camera_news .camera_news_content .camera_news_content_text {
            padding-left: 50px;
            padding-top:20px;
            text-align: left;
        }





            .camera_news .camera_news_content .camera_news_content_text a {
                display: block;
                height: 30px;
                line-height: 30px;
                font-size: 18px;
                color: #bcf0ff;
            }

                .camera_news .camera_news_content .camera_news_content_text a:hover {
                    text-decoration: none;
                    font-weight: bold;
                }

                .camera_news .camera_news_content .camera_news_content_text a:before {
                    content: url("../Images/news_small.png");
                    margin-right: 15px;
                }

/*footer*/
.myfooter {
    width: 100%;
    height: 238px;
    margin: 82px auto 0 auto;
    background: #00529b;
}

.myfooter-top {
    width: 1153px;
    height: 237px;
    color: #fff;
    display: flex;
    margin: 0 auto;
}

    .myfooter-top .myfooter-left {
        width: 780px;
        display: flex;
        padding-top: 40px;
        padding-right:280px;
    }

    .myfooter-top ul {
        list-style: none;
        padding: 0;
    }

        .myfooter-top ul li {
        }

            .myfooter-top ul li a {
                font-size: 1.6rem;
                line-height: 2rem;
                text-decoration: none;
                color: #fff;
            }

.content {
    height: 100%;
    width: 260px;
    text-align: left;
}

.sharecontent {
    width: 553px;
    padding: 90px 40px;
}

    .sharecontent .input-group-addon {
        background-color: transparent;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .sharecontent .glyphicon {
        background: url("../Images/search_s.png"),no-repeat;
    }

    .sharecontent .fllow {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        text-align: left;
    }


        .sharecontent .fllow h4 {
            font-size: 20px;
            width: 130px;
            height: 22px;
        }

        .sharecontent .fllow .shareimg {
            flex: 1;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }




.myfooter-bottom {
    background-color: #B4DAFF;
}

    .myfooter-bottom > p {
        height: 4.5rem;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 1.6rem;
        width: 1%;
    }

.myfooter .Contactus {
    width:100%;
    padding-top: 100px;
    padding-left: 130px;
}

    .myfooter .Contactus h4 {
     width:160px;
     font-size:22px;
     font-weight:bold;
     text-align:justify;
     text-align-last:justify;
    }
    
    
    
    .myfooter .Contactus .shareimg {
        width: 160px;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


/*footer结束  */
.search {
    background: #024387;
    text-align: right;
}


    .search a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
        height: 33px;
        margin-right: 10px;
    }

        .search a:last-child {
            margin: 0;
        }

        .search a span {
            margin-left: 6px;
        }

      

    .search ul {
        width: 1600px;
    }


        .search ul > li {
            float: right;
            list-style: none;
        }

            .search ul > li > a {
                display: block;
                width: 60px;
                height: 27px;
                line-height: 27px;
                padding: 0 10px;
            }



/*第一部分*/
.section1 {
    width: 1153px;
    text-align: center;
    margin: 0 auto;
}

.sec1_main {
    text-align: center;
}

.card-thumb {
    will-change: transform;
    transition: transform ease-in-out .5s;
}

    .card-thumb:hover {
        transform: scale(1.07);
    }

.sec1_top {
    padding: 62px 0;
    padding-top: 715px;
}

    .sec1_top p {
        padding: 15px 0;
        margin-bottom: 0;
    }

.sec1_main {
    display: flex;
    align-content: center;
    justify-content: space-around;
}

    .sec1_main .pictext {
        background: #eee;
        width: 274px;
        height: 349px;
    }

        .sec1_main .pictext .pic {
            overflow: hidden;
            width: 274px;
            height: 274px;
        }

        .sec1_main .pictext img {
            width: 100%;
            height: 100%;
        }


        .sec1_main .pictext p {
            display: flex;
            font-size: 1.8rem;
            justify-content: center;
            align-items: center;
            padding: 0 5px;
            width: 100%;
            height: 75px;
        }


/*第二部分*/
.section2 {
    background: url("../Images/bg2.jpg") no-repeat #999;
    height: 653px;
    margin-top: 67px;
    margin-bottom: 40px;
}

    .section2 .sec2_top {
        width: 1153px;
        padding: 57px 0 54px 0;
        margin: 0 auto;
    }

        .section2 .sec2_top p {
            padding: 15px 0;
            margin-bottom: 0;
            color: #FFF;
        }

    .section2 .sec2_main {
        display: flex;
        width: 1153px;
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto;
    }

        .section2 .sec2_main .sec2_main_part {
            width: 570px;
            height: 182px;
            display: flex;
        }

    .section2 img {
        margin: 0;
    }



    .section2 .sec2_main .text {
        background: #fff;
        height: 182px;
        width: 285px;
    }

        .section2 .sec2_main .text h4 {
            margin-top: 35px;
            margin-bottom: 18px;
        }

        .section2 .sec2_main .text img {
            display: block;
            margin: 0 auto;
        }

        .section2 .sec2_main .text p {
            display: block;
            margin: 0 auto;
            margin-top: 20px;
            padding: 0 35px;
        }

.sec2_main_part > img {
    flex: 1;
    width: 285px;
    max-width: 285px;
    height: 100%;
}

.sec2_main_part .text {
    flex: 1;
}


/*第三部分*/
.section3 {
    width: 1153px;
    margin: 0 auto;
    text-align: center;
}

.sec3_top {
    margin: 56px 0 46px;
}

    .sec3_top p {
        padding: 15px 0;
        margin-bottom: 0;
    }

.sec3_main {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .sec3_main .sec3_thumbs {
        position: relative;
        width: 360px;
        height: 405px;
        background-color: #f6f6f6;
    }

        .sec3_main .sec3_thumbs .thumbs_pic img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .sec3_main .sec3_thumbs .thumbs_content {
            width: 100%;
            text-align: left;
            padding: 10px 22px 0 22px;
            margin-top: -22px;
        }



            .sec3_main .sec3_thumbs .thumbs_content p:nth-child(1) {
                font-size: 18px;
            }

            .sec3_main .sec3_thumbs .thumbs_content p:nth-child(2) {
                font-size: 14px;
                color: #999;
            }


        .sec3_main .sec3_thumbs .thumbs_footer {
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
        }

            .sec3_main .sec3_thumbs .thumbs_footer img {
                margin: 0 6px;
            }

.jiaobiao {
    position: relative;
}

    .jiaobiao img {
        position: relative;
        display: inline-block;
        right: -185px;
        bottom: 80px;
    }

    .jiaobiao p {
        position: relative;
        right: -142px;
        bottom: 78px;
        color: #fff;
        font-size: 12pt;
        width: 48px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        margin-bottom: 0;
    }

    .jiaobiao .text {
        position: relative;
        display: inline-block;
        right: -85px;
        bottom: 50px;
        width: 48px;
        height: 30px;
        line-height: 30px;
        background-color: #eee;
    }


/*媒体查询*/

