/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  /* Ensure padding and borders are included in element sizes */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
/* Custom Styles */
body {
  background: white;
  color: black;
  font-family: Arial, sans-serif;
}
.swiper-pagination-bullet-active {
  background-color: #103b46 !important;
  width: 16px!important;
  border-radius: 4px!important;
}
.mian-width {
  width: 1336px;
}
/* 视频底部 */
.hb-box1 {
  height: 1000px;
  position: relative;
}
.hb-box1 .hd-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.hb-box1 .bn-mian {
  margin: 0;
  position: absolute;
  width: 1336px;
  left: 50%;
  margin-left: -668px;
  top: 240px;
  z-index: 5;
}
.hb-box1 .bn-mian .bn-text {
  margin-left: 20%;
  text-align: center;
  width: 60%;
}
.hb-box1 .bn-mian .bn-text h1 {
  display: flex;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 10px;
  align-items: center;
  background: url(../images/bn-line-1.png) no-repeat 300px bottom;
}
.hb-box1 .bn-mian .bn-text h1 span {
  display: block;
  height: 100px;
  width: 240px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-right: 20px;
}
.hb-box1 .bn-mian .bn-text h1 span img {
  width: 200px;
}
.hb-box1 .bn-mian .bn-text p {
  margin-top: 60px;
  font-size: 40px;
  letter-spacing: 36px;
}
.hb-box1 .bn-mian .bn-text span {
  display: block;
  margin-top: 60px;
  color: #ffffff;
  line-height: 48px;
  font-size: 24px;
  letter-spacing: 2px;
}
.hb-box1 .bn-left {
  position: absolute;
  padding: 0;
  width: 100%;
  min-width: 1336px;
  top: 0;
  left: 0;
  height: 1000px;
}
.hb-box1 .bn-left video {
  width: 100%;
  height: 100%;
  min-width: 1336px;
  object-fit: cover;
}
.hb-box1 .bn-video-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #103b46a1 url(../images/banner-1.png) no-repeat center top;
  background-size: cover;
}
.hb-box {
  height: 960px;
  width: 100%;
  background: url(../images/banner-1.jpg) no-repeat center center;
  background-size: cover;
}
.hd-box {
  height: 120px;
  border-bottom: 1px solid #678084;
}
.hd-mian {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.hd-logo a {
  margin-top: 18px;
  display: block;
  height: 84px;
}
.hd-logo .logo-2 {
  display: none;
}
.hd-topfixed,
.hb-box1 .hd-topfixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.hd-topfixed .hd-logo .logo-2,
.hb-box1 .hd-topfixed .hd-logo .logo-2 {
  display: block;
}
.hd-topfixed .hd-logo .logo-1,
.hb-box1 .hd-topfixed .hd-logo .logo-1 {
  display: none;
}
.hd-topfixed .hd-nav li a,
.hb-box1 .hd-topfixed .hd-nav li a {
  color: #333;
}
.hd-topfixed .hd-nav li a:hover,
.hb-box1 .hd-topfixed .hd-nav li a:hover {
  color: #103b46;
}
.hd-topfixed .hd-nav li.nav-active a,
.hb-box1 .hd-topfixed .hd-nav li.nav-active a {
  color: #103b46;
}
.hd-topfixed .hd-nav li.nav-active a:before,
.hb-box1 .hd-topfixed .hd-nav li.nav-active a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 3px;
  width: 100%;
  background-color: #103b46;
}
.hd-topfixed .hd-line dl:hover dt,
.hb-box1 .hd-topfixed .hd-line dl:hover dt {
  background-color: #103b46;
}
.hd-topfixed .hd-line dl:hover dt i,
.hb-box1 .hd-topfixed .hd-line dl:hover dt i {
  color: #fff;
}
.hd-content {
  display: flex;
}
.hd-nav {
  display: flex;
}
.hd-nav li {
  height: 120px;
  margin-right: 16px;
}
.hd-nav li a {
  display: block;
  line-height: 120px;
  font-size: 18px;
  color: #c0c9cb;
  position: relative;
}
.hd-nav li a:hover {
  color: #fff;
}
.hd-nav li.nav-active a {
  color: #fff;
  font-weight: 700;
}
.hd-nav li.nav-active a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.hd-line {
  display: flex;
  margin-top: 42px;
}
.hd-line dl {
  margin-left: 24px;
  position: relative;
}
.hd-line dl dt {
  height: 36px;
  width: 36px;
  background-color: #d2d5d7;
  border-radius: 50%;
  color: #333333;
  text-align: center;
  line-height: 36px;
}
.hd-line dl dt i {
  font-size: 24px;
}
.hd-line dl dd {
  position: absolute;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.hd-line dl .hd-code {
  left: 50%;
  top: 45px;
  margin-left: -80px;
  border-radius: 2px;
  height: 180px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 0px 6px #17485557;
}
.hd-line dl .hd-code:before {
  content: "";
  top: -6px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  height: 6px;
  width: 13px;
  background: url(../images/hd-icon1.png) no-repeat 0 0;
}
.hd-line dl .hd-code img {
  padding: 6px;
}
.hd-line dl .hd-code p {
  text-align: center;
  color: #154047;
}
.hd-line dl .hd-tel-icon {
  position: relative;
  z-index: 1;
}
.hd-line dl .hd-tel {
  height: 36px;
  position: absolute;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 0px 0px 2px #17485557;
  top: 0;
  left: 18px;
  width: 0;
  line-height: 36px;
  text-align: center;
  z-index: -1;
  opacity: 0;
  color: #154047;
}
.hd-line dl:hover {
  cursor: pointer;
}
.hd-line dl:hover dt {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.hd-line dl:hover dt i {
  color: #154047;
}
.hd-line dl:hover .hd-code {
  z-index: 1;
  opacity: 1;
}
.hd-line dl:hover .hd-tel {
  width: 140px;
  z-index: 0;
  opacity: 1;
}
.bn-mian {
  display: flex;
  margin: 120px auto;
  justify-content: space-between;
}
.bn-left {
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.bn-text {
  width: 480px;
}
.bn-text h1 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 120px;
  color: #ff6547;
  padding-bottom: 20px;
  background: url(../images/bn-line.png) no-repeat 0 bottom;
}
.bn-text p {
  margin-top: 36px;
  color: #ffffffcc;
  line-height: 36px;
  font-size: 18px;
}
.sec1-content {
  padding: 80px 0;
  background-color: #f7fafa;
}
.sec1-content .mian-width {
  margin: 0 auto;
}
.sec1-content .sec-title {
  margin-bottom: 40px;
}
.sec1-left {
  width: 836px;
  height: 480px;
  background: url(../images/sec1-1.jpg) no-repeat 0 0;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
}
.sec1-left h1 {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.sec1-left h1 i {
  color: #ff6547;
  margin-right: 10px;
}
.sec1-left h1 span {
  color: #ff6547;
  display: inline-block;
  position: relative;
}
.sec1-left h1 span:before {
  position: absolute;
  left: 0;
  bottom: -16px;
  content: "";
  height: 4px;
  width: 100%;
  background-color: #ff6547;
}
.sec1-left-mian {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.sec1-left-mian div {
  width: 368px;
  background: #ffffff url(../images/address-sec1-left.jpg) no-repeat 0 bottom;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px 15px;
  justify-content: space-between;
  transition: all 0.4s ease-in;
  height: 160px;
  cursor: pointer;
}
.sec1-left-mian div:nth-child(2n+2) {
  margin-right: 0;
}
.sec1-left-mian div:nth-child(1),
.sec1-left-mian div:nth-child(2) {
  height: 140px;
}
.sec1-left-mian div h2 {
  font-size: 18px;
  font-weight: 700;
  color: #154047;
}
.sec1-left-mian div h2 span {
  height: 30px;
  width: 40px;
  background: #41b583;
  text-align: center;
  color: #103b46;
  line-height: 32px;
  display: inline-block;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 10px;
  color: #ffffff;
}
.sec1-left-mian div p {
  color: #555555;
  margin-top: 20px;
  line-height: 24px;
  font-size: 15px;
}
.sec1-left-mian div:hover {
  background: #ffffff url(../images/address-sec1-left-hover.jpg) no-repeat;
  transform: scale(1.1);
}
.sec1-left-mian div:hover h2 {
  color: #333333;
}
.sec1-left-mian div:hover p {
  color: #333333;
}
.sec1-box {
  display: flex;
}
.sec1-right {
  width: 500px;
  height: 480px;
  background-color: #ffffff;
}
.sec1-hd {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #d1d2d2;
}
.sec1-hd i {
  color: #ff6547;
  margin-right: 10px;
}
.sec1-text li {
  padding: 24px 30px 15px;
  height: 140px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}
.sec1-text li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #184856;
  margin-bottom: 20px;
}
.sec1-text li h3 i {
  font-size: 3px;
  color: #41b583;
}
.sec1-text li p {
  font-size: 15px;
  color: #646f70;
  line-height: 28px;
  flex: 1;
  position: relative;
  padding-left: 16px;
}
.sec1-text li p:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  background: #103b46;
  left: 0;
  top: 12px;
}
.sec1-text li:hover {
  transform: scale(1.02);
  background: #ecf9f7;
}
.sec1-text li:hover h3 {
  color: #333;
}
.sec1-text li:hover p {
  color: #333;
}
.sec2-box {
  background: url(../images/sec2-bg.jpg) no-repeat center;
  background-size: cover;
  height: 720px;
}
.sec2-mian {
  margin: 0 auto;
  margin-top: 80px;
}
.sec-title {
  margin-bottom: 40px;
}
.sec-title h1 {
  font-size: 32px;
  font-weight: 700;
}
.sec-title span {
  font-size: 16px;
  margin-left: 10px;
  color: #666666;
  font-weight: 400;
}
.sec2-content {
  height: 600px;
}
.sec2-content .sec2-li-box {
  display: flex;
}
.sec2-content .sec2-li-box .sec2-cell {
  width: 252px;
  height: 560px;
  margin-right: 30px;
  border: 2px solid #ffffff;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.sec2-content .sec2-li-box .sec2-cell:nth-child(4) {
  margin-right: 0;
}
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-title {
  color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  cursor: pointer;
}
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 32px;
}
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-title h3:hover {
  color: #103b46;
}
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-title h3 b {
  float: right;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  height: 30px;
  background-color: transparent;
  border-radius: 15px;
  color: #646f70;
  display: none;
  text-decoration: underline;
}
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-title h3 b:hover {
  color: #41b583 !important;
  background: #f7fafa;
}
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-title span {
  display: none;
}
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-title p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-text,
.sec2-content .sec2-li-box .sec2-cell .sec2-cell-bt {
  display: none;
}
.sec2-content .sec2-li-box .sec2-cell1 {
  background: url(../images/sec2-1.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell2 {
  background: url(../images/sec2-2.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell3 {
  background: url(../images/sec2-3.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell4 {
  background: url(../images/sec2-4.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell5 {
  background: url(../images/sec2-5.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell6 {
  background: url(../images/sec2-6.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell7 {
  background: url(../images/sec2-7.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell8 {
  background: url(../images/sec2-8.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell9 {
  background: url(../images/sec2-9.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell10 {
  background: url(../images/sec2-10.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec2-content .sec2-li-box .sec2-cell-active,
.sec2-content .sec2-li-box .sec2-cell-active2,
.sec2-content .sec2-li-box .sec2-cell-active3 {
  box-shadow: 0px 0px 5px #1540473b;
  width: 492px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-title,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-title,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-title {
  color: #333;
  position: static;
  width: auto;
  height: auto;
  padding: 0;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-title h3,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-title h3,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-title h3 b,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-title h3 b,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-title h3 b {
  display: inline-block;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-title span,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-title span,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-title span {
  display: inline-block;
  font-size: 12px;
  color: #ff6547;
  background-color: #ff65472b;
  padding: 5px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-title p,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-title p,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-title p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  display: none;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-text,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-text,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-text,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt {
  display: block;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t3 ul,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t3 ul,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t3 ul {
  margin-top: 12px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t3 ul li a,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t3 ul li a,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t3 ul li a {
  display: flex;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t3 ul li a i,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t3 ul li a i,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t3 ul li a i {
  color: #174855;
  margin-right: 10px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t3 ul li a p,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t3 ul li a p,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t3 ul li a p {
  font-size: 16px;
  color: #4b5e61;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t3 ul li a:hover,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t3 ul li a:hover,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t3 ul li a:hover {
  text-decoration: underline;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t3 ul li a:hover p,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t3 ul li a:hover p,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t3 ul li a:hover p {
  color: #154047;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-text,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-text,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-text {
  margin-top: 16px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-text h4,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-text h4,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-text h4 {
  font-size: 16px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t1 ul,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t1 ul,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t1 ul,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t2 ul,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t2 ul,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t2 ul,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t1 ol,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t1 ol,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t1 ol,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t2 ol,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t2 ol,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t2 ol {
  display: block;
  margin-top: 12px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t1 ul li,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t1 ul li,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t1 ul li,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t2 ul li,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t2 ul li,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t2 ul li,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t1 ol li,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t1 ol li,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t1 ol li,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t2 ol li,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t2 ol li,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t2 ol li {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t1 ul li i,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t1 ul li i,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t1 ul li i,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t2 ul li i,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t2 ul li i,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t2 ul li i,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t1 ol li i,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t1 ol li i,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t1 ol li i,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t2 ol li i,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t2 ol li i,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t2 ol li i {
  font-size: 14px;
  color: #67deab;
  margin-right: 10px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t1 ul li p,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t1 ul li p,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t1 ul li p,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t2 ul li p,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t2 ul li p,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t2 ul li p,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t1 ol li p,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t1 ol li p,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t1 ol li p,
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-t2 ol li p,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-t2 ol li p,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-t2 ol li p {
  flex: 1;
  font-size: 14px;
  color: #63777d;
  line-height: 20px;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  height: 40px;
  padding-top: 6px;
  width: 87%;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt div,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt div,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt div {
  position: absolute;
  width: 160px;
  height: 192px;
  background-color: #fff;
  text-align: center;
  padding-top: 8px;
  bottom: 44px;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  z-index: -1;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt div:before,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt div:before,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt div:before {
  content: "";
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  height: 6px;
  width: 13px;
  background: url(../images/hd-icon1.png) no-repeat 0 0;
  transform: rotate(180deg);
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt div p,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt div p,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt div p {
  margin-top: 8px;
  color: #154047;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt div img,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt div img,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt div img {
  width: auto;
  display: inline;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt button,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt button,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt button {
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: none;
  background-color: #154047;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt:hover button,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt:hover button,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt:hover button {
  font-weight: 700;
}
.sec2-content .sec2-li-box .sec2-cell-active .sec2-cell-bt:hover div,
.sec2-content .sec2-li-box .sec2-cell-active2 .sec2-cell-bt:hover div,
.sec2-content .sec2-li-box .sec2-cell-active3 .sec2-cell-bt:hover div {
  opacity: 1;
  z-index: 1;
}
.sec2-content .sec2-li-box .sec2-cell-active.sec2-cell1 {
  background: url(../images/sec2-1-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active.sec2-cell2 {
  background: url(../images/sec2-2-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active.sec2-cell3 {
  background: url(../images/sec2-3-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active.sec2-cell4 {
  background: url(../images/sec2-4-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active2.sec2-cell5 {
  background: url(../images/sec2-5-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active2.sec2-cell6 {
  background: url(../images/sec2-6-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active2.sec2-cell7 {
  background: url(../images/sec2-7-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active2.sec2-cell8 {
  background: url(../images/sec2-8-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active3.sec2-cell9 {
  background: url(../images/sec2-9-active.jpg) no-repeat 0 0;
}
.sec2-content .sec2-li-box .sec2-cell-active3.sec2-cell10 {
  background: url(../images/sec2-10-active.jpg) no-repeat 0 0;
}
.sec3-box {
  margin: 0 auto;
  margin-top: 80px;
}
.sec3-content {
  display: flex;
  position: relative;
}
.sec3-content .title-tab {
  width: 240px;
  height: 630px;
  background: url(../images/sec3-1.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec3-content .title-tab li:first-child {
  margin-top: 240px;
}
.sec3-content .sec3-tab-box {
  width: 1066px;
}
.sec3-banner {
  width: 100%;
  height: 150px;
  background: url(../images/func/func-banner.jpg) no-repeat center;
  background-size: cover;
  margin-top: 20px;
  padding: 24px ;
}
.sec3-banner h1 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.sec3-banner p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.sec3-left-text {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 180px;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
}
.title-tab .tab-tit {
  width: 180px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #7998a5;
  margin-left: 30px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 48px;
  font-size: 18px;
  padding: 0 12px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.title-tab .tab-tit i {
  color: #fff;
  margin-right: 5px;
  font-size: 18px;
}
.title-tab .tab-tit:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.title-tab .tab-tit-active {
  background: #fff;
  color: #154047;
  border-color: #ffffff;
}
.title-tab .tab-tit-active i {
  color: #ff6547;
}
.sec3-tab-box {
  flex: 1;
  margin-left: 30px;
}
.sec3-tab-box .sec3-tab-cell {
  display: none;
  height: 630px;
}
.sec3-tab-box .sec3-tab-cell ul {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}
.sec3-tab-box .sec3-tab-cell ul li,
.sec3-tab-box .sec3-tab-cell ul a,
.sec3-tab-box .sec3-tab-cell ul h4,
.sec3-tab-box .sec3-tab-cell ul i,
.sec3-tab-box .sec3-tab-cell ul p {
  transition: all 0.5s ease-in-out;
}
.sec3-tab-box .sec3-tab-cell ul li {
  width: 335px;
  margin-right: 30px;
  background-color: #f7fafa;
  padding: 20px;
  height: 180px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.sec3-tab-box .sec3-tab-cell ul li:nth-child(3n) {
  margin-right: 0;
}
.sec3-tab-box .sec3-tab-cell ul li a {
  display: flex;
  height: 48px;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.sec3-tab-box .sec3-tab-cell ul li a i {
  font-size: 32px;
  margin-right: 10px;
}
.sec3-tab-box .sec3-tab-cell ul li a i.icon-yasuo {
  color: #2b88cd;
}
.sec3-tab-box .sec3-tab-cell ul li a i.icon-PDF {
  color: #ef3c3c;
}
.sec3-tab-box .sec3-tab-cell ul li a h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 28px;
}
.sec3-tab-box .sec3-tab-cell ul li p {
  font-size: 15px;
  color: #999;
  margin-top: 15px;
  line-height: 24px;
  text-align: justify;
}
.sec3-tab-box .sec3-tab-cell ul li:hover {
  background-color: #ecf4f4;
}
.sec3-tab-box .sec3-tab-cell ul li:hover a h4 {
  color: #154047;
  text-decoration: underline;
}
.sec3-tab-box .sec3-tab-cell ul li:hover p {
  color: #333;
}
.sec3-tab-box .sec3-tab-cell .sec3-shipin li a i {
  color: #63dba8;
}
.sec3-tab-box .sec3-tab-cell .sec3-shipin li:hover a i {
  color: #41b583;
}
.sec3-tab-box .sec3-tab-cell .sec3-shipin.sec3-shipin-learn li p {
  margin-top: 0;
}
.sec3-tab-box .sec3-tab-cell .sec3-funcbox li {
  height: 280px;
  padding: 0;
}
.sec3-tab-box .sec3-tab-cell .sec3-funcbox li span {
  display: block;
  height: 220px;
  overflow: hidden;
}
.sec3-tab-box .sec3-tab-cell .sec3-funcbox li span img {
  width: 100%;
}
.sec3-tab-box .sec3-tab-cell .sec3-funcbox li a {
  display: block;
  height: 60px;
}
.sec3-tab-box .sec3-tab-cell .sec3-funcbox li a h4 {
  text-align: center;
  font-size: 20px;
  line-height: 60px;
}
.sec3-tab-box .sec3-tab-cell .sec3-funcbox li a:hover {
  background-color: #103b46;
}
.sec3-tab-box .sec3-tab-cell .sec3-funcbox li a:hover h4 {
  color: #ffffff;
  text-decoration: none;
}
.sec3-tab-box .sec3-tab-cell.sec3-tab-selected {
  display: block;
}
.sec4-box {
  margin-top: 80px;
  height: 684px;
  width: 100%;
  background: url(../images/sec4-1.jpg) no-repeat 0 0;
  background-size: cover;
}
.sec4-mian {
  padding-top: 60px;
  margin: 0 auto;
  height: 100%;
  background: url(../images/sec4-2.png) no-repeat right center;
}
.sec4-mian .sec-title h1 {
  color: #fff;
}
.sec4-content-box li,
.sec4-content-box p,
.sec4-content-box span,
.sec4-content-box h4,
.sec4-content-box div {
  transition: all 0.5s ease-in-out;
}
.sec4-content-box li {
  display: flex;
  height: 100px;
  cursor: pointer;
}
.sec4-content-box li .sec4-content-detial {
  display: flex;
  width: 70%;
  align-items: center;
}
.sec4-content-box li .sec4-content-detial p {
  text-align: right;
  flex: 1;
  color: #c2dbe0;
  line-height: 28px;
}
.sec4-content-box li .sec4-content-detial span {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/tag-icon-1.png) no-repeat center center;
  transform: rotate(180deg);
}
.sec4-content-box li .sec4-content-title {
  margin-left: 30px;
  width: 30%;
  display: flex;
  align-items: center;
}
.sec4-content-box li .sec4-content-title h4 {
  flex: 1;
  color: #fff;
  font-size: 20px;
}
.sec4-content-box li .sec4-content-title span {
  height: 32px;
  width: 32px;
  background: url(../images/sec4-tag1.png) no-repeat center center;
  margin-right: 30px;
}
.sec4-content-box li:first-child {
  margin-right: 158px;
}
.sec4-content-box li:nth-child(2) {
  margin-right: 203px;
}
.sec4-content-box li:nth-child(3) {
  margin-right: 207px;
}
.sec4-content-box li:nth-child(4) {
  margin-right: 170px;
}
.sec4-content-box li:nth-child(5) {
  margin-right: 84px;
}
.sec4-content-box li:hover .sec4-content-detial {
  background: url(../images/sec4-bg1.png) no-repeat right 0;
}
.sec4-content-box li:hover .sec4-content-detial p {
  color: #fff;
}
.sec4-content-box li:hover .sec4-content-detial span {
  background-image: url(../images/tag-icon.png);
}
.sec4-content-box li:hover .sec4-content-title {
  margin-left: 20px;
}
.sec4-content-box li:hover .sec4-content-title span {
  margin-right: 20px;
  background-image: url(../images/sec4-tag1-active.png);
}
.sec4-content-box li:hover .sec4-content-title h4 {
  font-weight: 700;
}
.sec5-mian {
  margin: 0 auto;
  margin-top: 80px;
}
.sec5-content {
  display: flex;
}
.sec5-left {
  text-align: center;
  width: 460px;
  height: 480px;
  background: url(../images/sec5-left.png) no-repeat 0 0;
}
.sec5-left span {
  margin-top: 280px;
  display: block;
  font-size: 18px;
  color: #c5d7dc;
}
.sec5-left h1 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-top: 12px;
  letter-spacing: 2px;
}
.sec5-left h2 {
  margin-top: 60px;
  color: #154047;
  font-size: 28px;
  font-weight: 700;
}
.sec5-left p {
  margin-top: 16px;
  font-size: 16px;
  color: #154047;
}
.sec5-right {
  flex: 1;
  background: url(../images/sec5-bg.jpg) no-repeat right center;
}
.sec5-lt-box {
  padding-top: 40px;
  display: flex;
}
.sec5-lt-box h4 {
  width: 30px;
  writing-mode: vertical-rl;
  height: 110px;
  background-color: #154047;
  text-align: center;
  line-height: 30px;
  color: #fff;
  letter-spacing: 3px;
  margin-left: 46px;
}
.sec5-lt-box .sec5-lt-text {
  flex: 1;
  display: flex;
  width: 800px;
}
.sec5-lt-box .sec5-lt-text1 li {
  padding: 0 16px;
}
.sec5-lt-box .sec5-lt-text1 li dl {
  margin-top: 16px;
}
.sec5-lt-box .sec5-lt-text1 li dl dt {
  color: #ff6a4d;
  margin-bottom: 8px;
}
.sec5-lt-box .sec5-lt-text1 li dl dd {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.sec5-lt-box .sec5-lt-text1 li:nth-child(1) {
  width: 266px;
}
.sec5-lt-box .sec5-lt-text1 li:nth-child(2) {
  width: 150px;
}
.sec5-lt-box .sec5-lt-text1 li:nth-child(3) {
  width: 384px;
}
.sec5-lt-text2 li {
  padding: 0 16px;
}
.sec5-lt-text2 li dl {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.sec5-lt-text2 li dl dt {
  margin-right: 10px;
}
.sec5-lt-text2 li dl dt i {
  font-size: 14px;
  color: #ff6a4d;
}
.sec5-lt-text2 li dl dd {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.sec5-lt-text2 li:nth-child(1) {
  width: 420px;
}
.sec5-lt-text2 li:nth-child(2) {
  width: 380px;
}
.ft {
  margin-top: 80px;
  height: 320px;
  background: url(../images/ft-bg.png) no-repeat 0 0;
  background-size: cover;
}
.ft-mian {
  margin: 0 auto;
  display: flex;
}
.ft-rt {
  width: 266px;
  background: url(../images/ft-bg2.png) no-repeat 0 0;
  background-size: cover;
  height: 300px;
  text-align: center;
  margin-top: 20px;
}
.ft-rt img {
  margin-top: 80px;
}
.ft-rt p {
  font-size: 23px;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 2px;
}
.ft-lt {
  flex: 1;
  display: flex;
}
.ft-lt .ft-lt-code {
  padding-top: 120px;
  margin-right: 10px;
}
.ft-lt .ft-lt-code span {
  display: inline-block;
  background-color: #103b46;
  padding: 8px;
  border-radius: 2px;
}
.ft-lt .ft-lt-code span img {
  width: 120px;
}
.ft-lt .ft-lt-code p {
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #97bac3;
  letter-spacing: 2px;
}
.ft-lt-text {
  margin-top: 140px;
  padding-left: 80px;
}
.ft-lt-text h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.ft-lt-text div {
  display: flex;
}
.ft-lt-text div ul:last-child {
  width: 44%;
}
.ft-lt-text div ul li {
  color: #97bac3;
  font-size: 14px;
  line-height: 28px;
}
.ft-lt-text div ul li a {
  color: #97bac3;
}
.ft-lt-text div ul li a:hover {
  text-decoration: underline;
}
.ft-lt-text div ul:first-child {
  margin-right: 30px;
}
.hb-box-anli {
  background: url(../images/hd-bg1.jpg) no-repeat 0 0;
  height: 400px;
}
.d-mian {
  margin: 0 auto;
  margin-top: -200px;
  width: 900px;
}
.d-title {
  height: 60px;
  background: #1c6a72;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.d-title h1 {
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
}
.d-title p {
  line-height: 60px;
  color: #b3d1d9;
}
.d-title p i {
  margin-right: 6px;
  font-size: 20px;
  vertical-align: middle;
}
.d-centent {
  background-color: #fff;
  padding: 40px;
  min-height: 900px;
}
.d-hd-box {
  position: relative;
}
.d-hd-box h3 {
  height: 26px;
  font-size: 18px;
  border-left: 4px solid #103b46;
  padding: 0 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.d-hd-box h3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  background-color: #d8e9ed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.d-hd-box h4 {
  font-size: 16px;
  line-height: 28px;
}
.d-hd-box .d-hd-box-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
.d-hd-box div {
  margin-top: 30px;
  position: relative;
  z-index: 10;
  padding-left: 78px;
}
.d-hd-box div p {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #444444;
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 15px;
}
.d-hd-box div span {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #666666;
}
.d-sub-title {
  margin-top: 40px;
  margin-bottom: 30px;
}
.d-sub-title h2 {
  font-size: 20px ;
  font-weight: 700 ;
}
.d-sub-title h2 span {
  display: inline-block;
  height: 16px;
  width: 4px;
  background: #41b583;
  margin-right: 6px;
}
.d-cell-text {
  margin-top: 40px;
  border-top: 1px solid #103b46;
}
.d-cell-text ol li {
  display: flex;
  color: #555;
  margin-bottom: 24px;
  line-height: 28px;
}
.d-cell-text ol li span {
  color: #ff6547;
  margin-right: 10px;
  font-size: 16px;
  line-height: 28px;
}
.d-cell-text ol li p {
  line-height: 28px;
  flex: 1;
}
.d-cell-pic .d-cell-picbox {
  background-color: #f7fafa;
  padding: 0 30px 30px;
  display: flex;
  flex-wrap: wrap;
}
.d-cell-pic .d-cell-picbox li {
  width: 236px;
  margin-top: 30px;
  margin-right: 26px;
}
.d-cell-pic .d-cell-picbox li:nth-child(3n+3) {
  margin-right: 0;
}
.d-cell-pic .d-cell-picbox li p {
  color: #666;
  padding: 12px 0;
  padding-top: 0;
}
.d-cell-pic .d-cell-picbox li div {
  width: 236px;
  height: 236px;
  line-height: 236px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
}
.d-cell-pic .d-cell-picbox li div img {
  max-width: 236px;
}
.d-cell-video ul {
  display: flex;
}
.d-cell-video ul li {
  width: 364px;
  margin-right: 30px;
  background-color: #f7fafa;
  padding: 20px;
  height: 180px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.d-cell-video ul li a {
  display: flex;
  height: 48px;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.d-cell-video ul li a i {
  font-size: 32px;
  margin-right: 10px;
  color: #63dba8;
}
.d-cell-video ul li a h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 28px;
}
.d-cell-video ul li p {
  font-size: 15px;
  color: #999;
  margin-top: 15px;
  line-height: 24px;
}
.hb-box-contact {
  background: url(../images/banner-3.jpg) no-repeat 0 0;
  background-size: cover;
  height: 400px;
}
.contact-banner {
  text-align: center;
  color: #fff;
  padding-top: 50px;
}
.contact-banner h1 {
  font-size: 42px;
}
.contact-banner h2 {
  font-size: 28px;
  margin-top: 32px;
  font-weight: 700;
}
.contact-banner p {
  margin-top: 34px;
  font-size: 18px;
  color: #e5e5e5;
}
.cont-sec3 {
  margin: 80px auto !important;
}
.cont-sec3-box {
  display: flex;
  flex-wrap: wrap;
}
.cont-sec3-box li {
  margin-right: 20px;
  width: 319px;
  margin-bottom: 20px;
}
.cont-sec3-box li:nth-child(4n+4) {
  margin-right: 0;
}
.cont-sec3-box li a,
.cont-sec3-box li h4,
.cont-sec3-box li dl,
.cont-sec3-box li p,
.cont-sec3-box li img {
  transition: all 0.5s ease-in-out;
}
.cont-sec3-box li a {
  display: block;
  height: 390px;
  background-color: #f7fafa;
  position: relative;
  z-index: 0;
}
.cont-sec3-box li a .cont-sec3-pic {
  height: 200px;
  background-color: #103b46;
}
.cont-sec3-box li a .cont-sec3-pic img {
  width: 319px;
  overflow: hidden;
}
.cont-sec3-box li a .cont-sec3-text {
  padding: 24px 16px 16px;
}
.cont-sec3-box li a .cont-sec3-text h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}
.cont-sec3-box li a .cont-sec3-text dl {
  display: flex;
  font-size: 14px;
  color: #646f70;
  line-height: 20px;
  margin-bottom: 10px;
}
.cont-sec3-box li a .cont-sec3-text dl dt {
  color: #333;
}
.cont-sec3-box li a .cont-sec3-text dl dd {
  flex: 1;
}
.cont-sec3-box li a .cont-sec3-text p {
  position: absolute;
  height: 40px;
  width: 100%;
  line-height: 40px;
  background-color: #103b46;
  text-align: center;
  bottom: 0;
  color: #ffffff;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.cont-sec3-box li a:hover p {
  bottom: 0;
  opacity: 1;
}
.cont-sec3-box li a:hover h4 {
  color: #103b46;
}
.cont-sec3-box li a:hover img {
  opacity: 0.8;
}
.cont-sec2-box {
  background: #f7fafa;
  position: relative;
  height: 560px;
}
.cont-sec1-map {
  position: absolute;
  height: 560px;
  width: 50%;
  right: 0;
  top: 0;
}
.cont-sec1-map img {
  width: 100%;
  height: 100%;
}
.cont-sec1 {
  margin: 0 auto;
}
.cont-sec1 .sec-title {
  width: 50%;
  padding-top: 60px;
  margin-bottom: 20px;
}
.cont-sec1-cell {
  padding-top: 30px;
  height: 100px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  width: 640px;
}
.cont-sec1-cell i {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-right: 12px;
}
.cont-sec1-cell dt {
  font-size: 14px;
  color: #646f70;
}
.cont-sec1-cell dd {
  margin-top: 10px;
  font-size: 18px;
}
.cont-sec1-box {
  margin-top: 20px;
  width: 640px;
  display: flex;
}
.cont-sec1-sode {
  margin-top: 20px;
}
.cont-sec1-sode h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.cont-sec1-sode h4 i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #103b46;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
  margin-right: 12px;
}
.cont-sec1-sode img {
  margin-left: 52px;
  width: 120px;
  margin-top: 12px;
}
.cont-sec-box {
  background: url(../images/cont-bg.jpg) no-repeat 0 0;
  height: 556px;
}
.cont-sec-box .mian-width {
  margin: 0 auto;
}
.cont-sec-box div {
  padding-top: 200px;
}
.cont-sec-box div img {
  margin-bottom: 20px;
}
.cont-sec-box div h1 {
  font-size: 48px;
  margin-bottom: 24px;
  font-weight: 700;
}
.about-sec1 {
  margin: 60px auto;
  display: flex;
}
.about-sec1 .about-sec1-left {
  margin-right: 60px;
}
.about-sec1 .about-sec1-left img {
  width: 240px;
}
.about-sec1 .about-sec1-right {
  height: 426px;
  border: 1px solid #ededed;
  padding: 40px 80px;
}
.about-sec1 .about-sec1-right h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.about-sec1 .about-sec1-right p {
  color: #666666;
  line-height: 28px;
}
.about-sec1 .about-sec1-right h2 {
  font-size: 22px;
  margin-top: 40px;
  line-height: 40px;
  font-weight: 700;
}
.about-sec2 {
  height: 300px;
  background: #f5f8fb;
}
.about-sec2 .mian-width {
  margin: 0 auto;
}
.about-sec2 ul {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
}
.about-sec2 ul li {
  display: flex;
  height: 120px;
  align-items: center;
  width: 360px;
}
.about-sec2 ul li .icon-box {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #ededed;
  padding: 8px;
  margin-right: 20px;
}
.about-sec2 ul li i {
  display: block;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #103b46;
  background-color: #fff;
}
.about-sec2 ul li .about-sec2-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.about-sec2 ul li .about-sec2-text p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.about-sec3 {
  margin: 60px 0;
  height: 400px;
  display: flex;
}
.about-sec3-left,
.about-sec3-right {
  width: 50%;
  display: flex;
}
.about-sec3-right {
  background: url(../images/about/about-2.jpg) no-repeat right;
  background-size: cover;
}
.about-sec3-left {
  justify-content: right;
}
.about-sec3-leftcon {
  width: 668px;
}
.about-sec3-leftcon .sec-title {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.about-sec3-leftcon .sec-title p {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
  width: 90%;
  line-height: 24px;
}
.about-sec3-leftcon ul {
  display: flex;
  justify-content: space-around;
  height: 200px;
  margin-top: 100px;
}
.about-sec3-leftcon ul li {
  width: 25%;
}
.about-sec3-leftcon ul li h1 {
  font-size: 48px;
  text-align: center;
  color: #103b46;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-sec3-leftcon ul li p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.about-sec3-rightcon {
  width: 668px;
  padding: 40px 30px;
}
.about-sec3-rightcon h1 {
  font-size: 24px;
  color: #ffffff;
}
.about-sec3-rightcon div {
  display: flex;
}
.about-sec3-rightcon ul {
  margin-top: 20px;
  margin-right: 20px;
}
.about-sec3-rightcon ul li {
  font-weight: 400;
  padding: 10px 0;
  color: #f4fdfe;
}
.about-sec3-rightcon ul li i {
  font-size: 6px;
  color: #ffffff;
  margin-right: 6px;
}
.about-sec4 {
  margin: 0 auto;
}
.about-sec4 .about-sec4-vol {
  display: flex;
}
.about-sec4 li {
  width: 314px;
  background-color: #f5f8fb;
  padding: 24px 0;
  margin-right: 20px;
  text-align: center;
}
.about-sec4 li:last-child {
  margin-right: 0;
}
.about-sec4 li img {
  width: 250px;
}
/* 模块 */
.mod-mask,
.mod-box {
  position: fixed;
  display: none;
}
.mod-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1000;
}
.mod-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.mod-close i {
  color: #c5d7dc;
}
.mod-close:hover i {
  color: #103b46;
}
.mod-box {
  width: 720px;
  background: #ffffff url(../images/mod-bg.png) no-repeat 0 0;
  min-height: 720px;
  padding: 40px;
  box-sizing: border-box;
  z-index: 1001;
  left: 50%;
  margin-left: -360px;
  top: 60px;
}
.mod-box h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.mod-box table {
  width: 100%;
  margin-bottom: 10px;
}
.mod-box table,
.mod-box th,
.mod-box td {
  border: 1px solid #ffffff;
}
.mod-box th,
.mod-box td {
  font-size: 14px;
}
.mod-box th:first-child,
.mod-box td:first-child {
  width: 200px;
}
.mod-box .table-func-1 th,
.mod-box .table-func-1 td {
  width: 100%;
}
.mod-box .table-func-1 th ul li b,
.mod-box .table-func-1 td ul li b {
  color: red;
}
.mod-box .table-func-2 td ul li {
  display: flex;
  flex-wrap: wrap;
}
.mod-box .table-func-2 td ul li img {
  width: auto;
  max-width: 400px;
  max-height: 160px;
}
.mod-box th {
  background: #f8f9fb;
  height: 40px;
  line-height: 40px;
  color: #999;
  text-align: left;
  padding: 0 20px;
}
.mod-box td {
  padding: 20px;
  background-color: #f4fdfe;
}
.mod-box .table-1 ul li,
.mod-box .table-2 ul li {
  display: flex;
  margin-bottom: 10px;
}
.mod-box .table-1 ul li i,
.mod-box .table-2 ul li i {
  font-size: 12px;
  color: #41b583;
  position: relative;
  top: 8px;
}
.mod-box .table-1 ul li p,
.mod-box .table-2 ul li p {
  color: #333;
  line-height: 24px;
  margin-left: 10px;
}
.mod-box .table-func-2 p {
  line-height: 24px;
  color: #103b46;
}
.mod-box .table-func-2 p b {
  font-weight: 700;
  font-size: 16px;
  color: red;
}
.mod-box .table-listbox {
  background-color: #dbf2ec;
  padding: 15px;
}
.mod-box .table-listbox h1 {
  font-size: 18px;
}
.mod-box .table-listbox h1 i {
  font-size: 20px;
  color: #05916C;
}
.mod-box .table-3 ol {
  display: flex;
}
.mod-box .table-3 ol li {
  margin-right: 24px;
}
.mod-box .table-3 ol li i {
  color: #999;
  margin-right: 6px;
}
.mod-box .table-3 ol li i.icon-xuanzhong {
  color: #41b583;
}
.mod-box .table-3 td,
.mod-box .table-4 td {
  background-color: #f4fdfe;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.mod-box .table-3 td:nth-child(2),
.mod-box .table-4 td:nth-child(2),
.mod-box .table-3 th:nth-child(2),
.mod-box .table-4 th:nth-child(2) {
  width: 240px;
}
.sec8-content {
  display: flex;
}
.sec8-left {
  width: 836px;
  height: 500px;
}
.sec8-right {
  box-sizing: border-box;
  padding-left: 40px;
}
.sec8-right dl dd {
  color: #666666;
  display: inline-block;
  padding: 8px 8px;
  font-size: 14px;
  color: #41b583;
  background-color: #d4efeb;
  border-radius: 4px;
  margin-top: 10px;
}
.sec8-right dl dt {
  font-size: 40px;
  font-weight: 700;
}
.sec8-right p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.sec8-right a {
  display: block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  margin-top: 60px;
  background-color: #103b46;
  border-radius: 4px;
  color: #ffffff;
  padding: 0 16px;
  transition: all 0.5s ease-in;
}
.sec8-right a i {
  float: right;
}
.sec8-right a:hover {
  background-color: #1c6a72;
}
.d-ncpad p b {
  display: block;
  font-weight: 700;
  color: #333;
}
.d-cell-list ul {
  display: flex;
  justify-content: space-between;
  background: url(../images/ncpad-1.jpg) no-repeat 0 0;
  height: 200px;
}
.d-cell-list ul li {
  width: 20%;
  margin-top: 30px;
}
.d-cell-list ul li p {
  text-align: center;
  margin-bottom: 16px;
}
.d-cell-list ul li p img {
  width: 72px;
  display: inline-block;
}
.d-cell-list ul li span {
  display: block;
  text-align: center;
  font-weight: 700;
}
