body {
    width: 100%;
    height: auto;
    background: url(../images/20231214_sy_bg.png) top center no-repeat;
    position: relative;
    box-sizing: border-box;
}
.text a { color: inherit; }
.bannerBox {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}

/* 顶部文字栏 */
.topcon-box {
    width: 100%;
    height: 39px;
    background-color: #3a89cd;
}
.topcon-box .topcon-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 39px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topcon-box .topcon-wrap .rightBtn .split-line {
    margin: 0 10px;
}
.topcon-box .topcon-wrap .rightBtn {
    display: flex;
}
.topcon-box .topcon-wrap .rightBtn a {
    color: #fff;
    font-size: 14px;
    display: block;
}
/* logo */
.opear-box {
    margin: 110px 0 60px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.opear-box img {
    height: 70px;
}
.opear-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 搜索 */
.search{
	height: auto;
	position: relative;
    display: flex;
    justify-content: center;
}
.search .searchcon{
    padding: 0 20px 0 38px;
	width: 270px;
	height: 43px;
	line-height: 43px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 50px;
    border-right: none;
	color: #999;
	font-size: 16px;
}
.search .searchcon::-ms-clear{display: none;}
.search .searchcon::-ms-reveal{display: none;}
.search .searchcon::-o-clear{display: none;}
.search .searchan{
	width: 90px;
	height: 43px;
	background: url(../images/20230101_icon_search.png) no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
	cursor: pointer; 
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
}
/* 菜单栏 */
.navmenu-box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.navmenu-box .nav-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.menubox {
    position: relative;
    box-sizing: border-box;
}
.menubox .menulist {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.menubox .menulist .menuitem {
    height: 55px;
    flex: 1;
    text-align: center;
    background-color: #3a89cd;
    background-image: linear-gradient(180deg, #12B2E3 0%, #3A88CC 100%);
    position: relative;
    box-sizing: border-box;
}
.menubox .menulist .menuitem:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #3a89cd;
    transform: scaleX(0);
    transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menubox .menulist .menuitem .menu-name a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 55px;
}
.menubox .menulist .menuitem .sub-menulist {
    display: none;
    padding: 10px 50px;
    width: 1200px;
    position: absolute;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    box-shadow: -5px 0px 5px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0.1), 5px 0px 5px rgba(0, 0, 0, 0.1), 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.menubox .menulist .menuitem .sub-menulist>li {
    float: left;
    min-width: 172px;
    margin-right: 10px;
}
.menubox .menulist .menuitem .sub-menulist>li a {
    padding: 15px 0;
    min-height: 20px;
    line-height: 20px;
    color: #5b5b5b;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
/* menuhover */
.menubox .menulist .menuitem:hover {
    background-color: #fff;
    background-image: none;
}
.menubox .menulist .menuitem:hover .menu-name a {
    color: #3a89cd;
}
.menubox .menulist .menuitem .sub-menulist>li a:hover {
    color: #3a89cd;
}
.menubox .menulist .menuitem:hover:before {
    transform: scaleX(1);
}
#menuitem1 .sub-menulist { left: -170px; }
#menuitem2 .sub-menulist { left: -340px; }
#menuitem5 .sub-menulist { left: -856px; }


/* 首页通用 */
.chnl-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.chnl-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
/* 通用新闻栏 */
.news-box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #3a89cd;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-title a,
.news-box .news-title a .titimg {
    display: block; 
}
.news-box .news-title .more {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.news-box .news-list {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-list .news-item {
    padding-left: 15px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-list .news-item:before {
    content: ' ';
    position: absolute;
    top: 16px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #3a89cd;
    border-radius: 50%;
}
.news-box .news-list .news-item .time {
    padding-left: 15px;
    float: right;
    color: #999;
    font-size: 14px;
}
.news-box .news-list .news-item .text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-list .news-item .text:hover {
    color: #3a89cd;
}
.news-box .news-list .split-line {
    margin: 0;
    padding: 0;
    color: #d5e2ec;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
.news-box .news-list .split-line:first-child {
    visibility: hidden;
}
/* 轮播图 */
.swiper-box {
    width: 670px;
    height: 380px;
}
#firstSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}
#firstSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    position: relative;
}
#firstSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 380px;
}

/* 自定义底部分页器 */
#firstSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8px;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#firstSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#firstSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#firstSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#firstSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#firstSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#firstSwiper > .swiper-button-next,
#firstSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#firstSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#firstSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}
/* 新闻栏 */
.news-part { display: flex; justify-content: space-between; }
.news-part .news-box { width: 465px; }
.news-box .news-bottom-btn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: '宋体';
    text-align: center;
    letter-spacing: 2px;
    border-radius: 5px;
    background: linear-gradient(to right, #2c69b3, #1d99fe);
}
.whiteBg {
    margin: 0 auto;
    padding: 20px;
    width: 1200px;
    height: 420px;
    overflow: hidden;
    background-color: #F6FBFF;
    position: relative;
    box-sizing: border-box;
}
/* 中部轮播图 */
#centerSwiper {
    width: 100%;
    height: 150px;
    position: relative;
    box-sizing: border-box;
}
/* 自定义按钮 */
#centerSwiper > .swiper-button-next, #centerSwiper > .swiper-button-prev { color: rgba(0, 0, 0, 0) !important; }
#centerSwiper > .swiper-button-next { width: 30px; height: 60px; background: url(./images/swiper_next.jpg) center no-repeat; }
#centerSwiper > .swiper-button-prev { width: 30px; height: 60px; background: url(./images/swiper_prev.jpg) center no-repeat; }

/* 最后一部分 */
.last-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.last-part .last-wrap {
    margin: 0 auto;
    padding: 20px;
    width: 1200px;
    background-color: #f6fbff;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.last-part .last-wrap .left-news {
    width: 535px;
    position: relative;
    box-sizing: border-box;
}
.last-part .last-wrap .rightLinks {
    margin-top: 39px;
    padding: 13px;
    width: 615px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}
.last-part .last-wrap .toplinks {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
.last-part .last-wrap .toplinks .bluelink-item {
    width: 188px;
    height: 80px;
    background: url(../images/20231214_link_bg.png) top center no-repeat;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.last-part .last-wrap .toplinks .bluelink-item .txt {
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.last-part .last-wrap .bottomlinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
.last-part .last-wrap .bottomlinks .whitelink-item {
    padding: 0 30px;
    margin-top: 10px;
    width: 290px;
    height: 100px;
    background: url(../images/20231214_link2_bg.png) top center no-repeat;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.last-part .last-wrap .bottomlinks .whitelink-item .txt {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
}
.center-part, .last-part {
    margin-top: 20px;
}