/* 
* @Author: anchen
* @Date:   2021-05-07 16:14:59
* @Last Modified by:   anchen
* @Last Modified time: 2021-05-13 10:08:33
*/
:root {
    --colortheme: '#732d21';
    --colortheme1: '#8d5449';
    --colortheme1h: '#732d21';
}

@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
}


#menu a,
.slideGroup .parHd ul li,
.custom-graphic-style30 li a .txtbox h2,
.custom-linkhref-style10 li a .txtbox h2{
    font-family: 'SourceHanSerifCN-SemiBold';
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.custom-linkhref-style8 li a:hover .bgbox img {
    transition: all 0.4s;
}

.userlogin .havelogin ul {
    background: #0776a1;
}

.section {
    position: relative;
}

.bg1 {
    background: url(../images/bgimg1.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.bg2 {
    background: url(../images/bgimg2.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.bg3 {
    background: url(../images/bgimg3.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.bg4 {
    background: url(../images/bgimg4.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.bg5 {
    background: url(../images/bgimg5.jpg) no-repeat center center;
    background-size: 100% 100%;
}


.subleft {
    position: fixed;
    width: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.subleft .pclogo .logo {
    margin-top: 0;
}

.subleft .pclogo .logo2 {
    display: none;
}

#menu {
    position: absolute;
    top: 210px;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: #0085a1;
    background: url('../images/navbg.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 25px 0 0;
}

#menu li {
    vertical-align: top;
    margin: 15px 0;
    position: relative;
}

#menu li:last-child {
    margin-bottom: 0;
}

#menu a {
    font-size: 20px;
    display: block;
    width: 200px;
    height: 66px;
    text-align: left;
    line-height: 66px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 45px;
    position: relative;
}
#menu li:nth-child(1) a{
    border-left: solid 4px #02a688;
}
#menu li:nth-child(2) a{
    border-left: solid 4px #fec219;
}
#menu li:nth-child(3) a{
    border-left: solid 4px #f9904f;
}
#menu li:nth-child(4) a{
    border-left: solid 4px #6ca7eb;
}
#menu li:nth-child(5) a{
    border-left: solid 4px #e1556e;
}
#menu li:nth-child(6) a{
    border-left: solid 4px #018b82;
}

#menu a img {
    vertical-align: top;
}

#menu li a:hover,
#menu li.active a {
    color: #fff;
    background: #0085a1;
    background: -webkit-linear-gradient(right, #006db9, #00d0d2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #006db9, #00d0d2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #006db9, #00d0d2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, #006db9, #00d0d2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006db9, endColorstr=#00d0d2);
}

#menu li a:hover:after,
#menu li.active a:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 35px solid #00abbf;
    position: absolute;
    right: -35px;
    top: 0;
}
#menu li:nth-child(1) a:hover,
#menu li:nth-child(1).active a{
    background: -webkit-linear-gradient(left, #02a688, #6fe196);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #02a688, #6fe196);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #02a688, #6fe196);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #02a688, #6fe196);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#02a688, endColorstr=#6fe196);
}
#menu li:nth-child(1) a:hover:after,
#menu li:nth-child(1).active a:after{
    border-left: 35px solid #6fe196;
}
#menu li:nth-child(2) a:hover,
#menu li:nth-child(2).active a{
    background: -webkit-linear-gradient(left, #fec219, #fddc7d);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fec219, #fddc7d);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fec219, #fddc7d);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fec219, #fddc7d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#fec219, endColorstr=#fddc7d);
}
#menu li:nth-child(2) a:hover:after,
#menu li:nth-child(2).active a:after{
    border-left: 35px solid #fddc7d;
}
#menu li:nth-child(3) a:hover,
#menu li:nth-child(3).active a{
    background: -webkit-linear-gradient(left, #f9904f, #fcb37d);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #f9904f, #fcb37d);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f9904f, #fcb37d);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f9904f, #fcb37d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f9904f, endColorstr=#fcb37d);
}
#menu li:nth-child(3) a:hover:after,
#menu li:nth-child(3).active a:after{
    border-left: 35px solid #fcb37d;
}
#menu li:nth-child(4) a:hover,
#menu li:nth-child(4).active a{
    background: -webkit-linear-gradient(left, #6ca7eb, #73a7fc);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #6ca7eb, #73a7fc);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #6ca7eb, #73a7fc);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #6ca7eb, #73a7fc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#6ca7eb, endColorstr=#73a7fc);
}
#menu li:nth-child(4) a:hover:after,
#menu li:nth-child(4).active a:after{
    border-left: 35px solid #73a7fc;
}
#menu li:nth-child(5) a:hover,
#menu li:nth-child(5).active a{
    background: -webkit-linear-gradient(left, #e1556e, #fc7d94);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #e1556e, #fc7d94);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #e1556e, #fc7d94);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #e1556e, #fc7d94);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e1556e, endColorstr=#fc7d94);
}
#menu li:nth-child(5) a:hover:after,
#menu li:nth-child(5).active a:after{
    border-left: 35px solid #fc7d94;
}
#menu li:nth-child(6) a:hover,
#menu li:nth-child(6).active a{
    background: -webkit-linear-gradient(left, #04b8ad, #87f7f0);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #04b8ad, #87f7f0);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #04b8ad, #87f7f0);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #04b8ad, #87f7f0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#04b8ad, endColorstr=#87f7f0);
}
#menu li:nth-child(6) a:hover:after,
#menu li:nth-child(6).active a:after{
    border-left: 35px solid #87f7f0;
}

.top_right{
    position: absolute;
    width: 120px;
    bottom: 40px;
    left: 50%;
    margin-left: -60px;
    z-index: 10;
}
.top_right .lab_con,
.top_right .nologin{
    height: 36px;
    line-height: 36px;
    border: solid 1px rgba(255,255,255,0.3);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;
}
.top_right .nologin{
    text-align: center;
}
.top_right .nologin a{
    color: #fff;
}
.top_right .lab_con{
    padding: 0 26px 0 16px;
}
.top_right .lab_con a {
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
}
.top_right .lable_con_btn {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-search1.png) no-repeat;
}
.top_right .lab_con input{
    color: #fff;
}
.top_right .havelogin .ntop {
    margin: 20px 0 0;
}
.top_right .havelogin .ntop .top{
    display: flex;
    color: #fff;
}

.top_right .havelogin .ntop .top img{
    width: 24px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.top_right .havelogin .ntop .top span{
    line-height: 24px;
}
.top_right .havelogin .ntop .sub{
    display: flex;
    margin: 10px 0 0;
}
.top_right .havelogin .ntop .sub li{
    margin: 0 10px 0 0;
}
.top_right .havelogin .ntop .sub li a{
    color: #fff;
}
.custom-header-style1 {
    background: transparent;
    position: absolute;
    right: 0;
}

.custom-header-style1 .container {
    width: auto;
    padding: 0 240px 0 0;
}

.custom-header-style1 .searchbox .searchBtn {
    background: url(../images/icon-search.png) center no-repeat;
    background-size: 100%;
    right: 20px;
    top: 10px;
}

.custom-header-style1 .searchbox {
    width: 380px;
}

.custom-header-style1 .searchbox,
.custom-header-style1 .userlogin .nologin {
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
}

.custom-header-style1 .searchbox input {
    padding: 0 50px 0 30px;
    color: #333;
}

.custom-header-style1 .userlogin,
.custom-header-style1 .searchbox {
    margin-top: 60px;
}

.custom-header-style1 .userlogin .nologin {
    background: #0085a1;
    background: -webkit-linear-gradient(right, #006db9, #00d0d2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #006db9, #00d0d2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #006db9, #00d0d2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, #006db9, #00d0d2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006db9, endColorstr=#00d0d2);
    color: #fff;
}

.cont1 {
    height: 100%;
    width: 1340px;
    margin: 0 0 0 340px;
}

.slideGroup {
    width: 100%;
    text-align: left;
    height: 100%;
}

.slideGroup .parHd {
    width: 340px;
    float: left;
    height: 100%;
    margin: 0 auto 0;
    min-height: 60px;
    position: relative;
}

.slideGroup .parHd ul {
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}

.slideGroup .parHd ul li {
    float: left;
    cursor: pointer;
    font-size: 18px;
    width: 64px;
    text-align: center;
    display: inline;
    font-size: 18px;
    font-weight: bolder;
    background: #fff;
    border-right: solid 1px #ececec;
    margin-top: 145px;
    height: 380px;
    padding: 50px 0 0;
}
.slideGroup .parHd ul li:first-child{
    border-left: solid 1px #ececec;
}
.slideGroup .parHd ul li a{
    width: 40px;
    margin: 0 auto;
    display: block;
    padding: 10px 5px;
}
.slideGroup .parHd ul li.on{
    height: 100%;
    margin-top: 0;
    padding-top: 195px;
    transition: all 0.4s;
}


.slideGroup2 .parBd2 .slidebox{
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    visibility: hidden;
}


.custom-graphic-style29 .last_ul li:hover,
.slideGroup .parHd ul li.on a{ 
    transition: all 0.4s;
    background: #006db9;
    background: -webkit-linear-gradient(top, #006db9, #00d0d2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #006db9, #00d0d2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #006db9, #00d0d2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #006db9, #00d0d2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006db9, endColorstr=#00d0d2);
    color: #fff;
}
.slideGroup .parBd {
    zoom: 1;
    position: relative;
    float: right;
    padding: 150px 0px 0px 0;
    width: calc(100% - 340px);
}
.slideGroup5 .parBd5 .slidebox{
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    visibility: hidden;
}

.more {
    height: 44px;
    line-height: 42px;
    width: 130px;
    text-align: center;
    border-radius: 22px;
    color: #0776a1;
    border: solid 1px #0776a1;
    top: 40px;
    position: relative;
    font-size: 24px;
    float: right;
}
.custom-graphic-style29 .first_ul li:hover .textbox h2,
.custom-graphic-style29 li:hover span strong,
.custom-graphic-style29 li:hover span,
.ulmodel2 li a .licon span,
.custom-graphic-style27.style2 .gallery-top .slidecon .txt .funul li a{
    color: #0776a1;
}
.custom-graphic-style29 li:hover span,
.ulmodel2 li a .licon span,
.custom-graphic-style27.style2 .gallery-top .slidecon .txt .funul li a{
    border-color: #0776a1;
}
.custom-graphic-style27.style2 .thumbsbox .swiper-button-next{
    border-left-color: #0776a1;
}
.custom-graphic-style27.style2 .thumbsbox .swiper-button-prev{
    border-right-color: #0776a1;
}


.custom-graphic-style29 .last_ul .textbox{
    width: 100%;
    padding: 12px 36px 0;
}
.custom-graphic-style29 .last_ul .textbox .con{
    height: 50px;
    line-height: 24px;
}
.custom-graphic-style29 .last_ul .textbox h2{
    line-height: 40px;
}
.custom-graphic-style29 .first_ul li .imgbox{
    height: 260px;
}
.custom-graphic-style29 .first_ul li .textbox{
    height: 210px;
}
.custom-graphic-style29 li .textbox .con{
    height: 92px;
    -webkit-line-clamp: 3;
}
.custom-graphic-style29 li span{
    border-right: solid 2px #e04949;
}



.ulmodel2 li{
    width: 33.333333%;
    height: 480px;
}
.ulmodel2 li a {
    padding: 10px;
    box-shadow: 0 0 40px rgba(0,77,126,0.1);
}

.ulmodel2 li a .imgbox{
    height: 230px;
}
.ulmodel2 li a .licon{
    padding: 20px 10px;
}
.ulmodel2 li a .licon h3{
    font-size: 18px;
    max-height: 60px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ulmodel2 li a .licon span{
    left: 10px;
}
.ulmodel2 li:nth-child(2) a .imgbox,
.ulmodel2 li:nth-child(4) a .imgbox{
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}

.ulmodel2 li a:hover{
    transition: all 0.4s;
    box-shadow: 0 0 40px rgba(0,77,126,0.15);
}
.ulmodel2 li a:hover .imgbox img{
    transition: all 0.4s;
    transform: scale(1.1);
}

.custom-graphic-style27.style2 .gallery-top .slidecon .txt .funul li:last-child a {
    border: none;
    background: #006db9;
    background: -webkit-linear-gradient(right, #006db9, #00d0d2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #006db9, #00d0d2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #006db9, #00d0d2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, #006db9, #00d0d2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006db9, endColorstr=#00d0d2);
    color: #fff;
}
.custom-graphic-style27.style2.btn100 .gallery-top .slidecon .txt .funul li{
    width: 100%;
}


.custom-graphic-style17 ul{
  margin: 0 -10px;
  padding-top: 0;
}
.custom-graphic-style17 ul li{
  width: 33.333333%;
  padding: 0 10px;
  border-right: none;
  margin: 0 0 20px 0;
}
.custom-graphic-style17 ul li:nth-child(3){
  border-right: none;
}
.custom-graphic-style17 ul li a{
    background: #fff;
    padding: 10px 10px 0;
}
.custom-graphic-style17 ul li a .imgbox{
    height: 200px;
}
.custom-graphic-style17 ul li a .txtbox{
  height: auto;
  padding: 0;
}
.custom-graphic-style17 ul li a .txtbox h3{
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin:  0;
}
.custom-graphic-style17 ul li:hover a{
    transition: all 0.4s;
    background: -webkit-linear-gradient(top, #006db9, #00d0d2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #006db9, #00d0d2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #006db9, #00d0d2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #006db9, #00d0d2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006db9, endColorstr=#00d0d2);
    color: #fff;
}
.custom-graphic-style17 ul li:hover a .imgbox img{
    transition: all 0.4s;
    transform: scale(1.1);
}
.custom-graphic-style17 ul li:hover a .txtbox h3{
    transition: all 0.4s;
    color: #fff;
}

.custom-graphic-style31 li{
    height: 240px;
}
.custom-graphic-style31 li:nth-child(1){
    height: 240px;
}

.custom-graphic-style4 .rightPart a,
.custom-graphic-style4 .rightPart a .txtbox h3,
.custom-graphic-style4 .leftpart .details .items .imgbox{
    border-radius: 10px;
    overflow: hidden;
}
.custom-graphic-style4 .leftpart .tit{
    background: -webkit-linear-gradient(left, #006db9, #00d0d2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #006db9, #00d0d2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #006db9, #00d0d2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #006db9, #00d0d2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006db9, endColorstr=#00d0d2);
}


.custom-graphic-style20 ul li{
    width: 280px;
    height: 170px;
    border-radius: 0;
    margin: 0 0 20px 0;
}
.custom-graphic-style20 ul li:nth-child(1){
    width: 700px;
    height: 550px;
}
.custom-graphic-style20 ul li a .imgbox i.endTab{
    background: #4eb4ca;
}
.custom-graphic-style20 ul li:nth-child(1) .imgbox i{
    top: 10px;
    left: 10px;
}

.custom-graphic-style2{
    height: 520px;
}
.custom-graphic-style2 ul {
    margin: 0 -10px;
    height: 100%;
}

.custom-graphic-style2 ul li{
    width: 33.333333%;
    padding: 0 10px;
}
.custom-graphic-style2 ul li a{
    height: 100%;
}
.custom-graphic-style2 ul li a,
.custom-graphic-style2 ul li .imgbox{
    border-radius: 0;
}
.custom-graphic-style2 ul li .imgbox{
    height: 240px;
}
.custom-graphic-style2 ul li .detail{
    height: auto;
    margin-bottom: 45px;
}
.custom-graphic-style2 ul li .detail .date,
.custom-graphic-style2 ul li .detail .place{
    line-height: 30px;
}
.custom-graphic-style2 ul li .detail .date:before,
.custom-graphic-style2 ul li .detail .place:before{
    top: 4px;
}

.indexcalendar .calendarRight .title a.more{
    display: none;
}



.cont1innerbox{
    height: 100%;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 0 0 140px;
}
.custom-linkhref-style5 li a{
    border-radius: 0;
}
.custom-linkhref-style5 li a:hover{
    margin-top: -20px;
    transition: all 0.4s;
}


.custom-linkhref-style10 li.li1 a .txtbox span:after {
    top: auto;
    right: -6px;
    bottom: -30px;
    transform: rotate(90deg);
    background: url(../images/icon-line-white.png) no-repeat;
    background-size: 100%;
}

.custom-bannerswiper-style1 .focus ul li{
/*    padding-left: 200px;*/
}


@media only screen and (max-width: 1440px) {
    .custom-header-style1 .container{
        padding: 0 40px 0 0;
    }
    #menu a{
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }
    #menu li a:hover:after, #menu li.active a:after{
        border-top-width: 22px;
        border-bottom-width: 22px;
    }
    .top_right{
        bottom: 20px;
    }
    .cont1{
        height: 100%;
        width: 1100px;
        margin: 0 0 0 240px;
    }
    .slideGroup .parHd{
        width: 240px;
    }
    .slideGroup .parBd{
        width: calc(100% - 240px);
        padding: 80px 0px 0px 0;
    }
    .more{
        top: 20px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .custom-graphic-style20 ul li{
        height: 215px;
    }
    .custom-graphic-style20 ul li:nth-child(1){
        width: 540px;
        height: 450px;
    }
    .custom-graphic-style20 ul li:nth-child(4){
        display: none;
    }
    .indexcalendar{
        width: 850px;
        margin-top: 68px;
    }
    .slideGroup2 .parBd2 .slidebox{
        top: 80px;
    }
    .custom-graphic-style4{
        margin-top: 50px;
    }
    .custom-graphic-style4 .leftpart .details .items .imgbox{
        display: none;
    }
    .custom-graphic-style4 .leftpart .details .items .text{
        width: 100%;
    }
    .custom-graphic-style17 ul{
        padding-bottom: 0;
    }
    .custom-graphic-style17 ul li a .imgbox{
        height: 170px;
    }
}