*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 14px;
    color: #4c4948;
    font-family:"微软雅黑",Arial,Georgia,Times New Roman;
    line-height: 24px;
    min-width: 1200px;
    width: 100%;
}
ul, li, ol, dl {
    list-style: none;
}
a {
    color: #4c4948;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    color: #777;
}
.top {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 100px;
    box-shadow: 5px 0px 15px #000;
    position: relative;
    z-index: 9;
}
.top-logo {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.top-logo .logo {
    height: 60px;
    margin-right: 30px;
    vertical-align: baseline;
    cursor: pointer;
}
.top-logo .slogan {
    font-family:"幼圆";
    display: inline-block;
    position: relative;
    top: -15px;
    font-size: 22px;
    color: #4c4948;
    /* letter-spacing: 0.1em; */
}

.top .menu{
    width: 480px;
    float:right;
    display: flex;
    justify-content: space-between;
    line-height:70px;
}
.top .menu li{
    font-size: 18px;
    color:#4c4948;
}
.top .menu .selected{
    color: #2895e3;
}
.top .menu li:hover{
    color: #2895e3;
    cursor: pointer;
}

.banner{
    width: 1200px;
    height:405px;
    margin: 0 auto;
}

.news-box {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.news-box .column_left {
    width: 793px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.column_box {
    width: 364px;
    padding: 10px;
    min-height: 370px;
    height: auto;
    border: 1px solid #c2c2c2;
}
.column_left_1 {
    background: url("../images/news-bg01.jpg") no-repeat center center;
}
.column_left_2 {
    background: url("../images/news-bg02.jpg") no-repeat center center;
}
.column_left_3 {
    background: url("../images/news-bg03.jpg") no-repeat center center;
}
.column_left_4 {
    background: url("../images/news-bg04.jpg") no-repeat center center;
}

.column_left_tit {
    width: 304px;
    height: 89px;
    padding: 10px 30px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.column_left_tit .column_more {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
.column_left_txt {
    padding: 0 15px 20px;
}
.column_left_txt ul {
    height: 238px;
    overflow: hidden;
    margin-top: 10px;
}
.column_left_txt li {
    width: 338px;
    float: left;
    border-bottom: 1px dashed #c2c2c2;
    line-height: 30px;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news-box .column_right {
    width: 386px;
}

.column_act {
    border: 1px solid #c2c2c2;
    padding: 10px;
    width: 364px;
    min-height: 250px;
    height: auto;
}
.column_act_tit {
    width: 334px;
    height: 69px;
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}
.colum-act01{
    background: #fff url("../images/news-bg05.jpg") left center no-repeat;
}
.colum-act02{
    background: #fff url("../images/news-bg06.jpg") left center no-repeat;
}
.column_left_tit .column_more {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
.column_act .act-txt{
    width: 354px;
    margin:15px auto 0;
    font-size: 14px;
    line-height:26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.column_act button{
    width: 90px;
    height: 30px;
    border: 1px solid #68b3e6;
    background-color: #ecf4fe;
    color: #2895e3;
    text-align: center;
    line-height:30px;
    float: right;
    margin-top: 25px;
    margin-right: 5px;
    cursor: pointer;
}


.column_act-center {
    border: 1px solid #c2c2c2;
    padding: 10px;
    width: 364px;
    height: auto;
    margin:20px 0;
}

.sct-center-tit{
    width: 354px;
    padding: 0 5px 10px 5px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #666666;
}
.sct-center-tit span{
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #999;
}
.video-box{
    width: 364px;
    height: 180px;
    margin: 0 auto;
    position:relative;
}
.video-box .layui-carousel-ind{
    text-align: right;
    top: -29px;
    right: 6px;
}
.video-box .cover-img{
    width: 364px;
    height: 180px;
    top: 0;
    left: 0;
    z-index: 1;
}
.video-box .play-btn{
    width:70px;
    height:70px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left:-35px;
    z-index:3;
    cursor: pointer;
}
.video-box .shadow{
    width: 364px;
    height: 180px;
    position: absolute;
    background-color: rgba(7,14,18,0.4);
}
.video-box .video-tit{
    position: absolute;
    z-index:4;
    width: 354px;
    bottom: 10px;
    line-height: 18px;
    padding-right: 10px;
    cursor: pointer;
}
.video-box .video-tit h1{
    margin-left:15px;
    width:280px;
    font-size:18px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.video-box .video-tit span{
    display: inline-block;
    float: right;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 3px;
}
.video-box .video-tit .selected{
    background-color: #fff;
}


.about-box{
    width: 1200px;
    margin: 20px auto 0;
}
.about-img{
    width: 386px;
    height: 340px;
    display: inline-block;
}
.about-img img{
    width: 386px;
    height:340px;
}
.about-content{
    width: 770px;
    float: right;
}
.about-content .about-tit{
    width: 770px;
    border-bottom: 1px solid #c2c2c2;
    padding:30px 0 20px 0;
    font-size: 26px;
    font-weight: normal;
}
.about-content .about-tit span{
    float: right;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.about-content .about-txt{
    width: 770px;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.about-content ul{
    width: 770px;
    margin: 45px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-content ul li{
    width: 170px;
    height: 75px;
    border: 1px solid #d4e3ff;
    text-align: center;
    background-size: 100% 100%;
    color: #fff;
    transition: .3s all linear;
    border-radius:5px;
    overflow: hidden;
}
.about-content ul li img{
    width:170px;
    height: 75px;
    transition: .3s all linear;
}
.about-content ul li:hover img{
    transform: scale(1.1);
}
.about-content ul li:hover{
    transition: .3s all linear;
    box-shadow:0 0 20px rgba(44, 121, 189, 0.3);
}

.service-box{
    width: 1200px;
    margin: 20px auto 0;
}
.content-tit{
    width:1200px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
}
.content-tit span{
    float: right;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.service-plan{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content:space-between;
}
.service-plan li{
    width: 180px;
    height: 325px;
    background-image: url("../images/service-bg02.jpg");
    background-size: 100% 100%;
    position:relative;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
}
.service-plan li img{
    position:absolute;
    bottom: 0;
    right: 0;
}
.service-plan li h1{
    font-size: 20px;
    margin: 40px 0 0 30px;
    color: #fff;
}
.service-plan li p{
    margin: 20px 0 0 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.service-plan li .service-title-wrap::after {
    content: "\A";
    white-space: pre;
}
.service-plan li .service-test{
    display: none;
}
.service-plan li button{
    display: none;
}
.service-plan .selected{
    width: 655px;
    height: 325px;
    box-sizing: border-box;
    background-image: url("../images/service-bg01.jpg");
    background-size: 100% 100%;
    border: 1px solid #d4e3ff;
    cursor: auto;
}
.service-plan .selected h1{
    color: #2895e3;
}
.service-plan .selected p{
    color: #2895e3;
}
.service-plan .selected .service-title {
    white-space: nowrap;
}
.service-plan .selected .service-title-wrap::after {
    content: '，';
}
.service-plan .selected .service-test{
    width:550px;
    line-height: 28px;
    color: #666666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.service-plan .selected button{
    display: block;
    width:110px;
    height:38px;
    border: 1px solid #68b3e6;
    background-color: #ecf4fe;
    color: #2895e3;
    text-align: center;
    line-height:38px;
    margin: 20px 0 0 30px;
    transition: .3s all linear;
}
.service-plan .selected button:hover{
    transition: .3s all linear;
    cursor: pointer;
    background-color: #fff;
}

.cooperate{
    width: 1200px;
    margin: 20px auto 0;
}

.cooperate ul{
    width: 1160px;
    margin: 28px auto 0;
    background-color: #f6f9fe;
    padding:20px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cooperate ul li{
    width: 215px;
    height: 60px;
    margin-bottom: 20px;
    background-color: #fff;
}
.cooperate ul li img{
    width: 215px;
    height:60px;
}
/* .footer {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height:32px;
    font-size: 14px;

}
.footer .footer_list {
    width:1200px;
    margin: 10px auto;
    color: #fff;
    text-align: left;
    line-height: 32px;
	background: #2895e3;
	margin-bottom: 0;
}
.footer .footer_list_content {
    width: 1200px;
    margin: 15px auto 0;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}
.footer  a {
    color: #fff;
    cursor: pointer;
}
.footer .footer_list_content li{
	width:600px;
	padding: 20px 20px 10px 20px;
}
.footer .footer_list_content li p{
	font-size: 14px;
	color: #fff;
}

.footer-organizer p{
	width:80px !important;
	float: left;
}
.footer-organizer div{
	width:700px;
	float: left;

}
.footer-organizer div p{
	width:700px !important;
}

.footer .qrcode {
    text-align: center;
	display: flex;
	justify-content: center;
}

.footer .qrcode img{
	width:96px;
	height:96px;
	margin-right: 20px;
}
.footer .qrcode p{
	width: 100px !important;
	font-size: 14px;
	text-align: left;
	line-height: 28px;
	padding-top:20px;
}
.footer .copyright{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.footer .copyright a{
	color:#4c4948;
} */

/*
.footer .footer_left {
    width: 720px;
    text-align: left;
    line-height: 32px;
}
.footer .footer_left h1 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
	padding-top: 10px;
}
.footer .footer_left ul {
    width: 720px;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.footer .footer_left ul li {
    width: 180px;
}
.footer .footer_left ul li a {
    color: #fff;
    cursor: pointer;
}

.footer_right{
    width:430px;
}
.footer_right ul{
	width: 300px;
}
.footer_right li{
	line-height: 32px;
}
.footer_right li a {
    color: #fff;
    cursor: pointer;
}
.footer-logo{
	display: inline-block;
}
.footer_right .qrcode{
	width: 100px;
	padding-left: 20px;
	text-align: center;
	float: right;
	border-left: 1px solid #7cb0d3;
}
.footer_right .qrcode p{
	line-height:26px;
}

.footer .copyright{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
} */

.news_container{
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}
.page_left {
    float: left;
    width: 300px;
    background: #2895e3;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px 0;
    min-height: 800px;
    height: auto;
}
.page_left .page_tit {
    font-size: 20px;
    font-weight: bold;
    background: none;
    border-bottom: 1px solid #2481cd;
    line-height: 80px;
    height: 80px;
}
.page_left .page_tit a {
    color: #fff;
    display: inline;
    width: auto;
    cursor: pointer;
}
.page_left .page_tit img {
    position: relative;
    top: 3px;
    margin-right: 5px;
    vertical-align: baseline;
}
.page_left .li_active {
    background: url("../images/left_nav_bj.png") left center no-repeat;
}
.page_left .h_bj {
    display: block;
    width: 310px;
    cursor: pointer;
    border: none;
}
.page_left li {
    float: left;
    width: 300px;
    line-height: 60px;
    border: none;
    border-bottom: 1px solid #2481cd;
    height: 59px;
    text-align: center;
    font-size: 16px;
}
.page_left a {
    color: #fff;
}
.page_right_detail {
    float: right;
    width: 870px;
    padding: 20px 0;
}
.new_content {
    padding: 10px;
}
.artical_caption_wrap {
    padding: 0 20px;
}
.artical_caption_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    color: #4f5050;
    text-align: center;
    line-height: 40px;
}
.artical_date {
    height: 60px;
    line-height: 60px;
    color: #7c7c7c;
    border-bottom: 1px dashed #bebebe;
    font-size: 14px;
    margin: 5px 0;
    padding: 0 25px;
}
.print_page {
    float: right;
    cursor: pointer;
}

.artical_txt {
    padding: 0 15px;
    width: 810px;
    margin-top: 30px;
}
.artical_txt p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 32px;
}

.artical_txt img{
    width: 800px;
    margin: 20px auto;
}

.page_right_detail ul {
    float: left;
    margin-bottom: 50px;
}
.page_right_detail ul li {
    float: left;
    width: 860px;
    border-bottom: 1px dashed #d5d5d5;
    line-height: 60px;
    padding: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list_date {
    font-size: 12px;
    text-indent: 20px;
    float: right;
}

.layui-laypage {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0;
}
.layui-laypage > a:first-child, .layui-laypage > a:first-child em {
    border-radius: 2px 0 0 2px;
}
.layui-laypage > :first-child {
    margin-left: 0 !important;
}
.layui-laypage a {
    text-decoration: none;
    border: 1px solid #e2e2e2;
}
.layui-disabled, .layui-disabled:hover {
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}
.layui-laypage .layui-laypage-curr{
    background-color: #2481cd;
    border:1px solid #2481cd;
}
.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
}




/* 20240826新增 */

.survey{
    width:120px !important;
    position:relative;
}
.survey img{
    padding:3px;
    width: 117px;
    height: 117px;
    position: absolute;
    top: -130px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    transition: .3s all linear;
}
.survey:hover img{
    opacity: 1;
    transition: .3s all linear;
}



/* 20240827 */

/* zttlist03 */
.page_right_box{
    float: right;
    width: 870px;
    padding: 20px 0;
}
.page_right_box ul {
    float: left;
    margin-bottom: 50px;
}
.page_right_box ul li{
    float: left;
    width: 860px;
    border-bottom: 1px dashed #d5d5d5;
    padding:26px 0;
}
.page_right_box ul li h1{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:40px;
}
.page_right_box ul li .time{
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}
.page_right_box ul li .time img{
    display: inline-block;
    width: 14px;
    vertical-align: middle;
    margin-right: 10px;
}
.page_right_box ul li .news-content{
    width: 860px;
    margin-top: 10px;
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
}
.page_right_box ul li .news-content .news-img{
    width: 180px;
    height: 100px;
}
.page_right_box ul li .news-content img{
    width: 180px;
    height: 100px;
    vertical-align: middle;
}
.page_right_box ul li .news-content .news-text{
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 20px;
}
.page_right_box ul li .news-content .news-text p{
    /* width: 660px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    line-height: 26px;
}

/* 单位列表 */

.unit-box{
    width: 1200px;
    margin: 0 auto;
}
.unit-box .next-list{
    display: block;
    text-align: center;
    margin: 40px auto 0;
}

.unit-box .unit-search{
    width: 800px;
    margin: 40px auto 0;
    position:relative;
}
.unit-box .unit-search input{
    width:760px;
    padding: 15px 20px;
    font-size: 16px;
    border:1px solid #e3e3e3;
    border-radius:25px;
    outline: none;
}
.unit-box .unit-search input::-webkit-input-placeholder{
    color:#999;
}
.unit-box .unit-search .search-img{
    width:80px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    border-left: 1px solid #e3e3e3;
    text-align: center;
    cursor: pointer;
}
.unit-box .unit-search .search-img img{
    width: 30px;
    margin-top:5px;
    transition: .3s all linear;
}
.unit-box .unit-search .search-img:hover img{
    margin-top: 2px;
    transition: .3s all linear;
}

.unit-screen{
    width: 1200px;
    margin: 40px auto 0;
}
.unit-screen .screen-list{
    width: 1200px;
    padding-bottom: 20px;
    border-bottom:1px dashed #e3e3e3;
}
.unit-screen .screen-list span{
    font-size: 14px;
    color: #4c4948;
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    cursor: pointer;
}
.unit-screen .screen-list span:hover{
    color: #2895e3;
}
.unit-screen .screen-list span.active{
    color: #2895e3;
}
.unit-screen .screen-list .screen-tit{
    padding: 0 15px;
    background-color: #e5eeff;
    color: #2895e3;
    margin-right: 20px;
}

.unit-list{
    width: 1200px;
    margin: 60px auto 0;
}
.unit-list li{
    width: 1200px;
    padding-bottom: 20px;
    border-bottom:1px dashed #e3e3e3;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.unit-list .unit-logo{
    width:80px;
    height:80px;
    border:1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unit-list .unit-logo img{
    width:80px;
}
.unit-list .unit-logo span{
    display: block;
    width:40px;
    height: 40px;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #84caaf;
    color:#fff;
    font-size:18px;
    letter-spacing: 0.1em;
    line-height:28px;
    text-align: center;
}
.unit-content .unit-content{
    width: 920px;
}
.unit-list li h1{
    font-size: 18px;
    color: #666;
    line-height:26px;
}
.unit-list li .sign{
    width:900px;
    margin:20px auto 0;
}
.unit-list li .unit-attr{
    display:inline-block;
    width:60px;
    padding:3px 5px;
    font-size: 14px;
    background-color:#f1edf9;
    color: #b07afe;
    text-align: center;
    font-weight: normal;
}
.unit-list li .sign .unit-form{
    width: 900px;
    display:block;
    color: #999;
    margin-top: 10px;

}
.unit-form span{
    display: inline-block;
    margin-right:100px;
}
.unit-list li .sign .unit-time{
    width: 900px;
    display:block;
    color: #999;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor:pointer;
}
.unit-list li .sign .unit-time:hover{
    color: #4c4948;
    text-decoration: underline;
}

.unit-list li .unit-enter{
    width: 160px;
}
.unit-list li .unit-enter button{
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(to right bottom, #73b4fd, #507afd);
}
.unit-list li .unit-enter button:hover{
    background: linear-gradient(to right bottom, #459cfd, #3868fd);
}


/* 20240828关于我们 */
.page-about{
    width: 1200px;
    margin: 0 auto;
}
.page-about .about-pic{
    width: 1200px;
    height: 300px;
}
.page-about .about-pic img{
    width: 1200px;
    height: 300px;
}

.page-about .about-intro{
    width:1200px;
    margin:20px auto 0;
    position:relative;
    z-index: 999;
    border-radius:10px;
}
.page-about .about-intro p{
    font-size: 14px;
    line-height:26px;
    vertical-align: middle;
    /* padding-top: 20px; */
    display: inline-block;
    width:1200px;
}
.page-about .about-intro img{
    width:100px;
    float: left;
    margin:0 50px;
    vertical-align: middle;
}

.page-about-tit{
    width:1200px;
    margin:30px auto 0;
}
.page-about-tit h1{
    font-size:22px;
    letter-spacing: 0.05em;
    color: #2895e3;
    padding-bottom:10px;
    border-bottom: 1px solid #e3e3e3;
}
.page-about-tit h1 span{
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 24px;
    width:5px;
    background-color: #2895e3;
    border-radius:5px;
}

.organizer{
    width:1200px;
    margin:20px auto 0;
}
.organizer p{
    font-size: 14px;
    line-height:26px;
    vertical-align: middle;
    margin-top: 10px;
}
.organizer .page-txt{
    margin-top:20px;
}

.organizer h1{
    font-size:18px;
    color: #aa5150;
    margin: 20px auto;
    line-height: 40px;
    padding:5px 20px;
    background-image: linear-gradient(to right,#f2f2f2,white);
}
.organizer h1 img{
    width: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.advantage-box{
    width: 1200px;
    margin: 20px auto 40px;
}
.advantage-box ul{
    width:1200px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.advantage-box ul li{
    width:280px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px dashed #e3e3e3;

}
.advantage-box ul li div{
    width:160px;
    height:50px;
    margin: -20px auto 0;

    border-radius:15px;
    position:relative;
}
.advantage-box ul li div h1{
    width:160px;
    height:50px;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;

    position:absolute;
    left: 0;
    top: -8px;
    text-align: center;
    line-height: 50px;
}
.bg-color01{
    background-color: #f8cbad;
}
.bg-image01{
    background-image:linear-gradient(to bottom,#fe9147,#ed7d31);
}
.bg-color02{
    background-color: #ffe699;
}
.bg-image02{
    background-image:linear-gradient(to bottom,#ffc000,#eeb916);
}
.bg-color03{
    background-color: #b4c6e7;
}
.bg-image03{
    background-image:linear-gradient(to bottom,#0a88df,#086baf);
}
.bg-color04{
    background-color: #c6deb5;
}
.bg-image04{
    background-image:linear-gradient(to bottom,#7bbe4e,#70ad46);
}
.advantage-box ul li p{
    width: 240px;
    margin:20px auto;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.advantage-box ul li p:hover{
    color: #086baf;
}

.page-unit-box{
    width: 1200px;
    margin: 20px auto 0;
}
.page-unit-box ul{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-unit-box ul li{
    width: 180px;
    height: 70px;
    background-color: #f3b4fd;
    margin-bottom: 20px;
}



/* 加入我们 */
.page-join{
    width: 1200px;
    margin: 0 auto;
}
.page-join .join-pic{
    width: 1200px;
    height: 300px;
}
.page-join .join-pic img{
    width: 1200px;
    height: 300px;
}

.page-join .join-intro{
    width:1200px;
    margin:20px auto 0;
    position:relative;
    z-index: 999;
    border-radius:10px;
}
.page-join .join-intro p{
    font-size: 14px;
    line-height:26px;
    vertical-align: middle;
    display: inline-block;
    width:1200px;
    text-indent: 2em;
    margin-top: 10px;
}
.page-join .join-intro h2{
    font-size:16px;
    letter-spacing: 0.05em;
    color: #2895e3;
    padding: 5px;
}


.footer {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height:32px;
    font-size: 14px;

}
.footer .footer_list {
    width:1200px;
    margin: 10px auto;
    color: #fff;
    text-align: left;
    line-height: 32px;
    background: #2895e3;
    margin-bottom: 0;
}
.footer .footer_list_content {
    width: 1200px;
    margin: 15px auto 0;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}
.footer  a {
    color: #fff;
    cursor: pointer;
}
.footer .footer_list_content li{
    padding: 20px;
}
.footer .footer_list_content li p{
    font-size: 14px;
    color: #fff;
}

.footer-organizer div p{
    width:700px !important;
}

.footer .copyright{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.footer .copyright a{
    color:#4c4948;
}
.footer-join{
    float:right;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px dashed #e3e3e3;
    cursor: pointer;
}
.footer-join img{
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    transition: .3s all linear;
}
.footer-join p{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    position: relative;
    top: 12px;
    text-align: left;
    margin-left: 5px;
}
.footer-join p:hover{
    text-decoration: underline;
}
.footer-code{
    float:right;
    cursor: pointer;
}
.footer-code img{
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    transition: .3s all linear;
}
.footer-code img:hover{
    transition: .3s all linear;
    transform: scale(1.3);
}
.footer-code p{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    position: relative;
    top: 12px;
    text-align: left;
    margin-left: 5px;
}


.service-matrix{
    width: 1200px;
    margin: 30px auto 0;
}

.service-matrix h1{
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.service-matrix h1 span{
    display: inline-block;
    margin: 0 20px -10px 20px;
    padding: 0 10px;
    border-bottom: 2px solid #fff;
    padding-bottom:10px;

}
.service-matrix h1 .selected{
    color: #086baf;
    border-bottom: 2px solid #0a88df;
}
.service-matrix h1 span:hover{
    cursor: pointer;
    color: #086baf;
    border-bottom: 2px solid #0a88df;
}

.service-package{
    margin:30px auto 0;
    width:1200px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;

}
.service-pack01{
    display: flex;
    justify-content:center;
}
.service-pack01 li{
    margin: 0 20px;
}
.service-package li{
    width:280px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px dashed #e3e3e3;
    margin-bottom: 60px;
}
/* .service-package li:last-child{
	content:'';
	margin-right: auto;
} */

/* .service-package li:not(:nth-child(4n)){
	margin-right:0;
} */
.service-package li div{
    width:180px;
    height:50px;
    margin: -20px auto 0;
    border-radius:15px;
    position:relative;
}
.service-package li div h2{
    width:180px;
    height:50px;
    border-radius: 15px;
    font-size: 18px;
    /* color: #fff; */
    position:absolute;
    left: 0;
    text-align: center;
    line-height: 50px;
}

.font-color01{
    color: #ff6700;
}
.bg-color05{
    background-color: #ffe0cb;
}

.font-color02{
    color: #ed9f00;
}
.bg-color06{
    background-color: #fff2cc;
}

.font-color03{
    color: #086baf;
}
.bg-color07{
    background-color: #d9e6ff;
}

.font-color04{
    color: #8bb725;
}
.bg-color08{
    background-color: #e5ffd1;
}


.service-package  li p{
    width: 240px;
    margin:20px auto;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.service-package  li p:hover{
    color: #086baf;
}



/* 20240830 */
.shzr-tit{
    width: 1160px;
    margin: 20px auto 0;
    font-size: 18px;
    color: #086baf;
    margin: 20px auto;
    line-height: 40px;
    padding:0 20px;
    background-image: linear-gradient(to right,#f2f2f2,white);
}

.shzr-result{
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}
.shzr-result img{
    height: 280px;
    margin:40px 40px;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}



.service-content{
    width: 1200px;
    margin:40px auto;
}

.service-content .table-header{
    width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    text-align: center;
    align-items: center;
}
.header-name{
    width: 398px;
    padding:20px 0;
    border: 1px solid #e8e8e8;
    font-size: 20px;
    font-weight:bold;
    color: #888;
    border-top:10px solid #C9E9FF !important;
}
.table-header .header-cell{
    padding:20px 0;
    width:199px;
    border: 1px solid #e8e8e8;
    border-left: none;
}
.table-header .header-cell h1{
    font-size:18px;
}
.header-cell01{
    border-top:10px solid #70BAFF !important;
}
.header-cell02{
    border-top:10px solid #459fff !important;
}
.header-cell03{
    border-top:10px solid #1980FF !important;
}
.header-cell04{
    border-top:10px solid #105fcc !important;
}

.table-cell{
    width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    text-align: center;
}

.service-txt{
    width: 398px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.service-txt h1{
    width:350px;
    margin:10px auto 0;
    font-size: 16px;
    text-align:left;
    font-weight:normal;
}
.service-txt p{
    width:350px;
    margin:5px auto 10px;
    text-align: justify;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    line-height: 26px;
    transition: .3s all linear;
}
.service-cell{
    display: flex;
    justify-content: center;
    align-items: center;
    width:199px;
    border: 1px solid #e8e8e8;
    border-left: none;
    border-top: none;
    font-size: 18px;
    color: #666;
}
.table-cell-bg01{
    background-color:#eef8ff;
}
/*
.table-cell:hover div{
	background-color:#eef8ff;
} */
.table-cell:hover .service-txt p{
    transition: .3s all linear;
    -webkit-line-clamp:6;
    color: #0a88df;
}

.table-cell:hover .service-cell{
    color: #0a88df;
}
.table-cell:hover .service-txt h1{
    color: #0a88df;
}