@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height: 1.5;
    color: #444;
    height: 100%;
    background: #fff;
}

/*字体*/

@font-face {
    font-family: 'regular';
    src: url('../font/regular.otf');
}



ol, ul {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

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

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

input {
    border: none;
    font-family: "Microsoft Yahei";
    outline: none;
}

input[type="button"] {
    cursor: pointer;
}

.red {
    color: #96000c;
}

.mid {
    width: 1000px;
    margin: 0 auto;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
h3 {
    font-size: 18px;
    color: #523f38;
    font-weight: bolder;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: none;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 4px;
    background-color: unset;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    background-color: #cdc4c1;
}

@-webkit-keyframes rotate1 {
    0% {transform: rotateY(0deg); }
    100% {transform: rotateY(360deg);}
}

a:hover{
    color: #00859b;
}

.imgcover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexheader{
    background: url(../images/bg1.jpg) no-repeat center top;
    position: relative;
    z-index:999;
}
.container {
    width: 1400px;
    margin: 0 auto;
}
.indexheader .navlogo{
    position: absolute;
    left: 50%;
    margin-left: -71px;
    top: 0;

}
.indexsearchbox{
    width: 300px;
    height: 50px;
    background: #fff;
    border: solid 1px #243648;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    margin-top: 55px;
    overflow: hidden;
}

/*Ã¤Â¸â€¹Ã¦â€¹â€°Ã¦Â¡â€  */
.choose {
    *display: inline;
    position: absolute;
    float: left;
    text-align: left;
    top: 1;
    left: 1px;
    width: 66px;
    height: 38px;
    color: #746e64;
    font-size: 12px;
    cursor: pointer;
}

.sslct {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    position: relative;
    cursor: pointer;
    z-index: 9;
}

.sslct .butten {
    height: 38px;
    display: inline-block;
    vertical-align: top;
}

.sslct .butten_r {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    width: 66px;
    background: url(../images/select.png) no-repeat 85% center;
    font-size: 14px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    color: #333;
    border-right: 1px solid #ddd;
}

.sslct .butten_r:after {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 17px;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #333;
}

.list_sslct {
    width: 66px;
    height: 0;
    line-height: 30px;
    position: absolute;
    left: 0px;
    top: 38px;
    overflow: hidden;
    text-align: center;
    border: 0;
    border-top: none;
    background: #5283d2;
}

.list_sslct li {
    font-size: 12px;
    border-top: 1px solid #4a77be;
}

.list_sslct li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.list_sslct li a:hover {
    background: #4a77be;
    color: #fff;
}

#searchInput {
    padding: 0 68px 0 20px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #999999;
}

.searbut {
    width: 60px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    padding: 12px 0 0;
}

.searbut i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icon-search.png) no-repeat;
    background-size: 100% 100%;
}

.login{
    background: url(../images/loginbg.png) no-repeat;
    background-size: 100% 100%;
    height: 50px;
    margin: 55px 20px 0;
    padding: 0 10px;
}

.login a{
    padding: 0 10px;
    line-height: 16px;
    display: inline-block;
    color: #233648;
    font-size: 16px;
    line-height: 48px;
}
.login a.a2{
}
#login_go1{
    margin: 55px 0 0 20px;
}
#login_go1 li h3,
#login_go1 li ul,
#login_go1 li ul li{
    float: left;
    font-size: 16px;
    margin-left: 5px;
    color: #fff;
    line-height: 50px;
}
#login_go1 li h3 img{
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
    position: relative;
    vertical-align: middle;
    top: -1px;
}

.nav{
    margin: 0 50px 0 0px;
}
.nav ul{
    height: 160px;
    display: table;
}
.nav ul li{
    width: 64px;
    padding: 0 15px;
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.nav ul li a{
    display: table-cell;
    color: #ebd9a7;
    line-height: 21px;
    font-size: 20px;
    padding: 4px 0;
    min-height: 100px;
    background: linear-gradient(to bottom, #ebd9a7, #d2af5e);
    -webkit-background-clip: text;
    color: transparent;
}
.nav ul li a span{
    font-size: 20px;
}
.nav ul li.li1 a{
    line-height: 30px;
}
.nav ul li.active a,
.nav ul li:hover a{
    padding: 8px 0;

    background: -webkit-linear-gradient(top,#ebd9a7,#d2af5e);
    background: -moz-linear-gradient(top,#ebd9a7,#d2af5e);
    background: linear-gradient(top,#ebd9a7,#d2af5e);
    background: -ms-linear-gradient(top,#ebd9a7,#d2af5e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ebd9a7, endColorstr=#d2af5e);

    -webkit-background-clip: border-box;
    color: #283d52;
    position: relative;
}
.nav ul li.active a:after,
.nav ul li:hover a:after{
    display: block;
    content: '';
    border: solid 2px #283d52;
    z-index: 2;
    position: absolute;
    width: 81%;
    height: 94%;
    top: 1%;
    left: 5%;
}
.nav ul li.li1.active a:after,
.nav ul li.li1:hover a:after{
    height: 92%;
}
.nav ul li.li2.active a:after,
.nav ul li.li2:hover a:after{
    height: 95.4%;
}




/*各栏目导航*/
.slideGroup {
    text-align: left;
    position: relative;
}

.slideGroup .parHd {
    position: absolute;
    right: 114px;
    top: -102px;
}

.slideGroup .parHd ul li {
    float: left;
    cursor: pointer;
    width: 120px;
    text-align: center;
    display: block;
    height: 38px;
    line-height: 38px;
    margin-left: 20px;
}

.slideGroup .parHd ul li a {
    color: #00859b;
    display: block;
    font-size: 18px;
    border-radius: 19px;
}

.slideGroup .parHd ul li.on a,
.slideGroup .parHd ul li a:hover {
    background: #00859b;
    color: #fff;
}


/*各栏目内容通用样式*/
.slideGroup .slideBox {
    zoom: 1;
    position: relative;
    min-height: 350px;
}


/*活动报名*/
.activeList li {
    float: left;
    width: 25%;
    height: 470px;
    background: url(../images/activebg_lx.png) no-repeat;
    /* margin-right: 50px;*/
    cursor: pointer;
    background-size: 100% 100%;
}
.activeList li a{
    display: block;
    height: 100%;
    width: 300px;
    margin: 0 auto;
    line-height: 24px;
}

.activeList li .imgbox {
    width: 260px;
    height: 170px;
    /* border-radius: 10px; */
    overflow: hidden;
    margin-left: 20px;
    margin-top: 50px;
}

.activeList li .nr {
    height: 160px;
    padding: 20px 22px 8px;
}

.activeList li .nr h3 {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.activeList li p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    /* padding: 3px 0; */
}

.activeList li .btn {
    background: url(../images/btnbg_lx.png) no-repeat;
    display: block;
    width: 148px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
    color: #666;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
}

.activeList li:hover .nr h3 {
    color: #ad2713;
}

.activeList li:hover .btn {
    color: #fff;
    background: url(../images/btnbg_lx2.png) no-repeat;
}



.activeList li:hover img {
    box-shadow: 0 0 8px #333;
}


.jn-graphic-style23 .graphic-container-left{
    width: 500px;
    float: left;
    padding: 4px;
}
.jn-graphic-style23 .graphic-container-left a{
    border: dashed 1px #3a99b1;
    padding: 15px 15px 25px;
    display: block;
}

.jn-graphic-style23 .graphic-container-left .graphic-imgbox{
    width: 100%;
    height: 260px;
    margin-bottom: 28px;
    overflow: hidden;
}
.jn-graphic-style23 .graphic-container-left .graphic-imgbox img{
    width: 100%;
    height: 100%;
}
.jn-graphic-style23 .graphic-container-left .graphic-infobox .date{
    width: 102px;
    height: 60px;
    position: relative;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #a70d0d;
}

.jn-graphic-style23 .graphic-container-left .graphic-infobox .date .md{
    /*日期*/
    font-size: 32px;
    opacity: 0.6;
    line-height: 36px;
}
.jn-graphic-style23 .graphic-container-left .graphic-infobox .date .y{
    /*日期*/
    font-size: 16px;
    opacity: 0.5;
    text-align: right;
    letter-spacing: 1.4px;
    padding-right: 15px;
}
.jn-graphic-style23 .graphic-container-left .graphic-infobox .title{
    box-sizing: border-box;
    line-height: 30px;
    color: inherit;
    width: calc(100% - 118px);
    margin-left: 16px;
    font-size: 18px;
    height: 60px;
    overflow: hidden;
}

.jn-graphic-style23 .graphic-container-left .graphic-infobox .graphic-infobox-desc{
    /*简介文字*/
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
    margin-top: 18px;
}

.jn-graphic-style23 .graphic-container-left,
.jn-graphic-style23 .graphic-container-right{
    background: #fff;
    height: 100%;
    border: solid 1px #2e90aa;
}
.jn-graphic-style23 .graphic-container-right{
    width: calc(100% - 520px);
    float: right;
    padding: 4px;
}
.jn-graphic-style23 .graphic-container-right ul {
    border: dashed 1px #3a99b1;
    padding: 15px 15px 21px;
}
.jn-graphic-style23 .graphic-container-right ul li{
    padding: 22px 20px;
    border-bottom: solid 1px #dcdcdc;
}
.jn-graphic-style23 .graphic-container-right ul li a{
    display: block;
}
.jn-graphic-style23 .graphic-container-right ul li:last-child{
    border-bottom: 0;
}
.jn-graphic-style23 .graphic-container-right .date{
    width: 94px;
    height: 90px;
    position: relative;
    padding: 10px 0 0;
}

.jn-graphic-style23 .graphic-container-right ul li .date .md{
    /*日期*/
    font-size: 32px;
    color: inherit;
    opacity: 0.6;
    color: #999999;
}
.jn-graphic-style23 .graphic-container-right ul li .date .y{
    /*日期*/
    font-size: 16px;
    opacity: 0.5;
    text-align: right;
    letter-spacing: 1.4px;
    padding-right: 11px;
    color: #aaa;
}

.jn-graphic-style23 .graphic-container-right .graphic-imgbox{
    width: 150px;
    height: 96px;
    margin-left: 10px;
    margin-right: 16px;
    overflow: hidden;
}
.jn-graphic-style23 .graphic-container-right .graphic-imgbox img{
    width: 100%;
    height: 100%;
}
.jn-graphic-style23 .graphic-container-right .graphic-infobox{
    width: calc(100% - 270px);
}

.jn-graphic-style23 .graphic-container-right .graphic-infobox .title{
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.jn-graphic-style23 .graphic-container-right .graphic-infobox .graphic-infobox-desc{
    /*简介文字*/
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
}

.custom-title-style1{
    position: relative;
    margin: 0 0 20px 0;
}

.custom-title-style1 .more{
    position: absolute;
    right: 0;
    height: 34px;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 17px;
    color: #00859b;
    border: solid 1px #00859b;
    top: 30px;
    font-size: 18px;
}

.calendarCon{
    width: 100%;
    border: none;
    margin: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
#demo{
    width: 100%;
    height: 85px;
    border-top: 85px solid #96000c;
}
.calendarRight {
    width: calc(100% - 618px);
}
.calendarRight_tit{
    height:85px;
}
#servicebanner{
    position: relative;
}
#servicebanner:after{
    display: block;
    content: '';
    width: 1520px;
    height: 124px;
    background: url(../images/bg6.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 0;
    bottom: -38px;
    left: 50%;
    margin-left: -760px;
}
#servicebanner .swiper-container{
    width: 1300px;
    padding: 30px 0;
}
#servicebanner .swiper-slide .imgbox{
    width: 180px;
    height: 425px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,60,0.1);
    margin: 0 auto;
}
#servicebanner .swiper-slide .imgbox:hover{
    cursor: pointer;
    position: relative;
    margin-top: -10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
#servicebanner .swiper-slide .imgbox img{
    width: 100%;
    height: 100%;
}

/*文化亮点 非遗 旅游品牌*/

.ul2 {
    margin: 0 -10px;
}

.ul2 li {
    width: 25%;
    box-sizing: border-box;
    height: 250px;
    float: left;
    padding: 0 10px 20px;
}

.ul2 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ul2 li a img,
.ul2 li a {
    width: 100%;
    height: 100%;
}

.ul2 li a p {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    left: 0;
    bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ul2 li a:hover img {
    transform: scale(1.1, 1.1);
}

.section {
    padding: 0 0 60px;
}


/*票务预定*/
.ticketbox{
    margin: 0 -10px;
}
.ticket {
    width: 20%;
    float: left;
    padding: 0 10px;
}
.ticket:hover{
    cursor: pointer;
}
.ticket .ticket-img {
    width: 100%;
    height: 362px;
    background: #00859b;
    position: relative;
}

.ticket .ticket-img .tips {
    position: absolute;
    top: 0;
    left: 76%;
    background: url("../images/tit.png");
    background-size: cover;
    height: 100px;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    width: 40px;
    padding: 13px;
}

.ticket-des {
    width: 100%;
    height: 120px;
    background: #f9f9f9;
    padding: 20px;
    position: relative;
}

.ticket-des .name {
    font-size: 18px;
    line-height: 36px;
    font-family: regular;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ticket-des .time, .ticket-des .address {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ticket-des .radius1, .ticket-des .radius2 {
    width: 38px;
    height: 20px;
    background-color: #fff;
    border-radius: 100px 100px 0 0;
    transform: rotate(90deg);
    position: absolute;
    top: -16px;
}

.ticket-des .radius1 {left: -10px}

.ticket-des .radius2 {
    transform: rotate(-90deg);
    right: -10px;
}

.custom-divbox{
    border: solid 1px #3a99b1;
    padding: 10px;
    background: #fff;
    position: relative;
}
.custom-divbox .imgbox{
    border: dashed 1px #3a99b1;
}
.custom-divbox .txtbox{
    position: absolute;
    top: 10px;
    right: 190px;
    width: 446px;
    z-index: 1;
    background: rgba(17, 155, 178, 0.4);
    bottom: 10px;
}
.custom-divbox .txtbox .desc{
    font-size: 18px;
    color: #fff;
    padding: 60px 90px 0;
    line-height: 40px;
    text-indent: 32px;
}
.custom-divbox .txtbox a{
    display: block;
    width:240px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #00859b;
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 30px auto;
}

#certify1 a{
    display: block;
    height: 100%;
}

#certify1 h2{
    padding: 0 26px;
    color:#fff;
    font-size: 20px;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 50px;
    padding-top: 5px;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢ */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr= rgba(0,0,0,0), endColorstr= rgba(0,0,0,0.6));
}
.section4 .custom-title-style1 .container{
    position: relative;
}
.section4 .slideGroup4 .parHd4{
    left: 50%;
    right: auto;
    margin-left: 21px;
}

#scenicspot .swiper-slide{
    width: 530px;
    height: 350px;
}

.spot {
    margin: 0 -10px;
}

.spot li {
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px 20px;
}

.spot li a {
    display: block;
    overflow: hidden;
}

.spot li a img,
.spot li a {
    width: 100%;
    height: 100%;
    display: block;
}

.spot li a .item-des {
    height: 50px;
    width: 100%;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    background: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.spot li a .item-des .name {
    font-family: regular;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    padding-top: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.spot li a .item-des .address {
    font-size: 14px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.spot li a:hover img {
    transform: scale(1.1, 1.1);
}

.spot li .img {width: 100%;height: 170px;overflow: hidden;background: url("/res/mobile/inside/images/default.png");background-size: 100% 100%}

.spot li .img img {
    display: block;
    width: 100%;
    height: auto;
}

.ul12{
}
.ul12 li{
    width: 370px;
    height: 220px;
    margin: 0 30px 30px 0;
    float: left;
    position: relative;
    border: solid 1px #3a99b1;
    padding: 4px;
}
.ul12 li a,
.ul12 li a .imgbox,
.ul12 li a .imgbox img{
    display: block;
    width: 100%;
    vertical-align: top;
    height: 100%;
}
.ul12 li a{
    background: #fff;
    overflow: hidden;
    border: dashed 1px #3a99b1;
    padding: 10px;
    position: relative;
}
.ul12 li a:after{
    display: none;
    width: 100px;
    height: 100px;
    background: url(../images/icon-vedio.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -50px;
    z-index: 11;
}
.ul12 li a .txtbox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #fff;
}
.ul12 li a .txtbox h2{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.ul12 li a .txtbox .txt{
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    display: none;
}
.ul12 li a .txtbox .txt p,
.ul12 li a .txtbox .txt span{
    line-height: 22px!important;
    font-size: 14px!important;
    text-indent: 0!important;
}
.ul12 li:nth-child(3),
.ul12 li:nth-child(5){
    margin-right: 0;
}
.ul12 li:nth-child(1){
    width: 600px;
    height: 470px;
    margin-right: 30px;
}

.ul12 li a .type{
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    position: absolute;
    z-index: 22;
    left: 26px;
    top: 26px;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(left, #71bbd4 , #138cb6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #71bbd4, #138cb6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #71bbd4, #138cb6); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #71bbd4 , #138cb6); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#71bbd4, endColorstr=#138cb6);
}
.ul12 li a:hover:after{
    display: block;
}
.bg1{
    background: url('../images/bg2.jpg') no-repeat;
    background-position: center top;
    padding-top: 40px;
}

.section3{
    padding-top: 30px;
}
.section4{
    background: #eaf5f9;
    padding: 70px 0 80px;
    height: 760px;
}

#scenicspot{
    padding-top: 50px;
}

/*文物资源、非遗展示*/
.normallt .item{
    width: 250px;
    height: 536px;
    float: left;
    background: #fff;
    border: solid 1px #00859b;
    padding: 4px;
    position: relative;
}
.normallt .item:after{
    display: block;
    content: 'GO';
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #00859b;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 26px;
}
.normallt .item .innerbox{
    border: dashed 1px #00859b;
    padding: 20px 20px 10px;
    height: 100%;
}
.normallt .item:hover{
    cursor: pointer;
}
.normallt .item+.item{
    margin-left: 37.5px;
}

.normallt .item .imgbox{
    width: 196px;
    height: 196px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.normallt .item  .title{
    font-size: 18px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 30px 0 20px;
}
.normallt .item  .des{
    font-size: 14px;
    line-height: 30px;
    height: 180px;
    overflow: hidden;
    color: #999;
}

.section5{
    height: 990px;
    background: url('../images/bg3.jpg') no-repeat;
    background-position: center 40px;
    padding: 74px 0 0;
}


/*文化卡片*/
.certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.certify .swiper-container {
    padding-bottom: 60px;
}

.certify  .swiper-slide {
    width: 320px;
    height: 420px;
    background: #fff;
    border: solid 1px #3a99b1;
}
.certify  .swiper-slide .imgbox{
    display:block;
    height: 200px;
    width: 310px;
    margin: 4px 4px 0;
}
.certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
.certify .des{
    text-align: center;
    margin: 0 4px 4px;
    width: 310px;
    height: 210px;
    border: dashed 1px #3a99b1;
    border-top: none;
    padding: 20px 15px;
    background: #eaf5f9;
}
.certify .des .title{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.certify .des .address{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;


}
.certify .des .btn {
    color: #999;
    line-height: 30px;
    width: 120px;
    height: 30px;
    border-radius: 25px;
    border: 1px #999 solid;
    margin: 20px auto;
}
.certify .des .btn:hover{
    cursor: pointer;
}
.section7{
    height: 480px;
    background: url('../images/bg4.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 100px 0 0;
}

.section7 ul {
    margin: 0 -20px;
}
.section7 ul li{
    float: left;
    width: 50%;
    padding: 0 20px;
}
.section7 ul li a{
    display: block;
}

/* footer */
footer {
    background: #304a63;
    width: 100%;
    padding: 30px 0;
    text-align: left;
}
footer a{
    color: #fff;
    padding: 0 5px;
}
footer p{
    color: #fff;
    line-height: 26px;
    opacity: 0.8;
}
