/*父元素居中*/
body{
    font-family: "Microsoft YaHei",微软雅黑,"Arial";
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;

}
/*页面居中*/
#container{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
/*banner居中显示*/
.banner{
    position: absolute;  
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.header{
    position: relative;
    width: 1920px;
}
.logo{
    position: absolute;
    left: 20%;
}
.menu{
    position: absolute;
    top: 10px;
    left: 45%;
    font-size: 14px;
    list-style: none;
    color: #fff;
}
.menu a[href]{
    color: #fff;
    text-decoration: none;
}
.menu a:hover{
    color: #3f618e;
    text-decoration: underline;
}
.menu_list{
    display: inline-block;
    width: 100px;
}
.bg2_background{
    position: relative;
    top: 625px;
    background-color: #d7e9ff;
    height: 600px;
}
#title_p{
    position: absolute;
    top: 10px;
    left: 25%;
}
.bg2_2{
    position: absolute;
    top: 100px;
    left: 25%;
}
.text_1{
    width: 960px; 
    color: #38608d;
    font-size: 15px;
    line-height: 40px;
}
.example2{
    position: absolute;
    left: 25%;
    top: 280px;
}
.example2 img{
    border: 0;
}
.menu2{
    position: absolute;
    left: 46%;
    top: 260px;
    font-size: 14px;
    width: 650px;
    list-style: none;
    line-height: 40px;
    font-size: 14px;
}
.menu2 a[href]{
    color: #38608d;
    text-decoration: none;
}
.menu2 a:hover{
    color: #38608d;
    background-color: #fff;
    text-decoration: underline;
}
.bg3_background{
    position: relative;
    top: 625px;
    background-color: #e4f2ff;
    height: 600px;
    width: 1920px;
}
.bg3_2{
    position: absolute;
    top: 16%;
    left: 25%;
}
.bg3_3{
    position: absolute;
    top: 42%;
    left: 25%;
}
.bg3_4{
    position: absolute;
    top: 68%;
    left: 25%;
}
.news_p{
    width: 210px;
}
.news_time{
   position: absolute;
   left: 105%;
   top: 15%;
   width: 150px;
}
.news_title{
    position: absolute;
    top: 3%;
    left: 190%;
    width: 500px;
}
.news_ins{
    position: absolute;
    top: 30%;
    left: 190%;
    width: 550px;
    line-height: 25px;
    font-size: 14px;
}
.bg3_background a[href]{
    text-decoration: none;
    color: #356498;
}
.bg3_background a:hover{
    color: #38608d;
    background-color: #fff;
    text-decoration: underline;
}
.bg4_background{
    position: relative;
    top: 625px;
    background-color: #d7e9ff;
    height: 850px;
}
.day1{
    position: absolute;
    top: 13%;
    left: 25%;
    color: #38608d;
    width: 960px;
}
.day1 p{
    font-weight: 600;
}
#bg4 span{
    font-size: 12px;
    font-weight: normal;
}
.day2{
    position: absolute;
    top: 73%;
    left: 25%;
    color: #38608d;
}
.day2 p{
    font-weight: 600;
}
.bg4_background p{
    color: #38608d;
    line-height: 35px;
}
.bg5_background{
    position: relative;
    top: 625px;
    height: 650px;
    background-color: #e4f2ff;
}
.bg5_background img{
    float: left;
}
.picture_list1{
    position: absolute;
    top: 16%;
    left: 22%;
    width: 1500px;
}
.picture_list2{
    position: absolute;
    left: 22%;
    top: 55%;
    width: 1500px;
}
/*景区图片放大效果*/
#zoom0 img{
    width: 321px;
    height: 224px;
    margin: 15px;
    padding: 5px;
}
#zoom0 img.hover{
    width: 341px;
    height: 244px;
    margin: 0px;
    cursor: pointer;
}
/*end*/
.bg6_background{
    position: relative;
    top: 700px;
    left: 45%;
    height: 100px;
}
.bg7_background{
    position: relative;
    background-color: #43b8e4;
    top: 750px; 
    height: 150px;
}
.bg7_background img{
    position: absolute;
    top: 22px;
    left: 35%;
}
.bg7_background p{
    position: absolute;
    top: 8px;
    left: 50%;
    font-size: 10px;
    line-height: 30px;
    color: #fff;
}