@charset "utf-8";

.index-top{
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-align: center;
    cursor: pointer;
    /*display: none;*/
}
.index-top ul li{
    width: 60px;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    line-height: 60px;
    background-color: #eeeeee;
}
.index-top ul li:hover p{
    display: block;

}
.index-about img{
    display: none;
    width: 100%;
}
.index-top ul li p{
    height: 60px;
    background-color: #32acad;
    width: 200px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    left: -200px;
    position: absolute;
    top: 0px;
    display: none;
    text-align: left;
}
.index-top ul li i{
    font-size: 20px;
}
.item img{
    width: 100%;
}
.bdshare-slide-button-box {
    bottom: -27px !important;
    top: auto !important;
    z-index: 1 !important;
}
.top{

    position: relative;
    top: 4px;
    color: #fff;
    font-size: 22px;

}
.index-top b{
    font-size: 12px;
    display: none;
    color: #fff;
}
.index-top:hover span{
    display: none;
}
.index-top:hover b{
    display: block;
}
.index-banner,.er-banner,.about-center{
    width: 94%;
    margin: 0 auto;
}
.er-banner{
    height: 240px;
}
.banner{
    overflow: hidden;
}
.search{
    height: 80px;
    background-color: #efefef;
    padding: 24px 30px 0 30px;
}
.btn{
    height: 30px;
    width: 60px;
    background: url("../images/icon-1.png") no-repeat center center;
    outline: none;
}
.int{
    height: 30px;
    width: 0px;

    border-radius: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: none;
}
.search:hover .int{
    width: 200px;
    padding-left: 15px;
    border: 1px solid #797979;
}
 .carousel-indicators {
     position: absolute;
     bottom: 10px;
     /* left: 50%; */
     right: -84px;
     z-index: 15;
     /* width: 60%; */
     padding-left: 0;
     margin-left: -30%;
     text-align: center;
     list-style: none;
     top: 45%;
 }
 .carousel-indicators li{
     display: block;
     margin-bottom: 20px!important;
     background-color: #bdbdbd;
     border: none;
 }
.carousel-indicators .active{
    width: 60px;
    border-radius: 0px;
    background-color: #149da7;
    height: 4px;
    position: relative;
    left: -40px;
}
.foot{
    border-top: 2px solid #149da7;
    margin-top: 50px;
}
.foot-top{
    border-bottom: 1px solid #f2f2f2;
    height: 65px;
    line-height: 65px;
}
.foot-top-left,.foot-top-lefts{
    width: 860px;
    float: left;
}
.foot-top-left span{
    font-size: 14px;
    color: #333333;
}
.foot-top-left a{
    font-size: 14px;
    color: #333333;
    border-right: 1px solid #cccccc;
    padding:0 13px;
}
.foot-top-right{
    width: 340px;
    background-color: #f2f2f2;
    float: right;
    text-align: center;
}
.foot-top-right a{
    font-size: 14px;
    color: #808080;
    margin: 0 10px;
}
.foot-top-right a:hover,
.foot-top-left a:hover{
    color: #149da7;
}
.foot-top-lefts{
    padding-top: 30px;
}
.foot-top-lefts p{
    font-size: 13px;
    color: #808080;
    line-height: 22px;
}
.foot-top-lefts p:last-child{
    margin-top: 10px;
}
.foot-top-rights{
    padding-top: 30px;
    position: relative;
    width: 340px;
    float: right;
    border-left: 1px solid #f2f2f2;
    padding-left: 28px;
}
.foot-top-rights p{
    font-size: 14px;
    color: #333333;
    line-height: 23px;
}
.foot-top-rights img{
    position: absolute;
    right: 20px;
    top: 30px;

}
.foot-top-rights a{
    font-size: 13px;
    color: #808080;
    margin: 30px 0;
    display: block;
}
.index-news-left{
   width: 195px;
    height: 248px;
    background: url("../images/icon-3.png") no-repeat center center;
    float: left;
    padding: 30px 20px;
}
.index-news{
    margin: 30px 0;
 }
.index-news .container{
    background-color: #f7f7f7;
}
.index-news-left h2{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.index-news-left h3{
    font-size: 20px;
    color: #fff;
    margin-top: 120px;
}
.index-news-center{
    width: 540px;
    float: left;
    padding: 30px;
}
.index-news-center h2{
    font-size: 27px;
    color: #32acad;
}
.index-news-center h3{
    margin: 20px 0;
}
.index-news-center h3 a{
    font-size: 19px;
    color: #4c4c4c;
}
.index-news-center p{
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.index-news-center>a{
    font-size: 14px;
    color: #333333;
    margin-top: 30px;
    display: block;
}
.index-news-center a:hover,
.index-news-right ul li a:hover{
    color: #32acad;
}
.index-news-right{
    width: 430px;
    float: left;
}
.index-news-right-img img{
    width: 100%;
    height: 135px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
}
.index-news-right-img img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.index-news-right-img{
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}
.index-news-right-img p{
    position: absolute;
    font-size: 16px;
    color: #fff;
    bottom: 20px;
    left: 20px;
	line-height: 120%;
}
.index-news-right ul li{
    margin: 10px 0;
}
.index-news-right ul li a{
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.index-news-right ul li a span{
    display: inline-block;
    margin-right: 20px;
}
.index-about{
    background: url("../images/icon-5.jpg") no-repeat center center;
    padding: 45px 0 36px 47px;
}
.index-about h2{
    font-size: 26px;
    color: #4c4c4c;
}
.index-about h3{
    font-size: 20px;
    color: #48cdc2;
    margin-top: 10px;
    margin-bottom: 25px;
}
.index-about p{
    font-size: 14px;
    color: #565656;
    line-height: 20px;
}
.index-about a{
    font-size: 14px;
    color: #252525;
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 33px;
}
.index-about a:hover{
    background-color: #48cdc2;
    color: #fff;
}
.index-zhuanye{
    margin-top: 30px;
}
.slick-dots{
    display: none !important;
}
.slick-on{
    position: relative;
}
.slick-on-p{
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
}
.slick-on-p h2{
    font-size: 18px;
    color: #fff;
}
.slick-on-p h3{
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}
.bdshare-slide-style-r4 .bdshare-slide-button{
    width: 60px !important;
    height: 60px !important;
    background: url("../images/icon-12.png") no-repeat center center !important;
}
.banner-about{
    background: url("../images/banner2.jpg") no-repeat center center;
}
.er-nav-left{
    float: left;
    line-height: 60px;
}
.ej-nav-right {
    float: right;
}
.ej-nav-right img.active {
    margin-bottom: -26px;
}
.ej-nav-right a{
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    margin: 0 10px;
}
.ej-nav-right span {
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    margin: 0 10px;
}
.ej-nav-right span.active {
    color: #32acad;
}
.er-nav-left a{
  font-size: 14px;
    color: #808080;
    padding: 0px 7px 22px 7px;
    margin-right: 30px;
}
.er-nav-left a.active{
    color: #333333;
    border-bottom: 2px solid #32acad;
}
.er-nav{
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 50px;
}
.about-top-left{
    margin-right: 90px;
    margin-bottom: 150px;
}
.about-top-right h2{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.about-top-right p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-top: 30px;
}
.about-center{
    height: 470px;
    background: url("../images/icon-18.jpg") no-repeat center center;
}
.about-bottom{
    margin-top: 50px;
}
.about-top-lefts{
    margin-right: 0px;
    margin-top: 40px;
}
.about-top-rights{
    background-color: #f4f4f4;
     width: 800px;
    float: right;
    padding: 0 40px 30px;
}
.about-top-lefta{
    margin-bottom: 0px;
}
.banner-news{
    background: url("../images/banner3.jpg") no-repeat center center;
}
.index-news-centers{
    width: auto;
    float: none;
}
.news-list-tops{
    margin-right: 30px;
}
.news-list-top{
    background-color: #f7f7f7;
}
.new-bottom{
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
}
.new-bottom-left{
    width: 860px;
    float: left;
    border-right: 1px solid #e8e8e8;
    padding-right: 30px;
    padding: 30px 30px 0 0;
}
.new-bottom-right{
    width: 340px;
    float: right;
    padding: 30px 0 0 30px;
}
.page-pagination {
    width: 100%;
    padding: 30px 0 22px 0;
    text-align: center;
    clear: both;
}
.news-list-tops img{
    width: 390px;
    height: 245px;
}
.page-pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 0px 6px;
    cursor: pointer;
    text-decoration: none;
    color: #5b5b5b;
    font-size: 18px;
}
.page-pagination a:hover {
    color: #32acad;
}
.page-pagination a.jp-disabled {
    cursor: no-drop;
    opacity: .5;
}
.page-pagination a.jp-disabled:hover {
    color: #5b5b5b;
    border-color: #dbdbdb;
    background-color: #fff;
}
.page-pagination a.jp-current {
    cursor: default;
    color: #32acad;
}
.new-bottom-left ul li a{
    font-size: 19px;
    color: #4c4c4c;
    font-weight: 600;
}
.new-bottom-left ul li a:hover,
.new-bottom-right ul li a:hover{
    color: #32acad;
}
.new-bottom-left ul li{
    padding: 30px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.new-bottom-left ul li h2{
    font-size: 18px;
    color: #32acad;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
.new-bottom-left ul li p{
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.new-bottom-right h2{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.new-bottom-right ul li{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
}
.new-bottom-right ul li a{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}
 .new-bottom-right ul li p{
     font-size: 12px;
     color: #808080;
     line-height: 24px;
 }
 .banner-maj{
     background: url("../images/banner4.jpg") no-repeat center center;
 }
 .maj-list-title{
     height: 50px;
     line-height: 50px;
     background-color: #2bb2a7;
     font-size: 18px;
     color: #fff;
     padding-left: 35px;
     position: relative;
 }
.maj-list-title:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 18px;
    background-color: #fff;
    top: 17px;
    left: 20px;
}
.maj-list-text{
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    padding: 40px;
}
.maj-list-text p{
    font-size: 14px;
    color: #808080;
    line-height: 26px;
}
.maj-list-top li{
    margin-bottom: 45px;
}
.maj-list-img li{
   width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 20px;
}
.maj-list-img li:nth-child(2n){
    margin-right: 0px;
}
.maj-list-img{
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    padding: 20px;
}
.maj-list-img li img{
    width: 100%;
    height: 380px;
}
.maj-list-img li p{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
}
.banner-party{
    background: url("../images/banner5.jpg") no-repeat center center;
}
.party-list-top-img img{
    width: 100%;
    height: 245px;
	display: block;
}
.party-list-top ul li{
    padding:0 7px;
}
.party-list-top ul.row{
    margin-right: -7px;
    margin-left: -7px;
}
.party-list-top-text{
    background-color: #f7f7f7;
    padding: 35px 20px;
    margin-top: -1px;
}
.party-list-top-text h2{
    font-size: 26px;
    color: #4c4c4c;
}
.party-list-top-text a{
    font-size: 19px;
    color: #4c4c4c;
    line-height: 26px;
    margin: 20px 0;
    display: block;
}
.party-list-in-text a:hover{
    color: #2bb2a7;
}
.party-list-top-text:hover{
    background-color: #2bb2a7;
}
.party-list-top-text:hover h2,
.party-list-top-text:hover a,
.party-list-top-text:hover p{
    color: #fff;
}
.party-list-top-text p{
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.party-list-in ul li{
    margin-top: 35px;
    background-color: #f7f7f7;
    padding: 40px 30px;
}
.party-list-in-data{
    float: left;
    margin: 17px 44px 17px 0;
    text-align: center;
}
.party-list-in-data h2{
    font-size: 35px;
    color: #333333;
    margin-bottom: 13px;
}
.party-list-in-data h3{
    font-size: 17px;
    color: #7f7f7f;
}
.party-list-in-text a{
    font-size: 19px;
    color: #4c4c4c;
}
.party-list-in-text p{
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    margin-top: 30px;
}
.banner-cul{
    background: url("../images/banner6.jpg") no-repeat center center;
}
.cul-title{
    text-align: center;
    margin-bottom: 40px;
}
.cul-title h2{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.cul-title h3{
    font-size: 24px;
    color: #32acad;
}
.ul-center{
    background-color: #fafafa;
    padding: 50px 0;
    margin: 60px 0;
}
.ul-center ul li{
    padding: 0 7px;
}
.ul-center ul{
    margin-right: -7px;
    margin-left: -7px;
}
.ul-center ul li img{
    width: 100%;  display: block;
}
.ul-center-text{
   height: 190px;
    background-color: #fff;
    padding: 30px 20px;
    margin-top: -1px;
}
.ul-center-text:hover{
    background: url("../images/icon-30.jpg");
}
.ul-center-text:hover h2{
    color: #fff;
}
.ul-center-text:hover p{
    color: #fff;
}
.ul-center-text h2{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 16px;
}
.ul-center-text p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
}
.cul-img img{
    max-width: 100%;
}
.banner-contact{
    background: url("../images/banner7.jpg") no-repeat center center;
}
.rec-list div{
    float: left;
    font-size: 14px;
    color: #808080;    line-height: 50px;
}
.rec-list{
    line-height: 50px;
    padding: 0 40px;
    cursor: pointer;
    background-color: #eeeeee;
}
.rec-list div:last-child{
    float: right;
    font-size: 24px;
    font-weight: bold;
}
.rec-list div:nth-child(1),
.rec-list div:nth-child(2),
.rec-list div:nth-child(3){
    width: 15%;
}
.rec-content{
    padding: 0 40px;
}
.rec-content p{
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}
.re-list li{
    margin-bottom: 20px;
}
.rec-content{
    display: none;
    border: 1px solid #eeeeee;
    padding: 40px 20px;
}
.rec-list.active div{
    color: #fff;
}
.rec-list.active{
    background-color: #32acad;
}
.details-title{
    text-align: center;
}
.details-title h2{
    font-size: 26px;
    color: #333333;
    font-weight: 400;
}
.details-title h3{
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.details-title{
    margin: 30px 0;
}
.bri-content img{
    max-width: 100%;
}
.bri-content p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 15px;
}
.details-content-bottom-page a.active{
    cursor: no-drop;
}
.details-content-bottom{
    border-top: 1px solid #e6e6e6;
    margin: 50px 0;
    padding: 20px 0;
    text-align: center;
}
.details-content-bottom a.c{
    display: inline-block;
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.details-content-bottom a.c:hover{
    background-color: #1c4294;
    color: #fff;
    border: 1px solid #1c4294;
}
.details-content-bottom-page a.fl,
.details-content-bottom-page a.fr{
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}
.details-content-bottom-page a.fl:hover,
.details-content-bottom-page a.fr:hover{
    color: #1c4294;
}
.details-content-bottom-page a.back{
    background-color: #32acad;
    display: inline-block;
    width: 120px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
.NewsList-p{
    display: none;
}
#NewsList li{
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
}
#NewsList li a{
    font-size: 16px;
    color: #333333;
}
#NewsList li a:hover{
    color:#32acad;
}
#NewsList li span{
    font-size: 14px;
    color: #999999;
    float: right;
}
.banner-search{
    background: url("../images/banner8.jpg") no-repeat center center;
}
.party-list-ins ul li a{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.party-list-ins ul{
    margin: 20px 0;
}
.party-list-ins ul li a:hover{
    color: #32acad;
    text-decoration: underline;
}
.index-zhuanyes{
    display: none;
}
.details-content-bottom-page span{
    width: 0px;
    display: none;
    opacity: 0;
}