.bannerBox{
    overflow: hidden;
    position: relative;
}
.bannerBox .item{
    overflow: hidden;
}
.bannerBox .item img{
    width: 100%;
    height: auto;
}
.bannerBox .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #fff\9;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.bannerBox .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #f8b551;
    border: 1px solid #f8b551;
}
.bannerBox .carousel-control {
    top: 50%;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
.bannerBox .carousel-control.left {
    background-image: none;
    width: 32px;
    height: 76px;
    left: 5%;
}
.bannerBox .carousel-control.right {
    background-image: none;
    width: 32px;
    height: 76px;
    right: 5%;
}
.bannerBox2 .carousel-control.left {
    background-image: none;
    width: 19px;
    height: 29px;
    left: 20%;
}
.bannerBox2 .carousel-control.right {
    width: 19px;
    height: 29px;
    right: 20%;
}
.bannerBox2 .bgColor{
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 27.5%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
.bannerBox2 .bgLeft{
    left: 0;
}
.bannerBox2 .bgRight{
    right: 0;
}
.bannerBox .carousel-caption{
    top: 50%;
    padding: 0;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
}
.bannerBox .carousel-caption a{
	color:#fff;
}
.bannerBox .spT{
    right: 50%;
    bottom: 50px;
    position: absolute;
    margin-right: -585px;
    width: 225px;
    height: 145px;
    background-color: #7ecef4;
    z-index: 1;
}
.bannerBox .spT h1{
    color: #fff;
    margin: 10px 0;
}
.bannerBox .spT span{
    font-size: 80px;
    line-height: 1;
    color: #fff;
}
.bannerBox .spT:hover{
    background-color: #8c8c8c;
}

.section{
    overflow: hidden;
    position: relative;
    background: url("../images/pic3.png") no-repeat;
    background-size: 100% auto;
}
.section .center{
    overflow: hidden;
    position: relative;
    width: 470px;
    height: 470px;
    margin: 250px auto 260px;
    padding: 80px 0 0 0 ;
    border: 5px solid #ff0000;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}
.section .center h1{
    font-size: 42px;
    font-weight: bold;
    color: #ff0000;
    line-height: 50px;
    margin: 0;
}
.section .center h3{
    font-size: 24px;
    color: #d49e1c;
    line-height: 35px;
    margin: 15px 0 25px 0;
}
.section .center a{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: auto;
    background-color: #8eb126;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section .center a:hover{
    background-color: #d49e1c;
}
.section .ulBox{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    z-index: 1;
}
.section .ulBox ul li{
    position: absolute;
    overflow: hidden;
    padding: 5px 10px;
}
.section .ulBox ul li .li{
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
    border: 5px solid #ff0000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 1px 1px 10px #888888;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.section .ulBox ul li .li .liI{
    overflow: hidden;
}
.section .ulBox ul li .li .liI img{
    width: 100%;
    height: auto;
}
.section .ulBox ul li .li .liT{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 190px;
    background-color: rgba(0,0,0,.5);
}
.section .ulBox ul li:nth-child(1){
    left: 50%;
    margin-left: -260px;
}
.section .ulBox ul li:nth-child(1) .li{
    border: 5px solid #ff0000;
}
.section .ulBox ul li:nth-child(1) .li .liT{
    color: #ff0000;
}
.section .ulBox ul li:nth-child(2){
    right: 50%;
    margin-right: -260px;
}
.section .ulBox ul li:nth-child(2) .li{
    border: 5px solid #fff100;
}
.section .ulBox ul li:nth-child(2) .li .liT{
    color: #fff100;
}
.section .ulBox ul li:nth-child(3){
    top: 210px;
    left: 50%;
    margin-left: -460px;
}
.section .ulBox ul li:nth-child(3) .li{
    border: 5px solid #bbaad2;
}
.section .ulBox ul li:nth-child(3) .li .liT{
    color: #bbaad2;
}
.section .ulBox ul li:nth-child(4){
    top: 210px;
    right: 50%;
    margin-right: -460px;
}
.section .ulBox ul li:nth-child(4) .li{
    border: 5px solid #00a0e9;
}
.section .ulBox ul li:nth-child(4) .li .liT{
    color: #00a0e9;
}
.section .ulBox ul li:nth-child(5){
    top: 465px;
    left: 50%;
    margin-left: -460px;
}
.section .ulBox ul li:nth-child(5) .li{
    border: 5px solid #d49e1c;
}
.section .ulBox ul li:nth-child(5) .li .liT{
    color: #d49e1c;
}
.section .ulBox ul li:nth-child(6){
    top: 465px;
    right: 50%;
    margin-right: -460px;
}
.section .ulBox ul li:nth-child(6) .li{
    border: 5px solid #e3907a;
}
.section .ulBox ul li:nth-child(6) .li .liT{
    color: #e3907a;
}
.section .ulBox ul li:nth-child(7){
    top: 670px;
    left: 50%;
    margin-left: -260px;
}
.section .ulBox ul li:nth-child(7) .li{
    border: 5px solid #adcfda;
}
.section .ulBox ul li:nth-child(7) .li .liT{
    color: #adcfda;
}
.section .ulBox ul li:nth-child(8){
    top: 670px;
    right: 50%;
    margin-right: -260px;
}
.section .ulBox ul li:nth-child(8) .li{
    border: 5px solid #8fc31f;
}
.section .ulBox ul li:nth-child(8) .li .liT{
    color: #8fc31f;
}
.section .ulBox ul li .li:hover{
    border-style: dotted;
}
.section .ulBox ul li .li:hover .liT{
    color: #fff;
}
.section2{
    overflow: hidden;
    position: relative;
    padding: 164px 0;
    background: url("../images/pic4.jpg") no-repeat;
    background-attachment: fixed;
    background-position: 50% 0%;
    background-size: cover;
}
.section2 .spT{
    overflow: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    top: 50%;
    margin-top: -34px;
}
.section2 .spT .tit{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.section2 .spT .tit a{
	color: #fff;
}
.section2 .spT .tit img{
    margin: 31px 0;
}
.section2 .spT .tit span{
    color: #d49e1c;
}
.section3{
    overflow: hidden;
    position: relative;
    padding: 100px 0 60px 0;
    background: url("../images/pic14.jpg") no-repeat;
    background-size: 100% 100%;
}
.section3 .titT{
    overflow: hidden;
    position: relative;
    font-size: 42px;
    color: #8eb126;
    font-weight: bold;
    text-align: center;
}
.section3 .ulBox{
    position: relative;
	margin:35px 0;
	height:692px;
	overflow-y: scroll;
}
.section3 .ulBox::-webkit-scrollbar {
	width: 5px;  
	height: 5px;
	scrollbar-arrow-color:red;
}
.section3 .ulBox::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	scrollbar-arrow-color:red;
}
.section3 .ulBox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.section3 .ulBox ul{}
.section3 .ulBox ul li{
    display: block;
       overflow: hidden;
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}
.section3 .ulBox ul li:first-child{
	padding-top:0;
}
.section3 .ulBox ul li:last-child{
    border-bottom: none;
	padding-bottom:0;
}
.section3 .ulBox ul li .liL{
    overflow: hidden;
    width: 352px;
    height: 183px;
}
.section3 .ulBox ul li .liL img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.section3 .ulBox ul li .liR{
    overflow: hidden;
    width: 660px;
    height: 183px;
	margin-right:8px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
    border: 1px solid #d49e1c;
}
.section3 .ulBox ul li .liRL{
    overflow: hidden;
    width: 70px;
    height: 100%;
    color: #d49e1c;
    padding: 10px 0 0 0;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #d49e1c;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.section3 .ulBox ul li .liRL strong{
    font-size: 32px;
    line-height: 30px;
}
.section3 .ulBox ul li .liRR{
    overflow: hidden;
    width: 588px;
}
.section3 .ulBox ul li .liRR h3{
    color: #d49e1c;
    margin: 0;
    padding: 0 20px;
}
.section3 .ulBox ul li .liRR h3:first-child{
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #d49e1c;
}
.section3 .ulBox ul li .liRR h3:last-child,.section3 .ulBox ul li .liRR h3:last-child p,.section3 .ulBox ul li .liRR h3:last-child span{
	display:black;
    padding:15px 20px 0;
    line-height: 35px;
    overflow: hidden;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.section3 .ulBox ul li .liRR h3:last-child p,.section3 .ulBox ul li .liRR h3:last-child span{
	padding:0;
}
.section3 .ulBox ul li:hover .liL img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section3 .ulBox ul li:hover .liR{
    background-color: #ddb149;
}
.section3 .ulBox ul li:hover .liR .liRL{
    color: #fff;
    background-color: #d49e1c;
}
.section3 .ulBox ul li:hover .liR .liRR h3{
    color: #fff;
}
.section3 .more{
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}
.section3 .more a{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: auto;
    text-align: center;
    background-color: #8eb126;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section3 .more a:hover{
    background-color: #d49e1c;
}
.section4{
    overflow: hidden;
    position: relative;
    padding: 100px 0 100px 0;
    min-height: 847px;
    background: url("../images/pic22.jpg") no-repeat;
    background-size: 100% 100%;
}
.section4 .titT{
    overflow: hidden;
    position: relative;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.section4 .wrapper {
    margin: 0 15px 0 15px;
}
.ta_calendar table caption {
    text-align: center;
    height: 35px;
    line-height: 19px;
    font-size: 14px;
    color: #fff;
}
.ta_calendar table thead tr{
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #fff;
}
.ta_calendar table thead th{
    border: none;
    color: #fff;
}
.ta_calendar table thead th{
    text-align: center;
}
.ta_calendar{
    width: 538px;
    left: 50%;
    height: 250px;
    margin-left: -570px;
    display: block!important;
    position: relative;
    background-color: rgba(0,0,0,.5);
    top: -607px;
}
.ta_calendar td.ta_dateRangeGray{
    color: rgba(0,0,0,0);
}
.ta_calendar table tbody td{
    color: #fff;
}
.ta_calendar_footer{
    display: none;
}
.ta_dateRangeGray{
    /*display: none;*/
}
.i_pre, .i_next{
    /* background: url(http://imgcache.qq.com/bossweb/mta/images/calendar_all.png) no-repeat; */
    background: url(../images/calendar_all.png) no-repeat;
    cursor: pointer;
}
.ta_calendar_cont .i_next {
    background: url(../images/calendar_all.png) no-repeat -30px;
}
.ta_calendar td.ta_dateRangeSelected{
    background: none;
    cursor: pointer;
}
.ta_calendar td.first, .ta_calendar td.last, .ta_calendar td.today {
    color: #fff;
    background: url(../images/calendar_all.png) no-repeat -92px;
    cursor: pointer;
}
.ta_calendar td.today {
    color: #fff;
    background: url(../images/calendar_all.png) no-repeat -92px;
    cursor: pointer;
}
.ta_dateRangeTodayThis,.ta_calendar td:hover {
    color: #fff;
    background: url(../images/calendar_all.png) no-repeat -92px;
    cursor: pointer;
}
.ta_calendar td.ta_dateRangeGray:hover{
    color: rgba(0,0,0,0);
    background: none;
}
.ta_calendar td:first-child:hover {
    background: none;
}

.section4 .more{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120px;
    height: 120px;
    padding: 50px 0;
    margin-left: -360px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #eabc4c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section4 .more a{
    color: #000;
    display: block;
    overflow: hidden;
}
.section4 .more:hover{
    background-color: #8eb126;
}
.section4 .more:hover a{
    color: #fff;
}
.section4 .ulBox{
    overflow: hidden;
    margin-top: 30px ;
    height: 537px;
}
.section4 .ulBox .ul{
    overflow-y: scroll;
    width: 540px;
    float: right;
    max-height: 487px;
    margin: 50px 0 0 0;
}
.section4 .ulBox .ul::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.section4 .ulBox .ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    background: rgba(0,0,0,.4);
}
.section4 .ulBox .ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.section4 .ulBox .ul li{
    display: block;
    overflow: hidden;
}
.section4 .ulBox .ul li dl{
    margin: 0;
}
.section4 .ulBox .ul li dl dd{
    margin: 50px 0 0 0 ;
    cursor: pointer;
}
.section4 .ulBox .ul li dl dd:first-child{
    margin: 0 0 0 0 ;
}
.section4 .ulBox .ul li dl dd .li{
    overflow: hidden;
}
.section4 .ulBox .ul li dl dd .li .liI{
    overflow: hidden;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section4 .ulBox .ul li dl dd .liT{
    overflow: hidden;
    width: 512px;
    float: left;
    margin-top: -8px;
    margin-left: 8px;
    padding:  20px;
    background-color: #fff;
    min-height: 121px;
    border: 1px solid #fff;
}
.section4 .ulBox .ul li dl dd .liT h3{
    font-size: 21px;
    color: #d49e1c;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section4 .ulBox .ul li dl dd .liT h4{
    color: #8fc31f;
	    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 10px 0;
}
.section4 .ulBox .ul li dl dd .liT h5{
    font-size: 16px;
    margin: 0;
    color: #d49e1c;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section4 .ulBox .ul li dl dd:hover .li .liI{
    border: 1px solid #fff;
    background-color: #d49e1c;
}
.section4 .ulBox .ul li dl dd:hover .liT{
    border: 1px solid rgba(255,255,255,.5);
    background-color:rgba(212,158,28,.7);
}
.section4 .ulBox .ul li dl dd:hover .li h3,.section4 .ulBox .ul li dl dd:hover .li h4,.section4 .ulBox .ul li dl dd:hover .li h5{
    color: #fff;
}
.section5{
    overflow: hidden;
    padding: 90px 0;
    margin-top: -250px;
}
.picScroll-top{
    overflow:hidden;
    position:relative;
}
.picScroll-top .hd{
    overflow:hidden;
    margin-top: 40px;
}
.picScroll-top .hd ul{
    overflow:hidden;
    zoom:1;
    text-align: center;
}
.picScroll-top .hd ul li{
    display: inline-block;
    width:10px;
    height:10px;
    overflow:hidden;
    margin:0 10px;
    text-indent:-999px;
    cursor:pointer;
    background-color: #000000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.picScroll-top .hd ul .on{
    background-color: #ff0000;
}
.picScroll-top .hd ul li.on{ background-position:0 0; }
.picScroll-top .bd{
    overflow: hidden;
}
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{
    text-align:center;
    zoom:1;
}
.picScroll-top .bd ul li .pic dl{
    margin: 0;
}
.picScroll-top .bd ul li .pic dl dd{
    display: inline-block;
    text-align: center;
    width: 30%;
    line-height: 100px;
    height: 100px;
}
.picScroll-top .bd ul li .pic img{
    max-width: 80%;
    max-height: 100px;
}
.picScroll-top .bd ul li .pic a:hover img{ border-color:#999;  }
.section5 .titT{
    overflow: hidden;
    text-align: center;
	    margin: 0 0 20px 0;
}
.section5 .titT img{
    margin-top: -28px;
}
.section5 .titT span{
    margin: 0 130px;
}
.section5 .titSp{
    font-weight: bold;
    font-size: 44px;
    position: relative;
    z-index: 2;
}





.aboutSection{
    overflow: hidden;
    position: relative;
}
.aboutSection .sectionLeft{
    overflow: hidden;
    position: relative;
}
.aboutSection .sectionLeft h1{
    overflow: hidden;
    font-size: 42px;
    font-weight: bold;
    color: #cc8809;
    margin: 0;
	line-height:inherit;
}
.aboutSection .sectionLeft .link{
    overflow: hidden;
    margin: 20px 0 0 0;
}
.aboutSection .sectionLeft .link a{
    overflow: hidden;
    display: block;
    float: left;
    padding: 5px 30px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    background-color: #e6bc56;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.aboutSection .sectionLeft .link img{
    float: right;
    margin: 6px 0 0 20px;
}
.aboutSection .sectionLeft h3{
    margin: 20px 0 0 0;
    color: #d49e1c;
	color: #333;
    text-align: justify;
    line-height: 26px;
}
.aboutSection .sectionRight{
    overflow: hidden;
    position: relative;
}
.aboutSection .sectionRight img{
    width: 300px;
    height: 300px;
}
.aboutSection2{
    overflow: hidden;
    position: relative;
    margin: 50px 0 0 0;
}
.aboutSection2 .titBor{
    overflow: hidden;
}
.aboutSection2 .titBor img{
    width: 100%;
    height: auto;
}
.aboutSection2 .center{
    overflow: hidden;
}
.aboutSection2 .center ul{}
.aboutSection2 .center ul li{
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    margin: 0 0 30px 0;
}
.aboutSection2 .center ul li .liI{
    overflow: hidden;
    width: 228px;
    height: 228px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.aboutSection2 .center ul li .liI img{
    width: 100%;
    height: 100%;
}
.aboutSection2 .center ul li .spT{
    overflow: hidden;
    width: 880px;
    font-size: 24px;
    color: #333333;
    /* text-align: right; */
    line-height: 32px;
    padding:  60px 0 0  0;
    margin-top: 20px;
    border-top: 1px dashed #cc8809;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.aboutSection2 .center ul li:first-child .spT{
    border-top: none;
}
.aboutSection2 .tit{
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 42px;
    color: #a5dc47;
    font-weight: bold;
}
.aboutSection3{
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
}
.aboutSection3 .titT{
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #cc8809;
    text-align: center;
    margin: 0 0 30px 0;
}
.aboutSection3 .video{
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.aboutSection3 .video video{
    width: 100%;
}
.committeeSection{
    overflow: hidden;
    position: relative;
}
.committeeSection .titT{
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #cc8809;
    text-align: center;
    margin: 0 0 30px 0;
}
.committeeSection .center{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.committeeSection .center ul{}
.committeeSection .center ul li{
    display: inline-block;
    width: 30%;
    line-height: 100px;
    height: 100px;
    margin: 30px 0 0 0;
}
.committeeSection .center ul li img {
    max-width: 80%;
    max-height: 100px;
}
.contactSection{
    overflow: hidden;
    position: relative;
}
.contactSection .titT{
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #cc8809;
    text-align: center;
    margin: 0 0 60px 0;
}
.contactSection .center{
    overflow: hidden;
    position: relative;
}
.contactSection .center input{
    width: 100%;
    height: 54px;
    line-height: 52px;
    font-size: 21px;
    color: #cc8809;
    padding: 0 15px;
    margin: 0 0 30px 0;
    border: 1px solid #cc8809;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contactSection .center input:-moz-placeholder {  color: #cc8809;  }
.contactSection .center input::-moz-placeholder {  color: #cc8809;  }
.contactSection .center input:-ms-input-placeholder{  color: #cc8809;  }
.contactSection .center input::-webkit-input-placeholder{  color: #cc8809;  }
.contactSection .center input:-ms-input-placeholder{ color: #cc8809; }
.contactSection .center input::-webkit-input-placeholder{ color: #cc8809;}
.contactSection .center input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.contactSection .center input[type="number"]{
    -moz-appearance: textfield;
}
.contactSection .center textarea{
    width: 100%;
    height: 222px;
    font-size: 21px;
    color: #cc8809;
    padding:15px 15px;
    margin: 0 0 30px 0;
    border: 1px solid #cc8809;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}
.contactSection .center textarea:-moz-placeholder {  color: #cc8809;  }
.contactSection .center textarea::-moz-placeholder {  color: #cc8809;  }
.contactSection .center textarea:-ms-input-placeholder{  color: #cc8809;  }
.contactSection .center textarea::-webkit-input-placeholder{  color: #cc8809;  }
.contactSection .center textarea:-ms-input-placeholder{ color: #cc8809; }
.contactSection .center textarea::-webkit-input-placeholder{ color: #cc8809;}
.contactSection .titB{
    overflow: hidden;
    font-size: 21px;
    color: #cc8809;
    text-align: center;
    line-height: 40px;
    margin: 10px 0 50px 0;
}
.contactSection .center input[type="submit"]{
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    width: 80px;
    height: 80px;
    line-height: 65px;
    margin: auto;
    background-color: #8eb126;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
}
.detailBox{
    overflow: hidden;
    position: relative;
}
.detailBox .titT{
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #cc8809;
    padding-bottom: 10px;
    border-bottom: 1px solid #cc8809;
}
.detailBox .titC{
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #cc8809;
}
.detailBox .titCThis{
    position: fixed;
    width: 1170px;
    left: 50%;
    top: 110px;
    margin-left: -585px;
    background-color: #fff;
    z-index: 1;
}
.detailBox .titC ul{}
.detailBox .titC ul li{
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    color: #cc8809;
    font-size: 24px;
    height: 70px;
    width: 15.2%;
    padding-top: 23px;
    /*text-align: center;*/
}
.detailBox .titC ul li:first-child{
    text-align: left;
    width: 12%;
}
.detailBox .titC ul li:last-child{
    text-align: right;
    width: 12%;
}
.detailBox .titC ul li span{
    color: #cc8809;
    padding-bottom: 5px;
    border-bottom: 10px solid #fff;
    /* cursor: pointer; */
}
#LoutiNav .active span{
    border-bottom: 10px solid #cc8809;;
}
.detailBox .center{
    overflow: hidden;
    position: relative;
}
.detailBox .center .louceng{
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #cc8809;
}
.detailBox .center .louceng:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.detailBox .center .louceng h3{
    color: #cc8809;
    margin: 30px 0 10px 0;
}
.detailBox .center .louceng .spT{
    overflow: hidden;
}
.detailBox .center .louceng .spT p{
    color: #333333;
    font-size: 21px;
    text-align: justify;
    margin: 5px 0 0 0;
    line-height: 35px;
}
.activitySection{
    overflow: hidden;
    position: relative;
}
.activitySection .titT{
    overflow: hidden;
    margin: 0 0 60px 0;
}
.activitySection .titT .titTL{
    text-align: center;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #cc8809;
}
.activitySection .titT .titTR{
    overflow: hidden;
}
.activitySection .titT .titTR input{
    width: 250px;
    height: 48px;
    line-height: 46px;
    color: #333;
    float: left;
    margin-right: 15px;
    font-size: 21px;
    border: 1px solid #a179b4;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.activitySection .titT .titTR input:-moz-placeholder {  color: #c2c2c2;  }
.activitySection .titT .titTR input::-moz-placeholder {  color: #c2c2c2;  }
.activitySection .titT .titTR input:-ms-input-placeholder{  color: #c2c2c2;  }
.activitySection .titT .titTR input::-webkit-input-placeholder{  color: #c2c2c2;  }
.activitySection .titT .titTR input:-ms-input-placeholder{ color: #c2c2c2; }
.activitySection .titT .titTR input::-webkit-input-placeholder{ color: #c2c2c2;}
.activitySection .titT .titTR button{
    width: 120px;
    height: 48px;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    border: none;
    float: right;
    background-color: #a179b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.activitySection .titC{
    overflow: hidden;
    margin: 0 0 60px 0;
}
.activitySection .titC .titCT{
    overflow: hidden;
}
.activitySection .titC .sp-t{
    overflow: hidden;
    font-size: 24px;
    color: #cc8809;
    width: 140px;
    line-height: 45px;
}
.activitySection .titC .titCT .titCR{
    overflow: hidden;
    width: 1030px;
}
.activitySection .titC .titCT .titCR ul{}
.activitySection .titC .titCT .titCR ul li{
    display: block;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    width: 120px;
    height: 45px;
    font-size: 21px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.activitySection .titC .titCT .titCR ul li:first-child{
    margin-left: 0;
}
.activitySection .titC .titCT .RadioStyle ul li input {
    display: none;
}
.activitySection .titC .titCT .RadioStyle ul li label {
    border: 1px solid #CCC;
    color: #666;
    width: 120px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0;
	font-weight: 500;
  color: #d6a03a;
  cursor:pointer;
   border: 1px solid #d6a03a;
}
.activitySection .titC .titCT .RadioStyle ul li input:checked + label {
	color:#fff;
}
.activitySection .titC .titCT .RadioStyle ul li:nth-child(1) input:checked + label {
	border: 1px solid #ff0000;
    background-color: #ff0000;
}
.activitySection .titC .titCT .RadioStyle ul li:nth-child(2) input:checked + label {
   border: 1px solid #fff100;
    background-color: #fff100;
}
.activitySection .titC .titCT .RadioStyle ul li:nth-child(3) input:checked + label {
 border: 1px solid #bbaad2;
    background-color: #bbaad2;
}
.activitySection .titC .titCT .RadioStyle ul li:nth-child(4) input:checked + label {
    border: 1px solid #00a0e9;
    background-color: #00a0e9;
}
.activitySection .titC .titCT .RadioStyle ul li:nth-child(5) input:checked + label {
    border: 1px solid #d49e1c;
    background-color: #d49e1c;
}
.activitySection .titC .titCT .RadioStyle ul li:nth-child(6) input:checked + label {
    border: 1px solid #e3907a;
    background-color: #e3907a;
}
.activitySection .titC .titCT .RadioStyle ul li:nth-child(7) input:checked + label {
    border: 1px solid #adcfda;
    background-color: #adcfda;
}
.activitySection .titC .titCT .RadioStyle ul li:nth-child(8) input:checked + label {
    border: 1px solid #8fc31f;
    background-color: #8fc31f;
}
.activitySection .titC .titCB .RadioStyle ul li input:checked + label {
    border: 1px solid #d6a03a!important;
    background-color: #d6a03a!important;
}


.activitySection .titC .titCC{
    overflow: hidden;
    margin: 50px 0 0 0;
}
.activitySection .titC .titCC .titCR{
    overflow: hidden;
    width: 1030px;
}
.activitySection .titC .titCC .titCR .demo4{
    overflow: hidden;
}
.activitySection .titC .titCC .titCR span{
    font-size: 21px;
    line-height: 45px;
    color: #cc8809;
    margin-right: 40px;
}
.activitySection .titC .titCC .titCR .demo4:last-child span{
    margin-left: 40px;
}
.laydate-icon, .laydate-icon-default, .laydate-icon-danlan, .laydate-icon-dahong, .laydate-icon-molv {
    width: 250px!important;
    height: 45px!important;
    line-height: 43px!important;
    padding-right: 20px;
    border: 1px solid #d6a03a!important;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    outline: 0;
    color: #cc8809;
    font-size: 21px;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.laydate-icon {
    border: 1px solid #d6a03a!important;
    background: url('../images/pic55.png') no-repeat right !important ;
    background-size:auto 100%;
}
.laydate_body .laydate_y .laydate_yms ul{
    width: 120px!important;
}
.laydate_body .laydate_top{
    padding: 0!important;
}
.laydate_body .laydate_click {
    background-color: #cc8809!important;
    color: #fff!important;
}
.laydate_body .laydate_table td:hover{background-color:#cc8809!important; color:#fff;}
.laydate_body .laydate_top {
    border-top: 1px solid #cc8809!important;
    background-color: #cc8809!important;
}
.laydate_body .laydate_chprev {
    border-left: none;
    border-right: 1px solid #cc8809!important;
}
.laydate_body .laydate_ym {
    border: 1px solid #cc8809!important;
    background-color: #cc8809!important;
}
.laydate_body .laydate_choose {
    border-left: 1px solid #cc8809!important;
}
.laydate_body .laydate_box a{
    background-color: #cc8809!important;
}
.laydate_body .laydate_box a:hover {
    background-color: #d6a03a!important;
}
.laydate_body .laydate_ym .laydate_yms {
    border: 1px solid #cc8809!important;
    background-color:#cc8809!important;
}
.laydate_body .laydate_y .laydate_yms .laydate_chdown {
    border-top: 1px solid #d6a03a!important;
}
.laydate_body .laydate_y .laydate_yms a {
    border-bottom: 1px solid #d6a03a!important;
}
.laydate_body .laydate_y .laydate_yms ul li:hover,.laydate_body .laydate_m .laydate_yms span:hover{
    background-color: #d6a03a!important;
}
.laydate_body .laydate_bottom .laydate_btn {
     position: absolute;
    right: 5px;
    top: 0px!important;
}
.laydate_body .laydate_bottom .laydate_btn a{
    color: #fff;
}

.activitySection .titC .titCB{
    margin: 50px 0 0 0;
}
.activitySection .titC .titCB .titCR ul li .magic-checkbox + label:before{
    color: #d6a03a;
    background-color: #fff;
    border: 1px solid #d6a03a;
}
.activitySection .titC .titCB .titCR ul .this .magic-checkbox + label:after,.activitySection .titC .titCB .titCR ul .this .magic-checkbox + label:before{
    background-color: #d6a03a!important;
	   border: 1px solid #d6a03a!important;
}
/* .activitySection .titC .titCT .titCR ul .this .magic-checkbox + label:before{ */
    /* background-color: #fff!important; */
    /* border: 1px solid #d6a03a!important; */
/* } */
.activitySection .but{
    overflow: hidden;
    position: relative;
    text-align: right;
    padding-bottom: 50px;
    margin-top: 35px;
    border-bottom: 1px solid #d6a03a;
}
.activitySection .but button{
    width: 120px;
    height: 45px;
    font-size: 24px;
    color: #cc8809;
    background-color: #fff;
    border: 1px solid #cc8809;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.activitySection .center{
    overflow: hidden;
    position: relative;
}
.activitySection .center ul{}
.activitySection .center ul li{
    display: block;
    overflow: hidden;
    margin: 0 0 50px 0;
}
.activitySection .center ul li .liI{
    overflow: hidden;
    width: 535px;
    height: 365px;
}
.activitySection .center ul li .liI img{
    width: 100%;
    height: auto;
}
.activitySection .center ul li .liSp{
    overflow: hidden;
    width: 575px;
}
.activitySection .center ul li .liSp h1{
    margin: 0;
    color: #d6a03a;
    font-weight: bold;
    overflow: hidden;
    /* white-space: nowrap; */
    /* -ms-text-overflow: ellipsis; */
    /* text-overflow: ellipsis; */
}
.activitySection .center ul li .liSp h2{
	    margin:20px 0 0 0;
    color: #333;
	   font-size: 24px;
    overflow: hidden;
    /* white-space: nowrap; */
    /* -ms-text-overflow: ellipsis; */
    /* text-overflow: ellipsis; */
}
.activitySection .center ul li .liSp h2 span{
	color: #8eb126;
}
.activitySection .center ul li .liSp h3{
    font-size: 21px;
    color: #333333;
    /* max-height: 120px; */
    margin: 30px 0 0 0;
    line-height: 40px;
    overflow: hidden;
    /* display:-webkit-box; */
    /* -webkit-line-clamp:3; */
    /* -webkit-box-orient:vertical; */
}
.activitySection .center ul li .liSp dl{
    margin: 30px 0 0 0;
    text-align: center;
}
.activitySection .center ul li .liSp dl dd{
    display: inline-block;
    font-size: 21px;
 /*    margin: 0 3.9%; */
	padding:0 1%;
    width: 30%;
    color: #cc8809;
    line-height: 40px;
}
.activitySection .center ul li .liSp dl dd:first-child{
    float: left;
    margin-left: 0;
}
.activitySection .center ul li .liSp dl dd:last-child{
    float: right;
    margin-right: 0;
}
.a2a_floating_style{
	position:relative!important;
	overflow:hidden;
	margin:20px 0 0 0;
	padding:0!important;
}
.a2a_floating_style a{
	float:left;
	clear:none!important;
}
.a2a_floating_style .a2a_svg{
	background-color: #8eb126!important
}


.detailBox .titleT{
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #cc8809;
}
.detailBox .titleT h1{
    overflow: hidden;
    font-weight: bold;
    margin: 0;
}
.detailBox .titleT h1 span{
    font-size: 30px;
    color: #333;
    margin-left: 10px;
}
.detailBox .titleT h1 .sp1{
    margin-right: 20px;
    margin-left: 0;
    font-size: 36px;
    color: #cc8809;
}
.detailBox .titleT h3{
    margin: 20px 0 20px 0;
    color: #333;
    font-size: 24px;
    overflow: hidden;
}
.detailBox .titleT h3 span,.detailBox .titleT h4 span{
	color:#8eb126;
}
.detailBox .titleC{
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #cc8809;
}
.detailBox .titleC ul{}
.detailBox .titleC ul li{
    display: block;
    overflow: hidden;
    line-height: 35px;
    padding: 5px 0;
}
.detailBox .titleC ul li .sp1{
    font-size: 24px;
    color: #cc8809;
    margin-right: 10px;
}
.detailBox .titleC ul li .sp2{
    color: #333;
    font-size: 21px;
}
.detailBox .titleC ul li .sp2 .sp3{
    margin-right: 20px;
}
.detailBox .titleC .spT,.detailBox .titleC .spT p{
	overflow:hidden;
	color: #333333;
    font-size: 21px;
    text-align: justify;
    margin: 5px 0 0 0;
    line-height: 35px;
}
.activitySection h2{
	    margin: 30px 0 0 0;
    color: #d6a03a;
}


.Broadcast{
    overflow: hidden;
    position: relative;
}
.Broadcast .picScroll-left{
    overflow: hidden;
    position: relative;
}
.Broadcast .picScroll-left .bd{
    overflow: hidden;
}
.Broadcast .picScroll-left .bd .picList{
    overflow:hidden;
}
.Broadcast .picScroll-left .bd ul li{
    width: 33.33333333333333%;
    float:left;
}
.Broadcast .picScroll-left .bd ul li .pic{
    overflow: hidden;
}
.Broadcast .picScroll-left .bd ul li .pic img{
    width: 100%;
    height: auto;
}
.Broadcast .picScroll-left .hd{}
.Broadcast .picScroll-left .hd a{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    top: 0%;
    z-index: 1;
    width: 33.333333333333%;
    height: 100%;
    text-align: right;
    background-color: rgba(0,0,0,.5);
}
.Broadcast .picScroll-left .hd .prev{
    left: 0%;
}
.Broadcast .picScroll-left .hd .prev img{
    margin: 50% 25% 0 0;
}
.Broadcast .picScroll-left .hd .next{
    right: 0%;
}
.Broadcast .picScroll-left .hd .next img{
    margin: 50% 75% 0 0;
}
.picScroll-left .hd ul{
  position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
.picScroll-left .hd ul li{
    display: inline-block;
    width:15px;
    height:15px;
    overflow:hidden;
    margin:0 10px;
    text-indent:-999px;
    cursor:pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
}
.picScroll-left .hd ul li.on{
    background-color: #f8b551;
}



@media screen and (max-width:1024px) {
	.activitySection .titC .sp-t{
		font-size:18px;
		width:90px;
	}
    .topNav .logo{
        position:absolute;
    }
    .topNav .nav .navT{
        margin: 0 0 0 0;
    }
    .topNav .logo img {
        width: 59px;
        height: 59px;
    }
    /* .topNav .nav .navT{ */
    /* margin: 0; */
    /* } */
    .topNavThis .nav .navT {
        margin: 0 0 0 0;
    }
    .topNav .nav .navB{
        margin: 12px 0 0 0;
    }
    .topNav .nav .navB ul li {
        font-size:16px;
        margin: 0 0 0 20px;
    }
    .bannerBox .spT {
        margin-right: -485px;
        bottom: 30px;
        width: 180px;
        height: 116px;
    }
    .bannerBox .spT h1{
        font-size: 30px;
    }
    .bannerBox .spT span {
        font-size: 60px;
        line-height: 0.8;
    }
    .bannerBox .carousel-control.right {
        right: 2%;
    }
    .bannerBox .carousel-control.left {
        left: 2%;
    }
    .section2 .spT .tit img{
        width: 150px;
    }
    .section3 {
        background-size: auto auto;
    }
    .section3 .ulBox ul li .liR {
        width: 550px;
    }
    .section3 .ulBox ul li .liRR {
        width: 478px;
    }
	.section3 .ulBox ul li .liRR p{
		padding:0px;
	}
    .ta_calendar {
        width: 506px;
        margin-left: -470px;
    }
    .ta_calendar table{
        margin: 0;
    }
    .section4 .ulBox .ul{
        width: 400px;
    }
    .section4 .ulBox .ul li dl dd .liT {
        width: 372px;
    }
    .section4 .more {
        margin-left: -277px;
    }
    .footer .foot .center{
        padding: 0 0 40px;
    }
    .footer .foot .center .titT ul li span {
        margin: 0 28px;
    }
    .fixedBox{
        right: 42px;
    }
    .aboutSection2 .center ul li .spT{
        width: 680px;
    }
    .activitySection .titC .titCT .titCR,.activitySection .titC .titCC .titCR {
        width: 880px;
    }
    .activitySection .titC .titCT .titCR ul li {
        /* margin-left: 5px; */
        /* width: 120px; */
		margin-right:10px;
		margin-bottom:10px;
		margin-left:0!important;
    }
    .activitySection .titC .titCT .titCR ul li .magic-checkbox + label span,.activitySection .titC .titCT .titCR ul li .magic-checkbox + label:after{
          /* width: 105px; */
        /* font-size: 16px; */
    }
    .activitySection .center ul li .liI {
        width: 443px;
        height: 302px;
    }
    .activitySection .center ul li .liSp {
        width: 483px;
    }
.detailBox .titCThis {
    position: fixed;
    width: 95%;
    left: 2.5%;
    top: 89px;
    margin-left: 0;
}

.section5 .titT span {
    margin: 0 100px;
}
.section5 .titSp {
    font-size: 36px;
}
.section5 .titT img{
	    margin-top: -20px;
}

}


@media screen and (max-width:768px) {
    .topNav .nav .navT{
        margin: 0 0 0 0;
    }
    .topNavThis .nav .navT {
        margin: 0 0 0 0;
    }
    .topNav .nav .navB{
        margin: 12px 0 0 0;
    }
    .topNav .nav .navB ul li {
        font-size:12px!important;
        margin:0;
    }
    .topNav .nav .navB ul{
        text-align:right;
    }
    .topNav .nav .navT ul li{
        font-size: 16px;
    }
    .topNav .nav .navB{
        margin: 17px 0 0 0;
    }
    .topNav .nav .navB ul li {
        margin: 0 0 0 10px;
        font-size: 16px;
    }
    .bannerBox .spT {
        margin-right: -375px;
        bottom: 20px;
        width: 120px;
        height: 77px;
    }
    .bannerBox .spT h1{
        font-size: 20px;
    }
    .bannerBox .spT span {
        font-size: 40px;
        line-height: 0.6;
    }
    .section .center {
        width: 350px;
        height: 350px;
        padding: 40px 0 0 0;
    }
    .section .center h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .section .center h3 {
        display:none;
        font-size: 18px;
        line-height: 25px;
        margin: 15px 0 15px 0;
    }
    .section .ulBox ul li .li {
        width: 150px;
        height: 150px;
    }
    .section .ulBox ul li .li .liT{
        line-height: 150px;
    }
    .section .ulBox ul li:nth-child(1){
        margin-left: -210px;
    }
    .section .ulBox ul li:nth-child(2){
        margin-right: -210px;
    }
    .section .ulBox ul li:nth-child(3){
        top: 160px;
        margin-left: -360px;
    }
    .section .ulBox ul li:nth-child(4){
        top: 160px;
        margin-right: -360px;
    }
    .section .ulBox ul li:nth-child(5){
        top: 365px;
        margin-left: -360px;
    }
    .section .ulBox ul li:nth-child(6){
        top: 365px;
        margin-right: -360px;
    }
    .section .ulBox ul li:nth-child(7){
        top: 570px;
        margin-left: -210px;
    }
    .section .ulBox ul li:nth-child(8){
        top: 570px;
        margin-right: -210px;
    }
    .section2 .spT .tit img{
        display: none;
    }
    .section3 {
        background-size: auto auto;
    }
    .section3 .ulBox ul li .liR {
        width: 344px;
    }
    .section3 .ulBox ul li .liRR {
        width: 272px;
    }
    .ta_calendar {
        width: 506px;
        margin-left: -470px;
    }
    .ta_calendar table{
        margin: 0;
    }
    .footer .foot .center{
        padding: 0 0 40px;
    }
    .footer .foot .center .titT ul li span {
        margin: 0 8px;
    }
    .fixedBox{
        right: 42px;
    }
    .section4 {
        padding: 50px 0 50px 0;
        min-height: 847px;
        background: url(../images/pic22.jpg) no-repeat;
        background-size: auto 100%;
    }
    .section4 .titT {
        font-size: 30px;
    }
    .section4 .more {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 40px 0;
        font-size: 14px;
        margin: 30px auto 0;
    }
    .section4 .ulBox{
        margin-top: 300px;
    }
    .section4 .ulBox .ul {
        width: 100%;
        float: right;
        margin-top: 10px;
        max-height: 383px;
    }
    .section4 .ulBox .ul li dl dd{
        margin: 15px 0 0 0;
    }
    .section4 .ulBox .ul li dl dd .liT {
        width: 100%;
        min-height: 121px;
    }
    .section4 .ulBox .ul li dl dd .li .liI{
        display: none;
    }
    .ta_calendar {
        width: 86%;
        left: 7%;
        height: 250px;
        margin-left: 0;
        display: block!important;
        position: relative;
        background-color: rgba(0,0,0,.5);
        top: -850px;
        overflow: hidden;
    }
    .ta_calendar table {
        width: 50%;
        margin: 0;
    }
    .ta_calendar td.today {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -86px;
        cursor: pointer;
    }
    .picScroll-top .bd .titT img{
        width: 160px;
        height: 1px;
    }
    .aboutSection .sectionRight{
        margin: 10px 0 0 0;
        text-align: center!important;
    }
    .aboutSection2 .center ul li .spT {
        width: 480px;
    }
    .aboutSection2 .tit{
        right: 15px;
    }
    .detailBox .titC ul li{
        font-size: 18px;
        padding-top: 31px;
    }
    .activitySection .titC .sp-t {
        width: 80px;
    }
    .activitySection .titC .titCT .titCR, .activitySection .titC .titCC .titCR{
        width: 100%;
    }
    .activitySection .titC .titCT .titCR ul li{
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 10px;
    }
    .activitySection .center ul li .liI {
        width: 342px;
        height: 233px;
    }
    .activitySection .center ul li .liSp {
        width: 391px;
    }
    .activitySection .center ul li .liSp dl dd {
        margin: 0;
        width: 33.333333333333%;
    }

.detailBox .titCThis {
    position: fixed;
    width: 98%;
    left: 1%;
    top: 89px;
    margin-left: 0;
}
.section5 .titT img{
	width:150px;
	height:1px;
}

}











@media screen and (max-width:767px) {
	.sectionMobile h4,.sectionMobile h5{
		line-height:inherit;
	}
	.section4 .more a{
    color: #000;
    display: block;
    overflow: hidden;
	margin:10px 0 0 0;
}
    .header{position:fixed;height:50px;background:white;z-index: 99999;padding-top: 5px;width: 100%;border-bottom: 1px solid #ccc}
    .header h3{color: #2c2c2c;margin: 0;line-height: 50px}
    .header .logo{padding:0 0 0 15px;position: relative;z-index: 9999;float: left;}
    .header .logo img{display:block;height: 40px;top: 0;}
    .header .search span{display:none;}
    .dl-menuwrapper{
        margin-bottom: 0;
    }
    .dl-menuwrapper button {
        position: absolute;
        right: 0;
        z-index: 9999;
        background: white url("../images/menu.png") no-repeat scroll center center / 20px auto;
        border-bottom: 1px solid #ccc
    }
    .dl-menuwrapper button:hover,.dl-menuwrapper button.dl-active{
        background-color: white;
    }
    .dl-menuwrapper ul {
        background: #8eb126 none repeat scroll 0 0;
    }
    .dl-menuwrapper li a {
        border-top: 1px solid #a4cc2c;
        border-bottom: none;
        padding: 9px 20px;
        font-size: 14px;
    }
    .dl-menuwrapper li.dl-back:after{
        top: 2px;
    }
    .header .navT{
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 55px;
        line-height: 50px;
        z-index: 1000;
    }
    .header .navT ul{}
    .header .navT ul li{
        display: inline-block;
        color: #333;
    }
    .header .navT ul li a{
        color: #333;
    }
    .bannerBox .spT{
        display: none;
    }
    .fixedBox {
        right: 15px;
    }
    .fixedBox ul li{
        margin: 0 0 10px 0;
    }
    .fixedBox ul li a{
        width: 30px;
        height: 30px;
        line-height: 25px;
    }
    .fixedBox ul li img{
        width: 15px;
    }
    .footer .foot .center {
        padding: 0 15px 40px;
        background: url(../images/pic23.png) no-repeat bottom right 0;
    }
    .footer .foot .center .titT ul li {
        font-size: 16px;
    }
    .footer .foot .center .titB .titBL{
        width: 100%;
        margin: 0;
    }
    .footer .foot .center .titB .titBL a {
        font-size: 22px;
    }
    .footer .foot .center .titB .titBC{
        width: 100%;
        margin: 0;
    }
    .footer .foot .center .titB .titBC h4,.footer .foot .center .titB .titBR h4{
        font-size: 16px;
    }
    .footer .foot .center .titB .titBC h4:first-child,.footer .foot .center .titB .titBR h4:first-child {
        font-weight: bold;
        margin: 15px 0 0 0;
    }
    .footer .foot .center .titB .titBR h4:last-child {
        margin: 0;
    }
    .footer .copy {
        font-size: 14px;
    }
    .bannerH{
        overflow: hidden;
        height: 50px;
        position: relative;
    }
    .bannerBox .carousel-control.left, .bannerBox .carousel-control.right {
        width: 12px;
        height: 35px;
    }
    .bannerBox .carousel-control.left img, .bannerBox .carousel-control.right img{
        width: 100%;
        height: 100%;
    }
    .bannerBox .carousel-caption {
        top: 45%;
        font-size: 30px;
    }
    .bannerBox .carousel-indicators {
        bottom: 0;
    }
    .section .center {
        width: 290px;
        height: 290px;
        margin: 60px auto 50px;
        padding: 50px 15px 0;
    }
    .section .center h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .section .center h3 {
        display:none;
        font-size: 18px;
        line-height: 25px;
        margin: 15px 0 20px 0;
    }
    .section .center a {
       /*  display:none; */
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 45px;
		margin-top:20px;
    }
    .section .ulBox{
        position: relative;
    }
    .section .ulBox ul li {
        position: relative;
        padding: 5px 15px;
        width: 50%;
        float: left;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        margin: 0 0 10px 0!important;
    }
    .section .ulBox ul li .li {
        width: 177px;
        height: 177px;
        margin:auto;
    }
    .section .ulBox ul li .li .liT {
        font-size: 18px;
        line-height: 167px;
    }
    .section2 .spT {
        margin-top: -21px;
    }
    .section2 .spT .tit {
        font-size: 30px;
    }
    .section2 .spT .tit img {
        display: none;
    }
    .section3 {
        padding: 50px 0 50px 0;
    }
    .section3 .titT {
        font-size: 30px;
    }
	.section3 .ulBox {
		padding-right:8px;
		height:776px;
		margin-bottom:0;
	}

    .section3 .ulBox ul li {
        padding: 25px 0;
    }
    .section3 .ulBox ul li .liL {
        width: 100%;
        height: 192px;
    }
    .section3 .ulBox ul li .liR {
        width: 100%;
        height: 155px;
        margin: 15px 0 0 0;
    }
    .section3 .ulBox ul li .liRR h3:first-child {
        font-size: 18px;
    }
    .section3 .ulBox ul li .liRR h3:last-child {
        padding: 15px 20px 0;
        line-height: 25px;
        font-size: 18px;
    }
    .section3 .ulBox ul li .liRR {
        width: 78%;
    }
    .section3 .more {
        margin-top: 5px;
    }
    .section3 .more a {
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .section5 {
        padding: 50px 0;
        overflow: hidden;
        margin-top: -500px;
    }
    .picScroll-top .bd .titT{
        height: 40px;
        padding: 0 15px;
    }
    .picScroll-top .bd .titT img{
        width: 70px;
        height: 1px;
        margin-top: 20px;
    }
    .picScroll-top .bd .titT img:first-child{
        float: left;
    }
    .picScroll-top .bd .titT img:last-child{
        float: right;
    }
    .picScroll-top .bd .titT span{
        width: auto;
        margin: 0;
    }
    .picScroll-top .titSp {
        font-size: 30px;
    }
    .picScroll-top .bd ul li .pic dl dd {
        line-height: 50px;
        height: 50px;
    }
    .picScroll-top .hd {
        overflow: hidden;
        margin-top: 20px;
    }
    .section4 {
        padding: 50px 0 50px 0;
        min-height: 847px;
        background: url(../images/pic22.jpg) no-repeat;
        background-size: auto 100%;
    }
    .section4 .titT {
        font-size: 30px;
    }
    .section4 .more {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 40px 0;
        font-size: 14px;
        margin: 30px auto 0;
    }
    .section4 .ulBox{
        margin-top: 550px;
    }
    .section4 .ulBox .ul {
        max-height: 384px;
        width: 100%;
        float: right;
    }
    .section4 .ulBox .ul li dl dd{
        margin: 15px 0 0 0;
    }
    .section4 .ulBox .ul li dl dd .liT {
        width: 100%;
        min-height: 121px;
    }
    .section4 .ulBox .ul li dl dd .li .liI{
        display: none;
    }
    .section4 .more {
        bottom: -20px;
    }
    .ta_calendar {
        width: 100%;
        left: 0;
        height: 500px;
        margin-left: 0;
        display: block!important;
        position: relative;
        background-color: rgba(0,0,0,.5);
        top: -1100px;
        overflow: hidden;
    }
    .ta_calendar table {
        width: 100%;
        margin: 0;
    }
    .ta_calendar td.today {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -86px;
        cursor: pointer;
    }
    .ta_calendar{
        width: 82%;
        left: 9%;
    }
    .ta_dateRangeTodayThis, .ta_calendar td:hover {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -85px;
        cursor: pointer;
    }
    .section .center {
        padding: 70px 15px 0;
    }
    .address {
        height: auto;
        line-height: 20px;
        font-size: 14px;
        padding:  10px 15px;
    }
    .aboutSection,.aboutSection2{
        padding: 0 15px;
    }
    .aboutSection .sectionLeft h1{
        font-size: 30px;
    }
    .aboutSection .sectionLeft h3 {
        font-size: 18px;
    }
    .aboutSection2 .tit{
        position: relative;
        text-align: center;
        font-size: 30px;
        left: 0;
    }
    .aboutSection2 .center{
        margin: 40px 0 0 0;
    }
    .aboutSection2 .center ul li{
        padding: 0;
    }
    .aboutSection2 .center ul li .liI{
        width: 100%;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .aboutSection2 .center ul li .liI img{
        width: 228px;
        height: 228px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .aboutSection2 .center ul li .spT {
        width: 100%;
        font-size: 18px;
        text-align: justify;
        padding: 0 0 0px 0;
        margin-top: 20px;
        border-bottom: 1px dashed #cc8809;
        border-top: none;
    }
    .aboutSection2 .center ul li:last-child .spT {
        border-bottom: none;
        padding: 0;
    }
    .aboutSection3 .titT{
        font-size: 30px;
    }
    .committeeSection .titT {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .committeeSection .center ul li{
        line-height: 50px;
        height: 50px;
        margin: 20px 0 0 0;
    }
    .contactSection{
        padding: 0 15px;
    }
    .contactSection .titT{
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .contactSection .center input {
        height: 44px;
        line-height: 42px;
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .contactSection .center textarea {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .contactSection .titB {
        font-size: 18px;
        line-height: 30px;
    }
    .detailBox{
        padding: 0 15px;
    }
    .detailBox .titT{
        font-size: 30px;
    }
    .detailBox .titC ul{
        overflow-y: scroll;
    }
    .detailBox .titC ul li {
        width: auto!important;
        font-size: 14px;
        padding-top: 16px;
        margin: 0 1.55%;
        height: 50px;
    }
    .detailBox .titC ul li:first-child{
        margin-left: 0;
    }
    .detailBox .titC ul li:last-child{
        margin-right: 0;
    }
    .detailBox .center .louceng{
        padding-bottom: 20px;
    }
    .detailBox .center .louceng h3{
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    .detailBox .center .louceng .spT p {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }
    .activitySection{
        padding: 0 15px;
    }
    .activitySection .titT {
        margin: 0 0 30px 0;
    }
    .activitySection .titT .titTL{
        width: 100%;
        font-size: 30px;
        margin: 0  0  20px 0;
    }
    .activitySection .titT .titTR input{
        width: 65%;
        margin: 0 5% 0 0 ;
        height: 44px;
        line-height: 42px;
    }
    .activitySection .titT .titTR button{
        width: 30%;
        height: 44px;
        line-height: 42px;
    }
    .activitySection .titC .sp-t {
        width: 100%;
        font-size: 18px;
    }
    .activitySection .titC .titCT .titCR ul li{
        width: 46%;
        margin: 0 2% 10px!important;
	
    }
    .activitySection .titC .titCT .titCR ul li .magic-checkbox + label span,.activitySection .titC .titCT .titCR ul li .magic-checkbox + label:after{
        width: 100%;
        font-size: 14px;
    }
    .activitySection .titC .titCC,.activitySection .titC .titCB {
        margin: 20px 0 0 0;
    }
    .activitySection .titC .titCC .titCR .demo4{
        margin: 0 0 10px 0;
		width:100%;
    }
    .activitySection .titC .titCC .titCR span{
		display:block;
		width:55px;
        margin:0 5% 0 0!important;
    }
    .laydate-icon, .laydate-icon-default, .laydate-icon-danlan, .laydate-icon-dahong, .laydate-icon-molv {
        width: 80%!important;
        height: 44px!important;
        line-height: 42px!important;
        padding-right: 20px;
    }
    .activitySection .but {
        padding-bottom: 30px;
        margin-top: 25px;
    }
    .activitySection .but button{
        font-size: 18px;
    }
    .activitySection .center ul li .liI{
        width: 100%;
        height: auto;
    }
    .activitySection .center ul li .liSp{
        width: 100%;
        margin: 15px 0 0 0;
    }
    .activitySection .center ul li .liSp h1 {
        font-size: 30px;
    }
    .activitySection .center ul li .liSp h3 {
        font-size: 18px;
        /* max-height: 87px; */
        margin: 20px 0 0 0;
        line-height: 30px;
    }
    .activitySection .center ul li .liSp dl dd {
        font-size: 14px;
        line-height: 30px;
    }
    .activitySection .center ul li .liSp dl {
        margin: 20px 0 0 0;
    }
    .activitySection .titC{
        margin: 0 0 30px 0;
    }
    .activitySection .center ul li {
        margin: 0 0 30px 0;
    }
    .pageBox ul {
        width: 100%;
        padding-top: 25px;
    }
.detailBox .titCThis {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
}












.sectionMobile{
    overflow: hidden;
    position: relative;
	padding: 50px 15px 50px 8px;
    background: url("../images/pic3.png") no-repeat;
    background-size: 100% auto;
}
.sectionMobile h4 {
    overflow: hidden;
    position: relative;
     font-size: 30px;
    color: #8eb126;
    font-weight: bold;
	margin:0;
	padding:0 7px;
}
.sectionMobile h5 {
    overflow: hidden;
    position: relative;
     font-size: 18px;
    color: #ff0000;
    font-weight: bold;
	margin:10px 0 20px 0;
	padding:0 7px;
}
.sectionMobile .swiperBox{
			overflow-y:scroll;
}
.sectionMobile .swiperWrapper{
	width:2000px;
		overflow-y:scroll;
}
.sectionMobile .swiperWrapper::-webkit-scrollbar{

   display:none;

}
.sectionMobile .swiper-slide{
	overflow:hidden;
	float:left;
	width:100px;
	margin:0 7px;
}
.sectionMobile .swiper-slide .li{
    overflow: hidden;
    position: relative;
    border: 5px solid #ff0000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sectionMobile .swiper-slide .li .liI{
    overflow: hidden;
}
.sectionMobile .swiper-slide .li .liI img{
    width: 100%;
    height: auto;
}
.sectionMobile .swiper-slide .li .liT{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    background-color: rgba(0,0,0,.5);
}
.sectionMobile .swiper-slide:nth-child(1) .li{
    border: 5px solid #ff0000;
}
.sectionMobile .swiper-slide:nth-child(1) .li .liT{
    color: #ff0000;
}
.sectionMobile .swiper-slide:nth-child(2) .li{
    border: 5px solid #fff100;
}
.sectionMobile .swiper-slide:nth-child(2) .li .liT{
    color: #fff100;
}
.sectionMobile .swiper-slide:nth-child(3) .li{
    border: 5px solid #bbaad2;
}
.sectionMobile .swiper-slide:nth-child(3) .li .liT{
    color: #bbaad2;
}
.sectionMobile .swiper-slide:nth-child(4) .li{
    border: 5px solid #00a0e9;
}
.sectionMobile .swiper-slide:nth-child(4) .li .liT{
    color: #00a0e9;
}
.sectionMobile .swiper-slide:nth-child(5) .li{
    border: 5px solid #d49e1c;
}
.sectionMobile .swiper-slide:nth-child(5) .li .liT{
    color: #d49e1c;
}
.sectionMobile .swiper-slide:nth-child(6) .li{
    border: 5px solid #e3907a;
}
.sectionMobile .swiper-slide:nth-child(6) .li .liT{
    color: #e3907a;
}
.sectionMobile .swiper-slide:nth-child(7) .li{
    border: 5px solid #adcfda;
}
.sectionMobile .swiper-slide:nth-child(7) .li .liT{
    color: #adcfda;
}
.sectionMobile .swiper-slide:nth-child(8) .li{
    border: 5px solid #8fc31f;
}
.sectionMobile .swiper-slide:nth-child(8) .li .liT{
    color: #8fc31f;
}
	.sectionMobile .swiperWrapper{
	width:896px;
}
.sectionMobile .swiper-slide{
	width:98px;
}
.sectionMobile .swiper-slide .li .liT{
	line-height:88px;
	font-size:13px;
}

.section5 .titT span {
    margin: 0 !important;
}
.section5 .titSp {
    font-size: 30px;
}
.section5 .titT img{
	 display:none;
}

.zBanner img {
    width: 100%;
    height: auto;
}



}




@media screen and (max-width:414px) {

}

@media screen and (max-width:375px) {
    .section .ulBox ul li .li {
        width:157px;
        height: 157px;
    }
    .section .ulBox ul li .li .liT {
        line-height: 147px;
    }
		.section3 .ulBox{
		height:736px;
	}
    .section3 .ulBox ul li .liL {
        height: 172px;
    }
	.section3 .ulBox ul li .liR {
        height: 155px;
    }
    .section3 .ulBox ul li .liRR {
        width: 260px;
    }
    .ta_calendar{
        width: 90%;
        left: 5%;
    }
    .ta_dateRangeTodayThis, .ta_calendar td:hover {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -85px;
        cursor: pointer;
    }
    .section2 .spT .tit{
        font-size: 26px;
    }
    .detailBox .titC ul li {
        margin: 0 0.5%;
    }
	.sectionMobile .swiperWrapper{
	width:816px;
}
.sectionMobile .swiper-slide{
	width:88px;
}
.sectionMobile .swiper-slide .li .liT{
	line-height:78px;
		font-size:12px;
}



}

@media screen and (max-width:360px) {

    .section .ulBox ul li .li {
        width:150px;
        height: 150px;
    }
    .section .ulBox ul li .li .liT {
        line-height: 140px;
    }
		.section3 .ulBox{
		height:730px;
	}
    .section3 .ulBox ul li .liL{
        height: 164px;
    }
	.section3 .ulBox ul li .liR {
        height: 160px;
    }
    .section3 .ulBox ul li .liRR {
        width: 245px;
    }
    .ta_calendar{
        width: 90%;
        left: 5%;
    }
    .ta_dateRangeTodayThis, .ta_calendar td:hover {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -86px;
        cursor: pointer;
    }
    .section2 .spT .tit{
        font-size: 24px;
    }
    .detailBox .titC ul li {
        margin: 0 0.5%;
    }

.sectionMobile .swiperWrapper{
	width:768px;
}
.sectionMobile .swiper-slide{
	width:82px;
}
.sectionMobile .swiper-slide .li .liT{
	line-height:72px;
	font-size:12px;
}
}

@media screen and (max-width:320px) {

    .section .center h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .section .center h3 {
        font-size: 14px;
        line-height: 25px;
        margin:10px 0 10px 0;
    }
    .section .ulBox ul li .li {
        width:130px;
        height: 130px;
    }
    .section .ulBox ul li .li .liT {
        line-height: 120px;
    }
	.section3 .ulBox{
		height:670px;
	}
    .section3 .ulBox ul li .liL{
        height: 144px;
    }
	.section3 .ulBox ul li .liR {
        height: 150px;
    }
    .section3 .ulBox ul li .liRR {
        width: 205px;
    }
    .ta_dateRangeTodayThis, .ta_calendar td:hover {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -88px;
        cursor: pointer;
    }
    .section2 .spT .tit{
        font-size: 22px;
    }
    .detailBox .titC ul li {
        font-size: 12px;
        padding-top: 19px;
        margin: 0 0.7%;
    }
.sectionMobile .swiperWrapper{
	width:680px;
}
.sectionMobile .swiper-slide{
	width:71px;
}
.sectionMobile .swiper-slide .li .liT{
	line-height:61px;
	font-size:12px;
}

}








