body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

/* 酌情修改 */
body {
    max-width: 1920px;
    /* min-width: 1400px; */
    margin: 0 auto;
    background: #F7F7F7;
    font-size: 14px;
    font-family: "微软雅黑" !important;
}

/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}


/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
}


/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}


.m-width {
    max-width: 1400px;
    margin: 0 auto;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}


.header {
    width: 100%;
    height: 100px;
    position: relative;
    background: #fff;
}

.header .h-top {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.header .h-top h1 {
    width: 32%;
}


.header .h-top .nav {
    width: 68%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.newnav {
    width: 100%;
    height: 100%;
}

.newnav .newnav-cont {
    width: 820px;
    height: 100%;
    margin: 0 auto;
}

.newnav .newnav-cont ul {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.newnav .newnav-cont ul li {
    display: flex;
}

.newnav .newnav-cont ul li > a {
    display: flex;
    width: auto;
    font-size: 16px;
    color: #3C3C3C;
    position: relative;
    align-items: center;
}

.newnav .newnav-cont ul li > a:hover {
    font-weight: bold;
    color: #25bdbf;
}

.subnav {
    display: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 3px solid #25bdbf;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999;
}

.subnav .subnav-cont {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}

.subnav .subnav-cont .left {
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.subnav .subnav-cont .left .img {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.subnav .subnav-cont .left .img img {
    transition: all .5s;
    width: 300px;
    height: 150px;
}

.subnav .subnav-cont .left .img img:hover {
    transform: scale(1.05);
}

.subnav .subnav-cont .left .text {
    width: 380px;
    margin-left: 30px;
}

.subnav .subnav-cont .left .text .h2 {
    font-size: 20px;
    color: #25bdbf;
}

.subnav .subnav-cont .left .text .h3 {
    font-size: 16px;
    color: #25bdbf;
    margin-top: 5px;
}

.subnav .subnav-cont .left .text p {
    font-size: 12px;
    color: #626262;
    line-height: 20px;
    margin-top: 30px;
}

.subnav .subnav-cont .right {
    width: 25%;
    height: -webkit-fill-available;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.subnav .subnav-cont .right a {
    display: inline-block;
    height: 30px;
    width: 48%;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 10px;
    font-size: 14px;
    color: #545454;
}

.subnav .subnav-cont .right a:hover {
    color: #25bdbf;
}

.newnav .newnav-cont ul li:hover > a {
    font-weight: bold;
    color: #25bdbf;
}

.newnav .newnav-cont ul li:hover .subnav {
    display: block;
}

/*--轮播大图*/

.pc-banner .banlist {
    position: relative;
}

.pc-banner .banlist .hd ul {
    text-align: center;
}

.pc-banner .banlist .hd ul li {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 1px;
    border-radius: 50%;
    cursor: pointer;
}

.pc-banner .banlist .hd ul li.on {
    background: #0254A0;
}

.pc-banner .banlist .hd {
    position: absolute;
    width: 100%;
    bottom: 18px;
}

.pc-banner .banlist .bd ul li img {
    width: 100%;
    height: 700px;
}

.pc-banner .banlist a.prev, .pc-banner .banlist a.next {
    width: 25px;
    height: 47px;
    display: inline-block;
    position: absolute;
    top: 45%;
}

.pc-banner .banlist a.prev {
    background: url("../img/ban-l.png") no-repeat;
    left: 7.5%;
    background-size: cover;
}

.pc-banner .banlist a.next {
    background: url("../img/ban-r.png") no-repeat;
    right: 7.5%;
    background-size: cover;
}

.pc-banner .banlist a.prev:hover {
    background: url("../img/ban-l-on.png") no-repeat;
    background-size: cover;
}

.pc-banner .banlist a.next:hover {
    background: url("../img/ban-r-on.png") no-repeat;
    background-size: cover;
}


/* -- */

.main-gk .fjgk {
    margin-top: 100px;
    display: flex;
}

.column {
    margin-bottom: 30px;
}

.column .name {
    font-size: 40px;
    font-weight: bold;
    color: #3C3C3C;
}

.column .name-en {
    font-size: 16px;
    font-weight: bold;
    color: #818181;
    text-transform: uppercase;
}

.main-gk .video-img {
    position: relative;
    margin-left: 20px;
    z-index: 9;
}

.main-gk .video-img::before {
    content: '';
    position: absolute;
    width: 572px;
    height: 120px;
    background: url(../img/fjgk-icon.png) no-repeat center;
    top: -105px;
    right: -10px;
    z-index: -1;
}

.main-gk .video-img .mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.main-gk .video-img .img {
    overflow: hidden;
}

.main-gk .video-img .img img {
    width: 805px;
    transition: All 0.5s ease-in-out;
}


.main-gk .video-img:hover .img img {
    transform: scale(1.05);
}


.main-gk .video-img a.videoB {
    width: 98px;
    height: 98px;
    display: inline-block;
    background: url(../img/gk-video-botton.png) no-repeat;
    position: absolute;
    top: 45%;
    left: 45%;
    cursor: pointer;
}

.main-gk .text {
    background: #fff;
    border-top: 8px solid #D6A419;
    box-sizing: border-box;
    padding: 50px;
    z-index: 9;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-gk .text .title {
    font-size: 30px;
    line-height: 55px;
    color: #3C3C3C;
}

.main-gk .text .title p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.main-gk .text .xian {
    width: 40px;
    height: 1px;
    background: #0254A0;
}


.main-gk .text .desc p {
    font-size: 16px;
    line-height: 35px;
    color: #818181;
}

.main-gk .text .number {
    display: flex;
    justify-content: space-between;
}

.main-gk .text .number .xian {
    width: 1px;
    height: 74px;
    background: rgba(216, 216, 216, 0.7);
}

.main-gk .text .number p {
    font-size: 14px;
    line-height: 35px;
    color: #9E9E9E;
}

.main-gk .text .number p span {
    font-size: 36px;
    font-weight: bold;
    line-height: 35px;
    color: #3C3C3C;
    margin-right: 10px;
}

.main-gk .text a.more {
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    background: #0254A0;
    font-size: 14px;
    color: #FFF;
    display: inline-block;
}

.main-gk .imgs {
    position: relative;
    padding-bottom: 40px;
}

.main-gk .imgs-mark {
    width: 668px;
    height: 397px;
    background: #FFFFFF;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 0;
}

.main-business {
    width: 100%;
    height: 825px;
    background-image: url(../img/ywfw-bg.png);
    position: relative;
    margin-top: 75px;
    background-color: rgba(0, 0, 0, 0.8);
}


.main-business .content .tab-list .item.onx {
    display: block;
}

.main-business .content .tab-list .item {
    display: none;
    box-sizing: border-box;
    padding-left: 45px;
    padding-top: 75px;
    width: 100%;
    height: 100%;
}

.main-business .content {
    display: flex;
    z-index: 99;
    width: 100%;
}

.main-business .content .tab-head {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    height: 520px;
    box-sizing: border-box;
    padding: 65px 30px;
    align-content: space-between;
    /* padding-top: 110px; */
}

.main-business .content .tab-head a {
    width: 192px;
    height: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.main-business .content .tab-head a.onx {
    background: #0254A0;
    border-radius: 50%;
    /* position: relative; */
    /* top: -40px; */
    display: flex;
    justify-content: center;
}

.main-business .content .tab-head a.onx span {
    color: #fff;
}

.main-business .content .tab-head a.onx .name {
    color: #fff;
}

.main-business .content .tab-head a.onx .name-en {
    color: #fff;
    opacity: .5;
}

.main-business .content .tab-head a span {
    color: #0254A0;
}

.main-business .content .tab-head a .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #3C3C3C;
    text-align: center;
    margin: 15px 0 10px 0;
}

.main-business .content .tab-head a .name-en {
    font-size: 14px;
    color: #818181;
    text-transform: uppercase;
}

.main-business .content .tab-list {
    width: 40%;
}


.main-business .content .tab-list .item .title {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
}

.main-business .content .tab-list .item .desc {
    font-size: 16px;
    line-height: 35px;
    height: 175px;
    color: #FFF;
    margin: 35px 0 65px 0;
}

.main-business .content .tab-list .item a.more {
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}


.main-business .column {
    padding-top: 95px;
    display: flex;
    justify-content: space-between;

}

.main-business .column .name {
    color: #fff;
}

.main-business .column .name-en {
    color: rgba(255, 255, 255, 0.5);
}

.main-business .column .text {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.5);
}

/* -- */


.main-hxys .column {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}

.main-hxys .column a.more {
    width: 180px;
    height: 55px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    color: #9E9E9E;
}

.main-hxys .hxyslist {
    display: flex;
    justify-content: space-between;
}

.main-hxys .hxyslist .item {
    width: 197px;
    cursor: pointer;
}

.main-hxys .hxyslist .item .name {
    width: 197px;
    height: 197px;
    background: url(../img/hxys-item-bg.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-hxys .hxyslist .item .name span {
    font-size: 28px;
    color: #3C3C3C;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.main-hxys .hxyslist .item .desc {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
    box-sizing: border-box;
    padding: 0 19px;
    text-align: center;
    margin-top: 20px;
}

.main-hxys .hxyslist .item:hover .name {
    background: url(../img/hxys-item-bgx.png) no-repeat center;
}

.main-hxys .hxyslist .item:hover .name span {
    color: #fff;
    font-weight: bold;
}

.main-hxys .hxyslist .item:hover .desc {
    color: #0254A0;
}

.main-hxys {
    background: #fff;
}

/* -- */

.main-news {
    background: #fff;
    padding-bottom: 80px;
}

.main-news .column {
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
}

.main-news .column a.more {
    width: 180px;
    height: 55px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    color: #9E9E9E;
}

.main-news .column a.more:hover {
    color: #fff;
    background: #0254A0;
}

.main-hxys .column a.more:hover {
    color: #fff;
    background: #0254A0;
}

.main-business .content .tab-list .item a.more:hover {
    color: #fff;
    background: #0254A0;
}

.main-news .newslist {
    width: 100%;
    display: flex;
}

.main-news .newslist .tablist {
    width: 50%;
    padding-right: 40px;
}

.main-news .tablist .t-head {
    padding-bottom: 18px;
    border-bottom: 2px solid #D6A419;
}


.main-news .tablist .t-head a {
    font-size: 20px;
    letter-spacing: 0em;
    width: 140px;
    height: 54px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    color: #3C3C3C;
}

.main-news .tablist .t-head a.on {
    background: #0254A0;
    color: #fff;
    font-weight: bold;
}

.main-news .tablist .t-cont ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 0;
}

.main-news .tablist .t-cont ul li:nth-child(4) {
    border: none;
    padding-bottom: 25px;
}


.main-news .tablist .t-cont ul li a {
    font-size: 16px;
    color: #3C3C3C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 85%;
}

.main-news .tablist .t-cont ul li:hover a {
    color: #0254A0;
    font-weight: bold;
}

.main-news .tablist .t-cont ul li span {
    font-size: 16px;
    color: #9E9E9E;
}

.main-news .tablist .t-cont ul {
    display: none;
}

.main-news .tablist .t-cont ul.on {
    display: block;
}

.main-news .newslist .imgslist {
    width: 50%;
}


/* --- */

.main-jpal {
    width: 100%;
    height: 650px;
    background: url(../img/jpal-bg.png) no-repeat;
}

.main-jpal .column {
    display: flex;
    justify-content: space-between;
    padding-top: 85px;
}

.main-jpal .column a.more {
    width: 180px;
    height: 55px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    color: #9E9E9E;
}


.main-jpal .column a.more:hover {
    color: #fff;
    background: #0254A0;
}

.main-jpal .jpallist .bd ul li {
    width: 450px;
    margin-right: 25px;
}


.main-jpal .jpallist .bd ul li a .title {
    font-size: 18px;
    line-height: 30px;
    color: #3C3C3C;
    width: 450px;
    height: 103px;
    background: #FFF;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;


}

.main-jpal .jpallist .bd ul li a .img {
    overflow: hidden;
}

.main-jpal .jpallist .bd ul li a .img img {
    width: 450px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.main-jpal .jpallist .bd ul li a:hover .img img {
    transform: scale(1.05);
}

.main-jpal .jpallist .bd ul li a:hover .title {
    color: #0254A0;
    font-weight: bold;
}


.main-jpal .jpallist .hd ul li {
    width: 10px;
    height: 10px;
    background: #0254A0;
    opacity: .5;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
}

.main-jpal .jpallist .hd ul li.on {
    background: #0254A0;
    opacity: 1;
}

.main-jpal .jpallist .hd {
    width: 100%;
    margin-top: 36px;
}

.main-jpal .jpallist .hd ul {
    text-align: center;
}

/* -- */
.main-links {
    background: #fff;
    padding-bottom: 75px;
}


.main-links .column {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;

}

.main-links .linkslist .bd ul li {
    width: 265px;
    margin-right: 20px;
}

.main-links .linkslist .bd ul li .img {
    overflow: hidden;
}

.main-links .linkslist .bd ul li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
}

.main-links .linkslist .bd ul li .img img:hover {
    transform: scale(1.05);
}


/* -- */

.footer {
    width: 100%;
    height: 246px;
    background: #0254A0;
}

.footer .foot {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


.footer .foot .banq .text p {
    font-size: 14px;
    line-height: 25px;
    color: #FFF;
}

.footer .foot .banq .iphone p {
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    color: #FFF;
}

.footer .foot .banq .iphone p span {
    font-size: 24px;
    margin-right: 5px;
}

.footer .foot .code .imgs .title {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 15%;
    z-index: 1002;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 10%);
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    color: #3488db;
    height: 15px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 15px;
    display: inline-block;
    cursor: pointer;
    float: right;
    position: relative;
    top: -15px;
    right: -5px;
}


/* 导航 */
.con-navigation {
    height: 100%;
}

.nav-con {
    width: 100%;
    height: 100%;
    margin: auto;
}

.nav {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
}

.nav a {
    color: #3C3C3C;
    font-size: 16px;
    display: inline-block;
}

.nav .nLi {
    width: 94px;
    height: 100px;
    line-height: 100px;
    float: left;
    display: inline;
    text-align: center;
    padding-left: 5px;
    margin: 0;
}


.nav .nLi h3 {
    height: 100px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    width: 100%;
}

.nav .nLi h3 a:hover {
    color: #0254A0;
    font-weight: bold;
}

.nav .nLi.on h3 a {
    color: #0254A0;
    font-weight: bold;
}

.nav .nLi:hover ul.sub {
    display: block;
}


.nav .sub {
    display: none;
    top: 100px;
    left: 20px;
    width: 1080px;
    height: 220px;
    position: absolute;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    padding: 30px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    z-index: 99;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    zoom: 1;
    float: left;
    width: 160px;
    margin-right: 10px;
    position: relative;
    text-align: left;
}


.nav .sub li:hover a {
    color: #00407c;
    font-weight: bold;
}

.con-party .nav .sub li:hover a {
    color: #00407c;
    font-weight: bold;
}


.nav .sub a.s2 {
    color: #333;
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    position: relative;
}

.nav .sub a.s2x::before {
    content: '';
    width: 6px;
    height: 11px;
    display: inline-block;
    background: url(../img/sub-erji-icon.png) no-repeat;
    right: -20px;
    position: absolute;
    top: 15px;
}

/* ---- */

.header-pc {
    width: 100%;
    height: 100%;
}

.header-pc .nav-bottom-right .nav-line {
    pointer-events: none;
    top: 96px;
    left: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: all 0.3s linear;
    border-bottom: 4px solid #0254A0;
}

.nav .sub .nav-sub-name {
    display: flex;
    position: relative;
    top: -20px;
}

.nav .sub .nav-sub-name .name {
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 0em;
    color: #3D3D3D;
    display: inline-block;
}

.nav .sub .nav-sub-name .name-en {
    font-size: 12px;
    font-weight: normal;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0em;
    display: inline-block;
    color: rgba(30, 99, 171, 0.8);
}

.nav .sub .sub-erji {
    display: inline-block;
    width: 100%;
}


.nav .sub li .nav-sanji {
    position: absolute;
    width: 400px;
    left: 0;
    display: none;
    top: 50px;
}

.nav .sub li .nav-sanji a {
    float: left;
    margin-left: 36px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.nav .sub li .nav-sanji a:hover {
    color: #00407c;
}

.nav .sub li:hover .nav-sanji {
    display: block;
}

.pc-banner .swiper-container {
    z-index: 0;
}

.pc-banner .swiper-container .swiper-button-next {
    width: 25px;
    height: 47px;
    display: inline-block;
    background: url(../img/ban-r.png) no-repeat;
    position: absolute;
    right: 8%;
    opacity: 1;
}


.pc-banner .swiper-container .swiper-button-prev {
    width: 25px;
    height: 47px;
    display: inline-block;
    background: url(../img/ban-l.png) no-repeat;
    position: absolute;
    left: 8%;
    opacity: 1;
}

/* ---内页 */

/* 内页大图及位置 */
.nei-banner {
    position: relative;
}

.nei-banner .img img {
    width: 100%;
    /* height: 350px; */
}

.nei-banner .nei-weizhi {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}

.nei-banner .nei-weizhi .wz-col {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.nei-banner .nei-weizhi .wz-col-en {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.nei-banner .nei-weizhi p {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

.nei-banner .nei-weizhi p a {
    color: #fff;
    font-size: 16px;
}

.nei-banner .nei-weizhi p span {
    /* width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    background: url(../img/wz-icon.png) no-repeat; */
    font-size: 18px;
}

.sub-nav {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #DCDCDC;
}

.sub-nav .navlist {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}


.sub-nav .navlist a {
    font-size: 16px;
    color: #3C3C3C;
    height: 100%;
    display: flex;
    align-items: center;
}

.sub-nav .navlist span {
    color: #EEEEEE;
    margin: 0 30px;
}

.sub-nav .navlist a.on {
    color: #0254A0;
    border-bottom: 2px solid #0254A0;
}

.sub-nav .navlist a:hover {
    color: #0254A0;
    border-bottom: 2px solid #0254A0;
}


/* 信息列表 */

.m-top-50 {
    margin-top: 50px;
}


.con-textlist ul.info li {
    width: 100%;
    height: 165px;
    /* background: #fff; */
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin-bottom: 30px;
    padding: 40px;

}

.con-textlist ul.info li a {
    display: flex;
}

.con-textlist ul.info li .d {
    font-size: 36px;
    color: #3D3D3D;
    text-align: center;
}

.con-textlist ul.info li .y {
    font-size: 14px;
    color: #9E9E9E;
    text-align: center;
}

.con-textlist ul.info li .title {
    font-size: 18px;
    color: #3C3C3C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-textlist ul.info li .desc {
    font-size: 14px;
    line-height: 28px;
    color: #9E9E9E;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-textlist ul.info li .dete {
    min-width: 60px;
    padding-right: 35px;
    border-right: 1px solid #eee;
}

.con-textlist ul.info li .text {
    padding-left: 35px;
}

.con-textlist ul.info li:hover {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.con-textlist ul.info li:hover .d {
    color: #0254A0;
}

.con-textlist ul.info li:hover .title {
    color: #0254A0;
}


.con-picture ul.info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.con-picture ul.info li {
    width: 445px;
    margin-right: 32px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.con-picture ul.info li:nth-child(3n) {
    margin-right: 0;
}

.con-picture ul.info li .ttile {
    font-size: 18px;
    line-height: 30px;
    color: #3C3C3C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-picture ul.info li .dete {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con-picture ul.info li span {
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
}

.con-picture ul.info li .more {
    width: 9px;
    height: 20px;
    display: inline-block;
    background: url(../img/picture-more.png) no-repeat;
}

.con-picture ul.info li .text {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-bottom: 1px solid #E4E4E4;
}

.con-picture ul.info li:hover .text {
    background: #fff;
    border-bottom: 1px solid #0254A0;
}

.con-picture ul.info li:hover .ttile {
    color: #0254A0;
}

.con-picture ul.info li:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.con-picture ul.info li:hover .more {
    background: url(../img/picture-more-on.png) no-repeat;
}

.con-picture ul.info li .img {
    overflow: hidden;
}

.con-picture ul.info li .img img {
    /* transition: All 0.3s ease-in-out; */
}

.con-picture ul.info li:hover .img img {
    /* transform: scale(1.05); */
}

.con-picture center.margin-top-60 {
    margin-top: 20px;
}

/* 图文 */

.con-pictlist ul.info li {
    width: 100%;
    height: 290px;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin-bottom: 30px;
    padding: 40px;
}

.con-pictlist ul.info li .img {
    overflow: hidden;
    width: 28%;
}

.con-pictlist ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-pictlist ul.info li .text {
    width: 72%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con-pictlist ul.info li a.title {
    font-size: 18px;
    color: #3C3C3C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-pictlist ul.info li .dete {
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
}

.con-pictlist ul.info li .desc {
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-pictlist ul.info li a.more {
    width: 180px;
    height: 55px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    color: #9E9E9E;
    display: inline-block;
}

.con-pictlist ul.info li:hover {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.con-pictlist ul.info li:hover .title {
    color: #0254A0;
}

.con-pictlist ul.info li:hover a.more {
    background: #0254A0;
    color: #fff;
}

.con-pictlist ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* --详情页 */

.con-detail .detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.con-detail .d-text {
    width: 71.4%;
    box-sizing: border-box;
    padding-right: 50px;
}

.con-detail .d-text .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.con-detail .d-text .timer {
    text-align: center;
    margin: 15px 0 30px 0;
}

.con-detail .d-text .timer span {
    font-size: 16px;
    color: #9E9E9E;
}

.con-detail .d-text .content {
    padding-top: 20px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.con-detail .d-text .content p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 20px;
}


.con-detail .prevnext {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.con-detail .prevnext a {
    font-size: 16px;
    color: #3D3D3D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-detail .prevnext a:hover {
    color: #0254A0;
}

.con-detail .prevnext a:hover .icon {
    color: #0254A0;
}


.con-detail .prevnext .next {
    width: 50%;
}

.con-detail .prevnext .prev {
    width: 50%;
}


.con-detail .prevnext .next .noborder {
    text-align: right;
}

.con-detail .prevnext .next .icon {
    text-align: right;
}

.con-detail .prevnext li .icon {
    font-size: 12px;
    line-height: 30px;
    color: #9E9E9E;
}


.con-detail .d-news {
    width: 28.6%;
    height: 732px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    padding: 40px;
}


.con-detail .d-news .tjxw-name {
    font-size: 30px;
    color: #3C3C3C;
}


.con-detail .d-news .xian {
    width: 25px;
    height: 2px;
    background: #0254A0;
    margin-top: 30px;
}


.con-detail .d-news .tjxwlist ul li {
    padding: 25px 0;
    border-bottom: 1px solid #D8D8D8;
}

.con-detail .d-news .tjxwlist ul li:nth-child(4) {
    border: none;
}

.con-detail .d-news .tjxwlist ul li .title {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}

.con-detail .d-news .tjxwlist .dete {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con-detail .d-news .tjxwlist .dete span {
    font-size: 14px;
    color: #9E9E9E;
}

.con-detail .d-news .tjxwlist .more {
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../img/detail-tjxw-more.png) no-repeat;
    opacity: 0;
}


.con-detail .d-news .tjxwlist ul li:hover .more {
    opacity: 1;
}

.con-detail .d-news .tjxwlist ul li:hover .title {
    color: #3C3C3C;
}

.con-detail .d-news .tjxwlist ul li:hover .dete span {
    font-weight: bold;
    letter-spacing: 0em;
    color: #0254A0;
}

/* 单页 */

.con-danye .danye {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.con-danye .d-text {
    width: 71.4%;
    box-sizing: border-box;
    padding-right: 50px;
}

.con-danye .d-text .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.con-danye .d-text .timer {
    text-align: center;
    margin: 15px 0 30px 0;
}

.con-danye .d-text .timer span {
    font-size: 16px;
    color: #9E9E9E;
}

.con-danye .d-text .content {
    padding-bottom: 50px;
}

.con-danye .d-text .content p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 20px;
}


.con-danye .d-news {
    width: 28.6%;
    height: 732px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    padding: 40px;
}


.con-danye .d-news .tjxw-name {
    font-size: 30px;
    color: #3C3C3C;
}


.con-danye .d-news .xian {
    width: 25px;
    height: 2px;
    background: #0254A0;
    margin-top: 30px;
}


.con-danye .d-news .tjxwlist ul li {
    padding: 25px 0;
    border-bottom: 1px solid #D8D8D8;
}

.con-danye .d-news .tjxwlist ul li:nth-child(4) {
    border: none;
}

.con-danye .d-news .tjxwlist ul li .title {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}

.con-danye .d-news .tjxwlist .dete {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con-danye .d-news .tjxwlist .dete span {
    font-size: 14px;
    color: #9E9E9E;
}

.con-danye .d-news .tjxwlist .more {
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../img/detail-tjxw-more.png) no-repeat;
    opacity: 0;
}


.con-danye .d-news .tjxwlist ul li:hover .more {
    opacity: 1;
}

.con-danye .d-news .tjxwlist ul li:hover .title {
    color: #3C3C3C;
}

.con-danye .d-news .tjxwlist ul li:hover .dete span {
    font-weight: bold;
    letter-spacing: 0em;
    color: #0254A0;
}

/* 手机导航 */
.mb-header {
    height: 55px;
    line-height: 55px;
    display: none;
    background: #fff;
}

.mb-header .header-con .logo {
    width: 90%;
    margin-top: -3px;
}

.mb-header .header-con {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-header .header-con .logo img {
    width: 90%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px
}

.sp_nav span {
    display: block;
    background: #1E63AB;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    z-index: 99;
    height: auto !important;
    padding-bottom: 50px;
}

.nav_show {
    top: 55px !important;
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav > ul > li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav > ul > li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}

.mb-header .header-con .logo h1 a {
    display: inline-block;
}


.list-page {
    margin: 60px 0;
}

.list-page ul {
    display: flex;
    justify-content: center;
}

.list-page ul li {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(112, 112, 112, .1);
    display: flex;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.list-page ul li.active {
    background: #0254A0;
}

.list-page ul li.active a {
    color: #fff;
}

.list-page ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
}

.list-page ul li:hover {
    background: #0254A0;
    color: #fff;
}

.list-page ul li:hover a {
    color: #fff;
}

/*--*/

.main-news .imgslist {
    width: 50%;
    position: relative;
}


.main-news .imgslist .hd ul li {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 1px;
    border-radius: 50%;
    cursor: pointer;
}

.main-news .imgslist .hd ul li.on {
    background: #0254A0;
}

.main-news .imgslist .hd {
    position: absolute;
    bottom: 32px;
    right: 20px;
}

.main-news .imgslist .bd ul li img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.main-news .imgslist .bd ul li .img {
    overflow: hidden;
}


.main-news .imgslist .bd ul li .title {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: #fff;
    bottom: 0;
    text-indent: 20px;
    box-sizing: border-box;
    padding-right: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.main-news .imgslist .bd ul li:hover .img img {
    transform: scale(1.05);
}

/*合作客户*/
.con-picture .linklist ul.info li {
    width: 258px;
    margin-right: 18px;
    border: 1px solid #f2f2f2;
}

.con-picture .linklist ul.info li:nth-child(5n) {
    margin-right: 0;
}

.con-picture .linklist ul.info li:nth-child(3n) {
    margin-right: 19px;
}


.main-links .column a.more {
    width: 180px;
    height: 55px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    color: #9E9E9E;
}


.main-links .column a.more:hover {
    color: #fff;
    background: #0254A0;
}

/*--*/
.main-links{
    padding-bottom: 45px;
}

.main-links .linkslist .bd ul{
    display: flex;
    flex-wrap: wrap;
}

.main-links .linkslist .bd ul li{
    width: 258px;
    margin-right: 18px;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}
.main-links .linkslist .bd ul li:nth-child(5n){
    margin-right: 0;
}

.con-textlist .tdjslist ul.info li .text{
    padding: 25px;
}

.con-textlist .tdjslist ul.info li{
    height: 200px;
    display: flex;
    align-items: center;
    padding: 0 25px;
}

.con-textlist .tdjslist ul.info li a{
    align-items: center;
}