﻿/* 顶部背景与网站名称 */
.header-part {
    width: 100%;
    height: 100%;
    background: url(../images/20221120_topimage.png) no-repeat;
    background-size:100% 100%;
    background-attachment:fixed;
    position: relative;
}
.header-part .header-wrap {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    text-align: center;
    background: linear-gradient(#1e57b7,transparent);
    position: relative;
}
.header-part .header-wrap .header-wrap-con {
    margin: 0 auto;
    padding-top: 50px;
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.backstretch {
    min-width: 100% !important;
    overflow: unset !important;
}
.backstretch img {
    min-width: 100% !important;
}



/* 网站信息 */
.website {
    width: 405px;
    text-align: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.website .website-name {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: 'SimSun';
    letter-spacing: 2px;
}
.website .website-domain {
    padding: 8px 0 0 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    font-family: 'SimSun';
    letter-spacing: 0.5px;
}
/* 搜索框 */
.search{
	height: auto;
	position: relative;
    display: flex;
    justify-content: center;
}
.search .searchcon{
    padding: 0 20px 0 38px;
	width: 310px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
	color: #999;
	font-size: 20px;
}
.search .searchcon::-ms-clear{display: none;}
.search .searchcon::-ms-reveal{display: none;}
.search .searchcon::-o-clear{display: none;}
.search .searchan{
	width: 90px;
	height: 62px;
	background: url(../images/20221120_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: relative;
}
.search .input-line {
    color: #ccc;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-top-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
}
.header-wrap .search {
    margin-top: 30px;
}
/* 滚动标语 */
.header-part .text-list {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.header-part .text-list .hide {
    position: absolute;
    left: 50%;
    top: 180px;
}


/* 第二屏 */
.two-page {
    position: relative;
    box-sizing: border-box;
}
/* 第二屏顶部 */
.mainHeader-part {
    width: 100%;
    background: url(../images/20221120_topimage.png) no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    box-sizing: border-box;
}
.mainHeader-part .mainheader-wrap {
    padding: 85px 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(#1e57b7,transparent);
    position: relative;
    box-sizing: border-box;
}
.mainHeader-part .mainheader-wrap .mainheader-wrap-con {
    margin: 0 auto;
    width: 1200px;
    height: 110px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 菜单栏 */
.menu-part {
    width: 100%;
    height: 255px;
    background-color: #f7faff;
    position: relative;
    box-sizing: border-box;
}
.menu-part .menu-wrap {
    margin: 0 auto;
    padding: 50px 0;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.menu-part .menu-wrap .menu-box {
    position: relative;
    box-sizing: border-box;
}
.menu-box .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
.menu-box .menu-list .menu-item {
    position: relative;
    box-sizing: border-box;
}
.menu-box .menu-list .menu-item .menu-item-name {
    font-size: 28px;
    text-align: center;
}
.menu-box .menu-list .menu-item .menu-item-icon {
    margin-bottom: 25px;
    position: relative;
}
.menu-box .menu-list .menu-item .menu-item-icon img {
    margin: 0 auto;
    width: 88px;
    height: 88px;
}
.menu-box .menu-list .menu-item .menu-item-icon .menu-item-icon-b {
    display: block;
}
.menu-box .menu-list .menu-item .menu-item-icon .menu-item-icon-l {
    display: none;
}

/* 选中状态 */
.menu-box .menu-list .menu-item.active .menu-item-icon .menu-item-icon-b {
    display: none;
}
.menu-box .menu-list .menu-item.active .menu-item-icon .menu-item-icon-l {
    display: block;
}
.menu-box .menu-list .menu-item:hover .menu-item-icon .menu-item-icon-b {
    display: none;
}
.menu-box .menu-list .menu-item:hover .menu-item-icon .menu-item-icon-l {
    display: block;
}
/* 统一内部样式 */
.interior-floor {
    width: 100%;
    height: auto;
    position: relative;
}
.interior-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;

}
/* 统一外部样式 */
.outline-floor {
    width: 100%;
    height: auto;
    position: relative;
}

/* 第一层 */
.first-floor .interior-wrap {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.first-floor .interior-wrap .tzgg-box {
    width: 550px;
}


/* 通用栏目列表 */
.text a {
    color: inherit;
}
.block-box {
    width: 100%;
    height: auto;
    position: relative;
}
/* 通用栏目列表-标题 */
.block-box .block-title {
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #94B0E0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-title .title-name {
    padding: 0 20px;
    display: block;
    color: #1E57B7;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.block-title .title-name:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 2px;
    background-color: #1E57B7;
}
.block-title .more {
    margin-top: 15px;
    display: block;
    padding: 5px 10px;
    height: 26px;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    background-color: #1E57B7;
    box-sizing: border-box;
}
/* 通用栏目列表-内容 */
.block-box .block-con {
    position: relative;
    box-sizing: border-box;
}
.block-box .block-con .block-list {
    padding: 15px 0;
    position: relative;
}
.block-list .block-item {
    padding: 10px 0;
    line-height: 29px;
    border-bottom: 1px dotted #d5d5d5;;
    position: relative;
    box-sizing: border-box;
    clear: both;
}
.block-list .block-item .item-title {
    padding-left: 20px;
    width: 76%;
    height: 29px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.block-list .block-item .time {
    color: #666;
    font-size: 15px;
    float: right;
}
.block-list .block-item .item-desc {
    margin-top: 10px;
    padding-left: 20px;
    line-height: 24px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.block-list .block-item .item-title:before {
    content: '';
    position: absolute;
    top: 39%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #94b0e0;
}
.block-list .block-item:first-child .item-title:before{
    background-color: #1E57B7;
}
.block-list .block-item .item-title:hover {
    padding-left: 28px;
    color: #1E57B7;
    transition: all .3s;
}
.block-list .block-item .item-desc:hover {
    color: #1E57B7;
}


/* 轮播图层 */
.lbt {
    width: 600px;
    height: 400px;
}
#lbtSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
#lbtSwiper .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
}
#lbtSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 400px;
}
/* 自定义底部分页器 */
#lbtSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8px;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#lbtSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#lbtSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#lbtSwiper .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);
}
#lbtSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#lbtSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮*/
#lbtSwiper > .swiper-button-next,
#lbtSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#lbtSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#lbtSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}
.tzgg-box .block-list .block-item:first-child .time {
    padding-left: 0;
    float: right;
}

/* 第三层 */
.third-floor .interior-wrap {
    padding: 30px auto;
    display: flex;
    justify-content: space-between;
}
.third-floor .interior-wrap .czsj-box {
    width: 550px;
}
.third-floor .interior-wrap .czfg-box {
    width: 550px;
}

/* 第四层 */
.four-floor {
    padding: 50px 0 60px;
    background-color: #F7FAFF;
    box-sizing: border-box; 
}
.four-floor .outline-wrap {
    margin: 0 auto;
    width: 1200px;
}
.four-floor .outline-wrap .zfxxgk-box {
    position: relative;
    box-sizing: border-box;
}
.zfxxgk-box .box-title {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #94B0E0;
}
.zfxxgk-box .box-title .title-name {
    padding: 0 15px;
    width: 225px;
    height: 60px;
    line-height: 59px;
    color: #1E57B7;
    font-size: 24px;
    border: 1px solid #1e57b7;
    background-color: #fff;
    position: relative;
    display: inline-block;
}
.zfxxgk-box .box-title .title-name:after {
    content: '';
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.zfxxgk-box .box-title .title-name:hover {
    color: #fff;
    background-color: #1e57b7;
}
.zfxxgk-box .box-title .title-name:hover:after {
    background-color: #1e57b7;
}
.zfxxgk-box .box-title .title-name.active {
    color: #fff;
    background-color: #1e57b7;
}
.zfxxgk-box .box-title .title-name.active:after {
    background-color: #1e57b7;
}
.zfxxgk-box .box-title .title-name:first-child {
    margin-right: 80px;
}
.zfxxgk-box .box-list {
    margin: 50px 0 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.zfxxgk-box .box-list .box-item {
    width: 200px;
    height: 80px;
    background-color: #475abf;
    position: relative;
    clear: both;
}
.zfxxgk-box .box-list .box-item .box-item-block {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
}
.zfxxgk-box .box-list .box-item .box-item-block img {
    padding: 25px 35px;
    padding-right: 25px;
    max-width: 35px;
    max-height: 35px;
}
.zfxxgk-box .box-list .box-item .box-item-block .box-item-desc {
    margin: auto;
    margin-left: 0;
    width: auto;
    color: #fff;
}
.zfxxgk-box .box-list .box-item .box-item-desc {
    margin: 12px auto;
    width: 180px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.zfxxgk-box .box-btn {
    margin: 0 auto;
    width: 220px;
    height: 60px;
    line-height: 60px;
    color: #1E57B7;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #E6ECF6;
}
.zfxxgk-box .box-btn a {
    color: inherit;
}
.box-list .box-item:hover .box-item-desc {
    color: #1E57B7;
}
.zfxxgk-box .box-btn:hover {
    color: #fff;
    background-color: #1E57B7;
}

/* 第五层 */
.five-floor .interior-wrap {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.interior-wrap .czdt-box, 
.interior-wrap .djgz-box {
    width: 450px;
    position: relative;
}
.czdt-box .block-list .block-item .item-title {
    width: 72%;
}
.djgz-box .block-list .block-item .item-title {
    width: 72%;
}

.interior-wrap .last-right-box {
    width: 200px;
    height: auto;
    position: relative;
}
.last-right-box .top-btn {
    width: 100%;
    position: relative;
    border: 1px solid #1E57B7;

}
.last-right-box .top-btn p {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f0f6ff;
    box-sizing: border-box;
}
.last-right-box .top-btn p:first-child {
    margin-top: 0;
    color: #fff;
    background-color: #1E57B7;
}
.bottom-desc p {
    margin-top: 18px;
    font-size: 15px;
    color: #666;
    text-align: center;
}
.bottom-desc p .phone {
    color: #333;
    font-weight: 600;
}

/* 第六层 */
.six-floor {
    width: 100%;
    height: 250px;
}
.six-floor .outline-wrap {
    margin: 0 auto;
    width: 1200px;
}
.six-floor .outline-wrap .swiper-box {
    margin-top: 39px;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.swiper-box .swiper-prev, 
.swiper-box .swiper-next {
    display: block;
    width: 30px;
    height: 60px;
    position: absolute;
    top: 25%;
}
.swiper-box .swiper-prev {
    left: 0;
    background: url(../images/20221103_ztzl_prev.png) top center no-repeat;
}
.swiper-box .swiper-next {
    right: 0;
    background: url(../images/20221103_ztzl_next.png) top center no-repeat;
}
#ztzlSwiper {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    overflow: hidden;
}
#ztzlSwiper .swiper-slide {
    padding: 0 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
#ztzlSwiper .swiper-slide .pic img {
    width: 100%;
    height: 160px;
}



.one-bg-con {
    width: 100%;
    background: url(../images/20221103_ztzl_bg.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
    position: relative;
}
.twp-bg-con {
    width: 100%;
    background: url(../images/20221103_ztzl_bg.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
    position: relative;
}

/* 侧边栏 */
.aside-box {
    width: 90px;
    background-color: #fff;
    box-shadow: 0px 0px 32px 3px rgb(235, 240, 249, .9);
    position: absolute;
    top: 290px;
    left: 50%;
    margin-left: 625px;
    z-index: 99;
}
.aside-box .aside-list {
    padding: 20px 10px 10px;
    position: relative;
}
.aside-box .aside-list .aside-item {
    display: block;
    width: 70px;
    height: 80px;
    text-align: center;
    position: relative;
}
.aside-item .aside-icon {
    margin: 0 auto;
}
.aside-item .aside-desc {
    margin-top: 12px;
    color: #999999;
    font-size: 15px;
}
.aside-item .aside-icon-h {
    display: block;
}
.aside-item .aside-icon-l {
    display: none;
}
.aside-item:hover .aside-icon-h {
    display: none;
}
.aside-item:hover .aside-icon-l {
    display: block;
}
.aside-item:hover .aside-desc {
    color: #1e57b7;
}
.aside-box .backtop {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: #1e57b7;
    cursor: pointer;
}
