/*
 *@Author: nonoma
 *@Date: 2022-05-07 09:52:16
 *@Description: 厦门海关展厅预约
*/
/* 样式重置 */
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

body,
html {
    font-family: "Microsoft Yahei";
    color: #333;
width: 100%;
position: relative;
}

a {
    color: #333;
}

a,
a:hover,
a:link,
a:active {
    text-decoration: none;
}

a:hover {
    color: #235394;
}

em {
    font-style: normal;
}

strong {
    font-weight: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

/* 工具样式 */
.f-cf:after {
    content: "";
    display: table;
    clear: both;
}

.f-cf {
    zoom: 1;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

/* 版心 */
.wrap {
    width: 1200px;
    margin: 0 auto;
}

/* 文章列表 */
.art_list_hdr {
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    height: 72px;
    line-height: 72px;
    background-color: #f8f8f8;
}
.art_list_hdr span {
    display: block;
    height: 72px;
    width: 288px;
    background: linear-gradient(to bottom, #0f3a7f, #2874cc);
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.art_list_hdr a {
    padding-right: 20px;
    color: #545454;
}
.art_list_con li {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 24px;
    background: url(./dot.gif) no-repeat 10px center;
    height: 40px;
    line-height: 40px;
}
.art_list_con li:hover {
    color: #235394;
}
.art_list_con a {
    display: inline-block;
    max-width: 950px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;    
}
.art_list_con span {
    font-size: 16px;
}

/* 头部 */
.hdr {
    height: 498px;
    background: url(./banner.jpg) no-repeat center center;
    margin-bottom: 38px;
}

/* 场馆介绍 */
.indroduction_tit {
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: url(./tit_bg.jpg) no-repeat center center;
}
.indroduction_con p {
    padding: 12px;
    line-height: 28px;
}
.indroduction_con p:nth-child(even) {
    background-color: #f8f8f8;
}

/* 子场馆 */
.venues {
    margin: 20px auto;
}
.venues_hdr {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.venues_hdr span {
    display: block;
    height: 76px;
    line-height: 76px;
    width: 198px;
    text-align: center;
    color: #235394;
    font-size: 24px;
    background: #f8f8f8;
    box-shadow: inset 0 0 8px 8px #dadada;
    border-radius: 5px;
    cursor: pointer;
    width: 390px;
}
.venues_hdr span:hover,
.venues_hdr span.on {
    background-color: #235394;
    color: #fff;
    box-shadow: none;
}
.venues_con {
    margin-top: 30px;
}
.venues_con_item {
    display: none;
}
.venues_con_item.on {
    display: block;
}

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

/* 科普资源&网上展馆 */
.rq_row {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

/* 科普资源 */
.resource {
    width: 875px;
}
.resource .art_list_con a {
    max-width: 630px;
}

/* 网上展馆 */
.qrcode {
    width: 288px;
}
.qrcode_hdr span {
    display: block;
    height: 72px;
    line-height: 72px;
    width: 288px;
    background: linear-gradient(to bottom, #0f3a7f, #2874cc);
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.picScroll-left {
    width: 1178px;
    height: 230px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.picScroll-left .hd {
    position: absolute;
    width: 100%;
    height: 100%;
}

.picScroll-left .hd a {
    position: absolute;
    width: 25px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
    background: orangered;
}

.picScroll-left .hd a.prev {
    background: url(ztjdl.png) no-repeat center;
    left: 0;
}

.picScroll-left .hd a.next {
    background: url(ztjdr.png) no-repeat center;
    right: 0;
}

.picScroll-left:hover .hd a.prev {
    background: url(ztjdl1.png) no-repeat center;
}

.picScroll-left:hover .hd a.next {
    background: url(ztjdr1.png) no-repeat center;
}

.picScroll-left .bd .ul {
    zoom: 1;
}

.picScroll-left .bd .ul li {
    margin-right: 30px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd .ul li img {
    width: 272px;
    height: 230px;
    display: block;
    transition: all 0.3s;
}

.picscroll-left.bd.ul li:hover img {
    transform: scale(1.03);
}

/* 1024~1199px以上 */
@media screen and (max-width:1199px) {
    * {
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
    }
	.hdr {
        background-size: cover;
        height: 0;
        padding-bottom: 40%;
    }
    .bd{
        width: 100%;
    }
    .resource {
        width: 70%;
    }
    .qrcode {
        width: 30%;
    }
    .venues_hdr span {
        width: 16.5%;
    }
    .venues_con_item img {
        max-width: 98%;
    }
    .art_list_con a {
        max-width: calc(100% - 100px);
    }
    .resource .art_list_con a {
        max-width: calc(100% - 100px);
    }
    .picScroll-left {width: auto;height: auto;}

    .picScroll-left .bd .ul li a{
        position:relative;
        height: 0;
        padding-bottom: 75%;
        display: block;
    }
.picScroll-left .bd .ul li img {width: 100%;height: 100%;position:absolute;display: block;}

    
}

.book {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    transition: all .3s;
}
.book a {
    display: block;
    height: 52px;
    line-height: 52px;
    width: 198px;
    text-align: center;
    color: #235394;
    font-size: 18px;
    background: #ffffff;
    /*box-shadow: inset 0 0 8px 8px #dadada; */
    border: 1px solid #235394;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 20px;

}

.book a:hover {
     background: #235394;
     color: #fff;
}

/* 721~1024px */
@media screen and (max-width:1024px) {
    .hdr {
        margin-bottom: 28px;
    }
	.indroduction_tit {
        height: 64px;
        line-height: 64px;
        font-size: 28px;
     }
    .venues_hdr span {
        height: 64px;
        line-height: 64px;
        font-size: 18px;
    }
    .venues_con {
        margin-top: 20px;
    }
    .art_list_hdr {
        height: 64px;
        line-height: 64px;
    }
    .art_list_hdr span {
        height: 64px;
        font-size: 28px;
        width: 210px;
    }
}

/* 461~720px */
@media screen and (max-width:720px) {
.hdr {
    margin-bottom: 18px;
}
	.indroduction_tit {
        height: 54px;
        line-height: 54px;
        font-size: 24px;
    }
    .rq_row {
        flex-wrap: wrap;
    }
    .resource {
        width: 100%;
    }
    .qrcode {
        text-align: center;
        width: 100%;
    }
    .venues_hdr {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .venues_hdr span {
        width: 48%;
        height: 46px;
        line-height: 46px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .venues_con {
        margin-top: 10px;
    }
    .art_list_hdr {
        height: 54px;
        line-height: 54px;
    }
    .art_list_hdr span {
        height: 54px;
        font-size: 24px;
        width: 210px;
    }
}

/* 460px以下*/
@media screen and (max-width:460px) {
	.hdr {
     margin-bottom: 10px;
 }
}