

/* 变量 */

.bg01 {
    background-color: #f5f5f5;
}

.bg02 {
    background-color: #f5f5f5;
    background-image: url(../image/sy_25.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 1920px;
    margin: auto;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.biglist {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1920px;
    margin: auto;
}

.biglist .search {
    background-color: #fff;
    border: 1px solid rgba(0, 138, 220, 0.2);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.biglist .search .input {
    width: 100%;
    height: 55px;
    font-size: 14px;
    color: #666;
    border: none;
    padding: 0 55px 0 20px;
}

.biglist .search .btn {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    height: 100%;
    width: 55px;
}

.biglist .search i {
    position: absolute;
    right: 20px;
    top: 6px;
    font-size: 28px;
    color: #0246b1;
}

.biglist .search ::-webkit-input-placeholder {
    color: #666;
}

.biglist .search ::-moz-placeholder {
    color: #666;
}

.biglist .search ::-moz-placeholder {
    color: #666;
}

.biglist .lnav01 {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.biglist .lnav01 h3 {
    background: #0246b1;
    padding: 16px 20px 22px;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.biglist .lnav01 h3 span {
    position: absolute;
    top: 20px;
    left: 70px;
    font-weight: 100;
    opacity: .1;
    text-transform: uppercase;
}

.biglist .lnav01 h3 i {
    font-size: 28px;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.biglist .lnav01 .item1 {
    overflow: hidden;
}

.biglist .lnav01 .item1 h4 {
    background-color: rgba(2,70, 177 ,0.2);
    color: #222;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 1px;
}

.biglist .lnav01 .item1 h4 a {
    padding: 18px 20px;
    color: #222;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.biglist .lnav01 .item1 h4 a i {
    transform: unset;
    -ms-transform: unset;
    float: left;
    line-height: 1;
    width: auto;
    height: auto;
    margin-right: 5px;
    opacity: 1;
}

.biglist .lnav01 .item1 h4 i {
    color: #0246b1;
    float: right;
    opacity: .9;
    width: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.biglist .lnav01 .item1 h4 a:hover {
    transition: transform .5s;
    transform: translateX(5px);
}

.biglist .lnav01 .item1 h4:hover {
    background-color: #0246b1;
}

.biglist .lnav01 .item1 h4:hover a,
.biglist .lnav01 .item1 h4:hover i {
    color: #fff;
}
.biglist .lnav01 .item1 h5{
	
}

.biglist .lnav01 .item1 li {
    margin: 10px 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.biglist .lnav01 .item1 li h5 {
    line-height: 1;
}

.biglist .lnav01 .item1 li h5 a {
    color: #222;
    display: block;
}

.biglist .lnav01 .item1 li h5 a i {
    font-size: 12px;
    color: #0246b1;
    display: inline-block;
}

.biglist .lnav01 .item1 li h5:hover {
    background-color: #0246b1;
    border-radius: 2px;
}

.biglist .lnav01 .item1 li h5:hover a {
    color: #fff;
    margin-left: 12px;
    transition: margin-left .5s;
}

.biglist .lnav01 .item1 li h5:hover a i {
    color: #fff;
}

.biglist .lnav01 .item1 li a {
    color: #666;
    font-size: 14px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    align-items: center;
	display: block;
}

.biglist .lnav01 .item1 li>div {
    margin: 0 -5px;
    margin-top: 5px;
}

.biglist .lnav01 .item1 li .col-md-6 {
    padding: 0 5px;
    /* width: 100%!important; */
}

.biglist .lnav01 .item1 li .col-md-6 a::before {
    content: "\e657";
    font-family: "iconfont" !important;
    font-size: 12px;
    line-height: 0;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 5px;
    color: rgba(2,70, 177 ,0.5);
}

.biglist .lnav01 .item1 li a:hover {
    background-color: #0246b1;
    color: #fff;
    border-radius: 2px;
}

.biglist .lnav01 .item1 li .col-md-6 a:hover::before {
    color: #fff;
    margin-left: 10px;
    transition: margin-left .5s;
}

.biglist .lnav01 .item1 li a.active {
    color: #0246b1;
}

.biglist .lnav01 .item1 li a.active::before {
    color: #0246b1;
}

.biglist .lnav01 .item1 li:last-child {
    border-bottom: none;
}

.biglist .lnav01 .item1 li.nobr {
     width: 100%;
    float: left;
    margin-bottom: 7px;
}
/*111*/
.biglist .lnav01 .item1 li.nobr .col-md-6 {
    width: 100%;
}

.biglist .lnav01 .item1 li.nobr:nth-last-of-type(2n) {
    margin-left: 20px;
}

.biglist .lnav01 .item1 li.nobr:nth-last-of-type(2) {
    border-bottom: none;
}

.biglist .lnav01 .item1 li.nobr:nth-of-type(4) {
    clear: both;
}

.biglist .lnav01 .item1.active h4 {
    background-color: #0246b1;
}

.biglist .lnav01 .item1.active h4 a {
    color: #fff;
}

.biglist .lnav01 .item1.active h4 i {
    opacity: 1;
    color: #fff;
    /* IE 9 */
}

.biglist .lnav01 .item1.active ul {
    display: block;
}

.biglist .lnav01:nth-of-type(4) {
    margin-bottom: 0;
}

.biglist #duoyu {
    border-radius: 0;
}

.biglist .lnav02 {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.biglist .lnav02 h3 {
    background: linear-gradient(to left, #0246b1, #0246b1);
    padding: 28px 20px;
    position: relative;
    color: #fff;
    font-size: 22px;
}

.biglist .lnav02 h3 span {
    position: absolute;
    top: 10px;
    font-weight: 100;
    opacity: .1;
    text-transform: uppercase;
}

.biglist .lnav02 h3 i {
    font-size: 32px;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.biglist .lnav02 h4 {
    background-color: #fff;
    color: #666;
    line-height: 1;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 20px;
}

.biglist .lnav02 h4 a {
    padding: 20px 10px;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
}

.biglist .lnav02 h4 a i {
    float: right;
    opacity: .3;
    color: #0246b1;
}

.biglist .lnav02 h4 a:hover {
    transition: all .5s;
    transform: translateX(5px);
}

.biglist .lnav02 h4 a:hover i {
    opacity: 1;
    transform: translateX(-5px);
    transition: all .5s;
}

.biglist .lnav02 h4.active a {
    color: #0246b1;
    font-weight: bold;
}

.biglist .lnav02 h4.active a i {
    opacity: 1;
    color: #0246b1;
    font-weight: normal;
}

.biglist .lnav02 h4:last-child {
    border-bottom: none;
}

.biglist .lnav02 .tel {
    background-color: #222;
    color: #fff;
    padding: 30px 20px;
}

.biglist .lnav02 .tel p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 1;
}

.biglist .lnav02 .tel p i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.biglist .lnav02 .tel a {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.biglist .lnav03 h3 {
    font-family: 'pn-b';
    margin: 30px 0 10px;
    color: #0246b1;
    font-size: 18px;
}

.biglist .lnav03 .item {
    position: relative;
    padding: 20px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.biglist .lnav03 .item .pic {
    margin: 0;
    float: unset;
}

.biglist .lnav03 .item .pic a {
    border: none;
}

.biglist .lnav03 .item .pic .ov-h {
    border: none;
    padding: 0;
}

.biglist .lnav03 .item .pic .ov-h img {
    padding: 0;
}

.biglist .lnav03 .item p {
    padding: 10px 10px;
}

.biglist .lnav03 .item .swiper-pagination {
    position: relative;
}

.biglist .lnav-lx {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.biglist .lnav-lx h3 {
    background: #0246b1;
    background-image: url(https://www.anci.com/tpl/web/images/kefu01.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 20px;
    position: relative;
    color: #fff;
    font-size: 22px;
}

.biglist .lnav-lx h3 span {
    position: absolute;
    top: 20px;
    font-weight: 100;
    opacity: .1;
    text-transform: uppercase;
}

.biglist .lnav-lx .item {
    padding: 20px 25px;
}

.biglist .lnav-lx .item i {
    color: #0246b1;
    margin-right: 5px;
}

.biglist .lnav-lx .item h5 {
    font-size: 20px;
    color: #0246b1;
    margin-bottom: 10px;
}

.biglist .lnav-lx .item p {
    font-weight: normal;
    padding: 5px 0;
    color: #666;
    line-height: 1.4;
}

.biglist .item {
    overflow: hidden;
}

.biglist .item .pic {
    width: 24%;
    float: left;
    margin-right: 1.3333%;
    text-align: center;
}

.biglist .item .pic a {
    border: 1px solid #0246b1;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.biglist .item .pic .ov-h {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.biglist .item .pic:nth-of-type(4n) {
    margin-right: 0;
}

.biglist .item p {
    color: #222;
    padding: 12px 10px;
}

.biglist .item a:hover {
    border-color: #0246b1;
}

.biglist .item a:hover p {
    color: #fff;
    background-color: #0246b1;
}

.biglist .col-md-9 {
    padding-left: 20px;
}

.content {
    background-color: #fff;
    padding: 40px 30px;
}

.content .dd01 {
    float: left;
    /* width: 70%; */
    width: 100%;
}

.content .dd01 h2 {
    font-size: 30px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'pn-b';
}

.content .dd01 p {
    line-height: 24px;
    color: #888;
    min-height: 70px;
    margin-bottom: 50px;
}

.content .dd01 .diqu {
    background-color: #f5f5f5;
    padding: 15px 30px;
    margin-bottom: 10px;
}

.content .dd01 .tel {
    color: #666;
    font-size: 16px;
}

.content .dd01 .tel i {
    font-size: 18px;
    color: #0246b1;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.content .dd01 .tel a {
    font-size: 30px;
    color: #0246b1;
    font-family: 'pn-sb';
    font-weight: bold;
    margin-left: 10px;
}

.content .dd02 {
    width: 95%;
    float: right;
}

.content .dd02 .c-btn {
    padding-left: 20px;
}

.content .dd02 .c-btn a {
    display: block;
    background-color: #0246b1;
    line-height: 40px;
    border-radius: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.content .dd02 .c-btn a i {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.content .dd02 .c-btn a:first-child {
    background-color: #333;
}

.content .dd03 {
    margin-top: 50px;
}

.content .dd03 .biaoti01 {
    margin-bottom: 30px;
}

.content .dd03 p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.content .dd03 b {
    color: #222;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
}

.content .dd03 img {
    margin: 10px 0;
}

.table table {
    background-color: #fff;
    width: 100%;
    margin: 10px 0;
}

.table table tr:first-child {
    /* background-color: #0246b1; */
}

.table table tr:first-child td {
    padding: 10px 5px;
    font-weight: bold;
    font-size: 16px;
    color: black;
    /* border-color: rgba(255, 255, 255, 0.3); */
}

.table table tr:first-child td p {
    color: black;
}

.table table td {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #bbb;
    word-break: break-word;
    white-space: unset;
}

.content .dd03 table td p {
    line-height: 1.4;
}

.pagebox {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.pagebox a {
    width: 40px;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    border: 1px solid #f0f0f0;
    display: inline-block;
    margin: 0 1px;
    background-color: #fff;
}

.pagebox a:first-child,
.pagebox a:last-child {
    width: auto;
    /* padding: 0 18px; */
}

.pagebox a.current {
    background-color: #0246b1;
    border-color: #0246b1;
    color: #fff;
}

.pagebox a.nolink {
    color: #999;
    cursor: default;
}

.prevnext .cpxqct_sy {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.prevnext b,
.prevnext .nolink {
    color: #999;
    cursor: default;
}

.prevnext a {
    color: #0246b1;
}

.prevnext a:hover {
    color: #0246b1;
}

.center {
    text-align: center;
}

.center a {
    display: block;
    border: 1px solid #f0f0f0;
    border-left: none;
    border-right: none;
    padding: 7px;
    font-size: 18px;
    font-weight: bold;
}

.center a i {
    font-size: 22px;
    color: #0246b1;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.center a:hover i {
    color: #0246b1;
}

.index-zxsq {
    background-image: url(../image/sy_331.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding: 70px 60px;
    text-align: center;
    max-width: 1920px;
    margin: auto;
}

.index-zxsq h3 {
    font-size: 28px;
    color: #222;
}

.index-zxsq h3 span {
    color: #0246b1;
    font-family: 'pn-b';
}

.index-zxsq p {
    font-size: 16px;
    color: #666;
    margin: 10px 0 20px;
}

.index-zxsq form {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.index-zxsq form p {
    position: relative;
    margin: 10px 0;
}

.index-zxsq form p span {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #0246b1;
}

.index-zxsq form .mag {
    float: left;
    width: 23%;
    margin-right: 1%;
}

.index-zxsq form .mag input {
    width: 100%;
    padding: 6px 10px;
    padding-left: 25px;
    background-color: #fff;
    border: 1px solid rgba(0, 137, 220, 0.3);
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-radius: 5px;
}

.index-zxsq form .mag textarea {
    width: 100%;
    height: 98px;
    padding: 6px 10px;
    padding-left: 25px;
    background-color: #fff;
    border: 1px solid rgba(0, 137, 220, 0.3);
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-radius: 5px;
}

.index-zxsq form .mag input::-webkit-input-placeholder,
.index-zxsq form .mag textarea::-webkit-input-placeholder {
    color: #333;
}

.index-zxsq form .mag input::-moz-placeholder,
.index-zxsq form .mag textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.index-zxsq form .mag input:-moz-placeholder,
.index-zxsq form .mag textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

.index-zxsq form .mag input:-ms-input-placeholder,
.index-zxsq form .mag textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.index-zxsq form .mag a,
.index-zxsq form .mag button {
    display: block;
    width: 90%;
    float: right;
    overflow: hidden;
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    margin-top: 10px;
}

.index-zxsq form .mag a i,
.index-zxsq form .mag button i {
    font-size: 24px;
    line-height: 0;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.index-zxsq form .mag button {
    background-color: #333;
}

.index-zxsq form .mag:last-child {
    margin-right: 0;
    width: 20%;
}

.index-zxsq form .mag:nth-of-type(3) {
    width: 31%;
}

.index-zxsq .center {
    font-size: 18px;
    color: #222;
    line-height: 1;
}

.index-zxsq .center i {
    color: #0246b1;
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.index-zxsq .center a {
    font-size: 32px;
    font-family: 'pn-b';
    color: #222;
    display: inline-block;
}

.gongg {
    background: url(../image/dy_09.jpg) no-repeat center bottom;
    background-size: 1920px auto;
}

.gg01 .stitle {
    margin-top: 50px;
    margin-bottom: 30px;
}

.gg01 .txt {
    padding-right: 70px;
    position: relative;
}

.gg01 .txt img {
    width: 110px;
    position: absolute;
    top: 0;
    right: 30%;
}

.gg01 .txt span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    color: #f5f5f5;
}

.gg01 .txt h3 {
    font-size: 30px;
    position: relative;
    z-index: 1;
    padding-top: 25px;
}

.gg01 .txt p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.gg01 .txt p:first-of-type {
    color: #0246b1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.gg01 .txt i {
    font-size: 60px;
    color: #000;
    opacity: .1;
    display: block;
}

.gg01 .item {
    padding-bottom: 50px;
    position: relative;
}

.gg01 .item .page-zhengshu {
    display: none;
}

.gg01 .item .ov-h {
    height: 380px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

.gg01 .item img {
    height: 100%;
    object-fit: contain;
}

.gg02 {
    padding-bottom: 50px;
}

.gg02 .stitle {
    margin-top: 50px;
    margin-bottom: 30px;
}

.gg02 .item {
    position: relative;
    padding-bottom: 30px;
}

.gg02 .item .ov-h {
    border: 1px solid #f0f0f0;
}

.gg02 .item p {
    text-align: center;
    color: #222;
    padding: 15px 10px;
}

.gg02 .item a:hover p {
    color: #0246b1;
    background-color: #fff;
}

.gongg .stitle {
    margin-top: 80px;
    margin-bottom: 30px;
}

.gongg .stitle a h3 {
    text-transform: unset;
    font-size: 22px;
}

.morerz {
    background-color: #fff;
    padding: 30px 30px 50px;
}


/* 资讯留言 */

.dy07 {
    background-image: url(../image/dy_11.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
    padding-top: 80px;
}

.dy07 .item {
    background-color: #fff;
}

.dy07 .item h3 {
    background-color: #0246b1;
}

.dy07 .item h3 a {
    color: #fff;
    font-size: 20px;
    padding: 25px 25px;
    display: block;
    line-height: 1;
}

.dy07 .item h3 a i {
    font-size: 28px;
    font-weight: normal;
    margin-right: 10px;
    float: left;
    position: relative;
    top: -3px;
}

.dy07 .item h3 a p {
    font-weight: normal;
    font-size: 16px;
    margin-top: 3px;
}

.dy07 .item ul {
    padding: 30px;
    padding-bottom: 5px;
}

.dy07 .item ul li {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.dy07 .item ul li a {
    position: relative;
    width: 100%;
}

.dy07 .item ul li h4 {
    font-size: 16px;
    color: #222;
    padding-left: 20px;
    margin-bottom: 10px;
}

.dy07 .item ul li h4 i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #0246b1;
}

.dy07 .item ul li p {
    padding-left: 20px;
    color: #888;
}

.dy07 .item ul li a:hover h4,
.dy07 .item ul li a:hover i {
    color: #0246b1;
}

.dy07 .item .ly {
    padding: 30px;
}

.dy07 .item .ly h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.dy07 .item .ly p {
    margin-bottom: 30px;
    font-size: 15px;
    color: #333;
}

.dy07 .item .ly p span {
    color: #0246b1;
    font-weight: bold;
}

.dy07 .item .ly form {
    width: 100%;
}

.dy07 .item .ly form .mag {
    overflow: hidden;
}

.dy07 .item .ly form .mag p {
    position: relative;
    float: left;
    width: 48.5%;
    margin-bottom: 18px;
}

.dy07 .item .ly form .mag p:nth-of-type(2) {
    margin-left: 3%;
}

.dy07 .item .ly form .mag input {
    border: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    padding-right: 40px;
    font-size: 16px;
    color: #333;
    outline: none;
}

.dy07 .item .ly form .mag ::placeholder {
    color: #333;
}

.dy07 .item .ly form .mag i {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #0246b1;
    font-size: 22px;
}

.dy07 .item .ly form .mag .lycontent {
    width: 100%;
}

.dy07 .item .ly form .mag .lycontent textarea {
    border: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 100px;
    padding: 16px 20px;
    padding-right: 40px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    outline: none;
}

.dy07 .item .ly form .mag .anniu {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    padding: 12px 45px;
    border-radius: 30px;
    overflow: hidden;
    margin: 10px 0 20px;
    float: left;
    margin-right: 10px;
}

.dy07 .item .ly form .mag a.anniu {
    background-color: #0246b1;
}

.dy07 .item .ly form .mag .tel {
    display: inline-block;
    line-height: 1;
    margin-left: 20px;
}

.dy07 .item .ly form .mag .tel p {
    font-size: 14px;
    color: #666;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.dy07 .item .ly form .mag .tel a {
    font-size: 28px;
    color: #0246b1;
    display: block;
}

.biaoti01 {
    background-color: #f5f5f5;
    overflow: hidden;
}

.biaoti01 h5 {
    font-size: 18px;
    font-weight: normal;
    padding: 20px;
    float: left;
    border-left: 5px solid #0246b1;
}

.biaoti01 a {
    float: right;
    font-size: 16px;
    padding: 22px 20px;
    line-height: 1;
}

.biaoti01 a i {
    color: #0246b1;
    margin-right: 5px;
}

.xgrz {
    border: 1px solid #f0f0f0;
    padding: 20px;
}

.xgrz dl {
    display: block;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-bottom: dashed 2px #f1f1f1;
}

.xgrz dl dd {
    width: 15%;
    height: 100%;
    float: left;
    min-height: 10px;
    padding: 0 10px;
    color: #888;
}

.xgrz dl dd a {
    color: #222;
    display: block;
}

.xgrz dl dd:nth-of-type(1) {
    width: 15%;
}

.xgrz dl dd:nth-of-type(2) {
    width: 40%;
}

.xgrz dl dd:nth-of-type(2) a {
    font-weight: bold;
}

.xgrz dl dd:nth-of-type(3) {
    width: 20%;
    font-size: 13px;
}

.xgrz dl dd:nth-of-type(4) {
    width: 15%;
}

.xgrz dl dd:last-of-type {
    width: 15%;
}

.xgrz dl dd:last-of-type a {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 2px 15px;
    overflow: hidden;
    display: inline-block;
}

.xgrz dl dd:last-of-type a:last-child {
    background-color: #0246b1;
    color: #fff;
    border: none;
}

.xgrz dl dd:last-of-type a:hover {
    color: #fff;
}

.xgrz dl a:hover {
    color: #0246b1;
}

.xgrz dl:first-child {
    background-color: rgba(0, 155, 76, 0.2);
    border-bottom: none;
}

.xgrz dl:first-child dd {
    padding: 10px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

.xgrz dl:hover dd a {
    color: #0246b1;
}

.gg-neiye {
    background: #fff;
}

.gg-neiye .kefu {
    height: 300px;
    background-size: cover;
    padding-top: 70px;
}

.gg-neiye .kefu .txt {
    width: 55%;
    padding-left: 0;
    float: right;
    padding: 40px 0;
}

.gg-neiye .kefu .txt h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

.gg-neiye .kefu .txt h3 span {
    font-size: 40px;
    top: 3px;
}

.gg-neiye .kefu .txt p {
    font-size: 14px;
    display: block;
    background: unset;
    padding: 0;
}

.gg-neiye .kefu .txt h5 {
    margin-top: 20px;
    display: inline-block;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
}

.gg-neiye .kefu .txt h5 i {
    font-size: 28px;
    margin-right: 5px;
    color: #0246b1;
}

.gg-neiye .kefu .txt h5 a {
    font-size: 28px;
    font-family: 'pn-sb';
    color: #0246b1;
}

.gg-neiye .index-zxsq {
    background-image: url(../image/sy_332.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 50px 60px;
    text-align: center;
}

.gg-neiye .index-zxsq h3 {
    font-size: 22px;
    color: #222;
}

.gg-neiye .index-zxsq h3 span {
    color: #0246b1;
}

.gg-neiye .index-zxsq p {
    font-size: 16px;
    color: #666;
    margin: 10px 0 20px;
}

.gg-neiye .index-zxsq form {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: none;
}

.gg-neiye .index-zxsq form p {
    position: relative;
    margin: 10px 0;
}

.gg-neiye .index-zxsq form p span {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #0246b1;
}

.gg-neiye .index-zxsq form .mag {
    float: left;
    width: 49.5%;
    margin-right: 1%;
}

.gg-neiye .index-zxsq form .mag input {
    width: 100%;
    padding: 6px 10px;
    padding-left: 25px;
    background-color: #fff;
    border: 1px solid rgba(0, 137, 220, 0.3);
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-radius: 5px;
}

.gg-neiye .index-zxsq form .mag textarea {
    width: 100%;
    height: 98px;
    padding: 6px 10px;
    padding-left: 25px;
    background-color: #fff;
    border: 1px solid rgba(0, 137, 220, 0.3);
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-radius: 5px;
}

.gg-neiye .index-zxsq form .mag input::-webkit-input-placeholder,
.gg-neiye .index-zxsq form .mag textarea::-webkit-input-placeholder {
    color: #333;
}

.gg-neiye .index-zxsq form .mag input::-moz-placeholder,
.gg-neiye .index-zxsq form .mag textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.gg-neiye .index-zxsq form .mag input:-moz-placeholder,
.gg-neiye .index-zxsq form .mag textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

.gg-neiye .index-zxsq form .mag input:-ms-input-placeholder,
.gg-neiye .index-zxsq form .mag textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.gg-neiye .index-zxsq form .mag a,
.gg-neiye .index-zxsq form .mag button {
    display: inline-block;
    width: 49.5%;
    max-width: 200px;
    float: unset;
    margin-right: 1%;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    background-color: #0246b1;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    margin-top: 10px;
}

.gg-neiye .index-zxsq form .mag a i,
.gg-neiye .index-zxsq form .mag button i {
    font-size: 24px;
    line-height: 0;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.gg-neiye .index-zxsq form .mag button {
    background-color: #0246b1;
    margin-right: 0;
}

.gg-neiye .index-zxsq form .mag:nth-of-type(2n) {
    margin-right: 0;
}

.gg-neiye .index-zxsq form .mag:nth-of-type(3) {
    width: 100%;
}

.gg-neiye .index-zxsq form .mag:nth-of-type(4) {
    width: 100%;
    text-align: center;
}

.gg-neiye .index-zxsq .center {
    font-size: 18px;
    color: #222;
    line-height: 1;
}

.gg-neiye .index-zxsq .center i {
    color: #0246b1;
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.gg-neiye .index-zxsq .center a {
    display: inline-block;
    font-size: 32px;
    font-family: 'pn-b';
    color: #222;
}

.gg-neiye .gg01 {
    padding: 0 30px;
}

.gg-neiye .gg01 .txt {
    width: 100%;
    padding: 0;
}

.gg-neiye .gg01 .txt img {
    right: auto;
    left: 25%;
}

.gg-neiye .gg01 .item {
    position: relative;
    padding-bottom: 30px;
}

.gg-neiye .gg01 .item a {
    border: none !important;
}

.gg-neiye .gg01 .item .ov-h {
    height: 350px;
    padding: 0;
}

.gg-neiye .gg01 .item .swiper-zhengshu {
    padding-bottom: 50px;
}

.gg-neiye .gg01 .page-zhengshu {
    display: block;
}

.gg-neiye .gg02 {
    padding: 0 30px;
}

.gg-neiye .gg02 .item {
    position: relative;
    padding-bottom: 30px;
}

.gg-neiye .gg02 .item .swiper-syjd {
    padding-bottom: 30px;
}

.gg-neiye .gg02 .item .pic .ov-h {
    padding: 0;
}

.gg-neiye .item .pic a {
    border: none;
    margin-bottom: 0;
    border-radius: unset;
}

.gg-neiye .dy07 {
    padding-top: 0;
    padding-bottom: 0;
    background: unset;
}

.gg-neiye .dy07 .item {
    padding: 0;
}

.gg-neiye .dy07 .item h3 {
    background-color: #fff;
    border-bottom: 3px solid #0246b1;
    overflow: hidden;
}

.gg-neiye .dy07 .item h3 a {
    color: #222;
}

.gg-neiye .dy07 .item h3 a i {
    color: #0246b1;
    font-size: 24px;
    top: -2px;
}

.gg-neiye .dy07 .item h3 a p {
    padding: 5px 0;
    margin: 0;
    background-color: unset;
    color: #666;
}

.gg-neiye .dy07 .item h3 a p i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

.gg-neiye .dy07 .item h3 a:hover p {
    color: #333;
}

.gg-neiye .dy07 .item h3 a:hover p i {
    color: #0246b1;
}

.gg-neiye .dy07 .item .ly p {
    padding: 0;
}

.gg-neiye .dy07 .item .dl {
    padding: 30px;
    overflow: hidden;
}

.gg-neiye .dy07 .item .dl dt {
    width: 36%;
    float: left;
}

.gg-neiye .dy07 .item .dl dt .pic {
    width: 100%;
    margin: 0;
    text-align: left;
}

.gg-neiye .dy07 .item .dl dt .pic .ov-h {
    padding: 0;
    border: none;
    height: unset;
}

.gg-neiye .dy07 .item .dl dt h5 {
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0;
    color: #222;
}

.gg-neiye .dy07 .item .dl dt p {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    color: #666;
    background-color: unset;
}

.gg-neiye .dy07 .item .dl dt a:hover h5 {
    color: #0246b1;
}

.gg-neiye .dy07 .item .dl dd {
    width: 56%;
    float: right;
}

.gg-neiye .dy07 .item .dl dd a {
    display: block;
    border-bottom: 1px dashed #ddd !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.gg-neiye .dy07 .item .dl dd a h4 {
    font-size: 16px;
    color: #222;
    font-weight: normal;
}

.gg-neiye .dy07 .item .dl dd a h4 i {
    margin-right: 10px;
    font-size: 12px;
    color: #c6c6c6;
}

.gg-neiye .dy07 .item .dl dd a:hover h4 {
    color: #0246b1;
}

.gg-neiye .dy07 .item .dl dd a:hover h4 i {
    color: #0246b1;
}

.gg-neiye .stitle {
    margin-bottom: 30px;
}

.gg-neiye .stitle a h3 {
    font-size: 22px;
    text-transform: unset;
}

.gg-neiye .stitle a p i {
    font-size: 20px;
    top: 2px;
}

.list-new dl {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
}

.list-new dl a {
    display: block;
}

.list-new dl a .ov-h {
    width: 25%;
    float: left;
    margin-right: 5%;
}

.list-new dl a .txt {
    width: 50%;
    float: left;
}

.list-new dl a .txt h5 {
    font-size: 18px;
    color: #222;
    margin: 5px 0;
}

.list-new dl a .txt p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.list-new dl a .txt p:first-of-type {
    color: #999;
    padding: 8px 0 10px;
}

.list-new dl a .txt p:first-of-type i {
    margin-right: 5px;
    color: #0246b1;
}

.list-new dl a .icon {
    width: 10%;
    float: right;
}

.list-new dl a .icon i {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.1);
}

.list-new dl a:hover h5 {
    color: #0246b1;
}

.content-new {
    background-color: #fff;
    padding: 40px 30px;
    margin-bottom: 20px;
}

.content-new ul li,
.content-new ol li {
    list-style: inside;
    list-style-type: decimal;
    line-height: 30px;
}

.content-new p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    word-break: break-word;
}

.content-new b {
    color: #222;
}

.content-new table {
    width: 100%;
}

.content-new table td {
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 24px;
}

.content-new table td p {
    line-height: 24px;
}

.content-new .gaishu {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    background-color: #f5f5f5;
    padding: 20px 30px;
    margin: 30px 0 20px;
}

.content-new .gaishu span {
    color: #0246b1;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.content-new .txt {
    border-bottom: 3px solid #0246b1;
    margin-bottom: 30px;
}

.content-new .txt h2 {
    font-size: 22px;
    color: #222;
    line-height: 1.8;
}

.content-new .txt p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding: 5px 0 10px;
}

.content-new .txt p i {
    margin-right: 5px;
    color: #0246b1;
}

.lg-list {
    position: relative;
    z-index: 0;
}

.lg-list #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.lg-list .lgnav {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    background-color: #fff;
}

.lg-list .lgnav .item {
    position: relative;
    z-index: 1;
}

.lg-list .lgnav .item .navli {
    position: relative;
    overflow: hidden;
    width: 14.28%;
    float: left;
    display: block;
}

.lg-list .lgnav .item .navli a {
    display: block;
    text-align: center;
    padding: 8px 2px;
    margin: 18px 5px;
    font-size: 14px;
    line-height: 1.3;
    color: #222;
    font-weight: bold;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50px;
    letter-spacing: -0.1px;
}

.lg-list .lgnav .item .navli a.active {
    background-color: #0246b1;
    color: #fff;
    border-color: #0246b1;
}

.lg-list .lgnav .item .navli a.active:hover {
    color: #fff;
}

.lg-list .lgnav .item .navli a:hover {
    color: #0246b1;
    border-color: #0246b1;
    box-sizing: content-box;
}

.lg-list .lgnav .item .navli:nth-of-type(8) {
    clear: both;
}

.lg-list .lgnav .item .navli:nth-of-type(n + 8)::before {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
}

.lg-list .lgnav .center {
    padding: 30px 0;
}

.lg-list .lgnav .center h5 {
    font-size: 18px;
}

.lg-list .lgnav .center h5 span {
    color: #0246b1;
}

.lg-list .album {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: auto;
}

.lg-list .album .baguetteBoxOne a {
    display: block;
    border: 1px solid #0246b1;
    margin-bottom: 30px;
}

.lg-list .album .baguetteBoxOne p {
    padding: 15px 10px;
    text-align: center;
    font-size: 15px;
    font-family: 'pn-sb';
    color: #222;
    background-color: #fff;
}

.lg-list .album .baguetteBoxOne .ryzz .ov-h {
    height: 373px;
}

.lg-list .album .baguetteBoxOne .ryzz .ov-h img {
    height: 100%;
    object-fit: contain;
    background-color: #fff;
}

.lg-list .album .baguetteBoxOne a:hover {
    border-color: #0246b1;
}

.lg-list .album .baguetteBoxOne a:hover p {
    color: #fff;
    background-color: #0246b1;
}

.lg-list .dy07 {
    background: unset;
}

.lg-list .dy07 .item ul {
    border: 1px solid #f0f0f0;
}

.lg-list .dy07 .item .ly {
    border: 1px solid #f0f0f0;
}

.lg-list .job .item ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.lg-list .job .item .ly form .mag .anniu {
    margin-bottom: 15px;
}

.partner {
    padding: 80px 0;
    position: relative;
}

.partner .item a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    padding: 30px;
    margin-bottom: 30px;
}

.partner .item a h4 {
    font-size: 18px;
    color: #0246b1;
    margin-bottom: 10px;
    padding: 10px 0;
    padding-right: 30px;
    position: relative;
}

.partner .item a h4 i {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 28px;
    font-weight: normal;
    opacity: .5;
}

.partner .item a p {
    color: #666;
    line-height: 24px;
}

.partner .item a p span {
    color: #999;
}

.partner .item a p:nth-of-type(2) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    min-height: 50px;
    line-height: 1.5;
}

.partner .item a:hover h4 {
    color: #0246b1;
}

.zyyq {
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact {
    padding: 80px 0;
    position: relative;
}

.contact .lx01 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.contact .lx01 .logo {
    font-size: 88px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    line-height: 1;
}

.contact .lx01 h3 {
    color: #222;
    margin-bottom: 20px;
    padding-top: 50px;
    font-size: 30px;
}

.contact .lx01 h3 span {
    color: #0246b1;
}

.contact .lx01 p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact .lx01 .tel {
    font-size: 16px;
    color: #222;
}

.contact .lx01 .tel a {
    font-size: 22px;
    color: #0246b1;
    font-weight: bold;
}

.contact .lx01 .fl {
    width: 60%;
}

.contact .lx01 .qrcode {
    float: right;
    width: 30%;
}

.contact .lx01 .qrcode span {
    float: left;
    text-align: center;
    margin-left: 15px;
}

.contact .lx01 .qrcode span p {
    margin-top: 5px;
    font-size: 15px;
}
.dfs{display: flex;}
.contact ul {
    border: 1px solid #f0f0f0;
    padding: 30px;
    background-color: #fff;
    border-radius: 2px;
    width: 50%;
    position: relative;
    z-index: 1;
}

.contact ul li {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px dashed #f0f0f0;
}

.contact ul li i {
    font-size: 22px;
    color: #0246b1;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.contact ul li a {
    font-size: 16px;
    color: #222;
    font-weight: bold;
}

.contact ul li:last-child {
    border-bottom: none;
    line-height: 1.3;
}

.contact .map {
    width: 50%;
    float: right;
    height: 354px;
    position: relative;
    z-index: 1;
}

.contact .dy07 {
    background: unset;
    padding: 0;
    position: relative;
    z-index: 1;
}

.contact .dy07 .item .ly form .mag input,
.contact .dy07 .item .ly form .mag .lycontent textarea {
    background-color: unset;
    border: 1px solid #f0f0f0;
}

.links {
    padding: 80px 0;
    position: relative;
}

.links dl {
    display: block;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: dashed 2px #ddd;
    position: relative;
    z-index: 1;
}

.links dl dd {
    height: 100%;
    float: left;
    min-height: 10px;
    padding: 0 10px;
    margin: 18px 0;
    color: #888;
}

.links dl dd a {
    color: #222;
    display: block;
}

.links dl dd:nth-of-type(1) {
    width: 25%;
    font-size: 16px;
}

.links dl dd:nth-of-type(2) {
    width: 25%;
}

.links dl dd:nth-of-type(3) {
    width: 30%;
    font-size: 14px;
}

.links dl dd:nth-of-type(4) {
    width: 20%;
}

.links dl dd:nth-of-type(4) a {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 3px 20px;
    overflow: hidden;
    display: inline-block;
}

.links dl dd:nth-of-type(4) a:last-child {
    background-color: #0246b1;
    color: #fff;
    border: none;
}

.links dl dd:nth-of-type(4) a:hover {
    color: #fff;
}

.links dl a:hover {
    color: #0246b1;
}

.links dl:first-child {
    background-color: #666;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.links dl:first-child dd {
    padding: 10px;
    margin: 10px 0;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.links dl:first-child dd i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 3px;
}

.sitemap {
    position: relative;
    padding: 80px 0;
}

.sitemap li.item {
    margin-bottom: 1px;
}

.sitemap li.item>a {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 1px solid #0c8edd;
    font-size: 18px;
    font-weight: bold;
    color: #0246b1;
    display: block;
    padding: 12px 20px;
    border-radius: 2px;
}

.sitemap li.item ul {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sitemap li.item ul li {
    margin-bottom: 10px;
}

.sitemap li.item ul li>a {
    color: #222;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 5px 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.sitemap li.item ul li a b {
    margin: 5px 0;
    padding: 0 10px;
    color: #222;
}

.sitemap li.item ul li p a {
    line-height: 24px;
    padding: 0 10px;
}

.sitemap li.item ul li.col-md-4:nth-of-type(3n + 1) {
    clear: both;
}

.sitemap li.item ul li.col-md-6:nth-of-type(2n + 1) {
    clear: both;
}

.sitemap li.item:hover>a {
    background-color: #0246b1;
    border-color: #0246b1;
    color: #fff;
}

.sitemap li.item ul li>a:hover {
    color: #fff;
}

.join {
    position: relative;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
}

.join ::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: white;
}

.join ::-webkit-scrollbar-track {
    background-color: #dcdcdc;
    border-radius: 3px;
}

.join ::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #7f7f7f;
}

.job01 {
    padding-bottom: 80px;
}

.job01 .item-rczp {
    position: relative;
    padding-bottom: 20px;
}

.job01 .item-rczp a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    padding: 30px;
}

.job01 .item-rczp a h4 {
    font-size: 18px;
    color: #0246b1;
    margin-bottom: 5px;
    padding: 10px 0;
    padding-right: 30px;
    position: relative;
}

.job01 .item-rczp a h4 i {
    line-height: 1;
    font-size: 28px;
    font-weight: normal;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 3px;
}

.job01 .item-rczp a p {
    color: #666;
    line-height: 24px;
}

.job01 .item-rczp a p span {
    color: #999;
}

.job01 .item-rczp a p:nth-of-type(2) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    min-height: 50px;
    line-height: 1.3;
}

.job01 .item-rczp a:hover h4 {
    color: #0246b1;
}

.job02 {
    padding-bottom: 80px;
}

.job02 .swiper-button-prev,
.job02 .swiper-rtl .swiper-button-next {
    left: 30px;
}

.job02 .swiper-button-prev,
.job02 .swiper-button-next {
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.job02 .swiper-button-next,
.job02 .swiper-rtl .swiper-button-prev {
    right: 30px;
}

.job02 .page-aboutzjtd {
    bottom: 10px;
}

.job02 .item {
    position: relative;
    background-color: #fff;
}

.job02 .txt {
    padding-left: 30px;
    height: 380px;
    overflow-y: auto;
}

.job02 .txt p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 5px;
}

.job02 .txt b {
    color: #222;
}

.job03 .swiper-zyfztop {
    width: 100%;
    margin: auto;
}

.job03 .swiper-zyfztop .swiper-slide {
    position: relative;
}

.job03 .swiper-zyfztop .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    padding: 10px;
}

.job03 .swiper-zyfztop .swiper-slide-thumb-active p {
    background-color: rgba(34, 147, 68, 0.9);
    color: #fff;
}

.job03 .swiper-zyfzbottom {
    background-color: #fff;
}

.job03 .swiper-zyfzbottom .swiper-slide {
    padding: 20px 40px 30px;
}

.job03 .swiper-zyfzbottom .swiper-slide p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.job03 .swiper-zyfzbottom .swiper-slide p b {
    color: #222;
    margin-top: 10px;
    display: inline-block;
}

.job04 {
    padding-bottom: 80px;
}

.job04 .txt {
    padding-left: 30px;
    height: 380px;
    overflow-y: auto;
}

.job04 .txt h3 {
    font-size: 18px;
    margin: 10px 0;
}

.job04 .txt h3 i {
    font-size: 30px;
    margin-right: 10px;
    color: #0246b1;
    position: relative;
    top: 3px;
}

.job04 .txt p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.newindex {
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.newindex .bg02 {
    padding-bottom: 50px;
}

.newindex .stitle {
    margin-bottom: 30px;
}

.newindex #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.newindex .dy07 {
    position: relative;
}

.newindex .stitle a h3 i {
    font-size: 26px;
    color: #0246b1;
    margin-right: 10px;
    line-height: 0;
}

.new01 {
    position: relative;
    padding-bottom: 80px;
}

.new01 .item-rczp {
    position: relative;
    padding-bottom: 40px;
}

.new01 .item-rczp a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    padding: 30px;
}

.new01 .item-rczp a h4 {
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 24px;
}

.new01 .item-rczp a h4 i {
    float: right;
    font-size: 30px;
    font-weight: normal;
    opacity: .5;
}

.new01 .item-rczp a p {
    color: #666;
    line-height: 24px;
}

.new01 .item-rczp a:hover h4 {
    color: #0246b1;
}

.new01 .c-btn {
    text-align: center;
    margin-top: 30px;
    display: block;
}

.new01 .c-btn a {
    display: inline-block;
    padding: 11px 60px;
    margin: 0 5px;
    background-color: #0246b1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    overflow: hidden;
}

.new01 .c-btn a i {
    font-size: 28px;
    margin-left: 5px;
    line-height: 0;
    position: relative;
    top: 5px;
    opacity: .5;
    font-weight: normal;
}

.new01 .c-btn a:first-child {
    background-color: #0246b1;
}

.new02 .stitle a {
    position: relative;
}

.new02 dl {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border: 8px solid #f5f5f5;
    position: relative;
    border-radius: 10px;
}

.new02 dl a {
    display: block;
}

.new02 dl a .ov-h {
    width: 25%;
    float: left;
    margin-right: 5%;
}

.new02 dl a .txt {
    width: 50%;
    float: left;
}

.new02 dl a .txt h5 {
    font-size: 18px;
    color: #222;
    margin: 5px 0;
}

.new02 dl a .txt p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.new02 dl a .txt p:first-of-type {
    color: #999;
    padding: 8px 0 10px;
}

.new02 dl a .txt p:first-of-type i {
    margin-right: 5px;
    color: #0246b1;
}

.new02 dl a .icon {
    width: 10%;
    float: right;
}

.new02 dl a .icon i {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.1);
}

.new02 dl a:hover h5 {
    color: #0246b1;
}

.service-index {
    padding: 80px 0 50px;
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.service-index #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.service-index ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.service-index ul li {
    width: 33.3333%;
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}

.service-index ul li a {
    display: block;
    height: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
}

.service-index ul li a .ov-h {
    width: 100%;
    margin-right: 5%;
    text-align: center;
    margin-bottom: 20px;
}

.service-index ul li a .ov-h i {
    font-size: 60px;
    line-height: 1;
    color: #0246b1;
    display: block;
}

.service-index ul li a .txt {
    width: 100%;
}

.service-index ul li a .txt h3 {
    font-size: 18px;
    color: #222;
}

.service-index ul li a .txt p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #666;
}

.service-index ul li a .icon {
    margin-top: 20px;
}

.service-index ul li a .icon i {
    font-size: 50px;
    color: #0246b1;
    opacity: .2;
    line-height: 1;
}

.service-index ul li a:hover {
    box-shadow: 0 0 20px #ccc;
}

.service-index ul li a:hover h3 {
    color: #0246b1;
}

.service-index ul li a:hover i {
    color: #0246b1;
}