@charset "UTF-8";

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,
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: 100%;
  vertical-align: baseline
}

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
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

body {
  font-family: HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #333333;
  height: auto;
  clear: both;
}

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

ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none !important;
  color: #333;
  outline: none;
  cursor: pointer;
}

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

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#join1,
#join2,
#join3 {
  padding-top: 1rem;
  margin-top: -1rem;
}

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

body {
  left: 0px;
  position: relative;
  line-height: 1;
}

html {
  width: 100%;
  overflow-x: hidden;
  font-size: 100px;
}

.line1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.w1360 {
  width: 13.6rem;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.color-f {
  color: #ffffff;
}

.color-3 {
  color: #333333;
}

.i_tit {
  font-size: 0.6rem;
  font-weight: bold;
}

.a_tit {
  font-size: 0.56rem;
  font-weight: bold;
}

.more {
  display: block;
  width: 1.44rem;
  height: 0.46rem;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.46rem;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.more1 {
  display: block;
  width: 1.04rem;
  height: 0.4rem;
  border-radius: 6px;
  text-align: center;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.4rem;
  border: 1px solid #666666;
  transition: all .3s;
}

/*鼠标选中文字的样式*/
body::-moz-selection {
  background: red;
  color: #fff;
}

body::selection {
  background: red;
  color: #fff;
}

/*网站默认滚动跳的样式*/
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
  background: #00AF92;
}

body::-webkit-scrollbar-thumb:window-inactive {
  background: #00AF92;
}

body::-webkit-scrollbar-thumb:vertical:hover {
  background: #00AF92;
}


/*示例字体*/
@font-face {
  font-family: "DIN-Bold";
  /*src: url("../fonts/DIN-Bold.otf");*/
 	src: url("https://givegroup2020.oss-cn-shanghai.aliyuncs.com/luokeke/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINCond-Bold";
  /*src: url("../fonts/DINCond-Bold.otf");*/
 	src: url("https://givegroup2020.oss-cn-shanghai.aliyuncs.com/luokeke/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN-BlackItalic";
  /*src: url("../fonts/DIN-BlackItalic.otf");*/
 	src: url("https://givegroup2020.oss-cn-shanghai.aliyuncs.com/luokeke/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "GOTHAMBOLD";
  /*src: url("../fonts/GOTHAMBOLD.TTF");*/
 	src: url("https://givegroup2020.oss-cn-shanghai.aliyuncs.com/luokeke/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GOTHIC";
  /*src: url("../fonts/GOTHIC.TTF");*/
 	src: url("https://givegroup2020.oss-cn-shanghai.aliyuncs.com/luokeke/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

/* pc头部 */
.header {
  width: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header .con {
  height: 1rem;
  width: 100%;
  padding: 0.18rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s;
}

.header .logo {
  display: block;
}

.header .logo img {
  display: block;
  height: 0.64rem;
}

.header .logo img.img1 {
  display: block;
}

.header .logo img.img2 {
  display: none;
}

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

.header .right ul.nav {
  display: flex;
  margin-right: 4rem;
}

.header .right ul.nav li {
  position: relative;
  /*width: 0.64rem; */
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  margin-left: 0.6rem;
}

.header .right ul.nav li a {
  color: #ffffff;
  transition: all .3s;
  font-size: 0.2rem;
}

.header .right ul.nav li::after {
  content: '';
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s;
}

.header .right ul.nav li:hover::after,
.header .right ul.nav li.active::after {
  width: 100%;
}

.header .right ul.nav li .xl {
  background-color: #ffffff;
  position: absolute;
  width: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  display: none;
}

.header .right ul.nav li .xl a {
  display: block;
  font-size: 0.14rem;
  height: 0.4rem;
  line-height: 0.4rem;
}

.header .right ul.nav li:nth-child(2) .xl a:nth-child(3) {
  display: none;
}

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

.header .right .other .pdf {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  transition: all .3s;
  background-image: url(../img/pdf-ico1.png);
  background-size: 100% 100%;
  margin-right: 0.4rem;
}

.header .right .other .search {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  transition: all .3s;
  background-image: url(../img/ser.png);
  background-size: 100% 100%;
}

.header .right .other .lang {
  height: 1rem;
  position: relative;
  padding-left: 0.4rem;
  display: flex;
  align-items: center;
}

.header .right .other .lang::before {
  content: '';
  display: block;
  width: 1px;
  height: 0.08rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.header .right .other .lang .wz {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #ffffff;
  transition: all .3s;
  cursor: pointer;
}

.header .right .other .lang .wz i {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../img/lang.png);
  background-size: 100% 100%;
  transition: all .3s;
  margin-right: 6px;
}

.header .right .other .lang .xl {
  position: absolute;
  display: none;
  top: 1rem;
  width: 1rem;
  left: 0
}

.header .right .other .lang .xl a {
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #333333;
  background-color: #ffffff;
  line-height: 0.4rem;
  transition: all .3s;
}

.header .right .other .lang .xl a:hover {
  background-color: #00AF92;
  color: #ffffff;
}

.header:hover,
.header.on,
.header.on1:hover {
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.11);
}

.header:hover .logo img.img1,
.header.on .logo img.img1,
.header.on1:hover .logo img.img1 {
  display: none;
}

.header:hover .logo img.img2,
.header.on .logo img.img2,
.header.on1:hover .logo img.img2 {
  display: block;
}

.header:hover .right .other .search,
.header.on .right .other .search,
.header.on1:hover .right .other .search {
  background-image: url(../img/ser1.png);
}

.header:hover .right .other .pdf,
.header.on .right .other .pdf,
.header.on1:hover .right .other .pdf {
  background-image: url(../img/pdf-ico1a.png);
}

.header:hover .right .other .lang::before,
.header.on .right .other .lang::before,
.header.on1:hover .right .other .lang::before {
  background-color: #333333;
}

.header:hover .right .other .lang i,
.header.on .right .other .lang i,
.header.on1:hover .right .other .lang i {
  background-image: url(../img/lang1.png);
}

.header:hover .right .other .lang .wz,
.header.on .right .other .lang .wz,
.header.on1:hover .right .other .lang .wz {
  color: #333333;
}

.header:hover .right ul.nav li a,
.header.on .right ul.nav li a,
.header.on1:hover .right ul.nav li a {
  color: #333333;
}

.header.on1 {
  background: transparent;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0);
}

.header.on1 .right .other .search {
  background-image: url(../img/ser.png);
}

.header.on1 .right .other .lang::before {
  background-color: #ffffff;
}

.header.on1 .right .other .lang i {
  background-image: url(../img/lang.png);
}

.header.on1 .right .other .lang .wz {
  color: #ffffff
}

.header.on1 .right ul.nav li a {
  color: #ffffff;
}

.header.on2 .con {
  transform: translateY(-110%);
}

.header.on2:hover .con {
  transform: translateY(0);
}

.sy-right {
  position: fixed;
  /*right:0;*/
  top: 50%;
  left: calc(100% - 2.14rem);
  /*transform:translateY(-50%);*/
  z-index: 99
}

.sy-right a {
  display: block;
}

.sy-right a img {
  width: 2.14rem;
}

.sy-right .close {
  cursor: pointer
}

/*.banners {*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  overflow: hidden;*/
/*  -webkit-mask-size: 100% 100%, 100% 100%;*/
/*  height: 400vh;*/
/*  width: 400vw;*/
/*  z-index: 20;*/
/*}*/

.banners {
  position: relative;
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  overflow: hidden;
  -webkit-mask-size: 100% 100%, 100% 100%;
  height: 100vh;
  width: 100vw;
  z-index: 20;
}

.banners.hcc {
  -webkit-mask-image: url(../img/index.svg);
}


.banners.hid {
  opacity: 0;
  transition: all 0.5s;
}

/*.banner {*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: 100vw;*/
/*  overflow: hidden;*/
/*  height: 100vh;*/
/*  background: no-repeat center;*/
/*  background-size: cover;*/
/*}*/

.banner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  overflow: hidden;
  height: 100vh;
  background: no-repeat center;
  background-size: cover;
}

.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .wz {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
  text-align: center;
}

.banner .wz h3 {
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.banner .wz .play {
  cursor: pointer;
  width: 1.44rem;
  height: 0.46rem;
  border-radius: 6px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 0.16rem;
}

.banner .wz .play i {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../img/play.png);
  background-size: 100% 100%;
  margin-left: 8px;
}

.banners .banner img {
  display: none;
}

.i_part1 {
  height: 100vh;
  position: sticky;
  top: 0;
}

.i_part1 .wz {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
  font-size: 0.56rem;
  font-weight: 500;
  opacity: 0;
  transition: all 0.5s;
}

.i_part1 .wz .pc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
  font-size: 0.56rem;
  font-weight: 500;
  transition: all 0.5s;
}

.i_part1 .wz .m {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
  font-size: 0.56rem;
  font-weight: 500;
  opacity: 0;
  transition: all 0.5s;
  display: none;
}

.i_part1 .wz img {
  display: inline-block;
  margin: -0.1rem 0.24rem;
}

.i_part1.show .wz {
  opacity: 1;
  top: 50%;
}

.i_part2 {
  position: relative;
  /*margin-top: 250vh;*/
  z-index: 10;
  background-color: #ffffff;
  padding-top: 1.2rem;
}

.i_part2 .bg {
  position: absolute;
  left: 0;
  top: 0;
}

.i_part2 .bg img {
  display: block;
  width: 100%;
}

.i_part2 .w1360 {
  position: relative;
  z-index: 3;
}

.i_part2 .ms {
  font-size: 0.18rem;
  line-height: 1.7;
  padding: 0.32rem 0 0.75rem 0
}

.i_part2 ul {
  display: flex;
  padding: 0.35rem 0;
  border-radius: 0.16rem;
  background-color: #ffffff;
  width: 100%;
  margin-top: 0.4rem;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.11);
}

.i_part2 ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #DEDEDE;
}

.i_part2 ul li .num {
  background-image: -webkit-linear-gradient(bottom, #00AF92, #0086CF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.4rem;
  margin-bottom: 0.27rem;
  font-weight: bold;
}

.i_part2 ul li .num span {
  display: inline-block;
  font-size: 0.56rem;
}

.i_part2 ul li:last-child {
  border: none
}

.i_part2 ul li:nth-child(1) .num {
  font-size: 0.24rem;
}

.i_part2 ul li .xx {
  font-size: 0.18rem;
  color: #333333;
}

.i_part3 {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.i_part3 .bg {
  position: absolute;
  left: 0;
  top: -0.84rem;
}

.i_part3 .bg img {
  display: block;
  width: 100%;
}

.i_part3 .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.i_part3 .bg1 img {
  display: block;
  width: 100%;
}

.i_part3 .w1360 {
  position: relative;
  z-index: 3;
  padding-top: 2rem;
}

.i_part3 .ms {
  margin-top: 0.32rem;
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.7;
  text-align: left;
}

.i_part3 .list {
  margin-top: 1.2rem;
  padding-bottom: 1.6rem;
  position: relative;
  z-index: 3;
}

.i_part3 .list .part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.3rem;
  flex-direction: row-reverse;
}

.i_part3 .list .part .wz {
  width: 6.1rem;
}

.i_part3 .list .part .wz h3 {
  color: #333333;
  font-size: 0.48rem;
  margin-bottom: 0.32rem;
}

.i_part3 .list .part .wz .xx {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.7;
  margin-bottom: 0.72rem;
}

.i_part3 .list .part .wz a {
  color: #00AF92;
  font-size: 0.16rem;
}

.i_part3 .list .part .img {
  position: relative;
}

.i_part3 .list .part .img img {
  display: block;
  width: 4.45rem;
  border-radius: 0.23rem;
  position: relative;
  z-index: 3;
}

.i_part3 .list .part .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F4F5F9;
  border-radius: 0.23rem;
  position: absolute;
  right: 1.15rem;
  top: -0.46rem;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
}

.i_part3 .list .part .img ul {
  position: absolute;
  right: 3.9rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  z-index: 4;
  padding: 0.36rem 0.24rem;
  border-radius: 0.12rem;
  min-width: 1.3rem;
  width: max-content;
}

.i_part3 .list .part .img ul li {
  font-size: 0.18rem;
  color: #333333;
  position: relative;
  margin-bottom: 0.16rem;
  display: flex;
  align-items: center;
}

.i_part3 .list .part .img ul li::before {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin-right: 0.16rem;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.i_part3 .list .part .img ul li:last-child {
  margin-bottom: 0;
}

.i_part3 .list .part:nth-child(2n) {
  flex-direction: row;
}

.i_part3 .list .part:nth-child(2n) .img ul {
  min-width: 1.48rem;
}

.i_part3 .list .part:nth-child(2n) .img::before {
  right: -1.15rem;
}

.i_part3 .list .part:nth-child(2n) .img ul {
  right: -0.74rem
}

.i_part3 .list .part:last-child {
  margin-bottom: 0;
}

.i_part4 {
  padding: 1.2rem 0;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}

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

.i_part4 .w1360 {
  position: relative;
  z-index: 3;
}

.i_part4 .list .part {
  padding: 0.5rem;
  background-color: #F8F8F8;
  border-radius: 0.16rem;
  margin-top: 0.6rem;
  display: flex;
  transition: all .3s;
}

.i_part4 .list .part .img {
  width: 4.16rem;
  overflow: hidden;
}

.i_part4 .list .part .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.i_part4 .list .part .wz {
  margin-left: 0.8rem;
  width: 6.34rem;
  padding-top: 0.22rem;
}

.i_part4 .list .part .wz .time {
  color: #00AF92;
  font-size: 0.14rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

.i_part4 .list .part .wz h3 {
  color: #333333;
  font-size: 0.2rem;
  margin-bottom: 0.16rem;
  font-weight: bold;
}

.i_part4 .list .part .wz p {
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.32rem;
  line-height: 0.28rem;
  height: 0.56rem;
}

.i_part4 .list .part:hover {
  box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.11);
}

.i_part4 .list .part:hover .img img {
  transform: scale(1.03);
}

.i_part4 .list .part:hover .wz .more1 {
  border-color: transparent;
  color: #ffffff;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.i_part4 .bg1 {
  position: absolute;
  left: 0;
  bottom: 1.2rem;
}

.i_part4 .bg1 img {
  display: block;
  width: 100%;
}

.i_part5 {
  padding: 1.2rem 0;
  background-color: #FBFBFB;
  position: relative;
  z-index: 3;
}

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

.i_part5 .w1360 {
  position: relative;
  z-index: 3;
}

.i_part5 .list {
  margin-top: 0.6rem;
}

.i_part5 .list ul {
  display: flex;
  flex-wrap: wrap;
}

.i_part5 .list ul li {
  width: calc(20% - 0.32rem);
  background-color: #ffffff;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.28rem;
  border-radius: 0.2rem;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.09);
}

.i_part5 .list ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
}

.i_part5 .list ul li:nth-child(5n) {
  margin-right: 0;
}

.i_part5 .list ul li:hover img {
  transform: scale(1.05);
}

.i_part6 {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 1.2rem 0;
}

.i_part6 .bg {
  position: absolute;
  left: 0;
  top: 0;
}

.i_part6 .bg img {
  display: block;
  width: 100%;
}

.i_part6 .w1360 {
  position: relative;
  z-index: 3;
}

.i_part6 .list {
  margin-top: 1.2rem;
}

.i_part6 .list ul {
  display: flex;
  justify-content: center;
}

.i_part6 .list ul li {
  text-align: center;
  margin: 0 0.4rem
}

.i_part6 .list ul li .ico {
  width: 0.72rem;
  margin: 0 auto 0.18rem;
}

.i_part6 .list ul li .ico img {
  display: block;
  width: 100%;
  transition: all .3s
}

.i_part6 .list ul li .ico img.pc {
  display: block;
}

.i_part6 .list ul li .ico img.mm {
  display: none;
}

.i_part6 .list ul li:hover .ico img {
  transform: rotateY(180deg)
}

.i_part6 .list ul li .wz {
  position: relative;
}

.i_part6 .list ul li .wz p {
  color: #ffffff;
  font-size: 0.28rem;
  font-weight: bold;
}

.i_part6 .list ul li .wz h3 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.36rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0.1rem;
}

.i_part6 .list1 {
  margin-top: 0.72rem;
  border-radius: 0.16rem;
  background: -webkit-linear-gradient(to left, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to left, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to left, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to left, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.i_part6 .list1 ul {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}

.i_part6 .list1 ul li {
  color: #ffffff;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: calc(100% / 6);
  height: 1.72rem;
  position: relative;
  transition: all 0.5s;
}

.i_part6 .list1 ul li .wz {
  position: absolute;
  padding: 0 0.5rem;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.i_part6 .list1 ul li .wz h3 {
  font-size: 0.28rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.16rem;
}

.i_part6 .list1 ul li .wz p {
  font-size: 0.18rem;
  line-height: 1.3;
  display: none;
  width: 100%;
}

.i_part6 .list1 ul li:last-child {
  border: none;
}

.i_part6 .list1 ul li.active {
  width: calc(100% / 3);
}

.i_part6 .list1 ul li.active p {
  display: block;
}

.footer {
  width: 100%;
  background-image: url(../img/foot_bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 3;
  padding-top: 0.4rem;
}

.footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.footer .f_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.94rem;
}

.footer .f_top .f_logo img {
  display: block;
  width: 1.03rem;
}

.footer .f_top .f_nav {
  display: flex;
}

/*.footer .f_top .f_nav a{display: block;color: #333333;font-size: 0.18rem;margin-left: 1.08rem;}*/
.footer .f_top .f_nav dl {
  margin-left: 1.08rem;
}

.footer .f_top .f_nav dl dt {
  margin-bottom: 0.2rem;
}

.footer .f_top .f_nav dl dt a {
  color: #333333;
  font-size: 0.18rem;
}

.footer .f_top .f_nav dl dd {}

.footer .f_top .f_nav dl dd a {
  display: block;
  font-size: 0.14rem;
  line-height: 2;
}

.footer .f_center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.05rem;
}

.footer .f_center .left {
  display: flex;
}

.footer .f_center .left .ewm {
  text-align: center;
}

.footer .f_center .left .ewm img {
  display: block;
  width: 1.2rem;
  margin-bottom: 0.16rem;
}

.footer .f_center .left .ewm p {
  color: #333333;
  font-size: 0.14rem;
}

.footer .f_center .left .address {
  margin-left: 1rem;
}

.footer .f_center .left .address img {
  display: block;
  width: 0.52rem;
  margin-bottom: 0.13rem;
}

.footer .f_center .left .address h3 {
  color: #333333;
  margin-bottom: 0.16rem;
  font-size: 0.14rem;
}

.footer .f_center .left .address h4 {
  color: #666666;
  margin-bottom: 0.16rem;
  font-size: 0.14rem;
}

.footer .f_center .left .address h5 {
  color: #333333;
  font-size: 0.14rem;
}

.footer .f_center .left .address h5 a {
  color: #666666;
}

.footer .f_center .left .tel {
  margin-left: 1.82rem;
}

.footer .f_center .left .tel img {
  display: block;
  width: 0.52rem;
  margin-bottom: 0.13rem;
}

.footer .f_center .left .tel h3 {
  color: #333333;
  margin-bottom: 0.22rem;
  font-size: 0.14rem;
}

.footer .f_center .left .tel h4 {
  font-size: 0.28rem;
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #00AF92, #0086CF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .f_center .right .f_link {
  position: relative;
  margin-bottom: 0.35rem;
}

.footer .f_center .right .f_link h3 {
  display: flex;
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #989898;
  align-items: center;
  color: #666666;
  font-size: 0.14rem;
  padding: 0 0.2rem;
  justify-content: space-between;
  cursor: pointer;
}

.footer .f_center .right .f_link h3 i {
  display: block;
  width: 0.17rem;
  height: 0.1rem;
  background-size: 100% 100%;
  background-image: url(../img/down_ico.png);
}

.footer .f_center .right .f_link .xl {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  display: none;
}

.footer .f_center .right .f_link .xl a {
  display: block;
  text-align: center;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #666666;
  font-size: 12px;
}

.footer .f_center .right .f_fx {
  display: flex;
  align-items: center;
  color: #989898;
  font-size: 0.12rem;
}

.footer .f_center .right .f_fx span {
  display: block;
  width: 1px;
  height: 10px;
  position: relative;
  background-color: #000000;
  margin: 0 0.14rem
}

.footer .f_bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #EAEAEA;
  padding: 0.24rem 0;
}

.footer .f_bottom p {
  color: #989898;
  font-size: 12px;
}

.footer .f_bottom a {
  color: #989898;
}

.ny_banner {
  position: relative;
}

.ny_banner .img {
  width: 100%;
}

.ny_banner .img img {
  display: block;
  width: 100%;
}

.ny_banner .img img.pc {
  display: block;
}

.ny_banner .img img.mm {
  display: none;
}

.ny_banner .wz {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
}

.ny_banner .wz p.cn {
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.ny_banner .wz p.en {
  font-size: 0.32rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}

.ny_nav {
  background-color: #F8F8F8;
  width: 100%;
}

.ny_nav .w1360 {
  display: flex;
}

.ny_nav .w1360 a {
  display: block;
  width: 2.26rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.18rem;
  color: #333333;
  transition: all .3s;
}

.ny_nav .w1360 a:hover,
.ny_nav .w1360 a.active {
  background-color: #ffffff;
  color: #00AF92;
}

.a_part1 {
  padding-top: 1.2rem;
}

.a_part1 .a_tit {
  margin-bottom: 0.5rem;
}

.a_part1 .ms {
  margin-bottom: 0.4rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 2;
}

.a_part1 ul {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
}

.a_part1 ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #DEDEDE;
}

.a_part1 ul li .num {
  background-image: -webkit-linear-gradient(bottom, #00AF92, #0086CF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.4rem;
  margin-bottom: 0.27rem;
  font-weight: bold;
}

.a_part1 ul li .num span {
  display: inline-block;
  font-size: 0.56rem;
}

.a_part1 ul li:last-child {
  border: none
}

.a_part1 ul li:nth-child(1) .num {
  font-size: 0.24rem
}

.a_part1 ul li .xx {
  font-size: 0.18rem;
  color: #333333;
}

.a_part1 .img {
  width: 100%;
}

.a_part1 .img img {
  display: block;
  width: 100%;
}

.a_part2 {
  padding-top: 1.2rem;
}

.a_part2 .a_tit {
  margin-bottom: 0.5rem;
}

.a_part2 .img {
  width: 100%;
  position: relative;
}

.a_part2 .img img {
  display: block;
  width: 100%;
}

.a_part2 .img img.mc {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 13.6rem;
}

.a_part3 {
  padding: 1.2rem 0;
  display: none;
}

.a_part3 .a_tit {
  margin-bottom: 0.5rem;
}

.a_part3 .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}

.a_part3 .list .item {
  width: calc(100% / 3 - 0.8rem);
  margin-right: 1.2rem;
  padding-top: 0.25rem;
  border-top: 1px solid #9A9A99;
}

.a_part3 .list .item:nth-child(3n) {
  margin-right: 0;
}

.a_part3 .list .item h3 {
  color: #333333;
  font-size: 0.28rem;
  margin-bottom: 0.14rem;
  line-height: 0.4rem;
}

.a_part3 .list .item p {
  font-size: 0.18rem;
  line-height: 0.25rem;
  height: 0.75rem;
}

.a_part3 .img {
  width: 100%;
  position: relative;
}

.a_part3 .img img {
  display: block;
  width: 100%;
}

.a_part4 {
  padding: 2rem 0 2.6rem 0;
  background-size: cover;
  background-image: url(../img/a_part4_bg.jpg);
}

.a_part4 .a_tit {
  margin-bottom: 1.15rem;
}

.a_part4 .year {
  position: relative;
  width: 100%;
}

.a_part4 .year .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  bottom: 0.03rem;
}

.a_part4 .year .swiper-slide .time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.32rem;
  font-weight: 500;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0.2rem;
}

.a_part4 .year .swiper-slide .time span {
  font-size: 0.24rem;
  font-weight: normal;
  display: none;
  margin-left: 0.1rem;
}

.a_part4 .year .swiper-slide .dian {
  width: 0.08rem;
  height: 0.08rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin: 0 auto
}

.a_part4 .year .swiper-slide-active .time {
  color: #ffffff;
  font-size: 0.6rem;
}

.a_part4 .year .swiper-slide-active .time span {
  display: inline-block;
}

.a_part4 .year .swiper-slide-active .dian {
  background: -webkit-linear-gradient(to left, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to left, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to left, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to left, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.a_part4 .wz {
  padding: 0 3.35rem;
  position: relative;
  margin: 0.64rem auto 0
}

.a_part4 .wz .swiper-slide {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}

.a_part4 .wz .prev {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../img/prev_ico1.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0.4rem;
  top: 0;
  cursor: pointer;
  transition: all .3s;
}

.a_part4 .wz .next {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../img/next_ico1.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0.4rem;
  top: 0;
  cursor: pointer;
  transition: all .3s;
}

.a_part4 .wz .prev:hover {
  background-image: url(../img/prev_ico1a.png);
}

.a_part4 .wz .next:hover {
  background-image: url(../img/next_ico1a.png);
}

.a_part5 {
  padding: 1.2rem 0 1.7rem 0;
  background-size: cover;
  background-image: url(../img/a_part5_bg.jpg);
}

.a_part5 .a_tit {
  margin-bottom: 1rem;
}

.a_part5 .honnor {
  padding: 0 2.8rem;
  position: relative;
}

.a_part5 .honnor .swiper-container .swiper-slide {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
}

.a_part5 .honnor .swiper-container .swiper-slide .img {
  padding: 0 0.2rem;
  margin-bottom: 0.33rem;
  height: 2.55rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.a_part5 .honnor .swiper-container .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s;
}

.a_part5 .honnor .swiper-container .swiper-slide .wz {
  text-align: center;
  padding-bottom: 0.28rem;
  font-size: 0.18rem;
  transition: all .3s;
}

.a_part5 .honnor .swiper-container .swiper-slide:hover .wz {
  color: #00AF92;
}

.a_part5 .honnor .swiper-container .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.a_part5 .honnor .prev {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../img/prev_ico1.png);
  background-size: 100% 100%;
  position: absolute;
  left: 1.6rem;
  top: 1.4rem;
  cursor: pointer;
  transition: all .3s;
}

.a_part5 .honnor .next {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../img/next_ico1.png);
  background-size: 100% 100%;
  position: absolute;
  right: 1.6rem;
  top: 1.4rem;
  cursor: pointer;
  transition: all .3s;
}

.a_part5 .honnor .prev:hover {
  background-image: url(../img/prev_ico1a.png);
}

.a_part5 .honnor .next:hover {
  background-image: url(../img/next_ico1a.png);
}

.a_part5 .honnor .swiper-pagination {
  margin-top: 0.48rem;
  text-align: center;
  width: 100%;
  position: relative;
}

.a_part5 .honnor .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #C8C8C8;
  opacity: 1;
  margin: 0 0.16rem;
}

.a_part5 .honnor .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00AF92;
}

.b_part1 {
  padding-top: 1.2rem;
}

.b_part1 .a_tit {
  margin-bottom: 0.54rem;
}

.b_part1 .list {
  position: relative;
  padding: 2.34rem 2.8rem 0 2.8rem;
}

.b_part1 .list .bg {
  position: absolute;
  left: 0;
  top: 0;
}

.b_part1 .list .bg img {
  display: block;
  width: 100%;
}

.b_part1 .list .other {
  position: relative;
  z-index: 3;
}

.b_part1 .list .other h3 {
  color: #ffffff;
  font-size: 0.32rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.b_part1 .list .other ul {
  display: flex;
}

.b_part1 .list .other ul li {
  width: calc(25% - 0.15rem);
  margin-right: 0.2rem;
  background-color: #ffffff;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 0.2rem 0.24rem;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.11);
  transition: all .3s;
}

.b_part1 .list .other ul li:nth-child(4n) {
  margin-right: 0;
}

.b_part1 .list .other ul li .num {
  font-family: "DIN-Bold";
  color: #00AF92;
  font-size: 0.24rem;
  text-align: right;
  margin-bottom: 0.32rem;
  transition: all .3s;
}

.b_part1 .list .other ul li .tit {
  color: #00AF92;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  transition: all .3s;
}

.b_part1 .list .other ul li .ms {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
  min-height: 2.65rem;
  transition: all .3s;
}

.b_part1 .list .other ul li:hover {
  background: -webkit-linear-gradient(to left, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to left, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to left, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to left, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.b_part1 .list .other ul li:hover .num,
.b_part1 .list .other ul li:hover .tit,
.b_part1 .list .other ul li:hover .ms {
  color: #ffffff;
}

.b_part2 {
  padding-top: 1.2rem;
}

.b_part2 .a_tit {
  margin-bottom: 0.54rem;
}

.b_part2 .b_main {
  position: relative;
}

.b_part2 .b_main .b_nav {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 10;
  padding-left: 0.4rem;
}

.b_part2 .b_main .b_nav.ff {
  position: fixed;
}

.b_part2 .b_main .b_nav::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 0.2rem);
  background-color: rgba(0, 175, 146, 0.3);
  position: absolute;
  left: 0.43rem;
  top: 0.1rem;
}

.b_part2 .b_main .b_nav a {
  display: flex;
  color: #999999;
  font-size: 0.14rem;
  align-items: center;
  margin-bottom: 0.32rem;
  transition: all .3s;
}

.b_part2 .b_main .b_nav a:last-child {
  margin-bottom: 0;
}

.b_part2 .b_main .b_nav a i {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  margin-right: 0.12rem;
  background: -webkit-linear-gradient(to left, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to left, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to left, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to left, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.b_part2 .b_main .b_nav a.active {
  color: #333333;
}

.b_part2 .list {
  position: relative;
  width: 100%;
}

.b_part2 .list .item {
  padding: 1rem 0;
  background-color: #F8F8F8;
  width: 100%;
}

.b_part2 .list .item .w1360 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.b_part2 .list .item .w1360 .wz {
  width: 5.24rem;
}

.b_part2 .list .item .w1360 .wz h3 {
  font-size: 0.4rem;
  margin-bottom: 0.38rem;
  font-weight: bold;
}

.b_part2 .list .item .w1360 .wz p {
  font-size: 0.18rem;
  line-height: 2;
}

.b_part2 .list .item .w1360 .img {
  width: 6.8rem;
  overflow: hidden;
  border-radius: 16px;
}

.b_part2 .list .item .w1360 .img img {
  display: block;
  width: 100%;
  transition: all .3s;
  border-radius: 16px;
}

.b_part2 .list .item .w1360 .img:hover img {
  transform: scale(1.05);
}

.b_part2 .list .item:nth-child(2n) {
  background-color: #ffffff;
}

.b_part2 .list .item:nth-child(2n) .w1360 {
  flex-direction: row;
}

.b_part3 {
  padding: 1.2rem 0;
}

.b_part3 .a_tit {
  margin-bottom: 0.54rem;
}

.b_part3 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.64rem;
}

.b_part3 .top .video {
  width: 6.8rem;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.b_part3 .top .video img {
  display: block;
  width: 100%;
  border-radius: 16px;
  transition: all .3s;
}

.b_part3 .top .video i {
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  background-image: url(../img/v_play.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b_part3 .top .video:hover img {
  transform: scale(1.05);
}

.b_part3 .top .wz {
  width: 5.24rem;
}

.b_part3 .top .wz h3 {
  font-size: 0.4rem;
  margin-bottom: 0.38rem;
  font-weight: bold;
}

.b_part3 .top .wz p {
  font-size: 0.18rem;
  line-height: 2;
}

.b_part3 .bottom {
  position: relative;
}

.b_part3 .bottom .swiper-slide {
  background-color: #F8F8F8;
  border-radius: 10px;
  overflow: hidden;
}

.b_part3 .bottom .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}

.b_part3 .bottom .swiper-slide .img img {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: all .3s;
}

.b_part3 .bottom .swiper-slide .wz {
  display: flex;
  padding: 0.16rem 0.24rem;
  justify-content: space-between;
}

.b_part3 .bottom .swiper-slide .wz .left h3 {
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.b_part3 .bottom .swiper-slide .wz .left p {
  color: #666666;
  font-size: 0.12rem;
  transition: all .3s;
}

.b_part3 .bottom .swiper-slide .wz .right img {
  display: block;
  width: 0.52rem;
}

.b_part3 .bottom .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.b_part3 .bottom .swiper-slide:hover .wz .left p {
  color: #00AF92;
}

.b_part3 .bottom .swiper-scrollbar {
  position: relative;
  margin-top: 0.64rem;
}

.b_part3 .bottom .swiper-container-horizontal>.swiper-scrollbar {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #E8E8E8;
}

.b_part3 .bottom .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00AF92;
}

.news_list {
  padding: 1.2rem 0;
}

.news_list .list {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0.4rem;
}

.news_list .list .item {
  display: block;
  padding: 0.5rem;
  background-color: #F8F8F8;
  border-radius: 0.16rem;
  margin-bottom: 0.6rem;
  display: flex;
  transition: all .3s;
}

.news_list .list .item .img {
  width: 4.16rem;
  overflow: hidden;
}

.news_list .list .item .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.news_list .list .item .wz {
  margin-left: 0.8rem;
  width: 6.34rem;
  padding-top: 0.22rem;
}

.news_list .list .item .wz .time {
  color: #00AF92;
  font-size: 0.14rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

.news_list .list .item .wz h3 {
  color: #333333;
  font-size: 0.2rem;
  margin-bottom: 0.16rem;
  font-weight: bold;
}

.news_list .list .item .wz p {
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.32rem;
  line-height: 0.28rem;
  height: 0.56rem;
}

.news_list .list .item:hover {
  box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.11);
}

.news_list .list .item:hover .img img {
  transform: scale(1.03);
}

.news_list .list .item:hover .wz .more1 {
  border-color: transparent;
  color: #ffffff;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.fy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fy a {
  display: block;
  color: #999999;
  font-family: Arial;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0 0.18rem;
  transition: all .3s;
}

.fy a:hover,
.fy a.active {
  color: #00AF92;
}

.fy .prev {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../img/prev_ico1.png);
  background-size: 100% 100%;
  cursor: pointer;
  transition: all .3s;
  margin-right: 0.3rem;
}

.fy .next {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../img/next_ico1.png);
  background-size: 100% 100%;
  cursor: pointer;
  transition: all .3s;
  margin-left: 0.3rem;
}

.fy .prev:hover {
  background-image: url(../img/prev_ico1a.png);
}

.fy .next:hover {
  background-image: url(../img/next_ico1a.png);
}

.news_details {
  padding-top: 2.58rem;
  padding-bottom: 1rem;
}

.news_details .w1360 {
  position: relative;
}

.news_details .w1360 .left {
  width: 10rem;
  position: relative;
  float: left;
}

.news_details .w1360 .left .tit {
  color: #333333;
  font-size: 0.4rem;
  line-height: 1.4;
  margin-bottom: 0.1rem;
}

.news_details .w1360 .left .time {
  color: #999999;
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.43rem;
}

.news_details .w1360 .left .ms {
  padding: 0.5rem 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  font-size: 0.16rem;
  line-height: 1.4;
  margin-bottom: 0.24rem;
}

.news_details .w1360 .left .other {
  display: flex;
  justify-content: space-between;
}

.news_details .w1360 .left .other .next p {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}

.news_details .w1360 .left .other .next p a {
  color: #666666;
  transition: all .3s;
}

.news_details .w1360 .left .other .next p a:hover {
  color: #00AF92;
  text-decoration: underline !important;
}

.news_details .w1360 .left .other .fx {
  display: flex;
  align-items: center;
}

.news_details .w1360 .left .other .fx ul {
  display: flex;
}

.news_details .w1360 .right {
  float: right;
  position: sticky;
  top: 3.3rem;
  width: 3rem;
  right: 0;
  border-bottom: 1px solid #D8D8D8;
}

.news_details .w1360 .right h3 {
  font-size: 0.24rem;
  margin-bottom: 0.27rem;
}

.news_details .w1360 .right .item {
  display: block;
  padding: 0.27rem 0;
  border-top: 1px solid #D8D8D8;
}

.news_details .w1360 .right .item .tit {
  font-size: 0.16rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.news_details .w1360 .right .item .time {
  font-size: 0.16rem;
  color: #999999;
  font-family: Arial;
}

.j_part1 {
  background-image: url(../img/j_part1_bg.jpg);
  background-size: cover;
  padding: 1.2rem 0 1.56rem
}

.j_part1 .a_tit {
  margin-bottom: 0.54rem;
}

.j_part1 .part {
  background-color: #ffffff;
  display: flex;
  padding: 0.65rem 1.6rem;
  justify-content: space-between;
}

.j_part1 .part .left {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.8rem;
  width: 3.6rem;
  padding-top: 0.5rem;
}

.j_part1 .part .right {
  width: 6.8rem;
  padding: 0.5rem 0 1rem 1.2rem;
  border-left: 1px solid #D8D8D8;
}

.j_part1 .part .right p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}

.j_part1 .part .right p:nth-child(1) {
  margin-bottom: 0.6rem;
}

.j_part1 .part .right p:nth-child(2) {
  margin-bottom: 0.1rem;
}

.j_part1 .part .right a {
  color: #00AF92;
  font-size: 0.24rem;
  font-weight: bold;
}

.j_part2 {
  padding: 1.2rem 0 1.56rem
}

.j_part2 .a_tit {
  margin-bottom: 0.54rem;
}

.j_part2 .list {
  display: flex;
}

.j_part2 .list .item {
  display: block;
  width: calc(50% - 0.4rem);
  background-size: cover;
  color: #ffffff;
  padding: 0.72rem 0.64rem;
  margin-right: 0.8rem;
}

.j_part2 .list .item h3 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
}

.j_part2 .list .item p {
  font-size: 0.16rem;
  line-height: 1.4;
  width: 3.5rem;
  margin-bottom: 0.42rem;
}

.j_part2 .list .item .ot {
  font-size: 0.12rem;
}

.j_part2 .list .item:nth-child(2) {
  margin-right: 0;
}

.dialog {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -99;
  opacity: 0;
  /*transition: all .5s;*/
}

.dialog.act {
  z-index: 999;
  opacity: 1;
}

.dialog .cover {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
}

.dialog .close {
  position: absolute;
  top: .2rem;
  right: .2rem;
  width: .4rem;
  cursor: pointer;
  transition: all .4s;
}

.dialog .close img {
  width: 100%;
}

.dialog .close:hover {
  transform: rotate(45deg);
}

.dialog .swipers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background-color: #FFF;*/
  width: 100vw;
}

.dialog .swipers .swiper {
  display: none;
  width: 100%;
  height: 100%;
}

.dialog .swipers .swiper.act {
  display: block;
}

.dialog .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1rem;
  /*transform: translateY(-50%);*/
  display: flex;
  justify-content: space-between;
  padding: 0 8.4rem;
  z-index: 99;
}

.dialog .prev {
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../img/arra.jpg");
  background-size: cover;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.dialog .prev:hover {
  background-image: url("../img/arra.png");
  transform: rotate(180deg);
}

.dialog .next {
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../img/arra.jpg");
  background-size: cover;
  transform: rotate(180deg);
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.dialog .next:hover {
  transform: rotate(0);
  background-image: url("../img/arra.png");
}



.j_part3 {
  padding-bottom: 1.2rem;
}

.j_part3 .a_tit {
  margin-bottom: 0.54rem;
}

.j_part3 .list {
  position: relative;
}

.j_part3 .list .top {
  display: flex;
  padding: 0 0.72rem;
  width: 100%;
  height: 0.6rem;
  align-items: center;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.j_part3 .list .top p {
  text-align: center;
  color: #ffffff;
  font-size: 0.18rem;
}

.j_part3 .list .top p:nth-child(1) {
  width: 2.16rem;
  text-align: left;
}

.j_part3 .list .top p:nth-child(2) {
  width: 2rem;
}

.j_part3 .list .top p:nth-child(3) {
  width: 2rem;
}

.j_part3 .list .top p:nth-child(4) {
  width: 2rem;
}

.j_part3 .list .top p:nth-child(5) {
  width: 2rem;
}

.j_part3 .list .top p:nth-child(6) {
  width: 2rem;
  text-align: right;
}

.j_part3 .list dl {
  margin-top: 0.1rem;
}

.j_part3 .list dl dt {
  display: flex;
  padding: 0 0.72rem;
  width: 100%;
  height: 0.6rem;
  color: #333333;
  font-size: 0.16rem;
  justify-content: space-between;
  align-items: center;
  background-color: #F8F8F8;
  cursor: pointer;
}

.j_part3 .list dl dt p {
  text-align: center;
  position: relative;
}

.j_part3 .list dl dt p:nth-child(1) {
  width: 2.16rem;
  text-align: left;
}

.j_part3 .list dl dt p:nth-child(2) {
  width: 2rem;
}

.j_part3 .list dl dt p:nth-child(3) {
  width: 2rem;
}

.j_part3 .list dl dt p:nth-child(4) {
  width: 2rem;
}

.j_part3 .list dl dt p:nth-child(5) {
  width: 2rem;
}

.j_part3 .list dl dt p:nth-child(6) {
  width: 2rem;
  text-align: right;
}

.j_part3 .list dl dt p i {
  display: block;
  width: 0.19rem;
  height: 0.11rem;
  background-image: url(../img/j_ico1.png);
  transition: all .3s;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.j_part3 .list dl dd {
  display: none;
}

.j_part3 .list dl dd .ot {
  padding: 0.32rem 0.72rem;
  border: 1px solid #cccccc;
  border-top: none;
  display: flex;
}

.j_part3 .list dl dd .xx {
  width: 4rem;
}

.j_part3 .list dl dd .xx h3 {
  color: #333333;
  font-size: 0.18rem;
  margin-bottom: 0.28rem;
}

.j_part3 .list dl dd .xx .ms {
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.75;
}

.j_part3 .list dl dd .xx:nth-child(1) {
  margin-right: 0.9rem;
}

.j_part3 .list dl dd .xx:nth-child(2) {
  margin-right: 0.72rem;
}

.j_part3 .list dl dd .xx:nth-child(3) {
  width: 2.54rem;
}

.j_part3 .list dl dd .xx:nth-child(3) p {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  margin-bottom: 0.36rem;
  padding-left: 0.1rem;
}

.j_part3 .list dl dd .xx:nth-child(3) p img {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.16rem;
}

.j_part3 .list dl dd .xx:nth-child(3) .o-btn {
  display: flex;
}

.j_part3 .list dl dd .xx:nth-child(3) .o-btn a {
  display: flex;
  width: 0.96rem;
  height: 0.36rem;
  align-items: center;
  justify-content: center;
  color: #00AE94;
  font-size: 0.12rem;
  border-radius: 5px;
  border: 1px solid #707070;
  transition: all .3s;
}

.j_part3 .list dl dd .xx:nth-child(3) .o-btn a:nth-child(1) {
  margin-right: 0.3rem;
}

.j_part3 .list dl dd .xx:nth-child(3) .o-btn a i {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-size: 100% 100%;
  margin-right: 5px;
}

.j_part3 .list dl dd .xx:nth-child(3) .o-btn a:nth-child(1) i {
  background-image: url(../img/j_ico4.png);
}

.j_part3 .list dl dd .xx:nth-child(3) .o-btn a:nth-child(2) i {
  background-image: url(../img/j_ico5.png);
}

.j_part3 .list dl dd .xx:nth-child(3) .o-btn a:hover {
  border-color: transparent;
  color: #ffffff;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.j_part3 .list dl.active dt p i {
  background-image: url(../img/j_ico1a.png);
}

.j_part3 .list dl.active dd {
  display: block;
}

.c_part1 {
  padding: 1.2rem 0;
}

.c_part1 .a_tit {
  margin-bottom: 0.54rem;
}

.c_part1 .map {
  display: block;
  position: relative;
}

.c_part1 .map img {
  display: block;
  width: 100%;
}

.c_part1 .map i {
  display: block;
  width: 2.4rem;
  height: 1.68rem;
  background-image: url(../img/map_i.png);
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.c_part1 .map .dian {
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 2;
  width: 0.68rem;
  height: 0.68rem;
  transform: translate(-50%, -50%);
}

.c_part1 .map .dian::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(to right, #00AF92, #0086CF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #00AF92, #0086CF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #00AF92, #0086CF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00AF92, #0086CF);
  /* 标准的语法（必须放在最后） */
}

.c_part1 .map .dian::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(0, 115, 235, 0.22);
  animation: myfirst 3s linear infinite;
  width: 100%;
  height: 100%;
}

@keyframes myfirst {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

.c_part2 {
  padding-bottom: 1.2rem;
}

.c_part2 .a_tit {
  margin-bottom: 0.54rem;
}

.c_part2 .list {
  display: flex;
  flex-wrap: wrap;
}

.c_part2 .list .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  width: calc(100% / 3 - 0.34rem);
  margin-right: 0.51rem;
  text-align: center;
  padding: 0.8rem 0 0 0;
  height: 3.66rem;
  margin-bottom: 0.5rem;
}

.c_part2 .list .item .ico {
  width: 0.72rem;
  margin: 0 auto 0.33rem;
}

.c_part2 .list .item .ico img {
  display: block;
  width: 100%;
}

.c_part2 .list .item dl dt {
  color: #333333;
  font-size: 0.24rem;
  margin-bottom: 0.22rem;
  font-weight: bold;
}

.c_part2 .list .item dl dd {
  color: #666666;
  font-size: 0.16rem;
}

.c_part2 .list .item .ewm {
  width: 1.6rem;
  margin: 0 auto 0.18rem;
}

.c_part2 .list .item:nth-child(4) p {
  font-size: 0.18rem;
}

.c_part2 .list .item:nth-child(3) {
  margin-right: 0;
}

.c_part2 .list .item:nth-child(5) {
  width: calc(100% / 3 * 2 - 0.17rem);
  margin-right: 0;
  padding: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c_part2 .list .item:nth-child(5) .left {
  width: 3.4rem;
  margin-left: 1.07rem;
}

.c_part2 .list .item:nth-child(5) .left h3 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.c_part2 .list .item:nth-child(5) .left a {
  color: #00AF92;
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.23rem;
  display: block;
}

.c_part2 .list .item:nth-child(5) .left p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.4;
}

.c_part2 .list .item:nth-child(5) .right {
  margin-bottom: 0.6rem;
}

.c_part2 .list .item:nth-child(5) .right img {
  display: block;
  width: 2.26rem;
}

/* 视频弹窗 */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.c-modal.on {
  opacity: 1;
  visibility: visible;
}

.c-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.c-modal-backdrop.on {
  opacity: .5;
}

.c-modal-dialog {
  width: auto;
  max-width: 94%;
  max-height: 94%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  outline: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  overflow: hidden;
}

.c-modal-dialog.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-modal-dialog .content {
  display: none;
}

.c-modal-dialog .video {
  width: 768px;
  height: 432px;
}

.c-modal-dialog .video iframe {
  width: 100%;
  height: 100%;
}

.c-modal-dialog .video video,
.c-modal-dialog .video .video-js {
  width: 100%;
  height: 100%;
}

.c-modal-dialog .form {
  background: #fff;
  width: 500px;
  max-width: 100%;
  padding: 32px 6%;
}

.c-modal-dialog .imgshow {
  background-color: #fff;
}

.c-modal-dialog .imgshow .img {
  max-width: 100%;
}

.c-modal-dialog .imgshow .move {
  max-height: 94vh;
  overflow-y: scroll;
}

.c-modal-dialog .imgshow .move::-webkit-scrollbar {
  width: 17px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.8);
}

.c-modal-dialog .img {
  display: block;
  margin: 0 auto;
}

.c-modal-dialog .img>img {
  max-width: 94vw;
  max-height: 94vh;
}

.c-modal-off {
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  -o-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.c-modal-off::after,
.c-modal-off::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 9px;
}

.c-modal-off::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal-off::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal-off:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vjs-button>.vjs-icon-placeholder:before {
  display: contents;
}

.js-m-3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.search-bg1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #f5f5f5;
  display: none;
  z-index: 998;
}

.header2 {
  height: 55px;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
}

.header2 .main-wrap {
  height: 55px;
  padding: 0 4%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header2 .main-wrap .log-c {
  position: absolute;
  right: calc(4% + 44px);
}

.header2 .main-wrap .log-c .login-a {
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
}

.header2 .main-wrap .log-c .login-a .img {
  width: 24px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
}

.header2 .main-wrap .log-c .login-a .img img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.header2 .main-wrap .log-c .login-a .xl {
  width: 120px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  padding: 20px 14px;
  display: none;
}

.header2 .main-wrap .log-c .login-a .xl a {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 14px;
  margin-bottom: 27px;
}

.header2 .main-wrap .log-c .login-a .xl a img {
  margin-right: 8px;
}

.header2 .main-wrap .log-c .login-a .xl a:last-of-type {
  margin-bottom: 0;
}

.header2 .logo {
  overflow: hidden;
}

.header2 .logo a {
  display: block;
}

.header2 .logo img {
  display: block;
  height: 24px;
}

.header2 .nav-btn {
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

.header2 .nav-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #333333;
  position: absolute;
}

.header2 .nav-btn .line1 {
  -webkit-transform-origin: left 0px 0;
  -ms-transform-origin: left 0px 0;
  transform-origin: left 0px 0;
}

.header2 .nav-btn .line2 {
  top: 8px;
  width: 75%;
}

.header2 .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left 2px 0;
  -ms-transform-origin: left 2px 0;
  transform-origin: left 2px 0;
  width: 90%;
}

.header2 .sub-menu {
  width: 100%;
  padding: 0 2%;
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2;
  overflow-y: auto;
  box-sizing: border-box;
}

.header2 .sub-menu ul {
  width: 100%;
}

.header2 .sub-menu li {
  border-bottom: 1px solid #E8E8E8;
  font-size: 16px;
  width: 96%;
  margin: 0 auto;
}

.header2 .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 0 3%;
  line-height: 60px;
  color: #333;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
}

.header2 .sub-menu .tit a {
  display: block;
  width: 80%;
}

.header2 .sub-menu .tit i {
  display: block;
  width: 11px;
  height: 19px;
  background-image: url(../img/mf_icon1.png);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 3%;
  transition: all .3s linear;
}

.header2 .sub-menu .tit.on i {
  transform: rotate(90deg);
}

.header2 .sub-menu .sec-list {
  line-height: 40px;
  padding: 10px 4%;
  display: none;
}

.header2 .sub-menu .sec-list p {
  background: url(../img/ico_04.png) no-repeat left center;
  background-size: 3px auto;
  font-size: 14px;
}

.header2 .sub-menu .sec-list a {
  padding-left: 3%;
  color: #666;
  display: block;
}

.header2 .nav-btn.hover .line {
  background: #262626;
}

.header2 .nav-btn.hover .line3 {
  width: 100%;
}

.tanchuang_con {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: none;
}

.tanchuang_con.show {
  display: block;
}

.tanchuang_con .bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.tanchuang_con .con .top {
  background-color: #00AF92;
  display: flex;
  justify-content: space-between;
  padding: 1.35vw 1.77vw 1.35vw 3vw;
  align-items: center;
}

.tanchuang_con .con .top .tt_logo {
  width: 0.81rem;
}

.tanchuang_con .con .top .out {
  width: 1.3vw;
  cursor: pointer;
  transition: all 0.5s;
}

.tanchuang_con .con .top .out:hover {
  transform: rotate(180deg);
}

.tanchuang_con .con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 1023px;
  max-width: 90%;
}

.tanchuang_con .con form {
  padding: 3vw;
  overflow: auto;
}

.tanchuang_con .con form .boxs .box {
  text-align: center;
  margin-bottom: 2vw;
  z-index: 5;
}

.tanchuang_con .con form .boxs .box .txt {
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 1.1vw;
}

.tanchuang_con .con form .boxs .box .txt span {
  color: #ED1C24;
  margin-right: 4px;
}

.tanchuang_con .con form .boxs .box .input {
  position: relative;
  width: 100%;
  height: 2rem;
}

.tanchuang_con .con form .boxs .box .input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.tanchuang_con .con form .boxs .box .input label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../img/sc_img.png)no-repeat center;
  background-size: 3vw auto;
  background-color: #ffffff;
  cursor: pointer;
}

.tanchuang_con .con form .submit {
  display: block;
  margin: 0 auto;
  width: 28.646vw;
  line-height: 3.125vw;
  border-radius: 1.5625vw;
  text-align: center;
  color: #ffffff;
  background-color: #00AF92;
  transition: all 0.5s;
}

.tanchuang_con .con form .submit:hover {
  opacity: 0.7;
}

.tanchuang_con .con form::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.tanchuang_con .con form::-webkit-scrollbar-thumb {
  background-color: #00AF92;
}

.tanchuang_con .con form::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

/* 适配 */
@media (max-width:1680px) {
  html {
    font-size: 87.5px;
  }
}

@media (max-width:1480px) {
  html {
    font-size: 77.0833px;
  }

  .header .right ul.nav {
    margin-right: 3rem;
  }
}

@media (max-width:1440px) {
  html {
    font-size: 75px;
  }
}

@media (max-width:1366px) {
  html {
    font-size: 71.1458px;
  }
}

@media (max-width:1280px) {
  html {
    font-size: 66.6667px;
  }
}

@media (max-width:1024px) {

  .dialog .prev,
  .dialog .next {
    width: 30px;
    height: 30px;
  }

  .dialog .prev:hover {
    transform: rotate(0);
    background-image: url("../img/arra.jpg");
  }

  .dialog .next:hover {
    transform: rotate(180deg);
    background-image: url("../img/arra.jpg");
  }

  .dialog .btn {
    width: 80px;
    bottom: -40px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .c-modal-dialog {
    width: 94%;
  }

  .c-modal-dialog .video {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
  }

  .c-modal-dialog .video-js {
    position: absolute;
  }

  .c-modal-dialog .search {
    margin: 0 auto;
  }

  .c-modal-dialog .search .input {
    height: 54px;
    line-height: 54px;
  }

  .c-modal-dialog .search .submit {
    width: 54px;
    height: 54px;
    background-size: 24px;
  }

  .header {
    display: none;
  }

  .header2 {
    display: block;
  }

  .banner .wz {
    padding: 0 0.2rem
  }

  .banner .wz h3 {
    font-size: 0.24rem;
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }

  .banners {
    -webkit-mask-image: none;
    position: static;
    width: 100vw !important;
    height: 100vh !important;
    transform: translate(0, 0);
  }

  .banner {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translate(0, 0);
  }

  .i_part2 {
    background-color: #ffffff;
    margin-top: 0;
  }

  .banners.hcc {
    -webkit-mask-image: none;
  }

  .i_part1 {
    height: auto;
    padding: 0.4rem 0;
    position: relative;
  }

  .i_part1 .wz {
    position: relative;
    top: 0;
    transform: translateY(0);
    opacity: 1;
    font-size: 0.24rem;
  }

  .i_part1 .wz .pc {
    display: none;
  }

  .i_part1 .wz .m {
    display: block;
    position: relative;
    top: 0;
    transform: translateY(0);
    opacity: 1;
    font-size: 0.24rem;
  }

  .i_part1 .wz img {
    width: calc(100% - 40px);
    margin: 0 0.2rem
  }

  .i_part2 {
    padding-top: 0;
  }

  .w1360 {
    width: 92%;
  }

  .i_tit {
    font-size: 0.3rem;
  }

  .i_part2 .bg {
    position: relative;
  }

  .i_part2 .ms {
    color: #333333;
    font-size: 0.14rem;
    line-height: 2;
    padding: 0.2rem 0
  }

  .i_part2 .i_tit {
    color: #333333;
    margin-top: 0.2rem
  }

  .i_part2 ul {
    flex-wrap: wrap;
    padding: 0.2rem 0;
    margin-top: 0;
  }

  .i_part2 ul li {
    width: 50%;
    border: none;
    margin-bottom: 0.2rem;
  }

  .i_part2 ul li .num {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }

  .i_part2 ul li:nth-child(1) .num {
    font-size: 0.14rem;
  }

  .i_part2 ul li .num span {
    font-size: 0.28rem;
  }

  .i_part2 ul li .xx {
    font-size: 0.12rem;
  }

  .i_part3 .w1360 {
    padding-top: 0.4rem;
  }

  .i_part3 .ms {
    margin-top: 0.2rem;
    font-size: 0.14rem;
  }

  .i_part3 .list {
    margin-top: 0.2rem;
    padding-bottom: 0;
  }

  .i_part3 .list .part {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }

  .i_part3 .list .part .wz {
    margin-top: 0.2rem;
  }

  .i_part3 .list .part .wz h3 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .i_part3 .list .part .wz .xx {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }

  .i_part3 .list .part .img::before {
    display: none;
  }

  .i_part3 .list .part .img ul {
    display: none;
  }

  .i_part4 {
    padding: 0.4rem 0
  }

  .more {
    width: 0.8rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.12rem;
  }

  .more1 {
    width: 0.8rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.12rem;
  }

  .i_part4 .list .part {
    margin-top: 0.2rem;
    display: block;
    padding: 0.2rem
  }

  .i_part4 .list .part .wz {
    width: 100%;
    margin-left: 0;
  }

  .i_part4 .list .part .wz .time {
    font-size: 0.12rem;
    margin-bottom: 0.1rem;
  }

  .i_part4 .list .part .wz h3 {
    font-size: 0.16rem;
  }

  .i_part4 .list .part .wz p {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }

  .i_part4 .list .part .img {
    display: block;
    width: 100%;
  }

  .i_part4 .bg1 {
    display: none;
  }

  .i_part5 {
    padding: 0.4rem 0
  }

  .i_part5 .list {
    margin-top: 0.2rem;
  }

  .i_part5 .list ul li {
    width: calc(50% - 0.1rem);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .i_part5 .list ul li:nth-child(5n) {
    margin-right: 0.2rem;
  }

  .i_part5 .list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .i_part6 {
    padding: 0.4rem 0
  }

  .i_part6 .bg {
    position: relative;
    display: none;
  }

  .i_part6 .i_tit {
    color: #333333;
  }

  .i_part6 .list {
    margin-top: 0.2rem;
  }

  .i_part6 .list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .i_part6 .list ul li {
    width: 48%;
    margin: 0;
    padding: 0.2rem;
    border-radius: 0.2rem;
    background-color: #f9f9f9;
    margin-right: 4%;
    margin-bottom: 0.2rem;
  }

  .i_part6 .list ul li .ico {
    width: 0.4rem;
  }

  .i_part6 .list ul li .ico img.pc {
    display: none;
  }

  .i_part6 .list ul li .ico img.mm {
    display: block;
  }

  .i_part6 .list ul li .wz p {
    color: #333333;
    font-size: 0.14rem;
  }

  .i_part6 .list ul li .wz h3 {
    color: #333333;
    opacity: 0.8;
    font-size: 0.16rem;
  }

  .i_part6 .list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .i_part6 .list1 {
    margin-top: 0.2rem;
  }

  .i_part6 .list1 ul {
    display: block;
    padding: 0.2rem 0
  }

  .i_part6 .list1 ul li {
    width: 100% !important;
    height: 1rem;
    border-bottom: 1px solid #ffffff;
  }

  .i_part6 .list1 ul li .wz h3 {
    font-size: 0.2rem;
  }

  .i_part6 .list1 ul li .wz p {
    font-size: 0.12rem;
  }

  .footer .f_top {
    display: none;
  }

  .footer .f_center {
    display: none;
  }

  .footer {
    padding-top: 0;
  }

  .footer .f_bottom p {
    line-height: 1.7;
    text-align: center;
  }

  .footer .f_bottom p:nth-child(2) {
    display: none;
  }

  .ny_banner .img img.pc {
    display: none;
  }

  .ny_banner .img img.mm {
    display: block;
  }

  .ny_banner .wz p.cn {
    font-size: 0.3rem;
  }

  .ny_banner .wz p.en {
    font-size: 0.2rem;
  }

  .ny_nav .w1360 a {
    font-size: 0.12rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .a_part1 {
    padding-top: 0.4rem;
  }

  .a_tit {
    font-size: 0.24rem;
  }

  .a_part1 .a_tit {
    margin-bottom: 0.2rem;
  }

  .a_part1 .ms {
    font-size: 0.14rem;
  }

  .a_part1 ul {
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }

  .a_part1 ul li {
    width: 50%;
    border: none;
    margin-bottom: 0.2rem;
  }

  .a_part1 ul li .num {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }

  .a_part1 ul li:nth-child(1) .num {
    font-size: 0.14rem
  }

  .a_part1 ul li .num span {
    font-size: 0.28rem;
  }

  .a_part1 ul li .xx {
    font-size: 0.12rem;
  }

  .a_part2 {
    padding-top: 0.4rem;
  }

  .a_part2 .a_tit,
  .a_part3 .a_tit {
    margin-bottom: 0.4rem;
  }

  .a_part2 .img img {
    display: none;
  }

  .a_part2 .img img.mc {
    display: block;
    width: 92%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    margin: 0 auto
  }

  .a_part3 {
    padding: 0.4rem 0
  }

  .a_part3 .list {
    margin-bottom: 0.2rem;
  }

  .a_part3 .list .item {
    width: calc(50% - 0.1rem);
    margin-right: 0.2rem;
    padding: 0.1rem 0
  }

  .a_part3 .list .item:nth-child(3n) {
    margin-right: 0.2rem;
  }

  .a_part3 .list .item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .a_part3 .list .item h3 {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }

  .a_part3 .list .item p {
    font-size: 0.14rem;
    height: auto;
  }

  .a_part4 {
    padding: 0.4rem 0
  }

  .a_part4 .a_tit {
    margin-bottom: 0.2rem;
  }

  .a_part4 .year .swiper-slide-active .time {
    font-size: 0.3rem;
  }

  .a_part4 .year .swiper-slide .time span {
    font-size: 0.2rem;
  }

  .a_part4 .wz {
    width: 100%;
    padding: 0;
    margin: 0.2rem auto
  }

  .a_part4 .wz .swiper-slide {
    font-size: 0.14rem;
  }

  .a_part4 .wz .prev,
  .a_part4 .wz .next {
    width: 0.3rem;
    height: 0.3rem;
    z-index: 10;
    top: -0.4rem
  }

  .a_part5 {
    padding: 0.4rem 0
  }

  .a_part5 .a_tit {
    margin-bottom: 0.2rem;
  }

  .a_part5 .honnor {
    padding: 0 4%;
  }

  .a_part5 .honnor .prev,
  .a_part5 .honnor .next {
    display: none;
  }

  .a_part5 .honnor .swiper-pagination {
    margin-top: 0.2rem;
  }

  .a_part5 .honnor .swiper-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.08rem
  }

  .b_part1 {
    padding-top: 0.4rem;
  }

  .b_part1 .a_tit,
  .b_part2 .a_tit,
  .b_part3 .a_tit,
  .c_part1 .a_tit,
  .c_part2 .a_tit,
  .j_part1 .a_tit,
  .j_part2 .a_tit,
  .j_part3 .a_tit {
    margin-bottom: 0.2rem;
  }

  .b_part1 .list {
    padding: 0 4%
  }

  .b_part1 .list .bg {
    position: relative;
    display: none;
  }

  .b_part1 .list .other {
    margin-top: 0.2rem;
  }

  .b_part1 .list .other h3 {
    color: #333333;
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
  }

  .b_part1 .list .other ul {
    display: block;
  }

  .b_part1 .list .other ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .b_part1 .list .other ul li .num {
    font-size: 0.14rem;
    position: absolute;
    right: 20px;
    right: 24px;
  }

  .b_part1 .list .other ul li .tit {
    font-size: 0.16rem;
  }

  .b_part1 .list .other ul li .ms {
    font-size: 0.14rem;
    min-height: 0;
  }

  .b_part2 {
    padding-top: 0.4rem;
  }

  .b_part2 .b_main .b_nav {
    display: none;
  }

  .b_part2 .list .item {
    padding: 0.3rem 0;
    display: block;
  }

  .b_part2 .list .item .w1360 {
    display: block;
  }

  .b_part2 .list .item .w1360 .wz {
    width: 100%;
  }

  .b_part2 .list .item .w1360 .wz h3 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .b_part2 .list .item .w1360 .wz p {
    font-size: 0.14rem;
  }

  .b_part2 .list .item .w1360 .img {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .b_part3 {
    padding: 0.4rem 0
  }

  .b_part3 .top {
    display: block;
    margin-bottom: 0.2rem;
  }

  .b_part3 .top .video {
    width: 100%;
  }

  .b_part3 .top .wz {
    width: 100%;
    margin-top: 0.2rem;
  }

  .b_part3 .top .wz h3 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .b_part3 .top .wz p {
    font-size: 0.14rem;
  }

  .b_part3 .bottom .swiper-scrollbar {
    margin-top: 0.2rem;
  }

  .c_part1 {
    padding: 0.4rem 0
  }

  .c_part1 .map i {
    display: none;
  }

  .c_part2 {
    padding-bottom: 0.4rem;
  }

  .c_part2 .list {
    display: block;
  }

  .c_part2 .list .item {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
  }

  .c_part2 .list .item .ico {
    width: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .c_part2 .list .item dl dt {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }

  .c_part2 .list .item dl dd {
    font-size: 0.12rem;
  }

  .c_part2 .list .item:nth-child(5) {
    width: 100%;
  }

  .c_part2 .list .item:nth-child(5) .left {
    width: 100%;
    margin-left: 0;
  }

  .c_part2 .list .item:nth-child(5) .img {
    display: none;
  }

  .c_part2 .list .item:nth-child(5) .left h3 {
    font-size: 0.18rem;
  }

  .c_part2 .list .item:nth-child(5) .left a {
    font-size: 0.24rem;
  }

  .c_part2 .list .item:nth-child(5) .left p {
    font-size: 0.14rem;
  }

  .j_part1 {
    padding: 0.4rem 0;
  }

  .j_part1 .part {
    padding: 0.2rem;
    display: block;
  }

  .j_part1 .part .left {
    width: 100%;
    padding-top: 0;
    text-align: center;
    font-size: 0.18rem;
    line-height: 1.7;
  }

  .j_part1 .part .right {
    padding: 0;
    width: 100%;
    border: none;
    margin-top: 0.2rem;
  }

  .j_part1 .part .right p {
    font-size: 0.14rem;
  }

  .j_part1 .part .right p:nth-child(1) {
    margin-bottom: 0.3rem;
  }

  .j_part2 {
    padding: 0.4rem 0;
  }

  .j_part2 .list {
    display: block;
  }

  .j_part2 .list .item {
    width: 100%;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .j_part2 .list .item h3 {
    font-size: 0.24rem;
  }

  .j_part2 .list .item p {
    width: 100%;
    font-size: 0.14rem;
  }

  .j_part3 {
    padding-bottom: 0.4rem;
  }

  .j_part3 .list .top,
  .j_part3 .list dl dt {
    padding: 0 0.2rem;
  }

  .j_part3 .list .top p,
  .j_part3 .list dl dt p {
    font-size: 0.12rem;
  }

  .j_part3 .list dl dd .ot {
    display: block;
    padding: 0.2rem;
  }

  .j_part3 .list dl dd .xx {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .j_part3 .list dl dd .xx h3 {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }

  .j_part3 .list dl dd .xx .ms {
    font-size: 0.14rem;
  }

  .news_list {
    padding: 0.4rem 0;
  }

  .news_list .list .item {
    margin-bottom: 0.2rem;
    display: block;
    padding: 0.2rem
  }

  .news_list .list .item .wz {
    width: 100%;
    margin-left: 0;
  }

  .news_list .list .item .wz .time {
    font-size: 0.12rem;
    margin-bottom: 0.1rem;
  }

  .news_list .list .item .wz h3 {
    font-size: 0.16rem;
  }

  .news_list .list .item .wz p {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }

  .news_list .list .item .img {
    display: block;
    width: 100%;
  }

  .fy .prev,
  .fy .next {
    width: 0.3rem;
    height: 0.3rem;
    display: none;
  }

  .fy a {
    font-size: 0.14rem;
    margin: 0 0.1rem
  }

  .news_details {
    padding-top: 0.8rem;
  }

  .news_details .w1360 .left {
    width: 100%;
  }

  .news_details .w1360 .left .tit {
    font-size: 0.24rem;
  }

  .news_details .w1360 .left .ms {
    padding: 0.2rem 0
  }

  .news_details .w1360 .right {
    display: none;
  }

  .news_details .w1360 .left .other .fx {
    display: none;
  }

  .sy-right {
    display: none;
  }

  .header2 .sub-menu li:nth-child(1) .tit i {
    display: none;
  }

  .b_part3 .bottom .swiper-slide .wz .left h3 {
    font-size: 0.14rem;
  }

  .tanchuang_con .con .top {
    padding: 18px 22px;
  }

  .tanchuang_con .con .top .out {
    width: 4.3vw;
  }

  .tanchuang_con .con .top .tt_logo {
    width: 20vw;
  }

  .tanchuang_con .con form .boxs .box input {
    line-height: 30px;
  }

  .tanchuang_con .con form .boxs .box textarea {
    line-height: 30px;
    height: 120px;
  }

  .tanchuang_con .con form .submit {
    width: 156px;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
  }

  .tanchuang_con .con form .boxs .box select {
    line-height: 30px;
  }

  .tanchuang_con .con form .boxs .box .input {
    height: 86px;
  }

  .tanchuang_con .con form .boxs .box .input label {
    background-size: 40px auto;
  }

  .tanchuang_con .con form .boxs .box {
    margin-bottom: 16px;
  }
}

@media (max-width:960px) {}

@media (max-width:768px) {}

@media (max-width:414px) {}

@media (max-width:375px) {}

@media (max-width:320px) {}