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;
}


/* 短引用的内容可取值：''或"" */
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;
}

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-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;
}

.height-100 {
    height: 100%;
}


body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    max-width: 1920px;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* -- */
.header .head {
    width: 100%;
    height: 170px;
}

.header .search {
    display: inline-block;
    margin-top: 45px;
}

.header .search a {
    color: #ababab;
}

.header h1 {
    margin-top: 35px;
}


.header .search .f-seach {
    position: relative;
}

.header .search .f-seach input {
    border: none;
}

.header .search .f-seach input.search-in {
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #0D59AA;
    color: #999;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
}

.header .search .f-seach input.search-btn {
    position: absolute;
    right: 10px;
    top: 13px;
    border: none;
    width: 15px;
    height: 15px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

.search .f-link {
    margin-bottom: 20px;
    text-align: right;
}

.search .f-link a {
    color: #999;
}

.search .f-link span {
    color: #999;
    margin: 0 3px;
}



.navigation {
    width: 100%;
    background: #0F4DA7;
    height: 60px;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 127px;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 60px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: 0;
}

.nav .nLi:nth-child(2) .sub {
    width: 140%;
    left: -20%;
}


.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #0F4DA7;
}

.nav .on h3 a {
    color: #0F4DA7;
    font-weight: bold;
}

.nav .nLi.on {
    background: #fff;
    border-top: 2px solid #0F4DA7;
    margin-top: -2px;
}



.nav .sub li .three-nav {
    position: absolute;
    left: 124px;
    display: none;
    top: 0;
    width: 240px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block
}


.banlist {
    position: relative;
    overflow: hidden;
}

.banlist .bd ul li {
    width: 100%;
}

.banlist .bd ul li img {
    width: 100%;
    height: 460px;
}


.banlist .hd {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.banlist .hd ul li {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

.banlist .hd ul li.on {
    background: #0F4DA7;
}


.banlist .prev {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../img/ban-btnL.png) no-repeat;
    position: absolute;
    top: calc((100% - 60px) / 2);
    left: 40px;
}

.banlist .next {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../img/ban-btnR.png) no-repeat;
    position: absolute;
    top: calc((100% - 60px) / 2);
    right: 40px;
}

.banlist .prev:hover {
    background: url(../img/ban-btnR-on.png) no-repeat;
}

.banlist .next:hover {
    background: url(../img/ban-btnR-on.png) no-repeat;
}

.banner {
    width: 100%;
    height: 460px;
    position: relative;
}

.ban-ico {
    position: absolute;
    width: 100%;
    bottom: -35px;
}

.ban-ico ul{
        height: 90px;
    box-sizing: border-box;
    padding-left: 120px;
}

.ban-ico ul li {
    float: left;
    width: 220px;
    height: 90px;
    margin-right: 16px;
    box-sizing: border-box;
    padding: 15px 25px;
}

.ban-ico ul li.li1 {
    background: linear-gradient(115deg, #5691E5 12%, #0F4DA7 86%);
}

.ban-ico ul li.li2 {
    background: linear-gradient(115deg, #4DAAEB 12%, #0F68A7 86%);
}

.ban-ico ul li.li3 {
    background: linear-gradient(115deg, #50C8EA 12%, #0F86A7 86%);
}

.ban-ico ul li.li4 {
    background: linear-gradient(115deg, #4AE2CE 12%, #0FA793 86%);
}

.ban-ico ul li.li5 {
    background: linear-gradient(115deg, #4AE4A9 12%, #0FA76D 86%);
}


.ban-ico ul li.li6 {
    margin: 0;
    background: linear-gradient(115deg, #F1BE64 12%, #C79134 86%);
}

.ban-ico ul li .ico {
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}


.ban-ico ul li span {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    width: 90px;
    display: inline-block;
    margin-left: 10px;
    float: right;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.ban-ico ul li:hover span {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.ban-ico ul li a {
    display: flex;
    align-items: center;
}

.footer {
    width: 100%;
    height: 135px;
    background: url(../img/footer-bg.png) center no-repeat;
}

.footer .banq {
    margin-top: 55px;
}

.footer .banq p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .banq p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .links .box {
    width: 280px;
    height: 50px;
    background: rgba(195, 220, 255, 0.4);
    margin-top: 43px;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
}

.footer .links .box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.footer .links .box .ico {
    position: absolute;
    right: 20px;
    top: 15px;
}



.footer .links .box ul {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: none;
    overflow-y: scroll;
}

.footer .links .box:hover ul {
    display: block;
}

.footer .links .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
}

.footer .links .box ul li:hover a {
    color: #0F4DA7;
}

.footer .links .box ul li a {
    color: #333;
}

/* -- */

.main {
    padding-top: 85px;
    background: url(../img/main-top-bg.png) top no-repeat #F5F5F5;
    background-position-y: 50px;
    padding-bottom: 55px;
}

.con-news {
    width: 100%;
    height: 555px;
    position: relative;
    margin-top: 45px;
}

.con-news .sidelist {
    position: absolute;
    left: 0;
    width: 750px;
    height: 555px;
    overflow: hidden;
}


.con-news .tablist {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
    height: 517px;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
}

.tablist .hd {
    width: 100%;
    height: 34px;
    border-bottom: 3px solid #0F4DA7;
    position: relative;
    padding-bottom: 12px;
}

.tablist .hd .more {
    position: absolute;
    right: 0;
    top: 8px;
}

.tablist .hd .more a {
    color: #999;
}

.tablist .hd ul li {
    font-size: 24px;
    line-height: 34px;
    float: left;
    color: #999;
    margin-right: 30px;
    cursor: context-menu;
}

.tablist .hd ul li.on {
    color: #3D3D3D;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 3px solid #FF8E24;
}



.tablist .bd ul li.n {
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin-top: 25px;
}

.tablist .bd ul li.n::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #0F4DA7;
    position: absolute;
    left: 0;
    top: 10px;
}

.tablist .bd ul li.n a {
    font-size: 18px;
    color: #3D3D3D;
    box-sizing: border-box;
    padding-left: 18px;
}

.tablist .bd ul li.n .dete {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(153, 153, 153, 0.8);
}

.tablist .bd ul li.n:hover a {
    color: #0F4DA7;
    font-weight: bold;
}

.tablist .bd ul li.n:hover:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #FF8E24;
    position: absolute;
    left: 0;
    top: 10px;
}

.tablist .bd ul li.n:hover .dete {
    color: rgba(102, 102, 102, 0.8);
}

.tablist .bd ul li.f {
    width: 100%;
    height: 84px;
    margin-top: 30px;
}

.tablist .bd ul li.f .text {
    width: 100%;
    height: 82px;
    box-sizing: border-box;
    padding-left: 100px;
}

.tablist .bd ul li.f .dete {
    float: left;
    width: 83px;
    height: 82px;
    border: 1px solid #0F4DA7;
    box-sizing: border-box;
    padding-top: 8px;
}

.tablist .bd ul li.f .dete .d {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: center;
    color: #0F4DA7;
}

.tablist .bd ul li.f .dete .xian {
    width: 37px;
    height: 1px;
    margin: 6px auto;
    background: #0F4DA7;
}

.tablist .bd ul li.f .dete .y {
    color: #0F4DA7;
    text-align: center;
}

.tablist .bd ul li.f .title {
    font-size: 18px;
    color: #3D3D3D;
}

.tablist .bd ul li.f .desc {
    color: #999;
    line-height: 25px;
    margin-top: 10px;
}

.tablist .bd ul li.f:hover .title {
    color: #0F4DA7;
    font-weight: bold;
}

.tablist .bd ul li.f:hover .desc {
    color: #666;
}

.sidelist .bd .text {
    position: absolute;
    width: 513px;
    height: 141px;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    bottom: 0;
    box-sizing: border-box;
    padding: 25px 30px;
}

.sidelist .bd .dete {
    width: 120px;
    height: 30px;
    color: #fff;
    background: linear-gradient(106deg, #5691E5 12%, #0F4DA7 84%);
    position: absolute;
    top: -15px;
    line-height: 30px;
    text-align: center;
}

.sidelist .bd .text .title {
    font-size: 18px;
    line-height: 35px;
    color: #333;
}

.sidelist .bd .text .desc {
    line-height: 30px;
    color: #999;
}


.sidelist .bd li .img {
    overflow: hidden;
}

.sidelist .bd li .img img {
    width: 750px;
    height: 497px;
    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;
}

.sidelist .bd 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);
}

.sidelist .bd li:hover .title {
    font-weight: bold;
}

.sidelist .hd {
    position: absolute;
    right: 100px;
    bottom: 20px;
}

.sidelist .hd ul li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    background: #0F4DA7;
}

.sidelist .hd ul li.on {
    width: 37px;
    height: 9px;
    border-radius: 90px;
    background: #FF8E24;
}




.con-adv {
    width: 100%;
    height: 120px;
    margin-top: 45px;
}

.con-adv .bd ul li .img {
    overflow: hidden;
}

.con-adv .bd ul li .img img {
    width: 100%;
    height: 120px;
    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-adv .bd ul 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-xsjl {
    width: 100%;
    height: 584px;
    background: #fff;
    margin-top: 37px;
    box-sizing: border-box;
    padding: 25px 30px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}


.slideBox .sbd ul li {
    width: 428px;
    margin-right: 28px;
    position: relative;
}

.slideBox .sbd ul li .dete {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 60px;
    height: 60px;
    background: rgba(48, 97, 196, 0.8);
}

.slideBox .sbd ul li .d {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 7px 0 3px 0;
}

.slideBox .sbd ul li .y {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.slideBox .sbd ul li .text {
    box-sizing: border-box;
    padding: 30px 0;
}

.slideBox .sbd ul li .title {
    font-size: 18px;
    color: #383838;
}

.slideBox .sbd ul li .desc {
    color: #9E9E9E;
    line-height: 25px;
    margin-top: 12px;
}

.slideBox .sbd ul li .img {
    overflow: hidden;
}

.slideBox .sbd ul li .img img {
    width: 428px;
    height: 284px;
    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;
}

.slideBox .sbd ul 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);
}

.slideBox .sbd ul li:hover .title {
    font-weight: bold;
    color: #3061C4;
}

.slideBox .sbd ul li:hover .desc {
    color: #666;
}



.slideBox .shd {
    width: 100%;
}

.slideBox .shd ul {
    text-align: center;
}

.slideBox .shd ul li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    background: #0F4DA7;
}

.slideBox .shd ul li.on {
    width: 37px;
    height: 9px;
    border-radius: 90px;
    background: #FF8E24;
}

.con-xsjl .slideGroup .parBd {
    margin-top: 32px;
}

.slideGroup .parHd {
    width: 100%;
    height: 34px;
    border-bottom: 3px solid #0F4DA7;
    position: relative;
    padding-bottom: 12px;
}

.slideGroup .parHd .more {
    position: absolute;
    right: 0;
    top: 8px;
}

.slideGroup .parHd .more a {
    color: #999;
}

.slideGroup .parHd ul li {
    font-size: 24px;
    line-height: 34px;
    float: left;
    color: #999;
    margin-right: 30px;
}

.slideGroup .parHd ul li.on {
    color: #3D3D3D;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 3px solid #FF8E24;
}



.slideBox .shd ul li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    background: #0F4DA7;
}

.slideBox .shd ul li.on {
    width: 37px;
    height: 9px;
    border-radius: 90px;
    background: #FF8E24;
}


.con-tea {
    margin-top: 54px;
    background: #fff;
    /* height: 360px; */
    height: 450px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 25px 30px;
}



.con-tea .parBd {
    margin-top: 30px;
}


.con-tea .slideBox .sbd li {
    width: 410px;
}

.con-tea .slideBox .sbd li .img {
    overflow: hidden;
    float: left;
}

.con-tea .slideBox .sbd li .img img {
    width: 170px;
    height: 228px;
    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-tea .slideBox .sbd 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-tea .slideBox .sbd li .title {
    font-size: 20px;
    color: #0F4DA7;
    line-height: 30px;
}

.con-tea .slideBox .sbd li .sub-title {
    color: #222;
    margin-top: 8px;
}

.con-tea .slideBox .sbd li .desc {
    text-align: justify;
    color: #9E9E9E;
    height: 90px;
    line-height: 30px;
}

.con-tea .slideBox .sbd li .more {
    width: 106px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0F4DA7;
    display: inline-block;
    background: rgba(255, 255, 255, 0.84);
    box-sizing: border-box;
    border: 1px solid #0F4DA7;
    margin-top: 26px;
}


.con-tea .slideBox .sbd ul li .text {
    height: 228px;
    box-sizing: border-box;
    padding: 0 0 0 190px;
}

.con-tea .slideBox .sbd li:hover .title {
    font-weight: bold;
}

.con-tea .slideBox .sbd li:hover .more {
    background: rgba(0, 88, 184, 0.84);
    color: #fff;
}

.con-tea .slideBox .shd {
    margin-top: 25px;
}

.con-tea .slideBox .shd ul li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    background: #0F4DA7;
}

.con-tea .slideBox .shd ul li.on {
    width: 37px;
    height: 9px;
    border-radius: 90px;
    background: #FF8E24;
}

.main-box {
    width: 100%;
    background: url(../img/main-yjdw-bg.png) no-repeat;
    background-position-y: 370px;
}


/* - */
.con-yjfx {
    margin-top: 70px;
}

.con-yjfx .tablist .hd ul li {
    color: #fff;
}

.con-yjfx .tablist .hd {
    border-bottom: 3px solid #fff;
}

.con-yjfx .tablist .hd .more a {
    color: rgba(255, 255, 255, 0.8);
}

.con-yjfx .tablist .bd {
    width: 100%;
    height: 120px;
    margin-top: 54px;
}

.con-yjfx .con ul li {
    float: left;
    width: 297px;
    height: 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 34px;
    margin-right: 34px;
}

.con-yjfx .con ul li.li4 {
    margin: 0;
    padding: 0;
    border: none;
}

.con-yjfx .con ul li .dete {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #FFFFFF;
    color: #fff;
    text-align: center;
    border-radius: 20px;

}

.con-yjfx .con ul li .title {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    margin-top: 17px;
}

.con-yjfx .con ul li:hover .dete {
    background: #fff;
    color: #0F4DA7;
}

.con-yjfx .con ul li:hover .title {
    font-weight: bold;
}

.con-bzxcg {
    height: 440px;
    margin-top: 70px;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 25px 30px;
}

.con-bzxcg .parBd {
    margin-top: 30px;
}

.slideBox2 .sbd ul li {
    width: 310px;
    margin-right: 35px;
}

.slideBox2 .sbd ul li .img {
    overflow: hidden;
}

.slideBox2 .sbd ul li .img img {
    width: 310px;
    height: 205px;
    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;
}

.slideBox2 .sbd ul li .title {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #333;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    background: rgba(236, 243, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.slideBox2 .sbd ul 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);
}

.slideBox2 .sbd ul li:hover .title {
    font-weight: bold;
}

.slideBox2 .shd ul {
    text-align: center;
    margin-top: 30px;
}

.slideBox2 .shd ul li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    background: #0F4DA7;
}

.slideBox2 .shd ul li.on {
    width: 37px;
    height: 9px;
    border-radius: 90px;
    background: #FF8E24;
}

/* -- */
.nei-banner img {
    width: 100%;
}

.nei-main {
    padding-top: 45px;
    background: #F5F5F5;
}

.sub-list {
    margin-bottom: 40px;
    border-top: 4px solid #0F4DA7;
}

.sub-list .sub-nav {
    width: 260px;
    background: #fff;
}

.sub-list .sub-nav .sub-name {
    width: 260px;
    height: 78px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 78px;
    color: #0F4DA7;
}



.sub-list ul li {
    width: 100%;
    position: relative;
    text-align: center;
    border-top: 1px solid #e3e3e3;
}

.sub-list ul li.on span {
    background: #195C9E;
}

.sub-list ul li .sub li {
    box-sizing: border-box;
    padding: 0 15px;
}

.sub-list ul li .sub li a {
    line-height: 30px;
    font-size: 18px;
    padding: 10px 0;
}


.sub-list .sub-nav ul li a {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    color: #333;
    line-height: 70px;
}

.sub-list .sub-nav ul li a span {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #E1E1E1;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.sub-list .sub-nav ul li:hover .snav,
.sub-list .sub-nav ul li.on .snav {
    color: #195C9E;
}

.sub-list .sub-nav ul li:hover span,
.sub-list .sub-nav ul li.on span {
    background: #195C9E;
}

.sub-list ul li .sub li.on a {
    color: #195C9E;
}

.sub-list ul li .list {
    padding: 15px 0;
    display: none;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #e3e3e3;
}

.sub-list ul li:hover .list {
    display: block;
    transition: all 0.5s ease-in-out;
}

.sub-list ul li .list a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #666;
    line-height: 36px;
    border: none;
}

.nei-main .content {
    width: 1100px;
}

.nei-main .col-content {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 33.5px;
    border-bottom: 1px solid #D8D8D8;
}


.nei-main .col-name-x {
    font-size: 30px;
    color: #444;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.nei-main .col-name-x::before {
    content: '';
    width: 4px;
    height: 32px;
    background: #0F4DA7;
    position: absolute;
    left: 0;
    top: 6px;
}


.nei-main .nei-weiz p {
    font-size: 16px;
    color: #666;
}

.nei-main .nei-weiz p a {
    font-size: 16px;
    color: #666;
}


.nei-main .nei-weiz p span {
    color: #0F4DA7;
}

.nei-main .nei-weiz img {
    display: inline-block;
    margin-bottom: 6px;
}


ul .list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #0F4DA7 !important;
    border: 1px solid #0F4DA7 !important;
}


.con-textlist ul li {
    background: #fff;
    margin-bottom: 33.5px;
    height: 160px;
    position: relative;
    box-sizing: border-box;
    padding: 35px 30px;
}

.con-textlist ul li .title {
    font-size: 18px;
    line-height: 35px;

    color: #333;
}

.con-textlist ul li .desc {
    line-height: 30px;
    color: #999;
}

.con-textlist ul li .dete {
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: -15px;
    background: linear-gradient(106deg, #5691E5 12%, #0F4DA7 84%);
}


.con-textlist ul li:hover .title {
    color: #0F4DA7;
    font-weight: bold;
}

.con-textlist ul li:hover .desc {
    color: #666;
}

.con-textlist ul li:hover {
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}


.con-picture ul li {
    width: 350px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.con-picture ul li .img {
    overflow: hidden;
}

.con-picture ul li .img img {
    width: 350px;
    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-picture ul li .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.con-picture ul 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-picture ul li:hover .title {
    color: #0D59AA;
    font-weight: bold;
}


.con-tealist ul li {
    width: 245px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.con-tealist ul li .img {
    overflow: hidden;
}

.con-tealist ul li .img img {
    width: 245px;
    height: 325px;
    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-tealist ul li .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.con-tealist ul 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-tealist ul li:hover .title {
    color: #0D59AA;
    font-weight: bold;
}


/* 详情页 */

.con-detail .detail {
    padding: 40px 120px;
    margin-bottom: 40px;
    border: 1px solid #DBDBDB;
}

.con-detail .detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.con-detail .detail .timer {
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.con-detail .detail .timer span {
    font-size: 16px;
    color: #999;
    margin: 0 3px;
}


.con-detail .detail .dtl {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 25px;
    width: auto;
}

.con-detail .detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 10px;
}


.detail .detail-page {
    line-height: 70px;
    height: 70px;
}

.detail .detail-page p a {
    color: #3d3d3d;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #195C9E;
    font-weight: bold;
}

.con-danye {
    margin-bottom: 40px;
}

.con-danye .danye {
    padding: 40px 120px;
    border: 1px solid #DBDBDB;
}

.con-danye .danye .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.con-danye .danye .timer {
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.con-danye .danye .timer span {
    font-size: 16px;
    color: #999;
    margin: 0 3px;
}


.con-danye .danye .dtl {
    padding-top: 25px;
    width: auto;
}

.con-danye .danye .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 10px;
}


/* - */

.con-piclist ul li {
    width: 100%;
    height: 210px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}

.con-piclist ul li a {
    display: inline-block;
}

.con-piclist ul li a .text {
    background: #fff;
    box-sizing: border-box;
    padding: 0 30px;
    width: 815px;
    float: right;
}

.con-piclist ul li a .title {
    color: #3d3d3d;
    font-size: 18px;
}

.con-piclist ul li a .desc {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 40px;
}

.con-piclist ul li a .dete {
    color: #999;
}

.con-piclist ul li a .dete img {
    position: relative;
    margin-right: 5px;
    top: -2px;
}

.con-piclist ul li a .img {
    overflow: hidden;
    float: left;
}

.con-piclist ul li a .img img {
    width: 245px;
    height: 165px;
    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-piclist ul li a: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-piclist ul li a:hover .title {
    color: #0F4DA7;
    font-weight: bold;
}

.con-piclist ul li a:hover .desc {
    color: #666;
}

.con-piclist ul li a:hover .dete {
    color: #0F4DA7;
}

.tea-col {
    width: 100%;
    height: 50px;
}

.tea-col a {
    font-size: 24px;
    line-height: 34px;
    float: left;
    margin-right: 30px;
    color: #3D3D3D;
    font-weight: bold;
    padding-bottom: 12px;
}

.con-tea .slideGroup .parHd ul li {
    font-size: 20px;
}



/* ---- */

.tzgglist {
    width: 100%;
    height: 120px;
    background: #fff;
        overflow: hidden;
    position: relative;
}

.tzgglist .bd {
    width: 100%;
    height: 120px;
}

.tzgglist .bd li {
    width: 100%;
    height: 120px;
}

.tzgglist .bd li a {
    width: 100%;
    display: inline-block;
}

.tzgglist .bd li .title {
    font-size: 24px;
    color: #0F4DA7;
    text-align: center;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

.tzgglist .bd li .desc {
    color: #999;
    text-align: center;
}

.tzgglist .hd {
    position: absolute;
    right: 30px;
    width: 10px;
    top: 30px;
}


.tzgglist .hd li {
    width: 9px;
    height: 9px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    background: #0F4DA7;
}

.tzgglist .hd li.on {
    background: #FF8E24;
}

.tzgg-name {
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0F4DA7;
    border-radius: 0 20px 20px 0;
    position: absolute;
    left: 0;
    top: 35px;
}

.tzgg-name a {
    color: #fff;
    font-size: 18px;
}