@charset "utf-8";

/* CSS Document */
body {
    font-family: "Microsoft Yahei", Arial Regular, 宋体;
    font-size: 14px;
    color: #333;
    /* background: #ebe5e5; */
    /* background: #5c5ee6; */
    background-color: #f7f7f7;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
form,
input,
textarea,
button,
code,
em,
cite {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none
}

a:active,
a:hover {
    color: #316baa;
    text-decoration: none
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.cl {
    clear: both;
}

#swiper-container .swiper-slide a {
    height: 100%;
    display: block;
}


.cc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cc {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .cc {
    height: 1%;
}

* .cc {
    display: block;
}

/* End hide from IE-mac */
code,
input,
button,
cite,
textarea,
select {
    font-family: "Microsoft Yahei";
}

cite,
em {
    font-style: normal;
}

.colorfff {
    color: #fff;
}

.colorfff a:link,
.colorfff a:visited {
    color: #fff;
}

.colorfff a:active,
.colorfff a:hover {
    color: #316baa;
}

.color666 {
    color: #666;
}

.color666 a:link,
.color666 a:visited {
    color: #666;
}

.color666 a:active,
.color666 a:hover {
    color: #316baa;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
    outline: medium;
    font-family: Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
}

body {
    /* min-width: 1400px; */
    padding-top: 92px;
}

#swiper-container {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#swiper-container .swiper-slide {
    width: 100%;
    float: left;
}

#swiper-container .swiper-pagination {
    bottom: 38px;
    left: 0;
    width: 100%;
    text-align: center;
}

#swiper-container .swiper-pagination span {
    background: #fff;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    opacity: 1;
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
}

#swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    background: #f0760a;
}

#header {
    width: 100%;
    height: 92px;
    background: #fff;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

#header dl {
    width: 1200px;
    margin: 0 auto;
}

#header dt {
    width: 208px;
    float: left;
    padding-top: 15px;
}

#header dt h1 {
    width: 208px;
}

#header dt h1 img {
    width: 208px;
    height: 61px;
}

#header dd {
    float: right;
}

#header dd li {
    float: left;
    margin-left: 95px;
    height: 92px;
    line-height: 92px;
    position: relative;
    font-size: 18px;
}

#header dd li a {
    height: 92px;
    display: block;
}

#header dd li span {
    position: absolute;
    top: 92px;
    display: none;
    text-align: center;
    font-size: 16px;
    color: #666;
    left: -70px;
    width: 210px;
    background: #fff;
}

#header dd li span p {
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}

#header dd li span p a {
    height: 100%;
    display: block;
}

#header dd li span a:link,
#header dd li span a:visited {
    color: #666;
}

#header dd li span a:active,
#header dd li span a:hover {
    color: #fff;
    background: #316baa;
}

.debug1 {
    background-color: #e11414;
}

.debug2 {
    background-color: #5218cf;
}

.debug3 {
    background-color: #20c34b;
}

.debug4 {
    background-color: #8b76ae;
}

.image {
    max-width: 100%;
    /* 最大宽度为框的宽度 */
    max-height: 100%;
    /* 最大高度为框的高度 */
    width: auto;
    /* 宽度自动 */
    height: auto;
    /* 高度自动 */
}

.containerFloat {
    width: 610px;
    /* 框的宽度 */
    /* height: 200px; /* 框的高度 */
    overflow: hidden;
    /* 超出部分隐藏 */
    border: 2px solid #ccc;
    /* 边框 */
    position: relative;
    /* 相对定位 */
    margin-left: 0;
    float: right;
}

.container {
    width: 480px;
    /* 框的宽度 */
    /* height: 200px; /* 框的高度 */
    overflow: hidden;
    /* 超出部分隐藏 */
    border: 2px solid #f94444;
    /* 边框 */
    position: relative;
    /* 相对定位 */
    margin-left: 0;
}

/* 标题居左 */
.titleLeft {
    /* background-color: #f47615; */
    text-align: left;
    font-size: 78px;
    display: inline-block;
    font-family: 'Microsoft YaHei', sans-serif;
    /* 设置字体 */
    color: #f47615;
}

/* 标题居左 */
.titleLeft40 {
    /* background-color: #f47615; */
    text-align: left;
    font-size: 40px;
    display: inline-block;
    font-family: 'Microsoft YaHei', sans-serif;
    /* 设置字体 */
    color: #5b5a59;
}

/* 标题居中 */
.titleCenter {
    /* background-color: #f47615; */
    text-align: center;
    font-size: 48px;
    display: inline-block;
    font-family: 'Microsoft YaHei', sans-serif;
    /* 设置字体 */
    color: #f47615;
}

/* 标题居中 */
.titleCenter1 {
    text-align: center;
    font-size: 48px;
    display: inline-block;
    font-family: 'Microsoft YaHei', sans-serif;
    /* 设置字体 */
    color: #ffffff;
}

/* 块居中 */
.divCenter {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    height: 100%;
    /* 使容器满高 */
}

/* 块居中 */
.divCenter1 {
    display: flex;
    flex-direction: column;
    /* flex 项会在垂直方向上从上到下排列*/
    margin-bottom: 20px;
    /* 为每个 div 添加底部间距 */
}

.debugbox {
    width: 40px;
    height: 40px;
}

.margin80 {
    margin-top: 80px;
    /* 设置 80px 的上边距 */
}

.leftLineBox {
    display: flex;
    align-items: center;
}

.line {
    height: 3px;
    background-color: bisque;
    margin-left: 20px;
    margin-right: 20px;
}

.leftBox500 {
    width: 500px;
    padding-top: 10px;
}


.leftBox700 {
    width: 750px;
    /* padding-top: 10px; */
    float: left;
}

.leftLine {
    height: 50px;
    width: 5px;
    background-color: chocolate;
    margin-right: 10px;
    display: inline-block;
}

.leftBox {
    width: 300px;
    height: 100px;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
    /* 添加此行 */
    flex-shrink: 0;
    /* 添加此行 */
}

.box {
    display: flex;
    margin-left: 30px;
    align-items: center;
    /* 垂直居中 */
}

/* 项目符号 */
ul {
    list-style: none;
    /* 去掉默认的项目符号 */
    padding-left: 0;
    /* 去掉内边距 */
}

/* 项目符号样式 */
.square-bullet {
    position: relative;
    /* 为伪元素定位 */
    margin: 10px 0;
    /* 每个列表项的上下间距 */
    padding-left: 25px;
    /* 留出空间给方框 */
}

.square-bullet::before {
    content: '';
    /* 创建一个空内容 */
    position: absolute;
    /* 绝对定位 */
    left: 0px;
    /* 靠左对齐 */
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    /* 微调位置 */
    width: 10px;
    /* 方框的宽度 */
    height: 10px;
    /* 方框的高度 */
    border: 2px solid black;
    /* 方框边框样式 */
    background-color: white;
    /* 方框背景颜色 */
}

.dot-bullet {
    position: relative;
    /* 为伪元素定位 */
    margin: 10px 0;
    /* 每个列表项的上下间距 */
    padding-left: 25px;
    /* 留出空间给圆点 */
}

.dot-bullet::before {
    content: '';
    /* 创建一个空内容 */
    position: absolute;
    /* 绝对定位 */
    left: 0px;
    /* 靠左对齐 */
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    /* 微调位置 */
    width: 10px;
    /* 圆点的宽度 */
    height: 10px;
    /* 圆点的高度 */
    border-radius: 50%;
    /* 设置为圆形 */
    /* 圆角半径 */
    background-color: rgb(22, 91, 240);
    /* 圆点背景颜色为红色 */
    /* 圆点的颜色 */
}

.textCenter {
    text-align: center;
}

.inputHeight {
    height: 30px;
    /* 设置所需的高度 */
    font-size: 16px;
    /* 可选：设置字体大小 */
}

hr.orange55 {
    width: 55px;
    margin: 0;
    border-bottom: 3px solid #f27621 !important;
}

.message {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
    z-index: 1000;
    background-color: rgb(207, 240, 178);
    font-size: 20px !important;
    /* 强制应用字体大小 */
}

.success {
    color: green;
}

.error {
    color: red;
}

.fontSize28 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    /* color: #ffffff; */
}

.fontSize54 {
    font-size: 54px;
}

.fontSize18 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    /* color: #ffffff; */
    padding-left: 20px;
    padding-right: 20px;
}

.fontSize14 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    /* color: #ffffff; */
    padding-left: 10px;
    padding-right: 10px;
}

.fontSize1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
}

.fontSize2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}

.fontSize3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.textHang {
    line-height: 2;
}

.textHang1 {
    line-height: 1.5;
}

/* 背景颜色 */
.backgroundkd {
    background-color: rgb(87, 84, 241);
}

.fontRed {
    color: rgb(245, 14, 14);
}

.indexbg1 {
    width: 100%;
    background: #f7f7f7;
}

.indexbg2 {
    width: 100%;
    background: #07447b;
}


.indexbg3 {
    width: 100%;
    background: #ffffff;
}

/**/

.button-with-loading {
    position: relative;
    display: inline-block;
    /* padding: 1px 1%; */
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.button-text {
    display: inline-block;
    vertical-align: middle;
}

.loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 2;
}

.button-with-loading.loading .loading-icon {
    display: block;
}

.button-with-loading.loading .button-text {
    visibility: hidden;
}


/**/

/*标题小块*/
.hometitlebox1 {
    display: inline-block;
    background-color: #F4640B;
    padding-right: 10px;
    padding-left: 10px;
}

/*标题小块*/
.hometitlebox2 {
    display: inline-block;
    padding-left: 10px;
}

.homebox1fontSize1 {
    font-size: 22px;
    color: #BEBCCA;
    text-align: center;
}

.homebox1fontSize2 {
    font-size: 16px;
    color: #BEBCCA;
    text-align: center;
}

.containerFlex {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
}

.resolveBox {
    width: 600px;
 /*   height: 600px; */
    margin: 10px 30px;
}

.imageBox {
    width: 600px;
    height: 400px;
    /* margin: 10px 30px; */
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}

.homeimgcontainer {
    width: 1200px;
    text-align: center;
    margin-top: 20px;
}

.homeimgcontainer img {
    max-width: 100%;
    height: auto;
}

.homecontainer600 {
    width: 600px;
    margin-left: 50px;
    margin-top: 20px;
    height: 300px;
    border: 1px solid #3f3f3f;
    box-sizing: border-box;
}

.containerbox {
    width: 600px;
    margin-left: 50px;
    margin-top: 20px;
    height: 300px;
    border: 1px solid #3f3f3f;
    box-sizing: border-box;
    background-color: #ffffff;
}

.containerbox1 {
    width: 600px;
    margin-left: 50px;
    margin-top: 20px;
    height: 200px;
    border: 1px solid #3f3f3f;
    box-sizing: border-box;
    background-color: #ffffff;
}

.arrow-list {
    list-style: none;
    /* 去掉默认项目符号 */
    padding: 0;
}

.arrow-list li {
    position: relative;
    /* 相对定位 */
    padding-left: 40px;
    /* 左侧留空间 */
    margin-bottom: 10px;
    /* 项目间距 */
}

.arrow-list li::before {
    content: '➔';
    /* 箭头符号 */
    position: absolute;
    /* 绝对定位 */
    left: 10px;
    /* 左偏移 */
    font-size: 1em;
    /* 箭头大小 */
    color: #ed833c;
    /* 箭头颜色 */
}

/* 背景图片容器样式 */
.headerimage {
    height: 400px;
    background-image: url(/images/header1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; /* 防止背景图片重复 */
}

/* 媒体查询：确保最小宽度为1400px */
@media (max-width: 1400px) {
    .headerimage {
        max-width: 1400px;
        margin: 0 auto;
    }
}

/* 在屏幕宽度大于或等于1400px时，设置header-image的宽度为100% */
@media (min-width: 1400px) {
    .headerimage {
        width: 100%;
    }
}

.main {
    width: 1400px;
    margin: 0 auto;
    padding: 25px 0 20px;
    /* background-color: #0076BA; */
    /* background-color: #dcecf5; */
    background-color: #f7f7f7;
    margin-top: 10px;
}

h3.indextt1 {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}

h3.indextt1 p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

h3.indextt1a {
    color: #fff;
}

h3.indextt1a p {
    color: #fff;
}

h3.indextt1b {
    color: #316eac;
}

h3.indextt1b p {
    color: #666;
}



/* - b - */
.indextxt5 li {
    width: auto;
    height: 400px;
    padding-top: 18px;
    margin: 0 20px 0 0;
    border: 1px solid #eee;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    background-color: #d0e6fb;
}

.indextxt5 li img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.indextxt5 li h4 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    background: url(images/txt1_li.png) center bottom no-repeat;
}

.indextxt5 li p {
    color: #777;
    padding: 10px 10px 0;
    text-align: left;
}

.indextxt5 li.txt101 {
    margin-left: 20px;
    width: 600px;
}

.indextxt1 li:first-child {
    margin-left: 0;
}

.indextxt6 li {
    width: 186px;
    height: 83px;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 50px 0 0 73px;
}

.indextxt6 li h4 {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    background: url(images/txt3_li.png) center bottom no-repeat;
}

.indextxt6 li img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.indextxt6 li p {
    color: #777;
    padding-top: 5px;
}

.indextxt6 li.txt301,
.indextxt3 li:first-child {
    padding-left: 0;
}

.main1 {
    width: 100%;
}

.indextxt7 {
    display: flex;
    flex-wrap: wrap;
    border: #07447b;
    padding: 10px;
    box-sizing: border-box;
    background-color: #313576;
}

.indextxt7 img {
    width: 370px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

/* .indextxt7 img{flex: 1 0 33.333%; height:auto; margin:0 auto; margin-bottom: 10px;margin-left: 10px;margin-right: 10px;} */


/* - --- - */

.indextxt1 li {
    width: 268px;
    height: 250px;
    padding-top: 18px;
    margin: 45px 0 0 40px;
    border: 1px solid #eee;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.indextxt1 li img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.indextxt1 li h4 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    background: url(images/txt1_li.png) center bottom no-repeat;
}

.indextxt1 li p {
    color: #777;
    padding: 10px 10px 0;
}

.indextxt1 li.txt101,
.indextxt1 li:first-child {
    margin-left: 0;
}

.indextxt2 {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    padding-top: 25px;
}

.indextxt2 img {
    margin: 20px auto 0;
    max-width: 100%;
    height: auto;
}

.indextxt3 li {
    width: 245px;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 50px 0 0 73px;
}

.indextxt3 li h4 {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    background: url(images/txt3_li.png) center bottom no-repeat;
}

.indextxt3 li img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.indextxt3 li p {
    color: #777;
    padding-top: 5px;
}

.indextxt3 li.txt301,
.indextxt3 li:first-child {
    padding-left: 0;
}

.indextxt4 {
    padding-top: 40px;
    margin-left: 350px;
}

.indextxt4 dl {
    width: 554px;
    background: #fff;
}

.indextxt4 dt {
    width: 554px;
}

.indextxt4 dt img {
    width: 554px;
    height: 374px;
}

.indextxt4 dd {
    padding: 20px;
    box-shadow: 3px 0 35px rgba(171, 171, 171, 0.35);
    -moz-box-shadow: 3px 0 35px rgba(171, 171, 171, 0.35);
    -webkit-box-shadow: 3px 0 35px rgba(171, 171, 171, 0.35);
    font-size: 18px;
    line-height: 30px;
    background: url(images/txt4_li.png) 500px center no-repeat;
}

.indextxt4 dd h4 {
    font-size: 24px;
    height: 30px;
    overflow: hidden;
}

.indextxt4 dd p {
    color: #666;
}

.indexmore {
    width: 335px;
    font-size: 22px;
    text-align: center;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    height: 40px;
    line-height: 40px;
    margin: 60px auto 0;
    border: 1px solid #316eac;
}

.indexmore a {
    height: 100%;
    display: block;
}

#swiper-container2 {
    width: 98%;
    padding: 25px 1% 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#swiper-container2 .swiper-slide {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    float: left;
    height: 205px;
    box-shadow: 0 0 15px rgba(171, 171, 171, 0.35);
    -moz-box-shadow: 0 0 15px rgba(171, 171, 171, 0.35);
    -webkit-box-shadow: 0 0 15px rgba(171, 171, 171, 0.35);
}

#swiper-container2 .swiper-slide a {
    height: 195px;
    padding: 10px 18px 0;
    display: block;
}

#swiper-container2 .swiper-slide img {
    width: 200px;
    height: 50px;
    margin: 0 0 10px;
}

#swiper-container2 .swiper-slide p {
    padding: 0 20px;
    color: #666;
    position: relative;
}

#swiper-container2 .swiper-slide p em.txt5an1,
#swiper-container2 .swiper-slide p em.txt5an2 {
    width: 17px;
    height: 17px;
    position: absolute;
}

#swiper-container2 .swiper-slide p em.txt5an1 {
    top: 0;
    left: 0;
    background: url(images/txt5_li.png) no-repeat;
}

#swiper-container2 .swiper-slide p em.txt5an2 {
    bottom: 0;
    right: 0;
    background: url(images/txt5_li2.png) no-repeat;
}

#swiper-container2 .swiper-slide p code {
    color: #316eac;
}

#swiper-container2 .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#swiper-container2 .swiper-pagination span {
    background: #fff;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    opacity: 1;
    background: #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
}

#swiper-container2 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #316eac;
}

.indextxt6 {
    padding-top: 20px;
}

.indextxt6 dl {
    width: 552px;
    background: #fff;
    float: left;
    padding: 9px;
    margin: 20px 60px 0 0;
}

.indextxt6 dt {
    width: 178px;
    float: left;
}

.indextxt6 dt img {
    width: 178px;
    height: 134px;
}

.indextxt6 dd {
    width: 355px;
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.indextxt6 dd h4 {
    font-size: 16px;
    height: 24px;
    overflow: hidden;
}

.indextxt6 dd p {
    height: 72px;
    overflow: hidden;
    color: #999;
    margin: 7px 0;
}

.indextxt6 dd code {
    float: right;
    color: #999;
}

.indextxt6 dl:nth-child(even),
.indextxt6 dl.txt601 {
    margin-right: 0;
}

#footer {
    width: 100%;
    /* background: #131536; */
    background: #131536;
    color: #e8e8e8;
    padding-top: 40px;
}

#footer dt {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 30px;
}

#footer dt h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

#footer dt span {
    width: 171px;
    float: right;
    text-align: center;
    margin-left: 50px;
}

#footer dt span img {
    width: 171px;
    height: 171px;
    margin: 0 auto 8px;
}

#footer dt span p {
    font-size: 18px;
    color: #fff;
}

#footer dd {
    width: 100%;
    height: 77px;
    line-height: 77px;
    font-size: 16px;
    border-top: 1px solid #313576;
}

#footer dd p {
    width: 1200px;
    margin: 0 auto;
}

#footer dd p span {
    float: right;
}

#footer a:link,
#footer a:visited {
    color: #e8e8e8;
}

#footer a:active,
#footer a:hover {
    color: #316baa;
}

/*内页*/
.nybanner {
    width: 100%;
    height: 460px;
}

.nyhead1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
}

.nyhead1 h4 {
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url(images/nyhead_li.png) center bottom no-repeat;
}

.nyhead1 h4 p {
    font-size: 24px;
}

.nyhead1 span {
    width: 248px;
    height: 44px;
    cursor: pointer;
    display: block;
    line-height: 44px;
    margin: 30px auto 0;
    background: #f90;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}

.nydh {
    width: 100%;
    height: 75px;
    background: #fff;
    box-shadow: 0 0 35px rgba(171, 171, 171, 0.35);
    -moz-box-shadow: 0 0 35px rgba(171, 171, 171, 0.35);
    -webkit-box-shadow: 0 0 35px rgba(171, 171, 171, 0.35);
}

.nydh dl {
    width: 1200px;
    margin: 0 auto;
    height: 75px;
    line-height: 75px;
}

.nydh dt {
    float: left;
}

.nydh dt li {
    font-size: 18px;
    float: left;
    padding-right: 60px;
    height: 75px;
}

.nydh dt li a {
    height: 100%;
    display: block;
}

.nydh dt li.nydhnow a {
    background: url(images/nydh_li.png) left center no-repeat;
    padding-left: 35px;
}

.nydh dd {
    float: right;
    font-size: 14px;
    color: #666;
}

.nydh dd a.nydhwz {
    color: #316eac;
}

.nytxt1 {
    width: 100%;
}

.nytxt1 dl {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0;
}

.nytxt1 dt {
    width: 242px;
    float: left;
}

.nytxt1 dt img {
    width: 242px;
    height: 162px;
}

.nytxt1 dd {
    width: 925px;
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.nytxt1 dd h4 {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
}

.nytxt1 dd p {
    height: 72px;
    overflow: hidden;
    color: #666;
    margin-top: 20px;
}

.nytxt1 dd p.nytxt1time {
    font-size: 16px;
    height: 24px;
    padding-left: 28px;
    background: url(images/nytxt1_li.png) left center no-repeat;
}

.nytxt1 dd p.nytxt1time code {
    float: right;
    font-size: 14px;
}

.page {
    width: 100%;
    text-align: center;
    color: #5e5c5c;
    padding: 50px 0 0;
    font-size: 16px;
}

.page a {
    height: 36px;
    background: #dcdcdc;
    text-align: center;
    border-radius: 4px;
    padding: 0 13px;
    margin: 0 5px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
}

.page a:link,
.page a:visited {
    color: #5e5c5c;
}

.page a:active,
.page a:hover,
.page a.pagenow {
    color: #fff;
    background: #0e5298;
}

.content {
    width: 860px;
    float: left;
}

.sidebar {
    width: 290px;
    float: right;
}

h3.newstt1 {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

h3.newstt1 p {
    font-size: 16px;
    color: #666;
}

h3.newstt1 p code {
    display: inline-block;
    padding: 0 40px 0 30px;
}

h3.newstt1 p code.newsan1 {
    background: url(images/newsicon1.png) left center no-repeat;
}

h3.newstt1 p code.newsan2 {
    background: url(images/newsicon2.png) left center no-repeat;
}

h3.newstt2 {
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #e0e0e0;
}

h3.newstt2 em {
    width: 4px;
    height: 17px;
    background: #0f5398;
    float: left;
    margin: 15px 10px 0 0;
}

.newstxt1 {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 15px 0 30px;
}

.newstxt1 p {
    padding: 10px 0;
}

.newstxt1 p img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.newstxt1a {
    color: #333;
}

.nypage {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
}

.newstxt2 li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px dotted #9a9a9a;
    padding: 10px 0;
}

.newstxt2 li code {
    font-size: 14px;
    color: #999;
}

.nytxt2 {
    font-size: 18px;
    line-height: 36px;
    padding-top: 20px;
}

.nytxt2 p img {
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.nytxt3 {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
}

.nytxt3 dl {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
}

.nytxt3 dt {
    height: 64px;
    padding: 0 20px;
    cursor: pointer;
    line-height: 64px;
    font-size: 18px;
    background: #f9f9f9;
}

.nytxt3 dt code {
    float: right;
    background: url(images/cpfx_li.png) right center no-repeat;
    background-size: auto 16%;
    padding-right: 26px;
}

.nytxt3 dt code.sq {
    display: none;
}

.nytxt3 dt span {
    float: right;
    width: 400px;
}

.nytxt3 dd {
    padding: 25px 20px;
    display: none;
    background: #fff;
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #e1e1e1;
}

.nytxt3 dd h4 {
    font-size: 18px;
    padding-top: 25px;
}

.nytxt3 dd span {
    width: 175px;
    margin-top: 25px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #316eac;
    font-size: 18px;
    color: #fff;
    display: block;
}

.nytxt3 dd span a {
    height: 100%;
    display: block;
    color: #fff;
}

.nytxt3 dl.nytxt3show dd {
    display: block;
}

.nytxt3 dl.nytxt3show dt code {
    background: url(images/cpfx_li2.png) right center no-repeat;
    background-size: auto 16%;
}

.nytxt3 dl.nytxt3show dt code.sq {
    display: block;
}

.nytxt3 dl.nytxt3show dt code.ck {
    display: none;
}


.nytxt4 {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0 0;
}

.nytxt4 p {
    padding: 10px 0;
}

.nytxt4 p img {
    display: inline-block !important;
}

.nytxt4a {
    font-size: 20px;
    line-height: 48px;
    color: #d0e6fb;
}



.nytxt5bg {
    width: 100%;
    background: url(images/nytxt5bg.png) center 80px repeat-x;
    margin-top: 40px;
}

.nytxt5qh {
    width: 1200px;
    margin: 0 auto;
}

.nytxt5qh cite.nytxt5left,
.nytxt5qh cite.nytxt5right {
    width: 41px;
    margin-top: 59px;
    height: 41px;
    cursor: pointer;
    float: left;
}

.nytxt5qh cite.nytxt5left {
    background: url(images/nytxt5left.png) no-repeat;
}

.nytxt5qh cite.nytxt5right {
    background: url(images/nytxt5right.png) no-repeat;
}

.nytxt5qh cite.nytxt5left:hover,
.nytxt5qh cite.nytxt5right:hover {
    background-position: 0 -41px;
}

.nytxt5gd {
    width: 1118px;
    float: left;
    height: 95px;
    float: left;
    overflow: hidden;
    position: relative;
}

.nytxt5gd ul {
    width: 8000%;
    position: absolute;
    top: 0;
    left: 0;
}

.nytxt5gd li {
    width: 100px;
    cursor: pointer;
    margin: 0 140px;
    height: 95px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    float: left;
    background: url(images/nytxt5_li2.png) center bottom no-repeat;
}

.nytxt5gd li.nytxt5now {
    background: url(images/nytxt5_li.png) center bottom no-repeat;
}

.nytxt5show {
    width: 1200px;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
}

.nytxt5show ul {
    width: 8000%;
}

.nytxt5show li {
    width: 1200px;
    display: none;
    float: left;
    padding-bottom: 25px;
    background: url(images/nytxt5bg2.png) 65px top repeat-y;
}

.nytxt5show li h4 {
    font-size: 30px;
    padding-left: 98px;
    line-height: 40px;
    height: 40px;
    background: url(images/nytxt5_top.png) 49px top no-repeat;
}

.nytxt5show li p {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 36px;
}

.nytxt5show li p code {
    font-size: 22px;
    width: 50px;
    padding-right: 25px;
    text-align: right;
    vertical-align: middle;
    background: url(images/nytxt5_li3.png) right center no-repeat;
    float: left;
    margin-right: 5px;
}

.nytxt6 {
    width: 100%;
    background: #f9f9f9;
}

.nytxt6 dt {
    width: 530px;
    color: #fff;
    padding-top: 105px;
    height: 247px;
    float: left;
    background: #3067a6;
}

.nytxt6 dt h4 {
    width: 100%;
    text-align: center;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
}

.nytxt6 dt h4 img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.nytxt6 dt p {
    font-size: 18px;
    line-height: 36px;
    padding: 25px 25px 0;
}

.nytxt6 dd {
    width: 605px;
    float: right;
    padding-right: 30px;
}

.nytxt6 dd li {
    font-size: 18px;
    margin-top: 30px;
    line-height: 30px;
    background: url(images/nytxt6_li.png) left 7px no-repeat;
    padding-left: 28px;
}

.nytxt6bg {
    width: 100%;
    background: url(images/nytxt6bg.jpg) center top no-repeat;
    height: 985px;
}

.nytxt6a {
    width: 1065px;
    margin: 0 auto;
}

.nytxt6a dl {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    margin-top: 75px;
    width: 995px;
    padding: 40px 35px 60px;
    float: left;
}

.nytxt6a dt {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
}

.nytxt6a dd {
    font-size: 18px;
    line-height: 36px;
    padding-top: 40px;
}

.nytxt6a dd li {
    background: url(images/nytxt6_li2.png) left 6px no-repeat;
    padding-left: 32px;
}

h3.nytt6 {
    font-size: 36px;
    text-align: center;
    color: #316baa;
    line-height: 60px;
}

h3.nytt6 em {
    width: 73px;
    height: 2px;
    margin: 0 30px;
    display: inline-block;
    background: #cfd0d0;
    vertical-align: middle;
}

h3.nytt6 p {
    font-size: 20px;
    color: #666;
}

h3.nytt6a {
    color: #fff;
}

.nytxt6tj {
    width: 100%;
    height: 175px;
    background: #3067a6;
}

.nytxt6tj dl {
    width: 1200px;
    margin: 0 auto;
}

.nytxt6tj dt {
    float: left;
    font-size: 36px;
    color: #fff;
    line-height: 175px;
}

.nytxt6tj dd {
    width: 254px;
    float: right;
    margin-top: 63px;
    font-size: 24px;
    color: #316eac;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nytxt6tj dd a {
    height: 100%;
    display: block;
    color: #316eac;
}

.nytxt7 {
    width: 100%;
    padding-top: 10px;
}

.nytxt7 dt {
    width: 620px;
    float: left;
    font-size: 18px;
    line-height: 36px;
}

.nytxt7 dt p {
    padding: 20px 0;
}

.nytxt7 dd {
    width: 515px;
    padding-top: 30px;
    float: right;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}

.nytxt7 dd video {
    width: 100%;
    height: 100%;
}

.nytxt7bg {
    width: 100%;
    height: 526px;
    background: url(images/nytxt7bg.jpg) center top no-repeat;
}

.nytxt7a dl {
    width: 240px;
    float: left;
    margin: 60px 0 0 80px;
}

.nytxt7a dt {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

.nytxt7a dt img {
    width: 82px;
    height: 82px;
    margin: 0 auto 5px;
}

.nytxt7a dd li {
    font-size: 16px;
    line-height: 30px;
    color: #7bd5fb;
    padding-left: 15px;
    background: url(images/nytxt7_li.png) left 10px no-repeat
}

.nytxt7a dd li a:link,
.nytxt7a dd li a:visited {
    color: #7bd5fb;
}

.nytxt7a dd li a:active,
.nytxt7a dd li a:hover {
    color: #fff;
}

.nytxt7a dl:first-child {
    margin-left: 0;
}

.nytxt7b li {
    width: 338px;
    height: 240px;
    margin: 50px 0 45px 0;
    margin-right: 93px;
    padding-top: 16px;
    color: #fff;
    background: url(images/nytxt7_li2.png) no-repeat;
    float: left;
}

.nytxt7b li:nth-child(3n) {
    margin-right: 0;
}

.nytxt7b li img {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.nytxt7b li p {
    font-size: 18px;
    line-height: 36px;
    padding: 10px 20px 0;
}

.nytxt7a dl:first-child,
.nytxt7b li:first-child,
.nytxt7a dl.nytxt7atb1,
.nytxt7b li.nytxt7btb1 {
    margin-left: 0;
}

.nytxt7bg2 {
    width: 100%;
    height: 836px;
    background: url(images/nytxt7bg2.jpg) center top no-repeat;
}

.nytxt7c li {
    width: 330px;
    height: 280px;
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding: 50px 0 0 105px;
}

.nytxt7c li img {
    width: 109px;
    height: 109px;
    margin: 0 auto;
}

.nytxt7c li h4 {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}

.nytxt7c li p {
    color: #666;
    height: 90px;
    overflow: hidden;
}

.nytxt7c li.nytxt7ctb1,
.nytxt7c li:first-child {
    padding-left: 0;
}

.nytxt7d li {
    height: auto;
    width: 300px;
    padding: 50px 0 0;
}

.nytxt7d li:first-child {
    padding-left: 0;
}

.nytxt8 {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.nytxt8 dt {
    width: 595px;
    height: 521px;
    float: left;
    color: #fff;
    background: #3067a6;
    font-size: 18px;
    line-height: 36px;
}

.nytxt8 dt p {
    padding: 163px 228px 0 35px;
}

.nytxt8 dd {
    width: 800px;
    position: absolute;
    top: 22px;
    right: 0;
}

.nytxt8a dl {
    width: 308px;
    padding: 15px 15px 0;
    margin: 65px 0 0 90px;
    height: 320px;
    float: left;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 21px rgba(171, 171, 171, 0.35);
    -moz-box-shadow: 0 0 21px rgba(171, 171, 171, 0.35);
    -webkit-box-shadow: 0 0 21px rgba(171, 171, 171, 0.35);
}

.nytxt8a dt {
    width: 100%;
    text-align: center;
}

.nytxt8a dt img {
    width: 120px;
    height: 100px;
    margin: 0 auto;
}

.nytxt8a dt p {
    font-size: 20px;
    line-height: 36px;
}

.nytxt8a dd {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-top: 10px;
}

.nytxt8a dd p {
    background: url(images/nytxt8_li.png) left 10px no-repeat;
    padding-left: 15px;
}

.nytxt8a dl.nytxt8tb1 {
    margin-left: 0;
}

.nytxt8bg {
    width: 100%;
    height: 487px;
    background: url(images/nytxt8bg.jpg) center top no-repeat;
}

.nytxt8b li {
    width: 240px;
    padding: 75px 0 0 80px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.nytxt8b li img {
    width: 100px;
    height: 80px;
    margin: 0 auto 20px;
}

.nytxt8b li.nytxt8btb1,
.nytxt8b li:first-child {
    padding-left: 0;
}

.nytxt8bg2 {
    width: 100%;
    height: 459px;
    background: url(images/nytxt8bg2.jpg) center top no-repeat;
}

.nytxt8c li {
    width: 238px;
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding: 40px 0 0 82px;
}

.nytxt8c li img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.nytxt8c li h4 {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}

.nytxt8c li p {
    color: #666;
    height: 90px;
    overflow: hidden;
}

.nytxt8c li.nytxt8ctb1,
.nytxt8c li:first-child {
    padding-left: 0;
}

.nytxt8vs {
    width: 100%;
    color: #fff;
    text-align: center;
}

.nytxt8vs dt {
    height: 134px;
    font-size: 36px;
    line-height: 134px;
    position: relative;
}

.nytxt8vs dt span {
    width: 50%;
    float: left;
}

.nytxt8vs dt span.nytxt8vs1 {
    background: #8a8989;
}

.nytxt8vs dt span.nytxt8vs2 {
    background: #3067a6;
}

.nytxt8vs dt em {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 70px;
}

.nytxt8vs dd {
    width: 100%;
}

.nytxt8vs dd li {
    width: 100%;
    float: left;
    margin-top: 33px;
    height: 88px;
    font-size: 16px;
    line-height: 26px;
}

.nytxt8vs dd li span {
    float: left;
    width: 488px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nytxt8vs dd li em {
    float: left;
    width: 222px;
    color: #333;
    height: 88px;
    line-height: 88px;
    font-size: 22px;
    background: #e4e4e4;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.nytxt8vs dd li span.nytxt8vs1 {
    background: #8a8989;
}

.nytxt8vs dd li span.nytxt8vs2 {
    background: #3067a6;
}

/*弹窗*/
.pzbody_hidd {
    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
}

.pztcbox {
    width: 100%;
    bottom: -100%;
    left: 0;
    position: fixed;
    z-index: 99999999;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
}

.pztcbox dl {
    width: 870px;
    margin: 5% auto 0;
    padding-bottom: 35px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pztcbox dt {
    font-size: 30px;
    color: #316eac;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 66px;
    position: relative;
    height: 66px;
}

.pztcbox dt cite {
    width: 22px;
    height: 22px;
    top: 22px;
    right: 15px;
    background: url(images/pztc_close.png) no-repeat;
    position: absolute;
    cursor: pointer;
}

.pztcbox dd {
    padding: 0 145px;
}

.pztcbox dd li {
    line-height: 46px;
    margin-top: 23px;
}

.pztcbox dd li span {
    width: 90px;
    vertical-align: top;
    padding-right: 8px;
    display: inline-block;
    text-align: right;
}

.pztcbox dd li.pztctb1 {
    font-size: 16px;
    padding-left: 98px;
    line-height: 24px;
    margin-top: 0;
}

.tcinput1,
.tctext1 {
    width: 438px;
    padding: 0 10px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ddd;
}

.tctext1 {
    height: 150px;
    padding: 10px;
    line-height: 30px;
}

.tcan1 {
    width: 460px;
    border-radius: 0;
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    border: 0;
    background: #3067a6;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.pzsharebg {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
    overflow: hidden;
    position: fixed;
    display: none;
}

.pzsharebg-active {
    opacity: 1;
    display: block;
}

.pzam-acti-active {
    transform: translateY(0px);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
}

.divLeft {
    display: flex;
    justify-content: flex-start;
    /* 将子元素靠左对齐 */
}

.image-div {
    display: inline-block;
    /* 确保 div 根据 img 大小调整 */
}

.image-text {
    margin-right: 20px;
    /* 图片和文字之间的间距 */
}

.text-container {
    display: flex;
    flex-direction: column;
    /* 垂直排列文字的 div */
}

.text-container div {
    margin-bottom: 10px;
    /* 每个文字块之间的间距 */
}