@font-face {
  font-family: "RTWSY";
  src: url("../font/RTWSYueGoG0v1-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
  font: 14px/1 "FZS3JW", "Arial", "Microsoft YaHei", "黑体", "宋体", "KaiTi", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
} /* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
} /* 统一等宽字体 */
small {
  font-size: 12px;
} /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  vertical-align: text-top;
} /* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
  color: #000;
} /* for ie6 */
fieldset,
img {
  border: 0;
} /* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
} /* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}
input::-ms-clear {
  display: none;
} /*隐藏文本框叉子*/
input::-ms-reveal {
  display: none;
} /*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  overflow-x: hidden;
  height: 100%;
  background-color: #fff;
}
.clear_both::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.w1200 {
  display: block;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}
.slider-container {
  height: 500px !important;
}

.head_box {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  height: 70px;
  line-height: 70px;
  background-color: rgba(0, 0, 0, 0.6);
}
.head_box .w1200 {
  height: 100%;
}
.head_box .logo_a {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.head_box .nav_ul {
  float: right;
  height: 100%;
  font-size: 0;
}
.head_box .nav_ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 30px;
}
.head_box .nav_ul li > a {
  display: block;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease;
}
.head_box .nav_ul li > a i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;

  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-top: -2px;
  transition: all 0.5s ease;
}
.head_box .nav_ul li > a.router-link-active {
  color: #00c4c4;
}
.head_box .nav_ul li > a.router-link-active i {

}
.head_box .nav_ul li p {
  visibility: hidden;
  position: absolute;
  top: 120%;
  left: 50%;
  width: 160px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  opacity: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.head_box .nav_ul li p a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  text-align: center;
  margin-bottom: 36px;
  transition: all 0.5s ease;
}
.head_box .nav_ul li p a:last-of-type {
  margin-bottom: 0;
}
.head_box .login_div {
  float: right;
  height: 100%;
  margin-left: 38px;
}
.head_box .login_div a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease;
}
.head_box .login_div button {
  width: 94px;
  height: 36px;
  background-color: #fff;
  border: none;
  font-size: 16px;
  color: #00c4c4;
  border-radius: 18px;
  margin-left: 18px;
  transition: all 0.5s ease;
}

.bannner_box {
  position: relative;
}
.bannner_box a {
  display: block;
}
.bannner_box .bg_img {
  width: 100%;
  vertical-align: top;
}
.bannner_box .wa5_img {
  position: absolute;
  width: 24.7%;
  top: 30.2%;
  left: 20.2%;
}
.bannner_box .wa1_img {
  position: absolute;
  width: 29.5%;
  top: 25.9%;
  left: 22.8%;
}
.bannner_box .wa2_img {
  position: absolute;
  width: 22.3%;
  top: 23.9%;
  left: 18.7%;
}
.bannner_box .wa3_img {
  position: absolute;
  width: 26.1%;
  top: 27.4%;
  left: 46.3%;
}
.bannner_box .wa4_img {
  position: absolute;
  width: 35.3%;
  top: 35.9%;
  left: 29.1%;
}
.bannner_box .wa6_img {
  position: absolute;
  width: 39.6%;
  top: 29.5%;
  left: 16.5%;
}

/* .bannner_box div{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -600px;
	color: #fff;
}
.bannner_box div h5{
	font-size: 70px;
	font-family: "RTWSY";
	margin-bottom: 20px;
	line-height: 1.2;
}
.bannner_box div h6{
	font-size: 40px;
	font-family: "RTWSY";
	margin-bottom: 40px;
	line-height: 1.3;
}
.bannner_box div span{
	display: block;
	width: 156px;
	height: 46px;
	font-size: 24px;
	text-align: center;
	line-height: 46px;
	border-radius: 26px;
	cursor: pointer;
	background-color: #00c4c4;
} */

.pd {
  padding: 50px 0;
}

.title_h5 {
  font-family: "RTWSY";
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}
.title_h5 small {
  display: block;
  font-size: 24px;
  color: #999;
  margin-top: 14px;
}
.title_h5 small::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  background-color: #999;
  margin-right: 12px;
}
.title_h5 small::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  background-color: #999;
  margin-left: 12px;
}

.page_box {
  margin-top: 40px;
  text-align: right;
  font-size: 0;
  height: 36px;
  line-height: 38px;
}
.page_box label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  height: 100%;
}
.page_box input {
  width: 56px;
  border: 1px solid #e5e5e5;
  height: 34px;
  font-size: 14px;
  text-align: center;
  margin: 0 14px;
}
.page_box select {
  width: 128px;
  height: 100%;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 0 18px;
  font-size: 14px;
  margin: 0 28px;
}
.page_box .page_div {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 18px;
}
.page_box .page_div a {
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  font-size: 14px;
  padding: 0 16px;
  transition: all 0.5s ease;
}
.page_box .page_div .prev,
.page_box .page_div .next {
  font-size: 20px;
  line-height: 33px;
}
.page_box .page_div .active {
  color: #00c4c4;
}

.foot_box {
  background-color: #1c1c1c;
  padding-top: 50px;
}
.foot_box .div1 {
  position: relative;
}
.foot_box .div1 img {
  width: 100%;
  vertical-align: top;
}
.foot_box .div1 form {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 0;
}
.foot_box .div1 form h6 {
  font-size: 36px;
}
.foot_box .div1 form p {
  font-size: 25px;
  margin: 24px 0 54px;
}
.foot_box .div1 form input {
  width: 460px;
  height: 52px;
  background-color: #353f49;
  vertical-align: top;
  border: 1px solid #00c4c4;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.foot_box .div1 form button {
  vertical-align: top;
  width: 176px;
  height: 54px;
  border: none;
  background-color: #00c4c4;
  color: #fff;
  font-size: 18px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.foot_box .div2 {
  margin: 40px auto 60px;
}
.foot_box .div2 .logo_a {
  display: inline-block;
  vertical-align: top;
  width: 136px;
}
.foot_box .div2 ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-left: 60px;
}
.foot_box .div2 ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}
.foot_box .div2 ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 2.4;
  transition: all 0.5s ease;
}
.foot_box .div2 ul li a:first-of-type {
  font-size: 16px;
}
.foot_box .div2 ul li:last-of-type {
  margin-right: 0;
}

.foot_box h5 {
  background-color: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  padding: 30px 0;
  text-align: center;
}

.news_box {
  background-color: #fafafb;
}
.news_box .type_div {
  background-color: #fff;
  height: 62px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news_box .type_div p {
  font-size: 0;
  float: left;
}
.news_box .type_div p a {
  display: inline-block;
  vertical-align: top;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  margin-left: 70px;
  transition: all 0.5s ease;
}
.news_box .type_div p a.active {
  color: #00c4c4;
}
.news_box .type_div form {
  float: right;
  width: 240px;
  height: 30px;
  background-color: #eee;
  border-radius: 15px;
  position: relative;
  margin-top: 16px;
  margin-right: 70px;
  overflow: hidden;
}
.news_box .type_div form input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  background: none;
  box-sizing: border-box;
  padding: 0 20px 0 40px;
}
.news_box .type_div form button {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
  border: none;
  background: none;

  background-position: center;
  background-repeat: no-repeat;
}

.news_box .h5 {
  font-size: 18px;
  color: #00c4c4;
  margin: 30px 0;
  padding-left: 24px;

  background-repeat: no-repeat;
  background-position: left center;
}

.news_box ul {
}
.news_box ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 500px;
  margin-top: 20px;
}
.news_box ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news_box ul li a {
  display: block;
}
.news_box ul li em {
  display: block;
  overflow: hidden;
}
.news_box ul li em img {
  width: 100%;
  vertical-align: top;
  transition: all 0.5s ease;
}
.news_box ul li div {
  padding: 16px 16px 28px;
}
.news_box ul li div h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  height: 59px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.news_box ul li div h6 {
  font-size: 14px;
  color: #999;
  margin-bottom: 14px;
}
.news_box ul li div p {
  font-size: 14px;
  color: #666;
  line-height: 2;
  height: 112px;
  overflow: hidden;
}

.scheme_box {
}
.scheme_box .div1 {
}
.scheme_box .div1 dl {
  margin-top: -30px;
}
.scheme_box .div1 dl dd {
  float: left;
  width: 48%;
  margin-right: 4%;
  font-size: 0;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.scheme_box .div1 dl dd:nth-of-type(2n) {
  margin-right: 0;
}
.scheme_box .div1 dl dd img {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
}
.scheme_box .div1 dl dd div {
  display: inline-block;
  vertical-align: middle;
  width: calc(99% - 86px);
  box-sizing: border-box;
  padding-left: 28px;
}
.scheme_box .div1 dl dd div h6 {
  font-size: 24px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.scheme_box .div1 dl dd div p {
  font-size: 16px;
  line-height: 1.6;
}
.scheme_box .div1 dl:first-of-type {
  margin-bottom: 50px;
}

.scheme_box .div2 {
  background-image: url(../image/bg9.png);
  background-position: center;
  background-size: cover;
}
.scheme_box .div2 dl {
  font-size: 0;
}
.scheme_box .div2 dl dt {
  display: inline-block;
  vertical-align: top;
  width: 465px;
}
.scheme_box .div2 dl dt img {
  width: 100%;
  vertical-align: top;
}
.scheme_box .div2 dl dd {
  display: inline-block;
  vertical-align: top;
  width: calc(99% - 465px);
  box-sizing: border-box;
  padding-left: 64px;
}
.scheme_box .div2 dl dd p {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 22px;
}
.scheme_box .div2 dl dd ul {
  display: flex;
  justify-content: space-between;
}
.scheme_box .div2 dl dd ul li {
  text-align: center;
  padding: 22px 16px;
  width: 30%;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.scheme_box .div2 dl dd ul li img {
  vertical-align: top;
  width: 60px;
}
.scheme_box .div2 dl dd ul li h6 {
  font-size: 16px;
  color: #00c4c4;
  margin: 14px 0;
}
.scheme_box .div2 dl dd ul li p {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.scheme_box .div3 {
}
.scheme_box .div3 dl {
}
.scheme_box .div3 dl dt {
  display: flex;
  justify-content: space-between;
}
.scheme_box .div3 dl dt p {
  cursor: pointer;
  padding-left: 30px;

  background-repeat: no-repeat;
  background-position: 0 0;
  color: #999;
  transition: all 0.5s ease;
}
.scheme_box .div3 dl dt p span {
  font-size: 24px;
}
.scheme_box .div3 dl dt .active {
  color: #00c4c4;
  background-position: 0 -26px;
}
.scheme_box .div3 dl dd {
  margin-top: 50px;
  height: 480px;
  position: relative;
  overflow: hidden;
}
.scheme_box .div3 dl dd div {
  position: absolute;
  width: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  height: 100%;
  opacity: 0;
  font-size: 0;
  transition: all 0.5s ease;
}
.scheme_box .div3 dl dd div.show {
  opacity: 1;
  top: 0;
}
.scheme_box .div3 dl dd div img {
  vertical-align: middle;
}
.scheme_box .div3 dl dd div p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  width: 392px;
  margin-right: 90px;
}

.service_box {
}
.service_box .div1 {
}
.service_box .div1 dl {
  font-size: 0;
  text-align: center;
}
.service_box .div1 dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 502px;
}
.service_box .div1 dl dt img {
  width: 100%;
  vertical-align: top;
}
.service_box .div1 dl dd {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 400px;
  box-sizing: border-box;
  height: 514px;
  background-image: url(../image/tp21.png);
  background-repeat: no-repeat;
  margin-left: 60px;
  position: relative;
}
.service_box .div1 dl dd ol {
  position: absolute;
  top: 50%;
  left: 97px;
  transform: translateY(-50%);
}
.service_box .div1 dl dd li {
  font-size: 16px;
  color: #999;
  line-height: 21px;
  margin-bottom: 66px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.5s ease;
}
.service_box .div1 dl dd li span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.service_box .div1 dl dd li span::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background-color: #00c4c4;
  transition: all 0.5s ease;
}
.service_box .div1 dl dd li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  border-radius: 12px;
  background-color: #fff;
  border: 5px solid #ccc;
  margin-right: 48px;
  transition: all 0.5s ease;
}
.service_box .div1 dl dd li:last-of-type {
  margin-bottom: 0;
}
.service_box .div1 dl dd li:nth-of-type(2) {
  margin-left: 47px;
}
.service_box .div1 dl dd li:nth-of-type(3) {
  margin-left: 60px;
}
.service_box .div1 dl dd li:nth-of-type(4) {
  margin-left: 47px;
}

.service_box .div2 {
  background-color: #f7f7f7;
  background-image: url(../image/bg13.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service_box .div2 dl {
  font-size: 0;
  text-align: center;
}
.service_box .div2 dl dd {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.service_box .div2 dl dd img {
  vertical-align: top;
}
.service_box .div2 dl dd div {
  position: absolute;
  width: 246px;
  text-align: left;
}
.service_box .div2 dl dd div h6 {
  font-size: 24px;
  color: #00c4c4;
  margin-bottom: 20px;
}
.service_box .div2 dl dd div p {
  font-size: 16px;
  line-height: 1.8;
}
.service_box .div2 dl dd:nth-of-type(1) {
  margin-right: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.service_box .div2 dl dd:nth-of-type(2) {
}
.service_box .div2 dl dd:nth-of-type(3) {
  margin-right: 80px;
}
.service_box .div2 dl dd:nth-of-type(4) {
  margin-top: -100px;
}
.service_box .div2 dl dd:nth-of-type(1) div {
  top: 160px;
  left: 76px;
}
.service_box .div2 dl dd:nth-of-type(2) div {
  top: 74px;
  left: 126px;
}
.service_box .div2 dl dd:nth-of-type(3) div {
  top: 48px;
  left: 42px;
}
.service_box .div2 dl dd:nth-of-type(4) div {
  top: 160px;
  left: 76px;
}

.service_box .div3 {
}
.service_box .div3 dl {
  display: flex;
  justify-content: space-between;
}
.service_box .div3 dl dd {
  width: 23%;
  text-align: center;
  padding: 40px 28px;
  border-radius: 4px;
  transition: all 0.5s ease;
  background-color: #fff;
}
.service_box .div3 dl dd img {
  vertical-align: top;
}
.service_box .div3 dl dd h6 {
  font-size: 24px;
  margin: 20px 0 30px;
}
.service_box .div3 dl dd p {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.service_box .div4 {
  background-image: url(../image/bg11.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.service_box .div4 dl {
  width: 580px;
  height: 580px;
  margin: 0 auto;

  position: relative;
}
.service_box .div4 dl dd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service_box .div4 dl dd h6 {
  text-align: center;
  position: absolute;
  z-index: 3;
}
.service_box .div4 dl dd h6 img {
  vertical-align: top;
}
.service_box .div4 dl dd h6 p {
  white-space: nowrap;
  font-size: 14px;
  margin-top: 10px;
}
.service_box .div4 dl .dd1 {
  width: 320px;
  height: 320px;
  z-index: 4;
}
.service_box .div4 dl .dd2 {
  width: 440px;
  height: 440px;
  z-index: 3;
}
.service_box .div4 dl .dd3 {
  width: 580px;
  height: 580px;
  z-index: 2;
}
.service_box .div4 dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.service_box .div4 dl .dd1::before {

  animation: dh1 7s linear infinite;
}
.service_box .div4 dl .dd2::before {

  animation: dh2 8s linear infinite;
}
.service_box .div4 dl .dd3::before {

  animation: dh1 9s linear infinite;
}

.service_box .div4 dl .dd2 h6:nth-of-type(1) {
  top: 14px;
  left: 320px;
}
.service_box .div4 dl .dd2 h6:nth-of-type(2) {
  top: 320px;
  left: 14px;
}
.service_box .div4 dl .dd3 h6:nth-of-type(1) {
  top: 54px;
  left: 54px;
}
.service_box .div4 dl .dd3 h6:nth-of-type(2) {
  top: 508px;
  left: 411px;
}

.about_box {
}
.about_box .div1 {
}
.about_box .div1 .dl1 {
  font-size: 0;
  display: flex;
}
.about_box .div1 .dl1 dt {
  display: block;
  width: 528px;
  padding: 18px 18px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.about_box .div1 .dl1 dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  box-sizing: border-box;
  border: 2px solid #00c4c4;
}
.about_box .div1 .dl1 dt img {
  position: relative;
  z-index: 3;
  width: 100%;
  vertical-align: top;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
.about_box .div1 .dl1 dd {
  box-sizing: border-box;
  padding-left: 42px;
  padding-top: 20px;
  flex: 1;
}
.about_box .div1 .dl1 dd h6 {
  font-size: 24px;
  margin-bottom: 30px;
}
.about_box .div1 .dl1 dd p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-top: 20px;
}

.about_box .div1 .dl2 {
  font-size: 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.about_box .div1 .dl2 dd {
  display: block;
  flex: 1;
  box-sizing: border-box;
  padding: 24px 30px 48px 50px;
  position: relative;
  z-index: 3;
}
.about_box .div1 .dl2 dd p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  position: relative;
  z-index: 3;
}
.about_box .div1 .dl2 dd::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 120%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #00c4c4;
}
.about_box .div1 .dl2 dd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(120% - 32px);
  height: 100%;
  background-color: rgba(202, 229, 254, 0.56);
}
.about_box .div1 .dl2 dt {
  display: inline-block;
  vertical-align: middle;
  width: 508px;
  overflow: hidden;
}
.about_box .div1 .dl2 dt img {
  width: 100%;
  vertical-align: top;
  transition: all 0.5s ease;
}

.about_box .div2 {
  background-image: url(../image/bg12.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.about_box .div2 dl {
}
.about_box .div2 dl dd {
  float: left;
  width: 130px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.8s ease;
}
.about_box .div2 dl dd:last-of-type {
  margin-right: 0;
}
.about_box .div2 dl dd em {
  width: 288px;
  flex-shrink: 0;
}
.about_box .div2 dl dd em img {
  width: 100%;
  vertical-align: top;
}
.about_box .div2 dl dd div {
  flex-shrink: 0;
  width: 492px;
  box-sizing: border-box;
  padding: 0 40px;
}
.about_box .div2 dl dd div h5 {
  font-size: 30px;
}
.about_box .div2 dl dd div small {
  display: block;
  font-size: 16px;
  margin: 10px 0 28px;
}
.about_box .div2 dl dd div p {
  text-align: justify;
  font-size: 16px;
  line-height: 2;
}
.about_box .div2 dl dd.active {
  width: 780px;
}

.about_box .div3 {
  background-color: #f7f7f7;
}
.about_box .div3 dl {
  font-size: 0;
  background-color: #fff;
}
.about_box .div3 dl dt {
  float: left;
  width: 56%;
}
.about_box .div3 dl dt #map {
  width: 100%;
  height: 500px;
}
.about_box .div3 dl dd {
  float: left;
  width: 44%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 20px 0 40px;
  align-content: center;
}
.about_box .div3 dl dd div {
  flex-shrink: 0;
  width: 100%;
}
.about_box .div3 dl dd i {
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  margin: 34px 0 44px;
  background-color: #e5e5e5;
}
.about_box .div3 dl dd div span {
  display: block;
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.about_box .div3 dl dd div p {
  font-size: 24px;
  line-height: 1.6;
}

.product_box {
}
.product_box .div1 {
}
.product_box .div1 dl {
  width: 127px;
  height: 127px;
  margin: 200px auto 260px;
  position: relative;
}
.product_box .div1 dl::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(76, 214, 214, 0.4);
}
.product_box .div1 dl dt {
  height: 100%;
  width: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-color: #00c4c4;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(76, 214, 214, 0.8);
}
.product_box .div1 dl dt i {
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #00c4c4;
  transform-origin: 0 0;
}
.product_box .div1 dl dt i.i1 {
  left: 50%;
  bottom: 100%;
  margin-left: -1px;
}
.product_box .div1 dl dt i.i2 {
  transform: rotate(72deg);
  left: 220px;
  top: 15px;
}
.product_box .div1 dl dt i.i3 {
  transform: rotate(144deg);
  left: 160px;
  top: 196px;
}
.product_box .div1 dl dt i.i4 {
  transform: rotate(-144deg);
  right: 160px;
  top: 196px;
}
.product_box .div1 dl dt i.i5 {
  transform: rotate(-72deg);
  right: 220px;
  top: 15px;
}

.product_box .div1 dl dd {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.product_box .div1 dl dd .nr {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
}
.product_box .div1 dl dd .nr img {
  vertical-align: top;
  position: relative;
  z-index: 3;
}
.product_box .div1 dl dd .nr div {
  position: absolute;
  top: 76%;
  left: 80%;
  width: 400px;
  box-sizing: border-box;
  /* background-color: #ccf6f6; */
  padding: 20px 14px;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(76, 214, 214, 0.4);
}
.product_box .div1 dl dd .nr div h6 {
  font-size: 24px;
  white-space: nowrap;
  color: #00c4c4;
  line-height: 1.3;
  height: 32px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease;
}
.product_box .div1 dl dd .nr div h6.big {
  height: 60px;
}
.product_box .div1 dl dd .nr div p {
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  transition: all 0.5s ease;
}
.product_box .div1 dl dd::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 206px;
  height: 175px;
  background-image: url(../image/bg16.png);
  opacity: 0;
  transition: all 0.5s ease;
}
.product_box .div1 dl .dd1::after {
  transform: rotate(144deg);
  top: -36px;
  left: -55px;
}
.product_box .div1 dl .dd2::after {
  transform: rotate(-144deg);
  top: -36px;
  right: -55px;
}
.product_box .div1 dl .dd3::after {
  transform: rotate(-72deg);
  top: -68px;
  right: -43px;
}
.product_box .div1 dl .dd4::after {
  transform: rotate(0);
  top: -85px;
  right: -71px;
}
.product_box .div1 dl .dd5::after {
  transform: rotate(72deg);
  top: -68px;
  left: -43px;
}

.product_box .div1 dl .dd1 {
  top: -57px;
  left: -37px;
}
.product_box .div1 dl .dd1 .nr {
  top: -80px;
  left: -80px;
}
.product_box .div1 dl .dd1 .nr div {
  left: auto;
  right: 80%;
  text-align: right;
}

.product_box .div1 dl .dd2 {
  top: -57px;
  left: auto;
  right: -37px;

}
.product_box .div1 dl .dd2 .nr {
  top: -80px;
  left: 80px;
}

.product_box .div1 dl .dd3 {
  top: 74px;
  left: auto;
  right: -80px;

}
.product_box .div1 dl .dd3 .nr {
  top: 45px;
  left: 96px;
}

.product_box .div1 dl .dd4 {
  top: auto;
  left: 40px;
  bottom: -76px;

}
.product_box .div1 dl .dd4 .nr {
  top: 110px;
  left: 0;
}

.product_box .div1 dl .dd5 {
  top: 74px;
  left: -80px;

}
.product_box .div1 dl .dd5 .nr {
  top: 45px;
  left: -96px;
}
.product_box .div1 dl .dd5 .nr div {
  left: auto;
  right: 80%;
  text-align: right;
}

.product_box .div2 {
  background-image: url(../picture/bg7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_box .div2 .title_h5 {
  color: #fff;
}
.product_box .div2 .title_h5 small {
  color: #fff;
}
.product_box .div2 .title_h5 small::before {
  background-color: #fff;
}
.product_box .div2 .title_h5 small::after {
  background-color: #fff;
}
.product_box .div2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  justify-content: space-between;
}
.product_box .div2 ul li {
  flex-shrink: 0;
  width: 34%;
  background-color: #fff;
  padding: 20px 20px 16px;
  border-radius: 10px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.product_box .div2 ul li img {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: -50px;
}
.product_box .div2 ul li div {
  flex: 1;
  margin-right: 20px;
}
.product_box .div2 ul li div h6 {
  font-size: 24px;
  color: #00c4c4;
  margin-bottom: 10px;
}
.product_box .div2 ul li div p {
  font-size: 14px;
  line-height: 1.6;
}
.product_box .div2 ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.product_box .div2 ul li:nth-of-type(2n) div {
  margin-right: 0;
  margin-left: 20px;
}
.product_box .div2 ul li:nth-of-type(2n) img {
  margin-right: 0;
  margin-left: -50px;
}

.product_box .div2 ul li:nth-of-type(1),
.product_box .div2 ul li:nth-of-type(5) {
  margin-left: 4%;
}
.product_box .div2 ul li:nth-of-type(2),
.product_box .div2 ul li:nth-of-type(6) {
  margin-right: 4%;
}

.product_box .div3 {
  padding-bottom: 0;
}
.product_box .div3 .divt {
}
.product_box .div3 .divt ul {
  display: flex;
  justify-content: space-between;
}
.product_box .div3 .divt ul li {
  flex: 1;
  text-align: center;
  cursor: pointer;
  padding-bottom: 36px;
  position: relative;
  overflow: hidden;
}
.product_box .div3 .divt ul li img {
  vertical-align: top;
}
.product_box .div3 .divt ul li p {
  font-size: 24px;
  margin-top: 14px;
  transition: all 0.5s ease;
}
.product_box .div3 .divt ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -19px;
  width: 38px;
  height: 20px;

  transition: all 0.5s ease;
}
.product_box .div3 .divt ul .active p {
  color: #00c4c4;
}
.product_box .div3 .divt ul .active::after {
  bottom: 0;
}

.product_box .div3 .divb {
  height: 540px;
  background-color: #f5ffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.product_box .div3 .divb dl {
  width: 1200px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.product_box .div3 .divb dl.show {
  opacity: 1;
  top: 50%;
}
.product_box .div3 .divb dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 392px;
  margin-right: 90px;
}
.product_box .div3 .divb dl dd p {
  font-size: 24px;
  line-height: 1.6;
  padding-left: 30px;
  text-align: left;
  position: relative;
}
.product_box .div3 .divb dl dd p::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00c4c4;
}
.product_box .div3 .divb dl dt {
  width: 450px;
  display: inline-block;
  vertical-align: middle;
}
.product_box .div3 .divb dl dt img {
  vertical-align: top;
  max-width: 100%;
}

.product_box .div4 {
  padding-bottom: 0;
}
.product_box .div4 ul {
  margin-top: -40px;
}
.product_box .div4 ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f4fafb;
  font-size: 0;
  margin-top: 40px;
  transition: all 0.5s ease;
}
.product_box .div4 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.product_box .div4 ul li img {
  vertical-align: top;
  width: 150px;
}
.product_box .div4 ul li div {
  display: inline-block;
  vertical-align: top;
  width: calc(99% - 150px);
  box-sizing: border-box;
  padding: 22px 22px 0;
}
.product_box .div4 ul li div h6 {
  font-size: 24px;
  margin-bottom: 16px;
}
.product_box .div4 ul li div p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.product_box .div4 ul li:nth-of-type(2) {
  background-color: #f4f7fb;
}
.product_box .div4 ul li:nth-of-type(3) {
  background-color: #fbf4f4;
}
.product_box .div4 ul li:nth-of-type(4) {
  background-color: #fbf9f4;
}

.product_box .div5 {
  padding-top: 280px;
  background-image: url(../image/bg8.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product_box .div5 .h6 {
  font-size: 0;
  text-align: center;
}
.product_box .div5 .h6 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 15%;
  cursor: pointer;
  font-size: 28px;
  transition: all 0.5s ease;
}
.product_box .div5 .h6 span::after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  border-radius: 3px;
  background-color: #00c4c4;
  margin: 14px auto 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.product_box .div5 .h6 span:last-of-type {
  margin-right: 0;
}
.product_box .div5 .h6 .active {
  color: #00c4c4;
}
.product_box .div5 .h6 .active::after {
  opacity: 1;
  width: 76px;
}
.product_box .div5 .nr_div {
  height: 400px;
  margin-top: 50px;
}
.product_box .div5 .nr_div dl {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.product_box .div5 .nr_div dl.show {
  opacity: 1;
  top: 50%;
}
.product_box .div5 .nr_div dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 392px;
  margin-right: 90px;
}
.product_box .div5 .nr_div dl dd p {
  font-size: 24px;
  line-height: 1.6;
  padding-left: 30px;
  text-align: left;
  position: relative;
}
.product_box .div5 .nr_div dl dd p::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00c4c4;
}
.product_box .div5 .nr_div dl dt {
  display: inline-block;
  vertical-align: middle;
}
.product_box .div5 .nr_div dl dt img {
  vertical-align: top;
}

.product_box .div6 {
  background-image: url(../image/bg14.jpg);
  background-position: center;
  background-size: cover;
}
.product_box .div6 ul {
}
.product_box .div6 ul li {
  float: left;
  width: 31%;
  height: 526px;
  margin-right: 3.5%;
  position: relative;
  box-sizing: border-box;
  padding: 24px 20px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background-position: left bottom, right -106px top 4px;
  background-size: 100% auto, 331px auto;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
.product_box .div6 ul li:nth-of-type(2) {

}
.product_box .div6 ul li:nth-of-type(3) {

  margin-right: 0;
}
.product_box .div6 ul li h6 {
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 4px solid #00c4c4;
  margin-bottom: 44px;
}
.product_box .div6 ul li h5 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-left: -11px;
}
.product_box .div6 ul li small {
  display: block;
  font-size: 16px;
  color: #999;
  margin-bottom: 36px;
}
.product_box .div6 ul li p {
  font-size: 16px;
  padding-left: 24px;

  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.product_box .div6 ul li p i {
  color: #00c4c4;
  margin: 0 5px;
}
.product_box .div6 ul li p:last-of-type {
  margin-bottom: 0;
}
.product_box .div6 ul li a {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -85px;
  width: 170px;
  height: 52px;
  background-color: #00c4c4;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 18px;
  border-radius: 26px;
}

.bannner_swiper {
  width: 100%;
  position: relative;
}
.bannner_swiper .swiper-container {
  width: 100%;
}
.bannner_swiper .swiper-slide .bg_img {
  width: 100%;
  vertical-align: top;
}
.bannner_swiper .swiper-pagination {
  height: 4px;
  bottom: 20px;
  width: 100%;
}
.bannner_swiper .swiper-pagination span {
  width: 88px;
  vertical-align: top;
  height: 4px;
  border-radius: 2px;
  background-color: #e8e8e8;
  opacity: 1;
}
.bannner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00c4c4;
}

.bannner_swiper ul {
  padding-bottom: 29.16%;
  position: relative;
  overflow: hidden;
}
.bannner_swiper ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s ease;
  transform: scale(1.1);
}
.bannner_swiper ul li.show {
  opacity: 1;
  transform: scale(1);
}
.bannner_swiper .fyq_div {
  font-size: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 30px;
}
.bannner_swiper .fyq_div i {
  display: inline-block;
  vertical-align: top;
  width: 88px;
  vertical-align: top;
  height: 4px;
  margin: 0 5px;
  border-radius: 2px;
  background-color: #e8e8e8;
  opacity: 1;
  cursor: pointer;
}
.bannner_swiper .fyq_div i.active {
  background-color: #00c4c4;
}

.index_box {
}
.index_box .div1 {
  background-image: url(../image/bg1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index_box .div1 ul {
  height: 606px;
  position: relative;
}
.index_box .div1 ul li {
  position: absolute;
  transition: all 0.5s ease;
}
.index_box .div1 ul li div {
  position: absolute;
  width: 256px;
  text-align: center;
}
.index_box .div1 ul li div img {
  vertical-align: top;
  margin-bottom: 26px;
}
.index_box .div1 ul li div h6 {
  font-size: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-family: "RTWSY";
  height: 140px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.index_box .div1 ul li div p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  transition: all 0.5s ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.index_box .div1 ul li div a {
  display: block;
  margin: 20px auto 0;
  width: 138px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.index_box .div1 ul li.li1 {
  top: 20px;
  left: 0;
  width: 597px;
  height: 383px;
  background-image: url(../image/bg2.png);
}
.index_box .div1 ul li.li2 {
  bottom: 20px;
  left: 310px;
  width: 493px;
  height: 364px;
  cursor: pointer;
  background-image: url(../image/bg3.png);
}
.index_box .div1 ul li.li3 {
  top: 20px;
  right: 0;
  width: 452px;
  height: 450px;
  background-image: url(../image/bg4.png);
}
.index_box .div1 ul li.li1 div {
  top: 52px;
  left: 163px;
}
.index_box .div1 ul li.li2 div {
  top: 33px;
  left: 177px;
}
.index_box .div1 ul li.li3 div {
  top: 53px;
  left: 56px;
}

.index_box .div2 {
}
.index_box .div2 dl {
  font-size: 0;
}
.index_box .div2 dl dt {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
.index_box .more_a {
  display: block;
  width: 138px;
  height: 38px;
  margin-left: 24px;
  border: 1px solid #00c4c4;
  color: #00c4c4;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border-radius: 2px;
  font-weight: bold;
  transition: all 0.5s ease;
}
.index_box .more_a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 7px;

  margin-left: 12px;
  margin-top: -2px;
}
.index_box .div2 dl dt div {
  padding: 22px 24px;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
}
.index_box .div2 dl dt div h6 {
  font-size: 18px;
  height: 20px;
  line-height: 19px;
  padding-left: 30px;

  background-repeat: no-repeat;
}
.index_box .div2 dl dt p {
  display: none;
}
.index_box .div2 dl dt p em {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 12px;
}
.index_box .div2 dl dt p span {
  font-size: 16px;
  color: #00c4c4;
}

.index_box .div2 dl dt .active {
  height: 148px;
  box-shadow: 0 0 10px rgba(76, 214, 214, 0.4);
}
.index_box .div2 dl dt .active p {
  display: block;
}

.index_box .div2 dl dd {
  display: inline-block;
  vertical-align: top;
  width: calc(99% - 500px);
  text-align: center;
  position: relative;
}
.index_box .div2 dl dd img {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(1.1);
  transition: all 0.5s ease;
}
.index_box .div2 dl dd img.show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.index_box .div3 {
  background-image: url(../image/bg5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.index_box .div3 .nr_div {
  width: 530px;
  height: 470px;
  margin: 0 auto;
  position: relative;
}
.index_box .div3 .nr_div a {
  position: absolute;
  width: 110px;
  height: 110px;
}
.index_box .div3 .nr_div a img {
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 3;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(76, 214, 214, 0.8);
}
.index_box .div3 .nr_div a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 110px;
  border-radius: 55px;
  box-shadow: 0 0 10px rgba(76, 214, 214, 0.4);
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  padding: 20px 48px 0 130px;
  /* text-align: right; */
  opacity: 0;
  transition: all 0.5s ease;
}
.index_box .div3 .nr_div a div h6 {
  font-size: 24px;
  color: #00c4c4;
  white-space: nowrap;
  margin-bottom: 14px;
  text-align: left;
}
.index_box .div3 .nr_div a div span {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  height: 30px;
  line-height: 30px;
  background-color: #00c4c4;
  color: #fff;
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
}
.index_box .div3 .nr_div a div span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 7px;

  margin-left: 5px;
  margin-top: -4px;
}

.index_box .div3 .nr_div .a1 {
  top: -36px;
  left: 50%;
  margin-left: -55px;
}
.index_box .div3 .nr_div .a2 {
  top: 35%;
  right: 0;
  margin-top: -55px;
}
.index_box .div3 .nr_div .a3 {
  bottom: 0;
  right: 70px;
}
.index_box .div3 .nr_div .a4 {
  bottom: 0;
  left: 70px;
}
.index_box .div3 .nr_div .a5 {
  top: 35%;
  left: 0;
  margin-top: -55px;
}
.index_box .div3 .nr_div .a4 div,
.index_box .div3 .nr_div .a5 div {
  left: auto;
  right: 0;
  padding: 20px 130px 0 48px;
  text-align: right;
}
.index_box .div3 .nr_div .a4 div h6,
.index_box .div3 .nr_div .a5 div h6 {
  text-align: right;
}

.index_box .div4 {
  background-image: url(../image/bg6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index_box .div4 dl {
  font-size: 0;
  height: 560px;
}
.index_box .div4 dl dt {
  display: inline-flex;
  vertical-align: top;
  width: calc(99% - 670px);
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ececec;
}
.index_box .div4 dl dt a {
  flex: 1;
  box-sizing: border-box;
  padding: 34px 30px 0 60px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s ease;
}
.index_box .div4 dl dt a:last-of-type {
  border-bottom: none;
}
.index_box .div4 dl dt a h5 {
  font-size: 18px;
  margin-bottom: 14px;
  padding-left: 30px;
  margin-left: -30px;
  position: relative;
  transition: all 0.5s ease;
}
.index_box .div4 dl dt a h5::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 6px;
  background-color: #00c4c4;
  border-radius: 3px;
  left: 0;
  top: 4px;
  transition: all 0.5s ease;
}
.index_box .div4 dl dt a h6 {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.index_box .div4 dl dt a small {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 16px;
  transition: all 0.5s ease;
}
.index_box .div4 dl dt a p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.index_box .div4 dl dd {
  display: inline-block;
  vertical-align: top;
  width: 670px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index_box .div4 dl dd img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.index_box .div4 dl dd img.show {
  transform: scale(1);
  opacity: 1;
}

.index_box .div4 dl dt .active {
  background-color: #00c4c4;
}
.index_box .div4 dl dt .active h5 {
  color: #fff;
}
.index_box .div4 dl dt .active h5::before {
  background-color: #fff;
}
.index_box .div4 dl dt .active h6 {
  color: #fff;
}
.index_box .div4 dl dt .active small {
  color: #fff;
}
.index_box .div4 dl dt .active p {
  color: #fff;
}

.index_box .div4 .more_div {
  text-align: right;
  margin-top: 30px;
}
.index_box .div4 .more_div a {
  display: inline-block;
  vertical-align: top;
}

.index_box .div5 {
  background-image: url(../image/bg15.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index_box .div5 .w1200 {
  text-align: center;
}
.index_box .div5 .w1200 img {
  vertical-align: top;
  max-width: 100%;
}

.newsxq_box {
  padding-top: 100px;
}
.newsxq_box .h5 {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.newsxq_box .diva {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.newsxq_box .diva h6 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.newsxq_box .diva p {
  font-size: 14px;
  color: #999;
}
.newsxq_box .divb {
}
.newsxq_box .divb p {
  font-size: 16px;
  line-height: 2;
}
.newsxq_box .divb img {
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
}
.newsxq_box .divc {
  font-size: 0;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
.newsxq_box .divc > div {
  flex: 1;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s ease;
}
.newsxq_box .divc a:nth-of-type(2) {
  margin-right: 0;
  text-align: right;
}

.mfsy_box {
  /* display: none; */
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mfsy_box .form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 704px;
  border-radius: 6px;
  border: 1px solid #00c4c4;
  padding: 36px 48px 32px;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.mfsy_box .form .out_i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;

}
.mfsy_box .form h5 {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.mfsy_box .form input {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.mfsy_box .form textarea {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 12px 20px;
  line-height: 1.6;
  resize: none;
  margin-bottom: 20px;
}
.mfsy_box .form label {
  display: block;
  height: 18px;
  line-height: 20px;
  font-size: 16px;
  padding-left: 20px;

  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.mfsy_box .form button {
  width: 100%;
  height: 62px;

  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #fff;
  border: none;
}

@media (min-width: 1200px) {
  .about_box .div1 .dl1:hover dt img {
    transform: scale(1.1);
  }
  .about_box .div1 .dl2:hover dt img {
    transform: scale(1.1);
  }
  .newsxq_box .divc a:hover {
    color: #00c4c4;
  }
  .product_box .div2 ul li:hover {
    transform: translateY(-20px);
  }
  .index_box .more_a:hover {
    background-color: #00c4c4;
    color: #fff;
  }
  .index_box .more_a:hover::after {

  }
  .index_box .div1 ul li:hover {
    transform: scale(1.1);
  }
  .index_box .div1 ul li:hover div h6 {
    height: 0;
    opacity: 0;
  }
  .index_box .div1 ul li:hover div p {
    height: 140px;
    opacity: 1;
  }
  .index_box .div1 ul li:hover div a {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #1bc6fb;
  }
  .index_box .div1 ul li.li2:hover div a {
    color: #1a6ad7;
  }
  .index_box .div1 ul li.li3:hover div a {
    color: #0cd1c2;
  }
  .index_box .div3 .nr_div a:hover div {
    opacity: 1;
    width: 416px;
  }
  .product_box .div1 dl dd:hover::after {
    opacity: 1;
  }
  .product_box .div1 dl dd:hover .nr div {
    background-color: #ccf6f6;
  }
  .product_box .div1 dl dd:hover .nr div h6 {
    opacity: 0;
    height: 0;
  }
  .product_box .div1 dl dd.dd2:hover .nr div p {
    height: 100px;
    opacity: 1;
  }
  .product_box .div1 dl dd:hover .nr div p {
    height: 70px;
    opacity: 1;
  }
  .index_box .div2 dl dt div:hover {
    box-shadow: 0 0 10px rgba(76, 214, 214, 0.4);
  }
  .product_box .div6 ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
  }
  .product_box .div5 .h6 span:hover {
    color: #00c4c4;
  }
  .product_box .div5 .h6 span:hover::after {
    opacity: 1;
    width: 76px;
  }
  .product_box .div4 ul li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
  }
  .product_box .div3 .divt ul li:hover::after {
    bottom: 0;
  }
  .product_box .div3 .divt ul li:hover p {
    color: #00c4c4;
  }
  .service_box .div3 dl dd:hover {
    box-shadow: 0 0 15px rgba(128, 189, 189, 0.3);
    transform: translateY(-20px);
  }
  .service_box .div1 dl dd li:hover {
    color: #00c4c4;
  }
  .service_box .div1 dl dd li:hover span::after {
    width: 100%;
    opacity: 1;
  }
  .service_box .div1 dl dd li:hover::before {
    background-color: #00c4c4;
    border: 5px solid #00c4c4;
  }
  .scheme_box .div3 dl dt p:hover {
    color: #00c4c4;
    background-position: 0 -26px;
  }
  .scheme_box .div2 dl dd ul li:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(128, 189, 189, 0.3);
  }
  .scheme_box .div1 dl dd:hover {
    box-shadow: 0 0 15px rgba(128, 189, 189, 0.3);
  }
  .scheme_box .div1 dl dd:hover div h6 {
    color: #00c4c4;
  }
  .news_box ul li:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  }
  .news_box ul li:hover em img {
    transform: scale(1.2);
  }
  .news_box ul li:hover div h5 {
    color: #00c4c4;
  }
  .news_box .type_div p a:hover {
    color: #00c4c4;
  }
  .foot_box .div2 ul li a:hover {
    color: #00c4c4;
  }
  .page_box .page_div a:hover {
    color: #00c4c4;
  }
  .head_box .nav_ul li:hover > a {
    color: #00c4c4;
  }
  .head_box .nav_ul li.active > a {
    color: #00c4c4;
  }
  .head_box .nav_ul li:hover > a i {

    transform: rotate(-90deg);
  }
  .head_box .nav_ul li:hover p {
    top: 100%;
    opacity: 1;
    visibility: inherit;
  }
  .head_box .nav_ul li p a:hover {
    color: #00c4c4;
  }
  .head_box .login_div a:hover {
    color: #00c4c4;
  }
  .head_box .login_div button:hover {
    background-color: #00c4c4;
    color: #fff;
  }
}

@keyframes dh1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dh2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@media (max-width: 1600px) {
  .index_box .div5 .w1200 img {
    width: 1000px;
  }
}
