
@charset "utf-8";
/* CSS Document */
/* 公共样式 */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    margin: 0 auto;
    color: #333;
    position: relative;
}

input, button, textarea, select {
    font: 14px/100% 'Medium2',"Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    outline: 0;
    border: 0;
    background: none;
    color: #333;
}

input:focus, textarea:focus {
    color: #333;
}

input::-ms-clear {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

ol, ul, li {
    list-style: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border: 0;
}

caption, th {
    font-weight: normal;
}

img {
    border: 0;
    outline: 0;
}

i, em, b, strong {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:focus {
    outline: 0;
}

img{
    vertical-align: top;
}

.fl{
    float: left!important;
}
.fr{
    float: right!important;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

/*头部*/
.topbar {
    width: 100%;
    height: 50px;
    background-color: #92bbc5;
}

.topbar .fl {
    color: #fff;
    line-height: 50px;
}

.loginregister {
    float: right;
    background: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 10px;
    color: #333;
    margin-top: 10px;
}

a.login_a {
    display: inline-block;
    width: 44px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.lab_con {
    width: 230px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin-right: 10px;
    margin-left: 60px;
    border-radius: 15px;
    position: relative;
    margin-top: 10px;
}

.lable_con_input {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999999;
    background: none;
    padding: 0 50px 0 15px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}

.lable_con_btn {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background: url(../images/icon-search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 99;
}
#login_go1 li img{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#login_go1{
    padding: 12px 0 0px 20px;
}
#login_go1 li .navsub{
    padding: 4px 0 0px 10px;
}
#login_go1 li .navsub li{
    margin-left: 5px;
}
#login_go1 li h3{
    font-size: 14px;
}
#login_go1 li h3 span{
    margin: 0 0 0 10px;
}
#login_go1 li h3,
#login_go1 li .navsub,
#login_go1 li .navsub li{
    float: left;
    color: #fff;
}


/*导航*/
.indexheader {
    height: 130px;
    padding: 30px 0 0;
    background: url(../images/headerbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.navlogo {
    float: left;
}

.indexNav {
    width: 845px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 10px 0 0 30px;
}

.indexNav a {
    color: #333333;
}

.indexNav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.indexNav .nLi h3 {
    float: left;
}
.indexNav .nLi h3 a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
}

.indexNav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 40px;
    position: absolute;
    background: #e9f1fa;
    line-height: 40px;
    padding: 5px 0;
    z-index: 9999999
}

.indexNav .sub li {
    zoom: 1;
}
.indexNav .sub a {
    display: block;
    text-align: center;
    line-height: 18px;
    padding: 5px 0;
    z-index: 9999999
}
.indexNav .nLi a span{
    font-size: 18px;
}
.indexNav .sub a:hover {
    background: #82aeb9;
    color: #fff;
}
.indexNav .on h3 a {
    z-index: 9999999
}
.indexNav .on h3 a span {
    display: inline-block;
    height: 100%;
    width: auto;
    position: relative;
    color: #82aeb9;
}
.indexNav .on h3 a span:after{
    display: block;
    content: '';
    width: 100%;
    height: 6px;
    background: #82aeb9;
    border-radius: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

/*轮播图*/
.bannerbox{
    height: 695px;
    overflow: hidden;
}
.bannerbox .swiper-pagination{
    bottom: 30px;
}
.bannerbox .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ececec;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #92bbc5;
}

/*公共标题*/
.pubtitle{
    position: relative;
    margin: 0 0 24px;
}
.pubtitle h3 a,
.pubtitle h3 span,
.pubtitle h3 i{
    display: block;
    font-style: normal;
}
.pubtitle h3{
    padding-left: 15px;
}
.pubtitle h3 span{
    font-size: 24px;
    margin: 0 10px 0 0;
}
.pubtitle h3 i,
.pubtitle a{
    color: #999;
    font-size: 14px;
    position: relative;
    top: 10px;
}
.pubtitle h3:after {
    display: block;
    content: '';
    position: absolute;
    background: #92bbc5;
    width: 6px;
    height: 26px;
    left: 0;
    top: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pubtitle.white,
.pubtitle.white h3 a,
.pubtitle.white h3 span,
.pubtitle.white h3 i{
    color: #fff;
}
.pubtitle.white h3:after{
    background: #fff;
}

.section{
    padding-bottom: 80px;
}
.section1{
    padding: 40px 0 ;
    background: url(../images/bigbg1.png) no-repeat center ;
    background-size:100% 100%;
}
.section3{

    background: url(../images/bigbg2.png) no-repeat center ;
    background-size:100% 100%;
}
.section.section6{
    padding-bottom: 40px;
}
.section6{
    background: url(../images/bigbg5.png) no-repeat center ;
    background-size:100% 100%;
}
.section7{
    padding-bottom: 180px;
    background: url(../images/bigbg6.png) no-repeat center ;
    background-size:100% 100%;
}
/*文化资讯*/
.infor.bgfff{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 0 15px 0 0;
}
.infor{
    position: relative;
}
.infor ul{
    float:left;
    overflow:hidden;
}
.infor  .first_ul{
    width:38%;
    padding: 20px;
    background: #fff;
}
.infor  .last_ul{
    width:58%;
    float:right;
}
.infor li{
    position:relative;
    overflow:hidden;
}
#info1{
    overflow: visible;
}
#info1 li{
    overflow: visible;
}
.infor .first_ul li .imgbox{
    display:block;
    width:100%;
    height:280px;
    float:none;
    overflow:hidden;
}
.infor li .imgbox img{
    width:100%;
    height:100%;
}
.infor li:hover .imgbox img{
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -o-transition:all 1s;
    -ms-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;
    -o-transform-origin:center center;
    -ms-transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.infor li .textbox{
    overflow:hidden;
    position:relative;
}
.infor .first_ul li .textbox{
    padding: 15px 2px 0px;
}
.infor li span{
    display:block;
    width:100px;
    height:90px;
    line-height:28px;
    font-size:14px;
    color:#ccc;
    text-align:right;
    padding-right:15px;
    white-space:nowrap;
    border-right:1px solid #eee;
    position:absolute;
    left:0;
    top:20px;
    font-family:"宋体";
    z-index:2;
}
.infor li:hover span{
    border-right:3px solid #b21212;
    color:#b21212;
}
.infor li span strong{
    display:block;
    font-size:32px;
    color:#999;
    font-weight:normal;
}
.infor li:hover span strong{
    color:#b21212;
}
.infor .first_ul li .textbox a{
    display:block;
    font-size:16px;
    color:#111;
    line-height:24px;
    height:24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.infor .first_ul li:hover .textbox a{
    color:#b21212;
}
.infor li .textbox p{
    font-size:12px;
    color:#666;
    height: 52px;
    padding: 10px 0 15px;
    line-height:24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.infor .last_ul{
    padding-top:30px;
    position:relative;
}
.infor .last_ul li{
    padding-bottom:44px;
    padding-top:0;
}
.infor .last_ul li .imgbox{
    display:block;
    width:250px;
    height:90px;
    float:left;
    overflow:hidden;
    padding-left:114px;
}
.infor .last_ul li span{
    top:0;
    padding:10px 20px 20px 0;
}
.infor .last_ul .textbox{
    float:right;
    width:415px;
}
.infor .last_ul .textbox a{
    font-size:16px;
    color:#111;
    display:block;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight: bold;
}
.infor .last_ul li:hover .textbox a{
    color:#b21212;
}
.infor .last_ul li:last-child{
    padding-bottom: 0;
}
.infor .last_ul .textbox p{
    padding-top:8px;
}
.infor  .first_ul:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.section2{
    padding: 0 0 80px;
}
.ul1 li{
    float: left;
    border-radius: 6px;
    overflow: hidden;
    width: 720px;
    height: 166px;
    text-align: center;
}
.ul1 li:nth-child(1){
    width: 440px;
    height: 362px;
    background: url(../images/indexbg1.jpg) no-repeat;
    background-size: 100% 100%;
    margin-right: 40px;
}
.ul1 li:nth-child(2){
    margin-bottom: 30px;
    background: url(../images/indexbg2.jpg) no-repeat;
    background-size: 100% 100%;
}
.ul1 li:nth-child(3){
    background: url(../images/indexbg3.jpg) no-repeat;
    background-size: 100% 100%;
}
.ul1 li img{
    margin: 24px 0 0px;
}
.ul1 li h2{
    color: #fff;
    font-size: 24px;
}
.ul1 li:nth-child(1) img{
    margin-top: 100px;
}
.ul1 li:hover img{
    margin-top: 10px;
    transition: all 0.5s;
}
.ul1 li:nth-child(1):hover img{
    margin-top: 90px;
}
.ul1.normal{
    margin: 0 -23px;
}
.ul1.normal li{
    width: 33.333333%;
    height: 240px;
    padding: 0 23px;
    margin: 0;
    background: none;
}
.ul1.normal li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.ul1.normal li img{
    margin-top: 56px;
}
.ul1.normal li:nth-child(1) a{
    background: #8ea9af;
}
.ul1.normal li:nth-child(2) a{
    background: #94b7a5;
}
.ul1.normal li:nth-child(3) a{
    background: #c1a677;
}
.ul1.normal li:hover img{
    margin-top: 46px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/*场馆预订*/
.cgbox{
}
.container{
    position: relative;
}
.slideGroup{
    position: relative;
}
.slideGroup .parHd{
    position: absolute;
    right: 100px;
    top: -50px;
}
.slideGroup .parHd li{
    float: left;
    padding: 0 10px;
    font-size: 18px;
}
.slideGroup .parHd span{
    float: left;
}
.slideGroup .parHd li.on{
    font-size: 20px;
    position: relative;
    top: -3px;
    color: #92bbc5;
}
.slideGroup .parHd.white li,
.slideGroup .parHd.white li.on,
.slideGroup .parHd.white span{
    color: #fff;
}
.slideGroup4{
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.slideGroup4 .parHd4{
    width: 640px;
    height: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 111;
    box-sizing: border-box;
    box-shadow: none;
    padding: 0;
    top: auto;
}
.slideGroup4 .parHd4 ul{
    position: relative;
    text-align: center;
    height: 180px;
}
.slideGroup4 .parHd4 ul:after{
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background: #eee;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 0;
    visibility: visible;
}
.slideGroup4 .parHd4 ul li{
    display: inline-block;
    width: 100%;
    z-index: 10;
    float: left;
    position: relative;
    margin: 90px 0 0;
    height: 90px;
}
.slideGroup4 .parHd4 ul li p{
    line-height: 22px;
    color:#777;
    font-size: 14px;
    margin-top: 30px;
}
.slideGroup .parHd.parHd4 ul li:first-child:after{
    display: none;
}
.slideGroup4 .parHd4 ul li i{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    padding: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #eee;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    box-sizing: border-box;
}
.slideGroup4 .parHd4 ul li i:after{
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #eee;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slideGroup4 .parHd4 ul li img{
    display: none;
}
.slideGroup .parHd.parHd4 ul li.on img{
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    border: solid 2px #fff;
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.slideGroup .parHd.parHd4 ul li.on:before{
    display: none;
}
.slideGroup .parHd.parHd4 ul li.on p{
    margin-top: 56px;
    color:#333;
}
.slideGroup4 .parBd4 .cgitem{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    height: 410px;
    background: #fff;
}
.slideGroup4 .parBd4 .cgitem .cgitemleft{
    width: 560px;
    height: 410px;
    float: left;
    overflow: hidden;
}
.slideGroup4 .parBd4 .cgitem .cgitemleft img{
    width: 100%;
    height: 100%;
}
.slideGroup4 .parBd4 .cgitem .cgitemright{
    width: 640px;
    height: 410px;
    float: left;
    padding: 40px 60px 0;
    box-sizing: border-box;
}
.slideGroup4 .parBd4 .cgitem .cgitemright p,
.slideGroup4 .parBd4 .cgitem .cgitemright h3,
.slideGroup .parHd.parHd4 ul li p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.slideGroup4 .parBd4 .cgitem .cgitemright h3{
    position: relative;
    height: 46px;
}
.slideGroup4 .parBd4 .cgitem .cgitemright h3:after{
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    bottom: 0;
    left: 0;
}
.slideGroup4 .parBd4 .cgitem .cgitemright p{
    color:#777;
    line-height: 30px;
}
.slideGroup4 .parBd4 .cgitem .cgitemright .qbtn{
    width: 120px;
    height: 36px;
    background: #81bbc9;
    text-align: center;
    line-height: 36px;
    color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    display: block;
}

.onlinebox .activity_ul{
    padding-top:30px;
    margin: 0 -20px;
}
.onlinebox .activity_ul li {
    width: 33.33333333%;
    float: left;
    padding-bottom: 10px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding:0px 20px;
    box-sizing: border-box;
}
.onlinebox .activity_ul li:last-of-type{
    margin-right:0;
}

.onlinebox .activity_ul li a{
    display: block;
}
.onlinebox .activity_ul li .activityitem {
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.onlinebox .activity_ul li span{
    display:block;
    height:210px;
    width:100%;
    overflow:hidden;
}
.onlinebox .activity_ul li img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.onlinebox .activity_ul li:hover img {
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -ms-transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
    -ms-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;
}
.onlinebox .activity_ul li h3 {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    height: 20px;
    margin: 18px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.onlinebox .activity_ul li:hover h3 {
    color: #c9060e;
}
.onlinebox .activity_ul li .txtbox{
    height: 54px;
}
.onlinebox .activity_ul li p {
    font-size: 14px;
    color: #999;
    margin: 0 20px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 26px;
}
.onlinebox .activity_ul li p.times {
    background: url(../images/timesicon.png) left center no-repeat;
}
.onlinebox .activity_ul li p.address {
    background: url(../images/addressicon.png) left center no-repeat;
}
.onlinebox .activity_ul li .subscribe {
    overflow: hidden;
    border-top: solid 1px #eeeeee;
    margin-top: 15px;
}
.onlinebox .activity_ul li .subscribe ul{
    width: 66%;
    float: left;
}
.onlinebox .activity_ul li .subscribe ul li{
    width: 50%;
    float: left;
    height: auto;
    margin: 0;
    padding: 5px 0;
    position: relative;
    box-sizing: border-box;
}
.onlinebox .activity_ul li .subscribe ul li:first-child:before{
    position: absolute;
    width: 1px;
    height: 30px;
    top: 10px;
    right: 0px;
    background: #eee;
    content: '';
}
.onlinebox .activity_ul li .subscribe ul li p{
    margin: 0;
    text-align: center;
    text-indent: 0;
    height: 20px;
    line-height: 20px;
}
.onlinebox .activity_ul li .subscribe ul li p:first-child{
    font-weight: bold;
    color:#333;
}
.onlinebox .activity_ul li .subscribe strong {
    display: block;
    height: 18px;
    line-height: 18px;
    width: 50%;
    float: left;
    font-size: 16px;
    color: #888;
    font-weight: bold;
    border-right: 1px solid #ccc;
}
.onlinebox .activity_ul li .subscribe .sbubtn {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 34%;
    float: right;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url(../images/rtbtnicon.jpg) no-repeat;
}
.onlinebox .activity_ul li .subscribe.ticket .sbubtn{
    width: 100%;
    background-repeat: repeat-x;
}

.section4{
    padding-top: 60px;
    background: url(../images/bigbg3.png) no-repeat center ;
    background-size:100% 100%;
}
.section5{

    background: url(../images/bigbg4.png) no-repeat center ;
    background-size:100% 100%;
}
.ul5{
    margin: 0 -18px;
}
.ul5 li{
    width: 25%;
    height: 460px;
    padding: 0 18px;
    float: left;
}
.ul5 li a{
    display: block;
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 35px 22px 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.ul5 li a .title{
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ul5 li a .date{
    font-size: 12px;
    color: #ea4e52;
    margin: 12px 0 18px;
}
.ul5 li a img{
    width: 100%;
    height: 150px;
    vertical-align: top;
    border-radius: 10px;
}
.ul5 li a .con{
    color: #999;
    line-height: 24px;
    margin: 26px 0 28px;
    height: 100px;
    overflow: hidden;
}
.ul5 li a .con span,
.ul5 li a .con p{
    line-height: 26px!important;
    color: #999!important;
    font-size: 14px!important;
}
.ul5 li a .con img,
.ul5 li a .con a{
    display: none!important;
}
.ul5 li a span.detail{
    display: block;
    width: 150px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    border:solid 1px #aaa;
    color: #aaa;
    margin: 0 auto;
}
.ul5 li:after{
    display: block;
    background: #bdbdbd;
    height: 6px;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.ul5 li:hover:after{
    background: #df4b50;
}
.ul5 li:hover a span.detail{
    border:solid 1px  #df4b50;
    background: #df4b50;
    color: #fff;
}

.ul2{
    margin: 0 -20px;
}
.ul2 li{
    float: left;
    width: 50%;
    height: 180px;
    padding: 0 20px;
}
.ul2 li a{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.ul2 li a,
.ul2 li a img {
    display: block;
    width: 100%;
    height: 100%;
}
.ul2 li a h2,
.ul2 li a h2 span{
    color: #fff;
}
.ul2 li a h2{
    position: absolute;
    top: 50px;
    left: 45px;
    font-weight: bold;
    line-height: 40px;
    font-size: 26px;
}
.ul2 li a h2 span{
    font-size: 14px;
}
.ul2 li:nth-child(2) h2{
    right: 45px;
    left: auto;
    text-align: right;
}
.ul2 li:nth-child(2) a h2,
.ul2 li:nth-child(2) a h2 span{
    color: #8f4a49;
}

.ul3{
    margin: 0 -20px;
}
.ul3 li{
    float: left;
    width: 33.3333333%;
    height: 310px;
    padding: 0 20px;
}
.ul3 li a{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.ul3 li a,
.ul3 li a img {
    display: block;
    width: 100%;
    height: 100%;
}
.ul3 li a img{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.ul3 li a h2,
.ul3 li a h2 span{
    color: #fff;
}
.ul3 li a h2{
    font-size: 24px;
    width: 50px;
    height: 200px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin: 30px 0 0 20px;
}
.ul3 li a h2 span{
    font-size: 14px;
    letter-spacing: 0px;
}
.ul3 li:hover h2{
    transition: all 0.5s;
}
.ul3 li:hover img,
.ul2 li:hover img{
    transition: all 0.5s;
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}




.tsk .tskheader{
    padding: 30px 0 0;
    height: 100px;
}
.tsk .nav1 li{
    float: left;
}
.tsk .nav1 li a{
    height: 40px;
    line-height: 40px;
    display: block;
    padding:0 20px;
    border-radius: 4px;
    margin: 0 0 0 15px;
    font-size: 18px;
}
.tsk .nav1 li.active a,
.tsk .nav1 li:hover a{
    background:  rgb(41,116,138);
    color: #fff;
}
.tsk .bannerbox{
    padding: 0;
    height: 820px;
    position: relative;
    overflow: visible;
}
.tsk.tsk1 .indexsearchbox .searbut{
    background: rgb(41,116,138);
}
.tsk.tsk2 .nav1 li.active a,
.tsk.tsk2 .nav1 li:hover a,
.tsk.tsk2 .indexsearchbox .searbut{
    background: rgb(59,93,161);
    color: #fff;
}
.tsk.tsk3 .nav1 li.active a,
.tsk.tsk3 .nav1 li:hover a,
.tsk.tsk3 .indexsearchbox .searbut{
    background:rgb(192,147,102);
    color: #fff;
}
.tsk.tsk4 .nav1 li.active a,
.tsk.tsk4 .nav1 li:hover a,
.tsk.tsk4 .indexsearchbox .searbut{
    background: #b79d7f;
    color: #fff;
}
.tsk.tsk5 .nav1 li.active a,
.tsk.tsk5 .nav1 li:hover a,
.tsk.tsk5 .indexsearchbox .searbut{
    background: #98676b;
    color: #fff;
}
.tsk.tsk6 .nav1 li.active a,
.tsk.tsk6 .nav1 li:hover a,
.tsk.tsk6 .indexsearchbox .searbut{
    background: #b54946;
    color: #fff;
}
.tsk .indexsearchbox{
    width: 1000px;
    height: 96px;
    line-height: 96px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    position: absolute;
    bottom:-47px;
    left: 50%;
    margin-left: -500px;
    z-index: 10;
    opacity: 1;
    border: none;
    background-color: #ffffff;
}

.tsk .indexsearchbox .searchInput{
    width: 100%;
    height: 96px;
    line-height: 96px;
    padding: 0 100px 0 40px ;
    font-size: 20px;
}
.tsk .indexsearchbox .searbut{
    width: 96px;
    height: 96px;
    padding: 28px 28px 0;
    position: absolute;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    top: 0;
    right: 0;
}
.tsk .tsk2 .indexsearchbox .searbut{
    background:rgb(59,93,161);
}
.tsk .tsk3 .indexsearchbox .searbut{
    background: rgb(192,147,102);
}
.tsk .indexsearchbox .searbut i{
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url(../images/icon-search1.png) no-repeat;
}
.tsk .pubtitle{
    position: relative;
    margin: 30px 0 50px;
    text-align: center;
}
.tsk .pubtitle .titleleft {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    position: relative;
}
.tsk .pubtitle .titleleft:after,
.tsk .pubtitle .titleleft:before{
    display: block;
    content: '';
    width: 315px;
    height: 1px;
    background: #999999;
    position: absolute;
    top: 20px;
}
.tsk .pubtitle .titleleft:before{
    left: -200%;
}
.tsk .pubtitle .titleleft:after{
    right: -200%;
}
.tsk .pubtitle .titleleft h2{
    font-size: 32px;
    font-family: 'Medium';
}
.tsk .pubtitle .titleleft p{
    font-size: 24px;
    color: #999999;
    font-family: 'Medium';
    position: absolute;
    width: 600px;
    top: -40px;
    left: 50%;
    margin-left: -300px;
}
.tsk .pubtitle .titleleft img{
    display: block;
    margin: 0 auto;
}
.tsk .pubtitle .titlemore{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    border: solid 1px #999;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}
.tsk .pubtitle .titlemore:before,
.tsk .pubtitle .titlemore:after{
    display: none;
}
.tsk .pubtitle.white .titlemore,
.tsk .pubtitle.white .titleleft p,
.tsk .pubtitle.white .titleleft h2{
    color: #fff;
}
.tsk .pubtitle.white .titleleft:after,
.tsk .pubtitle.white .titleleft:before{
    background: #fff;
}
.tsk .pubtitle.white .titlemore{
    border-color: #fff;
}


.tskbottombanner{
    position: relative;
    height: 400px;
}
.tskbottombanner .swiper-container{
    height: 100%;
}
.tskbottombanner .swiper-container .swiper-wrapper{
    padding: 30px 0;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a{
    padding: 10px;
    background: #fff;
    display: block;
    height: 390px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .imgbox{
    height: 210px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox{
    padding: 10px 10px 10px 10px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox h2{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox .txt{
    height: 90px;
    overflow: hidden;
    line-height: 30px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .txtbox a,
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .txtbox img{
    display: none!important;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox .txt{
    height: 72px;
    overflow: hidden;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox .txt p,
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox .txt span{
    line-height: 24px!important;
    font-size: 14px!important;
    text-indent: 0!important;
}
.tskbottombanner .swiper-button-next,
.tskbottombanner .swiper-button-prev{
    width: 50px;
    height: 86px;
}
.tskbottombanner .swiper-button-prev{
    background: url(../images/icon-arrow-left2.png) no-repeat;
    background-size: 100% 100%;
    left: -100px;
}
.tskbottombanner .swiper-button-next{
    background: url(../images/icon-arrow-right2.png) no-repeat;
    background-size: 100% 100%;
    right: -100px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a:hover {
    background: -webkit-linear-gradient(left,#c7ad8e,#a17d5e);
    background: -moz-linear-gradient(left,#c7ad8e,#a17d5e);
    background: linear-gradient(left,#c7ad8e,#a17d5e);
    background: -ms-linear-gradient(left,#c7ad8e,#a17d5e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#c7ad8e, endColorstr=#a17d5e);
}
.tskbottombanner .swiper-container .swiper-wrapper#live9 .swiper-slide a:hover {
    background: -webkit-linear-gradient(left,#91cccd,#4a8d8f);
    background: -moz-linear-gradient(left,#91cccd,#4a8d8f);
    background: linear-gradient(left,#91cccd,#4a8d8f);
    background: -ms-linear-gradient(left,#91cccd,#4a8d8f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#91cccd, endColorstr=#4a8d8f);
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a:hover h2,
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a:hover .txt p,
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a:hover .txt span{
    color: #fff!important;
    background: none!important;
}
.tsk .section1{
    padding: 120px 0 70px;
    height: auto;
}
.tsk.tsk1 .section2{
    background: url(../images/tskbg1.png) no-repeat center top;
}
.tsk.tsk2 .section2{
    background: url(../images/tskbg2.png) no-repeat center top;
}
.tsk.tsk3 .section2{
    background: url(../images/tskbg3.png) no-repeat center top;
}
.tsk .section2 .container {
    overflow: hidden;
}
.tsk .section2 .container #title2{
    margin-top: 70px;
}
.tsk .section2 .ul12{
    padding: 40px 0 50px;
}

.tsk.tsk3 .pubtitle .titleleft p{
    top: -61px;
}
.tsk .section3{
    background: #f7f5f2;
    padding: 120px 0 120px;
}
.tsk .bannerbox #banner .swiper-pagination{
    width: 40px;
    height: 250px;
    left: auto;
    right: 50px;
    top: 50%;
    margin-top: -125px;
    display: block;
}
.tsk .bannerbox #banner .swiper-pagination .swiper-pagination-bullet{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #e80707;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: none;
    border-radius: 0;
}

.tsk.tsk3 .pubtitle .titleleft:after{
    right: -160% !important;
}
.tsk.tsk3 .pubtitle .titleleft:before{
    left: -160% !important;
}