@charset "utf-8";

/*-----------------------------公共样式--------------------------*/
body {
    font-family: "Microsoft YaHei",Arial;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    padding-top: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body,
button,
input,
select,
textarea {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
ul,li{
    list-style: none;
}

img{
    border: 0px;
    max-width: 100%;
}

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

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a{
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"] {
    cursor: pointer;
}

audio,
video {
    display: inline-block;
}

[type="checkbox"],[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body,
div,
p,
span {
    font-family: 'Microsoft YaHei', Arial;
}

/*公共样式完*/

/*导航栏*/
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 320px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 320px;
  background: #ffffff;
}
#wrapper.toggled #page-content-wrapper {
  margin-left: -320px;
  position: absolute;
}

.nav-language{
  position: fixed;
  right: 200px;
  top: 40px;
  overflow: hidden;
  z-index: 99;
}

.nav-language a{
  display: block;
  margin-right: 30px;
  overflow: hidden;
  float: left;
}
.nav-language a img{
  display: block;
  width: 30px;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #b5daec;
  height: 100%;
  right: 320px;
  margin-right: -320px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
  left: initial;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
}
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 320px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  background-color: #ffffff;
  color: #204e82;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #b5daec;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #b5daec;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #b5daec;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #b5daec;
}
.sidebar-nav li:nth-child(6):before {
 background-color: #b5daec;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #b5daec;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #b5daec;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #b5daec;
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #204e82;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  /*color: greay;*/
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 20px;
  /*background-color: #b5daec;*/
  background: #ffffff;
}

.sidebar-nav > .sidebar-brand a{
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #343434;
}

.sidebar-nav > .sidebar-brand img{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 30px;
  margin-right: 15px;
  position: fixed;
  top: 50px;
  width: 30px;
  z-index: 999;
  left: inherit;
  right: 80px;
  -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 60px;
  opacity: 0;
  text-align: center;
  width: 100px;
  top: -12px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
  top: -12px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.hamburger.is-open{
    right: 340px;
}

.hamburger:before{
  content: '\e77a'!important;
  position: absolute;
  left: -15px;
  top: 0;
  font-family: "icon" !important;
  color: transparent!important;
  background: #204d84;
  font-size: 60px!important;
  width: 60px!important;
  height: 60px!important;
  opacity: 1!important;
}

.dropdown-menu > li > a{
  padding-left: 50px;
  font-size: 14px;
}

.logo{
  position: fixed;
  left: 80px;
  top: 35px;
  display: block;
  z-index: 999;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.logo a{
  display: block;
}

.logo a img{
  display: block;
  width: auto;
  height: 60px;
}

.hamburger.scrolled{
  top: 30px;
  right: 50px;
}

.logo.scrolled{
  left: 80px;
  top: 30px;
}

.hamburger.scrolled.is-open{
  right: 340px;
}


/*首页轮播*/

.banner-swiper {
  position: relative;
  width: 100%;
  height: 100vh;        /* 占满整个视口高度 */
  overflow: hidden;     /* 防止轮播内部溢出 */
}

/* Swiper 相关容器 */
.banner-swiper .swiper-wrapper,
.banner-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

/* 图片容器 */
.banner-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 图片设置 - 保持比例不变形 */
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 保持比例，裁剪多余部分 */
  display: block;
}

/* 文字样式 */
.banner-text {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 50%;
  z-index: 5;
}

/* 数字指示器样式 */
.swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  background: #007aff;
  border-color: #fff;
  transform: scale(1.1);
}

.swiper-pagination-bullet:hover {
  background: rgba(0, 122, 255, 0.8);
}

.banner-swiper .swiper-slide{

}

.banner-swiper .banner-img{
  width: 100%;
}

.banner-swiper .banner-img img{
  display: block!important;
  width: 100%;
}

.banner-swiper .banner-txt{
  position: absolute;
  left: 130px;
  width: 50%;
  display: inline-block;
  top: calc(50% - 105px);
}

.banner-txt h3{
  font-size: 24px;
  line-height: 40px;
  color: #fcfcfc;
  margin-bottom: 10px;
}

.banner-txt h2{
  font-size: 36px;
  line-height: 50px;
  color: #fcfcfc;
  margin-bottom: 50px;
}

.banner-txt p{
  font-size: 16px;
  line-height: 30px;
  color: #224d84;
}

.banner-txt span{
    line-height: 1.2;
}

/*首页轮播完*/


/*首页部分*/

.index-main{

}

.index-section1{
  background: #204d84;
  padding: 100px 10%;
  text-align: center;
}

.index-section1 p{
  font-size: 36px;
  color: #fff;
  line-height: 65px;
}
.index-section1 p span{
  font-size: 36px;
    color: rgb(216, 216, 216);
}


.index-section2{
  padding: 130px 80px;
  display: flex;
  overflow: hidden;
}

.section2 {
    width:100%;
    margin: 150px 0;
}
.product-image-container {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 0 auto;
max-width: 1200px;
}

/* 修正选择器错误：原代码中使用了错误的类名 */
.img-title-container {
flex: 0 1 calc(20% - 12px); /* 5列，减去gap (15px * 4/5 ≈ 12px) */
min-width: 0; /* 防止内容溢出 */
box-sizing: border-box;
overflow: hidden; /* 防止内容溢出容器 */
/* 添加立体阴影效果 */
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
border-radius: 8px;
/* 确保背景透明 */
background-color: transparent;
/* 添加过渡效果，让阴影更自然 */
transition: box-shadow 0.3s ease;
}

/* 可选：鼠标悬停时阴影加深，增加立体感 */
.img-title-container:hover {
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.img-title-container img {
width: 100%; /* 图片宽度100%适应容器 */
height: 200px;
object-fit: cover; /* 保持比例裁剪，防止图片变形 */
border-radius: 8px 8px 0 0; /* 图片上边圆角，下边直角 */
display: block;
max-width: 100%; /* 确保图片不超过容器宽度 */
/* 图片本身不需要阴影，因为容器已经有了 */
}

.img-title-container p {
text-align: center;
margin: 8px 0;
font-size: 14px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 5px 8px 5px; /* 上左右下，底部padding增加间距 */
/* 确保文字背景透明 */
background-color: transparent;
}

.img-title-container a {
text-decoration: none;
color: inherit;
display: block;
width: 100%; /* 确保链接宽度与容器一致 */
}

/* 移动端适配 */
@media (max-width: 768px) {
  .img-title-container {
    flex: 0 1 calc(50% - 12px); /* 平板上显示2列 */
  }
  
  .img-title-container img {
    height: 180px; /* 平板稍微降低图片高度 */
  }
}

@media (max-width: 480px) {
  .img-title-container {
    flex: 0 1 100%; /* 手机上显示1列 */
  }
  
  .img-title-container img {
    height: 220px; /* 手机上可以保持高度或调整 */
    padding: 20px;
  }
}



.section2-img{
  float: left;
  width: 50%;
} 

.section2-img img{
  display: block;
  width: 100%;
}

.section2-txt{
  float: left;
  width: 50%;
  padding: 0 50px;
  align-self:center;
}

.section2-txt h3{
  font-size: 24px;
  color: #224c86;
  line-height: 40px;
  margin-bottom: 20px;
}

.section1-txt p span,
.section2-txt p span,
.section3-txt p span,
.section4-txt p span,
.section5-txt p span {
    line-height: 1.2;
    align-self: left;
}

.section2-txt h2{
  font-size: 48px;
  color: #224c86;
  line-height: 60px;
  margin-bottom: 40px;
  font-weight: bold;
}

.section2-txt>p{
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 45px;
  display: block;
}

.section2-txt .more{
  display: block;

}

.section2-txt .more a{
  display: block;
  overflow: hidden;
}

.section2-txt .more  img{
  float: left;
  width: 71px;
  height: auto;
  display: block;
  margin-right: 5px;
}

.section2-txt .more p{
  float: left;
  font-size: 16px;
  line-height: 34px;
  color: #000;
}


.section3 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 600px;         /* 设置最小高度，确保背景图有足够空间 */
    background-image: url('/images/section3_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    padding: 30px;
    box-sizing: border-box;    /* 推荐：让padding包含在宽度和高度内 */
    display: flex;
    flex-direction: row;       /* 明确设置为水平排列 */
    align-items: center;       /* 垂直居中 */
    justify-content: center;   /* 水平居中整个内容 */
}

.img-container {
    width: 70%;                /* 图片容器宽度70% */
    margin-left: -15%;         /* 向左移动产生重叠，让图片在右边 */
    z-index: 1;
    position: relative;
    order: 2;                  /* 确保图片在右边（Flexbox顺序） */
}

.img-container img {
    width: 100%;
    height: auto;
    display: block;            /* 去除图片底部间隙 */
    border-radius: 8px;        /* 可选：添加圆角 */
}

.text-container {
    width: 30%;                /* 文字容器宽度45% */
    margin-right: 5%;        /* 向右移动产生重叠 */
    z-index: 2;                /* 文字在上层 */
    position: relative;
    order: 1;                  /* 确保文字在左边（Flexbox顺序） */
}

.section3-text {
    padding: 30px;
    background-color: #fff;
    opacity: 0.95;
    /*box-shadow: -5px -5px 10px rgba(255,255,255,0.5), 5px 5px 10px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    min-height: 600px;
}

.section3-text p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a4e80;
}

.section3-text p:nth-child(1){
  font-size: 36px!important;
  font-weight: bold;
  line-height: 1.2;
}

.section4 {
    background-color: #e7f2f8;
    width: 100%;
    padding: 100px;
    display: flex;
    gap: 30px;
    box-sizing: border-box; /* 防止padding导致宽度溢出 */
}
.section4-img {
    padding: 20px;
}    

.section4-img img{
    width: 100%;
    object-fit: cover; /* 保持图片比例 */
}
.section4-text-container {
    padding: 20px;
    flex: 1; /* 添加flex比例 */
}
.section4-text{
    /* 可以添加文字样式 */
}
.learn-more a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.learn-more img {
    margin-right: 5px;
}

.learn-more {
    text-align: left;
    margin-top: 20px;
}

.learn-more span {
    padding-left: 10px;
    color: #204e82;
}

.section3-video {
    position: absolute !important;
    width: 500px;
    bottom: -50px;
    right: 20px;
    /*border: solid 5px #b5daec;*/
    border-radius: 8px;
    z-index: 3;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    background-color: #e1eef8; /* 添加背景色，在图片加载前或加载失败时显示 */
    overflow: hidden;          /* 确保圆角裁剪 */
}

/* 视频容器内部使用相对定位，以便绝对定位内部元素 */
.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
}

/* iframe 和 fallback 图片共享相同尺寸 */
.section3-video iframe,
.section3-video .video-fallback-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* fallback 图片默认隐藏，仅当需要时显示 */
.section3-video .video-fallback-img {
    display: none;
    object-fit: cover;        /* 保证图片覆盖整个区域，不留白 */
    background-color: #b5daec; /* 与边框颜色协调 */
}

/* 当视频容器添加了 'youtube-unavailable' 类时，隐藏 iframe 显示图片 */
.section3-video.youtube-unavailable iframe {
    display: none;
}

.section3-video.youtube-unavailable .video-fallback-img {
    display: block;
}


.index-section3{
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.index-section4{
  padding: 130px 80px;
  display: flex;
  overflow: hidden;
  background:#e7f2f8;
}

.index-section5{
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.news{
  width: 100%;
  padding: 80px 130px;
  overflow: hidden;
  display: visible;
}
.news-list{width: 100%;margin-top: 68px;}
.news-list ul{margin-left: -2%;}
.news-list li{width: 31.3333%;margin-left: 2%;position: relative;float: left;margin-bottom: 30px;}
.news-imgwd{display: block;width: 100%;}
.news-img{width: 100%;overflow: hidden;height:300px;}
.news-img img{width: 100%;object-fit: cover;transition: all .8s ease-in-out;height:100%;}
.news-wd{width: 100%;padding: 28px 0 0;}
.news-wd span{display: block;font-size: 14px;color: #888;}
.news-wd p{font-size: 20px;color: #333;line-height: 24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin: 10px 0 30px;transition: all .4s ease;}
.news-imgwd:hover .news-img img{transform: scale(1.04);}
.news-imgwd:hover .news-wd p{color: #1f5dcb;}
.news-imgwd:hover .toLink {color: #1f5dcb;}
.news-imgwd:hover .toLink:after {width: 100%;right: auto;left: 0;}

.index-title{
    text-align: center;
    overflow: hidden;
    padding: 0 0 50px;
}

.index-title-clear{
    display: inline-block;
    position: relative;
}

.index-title h2{
    display: inline-block;
    position: relative;
    font-size: 50px;
    color: #000;
    z-index: 9;
    width: auto;
}

.index-title h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: #204d84;
    z-index: -1;
}

.index-title p{
    font-size: 20px;
    display: block;
    color: #1A1A1A;
    line-height: 50px;
    padding: 20px 0 0;
}


/*首页底部*/

footer{
  background-color: #ffffff !important;
  padding: 50px 0 0;
  box-shadow: inset 0 5px 10px rgba(0,0,0,0.05), 0 -2px 5px rgba(0,0,0,0.1);
}
.footer-list{
}

.footer-left{
  float: left;
  width: 30%;
  margin-left:50px;
}

.footer-img{
}

.footer-img img{
    width:50%;
    height:50%;
}



.footer-left .footer-txt{
  
}

.footer-txt h2{
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 10px;
}

.footer-txt p{
  font-size: 16px;
  color: #204e82;
  line-height: 30px;
  margin-bottom: 5px;
  display: block;
}

.footer-right{
  float: right;
  width: 60%;
  border-left: 1px grey solid;
}

.footer-ul{
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}

.footer-ul li{
  float: left;
  width: 20%;
  overflow: hidden;
}

.footer-ul li h2{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.footer-ul li h2:after{
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #ffbb51;
  left: 0;
  bottom: 5px;
}

.footer-ul li h2 a{
  /*display: inline-block;*/
  font-size: 16px;
  color: #204e82;
  line-height: 30px;
  margin-bottom: 10px;
}

.footer-ul li>a{
  display: block;
  font-size: 16px;
  color: #204e82;
  line-height: 30px;
  margin-bottom: 5px;
}


.footer-bottom{
  display: flex;
  justify-content: space-between;
}

.footer-link{
    float: right;
}

.footer-link-ul{
  display: inline-block;
  
}

.footer-link-ul li{
  float: left;
  margin-right: 10px;
}

.footer-link-ul li a{
  display: block;
}

.footer-link-ul li img{
  display: block;
  width: 30px;
  height: 30px;
}

.footer-copyright{
padding-left:50px;
  
}

.footer-copyright p,.footer-copyright a{
  font-size: 16px;
  color: #204e82;
  line-height: 30px;
}

/*首页底部*/









