  /*css reset code */
body {
    font-size: 16px;
    font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif !important;
}

/* for IE/Win */
html>body {
    font-size: 10px;
}

/* for everything else */

/*字体边框等初始化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

/* img {
    display: block;
} */

address,
caption,
cite,
code,
dfn,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
}


/*css reset code */
/****  文字大小初始化,使1em=10px /
body {
    font-size: 14px;
}

/* for IE/Win */
html>body {
    font-size: 14px;
}

/* for everything else */
/*字体边框等初始化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

input {
    background: none;
    outline: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

/* img {
    display: block;
} */

address,
caption,
cite,
code,
dfn,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: #1469b3;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#swiper2 span.swiper-pagination-bullet.swiper-pagination-bullet:last-child {
    margin-right: 20px;
}

/* 清除浮动 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/* 自定义 css */
.f-toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xxselect ul li.selected a {
    color: #1671ba;
    background-color: #e1edfa;
}

.search-menu {
    width: 406px;
    height: 32px;
    box-sizing: border-box;
    line-height: 50px;
}

.search-menu input {
    float: left;
    width: 330px;
    padding-left: 15px;
    height: 30px;
    border: 1px solid #ccc;
    margin-top: 15px;
    background-color: #fff;
}

.search-menu .searchmbtn {
    float: left;
    height: 32px;
    width: 56px;
    margin-top: 15px;
    background: url(/templates/jssmeweb2024/base2022images/search2.png)no-repeat center;
}

.w {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.fb {
    display: flex;
    justify-content: space-between;
}

.fbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_ce {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa {
    display: flex;
    justify-content: space-around;
}

.fac {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.com-tit {
    position: relative;
    margin: 45px 0;
}

.com-tit::before {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    left: 25%;
}

.com-tit::after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    right: 25%;
}

.com-tit h4 {
    text-align: center !important;
    font-weight: 700 !important;
    color: #333;
    font-size: 28px !important;
}

a.more_b {
    width: 145px;
    padding: 8px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #0066cc;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
}

a.more_or {
    width: 145px;
    padding: 8px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #ff9420;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
}

a.cyl_more {
    width: 207px;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: linear-gradient(#7460e7, #546de6);
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 25px;
}

.Ccb4 {
    color: #166cb4;
    font-weight: 700;
}

.C999 {
    color: #999999;
}

.Cb01 {
    color: #fe6b01;
}

.C007aff {
    color: #007aff;
}

.C0c65b1 {
    color: #0c65b1;
    font-weight: 700;
}

i.gold {
    width: 16px;
    height: 16px;
    display: block;
    background: url(/templates/jssmeweb2024/base2022images/gold.png) no-repeat;
}

i.icon-scfw {
    width: 20px;
    height: 13px;
    display: block;
    background: url(/templates/jssmeweb2024/base2022images/icon-t.png) no-repeat;
}

/*箭头向右*/
.arrow_to_right {
    width: 0;
    height: 0;
    border-left: 5px solid #666;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-right: 8px;
}

/* paging css */

.paging {
    clear: both;
    padding: 20px 0;
}

.paging ul>span,
.paging ul>a,
.paging div>span,
.paging div>a {
    display: flex;
    padding: 0 10px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.paging ul>span.current,
.paging ul>a:hover,
.paging div>span.current,
.paging div>a:hover {
    background-color: #3a78f3;
    color: #fff;
}

.login {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #3a78f3;
}

#swiper {
    width: 100%;
    height: 380px;
}

#swiper1 {
    width: 100%;
    height: auto;
}

#swiper1 .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.swindex .swiper-slide {
    width: 1920px;
}

/* login css */
.login .w {
    display: flex;
    justify-content: space-between;
}

/* header css */
.header {
    position: relative;
    color: #fff;
}

.header #swiper .swiper-slide {
    position: relative;
    color: #fff
}

.header #swiper .swiper-slide h5 {
    position: absolute;
    top: -220px;
    font-weight: 700;
    font-size: 34px;
}

.header #swiper .swiper-slide p {
    position: absolute;
    top: -160px;
    font-size: 18px;
}


.header .top {
    width: 100%;
    /* position: absolute; */
    position: fixed;
    margin-top: 40px;
    line-height: 105px;
    height: 105px;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

.header .top .w {
    justify-content: space-between;
    display: flex;
}

.header .top .w .logo {
    width: 454px;
    height: 70px;
    padding-top: 22px;
}

.header .top .nav {
    width: 741px;
    display: flex;
    justify-content: space-around;
    color: #fff;
    font-size: 19px;
}

.header .top .nav li {
    padding: 0 10px;
}

.header .top .nav li>a {
    width: 100%;
    height: 100%;
    display: block;
}

.header .top .nav li:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #fff;
}

.header .top .sub,
.zt.nav .sub {
    display: none;
    width: 100%;
    /* background-color: #fff;
    color: #146ab4; */
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 999;
    border-bottom: 2px solid #1469b3;
}

.header_b .top {
    background-color: rgb(227, 239, 251);
    margin-top: 0;
}

.header_b .top .nav {
    color: #333;
}

.header .top .sub {
    background-color: rgba(255, 255, 255, 0.9);
}

.zt.nav .sub {
    color: #146ab4;
}

.header .top .sub ul,
.zt.nav .sub ul {
    padding-left: 46%;
    width: 200px;
    display: flex;
    justify-content: space-between;
}

.header .top .sub ul li a,
.zt.nav .sub ul li a {
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
}

.header .top .sub ul li:hover a,
.zt.nav .sub ul li:hover a {
    color: #fff;
    background-color: #1469b3;
    border-radius: 15px;
}

.header .top .nav li:hover a,
.zt.nav .sub ul li:hover a {
    color: #fff;
}

.header .more {
    z-index: 998;
    position: absolute;
    bottom: 10%;
    width: 92px;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #fff;
    left: 50%;
    margin-left: -46px;
}

.more:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
}

/* index_serach css */
.div_search_SS {
    width: 700px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
    margin-left: 250px;
    padding: 10px;
    margin-top: 40px;
    position: absolute;
    bottom: 260px;
    left: 50%;
    margin-left: -350px;
    z-index: 99;
}

.div_search_SS input {
    width: 560px;
    height: 50px;
    float: left;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #333;
    text-indent: 20px;
    outline: none;
}

.div_search_SS button {
    width: 140px;
    height: 50px;
    background: #3691ef;
    background: linear-gradient(to right, #3691ef, #3e9cfd);
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    outline: none;
    float: left;
}

.div_search_SS button:hover {
    background: #3e9cfd;
}

/* index css */
.top_news {
    padding: 45px 0;
}

.top_news h4 {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    height: 43px;
    line-height: 43px;
}

.top_news h4 span {
    display: inline-block;
    background: url(/templates/jssmeweb2024/base2022images/icon_hot.png) no-repeat center;
    width: 69px;
    height: 43px;
    margin-right: 15px;
}

.top_news p {
    line-height: 28px;
    color: #666;
    font-size: 16px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_news p a {
    color: #1469b3;
}

.news_container {
    padding-bottom: 45px;
}

#swiper2 {
    width: 578px;
    height: 392px;
    margin-left: 0;
}

#swiper2 .swiper-slide {
    position: relative;
}

#swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
}

#swiper2 .swiper-slide p {
    position: absolute;
    text-indent: 2em;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.2);
}

.news_container .noticelist {
    width: 584px;
    height: 392px;
}

.news_container .noticelist .h {
    display: flex;
    justify-content: space-between;
}

.news_container .noticelist .h h4 {
    color: #1469b3;
    font-weight: 700;
    font-size: 28px;
    color: #333;
}

.news_container .noticelist .h a {
    color: #666;
    font-size: 14px;
}

.news_container .noticelist ul li a {
    display: flex;
    justify-content: space-between;
    line-height: 58px;
    color: #666;
    border-bottom: 1px solid #f3f3f3;
}

.news_container .noticelist .h a:hover,
.news_container .noticelist ul li a:hover {
    color: #1469b3;
}

.news_container .noticelist ul li p {
    width: 435px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.news_container .noticelist ul li span {
    font-size: 16px;
    color: #cccccc;
}

.num {
    background: url(/templates/jssmeweb2024/base2022images/num_bg.png) no-repeat bottom center;
    padding: 50px 0;
}

.num ul li {
    width: 224px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.num ul li h4 {
    display: inline-block;
    font-weight: 700;
    color: #26609d;
    font-size: 40px;
}

.service .servicelist {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.service .servicelist li {
    width: 299px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    color: #666;
    font-size: 18px;
    background-color: #f7faff;
}

.service .servicelist li:hover {
    background: #fff;
    border: 1px solid #fff;
    z-index: 999;
    box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -webkit-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -o-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);

}

.service .servicelist li:nth-child(1),
.service .servicelist li:nth-child(5) {
    border-left: none;
}

.service .servicelist li:nth-child(1),
.service .servicelist li:nth-child(2),
.service .servicelist li:nth-child(3),
.service .servicelist li:nth-child(4) {
    border-bottom: 1px solid #e5e5e5;
}

/* .service .servicelist li img {
    display: inline-block;
} */

.service .servicelist li p {
    margin-top: 15px;
    line-height: 28px;
}

.service .more {
    background-color: #1469b3;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    margin-left: -86px;
    margin-top: 50px;
}

.brand {
    margin-top: 160px;
    padding-bottom: 35px;
}

.brand .swiper-slide {
    position: relative;
    height: 180px;
    box-sizing: border-box;
}

.brand .swiper-slide h4 {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 40px;
}

.brand p {
    font-size: 16px;
    color: #666;
    position: absolute;
    top: 60px;
    left: 40px;
    line-height: 24px;
}

.brand .swiper-slide:hover {
    box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -webkit-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -o-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
}

#pagination {
    position: static;
    margin-top: 40px;
}

#pagination .swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 20px;
}

/* select css */
.xxselect {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    width: 100%;
    margin-top: 35px;
    box-sizing: border-box;
}

.xxselect ul {
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.xxselect ul:last-child {
    margin-bottom: 0;
}

.xxselect ul li {
    float: left;
    color: #333;
    line-height: 26px;
}

.xxselect ul li a {
    padding: 5px 10px;
    color: #666;
}

.xxselect ul li a:hover {
    color: #1671ba;
    background-color: #e1edfa;
}

.xxselect ul li a.selected {
    color: #1671ba;
    background-color: #e1edfa;
}

ul.select-sub {
    display: block;
    left: 10px;
    border: 1px solid #ccc;
    line-height: 40px;
}

/* footer css */
.footer {
    background-color: #074c92;
    padding: 25px 0 45px 0;
    color: #fff;
}

.footer .fr_links span {
    font-size: 16px;
    color: #d3d3d3;
    font-weight: bold;
    padding-top: 4px;
}

.footer .fr_links .select {
    width: 170px;
    position: relative;
    zoom: 1;
    margin-left: 15px;
}

.footer .fr_links .select:first-child {
    margin-left: 0;
}

.footer .fr_links .select>a {
    display: block;
    text-decoration: none;
    border: 1px solid #b9b9b9;
    padding: 5px 0 5px 20px;
    width: 170px;
    box-sizing: border-box;
}

.footer .fr_links .select a:hover {
    color: #fff;
    border-bottom: none;
}

.footer .fr_links .select a:hover span {
    color: #fff;
}

.footer .fr_links .select ol {
    width: 900px;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 999;
    border: 1px solid #b9b9b9;
    background-color: #074c92;
}

.footer .fr_links .select:hover ol {
    display: block;
    /* overflow: hidden; */
}

.footer .fr_links .select:last-child ol {
    width: 400px;
}

.footer .fr_links .select ol li {
    float: left;
    width: 220px;
}

.footer .fr_links .select:last-child ol li {
    width: 100px;
}

.footer .fr_links .select ol li a {
    padding-left: 20px;
    line-height: 26px;
}

.footer .fr_links .select ol li a:hover {
    color: #70bdff;
}

.footer .fr_links .select:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


.footer .info {
    line-height: 32px;
    padding-top: 60px;
}

.footer .info span {
    color: #fff;
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer .line {
    background: url(/templates/jssmeweb2024/base2022images/line.png) no-repeat;
    width: 190px;
    height: 1px;
    margin-bottom: 35px;
}

.footer .line.br {
    background: url(/templates/jssmeweb2024/base2022images/line.png) no-repeat #2c74bd;
    width: 540px;
}

.footer .tell_box02 {
    margin-left: 70px;
}

.footer .tell_box02 .line {
    background: url(/templates/jssmeweb2024/base2022images/line.png) round;
    width: 280px;
}

.footer .tell .zx {
    margin-top: 17px;
    font-size: 14px;
    height: 30px;
    padding: 0;
    text-indent: 60px;
    line-height: 30px;
    width: 134px;
    color: #ffff;
    background: #dd3a3a url(../base2022images/icon_tell.png) 15px center no-repeat;
    margin-bottom: 18px;
}

.footer .tell .qrcode p {
    line-height: 28px;
}

/* sub_nav css */
.sub_nav {
    background-color: rgba(1, 80, 172, 0.7);
    line-height: 56px;
    margin-top: -56px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    z-index: 999;
}

.sub_nav.dj {
    color: #fff;
    background-color: rgba(104, 0, 0, 0.7);
}

.sub_nav ul li {
    padding: 0 30px;
}

.sub_nav ul li.on {
    background-color: #fff;
    color: #0162b1;
}

.sub_nav.dj ul li.on {
    color: #820506;
}

/* loc css */
.loc {
    height: 55px;
    width: 100%;
    line-height: 55px;
    border-bottom: 1px solid rgba(179, 175, 175, 0.3);
}

.loc .w {
    display: flex;
}

.loc a.home {
    width: 55px;
    height: 55px;
    text-align: center;
}

.loc a.home:hover {
    background-color: #f8f9fb;
}

i.home {
    background: url(/templates/jssmeweb2024/base2024images/home.png) no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
}

i.down {
    background: url(/templates/jssmeweb2024/base2024images/icon_down.png) no-repeat;
    display: inline-block;
    width: 17px;
    height: 9px;
    left: 10px;
    position: relative;
}

.loc ul {
    display: flex;
    margin-left: 20px;
    color: #666;
}

.loc ul li::after {
    content: ">";
    padding: 0 5px;
}

.loc ul li:last-child::after {
    content: none;
}

/* news_list css */
.news_list {
    padding-bottom: 40px;
}

.news_list ul li {
    width: 100%;
    padding: 30px 0;
    margin: 20px 0;
}

.news_list ul li .time {
    width: 115px;
    height: 145px;
    border-radius: 10px;
}

.news_list ul li .time .dd {
    font-size: 36px;
    height: 93px;
    color: #186aab;
    background-color: #f7f8fa;
}

.news_list ul li .time .yymm {
    background-color: #186aab;
    color: #fff;
    font-size: 18px;
    height: 52px;
}

.news_list ul li .txt {
    width: 815px;
}

.news_list.text ul li .txt {
    width: 1045px;
}

.news_list ul li .txt h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list ul li .txt h6 {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-align: justify;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_list ul li .img {
    width: 230px;
}

.news_list ul li:hover {
    background: #f7f8fa;
}

.news_list ul li:hover .dd {
    background: #fff;
}

.news_list ul li:hover h5,
.news_list ul li:hover h6 {
    color: #0162b1;
}

/* dj css */
.dj {
    color: #af0908;
}

/* .dj .sub ul li a {
    color: #af0908;
} */

.dj .top .sub ul li:hover a {
    background-color: #af0908;
}

.djfooter {
    background-color: #8d2021;
}

.djfooter .info span {
    color: #fff;
}

.djfooter .tell .line {
    background: url(/templates/jssmeweb2024/base2022images/line-dj.png) no-repeat
}

.djfooter .tell_box02 .line {
    background: url(/templates/jssmeweb2024/base2022images/line-dj.png) round;
}

.news_list.dj ul li .time .yymm {
    background-color: #993031;
}

.news_list.dj ul li .time .dd {
    color: #7d0001;
}

.news_list.dj ul li:hover {
    background: #f2e8e8;
}

.news_list.dj ul li:hover h5,
.news_list.dj ul li:hover h6 {
    color: #993031;
}

/* zt css */
.zt.header {
    height: 114px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

.zt.header .logo {
    width: 454px;
    height: 92px;
    padding-top: 22px;
}

.zt .search {
    width: 502px;
    font-size: 16px;
    height: 70px;
    margin-top: 30px;
    margin-left: 120px;
}

.zt .search .hd {
    height: 30px;
    color: #333;
}

.zt .search .hd ul {
    height: 100%;
}

.zt .search .hd ul li {
    float: left;
    width: 58px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    cursor: pointer;
}

.zt .search .hd ul li.on {
    background-color: #006ac7;
    color: #fff;
}

.zt .search .bd ul {
    width: 500px;
    height: 36px;
}

.zt .search .bd ul .searchBox {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
}

.zt .search .bd ul .searchBox input {
    width: 410px;
    height: 100%;
    border: 2px solid #006ac7;
    text-indent: 1em;
    font-size: 14px;
}

.zt .search .bd ul .searchBox button {
    width: 90px;
    height: 40px;
    background-color: #006ac7;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.zt .submit {
    background-color: #006ac7;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
    margin-top: 60px;
}

.zt.nav {
    border-top: 1px solid rgba(179, 179, 179, 0.3);
    background-color: #fff;
}

.zt.nav #nav {
    font-size: 19px;
    height: 60px;
    line-height: 60px;

}

.zt.nav #nav li:hover {
    border-bottom: 2px solid #1469b3;
}

.zt.nav #nav i.down {
    background: url(/templates/jssmeweb2024/base2022images/icon_down_b.png) no-repeat;
}

.zt#swiper1 {
    height: 310px;
}

.zt#swiper1 .swiper-slide {
    position: relative;
    color: #fff;
    text-align: center;
}

.zt#swiper1 .swiper-slide h6 {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -240px;
    font-weight: 700;
    font-size: 48px;
}

.zt#swiper1 .swiper-slide p {
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -257px;
    font-weight: 700;
    font-size: 36px;
}

.zt.nav .sub ul {
    padding-left: 31%;
}

.zt.nav .sub {
    z-index: 999;
    background-color: #ededed;
    position: absolute;
}

.zt.submenu {
    height: 65px;
    line-height: 65px;
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(179, 179, 179, 0.3);
    ;
}

.zt.submenu .subnav {
    font-size: 18px;
}

.zt.submenu .subnav .dropdown select {
    background-color: #2074d7;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    margin: 0 20px;
    border: none;
    outline: none;
}

.zt.submenu .subnav ul li {
    margin-right: 40px;
    color: #333;
}

.zt.submenu .subnav ul li:hover {
    color: #006ac7;
    border-bottom: 2px solid #006ac7;
}

.zt.submenu .subnav ul li.on {
    color: #006ac7;
    border-bottom: 2px solid #006ac7;
}

.zt.submenu .loc .home {
    height: 65px;
    width: 17px;
    margin-top: 23px;
}

.zt.submenu .loc {
    width: auto;
    height: 65px;
    line-height: 65px;
    display: flex;
}

/* szj css */
.szj.news_container {
    padding: 50px 0;
}

.szj.news_container #swiper2 {
    width: 45%;
    height: 365px;
}

.szj.news_container .noticelist {
    width: 52%;
    height: 365px;
}

.szj.news_container .noticelist .h {
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(179, 179, 179, 0.3);
}

.szj.news_container .noticelist .h h4 {
    color: #1469b3;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid #1469b3;
}

.szj.news_container .noticelist .h a {
    font-size: 16px;
}

.szj.news_container .noticelist ul li a {
    display: flex;
    justify-content: space-between;
    line-height: 53px;
    color: #666;
    border-bottom: none;
}

.szj.news_container .noticelist ul li a {
    display: flex;
    justify-content: space-between;
    line-height: 53px;
    color: #666;
    border-bottom: none;
}

.ssxarea {
    margin-right: 5px;
    display: inline-block;
    color: #1469b3 !important;
}

.ssxarea::before {
    content: "[";
}

.ssxarea::after {
    content: "]";
}

.szj.news_container .noticelist ul li a:hover {
    color: #1469b3;
}

.activity {
    background-color: #f5f5f5;
    padding: 15px 0 45px 0;
    margin-top: 65px;
}

.act-list ul li {
    width: 585px;
    float: left;
    background-color: #fff;
    margin-bottom: 34px;
    margin-right: 28px;
    box-sizing: border-box;
    padding: 14px 12px;
    box-shadow: 0 0 5px 5px rgba(197, 198, 204, 0.1);
    cursor: pointer;
}

.act-list ul li:hover .img img {
    transform: scale(1.2);
    transition: all .5s;
}

.act-list ul li:hover {
    box-shadow: 0 0 5px 5px rgba(143, 143, 148, 0.1);
}

.act-list ul li:hover .txt h5 {
    color: #006ac7;
}

.act-list ul li:nth-child(2n+2) {
    margin-right: 0;
}

.act-list ul li .img {
    width: 225px;
    height: 150px;
    overflow: hidden;
}

.act-list ul li .img img {
    transition: all .5s;
}

.act-list ul li .txt {
    width: 313px;
    color: #666;
}

.act-list ul li .txt h5 {
    height: 62px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}

.act-list ul li .txt p {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.act-list ul li .txt .info {
    margin-top: 15px;
}

.act-list ul li .txt .info p {
    color: #999;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.act-list ul li .txt .info a {
    padding: 3px 13px;
    background-color: #d9ebff;
    border-radius: 15px;
    color: #007aff;
}

.actmore {
    padding: 8px 20px 8px 42px;
    border-radius: 25px;
    border: 1px solid #1469b3;
    color: #1469b3;
    display: block;
    margin: 0 auto;
    width: 165px;
    box-sizing: border-box;
    font-size: 18px;
}

.actmore:hover {
    color: #fff;
    background-color: #1469b3;
}

.m_orange {
    color: #ff6900;
    border: 1px solid #ff6900;
}

.m_orange:hover {
    color: #fff;
    background-color: #ff6900;
}

.xzzj-form {
    padding: 45px 0;
}

.xzzj-form .info {
    line-height: 32px;
    color: #333;
    font-size: 16px;
}

.xzzj-form .info p {
    text-indent: 2em;
}

.xzzj-form form {
    font-size: 16px;
    margin-top: 40px;
    padding: 45px 100px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.xzzj-form form label {
    width: 110px;
    font-size: 16px;
    color: #333;
}

.xzzj-form .layui-input-block {
    margin-left: 140px;
}

.xzzj-form .layui-input {
    height: 40px;
}

.xzzj-form .layui-form-label.required:after {
    content: ' *';
    color: red;
}

.xzzj-form .layui-btn {
    background-color: #007aff;
    border-radius: 5px;
}

.xzzj-form .layui-btn-primary {
    background-color: #d2d2d2;
}

/* 服务活动 css */
.slide-carousel {
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
}

.slide-carousel .item-list {
    position: relative;
    height: 360px;
    width: 100%;
    /* overflow: hidden; */
}

.slide-carousel .item-list li .item-content {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px 1px rgba(109, 109, 109, 0.30);
}

.slide-carousel .item-list li .item-content a {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-carousel .item-list li .item-content a .cover-img {
    width: 100%;
    height: 100%;
}

.slide-carousel .indicator-list {
    text-align: center;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
}

.slide-carousel .indicator-list a {
    display: inline-block;
    width: 40px;
    height: 2px;
    margin-left: 5px;
    background: #FFF;
    opacity: .3;
    transition: all .3s linear;
    cursor: pointer;
    background: #999 \0;
}

.slide-carousel .indicator-list a.selected {
    opacity: 1;
    background: #fff \0;
}

.slide-carousel .controls a {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 32px;
    height: 48px;
}

.item-prev {
    top: 55%;
    left: -45px;
    margin-top: -42px;
}

.item-prev {
    background: url(https://pic.huodongjia.com/static/base2022images/icon_arrow_left_normal.png) no-repeat;
    background-size: 100% 100%;
}

.item-prev:hover {
    background: url(https://pic.huodongjia.com/static/base2022images/icon_arrow_left_hover.png) no-repeat;
    background-size: 100% 100%;
}

.item-next {
    top: 55%;
    right: -45px;
    margin-top: -42px;
}

.item-next {
    background: url(https://pic.huodongjia.com/static/base2022images/icon_arrow_left_normal-1.png) no-repeat;
    background-size: 100% 100%;
}

.item-next:hover {
    background: url(https://pic.huodongjia.com/static/base2022images/icon_arrow_left_right.png)no-repeat;
    background-size: 100% 100%;
}

.slide-carousel .desc {
    height: 72px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.slide-carousel .desc strong {
    color: #fff;
    font-size: 20px;
    line-height: 72px;
    margin-left: 20px;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slide-carousel:hover .controls {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.fwhdheader {
    background: -webkit-linear-gradient(bottom, #33BBFF, #177EE6);
    background: #177EE6 \0;
    padding: 30px 0;
}

.fwhdheader .banner {
    width: 1400px;
    margin: 0 auto;
}

.fwhdheader .banner .slide-3d .desc {
    display: none;
}

.fwhdheader .banner .slide-3d .item-list li {
    width: 750px;
    height: 300px;
    transition: all 0.5s linear;
    position: absolute;
    top: 30px;
    left: 450px;
    list-style: none;
    opacity: 0;
}

.fwhdheader .banner .slide-3d .item-list li.item0 {
    left: 0px;
}

.fwhdheader .banner .slide-3d .item-list li.item1 {
    left: 0;
    opacity: .5;
    z-index: 2;
}

.fwhdheader .banner .slide-3d .item-list li.item2 {
    top: 0;
    width: 900px;
    height: 360px;
    left: 150px;
    z-index: 3;
    opacity: 1;
}

.fwhdheader .banner .slide-3d .item-list li.item3 {
    left: 450px;
    z-index: 2;
    opacity: .5;
}

.online-wrapper {
    width: 100%;
    padding: 50px 0 20px;
}

.online-wrapper .online-left {
    width: 850px;
}

.online-wrapper .online-left .online-hot-title {
    font-size: 30px;
}

.online-wrapper .online-left .online.act-list ul li {
    width: 100%;
}

.online-wrapper .online-left .online.act-list ul li {
    margin-top: 20px;
    margin-bottom: 0;
}

.online-wrapper .online-left .online.act-list ul li .img {
    width: 325px;
    height: 217px;
}

.online-wrapper .online-left .online.act-list ul li .txt {
    width: 467px;
}

.online-wrapper .online-left .online.act-list ul li .txt h5 {
    font-weight: 700;
    font-size: 24px;
}

.online-wrapper .online-left .tit a {
    font-size: 16px;
    color: #007aff;
}

.online-right {
    width: 270px;
}

.online-right .online-date {
    position: relative;
}

.online-right .online-date::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    bottom: 0px;
    left: 0;
}

.online-right .online-date .online-date-title {
    font-size: 30px;
}

.online-right .online-date .online-date-timeline {
    position: relative;
    margin-top: 25px;
    max-height: 490px;
    overflow: auto;
}

.online-right .online-date .online-date-timeline::-webkit-scrollbar {
    width: 0 !important
}

.online-right .online-date .online-date-timeline .layui-timeline-item {
    padding-bottom: 10px;
}

.online-right .online-date .online-date-timeline .layui-timeline-content {
    padding-right: 10px;
}

.online-right .online-date .online-date-timeline .layui-timeline-title {
    color: #999;
}

.online-right .online-date .online-date-timeline .content {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 0 8px #ccc;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.online-right .online-date .online-date-timeline .content:hover {
    box-shadow: 0 0 10px #999;
}

.online-right .online-date .online-date-timeline .content a {
    display: block;
    font-size: 16px;
    text-align: justify;
}

.online-right .online-date .online-date-timeline .content p {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    width: auto;
}

.live {
    margin-bottom: 40px;
}

.live .live-list .hd ul li {
    float: left;
}

.live .live-list .hd ul li a {
    color: #666;
    padding: 10px 18px;
    border: 1px solid #ccc;
    margin-right: 6px;
    transition: all .2s linear;
    border-radius: 2px;
}

.live .live-list .hd ul li.on a {
    background: #198CFF;
    border-color: #198CFF;
    color: #FFF;
}

.live .live-list .hd ul li:last-child a {
    margin-right: 0;
}

.live .live-list .bd {
    margin-top: 60px;
}

/* certapply css */
.certapply {
    margin-bottom: 45px;
    margin-top: 60px;
}

.certapply h5 {
    margin: 24px 0 50px 0;
    font-weight: 700;
    font-size: 24px;
    color: #333;
}

.certapply .certapply-list li {
    box-sizing: border-box;
    padding: 50px 20px 0 35px;
    float: left;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 385px;
    height: 160px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 24px;
    color: #333;
}

.certapply .certapply-list li:nth-child(3n+3) {
    margin-right: 0;
}

.certapply .certapply-list li a {
    justify-content: flex-start;
}

.certapply .certapply-list li a p {
    margin-left: 25px;
}

.certapply .certapply-list li:hover {
    background-color: #1469b3;
}

.certapply .certapply-list li:hover p {
    color: #fff;
}

i.cert1 {
    width: 54px;
    height: 55px;
    display: block;
    background: url(/templates/jssmeweb2024/base2022images/cert01.png) no-repeat;
}

i.cert2 {
    width: 49px;
    height: 57px;
    display: block;
    background: url(/templates/jssmeweb2024/base2022images/cert02.png) no-repeat;
}

/* newscon css */

.news-con {
    padding: 20px 20px 40px 20px;
    background-color: #fff;
}

.con-top {
    padding: 10px 10px 0 10px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.con-top h1 {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
}

.con-top ul {
    padding: 20px 0;
}

.con-top ul li {
    display: inline-block;
    margin-right: 20px;
}

.con-text {
    padding: 0 10px;
    margin-top: 25px;
    line-height: 24px;
}

span.star-b {
    background: url(/templates/jssmeweb2024/base2024images/star-b.png)no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px -3.5px 0;
}

span.star-n {
    background: url(/templates/jssmeweb2024/base2024images/star-n.png)no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px -3.5px 0;
}

.con-text p.fj {
    margin-top: 20px;
}

.con-text a.fj {
    display: block;
    color: #0043ff;
}

/* learn css */
.learn {
    background-color: #fff;
    margin-top: -95px;
    z-index: 998;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
}

.learn ul li {
    width: 600px;
    height: 257px;
    text-align: center;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    position: relative;
}

/* .learn ul li img {
    display: inline-block;
} */

.learn ul li>h4 {
    font-size: 30px;
    font-weight: 700;
    padding: 35px 0 12px 0;
}

.learn ul li .line {
    width: 50px;
    height: 4px;
    background-color: #0066cc;
    margin: 0 auto;
}

.learn ul li>h2 {
    width: 145px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 25px;
    font-size: 16px;
    color: #999;
    margin-top: 25px;
}

.learn ul li .de {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    padding: 55px 0;
    box-sizing: border-box;
}

.learn ul li .de h4 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
}

.learn ul li .de p {
    margin: 30px 60px;
    line-height: 24px;
}

.learn ul li .de h2 {
    width: 145px;
    background-color: #0066cc;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
}

.learn ul li:hover .de {
    display: block;
}

.kzkt {
    margin-bottom: 60px;
}

.kzkt .class-list {
    margin-top: 60px;
}

.class-list ul li {
    float: left;
    width: 280px;
    height: 248px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    margin-right: 25px;
    margin-bottom: 30px;
    color: #333;
    box-sizing: border-box;
}

.class-list ul li:nth-child(4n+4) {
    margin-right: 0;
}

.class-list ul li .img {
    width: 100%;
    height: 177px;
    overflow: hidden;
}

.class-list ul li .img img {
    transition: all .3s;
}

.class-list ul li:hover .img img {
    transform: scale(1.2);
    transition: all .3s;
}

.class-list ul li p {
    margin: 15px 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* about css */
.aboutus {
    margin-top: 45px;
}

.aboutus .w {
    background: url(/templates/jssmeweb2024/base2022images/about.png) no-repeat right bottom;
}

.aboutus .content {
    width: 686px;
    padding-bottom: 86px;
}

.aboutus .content h6 {
    color: #333;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 700;
}

.aboutus .content p {
    line-height: 34px;
    font-size: 16px;
    color: #666;
    text-align: justify;
}

.about_tit {
    color: #333;
    margin-bottom: 38px;
}

.about_tit h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

.about_tit .line {
    height: 4px;
    width: 34px;
    background-color: #0066cc;
}

.work {
    background-color: #f5f6fb;
    padding: 60px 0;
}

.work .slogen {
    font-size: 18px;
    color: #333333;
    margin-bottom: 65px;
}

.workimg {
    margin-left: 150px;
}

.workimg .img {
    width: 421px;
}

.workimg .point {
    margin-top: 61px;
}

.workimg .point li {
    width: 560px;
}

.workimg .point .img {
    width: 110px;
}

.workimg .point .txt {
    width: 450px;
}

.workimg .point .txt h4 {
    font-weight: 700;
    color: #333;
    font-size: 24px;
    margin-bottom: 5px;
}

.workimg .point li {
    margin-bottom: 86px;
}

.workimg .point .txt p {
    font-size: 18px;
    color: #666;
    line-height: 28px;
}

.work .content {
    color: #666;
    line-height: 36px;
    font-size: 16px;
    box-sizing: border-box;
}

.work .content {
    background-color: #fff;
    padding-bottom: 55px;
    padding-left: 48px;
    padding-right: 48px;
    text-align: justify;
}

.work .content p {
    text-indent: 2em;
    padding-top: 12px;
}

.structrue {
    padding-top: 27px;
    background: url(/templates/jssmeweb2024/base2022images/structrue.png) no-repeat #f5f6fb center bottom;
}

.structrue table {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-collapse: separate;
    border-spacing: 5px 5px;
    color: #333;
    padding-bottom: 92px;
}

.structrue table td,
.structrue table th {
    background-color: #fff;
    padding: 18px 0;
    text-align: center;
    margin: 5px;
}

.structrue table th {
    font-weight: 700;
}

/* honor css */
.honor_list {
    margin-top: 55px;
    margin-bottom: 55px;
}

.honor_list ul li {
    float: left;
    width: 381px;
    height: 286px;
    margin-bottom: 45px;
    margin-right: 28px;
}

.honor_list ul li:nth-child(3n+3) {
    margin-right: 0;
}

.honor_list ul li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.honor_list ul li {
    position: relative;
}

.honor_list ul li .img img {
    transition: all 0.5s;
}

.honor_list ul li .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    display: none;
    text-align: center;
    padding-top: 116px;
    box-sizing: border-box;
}

.honor_list ul li:hover .shadow {
    display: block;
}

.honor_list ul li:hover .img img {
    transition: all 0.5s;
    transform: scale(1.2);
}

.honor_list ul li .shadow p {
    font-size: 16px;
    padding: 15px 0;
}

.honor_list ul li .shadow .line {
    margin: 0 auto;
    height: 1px;
    background-color: #fff;
    width: 40px;
    animation: widthLength 1s;
}

@keyframes widthLength {
    from {
        width: 100px;
    }

    to {
        width: 40px;
    }
}

.gxdj01 {
    background-color: #f5f6fb;
}

.gxdj-wapper01 {
    margin-top: -5%;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 998;
}

.gxdj-wapper01 .num {
    background: #fff;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gxdj-wapper01 .num h4 {
    color: #ff6000;
}

.gxdj-wapper01 .infolist {
    padding: 30px 50px;
}

.gxdj-wapper01 .infolist ul li {
    width: 264px;
    color: #666;
}

.gxdj-wapper01 .infolist ul li .tit {
    font-size: 20px;
    color: #333;
    width: 46px;
}

.gxdj-wapper01 .infolist ul li .newslist {
    width: 177px;
    height: 50px;
}

.gxdj-wapper01 .infolist ul li .swiper-container {
    width: 100%;
    height: 100%;
}

.gxdj-wapper01 .infolist ul li .swiper-container .swiper-slide {
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gxdj02 {
    padding: 38px 0;
    background-color: #f5f6fb;
}

.gxdj02 .gwdjwapper {
    width: 584px;
}

.gxdj02 ul {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.gxdj .tit {
    color: #666;
    font-size: 18px;
    margin-bottom: 25px;
}

.gxdj .tit h4 {
    color: #333333;
    font-weight: 700;
    font-size: 30px;
}

.gxdj02 ul li {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    color: #666;
}

.gxdj02 .require2022 {
    padding: 0;
}

.gxdj02 .require2022 ul {
    background: none;
    box-shadow: none;
}

.gxdj02 .require2022 ul li {
    padding: 0;
    background-color: #fff;
}

.gxdj02 ul li .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3d90ff;
}

.gxdj02 ul li .h {
    width: 307px;
}

.gxdj02 ul li .h h5 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gxdj02 ul li .h p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gxdj02 ul li .tip {
    padding: 3px;
    border: 1px solid #ff8648;
    color: #ff8648;
    margin-right: 40px;
}

.gxdj02 ul li .time {
    font-size: 16px;
}

.gxdj03 {
    padding: 48px 0;
    background: url(/templates/jssmeweb2024/base2022images/bg-gxdj.png) no-repeat center bottom;
}

.gxdj03-list {
    margin-top: 40px;
}

.gxdj03-list .hd ul li,
.yz-container .hd ul li {
    float: left;
    width: 120px;
    color: #666;
    text-align: center;
    font-size: 16px;
    border-radius: 15px 15px;
    border: 1px solid #ccc;
    line-height: 32px;
    margin-left: 12px;
    margin-bottom: 20px;
}

.gxdj03-list .hd ul li:first-child,
.yz-container .hd ul li:first-child {
    margin-left: 0;
}

.gxdj03-list .hd ul li.on,
.yz-container .hd ul li.on {
    color: #fff;
    background: url(/templates/jssmeweb2024/base2022images/dot-sb.png) no-repeat center;
}

.gxdj03-list .bd {
    margin-top: 30px;
    height: 370px;
}

.fwjg-list li {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    width: 385px;
    float: left;
    margin-right: 18px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.fwjg-list li:hover .txt h5 {
    color: #0e61af;
}

.fwjg-list li:nth-child(3n+3) {
    margin-right: 0;
}

.fwjg-list li .img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
}

.fwjg-list li .txt {
    width: 260px;
    color: #666;
}

.fwjg-list li .txt h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fwjg-list li .txt p {
    line-height: 28px;
}

.fwjg-list li .txt p b {
    font-weight: normal;
    color: #999;
    width: 70px;
    display: inline-block;
}

.fwjg-list li .txt .bz {
    display: flex;
    align-items: center;
    color: #ff6d0c;
}

.fwjg-list li .txt .bz p {
    margin-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gxdj04 {
    background-color: #fdfdfe;
    margin-bottom: 40px;
}

.gxdj04 .gxdj04con {
    margin-top: 40px;
}

.gxdj04 .gxdj04con .gxdj04left {
    width: 280px;
    background-image: linear-gradient(#ffa24e, #feb86e);
    color: #fff;
    font-size: 16px;
    padding-top: 80px;
}

.gxdj04 .gxdj04con .gxdj04left>p {
    line-height: 28px;
    text-align: center;
    padding: 0 35px;
}

.gxdj04 .gxdj04con .gxdj04left>a {
    padding: 15px 28px;
    background-color: #fff;
    color: #ff6d0c;
    border-radius: 25px;
    text-align: center;
    display: block;
    width: 185px;
    box-sizing: border-box;
    margin: 28px auto 44px auto;
}

.gxdj04 .gxdj04con .gxdj04left ul li {
    padding: 15px 38px;
}

.gxdj04 .gxdj04con .gxdj04left ul li.on {
    background-color: rgba(255, 255, 255, 0.2);
}

.gxdj04 .gxdj04con .gxdj04left ul li i {
    margin-right: 10px;
    width: 23px;
    height: 22px;
    display: block;
}

i.gxdj04_01 {
    background: url(/templates/jssmeweb2024/base2022images/gxdj04-01.png) no-repeat center;
}

i.gxdj04_02 {
    background: url(/templates/jssmeweb2024/base2022images/gxdj04-02.png) no-repeat center;
}

i.gxdj04_03 {
    background: url(/templates/jssmeweb2024/base2022images/gxdj04-03.png) no-repeat center;
}

i.gxdj04_04 {
    background: url(/templates/jssmeweb2024/base2022images/gxdj04-04.png) no-repeat center;
}

i.gxdj04_05 {
    background: url(/templates/jssmeweb2024/base2022images/gxdj04-05.png) no-repeat center;
}

i.gxdj04_06 {
    background: url(/templates/jssmeweb2024/base2022images/gxdj04-06.png) no-repeat center;
}

i.gxdj04_07 {
    background: url(/templates/jssmeweb2024/base2022images/gxdj04-07.png) no-repeat center;
}

i.gxdj04_08 {
    background: url(/templates/jssmeweb2024/base2022images/gxdj04-08.png) no-repeat center;
}

.gxdj04 .gxdj04con .gxdj04right {
    width: 897px;
}

.service-list li {
    background: #fff;
    border: 1px solid #ccc;
    width: 284px;
    color: #666;
    float: left;
    margin-right: 22px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.service-list li:nth-child(3n+3) {
    margin-right: 0;
}

.service-list li:nth-child(4),
.service-list li:nth-child(5),
.service-list li:nth-child(6) {
    margin-bottom: 0;
}

.service-list li .img {
    width: 100%;
    height: 173px;
    overflow: hidden;
}

.service-list li .img img {
    transition: all .3s;
}

.service-list li:hover .img img {
    transform: scale(1.2);
    transition: all .3s;
}

.service-list li:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.service-list li .txt {
    padding: 20px;
}

.service-list li .txt h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.service-list li:hover .txt h5 {
    color: #0e61af;
}

.service-list li .txt p {
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gxdj05 {
    padding: 45px 0;
}

.zj-list li {
    background-color: #eaeaea;
    float: left;
    margin-right: 37px;
    height: 409px;
    width: 210px;
    box-sizing: border-box;
}

.zj-list li:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.zj-list li:nth-child(5n+5) {
    margin-right: 0;
}

.zj-list .img {
    width: 100%;
    height: 291px;
}

.zj-list .txt {
    text-align: center;
    color: #666;
}

.zj-list li:hover .txt h5 {
    color: #0e61af;
}

.zj-list .txt h5 {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.zj-list .txt p {
    padding: 0 20px;
    text-align: center;
}

/* gynet css */
.double.news_container .noticelist .h {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: left;
}

.double.news_container .noticelist .h a {
    margin-right: 35px;
    font-size: 20px;
    line-height: 40px;
}

.double.news_container .noticelist ul li.on a {
    color: #1469b3;
    border-bottom: 3px solid #1469b3;
    font-size: 24px;
}

.netnum {
    color: #fff;
    padding: 40px 0 60px 0;
    background: url(/templates/jssmeweb2024/base2022images/bg-netnum.jpg) no-repeat center bottom;
}

.netnum .com-tit {
    margin: 0;
}

.netnum .com-tit::after {
    width: 100px;
    background-color: #fff;
}

.netnum .com-tit::before {
    width: 100px;
    background-color: #fff;
}

.netnum ul {
    margin-top: 40px;
}

.netnum ul li {
    width: 340px;
    text-align: center;
}

.netnum ul li .int {
    font-weight: 700;
    font-size: 48px;
}

.netnum ul li p {
    font-size: 24px;
}

.case {
    background: #f8faff;
    padding: 20px 0 40px 0;
}

.case .com-tit::after {
    width: 80px;
}

.case .com-tit::before {
    width: 80px;
}

.case ul.case-list {
    margin-bottom: 20px;
}

ul.case-list li {
    width: 385px;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 38px 32px;
}

ul.case-list li:nth-child(3n+3) {
    margin-right: 0;
}

ul.case-list li h5 {
    height: 50px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

ul.case-list li:hover h5 {
    font-weight: 700;
    color: #1469b3;
}

ul.case-list li:hover {
    box-shadow: 0 2px 12px 0 #8fa8be;
}

/* xz css */
.xz#swiper1 .swiper-slide h6 {
    margin-left: -322px;
}

.xz#swiper1 .swiper-slide p {
    font-size: 48px;
    margin-left: -288px;
}

.scroll {
    position: fixed;
    z-index: 99;
    top: 160px;
    height: 56px;
    background-color: #1469b3;
}

.ztscroll {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}

/* scfw css */
.scfwinfo {
    padding-bottom: 30px;
}

.scfw-t h4 {
    width: 125px;
    color: #333;
    font-weight: 700;
    font-size: 24px;
}

.scfw-t .line {
    width: 100%;
    height: 1px;
    background-color: #d1e2f4;
    margin: 15px 0 35px 0;
}

.scfw-t a {
    font-size: 16px;
    color: #0254a8;
}

.scfwinfo-l {
    width: 987px;
    box-sizing: border-box;
}

.scfwinfo-l ul li {
    float: left;
    margin-right: 16px;
    background: url(/templates/jssmeweb2024/base2022images/bg-rk.png) no-repeat;
    padding: 25px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

i.rk01 {
    width: 65px;
    height: 65px;
    background: url(/templates/jssmeweb2024/base2022images/icon-rk01.png) no-repeat;
    display: block;
    margin-left: 10px;
}

i.rk02 {
    width: 69px;
    height: 64px;
    background: url(/templates/jssmeweb2024/base2022images/icon-rk02.png) no-repeat;
    display: block;
    margin-left: 10px;
}

i.rk03 {
    width: 66px;
    height: 63px;
    background: url(/templates/jssmeweb2024/base2022images/icon-rk03.png) no-repeat;
    display: block;
    margin-left: 10px;
}

i.rk04 {
    width: 65px;
    height: 61px;
    background: url(/templates/jssmeweb2024/base2022images/icon-rk04.png) no-repeat;
    display: block;
    margin-left: 10px;
}

i.rk05 {
    width: 67px;
    height: 65px;
    background: url(/templates/jssmeweb2024/base2022images/icon-rk05.png) no-repeat;
    display: block;
}

.scfwinfo-r {
    width: 213px;
    box-sizing: border-box;
}

.scfwinfo-r ul li {
    margin-bottom: 18px;
    width: 211px;
    height: 43px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.scfwinfo-r ul li:first-child {
    background: url(/templates/jssmeweb2024/base2022images/bg-zz.png) no-repeat;
}

.scfwinfo-r ul li:last-child {
    background: url(/templates/jssmeweb2024/base2022images/bg-wh.png) no-repeat;
}

.scfwtxt {
    background-color: #f6f6f6;
    padding: 55px 0;
}

.scfwtxtlist {
    width: 590px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-sizing: border-box;
    padding: 34px 28px;
    height: 350px;
}

.scfwtxtlist ul {
    margin-top: 25px;
}

.scfwtxtlist ul li {
    line-height: 40px;
    height: 40px;
    color: #333;
    font-size: 16px;
}

.scfwtxtlist ul li h5 {
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scfwtxtlist ul li h5::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #3d90ff;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.scfwtxtlist ul li .time {
    color: #999;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.scfw-kzkt {
    padding: 40px 0 25px 0;
}

.scfwnews_list {
    padding: 35px 0;
    color: #333;
    font-size: 16px;
}

.scfwnews_list ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
}

.scfwnews_list ul li:last-child {
    margin-bottom: 0;
}

.scfwnews_list ul li h4 {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scfwzcfg .tit h4 {
    font-weight: 700;
    font-size: 24px;
    color: #1469b3;
}

.scfwzcfg .tit a {
    font-size: 16px;
    color: #1469b3;
}

.scfw_rkxx {
    width: 100%;
    background-color: #f0f2f5;
    padding: 50px 0px 0px;
}

h6.scfw_tit {
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 30px;
}

.scfw_rkxx .scene-tab {
    text-align: center;
    margin-top: 32px;
}

.scfw_rkxx .scene-tab ul {
    display: inline-block;
    height: 68px;
    vertical-align: top;
}

.scfw_rkxx .scene-tab ul li {
    position: relative;
    float: left;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    color: #2D3037;
    padding: 0px 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.scfw_rkxx .scene-tab ul li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background-color: #1469b3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.scfw_rkxx .scene-tab ul li .tip {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    color: #1469b3;
    padding: 0px 7px;
    border: 1px solid #1469b3;
    -webkit-border-radius: 10px 10px 10px 0px;
    -moz-border-radius: 10px 10px 10px 0px;
    -o-border-radius: 10px 10px 10px 0px;
    border-radius: 10px 10px 10px 0px;
    margin-left: -6px;
}

.scfw_rkxx .scene-tab ul li:hover a {
    color: #1469b3;
}

.scfw_rkxx .scene-tab ul li.on {
    color: #1469b3;
}

.scfw_rkxx .scene-tab ul li.on::after {
    width: 100%;
}

.scfw_rkxx .scene-item-box {
    margin-top: 20px;
}

.scfw_rkxx .scene-item {
    height: 400px;
    display: none;
}

.scfw_rkxx .scene-item:nth-child(1) {
    display: block;
}

.scfw_rkxx .scene-item .left {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.scfw_rkxx .scene-item .left img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

.scfw_rkxx .scene-item .right {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background: url(/templates/jssmeweb2024/base2022images/scene-img-bg.png) no-repeat left top;
}

.scfw_rkxx .scene-item .right .right-content {
    position: absolute;
    top: 50px;
    left: -40px;
    width: 640px;
    height: 300px;
    background: rgba(30, 35, 45, 0.8);
    padding: 16px 42px 0px 80px;
    box-sizing: border-box;
}

.scfw_rkxx .scene-item .right .right-content .colon-left {
    display: block;
    width: 40px;
    height: 32px;
    background: url(/templates/jssmeweb2024/base2022images/colon-left.png) no-repeat center;
}

.scfw_rkxx .scene-item .right .right-content .colon-right {
    position: absolute;
    bottom: 16px;
    right: 40px;
    width: 40px;
    height: 32px;
    background: url(/templates/jssmeweb2024/base2022images/colon-right.png) no-repeat center;
}

.scfw_rkxx .scene-item .right .right-content h3 {
    line-height: 32px;
    font-size: 20px;
    color: #0097ff;
    margin-top: 19px;
}

.scfw_rkxx .scene-item .right .right-content p {
    height: 110px;
    line-height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}

.scfw_rkxx .scene-item .right .right-content div a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #FFFFFF;
    background: #0097ff;
    border-radius: 2px;
    text-align: center;
}

.scfw_rkxx .scene-item .right .right-content div a:hover {
    background: #0097ff;
}

.scfw_rdsb {
    padding: 50px 0;
}

.scfw_rdsb ul {
    margin-top: 45px;
}

.scfw_rdsb ul li {
    width: 48%;
    height: 200px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.scfw_rdsb ul li:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}

.scfw_rdsb ul li:hover a {
    color: #fff;
}

.scfw_rdsb ul li.scfw_rdsb_item01 {
    background: url(/templates/jssmeweb2024/base2022images/scfw_rdsb01.jpg) no-repeat center;
}

.scfw_rdsb ul li.scfw_rdsb_item02 {
    background: url(/templates/jssmeweb2024/base2022images/scfw_rdsb02.jpg) no-repeat center;
}

.scfw_rdsb ul li.scfw_rdsb_item03 {
    background: url(/templates/jssmeweb2024/base2022images/scfw_rdsb03.jpg) no-repeat center;
}
.scfw_rdsb ul li.scfw_rdsb_item04 {
    background: url(/templates/jssmeweb2024/base2022images/scfw_rdsb04.jpg) no-repeat center;
}
.scfw_rdsb ul li.scfw_rdsb_item05 {
    background: url(/templates/jssmeweb2024/base2022images/scfw_rdsb05.jpg) no-repeat center;
}
/* ggfw css */
.sf {
    padding: 30px 0 60px 0;
    background: url(/templates/jssmeweb2024/base2022images/sfbg_02.jpg) no-repeat top center;
    background-size: 100% 100%;
    font-size: 16px;
}

.sf h1 {
    text-align: center;
    font-weight: 700;
    color: #1671ba;
    font-size: 30px;
    margin-bottom: 20px;
}

.sf .slogen {
    color: #666;
    line-height: 30px;
    text-align: center;
    background: url(/templates/jssmeweb2024/base2022images/sfline.png) no-repeat center;
    margin-top: 15px;
}

.sf-container {
    width: 100%;
    padding-bottom: 30px;
    background-color: #f4fafe;
    border-radius: 5px 5px 0 0;
    box-shadow: 3px 3px 10px #ccc;
    height: 355px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.sf-container>.hd {
    padding: 35px 20px 0 20px;
    border-radius: 5px 5px;
    background-color: #fff;
    box-shadow: 0px 3px 5px #ccc;
}

.sf-container ul li {
    width: 200px;
    text-align: center;
    margin-right: 40px;
}

.sf-container ul li p {
    margin-top: 10px;
    color: #666;
    padding-bottom: 25px;
}

.sf-container ul li.on p {
    color: #1671ba;
    background: url(/templates/jssmeweb2024/base2022images/sfxh.png) no-repeat bottom center;
}

.sf-container .hd ul li {
    display: inline-block;
}

/* 
.sf-container .hd ul li img {
    display: inline-block;
} */

.sf-container .bd ul.all .bd li {
    float: left;
    width: 340px;
    margin-left: 20px;
    line-height: 32px;
    text-align: left;
    color: #666;
    background: url(/templates/jssmeweb2024/base2022images/dot-b.png) no-repeat;
    background-position: 2px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sf-container .bd ul.all .bd li:hover {
    color: #0066cc;
}

.sf-container .bd ul.all .bd li a {
    padding-left: 15px;
}

.sr {
    margin-top: 10px;
    border: none;
}

.sr input {
    background-color: #f3f3f3;
    width: 250px;
    float: left;
    height: 38px;
    padding-left: 15px;
}

.sr .searchbtn {
    padding: 10px 70px;
    background: url(/templates/jssmeweb2024/base2022images/srbg.png) no-repeat center;
    cursor: pointer;
    float: left;
    color: #fff;
    font-size: 14px;
}

ul.sheng li {
    float: left;
    width: 100px;
    color: #666;
    margin-right: 8px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.sheng-s li {
    width: 70px;
    color: #666;
}

ul.sheng li:hover {
    color: #fff;
    border-radius: 15px 15px;
    background-color: #1671ba;
}

ul.sheng-s li a:hover,
ul.sheng li a:hover {
    color: #fff;
}

ul.sheng li.on {
    color: #fff;
    border-radius: 15px 15px;
    background-color: #1671ba;
}

ul.sheng {
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
}

.com-slogen {
    text-align: center;
    color: #666;
    margin-top: 15px;
    font-size: 16px;
}

.yz {
    padding-bottom: 50px;
}

.yz-container {
    margin-bottom: 25px;
    height: 303px;
    box-sizing: border-box;
}

.yz-container .bd {
    margin-top: 20px;
}

.yz-container .bd ul li {
    width: 207px;
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    height: 213px;
    background-color: #FFF;
}

.yz-container .bd ul li .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yz-container .bd ul li img {
    width: 70%;
}

.yz-container .bd ul li:nth-of-type(5n+5) {
    margin-right: 0;
}

.swih {
    background: rgba(0, 102, 204, 0.8);
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 10px;
    padding-top: 60px;
    width: 100%;
    display: none;
    box-sizing: border-box;
    font-size: 16px;
}

.yz-container .bd ul li:hover .swih {
    display: block;
}

.swih p {
    color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swih p i {
    font-style: normal;
    font-size: 14px;
    float: left
}

.xm,
.xm2022 {
    background-color: rgb(248, 248, 255);
    padding-top: 1px;
    padding-bottom: 40px;
    z-index: auto;
}

.xm .xm-container {
    padding-bottom: 30px;
}

.xm .xm-container ul li {
    float: left;
    width: 589px;
    height: 190px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 30px 20px;
    box-sizing: border-box;
    font-size: 16px;
}

.xm .xm-container ul li .fl1,
.xm .xm-container ul li .fr2 {
    width: 305px;
}

.xm .xm-container ul li .fl1,
.xm .xm-container ul li .fl2 {
    float: left;
}

.xm .xm-container ul li .fr1,
.xm .xm-container ul li .fr2 {
    float: right;
}

.xm .xm-container ul li .fl1 p,
.xm .xm-container ul li .fr2 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
}

.xm .xm-container ul li p span {
    font-size: 24px;
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
}

.xm .xm-container ul li:nth-of-type(2n+2) {
    margin-right: 0;
}

.xm .xm-container ul li:nth-child(1) {
    color: #578ec5;
    background: url(/templates/jssmeweb2024/base2022images/fw01.png) no-repeat center;
}

.xm .xm-container ul li:nth-child(1) p:hover,
.xm .xm-container ul li:nth-child(5) p:hover {
    color: #155ca4;
}

.xm .xm-container ul li:nth-child(2) {
    color: #41a56c;
    background: url(/templates/jssmeweb2024/base2022images/fw02.png) no-repeat center;
}

.xm .xm-container ul li:nth-child(2) p:hover,
.xm .xm-container ul li:nth-child(6) p:hover {
    color: #005123;
}

.xm .xm-container ul li:nth-child(3) {
    color: #cc7f1f;
    background: url(/templates/jssmeweb2024/base2022images/fw03.png) no-repeat center;
}

.xm .xm-container ul li:nth-child(3) p:hover,
.xm .xm-container ul li:nth-child(7) p:hover {
    color: #935200;
}

.xm .xm-container ul li:nth-child(4) {
    color: #705ac3;
    background: url(/templates/jssmeweb2024/base2022images/fw04.png) no-repeat center;
}

.xm .xm-container ul li:nth-child(4) p:hover,
.xm .xm-container ul li:nth-child(8) p:hover {
    color: #210c73;
}

.xm .xm-container ul li:nth-child(5) {
    color: #578ec5;
    background: url(/templates/jssmeweb2024/base2022images/fw05.png) no-repeat center;
}

.xm .xm-container ul li:nth-child(6) {
    color: #41a56c;
    background: url(/templates/jssmeweb2024/base2022images/fw06.png) no-repeat center;
}

.xm .xm-container ul li:nth-child(7) {
    color: #cc7f1f;
    background: url(/templates/jssmeweb2024/base2022images/fw07.png) no-repeat center;
}

.xm .xm-container ul li:nth-child(8) {
    color: #705ac3;
    background: url(/templates/jssmeweb2024/base2022images/fw08.png) no-repeat center;
}

.xm .xm-container ul li .fr1,
.xm .xm-container ul li .fl2 {
    width: 150px;
    color: #fff;
}

.xm .xm-container ul li .fr1 {
    text-align: left;
}

.xm .xm-container ul li .fl2 {
    text-align: right;
}

.xm .xm-container ul li .fr1 h1,
.xm .xm-container ul li .fl2 h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.xm .xm-container ul li .fr1 h4,
.xm .xm-container ul li .fl2 h4 {
    margin-bottom: 5px;
}

.xm .xm-container ul li .fr1 img,
.xm .xm-container ul li .fl2 img {
    margin-top: 5px;
}

.xm2022 .swiper-wrapper {
    flex-wrap: wrap;
    z-index: auto;
    margin-bottom: 35px;
}

.xm2022 .swiper-slide {
    width: 25%;
    height: 50%;
}

.xm2022 .swiper-slide {
    width: 25%;
    height: 50%
}

.xm2022 .solution-item {
    position: relative;
    height: 224px;
    background-color: #1a1b1f
}

.xm2022 .solution-item .item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden
}

.xm2022 .solution-item .item-img img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.xm2022 .solution-item .item-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 90px 32px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .5s ease .1s;
    transition: all .5s ease .1s
}

.xm2022 .solution-item .item-txt .item-txt-bd {
    position: relative;
    z-index: 2
}

.xm2022 .solution-item .item-txt .item-txt-bd .top-box {
    position: relative
}

.xm2022 .solution-item .item-txt .item-txt-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xm2022 .solution-item .item-txt i {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 16px
}

.xm2022 .solution-item .item-txt i img {
    vertical-align: top;
    max-width: 100%
}

.xm2022 .solution-item .item-txt .tit {
    margin-top: 4px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xm2022 .solution-item .item-txt .tit:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 2px;
    width: 24px;
    height: 3px;
    background: hsla(0, 0%, 100%, .5)
}

.xm2022 .solution-item .item-txt .tit:after,
.solution-item .item-txt .txt-link {
    opacity: 0;
    -webkit-transition: all .4s ease .1s;
    transition: all .4s ease .1s
}

.xm2022 .solution-item .item-txt .txt-link {
    /* height: 96px; */
    overflow: hidden;
    margin-top: 50px
}

.xm2022 .solution-item .item-txt .txt-link a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 32px
}

.xm2022 .solution-item:hover {
    z-index: 5
}

.xm2022 .solution-item:hover .item-txt {
    top: -30px;
    bottom: -30px;
    padding: 38px 32px
}

.xm2022 .solution-item:hover .item-txt .item-txt-bg {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 128, 43, .9)), to(rgba(255, 128, 43, .9)));
    background: linear-gradient(270deg, rgba(255, 128, 43, .9), rgba(255, 128, 43, .9));
    box-shadow: 6px 0 16px 0 rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    z-index: 1
}

.xm2022 .solution-item:hover .item-txt i img {
    -webkit-filter: none;
    filter: none
}

.xm2022 .solution-item:hover .item-txt .tit {
    color: #fff
}

.xm2022 .solution-item:hover .item-txt .tit:after {
    opacity: 1
}

.xm2022 .solution-item:hover .txt-link {
    display: block;
    opacity: 1
}

@-webkit-keyframes arrow {
    0% {
        opacity: .2;
        left: 30%
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes arrow {
    0% {
        opacity: .2;
        left: 30%
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media (max-width:1440px) {
    .solution-item .item-txt {
        padding: 90px 24px
    }

    .xm2022 .solution-item:hover .item-txt {
        padding: 38px 24px;
        top: -24px;
        bottom: -24px
    }
}

@media (max-width:1240px) {
    .xm2022 .solution-item .item-txt {
        padding: 90px 16px
    }

    .xm2022 .solution-item:hover .item-txt {
        padding: 38px 16px;
        top: -16px;
        bottom: -16px
    }
}

.col-md-3 {
    width: 20%;
    float: left;
    position: relative;
}

.f4 {
    padding-bottom: 40px;
}

.f4 .f4-left {
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
}

.f4 .f4-left .f4-left1 {
    padding: 0 15px 0 0;
}

.f4 .f4-left .f4-left1 .f4-left1-p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.f4 .f4-left .f4-left1 img {
    text-align: center;
    width: 225px;
    height: 140px;
}

.f4-left1 img {
    width: 100%;
}

.f4 button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgb(0, 0, 0, .6);
    border: none;
    color: #fff;
    display: block;
    position: absolute;
    left: 35%;
    top: 45%;
}

.f4-left1:hover button {
    color: #fff;
    background-color: #0066cc;
}

.f4-left1:hover .f4-left1-p1 {
    color: #0066cc;
}

.f4 .f4-left1 .f4-left1-p1 {
    padding-top: 10%;
    line-height: 34px;
}

.new-1 .tab-pane .new-1-em {
    margin-right: 8px;
    margin-top: -5px;
    font-size: 16px;
}

.new-1 .tab-pane .new-1-em1 {
    margin-top: 0;
    display: block;
    line-height: 22px;
    font-size: 14px;
}

.new-1-box1-n {
    border: none;
}


/* calender css */

.w_r_bd {
    width: 35%;
    float: right;
}

.w_r_bd_1 {
    width: 100%;
    background-color: #fafafa;
    padding: 14px 0 14px 6%;
}

.w_r_bd_1 h1 {
    float: left;
    font-size: 18px;
    color: #3d4552;
    margin-top: 3px;
}

.w_r_bd_1 .day {
    float: left;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid #ed030d;
    display: block;
    font-size: 14px;
    color: #ed030d;
    margin-left: 15%;
}

.w_r_bd_1 .day:hover {
    color: #fff;
    background-color: #ed030d;
}

.w_date {
    float: left;
    margin-left: 5%;
}

.w_date span {
    float: left;
    width: 20px;
    height: auto;
}

.w_date span img {
    width: 100%;
    height: auto;
}

.w_date h2 {
    float: left;
    font-size: 14px;
    color: #56606f;
    margin: 3px 10px 0 10px;
}

.w_cal {
    padding: 0 4% 0 2.5%;
}

.t_cal {
    width: 100%;
    background-color: #fafafa;
    margin-top: 10px;
    padding: 10px 0 10px 0;
}

.t_cal li {
    float: left;
    width: 14.28%;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.d_cal {
    width: 100%;
}

.d_cal li {
    float: left;
    width: 14.28%;
    text-align: center;
    position: relative;
    height: 45px;
}

.d_cal li h1 {
    font-size: 14px;
    color: #3d4552;
    border-radius: 15px;
    margin: auto;
    display: block;
    line-height: 20px;
}

.d_cal li span {
    font-size: 10px;
    color: #7d8596;
    border-radius: 15px;
    margin: auto;
    display: block;
    line-height: 18px;
}

.d_cal li i {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #ed030d;
    display: block;
    margin: auto;
}

.p_cal {
    position: absolute;
    display: none;
    width: 230px;
    height: auto;
    background-image: url(/templates/jssmeweb2024/base2022images/p72.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 150px;
    left: 50%;
    margin: -115px;
    z-index: 100;
    padding: 20px;
    text-align: left;
    display: none;
}

.p_cal h2 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #3d4552;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p_cal h3 {
    font-size: 12px;
    color: #7d8596;
    margin-top: 10px;
}

.d_cal .hover:hover .p_cal {
    display: block
}

/* actlist css */
.act2021 {
    margin-top: 40px;
}

i,
cite,
em,
var,
address {
    font-style: normal;
}

.act2021 ul li {
    background-color: #fff;
    box-shadow: 0 0 10px 5px #f0f0f0;
    padding: 25px;
    margin-bottom: 20px;
    width: 100% !important;
    box-sizing: border-box;
}

.act2021 .txt2021 {
    width: 75%;
    border-right: 1px dashed #ccc;
    padding-right: 30px;
    box-sizing: border-box;
}

.act2021 .txt2021 h5 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 10px;
}

.act2021 .txt2021 p {
    color: #666;
    line-height: 22px;
    text-align: justify;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    white-space: normal !important;
}

.act2021 .info2021 p {
    line-height: 24px !important;
    color: #666 !important;
    width: 280px;
    white-space: normal !important;
}

.act2021 .info2021 p em {
    width: 75px;
    color: #1671ba;
    float: left;
}

.act2021 .info2021 p span {
    margin-left: 75px;
    display: block;
}

.act2021 .info2021 a {
    background: #0162b1;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    display: block;
    text-align: center;
    width: 105px;
    margin: 8px auto 0 auto;
}

.act2021 a.more {
    font-size: 14px;
    float: right;
    line-height: 40px;
    color: #1671ba;
    font-weight: 500;
}

/* cyl css */
.cyl-banner {
    position: relative;
}

.cyl-search {
    position: absolute;
    top: 180px;
    width: 1003px;
    height: 61px;
    left: 50%;
    margin-left: -501.5px;
    z-index: 9;
}

.cyl-search input {
    width: 902px;
    height: 100%;
    background-color: #fff;
    text-indent: 1em;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}

.cyl-search button {
    width: 100px;
    height: 100%;
    background-color: #ed8e35;
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.cyl-search ul {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 70px;

}

.cyl-search ul li {
    margin-right: 10px;
}

.cyl-search ul li a:hover {
    color: #FFF;
}

i.hot {
    background: url(/templates/jssmeweb2024/base2022images/hot.png) no-repeat;
    width: 11px;
    height: 12px;
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.cylnum-con {
    background-color: #f1f1f1;
}

.cylnum {
    background: #fff;
    margin-top: -60px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
    padding: 35px 0;
}

.cylnum ul li h4,
.cylnum ul li span {
    color: #ff6000;
    font-weight: 700;
    font-size: 36px;
}

ul.cyltp-list>li {
    width: 286px;
    height: 210px;
    box-sizing: border-box;
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
}

ul.cyltp-list>li:nth-child(4n+4) {
    margin-right: 0;
}

ul.cyltp-list>li h4 {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    text-indent: 1em;
}

ul.cyltp-list>li ul {
    width: 99.7%;
    height: 158px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px;
}

ul.cyltp-list>li:nth-child(1) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp01.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(2) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp02.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(3) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp03.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(4) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp04.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(5) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp05.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(6) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp06.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(7) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp07.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(8) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp08.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(9) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp09.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(10) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp10.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(11) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp11.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(12) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp12.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(13) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp13.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(14) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp14.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(15) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp15.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(16) h4 {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyltp16.jpg) no-repeat;
}

ul.cyltp-list>li:nth-child(1) ul {
    background-color: #edf7fc;
}

ul.cyltp-list>li:nth-child(2) ul {
    background-color: #f4f3fd;
}

ul.cyltp-list>li:nth-child(3) ul {
    background-color: #ecfafd;
}

ul.cyltp-list>li:nth-child(4) ul {
    background-color: #fdf9fe;
}

ul.cyltp-list>li:nth-child(5) ul {
    background-color: #f6fdf9;
}

ul.cyltp-list>li:nth-child(6) ul {
    background-color: #fffcf0;
}

ul.cyltp-list>li:nth-child(7) ul {
    background-color: #fff6f3;
}

ul.cyltp-list>li:nth-child(8) ul {
    background-color: #fff2f5;
}

ul.cyltp-list>li:nth-child(9) ul {
    background-color: #fff2f5;
}

ul.cyltp-list>li:nth-child(10) ul {
    background-color: #f4f3fd;
}

ul.cyltp-list>li:nth-child(11) ul {
    background-color: #ecfafd;
}

ul.cyltp-list>li:nth-child(12) ul {
    background-color: #fff7ed;
}

ul.cyltp-list>li:nth-child(13) ul {
    background-color: #fffcf0;
}

ul.cyltp-list>li:nth-child(14) ul {
    background-color: #f6fdf9;
}

ul.cyltp-list>li:nth-child(15) ul {
    background-color: #fff6f3;
}

ul.cyltp-list>li:nth-child(16) ul {
    background-color: #f6fdf9;
}

ul.cyltp-list>li ul li {
    float: left;
    width: calc(100% / 2);
    color: #333;
    font-size: 16px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.cyltp-list>li:hover {
    box-shadow: 0px 8px 20px 20px rgba(147, 147, 147, 0.25);
    transition-duration: 0.2s;
}

.cylzc {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyl.jpg) no-repeat center bottom;
    padding-bottom: 60px;
    padding-top: 25px;
    margin-top: 35px;
}

.cylzc .cyl_icon li {
    float: left;
    margin-right: 175px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 16px;
    color: #666;
    width: 100px;
}

.cylzc .cyl_icon li img {
    margin: 0 auto 15px;
    transition: all .3s;
    border-radius: 50%;
    display: block;
}

.cylzc .cyl_icon li:hover img {
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    transition: all .3s;
}

.cylzc .cyl_icon li:nth-child(5n+5) {
    margin-right: 0;
}

/* .cylzc ul li {
    width: 590px;
    height: 112px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 15px;
    color: #666;
    font-size: 16px;
}

.cylzc ul li:nth-child(2n+2) {
    margin-right: 0;
}

.cylzc ul li .time {
    width: 52px;
    text-align: right;
}

.cylzc ul li .time .mmdd {
    color: #666;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.cylzc ul li .time .yy {
    font-size: 16px;
}

.cylzc ul li .time .line {
    float: right;
    width: 20px;
    height: 4px;
    background-color: #3e6ee6;
    margin-top: 15px;
}

.cylzc ul li .txt {
    width: 474px;
}

.cylzc ul li .txt h5 {
    color: #333;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cylzc ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cylzc ul li:hover {
    background-color: #3e6ee6;
}

.cylzc ul li:hover a,
.cylzc ul li:hover .time .mmdd,
.cylzc ul li:hover .txt h5,
.cylzc ul li:hover .txt p {
    color: #fff;
}

.cylzc ul li:hover .time .line {
    background-color: #fff;
} */

/* jlist css */

.jg-list-l {
    width: 100%;
    box-sizing: border-box;
}

.jg-list-l ul li {
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.jg-list-l ul li .img img {
    width: 256px;
    border: 1px solid #ccc;
    height: 160px;
}

.profile-t .img,
.jg-list-l ul li .img {
    display: inline-block;
    width: 256px;
    height: 160px;
}

.jg-list-l ul li .fav {
    margin-top: 20px;
}

.jg-list-l ul li .fav a {
    display: inline-block;
    padding-right: 20px;
    color: #999;
    border-right: 1px solid #ccc;
}

.jg-list-l ul li .fav p:last-child {
    display: inline-block;
    padding-left: 10px;
    color: #999;
    font-size: 14px;
    line-height: 18px;
}

.jg-list-l ul li .fav p:last-child span {
    color: #1469b3;
}


.jg-list-l ul li .text {
    width: 850px;
    position: relative;
}

.profile-t .text h4,
.jg-list-l ul li .text h4 {
    color: #1469b3;
    font-size: 18px;
    margin-bottom: 7px;
}

.container p,
.profile-t .text p,
.jg-service .text p,
.jg-list-l ul li .text p {
    line-height: 32px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 395px;
    font-size: 16px;
}

.container p span,
.profile-t .text p span,
.jg-list-l ul li .text p span {
    color: #666;
}

.profile-t .text p span.star0,
.jg-list-l ul li .text p span.star0 {
    color: #666;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.profile-t .text p span.star1,
.jg-list-l ul li .text p span.star1,
span.star1 {
    color: #666;
    background: url(/templates/jssmeweb2024/base2022images/star1.png)no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.profile-t .text p span.star2,
.jg-list-l ul li .text p span.star2,
span.star2 {
    color: #666;
    background: url(/templates/jssmeweb2024/base2022images/star2.png)no-repeat center;
    width: 33px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.profile-t .text p span.star3,
.jg-list-l ul li .text p span.star3,
span.star3 {
    color: #666;
    background: url(/templates/jssmeweb2024/base2022images/star3.png)no-repeat center;
    width: 50px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.profile-t .text p span.star4,
.jg-list-l ul li .text p span.star4,
span.star4 {
    color: #666;
    background: url(/templates/jssmeweb2024/base2022images/star4.png)no-repeat center;
    width: 68px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.profile-t .text p span.star5,
.jg-list-l ul li .text p span.star5,
span.star5 {
    color: #666;
    background: url(/templates/jssmeweb2024/base2022images/star5.png)no-repeat center;
    width: 85px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.container p span a,
.profile-t .text p span a,
.profile-t .text p a,
.jg-list-l ul li .text p span a {
    color: #1469b3 !important;
}

.profile-t .text>a {
    position: absolute;
    color: #666;
    top: 0;
    right: 0;
}

.jg-list-l ul li .text>a {
    padding: 5px 20px;
    border: 1px solid #fe7a17;
    background-color: #ffeabd;
    color: #333;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.jg-list-l ul li .text>a:hover {
    border: none;
    background-color: #1469b3;
    color: #fff;
}

.service .class-list ul li {
    height: 313px;
}

.service .class-list ul li p.t {
    font-weight: 700;
}

/* container css */
.container {
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 40px;
}

.container .h1 {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.com-h {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
}

.com-h img {
    width: 45%;
    height: 360px;
    border: 1px solid #ccc;
    /* display: inline-block; */
}

.com-h .text {
    width: 50%;
}

.com-h .text ul li {
    padding: 5px 0;
}

.com-h .text ul li span {
    color: #666;
}

.com-h .text button.com-n {
    padding: 5px 20px;
    background-color: #1571ba;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    border: none;
}

.com-h .text ul li a {
    color: #999;
}

.com-h .text>a {
    color: #666;
    position: absolute;
    top: 25px;
    right: 25px;
}

.com-h .text button.com-down {
    padding: 5px 10px;
    background-color: #cbcbcb;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.orange {
    color: #fe6b01 !important;
}

.com-l {
    width: 895px;
    float: left;
}

.container-com {
    margin-top: 20px;
    background-color: #fff;
}

.container-com h2 {
    padding: 5px 0 5px 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background-color: #1571ba;
}

.container-com .context1,
.container-com .context {
    padding: 20px;
    color: #666;
    overflow: hidden;
}

.container-com .context p {
    width: 100%;
    white-space: normal;
}

.com-r1,
.com-r {
    width: 288px;
    float: right;
}

.com-r ul {
    margin-top: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.com-r ul h1 {
    line-height: 50px;
    color: #333;
    padding-left: 20px;
    font-weight: 700;
    font-size: 18px;
    background-color: #eeeeee;
}

.com-r ul li {
    padding: 9.3px 0 9.3px 20px;
    border-bottom: 1px solid #ccc;
}

.com-r ul li h4 {
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.com-r ul li p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jg-profile {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
}

.profile-t .img img {
    width: 350px;
    height: 220px;
    border: 1px solid #ccc;
    /* display: inline-block; */
}

.profile-t .text {
    width: 760px;
    position: relative;
}

.profile-text {
    color: #666;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 16px;
    text-indent: 2em;
}

.jg-service ul li {
    padding: 20px 0;
    height: 210px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
}

.jg-service ul li:first-child {
    padding: 0 0 20px 0;
    height: 190px;
}

.jg-service ul li .img {
    display: inline-block;
    width: 256px;
    height: 162px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 20px;
}

.jg-service ul li .img img {
    width: 100%;
    height: 100%;
}

.jg-service ul li .text {
    width: 418px;
    overflow: hidden;
}

.container-com .context ul li span {
    color: #999;
}

.container-com .context ul li:first-child {
    padding: 0 0 20px 0;
}

.jg-service ul li .text p.t {
    float: left;
    width: 80px;
    height: 87px;
}

.jg-service ul li .text p.detail {
    float: left;
    width: 337px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    color: #333;
}

.container-com .context ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.container-com .context ul li a {
    color: #336699;
    width: 75%;
    display: inline-block;
}

.jg-service ul li .area {
    text-align: center;
    width: 164px;
    line-height: 30px;
    color: #666;
    margin-right: 20px;
}

.jg-service ul li .price h4,
.jg-service ul li .area h4 {
    color: #1571ba;
}

.jg-service ul li .price h4,
.jg-service ul li .area h4 {
    color: #1571ba;
}

.jg-honor ul li {
    width: 268px;
    background-color: #eeeeee;
    text-align: center;
    padding: 10px 0;
    float: left;
    margin-right: 25px;
}

.jg-honor ul li:nth-child(4n+4) {
    margin-right: 0;
}

.jg-honor ul li img {
    width: 248px;
    height: 155px;
    /* display: inline-block; */
}

.jg-honor ul li p {
    margin-top: 8px;
}

.jg-service ul li .price {
    text-align: center;
    line-height: 30px;
    color: #fe6b01;
    width: 280px;
    float: right;
}

.container-comr {
    margin-top: 20px;
    background-color: #fff;
    padding: 25px 15px;
}

.container-comr h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.fw-con-detail {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.fw-con-detail p {
    width: 100%;
    white-space: normal;
}

.fw-con-detail img {
    width: 100%;
    height: 154px;
    border: 1px solid #ccc;
}

/* fwlm css */
.cyfc {
    margin-bottom: 60px;
}

.cyfc-list ul li {
    padding: 35px 15px;
    box-sizing: border-box;
    float: left;
    width: 585px;
    height: 176px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    margin-right: 28px;
    margin-bottom: 25px;
}

.cyfc-list ul li:nth-child(2n+2) {
    margin-right: 0;
}

.cyfc-list ul li .img {
    width: 198px;
    height: 105px;
}

.cyfc-list ul li .txt {
    width: 295px;
}

.cyfc-list ul li .txt h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
}

.cyfc-list ul li .txt p {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
}

.cyfc-list ul li .txt button {
    color: #007aff;
    background-color: #d9ebff;
    border: none;
    border-radius: 15px;
    padding: 3px 15px;
}

/* scjd css */
.double.news_container .noticelist.scjd ul li.on a {
    color: #ff6900;
    border-bottom: 3px solid #ff6900;
}

.scjd.submenu .subnav ul li:hover {
    color: #ff6900;
    border-bottom: 2px solid #ff6900;
}

.scjd.submenu .subnav ul li a:hover {
    color: #ff6900;
}

.jdzl {
    background-color: #f6f9fe;
    padding: 15px 0 45px 0;
    margin-bottom: 0;
}

.jdzl .bd {
    box-sizing: border-box;
    height: 330px;
}

.scjd.activity {
    margin-top: 0;
    background: url(/templates/jssmeweb2024/base2022images/bg-gxdj.png) no-repeat center bottom;
}

.basemap {
    position: relative;
}

.mapinfo {
    position: absolute;
    width: 1400px;
    top: 0;
    margin-left: -600px;
    left: 50%;
}

.mapinfo .text {
    width: 685px;
    color: #333;
}

.mapinfo .text h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 60px;
}

.mapinfo .text ul {
    margin-bottom: 55px;
}

.mapinfo .text ul h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 27px;
}

.mapinfo .text ul h5 {
    font-size: 48px;
    font-weight: 700;
    display: inline;
}

.mapinfo .text ul span {
    font-weight: 700;
    font-size: 20px;
}

.mapinfo .text .news {
    font-size: 16px;
}

.mapinfo .text .news span {
    color: #ff6900;
    font-weight: 700;
    font-size: 20px;
}

.mapinfo .text .news a {
    width: 575px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jd_t {
    display: inline-block;
    width: 97px;
    height: 18px;
    background: url(/templates/jssmeweb2024/base2022images/jd_t.png) no-repeat;
}

/* map-con css */

.map-con {
    background-color: #f7f7f7;
    padding: 40px 0;
}

.map-con .map-con-t h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.map-con .map-con-t .flash {
    width: 456px;
    height: 286px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.map-con .map-con-t .flash .swiper-container {
    width: 100%;
    height: 100%;
}

.ttboxo {
    max-width: 300px;
    margin-left: 45px;
    margin-right: 54px;
}

.row2 {
    max-width: 295px;
}

.row2 p,
.row1 p {
    line-height: 28px;
    color: #333;
    font-size: 16px;
}

.row2 p span,
.row1 p span {
    color: #666;
}

.row2 p a,
.row1 p a {
    color: #1671ba;
}

.map-con .tit {
    padding: 0;
    margin: 25px 0px;
    font-size: 24px;
    font-weight: bold;
    text-indent: 30px;
    background: url(/templates/jssmeweb2024/base2022images/h2.png) 0 0 no-repeat;
}

.map-con-about .text {
    color: #333;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
}

.table {
    border: 1px solid #becfd9;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th {
    text-align: center;
    border-bottom: none !important;
    background: url(/templates/jssmeweb2024/basebase2022images/th.png) repeat-x;
    height: 62px;
    color: #333333;
    line-height: 62px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}

.table td {
    text-align: center;
    color: #616467;
    font-size: 16px;
    line-height: 62px;
    height: 62px;
    padding: 0;
}

.table tr:nth-child(even) {
    background: #f3f3f4;
}

/* zjtx css */
.zjtx_top_box {
    position: absolute;
    top: 190px;
    width: 1400px;
    left: 50%;
    margin-left: -600px;
}

.zjtx-pyfw {
    margin-bottom: 40px;
}

.zjtx_top_box .hd ul li {
    float: left;
    width: 275px;
    height: 75px;
    margin-right: 30px;
    line-height: 75px;
    background-color: #fff;
    font-size: 20px;
    color: #1469b3;
    cursor: pointer;
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
    box-sizing: border-box;
}

.zjtx_top_box .hd ul li.on {
    background-color: #4293f4;
    color: #fff;
}

.zjtx_top_box .hd ul li:last-child {
    margin-right: 0;
}

i.izjtx {
    width: 57px;
    height: 57px;
    display: inline-block;
    border-radius: 50%;
}

.iz01 {
    background: url(/templates/jssmeweb2024/base2022images/i_zjtx01.jpg) no-repeat;
}

.iz02 {
    background: url(/templates/jssmeweb2024/base2022images/i_zjtx02.jpg) no-repeat;
}

.iz03 {
    background: url(/templates/jssmeweb2024/base2022images/i_zjtx03.jpg) no-repeat;
}

.iz04 {
    background: url(/templates/jssmeweb2024/base2022images/i_zjtx04.jpg) no-repeat;
}

.zjtx_top_box .bd ul {
    width: 100%;
    background: #fff;
    height: 282px;
    margin-top: 20px;
    padding: 20px 15px;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.zjtx_top_box .bd ul li {
    margin-bottom: 20px;
}

.zjtx_top_box .hd ul li.on::before {
    content: "";
    background: url(/templates/jssmeweb2024/base2022images/top_arr.png) no-repeat;
    width: 22px;
    height: 11px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 100px;
}

.zjtx_top_box .bd ul li h4 {
    width: 45px;
    height: 45px;
    background-color: #c3d5ea;
    font-size: 24px;
    font-weight: 700;
    color: #166cb4;
}

.zjtx_top_box .bd ul li .txt {
    width: 1104px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    line-height: 22px;
}

.pysj {
    background: url(/templates/jssmeweb2024/base2022images/bg-cyl.jpg) repeat-y center;
    padding: 15px 0 45px 0;
}

.pysj .top {
    margin-bottom: 35px;
}

.pysj .top ul {
    padding: 35px 25px;
    background-color: #fff;
    font-size: 18px;
    color: #666;
}

.pysj .top ul li .number {
    font-size: 24px;
    margin-left: 20px;
}

.pysj .pysj_block {
    margin-right: 55px;
}

.pysj .pysj_block .tit {
    width: 100%;
    color: #666;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.pysj .pysj_block .tit h4 {
    font-weight: 700;
    font-size: 18px;
    color: #0358aa;
}

.pysj .pysj_block .tit h4::after {
    content: "";
    color: #0358aa;
    width: 62px;
    height: 4px;
    background-color: #0358aa;
    display: block;
}

.pysj .pysj_block .pysj_list {
    width: 572px;
    height: 310px;
}

.pysj .pysj_block .pysj_list li.swiper-slide {
    line-height: 44px;
    height: 44px;
    padding: 0 12px;
    font-size: 16px;
    color: #666;
    width: auto;
}

.pysj .pysj_block .pysj_list li.swiper-slide .one {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pysj .pysj_block .pysj_list li.swiper-slide .two {
    width: 22%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.pysj .pysj_block .pysj_list li.list_tit {
    background-color: #f7faff;
    font-size: 16px;
    color: #333;
}

.pysj .pysj_block .pysj_list li.list_tit h6 {
    font-weight: 700;
}

.pysj .bottom {
    width: 100%;
    margin-top: 20px;
}

/* require css */
.require2022 {
    padding: 40px 0;
}

.require2022h {
    width: 895px;
    padding: 60px 45px;
    font-size: 16px;
    line-height: 26px;
}

.require2022-comr {
    margin-top: 0;
}

.require2022 ul li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 35px;
    box-sizing: border-box;
    border: 1px solid #eee;
    font-size: 16px;
}

.require2022 ul li:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.require2022 ul li:nth-child(3n+3) {
    margin-right: 0;
}

.require2022 ul li .tit {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background-color: #eff9ff;
    padding-left: 22px;
}

.require2022 ul li .context {
    padding-left: 22px;
    color: #999;
    line-height: 28px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}

.require2022 ul li .context span {
    color: #666;
}

.require2022 ul li .bottom {
    padding-left: 22px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

/* 弹出层 */
.sideBar {
    width: 200px;
    position: fixed;
    bottom: 50px;
    right: 0;
    text-align: center;
    z-index: 9999;
    display: none;
}

.sideBarTop {
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    font-size: 15px;
}

.sideBarBot img {
    display: block;
    height: 400px;
    width: 200px;
}

.clsosfloat {
    position: absolute;
    top: -18px;
    left: 40px;
}

.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    margin-top: -240px;
    margin-left: -400px;
    color: #fff;
    display: none;
}

.pop a {
    font-size: 20px;
    display: block;
    text-align: right;
}

.remark {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

/* ssx css */
.ssxZc {
    background: url(/templates/jssmeweb2024/base2022images/ssx_zcbg.jpg) no-repeat center;
    padding: 15px 0 45px 0;
    margin-top: 65px;
}

.ssxZc .ssxZc_list ul li {
    width: 574px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}

.ssxZc .ssxZc_list ul li:hover h5 {
    color: #0066cc;
}

.ssxZc .ssxZc_list ul li:hover .time {
    background-color: #1469b3;
    color: #fff;
}

.ssxZc .ssxZc_list ul li:nth-child(2n+2) {
    margin-right: 0;
}

.ssxZc .ssxZc_list ul li .time {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 67px;
    height: 72px;
    background-color: #FFF;
    color: #666;
}

.ssxZc .ssxZc_list ul li .time .d {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
}

.ssxZc .ssxZc_list ul li .info {
    width: 486px;
    font-size: 16px;
    color: #666;
}

.ssxZc .ssxZc_list ul li .info h5 {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ssxZc .ssxZc_list ul li .info p {
    line-height: 28px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ssxnews {
    padding: 50px 0;
}

.ssxnews_t {
    margin-bottom: 25px;
}

.ssxnews_t h5 {
    color: #1268b3;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.ssxnews_t .line {
    width: 60px;
    height: 5px;
    background-color: #1268b3;
    margin: 0 auto;
}

.ssxnews .ssxnews_item {
    width: 540px;
}

.ssxnews.news_container .noticelist {
    width: 550px;
}

/* lhqy css */
.lhqy_enter_img {
    padding-bottom: 50px;
}

.lhqycon {
    background-color: #edf4ff;
    padding: 25px 0 45px;
    height: auto;
    margin-bottom: 0;
}

.lhqycon .bd ul li {
    margin-bottom: 40px;
}

.lhqycon .bd ul li .img img {
    transition: all .3s;
}

.lhqycon .bd ul li:hover .img img {
    transform: scale(1.3);
    transition: all .3s;
}

/*对联*/
.hangl {
    position: fixed;
    bottom: 30px;
    left: 0px;
    z-index: 9;
}

.hangr {
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 9;
}

.line3 {
    padding-right: 0;
}

.line3 .f3-box-d {
    width: 33.33%;
}

.sublinks {
    background-color: #f5f8fb;
    padding-bottom: 35px;
}

.sublinks .com-tit::before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    left: 25%;
}

.sublinks .com-tit::after {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    right: 25%;
}

.sublinks ul li {
    box-sizing: border-box;
    width: 380px;
    padding: 25px 35px 0;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    background: #fff;
    background-size: 100% 100%;
    height: 105px;
    color: #666;
    box-shadow: 0 1px 5px 3px #dbe4ed;
    font-size: 18px;
}

.sublinks ul li:hover {
    margin-top: -5px;
    transition: margin .3s;
}

.sublinks ul li a {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sublinks ul li .text {
    width: 200px;
}

.sublinks ul li h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

/* .sublinks ul li:hover {
    background: #2074d7;
}

.sublinks ul li:hover a {
    color: #fff;
} */

.sublinks ul li:nth-child(3n+3) {
    margin-right: 0;
}

.sub_special {
    margin-bottom: 40px;
}

.sub_special ul {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.sub_special ul li {
    width: 599px;
    height: 180px;
    display: flex;
    padding: 0 25px;
    align-items: center;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    color: #666;
    font-size: 18px;
    background-color: #f7faff;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

.sub_special ul li img {
    width: 200px;
}

.sub_special ul li .txt {
    margin-left: 24px;
    width: 300px;
}

.sub_special ul li p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sub_special ul li:last-child {
    border-right: 1px solid #e5e5e5;
}

.sub_special ul li:nth-child(2n+2) {
    border-right: 1px solid #e5e5e5;
}

.sub_special ul li:hover {
    background: #fff;
    border: 1px solid #fff;
    z-index: 999;
    box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -webkit-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
    -o-box-shadow: 0 1px 10px 5px rgba(153, 153, 153, 0.3);
}

/* fwcplist css */
.fwcplist {
    padding: 40px 0;
}

.fwcplist ul li {
    width: 280px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #eee;
    font-size: 16px;
    box-sizing: border-box;
    padding: 15px;
}

.fwcplist ul li:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.fwcplist ul li:nth-child(4n+4) {
    margin-right: 0;
}

.fwcplist ul li h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.fwcplist ul li:hover h5 {
    color: #0e61af;
}

.fwcplist ul li p {
    color: #999;
    line-height: 24px;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.fwcplist ul li p span {
    color: #666;
}

/* jgklist css */
.jgklist {
    padding: 40px 0;
}

.jgklist ul li {
    border: 1px solid #eee;
    padding: 20px 15px;
    width: 385px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.jgklist ul li .img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.jgklist ul li .txt {
    width: 260px;
    color: #666;
}

.jgklist ul li .txt h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jgklist ul li .txt p {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jgklist ul li .txt p b {
    font-weight: normal;
    color: #999;
    width: 70px;
    display: inline-block;
}

.jgklist ul li:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.jgklist ul li:nth-child(3n+3) {
    margin-right: 0;
}

/* jjfalist css */
.jjfalist {
    padding: 40px 0;
}

.jjfalist ul li {
    border: 1px solid #eee;
    padding: 20px 15px;
    width: 385px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.jjfalist ul li h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jjfalist ul li:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.jjfalist ul li:nth-child(3n+3) {
    margin-right: 0;
}

.jjfalist ul li p {
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.jjfalist ul li .tip {
    padding: 10px;
    background-color: #ebf4fb;
    color: #0058ab;
    display: inline-block;
    margin: 15px 0 20px;
    height: 39px;
    box-sizing: border-box;
}

.jjfalist ul li .bottom {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.jjfalist ul li .bottom .img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 5px;
}

.jjfalist ul li .bottom p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
    display: block;
}

/* zjklist css */
.zjklist {
    padding: 40px 0;
}

.zjklist ul li {
    border: 1px solid #eee;
    padding: 20px 15px;
    width: 385px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    font-size: 16px;
}

.zjklist ul li:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.zjklist ul li:nth-child(3n+3) {
    margin-right: 0;
}

.zjklist ul li .name {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.zjklist ul li .name h5 {
    background-color: #0058ab;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    margin-right: 10px;
}

.zjklist ul li a>p {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zjklist ul li .info {
    display: flex;
    align-items: center;
}

.zjklist ul li .info p {
    padding: 5px 10px;
    color: #1671ba;
    background-color: #e1edfa;
    margin-right: 15px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* jjfacon css */
.jjfacon {
    padding: 0;
    font-size: 16px;
    color: #666;
}

.jjfaleft {
    width: 79%;
}

.jjfaleft .jjfaleft_t {
    border: 1px solid #eee;
    padding: 25px 15px;
}

.jjfaleft .jjfaleft_t .tit {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.jjfaleft .jjfaleft_t .desc {
    background-color: #ebf4fb;
    padding: 30px;
    line-height: 28px;
    margin-bottom: 15px;
}

.jjfaleft .jjfaleft_t .desc p {
    color: #333;
    font-weight: 700;
}

.jjfaleft .jjfaleft_t>p {
    line-height: 28px;
    margin-top: 15px;
}

.jjfaleft .jjfaleft_t>p span {
    display: inline-block;
    background-color: #ebf4fb;
    color: #0058ab;
    padding: 5px 15px;
}

.jjfaleft_c {
    border: 1px solid #eee;
    padding: 25px 15px;
    margin-bottom: 25px;
    background-color: #fff;
}

.jjfaleft_c .tit {
    background: url(/templates/jssmeweb2024/base2024images/titBg.png) no-repeat;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
}

.jjfaleft_c .con {
    margin-top: 25px;
    line-height: 28px;
}

.jjfaright {
    border: 1px solid #eee;
    padding: 25px 15px;
    box-sizing: border-box;
    width: 270px;
    height: fit-content;
    background-color: #fff;
}

.jjfaright .jjfaright_t .img {
    width: 64px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.jjfaright .jjfaright_t h5 {
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    text-align: center;
}

.jjfaright p {
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jjfaright p span {
    color: #0058ab;
}

.jjfaright>a {
    background-color: #0097ff;
    color: #fff;
    padding: 10px 28px;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    width: 120px;
    box-sizing: border-box;
}

.jjfaleft .jjfaleft_c.top {
    margin-top: 0;
}

.jjfaleft .jjfaleft_c .info {
    flex-wrap: wrap;
    margin-top: 20px;
}

.jjfaleft .jjfaleft_c .info li {
    width: 48%;
    line-height: 32px;
}

.jjfaleft .jjfaleft_c .info.single li {
    width: 100%;
    display: flex;
}

.jjfaleft .jjfaleft_c .info li b {
    width: 100px;
    display: inline-block;
    text-align: right;
    color: #0058ab;
    font-weight: normal;
}

.jjfaleft .jjfaleft_c .info li span {
    display: block;
    float: right;
    width: 72%;
}

.jjfaleft .jjfaleft_c .info.single li b {
    width: 192px;
}

.jjfaleft .jjfaleft_c .info.single li span {
    width: 75%;
}

i.Borg {
    color: #ff9420;
    font-weight: 700;
    margin: 0 5px;
}

.fwjgcon {
    padding: 40px 0;
    font-size: 16px;
    color: #666;
    background: #f7f7f7;
}

.fwjgcon .jjfaleft_c {
    background-color: #fff;
    border: none;
}

.fwjgcon_tit {
    padding: 25px 15px;
    background-color: #fff;
}

.fwjgcon_tit .img {
    width: 395px;
}

.fwjgcon_tit .img img {
    width: 100%;
    height: 248px;
    border: 1px solid #ccc;
    display: block;
}

.fwjgcon_tit .img a {
    margin-top: 15px;
    display: inline-block;
    float: right;
}

.fwjgcon_tit .text {
    width: 725px;
}

.fwjgcon_tit .text h4 {
    color: #1469b3;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 28px;
}

.fwjgcon_tit .text ul li {
    line-height: 32px;
	display: flex;
}

.fwjgcon_tit .text ul li span {
    width: 77%;
}

.fwjgcon_tit .text ul li b {
    width: 150px;
    text-align: right;
    display: inline-block;
    font-weight: normal;
    color: #0058ab;
}

.jjfaleft_c .fwcplist {
    padding-bottom: 0;
}

.jjfaleft_c .fwcplist ul li {
    width: 373px;
}

.jjfaleft_c .fwcplist ul li:nth-child(4n+4) {
    margin-right: 25px;
}

.jjfaleft_c .fwcplist ul li:nth-child(3n+3) {
    margin-right: 0;
}

.jjfaleft_c .jjfalist {
    padding-bottom: 0;
}

.jjfaleft_c .jjfalist ul li {
    width: 373px;
}

.jjfaleft_c .zjklist ul li {
    width: 373px;
}

.jjfaleft_c .zjklist {
    padding-bottom: 0;
}

.header .top .sub#ssxsub ul, .zt.nav .sub#ssxsub ul {
    padding: 0 2%;
    width: 100%;
	box-sizing: border-box;
}