/* CSS Document*/
/* @font-face {
  font-family: 'HWMC';
  src:url('../fonts/huiwenmincho.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #036eb7;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 14px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #fff;
  color: #666;
  font-size: 14px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  width: 90%;
  max-width: 1400px;
}

.container1 {
  margin: 0px auto;
  width: 90%;
  max-width: 1200px;
}

.container2 {
  margin: 0px auto;
  width: 90%;
  max-width: 1000px;
}

.header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  padding-left: 40px;
}

.header .logo img {
  height: 65px;
  width: auto;
}

.header .right {
  display: flex;
  align-items: center;
}

.header .right .search {
  display: flex;
  width: 250px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #036eb7;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}

.header .right .search .text {
  width: 100%;
  border: 0px;
  border-radius: 24px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 40px;
}

.header .right .search i {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
}

.header .right .hydl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #067ac9;
  width: 170px;
  height: 90px;
}

.header .right .hydl h2 a {
  color: #fff;
  font-size: 18px;
}

.header .right .hydl h3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.header .right .hydl h3 a {
  color: #fff;
  padding-left: 5px;
}

.header .right .hydl h3 img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 5px;
}

.nav {
  height: 56px;
  background: url(../images/dh_r_bj.png) no-repeat center center;
  background-size: cover;
}

.nav ul {
  width: 1200px;
  margin: 0px auto;
  display: flex;
}

.nav li {
  height: 100%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  position: relative;
}

.nav ul li.on a::after {
  width: 60px;
  content: "";
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease 0s;
}

.in_box {
  display: flex;
}

.in_banner {
  height: 710px;
  width: calc(100% - 480px);
}

.in_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.in_banner .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_banner .swiper-pagination {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  left: auto;
  bottom: 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner .swiper-pagination span {
  width: 20px;
  height: 8px;
  background: #fff;
  opacity: 1;
  border-radius: 5px;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #067ac9;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
  font-size: 20px;
}

.in_box_r {
  width: 480px;
}

.in_box_r .vip {
  width: 480px;
  height: 350px;
  background: url(../images/in_box_bj.png) no-repeat center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.in_box_r .vip img {
  width: 210px;
  height: auto;
}

.in_box_r .vip a {
  width: 214px;
  height: 55px;
  line-height: 55px;
  background: #3c70ff;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.in_box_r .vip a:hover {
  border-radius: 25px;
}

.in_box_r .vip a i {
  margin-left: 10px;
}


.in_box_r .vip h2{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ccc;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 0px 0px 8px 0px;
  color: #333;
}

.in_box_r .vip h2.shz{
  background: #FF6B36;
  color: #fff;
}

.in_box_r .vip .hy{
  height: 180px;
  width: 365px;
  background: url(../images/in_hy_bj2.png) no-repeat right center;
  background-size:cover;
  box-sizing: border-box;
  color: #926917;
  padding: 30px;
}

.in_box_r .vip .hy p{
  font-size: 14px;
}

.in_box_r .vip .hy i{
  padding: 10px 0px;
  display: block;
}

.in_box_r .vip .hy i img{
  width: auto;
}

.in_box_r .vip .hy h3{
  font-size: 22px;
  font-weight: bold;
}

.in_box_r ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.in_box_r .hy{
  height: 180px;
  width: 100%;
  background: url(../images/in_hy_bj.png) no-repeat right center;
  background-size: auto 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 30px;
}

.in_box_r .hy1{
  background: url(../images/in_hy_bj1.png) no-repeat right center;
  background-size: auto 100%;
}

.in_box_r .hy p{
  font-size: 14px;
}

.in_box_r .hy i{
  padding: 10px 0px;
  display: block;
}

.in_box_r .hy h2{
  font-size: 22px;
  font-weight: bold;
}


.in_box_r ul li {
  background: #f2e3da;
  height: 180px;
  width: 50%;
}

.in_box_r ul li:nth-child(2) {
  background: #daf2f1;
}

.in_box_r ul li:nth-child(3) {
  background: #d6e7f1;
}

.in_box_r ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333;
  font-size: 18px;
}

.in_box_r ul li a:hover {
  color: #036eb7;
}

.in_box_r ul li a img {
  margin-bottom: 10px;
}

.in_box1 {
  padding: 50px 40px;
  background: url(../images/in_box1_bj.png) no-repeat;
  background-size: cover;
  display: flex;
}

.in_box1_l {
  width: 39%;
  box-sizing: border-box;
  padding-right: 40px;
  border-right: 1px solid #ddecf5;
}

.in_box1_l .img {
  padding-bottom: 30px;
}

.in_box1_l .img a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.in_box1_l .img a img {
  width: 100%;
  aspect-ratio: 60/31;
  transition: all 0.3s ease 0s;
}

.in_box1_l .img a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease 0s;
}

.in_box1_l ul li a {
  background: #e9f2f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0px 15px;
  font-size: 16px;
  color: #333;
}

.in_box1_l ul li a h2 {
  width: calc(100% - 50px);
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}

.in_box1_l ul li a:hover {
  background-color: #067ac9;
  box-shadow: 0px 5px 8px 0px rgba(6, 122, 201, 0.23);
  color: #fff;
}

.in_box1_r {
  width: 61%;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}

.in_box1_r .swiper {
  width: 120%;
}

.in_box1_r .swiper .swiper-slide a {
  position: relative;
  display: block;
}

.in_box1_r .swiper .swiper-slide a .img {
  overflow: hidden;
  border-radius: 10px;
}

.in_box1_r .swiper .swiper-slide a .img img {
  width: 100%;
  aspect-ratio: 67/43;
  object-fit: cover;
  transition: 0.3s all 0s ease;
}

.in_box1_r .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
  transition: 0.3s all 0s ease;
}

.in_box1_r .swiper .swiper-slide a .nr {
  background: url(../images/in_box1_bj1.png) no-repeat right bottom #e9f2f8;
  padding: 5%;
  position: relative;
}

.in_box1_r .swiper .swiper-slide a .nr h3 {
  background: #067ac9;
  border-radius: 10px;
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  top: -30px;
  z-index: 2;
  position: absolute;
  box-shadow: 0px 5px 8px 0px rgba(6, 122, 201, 0.23);
}

.in_box1_r .swiper .swiper-slide a .nr h3 b {
  font-size: 20px;
}

.in_box1_r .swiper .swiper-slide a .nr h3 em {
  width: 45px;
  height: 1px;
  background: #8db3cd;
  margin: 3px 0px;
}

.in_box1_r .swiper .swiper-slide a .nr h3 p {
  font-size: 12px;
  color: #fff;
}

.in_box1_r .swiper .swiper-slide a .nr h2 {
  font-size: 20px;
  color: #333;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
  font-weight: bold;
  margin: 10px 0px;
}

.in_box1_r .swiper .swiper-slide a:hover .nr h2 {
  color: #036eb7;
}

.in_box1_r .swiper .swiper-slide a .nr p {
  font-size: 16px;
  color: #666;
}

.in_box1_r .swiper-button-next,
.in_box1_r .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  top: 30px;
  right: 80px;
}

.in_box1_r .swiper-button-prev {
  left: auto;
  right: 140px;
}

.in_box1_r .swiper-button-next::after,
.in_box1_r .swiper-button-prev::after {
  font-size: 20px;
}

.in_box1_r .swiper-button-next:hover,
.in_box1_r .swiper-button-prev:hover {
  color: #036eb7;
}

.in_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.in_bt em {
  position: absolute;
  right: 0px;
  bottom: 10px;
  height: 1px;
  background: #036eb7;
}

.in_bt h2 {
  display: flex;
  align-items: center;
}

.in_bt h2 img {
  margin-right: 10px;
}

.in_bt h2 b {
  font-size: 40px;
  color: #333;
}

.in_bt h2 b p {
  font-size: 14px;
  color: #0a5288;
  font-weight: normal;
}

.in_bt h3 a {
  font-size: 16px;
}

.in_bt1 em {
  background: #fff;
}

.in_bt1 h2 b {
  color: #fff;
}

.in_bt1 h2 b p {
  color: #fff;
}

.in_bt1 h3 a {
  color: #fff;
}

.in_btt {
  display: flex;
  font-size: 24px;
  color: #333;
  padding-bottom: 30px;
}

.in_btt img {
  margin-right: 10px;
}

.in_box2 {
  background: url(../images/in_box2_bj.png) no-repeat center center;
  background-size: cover;
  padding: 50px 40px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}

.in_box2 .swiper {
  width: 120%;
  margin-left: -10%;
}

.in_box2 .swiper .swiper-slide a {
  position: relative;
  display: block;
}

.in_box2 .swiper .swiper-slide a .img {
  overflow: hidden;
  border-radius: 10px;
}

.in_box2 .swiper .swiper-slide a .img img {
  width: 100%;
  aspect-ratio: 55/23;
  object-fit: cover;
  transition: 0.3s all 0s ease;
}

.in_box2 .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
  transition: 0.3s all 0s ease;
}

.in_box2 .swiper-button-next,
.in_box2 .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #fff;
  top: 80px;
  right: 120px;
}

.in_box2 .swiper-button-prev {
  left: auto;
  right: 180px;
}

.in_box2 .swiper-button-next::after,
.in_box2 .swiper-button-prev::after {
  font-size: 20px;
}

.in_box2 .swiper-button-next:hover,
.in_box2 .swiper-button-prev:hover {
  color: #036eb7;
}

.in_box2 .swiper-pagination {
  bottom: 50px;
}

.in_box2 .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.6;
  border-radius: 5px;
}

.in_box2 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.in_box3 {
  padding: 50px 40px;
  display: flex;
}

.in_box3_l {
  width: calc(100% - 620px);
  box-sizing: border-box;
  padding-right: 40px;
}

.in_box3_l1 a {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.in_box3_l1 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_box3_l1 a h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 40px;
}

.in_box3_l1 a h2 p {
  font-size: 26px;
}

.in_box3_l2 {
  padding-top: 40px;
}

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

.in_box3_l2 ul li {
  width: calc(33.3% - 40px);
  margin: 0px 20px;
  margin-bottom: 20px;
}

.in_box3_l2 ul li a {
  border-radius: 10px;
  background: #e9f2f8;
  display: block;
  line-height: 56px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0px 10px;
  text-align: center;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}

.in_box3_l2 ul li a:hover {
  background: #036eb7;
  color: #fff;
}

.in_box3_r {
  width: 620px;
  height: 735px;
  background: url(../images/in_box4_bj.png);
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2%;
}

.in_box3_r ul li a {
  display: flex;
  align-items: center;
  height: 68px;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 10px;
}

.in_box3_r ul li a:hover {
  background: #439dda;
}

.in_box3_r ul li a h3 {
  border-radius: 10px;
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.in_box3_r ul li a h3 b {
  font-size: 20px;
}

.in_box3_r ul li a h3 em {
  width: 45px;
  height: 1px;
  background: #8db3cd;
  margin: 3px 0px;
}

.in_box3_r ul li a h3 p {
  font-size: 12px;
  color: #fff;
}

.in_box3_r ul li a h2 {
  width: calc(100% - 70px);
  font-size: 18px;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}

.in_box4 {
  padding: 0px 40px;
}

.in_box5 {
  display: flex;
  padding: 50px 40px;
  padding-top: 10px;
}

.in_box5_l {
  width: 30%;
  box-sizing: border-box;
  padding-right: 40px;
  border-right: 1px solid #ddecf5;
}

.in_box5_l ul li a {
  background: #e9f2f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0px 15px;
  font-size: 16px;
  color: #333;
}

.in_box5_l ul li a h2 {
  width: calc(100% - 50px);
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}

.in_box5_l ul li a:hover {
  background-color: #067ac9;
  box-shadow: 0px 5px 8px 0px rgba(6, 122, 201, 0.23);
  color: #fff;
}

.in_box5_r {
  width: 70%;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}

.in_box5_r .swiper {
  width: 120%;
}

.in_box5_r .swiper .swiper-slide a {
  position: relative;
  display: block;
}

.in_box5_r .swiper .swiper-slide a .img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.in_box5_r .swiper .swiper-slide a .img img {
  width: 100%;
  aspect-ratio: 51/34;
  object-fit: cover;
  transition: 0.3s all 0s ease;
}

.in_box5_r .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
  transition: 0.3s all 0s ease;
}

.in_box5_r .swiper .swiper-slide a .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  font-size: 50px;
  transform: translate(-50%, -50%);
  color: #eee;
}

.in_box5_r .swiper .swiper-slide a h2 {
  font-size: 18px;
  text-align: center;
  color: #333;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
  font-weight: bold;
  margin: 10px 0px;
}

.in_box5_r .swiper .swiper-slide a:hover h2 {
  color: #036eb7;
}

.in_box5_r .swiper-button-next,
.in_box5_r .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  top: 25px;
  right: 80px;
}

.in_box5_r .swiper-button-prev {
  left: auto;
  right: 140px;
}

.in_box5_r .swiper-button-next::after,
.in_box5_r .swiper-button-prev::after {
  font-size: 20px;
}

.in_box5_r .swiper-button-next:hover,
.in_box5_r .swiper-button-prev:hover {
  color: #036eb7;
}

.in_box6 {
  padding: 20px 40px;
  border-top: 1px solid #ddecf5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.in_box6 h2 {
  font-size: 16px;
}

.in_box6 i {
  color: #036eb7;
  font-size: 40px;
  cursor: pointer;
}

.di {
  background: url(../images/di_bj.png) no-repeat;
  padding-top: 60px;
}

.di_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.di_1_l {
  width: 350px;
}

.di_1_l img {
  width: 100%;
  height: auto;
}

.di_1_r {
  width: calc(100% - 380px);
  display: flex;
  max-width: 820px;
}

.di_1_r a {
  font-size: 14px;
  flex: 1;
}

.di_2 {
  border-top: 1px solid #bcdaef;
  margin-top: 20px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}

.di_2_l {
  width: 350px;
}

.di_2_l h2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.di_2_l button {
  background: none;
  height: 40px;
  border: 1px solid #999;
  width: 200px;
  text-align: center;
  color: #333;
}

.di_2_l button:hover {
  color: #036eb7;
}

.di_2_r {
  width: calc(100% - 350px);
  max-width: 800px;
  display: flex;
  justify-content: space-between;
}

.di_2_r1 {
  width: 450px;
}

.di_2_r1 h2 {
  font-size: 14px;
  color: #333;
  padding-bottom: 10px;
}

.di_2_r1 p {
  font-size: 14px;
  padding-bottom: 6px;
}

.di_2_r1 p img {
  margin-right: 5px;
}

.di_2_r2 {
  display: flex;
}

.di_2_r2 h2 {
  margin-left: 15px;
  text-align: center;
}

.di_2_r2 h2 img {
  margin-bottom: 4px;
}

.di1 {
  background: #d9e7f1;
  padding: 15px 0px;
}

.di1 .container {
  display: flex;
  justify-content: space-between;
}

.ny_banner {
  height: 400px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.ny_banner .container1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.ny_banner .container1 h2 {
  font-size: 50px;
}

.ny_banner .container1 p {
  font-size: 30px;
}

.ny_big {
  display: flex;
  background: #f7f7f7;
}

.ny_big_l {
  width: 400px;
  display: flex;
  justify-content: center;
}

.ny_nav {
  margin: 50px 0px;
  width: 200px;
}

.ny_nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #067ac9;
  line-height: 45px;
  margin-bottom: 10px;
  color: 666;
  font-size: 16px;
}

.ny_nav li a em img{
  height: 24px;
  width: auto;
}

.ny_nav li a i {
  transform: rotate(90deg);
  color: #067ac9;
  font-size: 14px;
}

.ny_nav li a.on {
  color: #036eb7;
  border-bottom: 1px solid #067ac9;
}

.ny_nav li a.on i {
  transform: rotate(0deg);
}

.ny_big_r {
  width: calc(100% - 400px);
  box-sizing: border-box;
  border-left: 1px solid #cce1ed;
  min-height: 400px;
}

.about_jj {
  padding: 50px 80px;
}

.about_jj p {
  font-size: 16px;
  line-height: 1.8;
  display: block;
  padding-bottom: 10px;
}

.about_jj img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.news_list {
  padding: 50px 80px;
}

.news_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}

.news_list ul li {
  margin: 0px 12px;
  width: calc(33.3% - 24px);
  margin-bottom: 30px;
}

.news_list ul li a {
  position: relative;
  display: block;
}

.news_list ul li a .img {
  overflow: hidden;
  border-radius: 10px;
}

.news_list ul li a .img img {
  width: 100%;
  aspect-ratio: 67/43;
  object-fit: cover;
  transition: 0.3s all 0s ease;
}

.news_list ul li a:hover .img img {
  transform: scale(1.05);
  transition: 0.3s all 0s ease;
}

.news_list ul li a .nr {
  background: #fff;
  padding: 5%;
  position: relative;
}

.news_list ul li a .nr h3 {
  background: #067ac9;
  border-radius: 10px;
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  top: -30px;
  z-index: 2;
  position: absolute;
  box-shadow: 0px 5px 8px 0px rgba(6, 122, 201, 0.23);
}

.news_list ul li a .nr h3 b {
  font-size: 20px;
}

.news_list ul li a .nr h3 em {
  width: 45px;
  height: 1px;
  background: #8db3cd;
  margin: 3px 0px;
}

.news_list ul li a .nr h3 p {
  font-size: 12px;
  color: #fff;
}

.news_list ul li a .nr h2 {
  font-size: 20px;
  color: #333;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
  font-weight: bold;
  margin: 10px 0px;
  margin-top: 20px;
}

.news_list ul li a:hover .nr h2 {
  color: #036eb7;
}

.news_list ul li a .nr p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}

.news_list1 {
  padding: 0px;
}

.fanye {
  text-align: center;
}

.lujin {
  padding: 30px 0px;
  font-size: 14px;
}

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

.news_detail .shouc {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 0px rgba(41, 82, 161, 0.08);
  border-radius: 8px;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: absolute;
  right: -90px;
  top: 10%;
}

.news_detail .shouc.on {
  color: #036eb7;
  font-weight: bold;
}

.news_detail .shouc i {
  margin-bottom: 5px;
}

.news_detail .bt {
  text-align: center;
  padding-bottom: 40px;
}

.news_detail .bt h2 {
  font-size: 30px;
  color: #333;
}

.news_detail .bt p {
  font-size: 14px;
  padding-top: 10px;
}

.news_detail .nr p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-bottom: 15px;
}

.news_detail .nr img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.news_detail .xyt {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0px;
}

.news_detail .xyt a {
  background: #067ac9;
  color: #fff;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 10px;
  font-size: 14px;
}

.news_detail .gdxx .xbt {
  font-size: 26px;
  padding: 20px 0px;
  color: #333;
}

.news_detail_imgqh{
  height: 670px;
}

.news_detail_imgqh .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_detail_imgqh .swiper-pagination {
color: #fff;
text-align: right;
padding-right: 15px;
box-sizing: border-box;
}

.news_detail_imgqh .swiper-pagination span.swiper-pagination-bullet-active {
  background: #067ac9;
}

.news_detail_imgqh .swiper-button-next,
.news_detail_imgqh .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.news_detail_imgqh .swiper-button-next::after,
.news_detail_imgqh .swiper-button-prev::after {
  font-size: 20px;
}

.news_detail .nr1{
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_detail .nr1 h2{
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.news_detail .nr1 h2 p{
  font-size: 14px;
  font-weight: normal;
  padding-top: 10px;
}

.news_detail .nr1 h2 p span{
  padding-right: 20px;
}

.news_detail .nr1 h2 p span i{
  margin-right: 5px;
}

.news_detail .nr1 h3 a{
  display: block;
  width: 150px;
	height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
	background-color: #067ac9;
	border-radius: 8px;
  background: #036eb7;
}

.ejfh_list {
  padding: 50px 80px;
}

.ejfh_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}

.ejfh_list ul li {
  margin: 0px 12px;
  width: calc(33.3% - 24px);
  margin-bottom: 30px;
}

.ejfh_list ul li a {
  position: relative;
  display: block;
}

.ejfh_list ul li a .img {
  overflow: hidden;
  border-radius: 10px;
}

.ejfh_list ul li a .img img {
  width: 100%;
  aspect-ratio: 41/27;
  object-fit: cover;
  transition: 0.3s all 0s ease;
}

.ejfh_list ul li a:hover .img img {
  transform: scale(1.05);
  transition: 0.3s all 0s ease;
}

.ejfh_list ul li a h2 {
  font-size: 16px;
  color: #333;
  padding: 10px 0px;
  text-align: center;
}

.hdbm_list {
  padding: 50px 80px;
}

.hdbm_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}

.hdbm_list ul li {
  margin: 0px 12px;
  width: calc(33.3% - 24px);
  margin-bottom: 30px;
}

.hdbm_list ul li a {
  position: relative;
  display: block;
}

.hdbm_list ul li a .img {
  overflow: hidden;
  border-radius: 10px;
}

.hdbm_list ul li a .img img {
  width: 100%;
  aspect-ratio: 41/21;
  object-fit: cover;
  transition: 0.3s all 0s ease;
}

.hdbm_list ul li a:hover .img img {
  transform: scale(1.05);
  transition: 0.3s all 0s ease;
}

.hdbm_list ul li a .nr {
  background: url(../images/hdbm_bj.png) no-repeat right bottom #fff;
  padding: 5%;
  position: relative;
}

.hdbm_list ul li a .nr h2 {
  font-size: 20px;
  color: #333;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
  font-weight: bold;
  margin: 10px 0px;
}

.hdbm_list ul li a:hover .nr h2 {
  color: #036eb7;
}

.hdbm_list ul li a .nr p {
  font-size: 14px;
  color: #666;
  margin: 5px 0px;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}

.hdbm_list ul li a .nr p i {
  margin-right: 10px;
}

.hdbm_xx {
  padding-left: 50px;
  position: relative;
  padding-bottom: 50px;
}

.hdbm_xx1 {
  width: calc(100% - 280px);
  max-width: 1000px;
}

.hdbm_banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hdbm_xx1_nr {
  background: #fff;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 8px;
}

.hdbm_xx1_nr .bt {
  border-bottom: 1px solid #067ac9;
  font-size: 20px;
  color: #067ac9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.hdbm_xx1_nr .xbt {
  padding: 20px 0px;
}

.hdbm_xx1_nr .xbt h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}

.hdbm_xx1_nr .xbt p {
  font-size: 14px;
  padding: 3px 0px;
}

.hdbm_xx1_nr .xbt p img {
  margin-right: 5px;
}

.hdbm_xx1_nr .nr {
  padding-top: 30px;
}

.hdbm_xx1_nr .nr p {
  line-height: 1.6;
  font-size: 14px;
}

.hdbm_xx1_nr .nr .map {
  width: 100%;
  height: 500px;
}

.hdbm_xx2 {
  width: 250px;
  position: absolute;
  right: 0px;
  top: 40px;
}

.hdbm_xx2 .djs {
  width: 100%;
  height: 130px;
  background-color: #eef4f9;
  border-radius: 8px 0px 0px 8px;
  border: dotted 1px #c6e2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hdbm_xx2 .djs p {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.hdbm_xx2 .djs h2 {
  display: flex;
  align-items: flex-end;
  font-size: 60px;
  font-weight: bold;
  color: #067ac9;
}

.hdbm_xx2 ul {
  padding-top: 10px;
}

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

.hdbm_xx2 ul li a {
  display: flex;
  align-items: center;
  padding-left: 60px;
  color: #fff;
  font-size: 16px;
  height: 72px;
  font-weight: bold;
  background-image: linear-gradient(
      -51deg,
      rgba(255, 255, 255, 0.55) 0%,
      #ffffff 100%
    ),
    linear-gradient(#e55c2c, #e55c2c);
  background-blend-mode: soft-light, normal;
  box-shadow: 1px 1px 5px 0px rgba(41, 82, 161, 0.08);
  border-radius: 8px 0px 0px 8px;
}

.hdbm_xx2 ul li a i {
  margin-right: 10px;
}

.hdbm_xx2 ul li p {
  text-align: center;
  padding-top: 5px;
  color: #333;
}

.hdbm_xx2 ul li:nth-child(2) a {
  background-image: linear-gradient(
      -51deg,
      rgba(255, 255, 255, 0.55) 0%,
      #ffffff 100%
    ),
    linear-gradient(#067ac9, #067ac9);
  background-blend-mode: soft-light, normal;
  box-shadow: 1px 1px 5px 0px rgba(41, 82, 161, 0.08);
}

.hdbm_xx2 ul li:nth-child(3) a {
  background-image: linear-gradient(
      -51deg,
      rgba(255, 255, 255, 0.55) 0%,
      #ffffff 100%
    ),
    linear-gradient(#20bfb2, #20bfb2);
  background-blend-mode: soft-light, normal;
  box-shadow: 1px 1px 5px 0px rgba(41, 82, 161, 0.08);
}

.hdbm_xx2 ul li:nth-child(4) a {
  background-image: linear-gradient(
      -51deg,
      rgba(255, 255, 255, 0.55) 0%,
      #ffffff 100%
    ),
    linear-gradient(#6fc906, #6fc906);
  background-blend-mode: soft-light, normal;
  box-shadow: 1px 1px 5px 0px rgba(41, 82, 161, 0.08);
}

.hdbm_grbm {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.hdbm_grbm .layui-form-checkbox:hover > i {
  border-color: #036eb7 !important;
}

.hdbm_grbm .layui-form-checked > i,
.hdbm_grbm.layui-form-checked:hover {
  border-color: #036eb7 !important;
  background-color: #036eb7 !important;
}

.hdbm_grbm_bt {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}

.hdbm_grbm_l {
  width: 650px;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
}

.hdbm_grbm_l .xbt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hdbm_grbm_l .xbt h2 {
  padding-left: 20px;
}

.hdbm_grbm_l .xbt h3 a {
  background: #067ac9;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.jobli {
  background: #fff;
  padding-bottom: 25px;
  padding-top: 15px;
}

.jobli .title {
  display: flex;
  justify-content: space-between;
  background-color: #f6f7f8;
  border-radius: 8px;
}

.jobli .title span {
  display: block;
  width: 33.3%;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.jobli .title span:nth-child(1) {
  text-align: left;
  padding-left: 20px;
  width: 140px;
}

.jobli li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.jobli li .link {
  height: auto;
  cursor: pointer;
  background: #fff;
  display: flex;
  position: relative;
}

.jobli li .link .nr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
}

.jobli li .link .nr span {
  font-size: 14px;
  display: block;
  text-align: center;
  width: 33.3%;
  line-height: 50px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #333;
}

.jobli li .link .nr span:nth-child(1) {
  text-align: left;
  padding-left: 20px;
  width: 140px;
}

.jobli li .link .nr span:nth-child(3) {
  padding-left: 70px;
}

.jobli li .link .nr span a i {
  margin-left: 5px;
}

.jobli li .tbanchor {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  position: absolute;
  right: 80px;
  top: 15px;
  cursor: pointer;
}

.jobli li .tbanchor i {
  margin-left: 5px;
}

.jobli li .tbanchor p:nth-child(2) {
  display: none;
}

.jobli li.open .tbanchor p:nth-child(1) {
  display: none;
}

.jobli li.open .tbanchor p:nth-child(2) {
  display: block;
}

.jobli li.open .tbanchor i {
  transform: rotate(180deg);
}

.jobli li .jobnr {
  background: #f6f7f8;
  padding: 20px;
}

.jobli li .jobnr ul {
  display: flex;
  flex-wrap: wrap;
}

.jobli li .jobnr ul li {
  width: 50%;
  padding: 5px 10px;
  font-size: 13px;
  box-sizing: border-box;
  display: flex;
}

.jobli li .jobnr ul li b {
  display: block;
  width: 80px;
  color: #333;
  font-weight: bold;
}

.jobli li .jobnr ul li p {
  width: calc(100% - 80px);
  line-height: 1.4;
}

.jobli li .jobnr ul li p em {
  color: #999;
}

.hdbm_grbm_r {
  width: 330px;
}

.hdbm_grbm_r1 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.hdbm_grbm_r1 h2 {
  color: #333;
  font-size: 14px;
}

.hdbm_grbm_r1 h2 em {
  color: #fa0000;
}

.hdbm_grbm_r1 h3 .layui-form-radio:hover > *,
.hdbm_grbm_r1 h3 .layui-form-radioed,
.layui-form-radioed > i {
  color: #036eb7;
}

.hdbm_grbm_r2 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
}

.hdbm_grbm_r2 ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.hdbm_grbm_r2 ul li h3 {
  color: #fa0000;
}

.hdbm_grbm_r2 ul li h3 b {
  font-size: 18px;
}

.hdbm_grbm_r2 ul li em {
  display: block;
  width: 100%;
  border-top: 1px dotted #eee;
  margin: 8px 0px;
}

.hdbm_grbm_r2 ul li .btn {
  width: 100%;
  height: 35px;
  background: #067ac9;
  border-radius: 15px;
  border: 0px;
  cursor: pointer;
  color: #fff;
}

.ty_tcys {
  width: 830px;
  overflow: hidden;
  display: none;
}

.ty_tcys .bt {
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  background: #067ac9;
  box-sizing: border-box;
  padding: 0px 20px;
  color: #fff;
  font-size: 18px;
}

.ty_tcys .bt1{
  background: url(../images/tanchuang_bj.png) no-repeat right center;
  background-size: cover;
}

.ty_tcys .bt h2 {
  font-weight: bold;
}

.ty_tcys .bt h3 {
  cursor: pointer;
}

.bmr_tcnr {
  box-sizing: border-box;
  padding: 30px;
  min-height: 200px;
}

.bmr_tcnr ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.bmr_tcnr ul li {
  width: calc(33.3% - 22px);
  margin: 0px 10px;
  margin-bottom: 20px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #333;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.bmr_tcnr ul li h2 {
  padding-right: 20px;
}

.bmr_tcnr ul li.on {
  border: 1px solid #036eb7;
  color: #036eb7;
}

.bmr_tcnr ul li i {
  position: absolute;
  right: -1px;
  top: -2px;
  font-size: 24px;
  opacity: 0;
}

.bmr_tcnr ul li.on i {
  opacity: 1;
}

.bmr_tcnr .btn {
  text-align: center;
  padding-top: 20px;
}

.bmr_tcnr .btn button {
  width: 400px;
  height: 45px;
  background: #067ac9;
  color: #fff;
  border: 0px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 15px;
}

.hdbm_grbm_r3 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
}

.hdbm_grbm_r3 ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  color: #333;
  font-size: 14px;
}

.hdbm_grbm_r3 ul li h2 {
  padding-bottom: 5px;
}

.hdbm_grbm_r3 ul li h2 i {
  color: #fa0000;
}

.hdbm_grbm_r3 ul li h3 .text {
  width: 100%;
  background: #f6f6f6;
  border: 0px;
  height: 36px;
  box-sizing: border-box;
  padding: 0px 5px;
  font-size: 14px;
}

.hdbm_grbm_r3 ul li .btn {
  width: 100%;
  height: 35px;
  background: #067ac9;
  border-radius: 15px;
  border: 0px;
  cursor: pointer;
  color: #fff;
}

.jypx_list{
  padding: 50px 80px;
}

.jypx_list ul li{
  margin-bottom: 15px;
}

.jypx_list ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 75px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0px 40px;
}

.jypx_list ul li a span{
width: 91px;
	height: 28px;
	background-color: #22b32d;
	border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.jypx_list ul li a span.hymf{
  background-image: linear-gradient(-51deg,
		#f6e1b7 0%,
		#fffae9 45%,
		#f6e1b7 100%),
	linear-gradient(
		#22b32d,
		#22b32d);
	background-blend-mode: normal,
		normal;

  color: #333;
}

.jypx_list ul li a span.sf{
  background-color: #df1313;
}

.jypx_list ul li a h3 {
  border: 1px solid #067ac9;
  background: #fff;
  border-radius: 10px;
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333;
  z-index: 2;
  box-shadow: 0px 5px 8px 0px rgba(6, 122, 201, 0.23);
}

.jypx_list ul li a h3 b {
  font-size: 18px;
}

.jypx_list ul li a h3 em {
  width: 45px;
  height: 1px;
  background: #8db3cd;
  margin: 3px 0px;
}


.jypx_list ul li a h2{
  width: calc(100% - 130px);
  box-sizing: border-box;
  padding: 0px 20px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 18px;
}

.jypx_list ul li a h2 p{
  font-size: 14px;
  padding-top: 5px;
  font-weight: normal;
}

.jypx_list ul li a h4{
  color: #fa0000;
  font-size: 20px;
  font-weight: bold;
}

.jypx_list ul li a:hover h4{
  color: #fff;
}


.jypx_list ul li a i{
  font-size: 16px;
  width: 40px;
}

.jypx_list ul li a:hover{
  background: #036eb7;
  color: #fff;
}

.jypx_list1{
  padding: 50px 80px;
}

.jypx_list1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}

.jypx_list1 ul li {
  margin: 0px 12px;
  width: calc(33.3% - 24px);
  margin-bottom: 30px;
}

.jypx_list1 ul li a {
  position: relative;
  display: block;
}

.jypx_list1 ul li a .img {
  overflow: hidden;
  border-radius: 10px;
}

.jypx_list1 ul li a .img img {
  width: 100%;
  aspect-ratio: 41/27;
  object-fit: cover;
  transition: 0.3s all 0s ease;
}

.jypx_list1 ul li a:hover .img img {
  transform: scale(1.05);
  transition: 0.3s all 0s ease;
}

.jypx_list1 ul li a h2{
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.jypx_list1 ul li a h2 p{
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 16px;
}

.jypx_list1 ul li a span{
width: 80px;
	height: 28px;
	background-color: #22b32d;
	border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.jypx_list1 ul li a span.hymf{
  background-image: linear-gradient(-51deg,
		#f6e1b7 0%,
		#fffae9 45%,
		#f6e1b7 100%),
	linear-gradient(
		#22b32d,
		#22b32d);
	background-blend-mode: normal,
		normal;

  color: #333;
}

.jypx_list1 ul li a span.sf{
  background-color: #df1313;
}

.jypx_detail{
  background: #fff;
  height: 380px;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.jypx_detail_l{
  width: 600px;
  height: 380px;
}
.jypx_detail_l img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jypx_detail_l video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jypx_detail_r{
box-sizing: border-box;
padding: 30px 40px;
}

.jypx_detail_r span{
width: 80px;
	height: 28px;
	background-color: #22b32d;
	border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.jypx_detail_r span.hymf{
  background-image: linear-gradient(-51deg,
		#f6e1b7 0%,
		#fffae9 45%,
		#f6e1b7 100%),
	linear-gradient(
		#22b32d,
		#22b32d);
	background-blend-mode: normal,
		normal;

  color: #333;
}

.jypx_detail_r span.sf{
  background-color: #df1313;
}

.jypx_detail_r h2{
  font-size: 24px;
  color: #333;
  padding: 10px 0px;
}

.jypx_detail_r p{
  font-size: 12px;
  padding-top: 8px;
}

.jypx_detail_r h3{
  padding-top: 20px;
}

.jypx_detail_r h3 img{
  width: 114px;
  height: auto;
}

.jypx_detail1{
  height: 80px;
  background: url(../images/jypx_xx_bj.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin: 25px 0px;
  box-sizing: border-box;
  padding: 0px 25px;
}

.jypx_detail1 h2{
  color: #fa0000;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.jypx_detail1 h2 span{
  font-size: 15px;
  color: #067ac9;
  border: 1px solid #067ac9;
  border-radius: 15px;
  background: #EBF5FB;
  padding: 5px 15px;
  margin-left: 15px;
}

.jypx_detail1 h3 a{
  width: 150px;
	height: 48px;
	background-color: #ea3c2c;
	border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.jypx_detail2{
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 50px;
  margin-bottom: 50px;
}

.jypx_detail2 .xbt{
  text-align: center;
  font-size: 28px;
  color: #333;
  padding-bottom: 30px;
}

.jypx_detail2 p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-bottom: 15px;
}

.jypx_detail2 img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.jypx_zf1{
  background: #f7f7f7;
  font-size: 14px;
  box-sizing: border-box;
  padding:30px 50px;
  padding-bottom: 20px;
}

.jypx_zf1 ul li{
  display: flex;
  padding-bottom: 10px;
}

.jypx_zf1 ul li h2{
  width: 90px;
  color: #333;
  line-height: 1.6;
}

.jypx_zf1 ul li h3{
  color: #333;
  line-height: 1.6;
}

.jypx_zf1 ul li h3 p{
  display: flex;
  justify-content: space-between;
  width: 250px;
  padding-bottom: 10px;
}

.jypx_zf1 ul li h3 p span{
  color: #df1313;
}

.jypx_zf2{
  background: #fff;
  padding:30px 50px;
}

.jypx_zf2 .hd{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.jypx_zf2 .hd ul{
  display: flex;
}

.jypx_zf2 .hd ul li{
  width: 129px;
	height: 44px;
  line-height: 44px;
  text-align: center;
	background-color: #ffffff;
	border-radius: 8px;
  border: 1px solid #ddd;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.jypx_zf2 .hd ul li.on{
  border: 1px solid #036eb7;
  color: #036eb7;
}

.jypx_zf2 .hd ul li i{
  font-size: 18px;
  right: -1px;
  top:-2px;
  position: absolute;
  opacity: 0;
}

.jypx_zf2 .hd ul li.on i{
  opacity: 1;
}

.jypx_zf2 .bd{
  padding-top: 20px;
  padding-left: 100px;
}

.cdyy_tc{
  box-sizing: border-box;
  padding:30px 50px;
  display: flex;
  justify-content: space-between;
}

.cdyy_tc .xbt{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

.cdyy_tc_l{
  width: 380px;
}

.cdyy_tc_r{
  width: calc(100% - 380px);
  border-left: 1px solid #eee;
  box-sizing: border-box;
  padding-left: 30px;
}

.cdyy_tc_r .nr{
  /*white-space: nowrap;*/
  overflow-x: auto;
  padding: 5px 0px;
  margin-bottom: 20px;
}

.cdyy_tc_r .nr a{
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 15px;
  display: block;
  margin-right: 15px;
  margin-top: 5px;
  min-width: 96px;
}

.cdyy_tc_r .nr a.on{
  background-color: #036eb7;
  color: #fff;
}

.cdyy_tc_r ul li{
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.cdyy_tc_r ul li h2{
  width: 90px;
  font-size: 16px;
  color: #333;
}

.cdyy_tc_r ul li h3{
  width: calc(100% - 90px);
}

.cdyy_tc_r ul li h3 .text{
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.cdyy_tc_r ul li .btn{
  width: 150px;
	height: 42px;
	background-color: #067ac9;
	border-radius: 8px;
  font-size: 14px;
  color: #fff;
  border: 0px;
}

.ty_tcys1{
  width: 350px;
  background: #fff;
}

.gjhy_tc{
  box-sizing: border-box;
  padding: 30px;
}

.gjhy_tc img{
  width: 100%;
  height: auto;
}

.gjhy_tc p{
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 20px 0px;
}

.gjhy_tc button{
background: #067ac9;
    color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 300px;
    cursor: pointer;
    border: 0px;
    margin: 0px auto;
}

.grhyzc{
  padding: 50px 0px;
}


.grhyzc .bt{
  text-align: center;
  padding-bottom: 30px;
}

.grhyzc .bt h2{
  font-size: 30px;
  color: #333;
  padding-bottom: 8px;
}

.grhyzc .bt p{
  color: #036eb7;
  font-size: 16px;
}

.grhyzc_nr{
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 30px 50px;
}

.grhyzc_nr .xbt{
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
}

.grhyzc_nr ul li{
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
}

.grhyzc_nr ul li h2{
  width: 47%;
  display: flex;
  align-items: center;
}

.grhyzc_nr ul li span{
  display: block;
  width: 160px;
  font-size: 14px;
  color: #333;
  text-align: right;
  padding-right: 10px;
}

.grhyzc_nr ul li h2 .text{
  width: calc(100% - 160px);
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.grhyzc_nr ul li h2 .layui-form-select{
  width: calc(100% - 160px);
  border: 1px solid #ccc;
  border-radius: 8px;
}

.layui-input, .layui-select, .layui-textarea{
   border-radius: 8px;
   border: 0px;
}

.grhyzc_nr ul li h2.sfz .layui-form-select{
  width: 100px;
  margin-right: 10px;
}

.grhyzc_nr ul li h2.jg .layui-form-select{
width:calc(33.3% - 5px);
}

.grhyzc_nr ul li h2 .radio-label{
  display: flex;
}

.grhyzc_nr ul li h2 .radio-label span{
  text-align: left !important;
}

.grhyzc_nr ul li h2 .radio-label span:nth-last-child(1){
  width: auto !important;
}

.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{
  color: #036eb7;
}

.grhyzc_nr ul li h2 p{
  width: calc(100% - 160px);
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.grhyzc_nr ul li h2 p .text1{
  width:90px !important;
  margin-right: 15px;
}

.grhyzc_nr ul li h2 p .text{
  width: calc(100% - 105px);
}

.grhyzc_nr ul li .text2{
  width: calc(100% - 240px);
  border: 1px solid #ccc;
  height: 100px;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
}

.grhyzc_nr ul li h3.shuzi{
  position: absolute;
  right: 80px;
  bottom: 10px;
}

.jcyq{
  background: #f6f7f8;
  border-radius: 8px;
  padding:20px 10px;
  display: flex;
  line-height: 1.6;
}

.jcyq h2{
width: 150px;
text-align: right;
padding-right: 10px;
font-size: 16px;
color: #333;
font-weight: bold;
}

.jcyq h3{
  font-size: 14px;
}

.jcyq1{
  display: flex;
  line-height: 1.6;
  padding: 20px 0px;
}

.jcyq1 .jcyq1_l{
width: 160px;
text-align: right;
padding-right: 10px;
font-size: 16px;
color: #333;
font-weight: bold;
}

.jcyq1 .jcyq1_r{
  font-size: 14px;
  width: calc(100% - 160px);
}

.jcyq1 .jcyq1_r ul{
  padding-top: 20px;
}

.jcyq1 .jcyq1_r ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.jcyq1 .jcyq1_r ul li .checkbox{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.jcyq1 .jcyq1_r ul li .checkbox i{
  height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jcyq1 .jcyq1_r ul li.on .checkbox i{
  background: #036eb7;
  border: 1px solid #036eb7;
}

.jcyq1 .jcyq1_r ul li label{
  display: block;
  width: 100%;
}

.jcyq1 .jcyq1_r ul li label.on{
  color: #036eb7;
}

.jcyq1 .jcyq1_r ul li.on dl{
  display: block;
}

.jcyq1 .jcyq1_r ul li dl{
  background: #f7f7f7;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}

.jcyq1 .jcyq1_r ul li dl dd{
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}


.jcyq1 .jcyq1_r ul li dl dd h2{
  font-size: 14px;
  padding-bottom: 5px;
}

.jcyq1 .jcyq1_r ul li dl dd h3 .text{
   width:300px;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.jcyq2{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}


.jcyq2 h2{
  font-size: 14px;
  color: #333;
  padding-right: 15px;
  font-weight: bold;
}

.jcyq2 h3{
  display: flex;
  align-items: center;
}

.jcyq2 h3 .xm-select-demo{
  width: 335px;
  margin-right: 15px;
}

.jcyq2 h3 .xm-select-demo .xm-select{
  border-radius: 8px;
}

.jcyq5{
  padding-bottom: 20px;
}

.jcyq5 h2{
  font-size: 14px;
  color: #333;
  padding-right: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.jcyq5 h2 p{
  font-weight: normal;
  padding-left: 50px;
}

.jcyq5 dl{
  background: #f7f7f7;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  width: 650px;
  margin-left: 350px;
  border-radius: 8px;
}

.jcyq5 dl dd{
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;

}


.jcyq5 dl dd h2{
  font-size: 14px;
  padding-bottom: 5px;
}

.jcyq5 dl dd h3 .text{
   width:300px;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 10px;
}


.jcyq3{
  display: flex;
  flex-direction: column;
}

.jcyq3 h2{
  font-size: 14px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.jcyq3 h2 p{
  font-weight: normal;
  color: #666;
}

.jcyq3_nr{
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
}

.jcyq3_nr ul li{
  margin-bottom: 0px;
}

.jcyq3_nr>div{
  display: flex;
}

.jcyq4{
  padding-top: 20px;
  text-align: center;
}

.jcyq4 button{
width: 285px;
	height: 35px;
	background-color: #067ac9;
	border-radius: 17px;
  border: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.layui-form-checked[lay-skin=primary]>i{
  background: #036eb7;
  border-color: #036eb7 !important;
}

.layui-form-checkbox[lay-skin=primary]:hover>i{
  border-color: #036eb7 !important;
}

.gjhy_rhsq .hd ul{
  display: flex;
}

.gjhy_rhsq .hd ul li{
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.gjhy_rhsq .bd{
  padding-top: 20px;
}

.gjhy_rhsq .bd dl dd{
  padding-bottom: 15px;
}

.gjhy_rhsq .bd dl dd h2{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

.ejxhsq{
  padding: 50px 0px;
}

.ejxhsq .banner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ejxhsq .banner h2{
  text-shadow:0px 0px 3px #666;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.ejxhsq .banner h2 p{
  font-size: 30px;
}

.ejxhsq_nr{
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding:30px 50px;
}

.ejxhsq_nr .xbt{
  position: relative;
}

.ejxhsq_nr .xbt h2{
  font-size: 30px;
  color: #333;
   text-align: center;
}

.ejxhsq_nr .xbt h3 a{
width: 83px;
	height: 36px;
	background-color: #067ac9;
	box-shadow: 1px 1px 5px 0px
		rgba(41, 82, 161, 0.08);
	border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}

.ejxhsq_nr .xbt p{
  background: #f6f7f8;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 30px 50px;
  color: #666;
  font-size: 14px;
}

.layui-upload-drag .layui-icon{
  color: #036eb7;
}

.ejxhsq_nr ul{
  padding-top: 30px;
}

.ejxhsq_nr ul li{
  padding-bottom: 20px;
}

.ejxhsq_nr ul li h2{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.ejxhsq_nr ul li h2 a{
  color: #036eb7;
  margin-left: 15px;
}

.ejxhsq_nr ul li h2 p{
  font-size: 13px;
}
.ejxhsq_nr ul li h2 .text{
  width: 200px;
  border: 1px solid #ccc;
  height: 36px;
  margin-left: 10px;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.ejxhsq_nr ul li h3 p{
  font-size: 14px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.ejxhsq_nr ul li h3 p i{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border: 1px solid #1c64ff;
  color: #1c64ff;
}

.ejxhsq_nr ul li .btn{
  width: 285px;
	height: 35px;
	background-color: #067ac9;
	border-radius: 17px;
  border: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  margin: 0px auto;
  display: block;
}

.layui-upload-drag{
  border: 1px dashed #067ac9;
  border-radius: 8px;
}

.ejxhtc_sq{
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}

.ejxhtc_sq .hd ul{
  border-bottom: 1px solid #ddd;
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.ejxhtc_sq .hd ul li{
font-size: 18px;
  color: #333;
  margin-right: 50px;
  cursor: pointer;
}

.ejxhtc_sq .hd ul li.on{
  color: #036eb7;
}

.ejxhtc_sq .bd ul{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 0px;
  margin: 0px -15px;
}

.ejxhtc_sq .bd ul li{
  width: calc(50% - 30px);
  margin: 0px 15px;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  box-sizing: border-box;
  background: url(../images/ejxhsq_xbj.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.ejxhtc_sq .bd ul li h2{
  font-size: 14px;
}

.ejxhtc_sq .bd ul li h2 span{
	height: 18px;
	background-color: rgb(6, 121, 200 ,.2);
	border-radius: 15px;
  font-size: 12px;
  color: #036eb7;
  padding: 3px 8px;
  margin-left: 10px;
}

.ejxhtc_sq .bd ul li h3 span{
	height: 18px;
	background-color: rgb(6, 121, 200 ,1);
	border-radius: 15px;
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
}

.login_big{
  background: url(../images/login_bj.png) no-repeat right center;
  padding: 80px 0px;
}

.login_nr{
width: 620px;
background: url(../images/login_xbj.png) no-repeat;
border-radius: 8px;
box-sizing: border-box;
padding: 50px 80px;
}

.login_nr .xbt{
  text-align: center;
}

.login_nr .nr{
  background: rgba(255, 255, 255, 0.7);
  margin-top: 40px;
  box-sizing: border-box;
  padding: 40px;
}

.login_nr .nr .wenz{
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
  position: relative;
}

.login_nr .nr .wenz a{
  font-size: 14px;
  background: #036eb7;
  color: #fff;
  position: absolute;
  right: 0px;
  border-radius: 8px;
  padding: 5px 10px;
}

.login_nr .nr ul li{
  padding-bottom: 10px;
  position: relative;
}

.login_nr .nr ul li .text{
  width: 100%;
  height: 49px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #dfdfdf;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0px 10px;
}

.login_nr .nr ul li .btn{
  width: 100%;
	height: 46px;
	background-color: #067ac9;
	border-radius: 8px;
  border: 0px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.login_nr .nr ul li .yzm{
	height: 38px;
	background-color: #067ac9;
	border-radius: 8px;
  border: 0px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0px 10px;
}

.login_nr .nr ul li .yzm:disabled{
  cursor: not-allowed;
  background: #999;
}

.login_nr .nr ul li h2{
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}

.login_nr .nr ul li h2 a:nth-child(2){
  color: #036eb7;
}

.login_nr .nr ul li h3{
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.login_nr .nr ul li h3 a{
  color: #036eb7;
}

.member{
  padding: 50px 80px;
}

.member_jj .bt{
  font-size: 26px;
  color: #333;
  padding-bottom: 20px;
}

.member_jj_nr{
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}

.member_jj_nr1{
  background: url(../images/member_zhbj.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.member_jj_nr1_l{
  width: calc(100% - 360px);
  max-width: 640px;
  display: flex;
  align-items: center;
}

.member_jj_nr1_l .left{
  position: relative;
}

.member_jj_nr1_l .left img{
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.member_jj_nr1_l .left i{
  background: #036eb7;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -6px;
  bottom: 10px;
}

.member_jj_nr1_l .right{
  padding-left: 20px;
}

.member_jj_nr1_l .right h2{
  font-size: 28px;
  color: #333;
}

.member_jj_nr1_l .right p{
  padding: 5px 0px;
  color: #888;
}

.member_jj_nr1_l .right h3{
  display: flex;
  align-items: center;
}

.member_jj_nr1_l .right h3 span{
  display: block;
  width: 110px;
  box-sizing: border-box;
}

.member_jj_nr1_l .right h3 span img{
  width: 100%;
  height: auto;
}

.member_jj_nr1_l .right h3 b{
  font-weight: normal;
  color: #ff231e;
  border: 1px solid #ff231e;
  border-radius: 25px;
  padding: 3px 15px;
  margin-left: 10px;
  font-size: 14px;
}

.member_jj_nr1_r{
  display: flex;
}

.member_jj_nr1_r a{
  color: #fff;
  background: #036eb7;
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 14px;
  margin-left: 20px;
}

.member_jj_nr1_r a i{
  padding-left: 10px;
}

.member_jj_nr2{
  display: flex;
  padding-top: 30px;
}

.member_jj_nr2 ul{
  width: calc(100% - 350px);
  display: flex;
}

.member_jj_nr2 ul li{
width: 25%;
height: 100%;
border-right: 1px solid #eee;
}

.member_jj_nr2 ul li:nth-last-child(1){
  border-right: 0px;
}

.member_jj_nr2 ul li a{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-size: 14px;
padding: 0px 10px;
box-sizing: border-box;
text-align: center;
}

.member_jj_nr2 ul li a img{
  margin-bottom: 10px;
}

.member_jj_nr2 .vip{
  width: 350px;
  height: 165px;
  background: url(../images/in_box_bj.png) no-repeat bottom center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.member_jj_nr2 .vip img{
  width:160px;
}

.member_jj_nr2 .vip a{
  background: #036eb7;
  color: #ffff;
  margin-left: 10px;
  border-radius: 25px;
  font-size: 14px;
  padding: 5px 15px;
}


.member_jj_nr1{
background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.member_jj_nr1 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  width: 100%;
}

.member_jj_nr1 ul li{
  border-radius: 8px;
	border: solid 1px #e2eaf0;
  margin: 7px 15px;
  width: calc(50% - 32px);
  display: flex;
  font-size: 14px;
  box-sizing: border-box;
  padding: 15px;
  padding-left: 30px;
}

.member_jj_nr1 ul li h2{
  width: 100px;
}


.grhyzc1{
  padding: 50px 80px;
}

.grhyzc1 .grhyzc_nr{
  padding: 30px;
}

.member_nr{
  padding: 50px 80px;
}

.member_bt{
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 30px;
  display: flex;
  color: #333;
  justify-content: space-between;
}

.member_bt .right{
  display: flex;
  align-items: center;
}

.member_bt .right .bz{
font-size: 14px;
color: #999;
display: flex;
}

.member_bt .right .bz p{
  display: flex;
  align-items: center;
}

.member_bt .right .bz p i{
  background: #999;
  color: #fff;
  width:26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin-right: 5px;
}

.member_bt .right .bz span{
  padding: 0px 15px;
}

.member_bt .right .fpjl{
  padding-left: 20px;
}

.member_bt .right .fpjl a{
  width: 91px;
	height: 37px;
  line-height: 37px;
  text-align: center;
	background-color: #067ac9;
	border-radius: 8px;
  color: #fff;
  font-size: 14px;
  display: block;
}

.member_nav{
background: #fff;
margin-bottom: 20px;
height: 70px;
display: flex;
}

.member_nav a{
  margin: 0px 30px;
  line-height: 70px;
  font-size: 16px;
  color: #333;
  position: relative;
}

.member_nav a:hover{
  color: #036eb7;
}

.member_nav a.on{
  color:#036eb7;
}

.member_nav a.on::after{
  content: '';
  width: 37px;
  height: 4px;
  background: #036eb7;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50% , 0px);
}

.m_bmjl ul li{
  background: #fff;
  box-sizing: border-box;
  padding: 30px 50px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.m_bmjl ul li .bh{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.m_bmjl ul li .bh h2{
  font-size: 14px;
  color: #999;
}

.m_bmjl ul li .bh h3{
  width: 80px;
	height: 29px;
  text-align: center;
  line-height: 29px;
	background-color: #eff2f4;
	border-radius: 14px;
  color: #959595;
  font-size: 14px;
}

.m_bmjl ul li .bh h3.dzf{
  background: #FFE8E8;
  color: #ff1c1c;
}

.m_bmjl ul li .bh h3.yzf{
  background: #E8F8E8;
  color: #4da65f;
}

.m_bmjl ul li .bh h3.tkz{
  background: #E6F1F9;
  color: #0679c8;
}

.m_bmjl ul li .nr{
  display: flex;
  justify-content: space-between;
}

.m_bmjl ul li .nr .left{
  width: calc(100% - 430px);
}

.m_bmjl ul li .nr .left a{
display: flex;
align-items: center;
}

.m_bmjl ul li .nr .left a img{
  width: 230px;
  height: auto;
  border-radius: 8px;
}

.m_bmjl ul li .nr .left a h2{
font-size: 20px;
padding-left: 10px;
}

.m_bmjl ul li .nr .right{
  width: 380px;
}

.m_bmjl ul li .nr .right h2{
  background-color: #eff2f4;
	border-radius: 26px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}

.m_bmjl ul li .nr .right h2 p{
  font-size: 14px;
}

.m_bmjl ul li .nr .right h2 p b{
  font-size: 16px;
  color: #333;
  padding-left: 5px;
}

.m_bmjl ul li .nr .right h3{
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 20px;
}

.m_bmjl ul li .nr .right h3 p{
  font-size: 14px;
  color: #333;
}

.m_bmjl ul li .nr .right h3 p b{
  color: #ff231e;
  font-size: 20px;
}

.m_bmjl ul li .nr .right h3 span{
  display: flex;
}

.m_bmjl ul li .nr .right h3 span a{
  width: 90px;
	height: 36px;
  line-height: 36px;
  text-align: center;
	border-radius: 18px;
	border: solid 1px #979797;
  display: block;
  margin-left: 15px;
  font-size: 14px;
}

.m_bmjl ul li .nr .right h3 span a.qfk{
  background: #036eb7;
  border: 1px solid #036eb7;
  color: #fff;
}

.m_bmjl ul li .nr1{
  display: flex;
  justify-content: space-between;
}

.m_bmjl ul li .nr1 .left{
  width: calc(100% - 100px);
  display: flex;
  font-size: 14px;
}

.m_bmjl ul li .nr1 .left p{
  padding-right: 15px;
}

.m_bmjl ul li .nr1 .right{
  width: 100px;
  text-align: right;
  color: #ff231e;
  font-size: 18px;
}


.m_jgrz ul li{
  height: 90px;
  border-radius: 8px;
  width: calc(100% - 8px);
  background: url(../images/jgrz_bj.png) no-repeat right center #fff;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.m_jgrz ul li h2{
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 24px;
  color: #333;
}

.m_jgrz ul li h2 span{
  background: #D7E5F0;
  width: 90px;
	height: 28px;
  text-align: center;
  line-height: 28px;
	border-radius: 14px;
  color: #036eb7;
  font-size: 14px;
  margin-left: 20px;
}

.m_jgrz ul li h3{
  position: absolute;
  right: -8px;
  top: 25px;
  width: 74px;
  height: 45px;
  text-align: center;
  line-height:38px;
  color: #fff;
  font-size: 16px;
  background: url(../images/jgrz_xbj.png) no-repeat;
}

.m_jgrz ul li h3.lr{
  background: url(../images/jgrz_xbj1.png) no-repeat;
}

.m_yyjl ul li{
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 30px;
}

.m_yyjl ul li .img img{
  width: 150px;
  height: auto;
  border-radius: 8px;
}

.m_yyjl ul li .nr{
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_yyjl ul li .nr .left{
  width: calc(100% - 100px);
}

.m_yyjl ul li .nr .left h2{
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.m_yyjl ul li .nr .left h2 span{
  width: 80px;
	height: 29px;
  text-align: center;
  line-height: 29px;
	background-color: #E9E9E9;
	border-radius: 14px;
  color: #929292;
  font-size: 14px;
  margin-right: 10px;
}

.m_yyjl ul li .nr .left h2 span.dsh{
  background: #FFE8E8;
  color: #ff1c1c;
}

.m_yyjl ul li .nr .left h2 span.ywc{
  background: #E8F8E8;
  color: #4da65f;
}

.m_yyjl ul li .nr .left h2 span.dhx{
  background: #FFF3E8;
  color: #ff8c1c;
}

.m_yyjl ul li .nr .left h3{
  display: flex;
  padding-top: 20px;
}

.m_yyjl ul li .nr .left h3 p{
  padding-right: 30px;
  font-size: 14px;
}

.m_yyjl ul li .nr .left h3 p img{
  margin-right: 6px;
}

.m_yyjl ul li .nr .right a{
	background-color: #067ac9;
  padding: 10px 20px;
	border-radius: 14px;
  font-size: 14px;
  color: #fff;
}

.m_kpxx{
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px;
}

.m_kpxx1{
  width: 100%;
}


.m_kpxx1 tr th{
  padding: 10px;
  background: #f6f7f8;
  text-align: center;
  font-size: 14px;
}

.m_kpxx1 tr th:nth-child(1){
  border-radius: 8px 0px 0px 8px;
}

.m_kpxx1 tr th:nth-last-child(1){
  border-radius: 0px 8px 8px 0px;
}

.m_kpxx1 tr td{
  text-align: center;
  padding:15px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.m_kpxx1 tr td:nth-child(1){
  text-align: left;
  padding-left: 30px;
  width: 50px;
}

.m_kpxx1 tr td h2{
  font-size: 16px;
}

.m_kpxx1 tr td h3{
  color: #ff231e;
  font-size: 16px;
}

.m_kpxx1_qx{
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}

.m_kpxx1_qx h3{
  display: flex;
  align-items: center;
}

.m_kpxx1_qx h3 span{
  font-size: 12px;
  color: #888;
  padding-right: 10px;
}

.m_kpxx1_qx h3 p{
  font-size: 13px;
  color: #333;
  padding-right: 15px;
}

.m_kpxx1_qx h3 p b{
  color: #ff231e;
  font-size: 18px;
}

.m_kpxx1_qx h3 a{
  width: 150px;
	height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #fff;
	background-color: #067ac9;
	border-radius: 8px;
}

/*.m_kpxx2{*/
/*  padding: 30px;*/
/*}*/

.m_kpxx2 ul li{
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_kpxx2 ul li p{
  font-size: 14px;
  padding-bottom: 20px;
}

.m_kpxx2 ul li p b{
  color: #ff231e;
  padding: 0px 5px;
}

.m_kpxx2 ul li h2{
  width: 70px;
  font-size: 14px;
  color: #333;
}

.m_kpxx2 ul li h3{
  width: calc(100% - 70px);
  box-sizing: border-box;
  padding-left: 20px;
}

.m_kpxx2 ul li h3 .text{
  width: 100%;
  height: 48px;
	background-color: #ffffff;
	border-radius: 8px;
  border: 1px solid #eee;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.m_kpxx2 ul li a{
  width: 140px;
	height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 0px 10px;
	border-radius: 8px;
	border: solid 1px #ccc;
  font-size: 14px;
  color: #333;
}

.m_kpxx2 ul li a.tj{
  border: 1px solid #036eb7;
  color: #fff;
  background: #036eb7;
}

.m_cyxx ul{
margin: 0px -7px;
display: flex;
flex-wrap: wrap;
}

.m_cyxx ul li{
  width: calc(50% - 14px);
  margin: 0px 7px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  padding:25px 20px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.m_cyxx ul li h2{
  width: calc(100% - 50px);
  display: flex;
  max-width: 420px;
}

.m_cyxx ul li h2 span{
  width: 33.3%;
  text-align: center;
}

.m_cyxx ul li h3{
  width: 50px;
  text-align: right;
}

.m_cyxxtj_tc{
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}

.m_cyxxtj_tc ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m_cyxxtj_tc ul li{
  width: 48%;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 15px;
}

.m_cyxxtj_tc ul li h2{
  width: 80px;
}

.m_cyxxtj_tc ul li h2 i{
  color: #ff231e;
}

.m_cyxxtj_tc ul li h3{
  width: calc(100% - 80px);
  display: flex;
}

.m_cyxxtj_tc ul li h3 .layui-form-select .layui-input{
  border: 1px solid #ccc;
}

.m_cyxxtj_tc ul li h3 .text{
  height: 40px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0px 10px;
  border: 1px solid #ccc;
}

.m_cyxxtj_tc ul li h3 .text1{
  width: 120px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0px 10px;
  border: 1px solid #ccc;
   height: 40px;
}

.m_cyxxtj_tc ul li .btn{
width: 150px;
	height: 42px;
	background-color: #067ac9;
	border-radius: 8px;
  color: #fff;
  font-size: 14px;
  border: 0px;
  cursor: pointer;
  margin: 0px auto;
}

.m_bzzx{
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}

.m_bzzx .bt{
  text-align: center;
  font-size: 28px;
  color: #333;
  padding-bottom: 30px;
}

.m_bzzx .nr p{
  font-size: 14px;
  line-height: 1.8;
}

.m_bzzx .nr img{
  max-width: 100%;
  width: auto;
  height: auto;
}

.layui-form-select dl dd.layui-this{
  color: #036eb7;
}

.layui-input:focus, .layui-textarea:focus{
 border-color: #036eb7 !important;
}
