@charset "utf-8";

/* CSS Document */

.wrap {
    background: url(../images/bg.jpg) no-repeat top center;
}
.wrap.wrap_party {
    background: url(../images/bg2.jpg) no-repeat top center;
}

.header {
    width: 100%;
    height: 205px;
}

.header .w1200 {
    overflow: hidden;
}

.header .logo {
    margin-top: 47px;
}

.header .logo,
.header .logo img {
    width: 686px;
    height: 114px;
}

.head-right {
    width: 365px;
    margin-top: 65px;
}

.head-right .item-text {
    font-size: 16px;
    color: #666;
    text-align: right;
    margin-bottom: 10px;
}

.head-right .item-text a {
    margin: 0 10px;
    color: #666;
}

.head-right .item-text a:last-child {
    margin-right: 0;
}

.head-right .search {
    width: 366px;
    height: 46px;
    background: url(../images/secher.png) no-repeat;
    margin-left: 2px;
}

.head-right .search input {
    float: left;
    width: 245px;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    background: none;
    margin-top: 5px;
    border: 0;
}

.head-right .search button {
    float: right;
    width: 90px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background: #015a9c;
    margin-top: 3px;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
}

.head-right .search button img {
    margin-right: 5px;
}

.nav {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    background: #015a9c;
}

.nav ul>li {
    float: left;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    position: relative;
    background: url(../images/navli.jpg) no-repeat center;
    background-size: 100% 100%;
}

.nav ul>li a {
    display: block;
    color: #fff;
}

.nav ul li:hover {
    background: url(../images/navli_hover.jpg) no-repeat center;
    background-size: 100% 100%;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.nav ul>li.on {
    background: url(../images/navli_hover.jpg) no-repeat center;
    background-size: 100% 100%;
}

.nav ul>li .menu-nav {
    position: absolute;
    left: 0;
    top: 45px;
    display: none;
    z-index: 999;
}

.nav ul>li .menu-nav ul li {
    height: 45px;
    line-height: 42px;
    font-size: 14px;
    background-image: none;
    background: url(../images/navli_2.jpg) no-repeat center;
    background-size: 100% 100%;
}

.nav ul>li .menu-nav ul li:hover {
    background: url(../images/navli_2_hover.jpg) no-repeat center;
    background-size: 100% 100%;
}

.nav ul>li .menu-nav ul li:last-child {
    border-bottom: 0;
}

.nav ul>li .menu-nav ul li a {
    padding: 0 1px;
    height: auto;
    color: #333;
    font-size: 14px;
}

.nav ul>li .menu-nav ul li a:hover {
    color: #fff;
}


/*轮播区域*/

.banner {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    margin-top: 20px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 200px;
}

.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.advert .prev,
.advert .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.advert .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.advert .prev:hover,
.advert .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .num,
.advert .num {
    position: absolute;
    /* height:10px; */
    bottom: 10px;
    right: 20px;
    z-index: 9999;
}

.banner .num li,
.advert .num li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    font-size: 0;
    float: left;
    margin-right: 10px;
}

.banner .num li.on,
.advert .num li.on {
    background: #003560;
}

.banner .num li:last-child,
.advert .num li:last-child {
    margin-right: 0;
}

.content {
    margin-top: 23px;
    margin-bottom: 30px;
}

.section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 23px;
}

.news-box {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.section .news-box:last-child {
    margin-right: 0;
}

.section .title {
    background: url(../images/tit_bg_925.jpg) top left repeat-x;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    height: 39px;
    border-bottom: 1px solid #eee;
}

.section .title h6 {
    float: left;
    width: 100px;
    /* height: 36px; */
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
}

.section-title {
    background: url(../images/titlebg2.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    height: 39px;
    border-bottom: 1px solid #eee;
}

.section-title h6 {
    float: left;
    width: 100px;
    /* height: 36px; */
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
}

.section .title a {
    line-height: 40px;
    font-size: 14px;
    /* color: #999; */
    color: white;
    float: right;
    margin-right: 10px;
}

.section .title a:hover {
    color: #fff;
}

.section .news-list,
.section .news_slide {
    margin-top: 10px;
}

.section .news_slide .news-list {
    margin-top: 0;
}

.section .news-list li {
    line-height: 35px;
    font-size: 15px;
    color: #333;
}

.section .news-list li a {
    color: #333;
}

.section .news-list li:hover a {
    color: #015a9c;
}

.section .news-list li a span {
    color: #999;
    margin-right: 5px;
}

.section .news-list li .time {
    float: right;
    color: #999;
}

.news-img-box {
    width: 100%;
    margin-top: 20px;
}

.news-img-box .bd {
    width: 100%;
    height: 240px;
    position: relative;
}

.news-img-box .bd ul li {
    position: relative;
}

.news-img-box .bd ul li img {
    width: 100%;
    height: 240px;
}

.news-img-box .bd ul li .item-text {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    z-index: 999;
}

.news-img-box .pic {
    width: 100%;
    overflow: hidden;
}

.news-img-box .pic ul li {
    width: 36.9px;
    height: 20px;
    float: left;
    border: 1px solid #dcdcdc;
    margin-right: -1px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    border-top: 0;
    cursor: pointer;
}

.pic ul li.on {
    background: #003560;
    color: #fff;
}

.advert {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    margin-bottom: 23px;
    position: relative;
}

.advert img {
    width: 100%;
    height: 140px;
}

.section.page1 {
    margin-bottom: 11px;
}

.quick-box {
    width: 1200px;
    overflow: hidden;
    padding-top: 5px;
    /* background: url(../images/titbg.jpg) no-repeat top center; */
    margin-bottom: 23px;
}

.quick-box .quick-section {
    overflow: hidden;
    padding: 16px 0;
    background: #fff;
    border: 5px solid #ebf4f9;
}

.quick-box .quick-section ul {
    float: left;
    height: 68px;
}

.quick-box .quick-section ul li {
    margin-left: 15px;
    width: 241px;
    height: 68px;
    position: relative;
    float: left;
}

.quick-box .quick-section ul li .icon-box {
    float: left;
    width: 68px;
    height: 68px;
    z-index: 999;
    position: relative;
}

.quick-box .quick-section ul li .item-text {
    float: left;
    width: 208px;
    height: 66px;
    border: 1px solid #ffb700;
    margin-left: -37px;
    border-radius: 3px;
}

.quick-box .quick-section ul li .item-text span {
    display: block;
    color: #ffb700;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-left: 37px;
    line-height: 68px;
}

.quick-box .quick-section ul li.blue .item-text {
    border: 1px solid #1d7ad7;
}

.quick-box .quick-section ul li.blue .item-text span {
    color: #1d7ad7;
}

.quick-box .quick-section ul li.green .item-text {
    border: 1px solid #25c468;
}

.quick-box .quick-section ul li.green .item-text span {
    color: #25c468;
}

.mailbox {
    float: left;
    width: 380px;
    height: 68px;
    background: url(../images/login.jpg) no-repeat;
    margin-left: 12px;
}

.mailbox .mailbox-img {
    margin-left: 45px;
    margin-top: 5px;
}

.link-box {
    padding: 14px 29px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 19px;
}

.link-box .bd {
    overflow: hidden;
    width: 100%;
}

.link-box ul li {
    float: left;
    width: 350px;
    height: 70px;
    margin-right: 44px;
}

.link-box ul li:last-child {
    margin-right: 0;
}

.section.page2 {
    margin-bottom: 0;
}


/*会员风采列表*/

.member-list {
    width: 100%;
    overflow: hidden;
    margin-top: 19px;
}

.member-list li {
    width: 290px;
    float: left;
    margin-right: 13px;
}

.member-list li:last-child {
    margin-right: 0;
}

.member-list li .img-box {
    padding: 2px;
    border: 1px solid #dcdcdc;
}

.member-list li .img-box img {
    width: 284px;
    height: 194px;
}

.member-list li p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

.member-list li:hover p {
    color: #015a9c;
}


/*底部区域*/

.footer {
    padding-top: 30px;
    padding-bottom: 40px;
    background: url(../images/footerbg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.wrap.wrap_party .footer {
    background: url(../images/footerbg2.jpg) no-repeat;
    background-size: cover;
}

.footer .w1200 {
    overflow: hidden;
}

.footer .foot-left img {
    margin-bottom: 25px;
}

.footer .foot-left p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer .foot-left a {
    color: #fff;
}

.foot-right {
    width: 220px;
}

.foot-right img {
    width: 220px;
    height: 220px;
}

.foot-right p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}


/*浮动广告*/

.drift-section {
    width: 225px;
    height: auto;
    position: fixed;
    top: 205px;
    right: 5%;
}

.drift-section img {
    width: 100%;
}

.drift-section .close {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    -webkit-opacity: 0.4;
}


/*****************************子页样式******************************************/


/*侧导航*/

.sidenav-section {
    width: 281px;
    background: #fbfdff;
    border-bottom: 1px solid #d4e1ee;
}

.sidenav-tit {
    overflow: hidden;
    width: 100%;
    height: 75px;
    background: #015a9c;
    border-bottom: 6px solid #00467a;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 75px;
}

.sidenav-tit img {
    margin-right: 20px;
}

.side-nav {
    overflow: hidden;
    border-top: 0;
    padding-top: 15px;
    background: #d0e9fd;
}

.side-nav li {
    overflow: hidden;
    border-right: 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d0e9fd;
}

.side-nav>li:hover,
.side-nav>li.current {
    border: 1px solid #d8d9d9;
    background: url(../images/slide-libg.png) left center no-repeat;
}

.side-nav li a {
    display: block;
    padding: 15px 0;
    background: url(../images/icon6.png) no-repeat;
    background-position: 203px 18px;
    color: #666;
    text-align: center;
    padding-left: 35px;
    padding-right: 30px;
    width: 159px;
}

.side-nav>li:hover a,
.side-nav>li.current a {
    color: #015a9c;
    background: url(../images/icon6_2.png) no-repeat;
    background-position: 203px 18px;
}


/*右区域*/

.cont-right {
    width: 917px;
    border-left: 0;
    background: #fff;
}

.cont-right-box {
    width: 845px;
    padding: 29px 36px;
    border-left: 1px solid #d4e1ee;
}

.BreadNav {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
}

.BreadNav h6 {
    line-height: 50px;
    text-align: center;
    padding: 0 25px;
    float: left;
    background: #015a9c;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
}

.BreadNav .breadnav-cont {
    line-height: 50px;
    font-size: 14px;
    color: #666;
}

.BreadNav .breadnav-cont a {
    color: #666;
}

.BreadNav .breadnav-cont a.current {
    color: #015a9c;
}

.BreadNav .breadnav-cont span {
    margin: 0 5px;
}

.TextCont p,
.NewsText p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.TextCont p img,
.TextCont img,
.NewsText img,
.NewsText p img {
    max-width: 100%;
}

.list-first {
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.list-first li,
.list-two li {
    font-size: 16px;
    line-height: 32px;
}

.list-first li:nth-child(5n+5) {
    margin-bottom: 20px;
}

.list-first li:first-child {
    margin-top: 20px;
}

.list-first li a,
.list-two li a {
    color: #666;
}

.list-first li:hover a,
.list-two li:hover a {
    color: #015a9c;
}

.list-first li a span,
.list-two li a span {
    color: #1b59b6;
    margin-right: 5px;
}

.list-first li .time,
.list-two li .time {
    color: #999;
    float: right;
}

.list-two {
    margin-top: 7px;
}

.list-two li {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.list-three li a {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsText {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.imgtext-list li {
    padding: 22px 0;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

.imgtext-list li .img-box {
    width: 168px;
    height: 118px;
    border: 1px solid #dcdcdc;
    float: left;
}

.imgtext-list li .img-box img {
    width: 168px;
    height: 118px;
}

.imgtext-list li .nr {
    width: 645px;
    float: right;
}

.imgtext-list li .nr h6 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgtext-list li:hover .nr h6,
.imgtext-list li:hover .nr p.item-text span {
    color: #015a9c;
}

.imgtext-list li .nr p {
    font-size: 14px;
}

.imgtext-list li .nr p.item-info {
    color: #999;
    margin: 10px 0;
    margin-bottom: 5px;
}

.imgtext-list li .nr p.item-text {
    color: #666;
    line-height: 30px;
}

.imgtext-list li .nr p.item-text span {
    color: #999;
}

.contact-section,
.contact-box {
    width: 100%;
    overflow: hidden;
}

.contact-section h6 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.contact-box .ewm-box {
    width: 150px;
    height: 150px;
    float: left;
}

.contact-box .ewm-box img {
    width: 150px;
    height: 150px;
}

.contact-box .contact-text {
    float: left;
    margin-left: 30px;
}

.contact-box .contact-text p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.leader-section h6.tit {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    padding-left: 35px;
    overflow: hidden;
    background: url(../images/icon7.png) no-repeat 5px center;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-bottom: 19px;
}

.leader-box {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.leader-box .img-box {
    width: 138px;
    height: 188px;
    float: left;
    border: 1px solid #efefef;
}

.leader-box .img-box img {
    width: 138px;
    height: 188px;
}

.leader-box .nr {
    width: 675px;
    float: right;
}

.leader-box .nr h6 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

.leader-box .nr .item-text {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 32px;
}

.leader-box .nr .item-text label {
    float: left;
    width: 45px;
}

.leader-box .nr .item-text p {
    width: 630px;
    float: left;
    line-height: 32px;
}

.leader-list li {
    line-height: 36px;
    font-size: 14px;
    color: #333;
}

.leader-list li span {
    margin-right: 35px;
    display: inline-block;
    width: 45px;
}

.add-quirt {}

.add-quirtlist {
    margin: 20px 0;
    zoom: 1;
    overflow: hidden;
}

.add-quirtlistdiv {
    width: 380px;
    height: 190px;
    float: left;
}

.adimg1 {
    width: 380px;
    height: 190px;
}

.add-quirtlistdivtwo {
    background: url("../images/addimg2.png") no-repeat 100% 100%;
    width: 380px;
    height: 190px;
    margin: 0 29px;
}

.add-quirtlistdivtwo a {
    display: block;
    width: 198px;
    height: 68px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 68px;
    padding-left: 103px;
}

.add-quirtwoone {
    color: #feb705;
    background: url("../images/addimg4.png") no-repeat;
    width: 304px;
    height: 68px;
}

.add-quirtwotwo {
    color: #1c7bd7;
    background: url("../images/addimg5.png") no-repeat;
    width: 304px;
    height: 68px;
}

.addimg5 {
    width: 380px;
    height: 190px;
}

.add-linkdiv {
    overflow: hidden;
    margin-top: 20px;
}

.add-linkdiv ul {
    zoom: 1;
    overflow: hidden;
    margin-right: -26px;
}

.add-linkdiv ul li {
    float: left;
    width: 381px;
    height: 40px;
    position: relative;
    border: 1px solid #a9a7a7;
    margin-right: 24px;
    background: #e9f8ff;
}

.add-linksele {
    width: 99%;
    border: 0;
    color: #999999;
    height: 40px;
    padding-left: 12px;
    font-size: 16px;
    background: #e9f8ff;
}

.add-linkicon {
    background: url(../images/add-linkicon.png) no-repeat;
    width: 50px;
    height: 38px;
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
}

.year-news {
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    color: #333;
}

.add-bgblue {
    background: #fbfdff;
    overflow: hidden;
    border: 1px solid #d4e1ee;
    width: 1198px;
}
