.head {
    width: 100%;
    height: 628px;
    background: url("../img/headBg.png") center center;
    min-width: 1014px;
}
.nav {
    width: 1000px;
    height: 47px;
    background: url("../img/nav.png");
    margin: 0 auto;
    margin-top: -27px;
}
.nav ul {
    overflow: hidden;
}
.nav ul li {
    float: left;
    width: 164px;
    height: 47px;
}
.nav a {
    color: #FFF;
    font-size: 18px;
    height: 47px;
    display: block;
    line-height: 47px;
    text-align: center;
    padding-left: 20px;
}
.main {
    width: 1014px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}
.g-left {
    width: 597px;
    overflow: hidden;
    float: left;
}
.g-right {
    width: 370px;
    float: right;
    overflow: hidden;
}
.m-session {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.u-title {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.u-img {
    display: block;
    width: 100%;
}
.m-msg {
    overflow: hidden;
    width: 100%;
}
.m-msg p {
    font-size: 18px;
    color: #646464;
    line-height: 1.5;
    text-indent: 2em;
    margin-bottom: 10px;
}
#guestList {
    width: 100%;
    overflow: hidden;
}
#guestList li {
    width: 146px;
    float: left;
    margin-right: 70px;
    margin-bottom: 20px;
    height: 210px;
}
#guestList img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.u-name {
    font-size: 16px;
    color: #0c0c77;
    text-align: center;
    margin-bottom: 5px;
}
.u-job {
    font-size: 12px;
    color: #535353;
    text-align: center;
}
.u-spotBox {
    overflow: hidden;
}
.u-CarouselBox {
    width: 944px;
    margin: 0 auto;
    position: relative;
}
.u-showBigImg {
    display: block;
    width: 944px;
    height: 603px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
#u-hrefBox {
    display: block;
    width: 944px;
    height: 603px;
    position: relative; 
}
#u-hrefBox p {
    width: 904px;
    height: 50px;
    background: #000;
    line-height: 50px;
    font-size: 24px;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px;
}
.u-showBigImg img{
    width: 100%;
}
#u-spotImgList {
    overflow: hidden;
    position: relative;
}
#u-spotImgList li {
    width: 152px;
    height: 103px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
}
#u-spotImgList li img {
    width: 100%;    
}
#prev {
    position: absolute;
    left: 10px;
    top: 45%;
    cursor: pointer;
}
#next {
    position: absolute;
    right: 10px;
    top: 45%;
    cursor: pointer;
}
.layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(255, 255, 255, 0.61);
}
.u-graphiCarousel {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
#u-Carousel {
    overflow: hidden;
    position: relative;
}
#u-Carousel li {
    height: 336px;
    float: left;
    width: 597px;
    overflow: hidden;
    position: relative;
}
#u-Carousel li p {
    color: #cecece;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    line-height: 40px;
    background: #000;
}
#u-Carousel li p span {
    display: inline-block;
    width: 80%;
    padding-left: 10px;  
}
#u-Carousel li img {
    width: 100%;
}
.u-graphiList {
    overflow: hidden;
}
.u-graphiList li {
    margin-bottom: 33px;
}
.u-item {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width:100%;
}
.u-item a {
    width: 20%;
    height: 2px;
    background: #bababa;
    float: left;
}
.u-item a:hover {
    background: #c70909;
}
.u-item a.active {
    background: #c70909;
}
.u-newsTitle {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #646464;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bolder;
}
.u-newsHint {
    line-height: 1.4;
    font-size: 12px;
    color: #858585;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#bootom {
    display: block;
    margin: 0 auto;
     margin-top: 120px;
}
@media screen and (max-width: 800px) {
   #bootom  {
    width: 1014px;
   } 
}
.u-more {
    display: block;
    border: 1px solid #8c8c8c;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bolder;
    color: #646464;
    margin-top: 20px;
}