.hide1366 {
  display: block;
}
.show1366 {
  display: none;
}
.hide992 {
  display: block !important;
}
.show992 {
  display: none !important;
}
.tanchu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.tanchu.sb .t_content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchu.sb .t_content .img img {
  width: 100%;
}
.tanchu .t_content {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.tanchu .t_content video {
  width: 100%;
  max-height: 100vh;
}
.tanchu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #364890;
  padding: 16px;
  cursor: pointer;
}
.menu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background-image: url(../images/openNav_bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.menu .t_content {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.menu .t_content > div .left {
  width: 36%;
  float: left;
}
.menu .t_content > div .left .img {
  width: 180px;
  margin: 280px auto 30px;
}
.menu .t_content > div .left .img img {
  width: 100%;
}
.menu .t_content > div .left .text h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.menu .t_content > div .left .text p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.menu .t_content > div .left .icp {
  margin-top: 180px;
  font-size: 15px;
  color: #ffffffb3;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.menu .t_content > div .left .icp a {
  font-size: 15px;
  color: #ffffffb3;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.menu .t_content > div .right {
  float: right;
  width: 54%;
  margin-top: 310px;
}
.menu .t_content > div .right ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.menu .t_content > div .right ul li {
  border-top: 1px solid #ffffff75;
  padding-top: 20px;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.menu .t_content > div .right ul li:nth-of-type(3n) {
  margin-right: 0;
}
.menu .t_content > div .right ul li dl dt {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 24px;
}
.menu .t_content > div .right ul li dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.menu .t_content > div .right ul li dl dd {
  font-size: 15px;
  color: #ffffffb3;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.menu .t_content > div .right ul li dl dd a {
  font-size: 15px;
  color: #ffffffb3;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.menu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #364890;
  padding: 16px;
  cursor: pointer;
}
.search {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background-color: rgba(49, 73, 140, 0.7);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.search .t_content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.search .t_content .searchBox {
  width: 60%;
  padding: 30px;
  background-color: #0636be;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
}
.search .t_content .searchBox form .ipt {
  width: 84%;
  height: 100%;
  height: 60px;
  border: none;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}
.search .t_content .searchBox form button {
  width: 16%;
  float: right;
  border: none;
  line-height: 60px;
  color: #333;
  font-size: 16px;
}
.search .t_content .searchBox form button i {
  font-size: 18px;
  padding-right: 10px;
}
.search .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #364890;
  padding: 16px;
  cursor: pointer;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 118px;
  line-height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
header .w80 {
  display: flex;
  justify-content: space-between;
}
header .w80 .logo {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
header .w80 .nav {
  width: 56%;
  height: 90px;
}
header .w80 .nav .tool {
  display: flex;
  justify-content: flex-end;
  height: 24px;
  margin-top: 26px;
}
header .w80 .nav .tool > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .w80 .nav .tool > div:nth-child(1) {
  color: #fff;
  font-size: 24px;
  margin-right: 16px;
}
header .w80 .nav .tool > div:nth-child(2) {
  color: #fff;
  margin-right: 16px;
}
header .w80 .nav .tool > div:nth-child(3) img {
  color: #fff;
  margin-right: 0px;
}
header .w80 .nav .tool > div img {
  width: 26px;
  margin-right: 10px;
}
header .w80 .nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  margin-top: 24px;
}
header .w80 .nav ul li {
  line-height: inherit;
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .w80 .nav ul li a {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
header .w80 .nav ul li:nth-last-of-type {
  display: flex;
  align-items: center;
}
header .w80 .nav ul li img {
  width: 20px;
  line-height: inherit;
  margin-right: 10px;
}
.n_banner {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}
.n_banner .img img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: n_bannerScale 4s 1;
}
.n_banner .txt {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 44%;
  animation: upShow 1.5s 1;
}
.n_banner .txt h3 {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  width: 260px;
  background-color: #0636be;
  line-height: 60px;
  margin: 0 auto 20px;
}
.n_banner .txt p {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: normal;
  text-shadow: 1px 1px 1px #666;
}
@keyframes n_bannerScale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes upShow {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.n_title h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 120px;
}
.n_title p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.n_nav_list {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #0636be;
  position: relative;
}
.n_nav_list > div {
  line-height: 90px;
  position: relative;
  overflow: initial;
  z-index: 99;
}
.n_nav_list > div::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div .list {
  line-height: inherit;
  float: right;
}
.n_nav_list > div .list ul {
  line-height: inherit;
  overflow: hidden;
}
.n_nav_list > div .list ul li {
  float: left;
  margin: 0 36px;
  line-height: inherit;
  height: 90px;
  box-sizing: border-box;
}
.n_nav_list > div .list ul li a {
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .list ul li.current {
  border-bottom: 2px solid #0636be;
}
.n_nav_list > div .list ul li.current a {
  color: #0636be;
}
.n_nav_list > div .list ul li:hover {
  border-bottom: 2px solid #0636be;
}
.n_nav_list > div .list ul li:hover a {
  color: #0636be;
}
.n_nav_list > div .backhome {
  line-height: inherit;
  float: left;
}
.n_nav_list > div .backhome a {
  font-size: 16px;
  color: #999;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .backhome a i {
  margin-right: 10px;
}
.pageList {
  margin-top: 40px;
  padding-bottom: 100px;
}
.pageList ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageList ul li {
  display: inline-block;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  margin: 0 2px;
}
.pageList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
}
.footer_box {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}
.footer_box .footer .covervid-wrapper .fd {
  position: absolute;
  z-index: 97;
  left: 0;
  top: 0px;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 21, 44, 0.8);
}
.footer_box .footer .covervid-wrapper .fd > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_left {
  width: 25%;
  margin-top: 50px;
  position: relative;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_left::after {
  position: absolute;
  right: 0;
  top: 20px;
  content: "";
  display: block;
  width: 1px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.3);
}
.footer_box .footer .covervid-wrapper .fd > div .ft_left .ft_logo {
  margin-bottom: 10px;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_left p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  opacity: 0.6;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_center {
  margin-top: 70px;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_center::after {
  position: absolute;
  right: 0;
  top: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.3);
}
.footer_box .footer .covervid-wrapper .fd > div .ft_center dl dt {
  margin-bottom: 20px;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_center dl dt a {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_center dl dd {
  margin-bottom: 14px;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_center dl dd a {
  font-size: 15px;
  color: #fff6;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_right {
  display: none;
  margin-top: 70px;
  width: 25%;
  position: relative;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_right::after {
  position: absolute;
  right: 0;
  top: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.3);
}
.footer_box .footer .covervid-wrapper .fd > div .ft_right .ft_right_img {
  width: 60%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_box .footer .covervid-wrapper .fd > div .ft_right .ft_right_img img {
  width: 100%;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_right .ft_right_text h3 {
  font-size: 18px;
  color: #fff6;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_box .footer .covervid-wrapper .fd > div .ft_right .ft_right_text p {
  font-size: 15px;
  color: #fff6;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.footer_box .icp {
  line-height: 60px;
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 98;
}
.footer_box .icp > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer_box .icp > div .icp_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer_box .icp > div .icp_left p {
  font-size: 15px;
  color: #fff6;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.footer_box .icp > div .icp_left a {
  font-size: 15px;
  color: #fff6;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.footer_box .icp > div .icp_right a {
  font-size: 15px;
  color: #fff6;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.index .section-2 > div .top {
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .section-2 > div .top .news_title img {
  width: initial;
}
.index .section-2 > div .top .tab ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.index .section-2 > div .top .tab ul li a {
  padding: 0 66px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 64px;
  font-weight: 400;
  text-align: center;
}
.index .section-2 > div .top .tab ul li.active {
  background-color: #0636be;
  border-radius: 6px;
  position: relative;
}
.index .section-2 > div .top .tab ul li.active a {
  color: #fff;
  position: relative;
  z-index: 2;
}
.index .section-2 > div .top .tab ul li.active::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0636be;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 64px;
  margin-left: -10px;
  margin-top: -26px;
}
.index .section-2 > div .bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .section-2 > div .bottom .left {
  width: 702px;
  padding-bottom: 30px;
}
.index .section-2 > div .bottom .left .news_switchBox {
  width: 100%;
}
.index .section-2 > div .bottom .left .news_switchBox .news_item {
  width: 100%;
}
.index .section-2 > div .bottom .left .news_switchBox .news_item:hover .news_img {
  cursor: pointer;
}
.index .section-2 > div .bottom .left .news_switchBox .news_item:hover .news_img img {
  transform: scale(1.1);
}
.index .section-2 > div .bottom .left .news_switchBox .news_item .news_img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 420px;
  border-radius: 50px;
}
.index .section-2 > div .bottom .left .news_switchBox .news_item .news_img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .section-2 > div .bottom .left .news_switchBox .news_item .news_text {
  margin-top: 30px;
}
.index .section-2 > div .bottom .left .news_switchBox .news_item .news_text h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .section-2 > div .bottom .left .news_switchBox .news_item .news_text p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.index .section-2 > div .bottom .left .news_switchBox .news_item .news_text a {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .section-2 > div .bottom .left .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border: 1px solid #364890;
  background: none;
  opacity: 1;
  border-radius: 0;
}
.index .section-2 > div .bottom .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  background-image: url(../images/huaIcon.png);
  background-size: cover !important;
}
.index .section-2 > div .bottom .right {
  width: 50%;
  position: relative;
}
.index .section-2 > div .bottom .right .news_list {
  left: 0;
  top: 0;
  position: absolute;
  display: none;
}
.index .section-2 > div .bottom .right .news_list:nth-of-type(1) {
  display: block;
}
.index .section-2 > div .bottom .right .news_list ul {
  width: 100%;
}
.index .section-2 > div .bottom .right .news_list ul li {
  width: 90%;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 6px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.index .section-2 > div .bottom .right .news_list ul li:hover {
  box-shadow: 2px 2px 8px #ababab;
  background-color: #0636be;
}
.index .section-2 > div .bottom .right .news_list ul li:hover a .list_left h3 {
  color: #fff;
}
.index .section-2 > div .bottom .right .news_list ul li:hover a .list_left p {
  color: #fff;
}
.index .section-2 > div .bottom .right .news_list ul li:hover a .list_right p {
  color: #fff;
}
.index .section-2 > div .bottom .right .news_list ul li:hover a .list_right i {
  color: #fff;
}
.index .section-2 > div .bottom .right .news_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .section-2 > div .bottom .right .news_list ul li a .list_left {
  width: 72%;
}
.index .section-2 > div .bottom .right .news_list ul li a .list_left h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.index .section-2 > div .bottom .right .news_list ul li a .list_left p {
  font-size: 15px;
  color: #999;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .section-2 > div .bottom .right .news_list ul li a .list_right {
  width: 28%;
  text-align: center;
}
.index .section-2 > div .bottom .right .news_list ul li a .list_right p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding-bottom: 40px;
}
.index .section-2 > div .bottom .right .news_list ul li a .list_right i {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .section-4 .c_icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 58%;
  margin: -50px -50px;
  cursor: pointer;
}
.index .section-5 .top {
  width: 100%;
  height: auto;
}
.index .section-5 .bottom {
  position: relative;
  z-index: 99;
}
.index .section-5 .bottom .index_contact_left {
  width: 42%;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  box-sizing: border-box;
  padding: 24px 64px;
  border-top: 6px solid #0636be;
}
.index .section-5 .bottom .index_contact_left .ic_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.index .section-5 .bottom .index_contact_left .ic_title p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .section-5 .bottom .index_contact_left .message_box {
  margin-top: 24px;
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_top .m_item {
  width: 48%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_top .m_item input {
  border: none;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  width: calc(100% - 82px);
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_top .m_item button {
  border: none;
  width: 200px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_top .m_item button i {
  padding-left: 10px;
  font-size: 14px;
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item:last-of-type {
  margin-top: 20px;
  border-bottom: none;
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item input {
  border: none;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  width: calc(100% - 82px);
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item button {
  border: none;
  width: 200px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}
.index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item button i {
  padding-left: 10px;
  font-size: 14px;
}
.index .section-5 .bottom .index_contact_right {
  width: 54%;
  position: absolute;
  right: 0;
  top: 60px;
}
.index .section-5 .bottom .index_contact_right .ic_right_title {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}
.index .section-5 .bottom .index_contact_right .ic_right_title div {
  margin-bottom: 4px;
}
.index .section-5 .bottom .index_contact_right .ic_right_item div p {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}
.index .section-5 .bottom .index_contact_right .ic_right_item div p i {
  font-size: 18px;
  color: #0636be;
  padding-right: 8px;
}
.index .section-6 {
  position: relative;
}
.index .section-6 .join {
  width: 100%;
  background-image: url(../images/join_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 146px;
  position: absolute;
  z-index: 98;
}
.index .section-6 .join h3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.index .section-6 .join p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .section-6 .footer .covervid-wrapper .fd {
  position: absolute;
  z-index: 97;
  left: 0;
  top: 146px;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 21, 44, 0.8);
}
.index .section-6 .footer .covervid-wrapper .fd > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_left {
  width: 25%;
  margin-top: 50px;
  position: relative;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_left::after {
  position: absolute;
  right: 0;
  top: 20px;
  content: "";
  display: block;
  width: 1px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.3);
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_left .ft_logo {
  margin-bottom: 10px;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_left p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  opacity: 0.6;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_center {
  margin-top: 70px;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_center::after {
  position: absolute;
  right: 0;
  top: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.3);
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_center dl dt {
  margin-bottom: 20px;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_center dl dt a {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_center dl dd {
  margin-bottom: 14px;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_center dl dd a {
  font-size: 15px;
  color: #fff6;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_right {
  display: none;
  margin-top: 70px;
  width: 25%;
  position: relative;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_right::after {
  position: absolute;
  right: 0;
  top: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.3);
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_right .ft_right_img {
  width: 60%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_right .ft_right_img img {
  width: 100%;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_right .ft_right_text h3 {
  font-size: 18px;
  color: #fff6;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.index .section-6 .footer .covervid-wrapper .fd > div .ft_right .ft_right_text p {
  font-size: 15px;
  color: #fff6;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .section-6 .icp {
  line-height: 60px;
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 98;
}
.index .section-6 .icp > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .section-6 .icp > div .icp_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .section-6 .icp > div .icp_left p {
  font-size: 15px;
  color: #fff6;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.index .section-6 .icp > div .icp_left a {
  font-size: 15px;
  color: #fff6;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.index .section-6 .icp > div .icp_right a {
  font-size: 15px;
  color: #fff6;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.about .main {
  position: relative;
}
.about .main > div:nth-of-type(1) {
  background-image: url(../images/about_bg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.about .main > div:nth-of-type(1) > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 860px;
}
.about .main > div:nth-of-type(1) > div .about_left {
  width: 48%;
}
.about .main > div:nth-of-type(1) > div .about_left .al_title {
  margin-top: 140px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0636be;
}
.about .main > div:nth-of-type(1) > div .about_left .al_title h2 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.about .main > div:nth-of-type(1) > div .about_left .al_title h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.about .main > div:nth-of-type(1) > div .about_left .al_content p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.about .main > div:nth-of-type(1) > div .about_left .quan {
  position: absolute;
  left: 0;
  top: 540px;
}
.about .main > div:nth-of-type(1) > div .about_right {
  width: 50%;
}
.about .main > div:nth-of-type(1) > div .about_right .youshi {
  margin-top: 140px;
  margin-bottom: 40px;
}
.about .main > div:nth-of-type(1) > div .about_right .youshi ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.about .main > div:nth-of-type(1) > div .about_right .youshi ul li h1 {
  font-size: 60px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.about .main > div:nth-of-type(1) > div .about_right .youshi ul li p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.about .main > div:nth-of-type(1) > div .about_right .img {
  width: 38%;
  height: 0;
  position: absolute;
  right: 10%;
  overflow: hidden;
  padding-bottom: 480px;
  cursor: pointer;
}
.about .main > div:nth-of-type(1) > div .about_right .img:hover img {
  transform: scale(1.1);
}
.about .main > div:nth-of-type(1) > div .about_right .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.about .main > div:nth-of-type(3) .yw_title {
  margin-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.about .main > div:nth-of-type(3) .yw_title > div h2 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.about .main > div:nth-of-type(3) .yw_title > div h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li {
  width: 33%;
  height: 140px;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #f4f6f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img {
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 20px;
  transition: all 1s;
  background-color: #0636be;
  border-radius: 50%;
  overflow: hidden;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  border: 2px dashed #fff;
  border-radius: 50%;
  animation: xuanzhuan 8s linear infinite;
  display: none;
  box-sizing: border-box;
  opacity: 0.6;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img img {
  width: 40px;
  display: block;
  margin: 20px auto;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_text p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li.active {
  background-color: #0636be;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li.active .icon_img {
  border-radius: none !important;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li.active .icon_img::after {
  display: block;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li.active .icon_text p {
  color: #fff;
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li:hover {
  transform: translateY(-10px);
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li:hover .icon_img {
  transform: rotateY(180deg);
}
.about .main > div:nth-of-type(3) .yw_content .yw_nav ul li:hover .icon_text p {
  font-weight: bold;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list {
  padding-top: 80px;
  background-image: url(../images/yw_bg0.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding-bottom: 90px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul {
  position: relative;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li {
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_contentTxt h2 {
  font-size: 48px;
  color: #0636be;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_contentTxt h2 em {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_contentTxt h3 {
  font-size: 24px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_contentTxt p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  text-indent: 2em;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi {
  margin-top: 40px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi > h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item {
  width: 19%;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  padding: 26px 30px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(1):hover h2 {
  background: url(../images/about_icon1_1.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(1) h2 {
  background: url(../images/about_icon1.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(2):hover h2 {
  background: url(../images/about_icon2_1.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(2) h2 {
  background: url(../images/about_icon2.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(3):hover h2 {
  background: url(../images/about_icon3_1.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(3) h2 {
  background: url(../images/about_icon3.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(4):hover h2 {
  background: url(../images/about_icon4_1.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(4) h2 {
  background: url(../images/about_icon4.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(5):hover h2 {
  background: url(../images/about_icon5_1.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:nth-of-type(5) h2 {
  background: url(../images/about_icon5.png) no-repeat;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:hover {
  transform: translateY(-20px);
  background-color: #0636be;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:hover h2 {
  transform: rotateY(180deg);
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:hover h3 {
  color: #fff;
  transition: all 0.5s ease;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item:hover p {
  color: #fff;
  transition: all 0.5s ease;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item h2 {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  background-size: contain !important;
  transition: all 0.5s ease;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dfdfdf;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi > p {
  margin-top: 60px;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel {
  margin-top: 60px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_title {
  margin-bottom: 30px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_title h3 {
  font-size: 24px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item {
  width: 32%;
  height: 330px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item:nth-of-type(1) {
  width: 50%;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item:nth-of-type(2) {
  width: 26%;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item:nth-of-type(3) {
  width: 20%;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item .tel_list_top {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item .tel_list_top h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item .tel_list_bottom p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin: 16px 0;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel2 {
  margin-top: 30px;
  padding: 30px;
  border-top: 1px solid #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel2 h3 {
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel2 h3 i {
  font-weight: normal;
  font-size: 24px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel2 p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li:first-of-type {
  display: block;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li:first-of-type .yw_youshi .yw_youshi_list .yw_youshi_list_item {
  height: 370px;
  width: 24%;
  padding: 20px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li:first-of-type .yw_youshi .yw_youshi_list .yw_youshi_list_item img {
  width: 100%;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li:nth-of-type(2) .yw_contentTxt h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li:nth-of-type(2) .yw_youshi .yw_youshi_list .yw_youshi_list_item {
  height: 370px;
  width: 24%;
  padding: 20px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li:nth-of-type(3) .yw_youshi .yw_youshi_list .yw_youshi_list_item {
  height: auto;
  width: 24%;
  padding: 20px;
  margin-bottom: 20px;
}
.about .main > div:nth-of-type(3) .yw_content .yw_list ul li:nth-of-type(3) .yw_youshi .yw_youshi_list .yw_youshi_list_item img {
  width: 100%;
}
.about .main > div:nth-of-type(4) {
  position: relative;
  background-color: #fbfbfb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main > div:nth-of-type(4) .yj_left {
  width: 50%;
  height: 540px;
}
.about .main > div:nth-of-type(4) .yj_left .yj_left_text {
  position: absolute;
  left: 10%;
  width: 40%;
}
.about .main > div:nth-of-type(4) .yj_left .yj_left_text .box {
  width: 62%;
  margin: 80px auto 0;
}
.about .main > div:nth-of-type(4) .yj_left .yj_left_text .box h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.about .main > div:nth-of-type(4) .yj_left .yj_left_text .box p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  text-indent: 2em;
}
.about .main > div:nth-of-type(4) .yj_left .box2 {
  width: 622px;
  height: 622px;
  background-image: url(../images/dqbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 14%;
  animation: xuanzhuan 28s linear infinite;
}
.about .main > div:nth-of-type(4) .yj_right {
  width: 50%;
}
.about .main > div:nth-of-type(4) .yj_right img {
  width: 100%;
}
.about .main .c_box {
  background-image: url(../images/wenhua_bg1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding-bottom: 50px;
  margin-bottom: 80px;
  overflow: hidden;
}
.about .main .c_box > div {
  position: relative;
  padding-top: 0px;
  margin-bottom: 270px;
}
.about .main .c_box > div .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .c_box > div .top .left {
  width: 42%;
}
.about .main .c_box > div .top .left > h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .c_box > div .top .left .left_sub1 {
  margin-top: 40px;
}
.about .main .c_box > div .top .left .left_sub1 .left_sub1_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.about .main .c_box > div .top .left .left_sub1 .left_sub1_title img {
  margin-right: 10px;
}
.about .main .c_box > div .top .left .left_sub1 .left_sub1_title h4 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .c_box > div .top .left .left_sub1 p {
  width: 80%;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.about .main .c_box > div .top .right {
  width: 50%;
}
.about .main .c_box > div .top .right .img {
  width: 100%;
}
.about .main .c_box > div .top .right .img img {
  width: 100%;
}
.about .main .c_box > div .bottom {
  position: absolute;
  right: 0;
  bottom: -190px;
  width: 100%;
}
.about .main .c_box > div .bottom ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .c_box > div .bottom ul li {
  width: 33.3%;
  height: 160px;
  box-sizing: border-box;
  padding: 0 30px;
}
.about .main .c_box > div .bottom ul li .b_title {
  margin-top: 50px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .c_box > div .bottom ul li .b_title img {
  margin-right: 10px;
}
.about .main .c_box > div .bottom ul li .b_title h4 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .c_box > div .bottom ul li p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main .c_box > div .bottom ul li:nth-of-type(1) {
  background-color: #00aef0;
}
.about .main .c_box > div .bottom ul li:nth-of-type(2) {
  background-color: #8cc73c;
}
.about .main .c_box > div .bottom ul li:nth-of-type(3) {
  background-color: #06b79d;
}
.jianghua .main {
  background-image: url(../images/speech_bg.jpg);
  background-position: left bottom;
  padding-bottom: 150px;
  background-repeat: no-repeat;
}
.jianghua .main > div {
  padding-top: 120px;
}
.jianghua .main > div .jh_img {
  float: left;
  width: 50%;
  margin-right: 5%;
  margin-bottom: 3%;
  height: auto;
  overflow: hidden;
  border-radius: 0 100px 0 0;
}
.jianghua .main > div .jh_img img {
  width: 100%;
}
.jianghua .main > div .jh_word {
  width: 100% !important;
  float: none;
}
.jianghua .main > div .jh_word .jh_title h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.jianghua .main > div .jh_word .jh_title h5 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
}
.jianghua .main > div .jh_word .jh_content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.wenhua .main {
  width: 100%;
}
.wenhua .main > div {
  overflow: hidden;
}
.wenhua .main > div .c_box {
  position: relative;
  margin-top: 120px;
  margin-bottom: 270px;
}
.wenhua .main > div .c_box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wenhua .main > div .c_box .top .left {
  width: 42%;
}
.wenhua .main > div .c_box .top .left > h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.wenhua .main > div .c_box .top .left .left_sub1 {
  margin-top: 40px;
}
.wenhua .main > div .c_box .top .left .left_sub1 .left_sub1_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.wenhua .main > div .c_box .top .left .left_sub1 .left_sub1_title img {
  margin-right: 10px;
}
.wenhua .main > div .c_box .top .left .left_sub1 .left_sub1_title h4 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.wenhua .main > div .c_box .top .left .left_sub1 p {
  width: 80%;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.wenhua .main > div .c_box .top .right {
  width: 58%;
}
.wenhua .main > div .c_box .top .right .img {
  width: 100%;
}
.wenhua .main > div .c_box .top .right .img img {
  width: 100%;
}
.wenhua .main > div .c_box .bottom {
  position: absolute;
  right: 0;
  bottom: -190px;
  width: 100%;
}
.wenhua .main > div .c_box .bottom ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.wenhua .main > div .c_box .bottom ul li {
  width: 33.3%;
  height: 160px;
  box-sizing: border-box;
  padding: 0 30px;
}
.wenhua .main > div .c_box .bottom ul li .b_title {
  margin-top: 50px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wenhua .main > div .c_box .bottom ul li .b_title img {
  margin-right: 10px;
}
.wenhua .main > div .c_box .bottom ul li .b_title h4 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.wenhua .main > div .c_box .bottom ul li p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.wenhua .main > div .c_box .bottom ul li:nth-of-type(1) {
  background-color: #00aef0;
}
.wenhua .main > div .c_box .bottom ul li:nth-of-type(2) {
  background-color: #8cc73c;
}
.wenhua .main > div .c_box .bottom ul li:nth-of-type(3) {
  background-color: #06b79d;
}
.rongyu .main .certificate_item ul .cfLi {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
  cursor: pointer;
}
.rongyu .main .certificate_item ul .cfLi:nth-of-type(3n) {
  margin-right: 0;
}
.rongyu .main .certificate_item ul .cfLi.mr_0 {
  margin-right: 0;
}
.rongyu .main .certificate_item ul .cfLi .img {
  border: 8px solid #e3e4e4;
  padding: 10px 5px;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
.rongyu .main .certificate_item .cfIimg-62 {
  padding-bottom: 62%;
}
.rongyu .main *[class*="cfIimg-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.rongyu .main *[class*="cfIimg-"] .imgItem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}
.rongyu .main .certificate_item ul .cfLi .img .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/black.6.png) repeat;
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.3s ease;
}
.rongyu .main .certificate_item ul .cfLi .img .icon {
  width: 47px;
  height: 47px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
  z-index: 4;
  background: url(../images/widgets_xc_piclist_18_1.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.3s ease;
}
.rongyu .main .certificate_item ul .cfLi .txt {
  background: #f7f7f7;
  transition: 0.3s ease;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
}
.rongyu .main .certificate_item ul .cfLi .txt {
  background: #f7f7f7;
  transition: 0.3s ease;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
}
.rongyu .main .certificate_item ul .cfLi:hover .img .cover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.rongyu .main .certificate_item ul .cfLi:hover .txt {
  background: #0f3481;
  color: #fff;
}
.rongyu .main .certificate_item ul .cfLi:hover .img .icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.yewu1 .main {
  background-color: #f4f6f9;
  padding-bottom: 120px;
}
.yewu1 .main .yewu_box {
  width: 100%;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu1 .main .yewu_box .yw_left {
  width: 70%;
  position: relative;
}
.yewu1 .main .yewu_box .yw_left .switch {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 300px;
  height: 400px;
  background-color: #2f3035;
  box-sizing: border-box;
  padding: 50px;
}
.yewu1 .main .yewu_box .yw_left .switch ul {
  border-left: 2px solid #48494c;
}
.yewu1 .main .yewu_box .yw_left .switch ul li {
  padding: 0 30px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.yewu1 .main .yewu_box .yw_left .switch ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #48494c;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.yewu1 .main .yewu_box .yw_left .switch ul li::after {
  content: "";
  display: block;
  width: 0%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
  transition: ease 1s;
  background: #0636be;
  border-radius: 0 25px 25px 0;
}
.yewu1 .main .yewu_box .yw_left .switch ul li.active::after {
  width: 100%;
}
.yewu1 .main .yewu_box .yw_left .img {
  width: 100%;
}
.yewu1 .main .yewu_box .yw_left .img ul {
  position: relative;
  height: 680px;
  overflow: hidden;
}
.yewu1 .main .yewu_box .yw_left .img ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.yewu1 .main .yewu_box .yw_left .img ul li:first-of-type {
  display: block;
}
.yewu1 .main .yewu_box .yw_left .img ul li img {
  width: 100%;
}
.yewu1 .main .yewu_box .yw_right {
  width: 30%;
  height: 680px;
  background-image: url(../images/yewu_bg2.jpg);
  background-position: left top;
  padding: 100px 80px;
  box-sizing: border-box;
}
.yewu1 .main .yewu_box .yw_right ul {
  position: relative;
}
.yewu1 .main .yewu_box .yw_right ul li {
  position: absolute;
  top: 0;
  display: none;
}
.yewu1 .main .yewu_box .yw_right ul li:first-of-type {
  display: block;
}
.yewu1 .main .yewu_box .yw_right ul li .yw_right_num h3 {
  font-size: 40px;
  color: #0636be;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.yewu1 .main .yewu_box .yw_right ul li .yw_right_num h3 span {
  font-size: 26px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.yewu1 .main .yewu_box .yw_right ul li .yw_right_title {
  margin-top: 60px;
  margin-bottom: 40px;
}
.yewu1 .main .yewu_box .yw_right ul li .yw_right_title h3 {
  font-size: 30px;
  color: #0636be;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.yewu1 .main .yewu_box .yw_right ul li .yw_right_title h2 {
  margin-top: 10px;
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.yewu1 .main .yewu_box .yw_right ul li .yw_right_content {
  margin-bottom: 120px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.yewu1 .main .yewu_box .yw_right ul li .yw_right_more a {
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.yewu1 .main .yewu_box .yw_right ul li .yw_right_more a i {
  margin-left: 40px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/more1.jpg);
}
.yewu2 .main {
  background-image: url(../images/gzbg.png);
  background-color: #f4f6f9;
}
.yewu2 .main > div {
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px;
  margin-top: 120px;
  margin-bottom: 80px;
}
.yewu2 .main > div:nth-of-type(1) {
  margin-bottom: 40px;
  padding: 0;
}
.yewu2 .main > div:nth-of-type(1) ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div:nth-of-type(1) ul li {
  width: 33.3%;
}
.yewu2 .main > div:nth-of-type(1) ul li a {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  line-height: 100px;
  color: #fff;
}
.yewu2 .main > div:nth-of-type(1) ul li a i {
  font-weight: 400;
  font-size: 24px;
}
.yewu2 .main > div:nth-of-type(1) ul li:nth-of-type(1) {
  background-color: #00aef0;
}
.yewu2 .main > div:nth-of-type(1) ul li:nth-of-type(2) {
  background-color: #8cc73c;
}
.yewu2 .main > div:nth-of-type(1) ul li:nth-of-type(3) {
  background-color: #06b79d;
}
.yewu2 .main > div .yw_left2 {
  width: 100%;
  margin-top: 50px;
  height: auto;
  overflow: hidden;
}
.yewu2 .main > div .yw_left2 img {
  width: 100%;
}
.yewu2 .main > div .yw_left2 .cpzs {
  margin-top: 30px;
}
.yewu2 .main > div .yw_left2 .cpzs h3 {
  font-size: 24px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.yewu2 .main > div .yw_left2 .cpzs.ty ul li {
  width: 48%;
}
.yewu2 .main > div .yw_left2 .cpzs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .yw_left2 .cpzs ul li {
  width: 23%;
  margin-bottom: 20px;
  margin-right: 2%;
}
.yewu2 .main > div .yw_left2 .cpzs ul li:nth-of-type(4n) {
  margin-right: 0;
}
.yewu2 .main > div .yw_left2 .cpzs ul li .img img {
  width: 100%;
}
.yewu2 .main > div .yw_left2 .cpzs ul li .text {
  background-color: #f4f6f9;
  line-height: 48px;
}
.yewu2 .main > div .yw_left2 .cpzs ul li .text p {
  font-size: 15px;
  color: #333;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.yewu2 .main > div .yw_right2 {
  width: 100% !important;
  float: none;
}
.yewu2 .main > div .yw_right2 h3 {
  font-size: 26px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.yewu2 .main > div .yw_right2 p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  text-indent: 2em;
}
.yewu2 .main > div .yw_right2 .fazhanlicheng {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 40px;
}
.yewu2 .main > div .yw_right2 .fazhanlicheng > div {
  width: 48%;
  font-size: 15px;
  color: #333;
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
.yewu2 .main > div:nth-of-type(2) {
  margin-top: 40px;
}
.yewu2 .main > div:nth-of-type(2) .other_company {
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.yewu2 .main > div:nth-of-type(2) .other_company h3 {
  font-size: 26px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.yewu2 .main > div:nth-of-type(2) ul {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div:nth-of-type(2) ul li {
  width: 19%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  box-sizing: border-box;
  padding: 16px;
  transition: all 0.5s ease;
  margin-right: 1%;
  margin-bottom: 20px;
}
.yewu2 .main > div:nth-of-type(2) ul li :nth-of-type(5n) {
  margin-right: 0;
}
.yewu2 .main > div:nth-of-type(2) ul li a > div:nth-of-type(1) {
  width: 120px;
  height: 120px;
  margin: 10px auto 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 80px #e9e9e9;
  background-color: #fff;
  position: relative;
}
.yewu2 .main > div:nth-of-type(2) ul li a > div:nth-of-type(1) img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yewu2 .main > div:nth-of-type(2) ul li a > div:nth-of-type(2) {
  margin-top: 20px;
}
.yewu2 .main > div:nth-of-type(2) ul li a > div:nth-of-type(2) p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.yewu2 .main > div:nth-of-type(2) ul li a > div:nth-of-type(3) {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div:nth-of-type(2) ul li a > div:nth-of-type(3) span {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.yewu2 .main > div:nth-of-type(2) ul li a > div:nth-of-type(3) i {
  margin-left: 20px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/more1.jpg);
  background-size: contain;
}
.yewu2 .main > div:nth-of-type(2) ul li:hover {
  background-color: #0636be;
}
.yewu2 .main > div:nth-of-type(2) ul li:hover a > div h3 {
  color: #fff;
}
.yewu2 .main > div:nth-of-type(2) ul li:hover a > div p {
  color: #fff;
}
.yewu2 .main > div:nth-of-type(2) ul li:hover a > div span {
  color: #fff;
}
.yewu2 .main > div .contact {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 10px solid #f4f6f9;
}
.yewu2 .main > div .contact.ty .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact.ty .tel .tel_item {
  width: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact.ty .tel .tel_item h3 {
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin: 0 20px 0 0;
}
.yewu2 .main > div .contact.ty .tel .tel_item h3 em {
  font-weight: normal;
  font-size: 20px;
  margin-right: 10px;
}
.yewu2 .main > div .contact.ty .tel .tel_item p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.yewu2 .main > div .contact.cd .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact.cd .tel h3 {
  margin: 0 20px 0 0;
}
.yewu2 .main > div .contact.cd .tel .tel_p {
  width: 70%;
}
.yewu2 .main > div .contact.cd .tel .tel_p p {
  width: 33%;
  margin-bottom: 0;
}
.yewu2 .main > div .contact.bj .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact.bj .tel h3 {
  margin: 0 20px 0 0;
}
.yewu2 .main > div .contact.bj .tel .tel_p {
  width: calc(100% - 140px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact.bj .tel .tel_p p {
  width: 33%;
  margin-bottom: 0;
}
.yewu2 .main > div .contact.bj .tel .tel_p p.bj {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact.dl .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact.dl .tel h3 {
  margin: 0 20px 0 0;
}
.yewu2 .main > div .contact.dl .tel .tel_p {
  width: calc(100% - 140px);
}
.yewu2 .main > div .contact.dl .tel .tel_p p {
  width: 25%;
  margin-bottom: 0;
}
.yewu2 .main > div .contact.zb .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact.zb .tel h3 {
  margin: 0 20px 0 0;
}
.yewu2 .main > div .contact.zb .tel .tel_p {
  width: calc(100% - 140px);
}
.yewu2 .main > div .contact.zb .tel .tel_p p {
  width: 25%;
  margin-bottom: 0;
}
.yewu2 .main > div .contact .tel h3 {
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.yewu2 .main > div .contact .tel h3 em {
  font-weight: normal;
  font-size: 20px;
  margin-right: 10px;
}
.yewu2 .main > div .contact .tel .tel_p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact .tel .tel_p p {
  width: 33%;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.yewu2 .main > div .contact .add {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.yewu2 .main > div .contact .add h3 {
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.yewu2 .main > div .contact .add h3 em {
  font-weight: normal;
  font-size: 20px;
  margin-right: 10px;
}
.yewu2 .main > div .contact .add p {
  width: 70%;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.gt_nav:hover .fgs {
  height: 80px;
}
.fgs {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 6px 6px #efefef;
  overflow: hidden;
  transition: all 0.5s ease;
  height: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 92px;
  left: 0;
}
.fgs .fgs_item {
  width: 12.5%;
  border-right: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.fgs .fgs_item:last-of-type {
  border: none;
}
.fgs .fgs_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
.zichan .main {
  background-color: #f4f6f9;
}
.zichan .main > div .zichan_part01 {
  margin-top: 60px;
  margin-bottom: 90px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1 .left {
  width: 50%;
  box-sizing: border-box;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1 .right {
  width: 50%;
  box-sizing: border-box;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(1) .left {
  padding-right: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(2) .right {
  padding-left: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(3) .left {
  padding-right: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(4) .right {
  padding-left: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(5) .left {
  padding-right: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(6) .right {
  padding-left: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt h3 {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt h3::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background-color: #000;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img img {
  width: 100%;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .tel {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .tel h3 {
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .tel h3 i {
  font-size: 30px;
  font-weight: normal;
  padding-right: 10px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .tel p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.zichan .main {
  background-color: #f4f6f9;
}
.zichan .main > div .zichan_part01 {
  margin-top: 60px;
  margin-bottom: 90px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt h3 {
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt h3:nth-of-type(2) {
  margin-top: 60px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img {
  margin-top: 60px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.one {
  margin-top: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.one ul li {
  width: 49%;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.one ul li img {
  width: 100%;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.three {
  margin-top: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.three ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.three ul li {
  width: 32%;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.three ul li img {
  width: 100%;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.three ul li:nth-of-type(3n - 1) {
  margin: 0 2% 30px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.four {
  margin-top: 40px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.four ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.four ul li {
  width: 19%;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img.four ul li img {
  width: 100%;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img ul li {
  margin-bottom: 30px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .img ul li p {
  margin-top: 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .tel {
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .tel h3 {
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .tel h3 i {
  font-size: 30px;
  font-weight: normal;
  padding-right: 10px;
}
.zichan .main > div .zichan_part01 .zichan_part01_txt .tel p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main {
  padding-bottom: 80px;
}
.news .main > div:first-of-type {
  background-color: #f4f6f9;
}
.news .main > div:first-of-type .newsBoxTitle {
  padding-top: 120px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:first-of-type .newsBoxTitle h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .newsBoxTitle h3::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.news .main > div:first-of-type .newsBoxTitle p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .newsBoxTitle p img {
  padding-left: 16px;
}
.news .main > div:first-of-type .news_part01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.news .main > div:first-of-type .news_part01 .left {
  width: 50%;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text .date {
  margin-left: 60px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text .date p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text .date p span {
  font-size: 30px;
  font-weight: bold;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text .name {
  font-size: 16px;
  color: #fff;
  line-height: 80px;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .img img {
  display: block;
  width: 100%;
  height: 454px;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-pagination {
  text-align: right;
  right: 30px;
  width: 60%;
  left: auto;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 4px;
  border-radius: 0 !important;
  margin: 0 4px;
  opacity: 1;
  background-color: #fff;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0636be;
  width: 80px;
}
.news .main > div:first-of-type .news_part01 .right {
  width: 48%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
}
.news .main > div:first-of-type .news_part01 .right ul li {
  cursor: pointer;
  height: 112px;
  margin-top: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news .main > div:first-of-type .news_part01 .right ul li:nth-child(3) {
  border-bottom: none;
}
.news .main > div:first-of-type .news_part01 .right ul li a .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.news .main > div:first-of-type .news_part01 .right ul li a .top .title h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .right ul li a .center p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .right ul li a .more {
  margin-top: 16px;
}
.news .main > div:first-of-type .news_part01 .right ul li a .more span {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .right ul li.current a .top .title h3 {
  color: #ec7424;
}
.news .main > div:first-of-type .news_part01 .right ul li.current a .top .date p {
  color: #ec7424;
}
.news .main > div:nth-of-type(2) {
  margin-top: 80px;
  overflow: hidden;
}
.news .main > div:nth-of-type(2) .newsBoxTitle {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:nth-of-type(2) .newsBoxTitle h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:nth-of-type(2) .newsBoxTitle h3::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.news .main > div:nth-of-type(2) .newsBoxTitle p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:nth-of-type(2) .newsBoxTitle p img {
  padding-left: 16px;
}
.news .main > div:nth-of-type(2) .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #f4f6f9;
}
.news .main > div:nth-of-type(2) .news_part02 ul li:nth-of-type(1) {
  display: none;
}
.news .main > div:nth-of-type(2) .news_part02 ul li:nth-of-type(2) {
  display: none;
}
.news .main > div:nth-of-type(2) .news_part02 ul li:nth-of-type(3) {
  display: none;
}
.news .main > div:nth-of-type(2) .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText {
  background-color: #f4f6f9;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 180px;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  color: #000;
  overflow: hidden;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 80px;
  margin-bottom: 16px;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .icon {
  width: 23px;
  height: 23px;
  background: url(../images/learn_more.png) no-repeat center;
  transition: 0.3s ease;
  cursor: pointer;
}
.news2 .main {
  padding-bottom: 80px;
}
.news2 .main > div:first-of-type {
  margin-top: 80px;
  overflow: hidden;
}
.news2 .main > div:first-of-type .newsBoxTitle {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main > div:first-of-type .newsBoxTitle h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news2 .main > div:first-of-type .newsBoxTitle h3::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.news2 .main > div:first-of-type .newsBoxTitle p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news2 .main > div:first-of-type .newsBoxTitle p img {
  padding-left: 16px;
}
.news2 .main > div:first-of-type .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #f4f6f9;
}
.news2 .main > div:first-of-type .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText {
  background-color: #f4f6f9;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 180px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  color: #000;
  overflow: hidden;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 80px;
  margin-bottom: 16px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .icon {
  width: 23px;
  height: 23px;
  background: url(../images/learn_more.png) no-repeat center;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .news .main > div:first-of-type .newsBoxTitle {
    padding-top: 80px;
    margin-bottom: 30px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .top .title h3 {
    font-size: 15px;
  }
  .news .main > div:first-of-type .news_part01 .right {
    padding: 20px;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .center p {
    font-size: 14px;
    line-height: 1.5;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .more {
    display: none;
  }
  .news .main > div:first-of-type .news_part01 .right ul li {
    height: 94px;
  }
  .news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .img img {
    height: 382px;
  }
  .news .main > div:nth-of-type(2) .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:nth-of-type(2) .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 220px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
    font-size: 18px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
    line-height: 1.5;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 60px;
    margin-bottom: 6px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 146px;
  }
}
.news_details .main {
  margin-bottom: 80px;
  margin-top: 120px;
}
.news_details .main > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_details .main > div .left {
  width: 68%;
}
.news_details .main > div .left .news_title {
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 24px;
}
.news_details .main > div .left .news_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news_details .main > div .left .news_attribute {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main > div .left .news_attribute .attrItem {
  margin: 0 20px;
}
.news_details .main > div .left .news_attribute .attrItem:first-child {
  margin-left: 0;
}
.news_details .main > div .left .news_attribute .attrItem p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_descrition {
  background-color: #f4f6f9;
  border: 1px solid #dfdfdf;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 40px;
}
.news_details .main > div .left .news_descrition p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_Content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.news_details .main > div .left .news_Content img {
  width: 100%;
}
.news_details .main > div .right {
  width: 28%;
}
.news_details .main > div .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main > div .right .top .back {
  width: 48%;
}
.news_details .main > div .right .top .back a {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share {
  width: 150px;
}
.news_details .main > div .right .top .share .tit {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share .txt {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .bottom {
  background-color: #f4f6f9;
  padding: 10px;
  margin-top: 40px;
}
.news_details .main > div .right .bottom > div {
  background-color: #fff;
  padding: 20px;
}
.news_details .main > div .right .bottom > div ul li {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main > div .right .bottom > div ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.news_details .main > div .right .bottom > div ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhiye .main {
  background-color: #f4f6f9;
}
.zhiye .main .part01 > div {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhiye .main .part01 > div .left {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 46%;
  background-image: url(../images/rencai_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.zhiye .main .part01 > div .left h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  padding-bottom: 24px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}
.zhiye .main .part01 > div .left > div p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zhiye .main .part01 > div .left > div p span {
  font-size: 36px;
  line-height: 1;
  padding-right: 10px;
}
.zhiye .main .part01 > div .right {
  width: 48%;
  border-radius: 120px 0 0 0;
  overflow: hidden;
}
.zhiye .main .part01 > div .right img {
  width: 100%;
}
.zhiye .main .part02 {
  background-image: url(../images/rencai_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.zhiye .main .part02 > div .title {
  padding-top: 120px;
  margin-bottom: 30px;
}
.zhiye .main .part02 > div .title h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.zhiye .main .part02 > div .content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
.zhiye .main .part02 > div .content .part02_box {
  width: 100%;
}
.zhiye .main .part02 > div .content .part02_box ul {
  width: 70%;
  float: left;
}
.zhiye .main .part02 > div .content .part02_box ul li {
  border: 10px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
}
.zhiye .main .part02 > div .content .part02_box ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.zhiye .main .part02 > div .content .part02_box ul li img {
  width: 100%;
  height: 286px;
}
.zhiye .main .part02 > div .content .part02_box .btn {
  width: 24%;
  float: right;
}
.zhiye .main .part03 {
  margin-top: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  background-color: #f4f6f9;
}
.zhiye .main .part03 > div.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.zhiye .main .part03 > div.title h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.zhiye .main .part03 > div.title .part03_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhiye .main .part03 > div.title .part03_c h5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhiye .main .part03 > div.title .part03_c h5 i {
  font-size: 24px;
  padding-right: 8px;
}
.zhiye .main .part03 > div.title .part03_c h5:nth-of-type(2) i {
  font-size: 28px;
}
.zhiye .main .part03 > div:nth-of-type(2) {
  background-color: #fff;
  padding: 20px;
}
.zhiye .main .part03 > div:nth-of-type(2) table {
  border: none;
  width: 100%;
}
.zhiye .main .part03 > div:nth-of-type(2) table thead {
  border: none;
}
.zhiye .main .part03 > div:nth-of-type(2) table thead tr {
  border-bottom: 1px solid #dfdfdf;
  line-height: 60px;
}
.zhiye .main .part03 > div:nth-of-type(2) table thead tr th {
  font-size: 18px;
  color: #333;
  line-height: inherit;
  font-weight: 100;
  text-align: center;
}
.zhiye .main .part03 > div:nth-of-type(2) table thead tr th i {
  font-size: 20px;
  padding-right: 6px;
}
.zhiye .main .part03 > div:nth-of-type(2) table tbody {
  border: none;
}
.zhiye .main .part03 > div:nth-of-type(2) table tbody tr {
  border: none;
  line-height: 60px;
  cursor: pointer;
}
.zhiye .main .part03 > div:nth-of-type(2) table tbody tr:hover {
  background-color: #f4f6f9;
}
.zhiye .main .part03 > div:nth-of-type(2) table tbody tr:hover td {
  color: #ec7424;
}
.zhiye .main .part03 > div:nth-of-type(2) table tbody tr td {
  border: none;
  font-size: 15px;
  color: #333;
  line-height: inherit;
  font-weight: 100;
  text-align: center;
}
.zhiye .main .part03 > div:nth-of-type(2) table tbody tr td a {
  font-size: 15px;
  color: #333;
  line-height: inherit;
  font-weight: 100;
  text-align: center;
}
.zhaopin_details .main {
  margin-bottom: 80px;
}
.zhaopin_details .main .title {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhaopin_details .main .title .line {
  width: 30%;
}
.zhaopin_details .main .title .line h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.zhaopin_details .main .title .descriton {
  width: 64%;
}
.zhaopin_details .main .title .descriton p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.zhaopin_details .main .content {
  margin-top: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  background-color: #f4f6f9;
}
.zhaopin_details .main .content > div {
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zhaopin_details .main .content > div .left {
  width: 70%;
}
.zhaopin_details .main .content > div .left .content_box1 {
  margin-bottom: 40px;
}
.zhaopin_details .main .content > div .left .content_box1 h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding-bottom: 30px;
}
.zhaopin_details .main .content > div .left .content_box1::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #ec7424;
}
.zhaopin_details .main .content > div .left .content_box2 {
  margin-bottom: 60px;
}
.zhaopin_details .main .content > div .left .content_box2 h3 {
  background-color: #f4f6f9;
  display: inline-block;
  padding: 14px 40px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.zhaopin_details .main .content > div .left .content_box2 p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.zhaopin_details .main .content > div .left .content_box3 h3 {
  background-color: #f4f6f9;
  display: inline-block;
  padding: 14px 40px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.zhaopin_details .main .content > div .left .content_box3 p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.zhaopin_details .main .content > div .left .content_box4 {
  padding-top: 50px;
  margin-top: 100px;
  border-top: 1px solid #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zhaopin_details .main .content > div .left .content_box4 > div:nth-child(1) {
  width: 200px;
  line-height: 60px;
  background-color: #0636be;
}
.zhaopin_details .main .content > div .left .content_box4 > div:nth-child(1) a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
.zhaopin_details .main .content > div .left .content_box4 > div:nth-child(2) {
  width: 200px;
  margin-left: 20px;
  line-height: 60px;
  background-color: #f4f6f9;
}
.zhaopin_details .main .content > div .left .content_box4 > div:nth-child(2) a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
.zhaopin_details .main .content > div .right {
  width: 26%;
  height: 420px;
  border-radius: 50px 0 0 0;
  background-color: #0636be;
  box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.1);
}
.zhaopin_details .main .content > div .right .box1 {
  width: 80%;
  margin-left: 10%;
  margin-top: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
}
.zhaopin_details .main .content > div .right .box1 h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaopin_details .main .content > div .right .box1 p {
  font-size: 15px;
  color: #ffffffb3;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.zhaopin_details .main .content > div .right .box2 {
  margin-top: 40px;
  width: 80%;
  margin-left: 10%;
}
.zhaopin_details .main .content > div .right .box2 h3 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaopin_details .main .content > div .right .box2 p {
  font-size: 20px;
  color: #ffffffb3;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.zhaopin_details .main .content > div .right .box3 {
  margin-top: 40px;
  width: 80%;
  margin-left: 10%;
}
.zhaopin_details .main .content > div .right .box3 h3 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaopin_details .main .content > div .right .box3 p {
  font-size: 20px;
  color: #ffffffb3;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.fazhanlicheng .main {
  background-image: url(../images/fazhan_bg.jpg);
  padding-bottom: 150px;
  padding-top: 120px;
}
.fazhanlicheng .main > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 160px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fazhanlicheng .main > div .left {
  width: 76%;
  margin-top: 60px;
  height: 400px;
}
.fazhanlicheng .main > div .left .title {
  font-size: 36px;
  color: #0636be;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.fazhanlicheng .main > div .left .content {
  margin-top: 60px;
}
.fazhanlicheng .main > div .left .content .txt {
  position: relative;
}
.fazhanlicheng .main > div .left .content .txt .item {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(30%);
  transition: ease 0.8s;
}
.fazhanlicheng .main > div .left .content .txt .item.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fazhanlicheng .main > div .left .content .txt .item .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.fazhanlicheng .main > div .left .content .txt .item .date i {
  width: 14px;
  height: 14px;
  background-color: #0636be;
  border-radius: 50%;
  margin-right: 8px;
}
.fazhanlicheng .main > div .left .content .txt .item .date p {
  font-size: 36px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.fazhanlicheng .main > div .left .content .txt .item > p {
  font-size: 18px;
  color: #333;
  line-height: 2.5;
  font-weight: 400;
  text-align: left;
}
.fazhanlicheng .main > div .right {
  margin-top: 50px;
}
.fazhanlicheng .main > div .right .title h3 {
  font-size: 66px;
  color: #0636be;
  line-height: 1.5;
  font-weight: 700;
  text-align: right;
}
.fazhanlicheng .main > div .right .title p {
  font-size: 15px;
  color: #0636be;
  line-height: 1.5;
  font-weight: 400;
  text-align: right;
}
.fazhanlicheng .main > div .right .txt {
  margin-top: 30px;
}
.fazhanlicheng .main > div .right .txt ul li {
  display: block;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  width: 145px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  z-index: 1;
  margin-bottom: 2px;
}
.fazhanlicheng .main > div .right .txt ul li.on {
  color: #fff;
}
.fazhanlicheng .main > div .right .txt ul li.on::before {
  width: 100%;
}
.fazhanlicheng .main > div .right .txt ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e25725;
  transition: ease 0.5s;
  z-index: -1;
}
.contact .main {
  background-color: #f4f6f9;
}
.contact .main .ct_titleBox {
  margin-top: 70px;
  background-color: #f4f6f9;
  box-sizing: border-box;
  padding: 50px 0;
}
.contact .main .ct_titleBox h3 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.contact .main .ct_titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.contact .main .contact_box {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_box .left {
  width: 100%;
  height: 380px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #dfdfdf;
}
.contact .main .contact_box .left h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid #dfdfdf;
}
.contact .main .contact_box .left ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_box .left ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 48%;
  margin-bottom: 40px;
}
.contact .main .contact_box .left ul li > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0636be;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 14px;
}
.contact .main .contact_box .left ul li > div i {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.contact .main .contact_box .left ul li p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .contact_box .right {
  width: 48%;
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cpyfw .main {
  background-color: #f4f6f9;
}
.cpyfw .main > div h2 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 120px;
}
.cpyfw .main > div .tab {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 50px;
}
.cpyfw .main > div .tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .tab ul li {
  width: 200px;
}
.cpyfw .main > div .tab ul li.active {
  background-color: #0636be;
}
.cpyfw .main > div .tab ul li.active a {
  color: #fff;
}
.cpyfw .main > div .tab ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
.cpyfw .main > div .cp_content {
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
  min-height: 500px;
  margin-bottom: 60px;
}
.cpyfw .main > div .cp_content .part01 {
  position: relative;
}
.cpyfw .main > div .cp_content .part01 .cp_title {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part01 .cp_title h3 {
  font-size: 24px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.cpyfw .main > div .cp_content .part01 .cp_title p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.cpyfw .main > div .cp_content .part01 .cp_title p img {
  padding-left: 20px;
}
.cpyfw .main > div .cp_content .part01 .item {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 16px solid #f4f6f9;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(200px);
}
.cpyfw .main > div .cp_content .part01 .item.active {
  position: static;
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s;
}
.cpyfw .main > div .cp_content .part01 .item .item_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
.cpyfw .main > div .cp_content .part01 .item .item_title p {
  background-color: #6e8fc4;
  width: 200px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
.cpyfw .main > div .cp_content .part01 .item .cp_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part01 .item .cp_text.mb {
  margin-bottom: 50px;
}
.cpyfw .main > div .cp_content .part01 .item .cp_text .right {
  width: 100%;
}
.cpyfw .main > div .cp_content .part01 .item .cp_text .right h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.cpyfw .main > div .cp_content .part01 .item .cp_text .right p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.cpyfw .main > div .cp_content .part01 .item .cp_text .otherimg {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part01 .item .cp_text .otherimg .img_item {
  width: 23%;
  margin-right: 2%;
}
.cpyfw .main > div .cp_content .part01 .item .cp_text .otherimg .img_item img {
  width: 100%;
}
.cpyfw .main > div .cp_content .part01 .item .cp_tedian {
  margin-top: 80px;
  margin-bottom: 50px;
}
.cpyfw .main > div .cp_content .part01 .item .cp_tedian h5 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.cpyfw .main > div .cp_content .part01 .item .cp_tedian table thead {
  background-color: #6e8fc4;
}
.cpyfw .main > div .cp_content .part01 .item .cp_tedian table thead tr th {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.cpyfw .main > div .cp_content .part01 .item .cp_yingyong {
  margin-top: 80px;
  margin-bottom: 50px;
  width: 100%;
}
.cpyfw .main > div .cp_content .part01 .item .cp_yingyong h5 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.cpyfw .main > div .cp_content .part01 .item .cp_yingyong .yy_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part01 .item .cp_yingyong .yy_img .img_item {
  width: 23%;
  margin-right: 2%;
}
.cpyfw .main > div .cp_content .part01 .item .cp_yingyong .yy_img .img_item img {
  width: 100%;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(1) .item_nav {
  margin-bottom: 40px;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(1) .item_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(1) .item_nav ul li {
  margin-right: 2px;
  background-color: #f6f8fa;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(1) .item_nav ul li.active {
  background-color: #6e8fc4;
  box-shadow: 0 0 8px #afafaf;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(1) .item_nav ul li.active a {
  color: #fff;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(1) .item_nav ul li a {
  display: block;
  width: 160px;
  font-size: 18px;
  color: #3e6da8;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(1) .item_sub1 {
  display: none;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(1) .item_sub1.active {
  display: block;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_nav {
  margin-bottom: 40px;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_nav ul li {
  margin-right: 2px;
  margin-bottom: 2px;
  background-color: #f6f8fa;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_nav ul li.active {
  background-color: #6e8fc4;
  box-shadow: 0 0 8px #afafaf;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_nav ul li.active a {
  color: #fff;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_nav ul li a {
  display: block;
  width: 130px;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_sub1 {
  display: none;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_sub1.active {
  display: block;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_nav {
  margin-bottom: 40px;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_nav ul li {
  margin-right: 2px;
  background-color: #f6f8fa;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_nav ul li.active {
  background-color: #6e8fc4;
  box-shadow: 0 0 8px #afafaf;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_nav ul li.active a {
  color: #fff;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_nav ul li a {
  display: block;
  width: 160px;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_sub1 {
  display: none;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_sub1.active {
  display: block;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_nav {
  margin-bottom: 40px;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_nav ul li {
  margin-right: 2px;
  background-color: #f6f8fa;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_nav ul li.active {
  background-color: #6e8fc4;
  box-shadow: 0 0 8px #afafaf;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_nav ul li.active a {
  color: #fff;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_nav ul li a {
  display: block;
  width: 160px;
  font-size: 16px;
  color: #333;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_sub1 {
  display: none;
}
.cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_sub1.active {
  display: block;
}
.cpyfw .main > div .cp_content .part02 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 16px solid #f4f6f9;
  margin-bottom: 30px;
}
.cpyfw .main > div .cp_content .part02 .part02_title {
  margin-bottom: 50px;
}
.cpyfw .main > div .cp_content .part02 .part02_title ul {
  overflow: hidden;
}
.cpyfw .main > div .cp_content .part02 .part02_title ul li {
  float: left;
  width: 16.6%;
  background-color: #f6f8fa;
  border: 1px solid #dee3e8;
  box-sizing: border-box;
}
.cpyfw .main > div .cp_content .part02 .part02_title ul li.active {
  background-color: #3e6da8;
  box-shadow: 0 0 8px #afafaf;
}
.cpyfw .main > div .cp_content .part02 .part02_title ul li.active a {
  color: #fff;
}
.cpyfw .main > div .cp_content .part02 .part02_title ul li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(200px);
}
.cpyfw .main > div .cp_content .part02 .part02_sub1.active {
  position: static;
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .part02_title h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 {
  box-sizing: border-box;
  height: auto;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .left {
  width: 26%;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .left img {
  width: 100%;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right {
  width: 70%;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  background-color: #e25725;
  margin-top: 16px;
}
.cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.cpyfw .main > div .cp_content .part03 .item_text.h3 p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  text-indent: 2em;
}
.cpyfw .main > div .cp_content .part03 .item_text.lx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part03 .item_text.lx p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
}
.cpyfw .main > div .cp_content .part03 .item_text.lx p i {
  font-weight: normal;
  font-size: 24px;
}
.cpyfw .main > div .cp_content .part03 .item_text p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.cpyfw .main > div .cp_content .part03 .item_text ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part03 .item_text ul li {
  width: 16%;
  margin-bottom: 8px;
}
.cpyfw .main > div .cp_content .part03 .item_text ul li img {
  width: 100%;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text_img img {
  width: 100%;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 {
  margin-top: 60px;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 .item_text_title {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 .item_text_title h3 {
  font-size: 22px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-right: 14px;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 .item_text_title img {
  width: initial;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 ul li {
  background-color: #f4f6f9;
  width: 24%;
  box-sizing: border-box;
  padding: 20px;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 ul li .top {
  margin-bottom: 30px;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 ul li .bottom h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6e8fc4;
}
.cpyfw .main > div .cp_content .part03 .item_text .item_text1 ul li .bottom p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 0;
  min-height: 80px;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_left {
  width: 100%;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_left img {
  width: 100%;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_right {
  width: 100%;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_right .xswl_right_item {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_right .xswl_right_item .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_right .xswl_right_item .top h3 {
  margin-left: 10px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_right .xswl_right_item .bottom {
  margin-top: 10px;
  margin-left: 18px;
}
.cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_right .xswl_right_item .bottom p {
  text-indent: 0em;
}
.cpyfw .main > div .cp_content .part03 .item_text .baozhuang {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .part03 .item_text .baozhuang li {
  width: 20%;
}
.cpyfw .main > div .cp_content .part03 .item_text .baozhuang li img {
  width: 100%;
}
.cpyfw .main > div .cp_content .part03 .item_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  margin-top: 60px;
}
.cpyfw .main > div .cp_content .part03 .item_title p {
  background-color: #6e8fc4;
  width: 200px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
.cpyfw .main > div .cp_content .part04 {
  position: relative;
}
.cpyfw .main > div .cp_content .part04 .left {
  height: 402px;
  float: left;
}
.cpyfw .main > div .cp_content .part04 .left img {
  width: initial;
}
.cpyfw .main > div .cp_content .part04 .right {
  float: right;
  width: calc(100% - 962px);
  height: 402px;
  background-image: url(../images/yewu_bg2.jpg);
  background-size: 100%;
  border: 1px solid #dfdfdf;
  border-right: 8px solid #0f3481;
  padding: 40px;
  box-sizing: border-box;
}
.cpyfw .main > div .cp_content .part04 .right h3 {
  margin-top: 140px;
  margin-bottom: 16px;
  font-size: 24px;
  color: #0f3481;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.cpyfw .main > div .cp_content .part04 .right p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.cpyfw .main > div .cp_content .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .tel h3 {
  font-size: 18px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .tel h3.bxg {
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 24px;
}
.cpyfw .main > div .cp_content .tel h3 i {
  font-size: 30px;
  font-weight: normal;
  padding-right: 10px;
}
.cpyfw .main > div .cp_content .tel p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.cpyfw .main > div .cp_content .tel p.bxg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpyfw .main > div .cp_content .tel p.bxg span {
  width: 33.3%;
  margin-bottom: 20px;
}
.shzr .main {
  background-color: #f4f6f9;
}
.shzr .main h2 {
  font-size: 36px;
  color: #0636be;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 120px;
}
.shzr .main > div > div {
  width: 100%;
  min-height: 500px;
  padding: 50px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shzr .main > div > div .left {
  width: 35%;
  position: relative;
}
.shzr .main > div > div .left .shzr_text {
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.shzr .main > div > div .left .shzr_text h3 {
  margin-top: 100px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.shzr .main > div > div .left .shzr_text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.shzr .main > div > div .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shzr .main > div > div .right .top .top_sub1 .text {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.shzr .main > div > div .right .bottom {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shzr .main > div > div .right .bottom .top_sub1 .text {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and(max-width: 1680px) {
  .index .section-2 > div .bottom .left {
    width: 632px;
  }
  .index .section-6 .join h3 {
    margin-top: 50px;
  }
  .index .section-6 .join h3 img {
    width: 150px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_right {
    width: 20%;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_left {
    width: 26%;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_center {
    width: 54%;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_left .ft_logo img {
    width: 68%;
  }
  .index .section-6 .footer .covervid-wrapper .fd {
    height: 380px;
  }
  .footer .covervid-wrapper .fd > div .ft_right {
    width: 20%;
  }
  .footer .covervid-wrapper .fd > div .ft_left {
    width: 26%;
  }
  .footer .covervid-wrapper .fd > div .ft_center {
    width: 54%;
  }
  .footer .covervid-wrapper .fd > div .ft_left .ft_logo img {
    width: 68%;
  }
  .footer .covervid-wrapper .fd {
    height: 380px;
  }
  .section-wrap .section-6 {
    height: 66vh !important;
  }
  .about .main > div:nth-of-type(1) .about_left .al_title {
    margin-top: 90px;
  }
  .about .main > div:nth-of-type(1) .about_right .youshi {
    margin-top: 90px;
  }
  .about .main > div:nth-of-type(1) .about_right .youshi ul li h1 {
    font-size: 46px;
  }
  .about .main > div:nth-of-type(1) .about_left .al_title h2 {
    font-size: 32px;
  }
  .about .main > div:nth-of-type(1) .about_right .img {
    padding-bottom: 500px;
  }
  .about .main > div:nth-of-type(1) .about_left .quan {
    top: 490px;
  }
  .about .main > div:nth-of-type(1) {
    min-height: 850px;
  }
  .about .main > div:nth-of-type(2) .yw_title > div h2 {
    font-size: 32px;
  }
  .about .main > div:nth-of-type(3) .yj_left .yj_left_text .box h3 {
    font-size: 32px;
  }
  .about .main > div:nth-of-type(3) .yj_left .box2 {
    left: 11%;
  }
  .n_title h3 {
    font-size: 32px;
    margin-top: 100px;
  }
  .yewu1 .main .yewu_box .yw_right ul li .yw_right_title h3 {
    font-size: 28px;
  }
  .yewu1 .main .yewu_box .yw_right ul li .yw_right_title h2 {
    font-size: 22;
  }
  .zichan .main > div .zichan_part01 {
    margin-top: 50px;
  }
  .cpyfw .main > div h2 {
    font-size: 32px;
    margin-top: 100px;
  }
  .news .main > div:first-of-type .newsBoxTitle {
    padding-top: 100px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 32px;
  }
  .news .main > div:nth-of-type(2) .newsBoxTitle h3 {
    font-size: 32px;
  }
  .zhiye .main .part01 > div .left h3 {
    font-size: 32px;
  }
  .zhiye .main .part01 > div {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .zhiye .main .part01 > div .left > div p {
    flex-wrap: nowrap;
  }
  .zhiye .main .part02 > div .title h3 {
    font-size: 32px;
  }
  .zhiye .main .part02 > div .title {
    padding-top: 100px;
  }
  .zhiye .main .part02 > div .content {
    padding-bottom: 100px;
  }
  .zhiye .main .part03 > div.title h3 {
    font-size: 32px;
  }
  .contact .main .ct_titleBox h3 {
    font-size: 32px;
  }
  .contact .main .ct_titleBox {
    margin-top: 50px;
  }
  .zhaopin_details .main .title .line h3 {
    font-size: 32px;
  }
  .zhaopin_details .main .title {
    padding-top: 100px;
  }
  .zhaopin_details .main .content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .index .section-2 > div .bottom .left {
    width: 542px;
  }
  .menu .t_content > div .right {
    margin-top: 160px;
  }
  .menu .t_content > div .left .text p {
    font-size: 20px;
  }
  .menu .t_content > div .left .text h3 {
    font-size: 24px;
  }
  .menu .t_content > div .left .img {
    width: 180px;
    margin: 170px auto 30px;
  }
  .menu .t_content > div .left .icp {
    margin-top: 80px;
  }
  .n_banner {
    height: 54vh;
  }
  .n_banner .img img {
    height: 56vh;
  }
  header .w80 .nav ul li a {
    font-size: 15px;
  }
  header .w80 .nav .tool > div:nth-child(1) {
    font-size: 20px;
  }
  header .w80 .nav .tool > div img {
    width: 22px;
  }
  header .w80 .nav ul {
    margin-top: 16px;
  }
  header .w80 .logo img {
    width: 300px;
  }
  header {
    height: 108px;
  }
  header .w80 .nav .tool {
    margin-top: 20px;
  }
  .index .section-2 > div .top .news_title img {
    width: 70%;
  }
  .index .section-2 > div .top .tab ul li a {
    padding: 0 64px;
    line-height: 50px;
    font-size: 16px;
  }
  .index .section-2 > div .top .tab ul li.active::after {
    top: 50px;
  }
  .index .section-2 > div .bottom .right .news_list ul li a .list_right p {
    padding-bottom: 20px;
  }
  .index .section-2 > div .bottom .right .news_list ul li a .list_left p {
    font-size: 14px;
  }
  .index .section-2 > div .bottom .right .news_list ul li a .list_left h3 {
    font-size: 16px;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_img {
    padding-bottom: 320px;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_text a {
    font-size: 14px;
    margin-top: 30px;
    color: #0636be;
  }
  .index .section-2 > div .bottom .right .news_list ul li {
    padding: 22px;
  }
  .index .section-2 > div .bottom .right .news_list ul li a .list_right p {
    font-size: 14px;
  }
  .changeBox .number .changeItem .text2 h3 {
    font-size: 18px;
  }
  .changeBox .number .changeItem .text2 p {
    font-size: 14px;
  }
  .changeBox .number .changeItem {
    height: 220px;
  }
  .changeBox .number .changeItem.active {
    height: 220px;
  }
  .index .section-4 .c_icon {
    top: 57%;
  }
  .index .section-5 .bottom .index_contact_left .ic_title h3 {
    font-size: 18px;
  }
  .index .section-5 .bottom .index_contact_left .ic_title p {
    font-size: 14px;
    line-height: 1.5;
  }
  .index .section-5 .bottom .index_contact_left .message_box {
    margin-top: 10px;
  }
  .index .section-5 .bottom .index_contact_left .message_box .message_box_top .m_item {
    font-size: 14px;
  }
  .index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item {
    font-size: 14px;
  }
  .index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item:last-of-type {
    margin-top: 10px;
  }
  .index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item button {
    font-size: 14px;
    line-height: 50px;
    width: 150px;
  }
  .index .section-5 .bottom .index_contact_right .ic_right_title div img {
    width: 140px;
  }
  .index .section-5 .bottom .index_contact_right .ic_right_item div p {
    font-size: 14px;
  }
  .index .section-5 .bottom .index_contact_left {
    padding: 24px 30px;
  }
  .index .section-5 .bottom .index_contact_right .ic_right_title {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .index .section-6 .join p {
    font-size: 15px;
  }
  .n_nav_list > div {
    line-height: 70px;
  }
  .n_nav_list > div .backhome a {
    font-size: 14px;
  }
  .about .main > div:nth-of-type(1) > div .about_right .youshi ul li h1 {
    font-size: 42px;
  }
  .about .main > div:nth-of-type(1) > div .about_right {
    width: 48%;
  }
  .about .main > div:nth-of-type(1) > div .about_left .al_content {
    overflow-y: auto;
    height: 370px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .al_title h4 {
    font-size: 16px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .al_title h2 {
    font-size: 24px;
  }
  .about .main > div:nth-of-type(1) > div {
    min-height: 700px;
  }
  .about .main > div:nth-of-type(1) {
    min-height: 730px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .quan img {
    width: 150px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .quan {
    top: 420px;
  }
  .about .main .c_box > div .top .left > h3 {
    font-size: 24px;
  }
  .about .main .c_box > div .top .left .left_sub1 .left_sub1_title h4 {
    font-size: 16px;
  }
  .about .main .c_box > div .top .left .left_sub1 .left_sub1_title img {
    width: 22px;
  }
  .about .main .c_box > div .top .left .left_sub1 p {
    font-size: 15px;
    text-indent: 0em;
  }
  .about .main .c_box > div .top .left .left_sub1 .left_sub1_title {
    margin-bottom: 10px;
  }
  .about .main .c_box > div .bottom ul li {
    height: 130px;
  }
  .about .main .c_box > div .bottom ul li .b_title {
    margin-top: 36px;
  }
  .about .main .c_box > div .bottom ul li .b_title h4 {
    font-size: 16px;
  }
  .about .main .c_box > div .bottom ul li p {
    font-size: 15px;
  }
  .about .main .c_box > div .bottom {
    bottom: -150px;
  }
  .about .main .c_box > div {
    margin-bottom: 230px;
  }
  .about .main .c_box {
    padding-bottom: 0px;
  }
  .about .main > div:nth-of-type(3) .yw_title > div h2 {
    font-size: 24px;
  }
  .about .main > div:nth-of-type(3) .yw_title > div h4 {
    font-size: 16px;
  }
  .about .main > div:nth-of-type(3) .yw_title {
    margin-bottom: 10px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li {
    height: 100px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_text p {
    font-size: 16px;
    font-weight: bold;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img {
    width: 60px;
    height: 60px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img img {
    width: 30px;
    margin: 14px auto;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img::after {
    width: 60px;
    height: 60px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list {
    padding-top: 40px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_contentTxt h3 {
    font-size: 20px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi > h3 {
    font-size: 16px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li:nth-of-type(2) .yw_contentTxt h4 {
    font-size: 16px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item h3 {
    font-size: 15px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi > p {
    font-size: 15px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_title h3 {
    font-size: 20px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item {
    width: 32%;
    margin-right: 2%;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item .tel_list_top h3 {
    font-size: 15px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item .tel_list_bottom p {
    font-size: 14px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item {
    height: 232px !important;
    margin-bottom: 20px !important;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item .tel_list_top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .about .main > div:nth-of-type(4) .yj_left .yj_left_text .box h3 {
    font-size: 24px;
  }
  .about .main > div:nth-of-type(4) .yj_left .yj_left_text .box {
    width: 78%;
    margin: 50px auto 0;
  }
  .about .main > div:nth-of-type(4) .yj_left .box2 {
    width: 542px;
    height: 542px;
    left: 11%;
    top: 0;
  }
  .about .main > div:nth-of-type(4) .yj_left {
    height: 450px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_text .right h4 {
    font-size: 16px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_center dl dt a {
    font-size: 16px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_center dl dd a {
    font-size: 14px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_left p {
    font-size: 14px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_right .ft_right_text h3 {
    font-size: 15px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_right .ft_right_img {
    padding: 20px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_right {
    width: 20%;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_center {
    width: 55%;
  }
  .footer_box {
    min-height: 400px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_center::after {
    height: 210px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_right::after {
    height: 210px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_left::after {
    height: 210px;
  }
  .n_nav_list > div .list ul li {
    height: 70px;
  }
  .n_nav_list > div .list ul li a {
    font-size: 14px;
  }
  .n_title h3 {
    font-size: 24px;
    margin-top: 80px;
  }
  .n_title p {
    font-size: 16px;
  }
  .yewu1 .main .yewu_box {
    padding-top: 40px;
  }
  .yewu1 .main .yewu_box .yw_left .switch {
    height: 320px;
    width: 280px;
    top: 48%;
  }
  .yewu1 .main .yewu_box .yw_left .switch ul li {
    line-height: 60px;
    height: 60px;
  }
  .yewu1 .main .yewu_box .yw_left .switch ul li::after {
    top: 6px;
    height: 78%;
  }
  .yewu1 .main .yewu_box .yw_right ul li .yw_right_title h3 {
    font-size: 22px;
  }
  .yewu1 .main .yewu_box .yw_right ul li .yw_right_title h2 {
    font-size: 18px;
  }
  .yewu1 .main .yewu_box .yw_right ul li .yw_right_title {
    margin-top: 30px;
  }
  .yewu1 .main .yewu_box .yw_right {
    padding: 62px 50px;
    height: 510px;
  }
  .yewu1 .main .yewu_box .yw_left .img ul {
    height: 510px;
  }
  .yewu1 .main .yewu_box .yw_right ul li .yw_right_content {
    margin-bottom: 50px;
  }
  .yewu1 .main .yewu_box .yw_right ul li .yw_right_more a i {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .yewu1 .main {
    padding-bottom: 90px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .img {
    margin-top: 0;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt h3:nth-of-type(2) {
    margin-top: 20px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .img.four ul li {
    width: 31%;
  }
  .cpyfw .main > div h2 {
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .cpyfw .main > div .tab ul li a {
    line-height: 40px;
  }
  .cpyfw .main > div .tab {
    margin-bottom: 40px;
  }
  .cpyfw .main > div .cp_content .part01 .item .item_title p {
    line-height: 40px;
    width: 180px;
    font-size: 16px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_text .right {
    width: 100%;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_tedian {
    margin-top: 50px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_tedian h5 {
    font-size: 16px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_tedian table thead tr th {
    font-size: 15px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_yingyong {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_yingyong h5 {
    font-size: 16px;
  }
  .cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_nav ul li a {
    font-size: 16px;
    line-height: 42px;
  }
  .cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_nav ul li a {
    font-size: 16px;
    line-height: 42px;
  }
  .cpyfw .main > div .cp_content .part02 .part02_title ul li a {
    font-size: 16px;
    line-height: 42px;
  }
  .cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right h3 {
    font-size: 16px;
  }
  .cpyfw .main > div .cp_content .part03 .item_title p {
    line-height: 42px;
  }
  .cpyfw .main > div .cp_content .part04 .left {
    width: 70%;
    height: 328px;
  }
  .cpyfw .main > div .cp_content .part04 .left img {
    width: 100%;
  }
  .cpyfw .main > div .cp_content .part04 .right {
    width: 26%;
    height: 328px;
  }
  .cpyfw .main > div .cp_content .part04 .right h3 {
    margin-top: 84px;
    font-size: 18px;
  }
  .cpyfw .main > div .cp_content {
    min-height: 404px;
  }
  .cpyfw .main > div .cp_content .part04 .right p {
    font-size: 16px;
    line-height: 1.8;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:first-of-type .newsBoxTitle {
    padding-top: 80px;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .top .title h3 {
    font-size: 16px;
  }
  .news .main > div:first-of-type .news_part01 .right {
    width: 48%;
    padding: 20px;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .more {
    display: none;
  }
  .news .main > div:first-of-type .news_part01 .right ul li {
    height: 88px;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .center p {
    line-height: 1.5;
    margin-top: 14px;
  }
  .news .main > div:nth-of-type(2) .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:nth-of-type(2) .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
    font-size: 16px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 230px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
    height: 30px;
    line-height: 30px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 60px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 150px;
  }
  .pageList {
    padding-bottom: 0px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
    color: #0636be;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 230px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 50px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 140px;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 18px;
  }
  .news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .img img {
    height: 364px;
  }
  .zhiye .main .part01 > div {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .zhiye .main .part01 > div .left h3 {
    font-size: 24px;
  }
  .zhiye .main .part02 > div .title h3 {
    font-size: 24px;
  }
  .zhiye .main .part02 > div .title {
    padding-top: 70px;
  }
  .zhiye .main .part02 > div .content {
    padding-bottom: 70px;
  }
  .zhiye .main .part03 > div.title h3 {
    font-size: 24px;
  }
  .zhiye .main .part03 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .zhiye .main .part03 > div.title .part03_c h5 {
    font-size: 15px;
  }
  .zhaopin_details .main .title .line h3 {
    font-size: 24px;
  }
  .zhaopin_details .main .title .descriton p {
    font-size: 15px;
  }
  .zhaopin_details .main .title .line {
    width: 10%;
  }
  .zhaopin_details .main .title .descriton {
    width: 80%;
  }
  .zhaopin_details .main .content > div .left .content_box1 h3 {
    font-size: 18px;
    font-weight: 700;
  }
  .zhaopin_details .main .content > div .left .content_box1 h3 {
    padding-bottom: 20px;
  }
  .zhaopin_details .main .content > div .left .content_box2 h3 {
    font-size: 16px;
  }
  .zhaopin_details .main .content > div .left .content_box2 p {
    line-height: 1.5;
  }
  .zhaopin_details .main .content > div .left .content_box3 p {
    line-height: 1.5;
  }
  .zhaopin_details .main .content > div .left .content_box3 h3 {
    font-size: 16px;
  }
  .contact .main .ct_titleBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact .main .ct_titleBox p {
    font-size: 15px;
  }
  .contact .main .contact_box .left h3 {
    font-size: 18px;
  }
  .contact .main .contact_box .left ul li {
    margin-bottom: 48px;
  }
  .zhiye .main .part01 > div .right {
    border-radius: 50px 0 0 0;
  }
  .menu .t_content > div .left .img img {
    width: 71%;
    display: block;
    margin: 0 auto;
  }
  .show1366 {
    display: block;
  }
  .hide1366 {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .index .section-2 > div .bottom .left {
    width: 512px;
  }
  .index .section-2 > div .bottom .right .news_list ul li:nth-of-type(4) {
    display: none;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_img {
    padding-bottom: 290px;
    border-radius: 26px 30px 0 30px;
  }
  .index .section-2 > div .top {
    padding-top: 120px;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_text {
    margin-top: 20px;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_text p {
    font-size: 14px;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_text a {
    font-size: 14px;
  }
  .changeBox .number .changeItem {
    height: 200px;
  }
  .changeBox .number .changeItem.active {
    height: 200px;
  }
  .changeBox .number .changeItem.active .text2 {
    opacity: 1;
    margin: 24px auto;
  }
  .index .section-5 .bottom .index_contact_left {
    top: 20px;
  }
  .index .section-5 .bottom .index_contact_right {
    top: 10px;
    width: 56%;
  }
  .index .section-6 .join h3 {
    margin-top: 30px;
  }
  .index .section-6 .join {
    height: 116px;
  }
  .index .section-6 .footer .covervid-wrapper .fd {
    top: 116px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_center dl dt a {
    font-size: 16px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_left {
    width: 25%;
    margin-top: 40px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_left p {
    font-size: 14px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_center {
    width: 55%;
    margin-top: 40px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_right {
    margin-top: 40px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_right .ft_right_img {
    padding: 20px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_right .ft_right_text h3 {
    font-size: 15px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_right::after {
    height: 190px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_center::after {
    height: 190px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_left::after {
    height: 190px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item {
    padding: 20px 14px;
    height: 350px;
  }
  .about .main > div:nth-of-type(4) .yj_left .yj_left_text .box p {
    font-size: 14px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list {
    padding-bottom: 40px;
  }
  .about .main > div:nth-of-type(4) .yj_left .yj_left_text .box h3 {
    margin-bottom: 30px;
  }
  .yewu1 .main .yewu_box .yw_right {
    height: 480px;
  }
  .yewu1 .main .yewu_box .yw_left .img ul {
    height: 480px;
  }
  .yewu2 .main > div {
    margin-top: 90px;
    padding: 40px;
  }
  .yewu2 .main > div .yw_right2 h3 {
    margin-top: 10px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 210px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 140px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li {
    margin-bottom: 20px;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 16px;
  }
  .yewu2 .main > div:nth-of-type(2) ul li {
    padding: 14px;
  }
  .yewu2 .main > div .contact.cd .tel h3 {
    width: 116px;
    margin-right: 0;
  }
  .yewu2 .main > div .contact .tel .tel_p {
    width: calc(100% - 120px) !important;
  }
  .yewu2 .main > div .contact .tel .tel_p p {
    font-size: 15px;
  }
  .yewu2 .main > div .contact .tel h3 {
    font-size: 15px;
  }
  .yewu2 .main > div .contact .tel h3 em {
    font-size: 15px;
  }
  .yewu2 .main > div .contact .add p {
    font-size: 15px;
    width: calc(100% - 120px);
  }
  .yewu2 .main > div .contact .add h3 {
    font-size: 15px;
    width: 116px;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  #fp-nav {
    display: none !important;
  }
  header {
    display: none;
  }
  .hide992 {
    display: none !important;
  }
  .show992 {
    display: block !important;
  }
  .index .section-2 > div .top .tab {
    display: none;
  }
  .index .section-2 > div .bottom .left {
    width: 100%;
  }
  .index .section-2 > div .bottom .right {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_img {
    padding-bottom: 180px;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_text h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index .section-2 > div .top .news_title img {
    width: 50%;
  }
  .index .section-2 > div .top {
    padding-top: 50px;
    width: 100%;
  }
  .index .section-2 > div .top .news_title {
    width: 100%;
    text-align: center;
  }
  .index .section-2 > div .top .news_title img {
    width: 90px;
  }
  .index .section-2 > div .bottom {
    margin-top: 10px;
  }
  .index .section-2 > div .bottom .left .news_switchBox .news_item .news_text a {
    margin-top: 20px;
  }
  .index .section-2 > div .bottom .right .news_list ul li a .list_left p {
    display: none;
  }
  .index .section-2 > div .bottom .right .news_list ul li a .list_right i {
    display: none;
  }
  .index .section-2 > div .bottom .right .news_list ul li a .list_left h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .index .section-2 > div .bottom .right .news_list ul li a .list_right p {
    padding-bottom: 0;
  }
  .changeBox .number {
    width: 100%;
    padding: 0;
    overflow: hidden;
    bottom: 0px;
  }
  .changeBox .number .changeItem {
    width: 15%;
  }
  .changeBox .number .changeItem.active {
    display: block;
    width: 70%;
  }
  .changeBox .number .changeItem .text2 h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .changeBox .number .changeItem .text2 p {
    font-size: 12px;
  }
  .changeBox .number .changeItem a {
    font-size: 12px;
    margin-top: 18px;
  }
  .changeBox .number .changeItem.active {
    height: 160px;
  }
  .changeBox .number .inner {
    flex-wrap: wrap;
  }
  .changeBox .changeBox_sub1 .items {
    background-size: 130%;
    background-position: top center;
  }
  .changeBox .number .changeItem .text1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    top: 60px;
  }
  .changeBox .number .changeItem .text1 .img {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0px;
  }
  .changeBox .number .changeItem .text1 .img img {
    width: 40px;
    margin: 0 auto;
    display: block;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:before {
    display: none;
  }
  .changeBox .number .changeItem {
    height: 160px;
    margin-bottom: 4px;
    transition: all 0.5s ease;
  }
  .changeBox .number .changeItem .text1 p {
    font-size: 13px;
  }
  .w80 {
    width: 90%;
  }
  .index .section-5 .top {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 340px;
  }
  .index .section-5 .bottom {
    padding-bottom: 60px;
  }
  .index .section-5 .bottom .index_contact_left {
    width: 100%;
    position: static;
    padding: 20px;
    margin-top: 20px;
  }
  .index .section-5 .bottom .index_contact_right {
    width: 100%;
    position: static;
    display: none;
  }
  .index .section-5 .bottom .index_contact_right .ic_right_title div img {
    width: 90px;
  }
  .index .section-5 .bottom .index_contact_right .ic_right_title p {
    font-size: 14px;
    line-height: 1.5;
  }
  .index .section-5 .bottom .index_contact_left .ic_title h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .index .section-5 .bottom .index_contact_left .ic_title p {
    font-size: 12px;
  }
  .index .section-5 .bottom .index_contact_left .message_box .message_box_top .m_item {
    font-size: 12px;
  }
  .index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item {
    font-size: 12px;
  }
  .index .section-5 .bottom .index_contact_left .message_box .message_box_bottom .m_item button {
    width: 100px;
    line-height: 40px;
  }
  .index .section-6 .join h3 img {
    width: 100px;
  }
  .index .section-6 .join p {
    font-size: 13px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_right {
    display: none;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_center {
    display: none;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_left {
    width: 100%;
  }
  .index .section-6 .icp > div .icp_left p {
    display: none;
  }
  .index .section-6 .icp > div .icp_right a {
    font-size: 13px;
  }
  .index .section-6 .icp > div .icp_left a {
    font-size: 13px;
  }
  .index .section-6 .icp {
    line-height: 46px;
  }
  .n_banner {
    height: 34vh;
  }
  .n_banner .img img {
    height: 34vh;
  }
  .n_nav_list > div .backhome a {
    font-size: 12px;
  }
  .about .main > div:nth-of-type(1) > div .about_left {
    width: 100%;
  }
  .about .main > div:nth-of-type(1) > div .about_right {
    width: 100%;
    height: 242px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .al_title h2 {
    font-size: 16px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .al_title {
    margin-top: 50px;
    padding-bottom: 14px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .al_title h4 {
    font-size: 14px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .al_content p {
    font-size: 13px;
  }
  .about .main > div:nth-of-type(1) > div .about_left .al_content {
    overflow-y: initial;
    height: auto;
  }
  .about .main > div:nth-of-type(1) > div .about_right .youshi {
    margin-top: 50px;
    display: none;
  }
  .about .main > div:nth-of-type(1) > div .about_right .img {
    width: 100%;
    right: 0;
  }
  .about .main > div:nth-of-type(1) > div .about_left .quan {
    left: -100px;
  }
  .about .main .c_box > div .top .right {
    width: 100%;
    display: none;
  }
  .about .main .c_box {
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .about .main .c_box > div .top .left {
    width: 100%;
  }
  .about .main .c_box > div .top .left > h3 {
    font-size: 16px;
  }
  .about .main .c_box > div .top .left .left_sub1 {
    margin-top: 24px;
  }
  .about .main .c_box > div .top .left .left_sub1 .left_sub1_title h4 {
    font-size: 15px;
  }
  .about .main .c_box > div .top .left .left_sub1 .left_sub1_title img {
    width: 18px;
  }
  .about .main .c_box > div .top .left .left_sub1 p {
    width: 100%;
    font-size: 13px;
  }
  .about .main .c_box > div .bottom ul li {
    width: 100%;
  }
  .about .main .c_box > div .bottom {
    position: static;
  }
  .about .main .c_box > div {
    margin-bottom: 40px;
  }
  .about .main .c_box > div .bottom ul li {
    height: 76px;
    margin-bottom: 4px;
  }
  .about .main .c_box > div .bottom ul li .b_title {
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .about .main .c_box > div .bottom ul li .b_title img {
    width: 18px;
  }
  .about .main .c_box > div .bottom ul li .b_title h4 {
    font-size: 15px;
  }
  .about .main .c_box > div .bottom ul li p {
    font-size: 13px;
  }
  .about .main .c_box > div .top {
    margin-bottom: 20px;
  }
  .n_nav_list > div {
    line-height: 50px;
  }
  .about .main > div:nth-of-type(3) .yw_title > div h2 {
    font-size: 16px;
  }
  .about .main > div:nth-of-type(3) .yw_title > div h4 {
    font-size: 14px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_text p {
    font-size: 14px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img {
    margin-right: 0;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img {
    width: 40px;
    height: 40px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img img {
    width: 20px;
    margin: 10px auto;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_contentTxt h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_contentTxt p {
    font-size: 13px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi > h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi {
    margin-top: 30px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list {
    margin-top: 40px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item {
    width: 100%;
    height: 240px;
    margin-bottom: 8px;
    padding: 10px 14px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item h2 {
    width: 48px;
    height: 48px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item p {
    font-size: 13px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi .yw_youshi_list .yw_youshi_list_item h3 {
    font-size: 14px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi > p {
    font-size: 13px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .yw_youshi > p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel {
    margin-top: 30px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_title h3 {
    font-size: 16px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item {
    width: 100%;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item .tel_list_top h3 {
    font-size: 14px;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_list ul li .tel .tel_list .tel_list_item .tel_list_bottom p {
    font-size: 13px;
  }
  .about .main > div:nth-of-type(4) .yj_left {
    width: 100%;
    height: auto;
  }
  .about .main > div:nth-of-type(4) .yj_right {
    width: 100%;
  }
  .about .main > div:nth-of-type(4) .yj_left .box2 {
    width: 300px;
    height: 300px;
    top: 100px;
  }
  .about .main > div:nth-of-type(4) .yj_left .yj_left_text {
    width: 100%;
    left: 0;
    position: static;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_left {
    width: 100%;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_center {
    display: none;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_right {
    display: none;
  }
  .about .main > div:nth-of-type(4) .yj_left .yj_left_text .box h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .about .main > div:nth-of-type(4) .yj_left .yj_left_text .box {
    margin-top: 20px;
  }
  .footer_box .icp > div .icp_left p {
    display: none;
  }
  .footer_box .icp > div .icp_left a {
    font-size: 13px;
  }
  .footer_box .icp > div .icp_right a {
    font-size: 13px;
  }
  .footer_box video {
    width: 200%;
  }
  .footer_box {
    min-height: 330px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_left p {
    font-size: 13px;
  }
  .footer_box .footer .covervid-wrapper .fd > div .ft_left::after {
    display: none;
  }
  .n_nav_list > div .list {
    display: none;
  }
  .yewu2 .main > div {
    margin-top: 50px;
    padding: 20px;
  }
  .yewu2 .main > div .yw_right2 h3 {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .yewu2 .main > div .yw_right2 p {
    font-size: 13px;
  }
  .n_title h3 {
    margin-top: 50px;
    font-size: 16px;
  }
  .n_title p {
    font-size: 14px;
    line-height: 1.5;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .item1 .left {
    width: 100%;
    padding-right: 0 !important;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .item1 .right {
    margin-top: 14px;
    width: 100%;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt {
    padding: 18px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt p {
    font-size: 13px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .item1 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 8px solid #f4f6f9;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt h3 {
    font-size: 16px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(2) .right {
    padding-left: 0px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(4) .right {
    padding-left: 0;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(6) .right {
    padding-left: 0;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .img.four ul li {
    width: 100%;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .img.four ul li:nth-of-type(5) {
    margin-left: 0;
    margin-right: 0;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .img.four ul li:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .zichan .main > div .zichan_part01 {
    margin-top: 30px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .img.three ul li {
    width: 100%;
  }
  .cpyfw .main > div .tab ul {
    justify-content: space-between;
  }
  .cpyfw .main > div .tab ul li {
    width: 80px;
  }
  .cpyfw .main > div .tab ul li a {
    font-size: 13px;
    line-height: 34px;
  }
  .cpyfw .main > div .cp_content .tel h3 {
    font-size: 16px;
  }
  .cpyfw .main > div .cp_content .tel h3 i {
    font-size: 24px;
  }
  .cpyfw .main > div .cp_content .tel p {
    font-size: 14px;
  }
  .cpyfw .main > div .cp_content .tel p.bxg span {
    width: 100%;
  }
  .cpyfw .main > div h2 {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .cpyfw .main > div .cp_content {
    padding: 20px;
  }
  .cpyfw .main > div .cp_content .part01 .item .item_title p {
    font-size: 13px;
  }
  .cpyfw .main > div .cp_content .part01 .item .item_title p {
    line-height: 32px;
    width: 92px;
    font-size: 13px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_text .right h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .cpyfw .main > div .cp_content .part01 .item .item_title {
    margin-bottom: 14px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_text .right p {
    font-size: 13px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_tedian {
    margin-top: 30px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_tedian h5 {
    font-size: 14px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_tedian td {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    padding: 10px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_tedian table thead tr th {
    font-size: 14px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_yingyong {
    margin-top: 10px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_yingyong .yy_img .img_item {
    width: 48%;
  }
  .cpyfw .main > div .cp_content .part01 .item:nth-of-type(2) .item_nav ul li a {
    width: 66px;
    font-size: 13px;
  }
  .cpyfw .main > div .cp_content .part01 .item .cp_yingyong h5 {
    font-size: 14px;
  }
  .cpyfw .main > div .cp_content .part01 .item:nth-of-type(3) .item_nav ul li a {
    width: 90px;
    font-size: 13px;
  }
  .cpyfw .main > div .cp_content .part02 .part02_title ul li {
    width: 32.6%;
  }
  .cpyfw .main > div .cp_content .part02 .part02_title ul li a {
    font-size: 13px;
    line-height: 36px;
  }
  .cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .left {
    width: 100%;
  }
  .cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right {
    width: 100%;
  }
  .cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right p {
    font-size: 13px;
  }
  .cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right h3 {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 .right h3::after {
    margin-top: 8px;
  }
  .cpyfw .main > div .cp_content .part02 .part02_sub1 .item1 .item1_sub1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .cpyfw .main > div .cp_content .part02 .part02_title {
    margin-bottom: 30px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text.h3 p {
    font-size: 14px;
  }
  .cpyfw .main > div .cp_content .part03 .item_title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .cpyfw .main > div .cp_content .part03 .item_title p {
    font-size: 14px;
    width: 150px;
    line-height: 34px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text p {
    font-size: 13px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text.lx p {
    font-size: 14px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text ul li {
    width: 50%;
  }
  .cpyfw .main > div .cp_content .part04 .left {
    width: 100%;
    height: auto;
  }
  .cpyfw .main > div .cp_content .part04 .right {
    width: 100%;
    height: 118px;
    padding: 16px;
  }
  .cpyfw .main > div .cp_content .part04 .right h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .cpyfw .main > div .cp_content .part04 .right p {
    font-size: 13px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text .item_text1 ul li {
    width: 100%;
    padding: 10px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text .item_text1 .item_text_title h3 {
    font-size: 15px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text .item_text1 ul li .bottom h3 {
    font-size: 14px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text .item_text1 ul li .bottom p {
    font-size: 13px;
    min-height: 52px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_left {
    width: 100%;
  }
  .cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_right {
    width: 100%;
  }
  .cpyfw .main > div .cp_content .part03 .item_text .xiaoshouwangluo .xswl_right .xswl_right_item .top h3 {
    font-size: 15px;
  }
  .cpyfw .main > div .cp_content .part03 .item_text .baozhuang li {
    width: 50%;
  }
  .news2 .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 16px;
  }
  .news2 .main > div:first-of-type {
    margin-top: 50px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle h3::after {
    margin-top: 8px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p img {
    display: none;
  }
  .news2 .main > div:first-of-type .newsBoxTitle {
    margin-bottom: 30px;
  }
  .n_banner .txt {
    display: none;
  }
  .news2 .main > div:first-of-type .news_part02 ul li {
    width: 100%;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 13px;
  }
  .zhiye .main .part01 > div .left {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .zhiye .main .part01 > div .right {
    width: 100%;
    border-radius: 30px 0 0 0;
    margin-bottom: 30px;
  }
  .zhiye .main .part01 > div .left h3 {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .zhiye .main .part01 > div .left > div p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .zhiye .main .part02 > div .title h3 {
    font-size: 16px;
  }
  .zhiye .main .part02 > div .title {
    padding-top: 50px;
  }
  .zhiye .main .part03 > div.title h3 {
    font-size: 16px;
  }
  .zhiye .main .part03 {
    padding: 18px;
  }
  .zhiye .main .part03 > div.title .part03_c h5 {
    margin-top: 20px;
    font-size: 13px;
    margin-left: 0;
  }
  .zhiye .main .part03 > div.title .part03_c h5 i {
    font-size: 16px;
    display: none;
  }
  .zhiye .main .part03 > div:nth-of-type(2) table thead tr th {
    font-size: 13px;
  }
  .zhiye .main .part03 > div:nth-of-type(2) table thead tr th:nth-of-type(2) {
    display: none;
  }
  .zhiye .main .part03 > div:nth-of-type(2) table thead tr th i {
    display: none;
  }
  .zhiye .main .part03 > div:nth-of-type(2) table tbody tr td {
    font-size: 13px;
    line-height: 1.5;
  }
  .zhiye .main .part03 > div:nth-of-type(2) table tbody tr td:nth-of-type(2) {
    display: none;
  }
  .zhiye .main .part03 > div:nth-of-type(2) table tbody tr td a {
    font-size: 13px;
  }
  .zhaopin_details .main .title {
    padding-top: 50px;
  }
  .zhaopin_details .main .title .line {
    width: 100%;
    margin-bottom: 10px;
  }
  .zhaopin_details .main .title .line h3 {
    font-size: 16px;
  }
  .zhaopin_details .main .title .descriton {
    width: 100%;
  }
  .zhaopin_details .main .title .descriton p {
    font-size: 13px;
    line-height: 1.5;
  }
  .zhaopin_details .main .content {
    padding: 18px;
    margin-top: 20px;
  }
  .zhaopin_details .main .content > div {
    padding: 12px;
  }
  .zhaopin_details .main .content > div .left {
    width: 100%;
  }
  .zhaopin_details .main .content > div .left .content_box1 h3 {
    font-size: 15px;
    margin-top: 16px;
    padding-bottom: 14px;
  }
  .zhaopin_details .main .content > div .left .content_box2 p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .zhaopin_details .main .content > div .left .content_box2 h3 {
    padding: 8px 10px;
    font-size: 13px;
  }
  .zhaopin_details .main .content > div .left .content_box1 {
    margin-bottom: 20px;
  }
  .zhaopin_details .main .content > div .left .content_box1::after {
    width: 40px;
  }
  .zhaopin_details .main .content > div .left .content_box2 {
    margin-bottom: 20px;
  }
  .zhaopin_details .main .content > div .left .content_box3 h3 {
    font-size: 13px;
    padding: 8px 10px;
  }
  .zhaopin_details .main .content > div .left .content_box3 p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .zhaopin_details .main .content > div .left .content_box4 {
    margin-top: 30px;
    padding-top: 20px;
  }
  .zhaopin_details .main .content > div .left .content_box4 > div:nth-child(1) a {
    font-size: 14px;
  }
  .zhaopin_details .main .content > div .left .content_box4 > div:nth-child(1) {
    width: 100px;
    line-height: 36px;
  }
  .zhaopin_details .main .content > div .right {
    width: 100%;
    border-radius: 20px 0 0 0;
    height: 300px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .zhaopin_details .main .content > div .right .box1 h3 {
    font-size: 15px;
  }
  .zhaopin_details .main .content > div .right .box1 p {
    font-size: 13px;
  }
  .zhaopin_details .main .content > div .right .box1 {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .zhaopin_details .main .content > div .right .box2 {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .zhaopin_details .main .content > div .right .box2 h3 {
    font-size: 14px;
  }
  .zhaopin_details .main .content > div .right .box3 h3 {
    font-size: 14px;
  }
  .zhaopin_details .main .content > div .right .box3 {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .zhaopin_details .main .content > div .right .box2 p {
    font-size: 14px;
  }
  .zhaopin_details .main .content > div .right .box3 p {
    font-size: 14px;
  }
  .contact .main .ct_titleBox {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .contact .main .ct_titleBox h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .contact .main .ct_titleBox p {
    font-size: 13px;
  }
  .contact .main .contact_box .left {
    width: 100%;
    padding: 18px;
    height: 310px;
  }
  .contact .main .contact_box .right {
    width: 100%;
  }
  .contact .main .contact_box .left h3 {
    font-size: 16px;
  }
  .contact .main .contact_box .left ul li p {
    font-size: 13px;
  }
  .contact .main .contact_box .left ul li > div {
    width: 26px;
    height: 26px;
  }
  .contact .main .contact_box .left ul li {
    margin-bottom: 14px;
  }
  .contact .main .contact_box .left ul li > div i {
    font-size: 16px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .tel p {
    font-size: 13px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .tel h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .tel h3 i {
    font-size: 20px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt h3::before {
    display: none;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt h3 {
    padding-left: 0;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt p {
    text-indent: 0em;
    line-height: 1.5;
  }
  .yewu2 .main .m_fengongsi {
    margin-bottom: 10px;
    margin-top: 50px;
  }
  .yewu2 .main .m_fengongsi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .yewu2 .main .m_fengongsi ul li {
    width: calc(50% - 6px);
    margin-right: 6px;
    box-sizing: border-box;
  }
  .yewu2 .main .m_fengongsi ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 36px;
    background-color: #f4f6f9;
    margin-bottom: 6px;
  }
  .yewu2 .main > div {
    margin-top: 30px;
  }
  .yewu2 .main > div .yw_left2 .cpzs h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .yewu2 .main > div .yw_left2 {
    margin-top: 10px;
  }
  .yewu2 .main > div .yw_left2 .cpzs ul li {
    width: 100%;
    padding: 6px;
  }
  .yewu2 .main > div .yw_left2 .cpzs ul li .text p {
    font-size: 15px;
    line-height: 40px;
  }
  .yewu2 .main > div .contact.bj .tel h3 {
    width: 100%;
  }
  .yewu2 .main > div .contact.bj .tel .tel_p p {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    margin-top: 14px;
  }
  .yewu2 .main > div .contact.bj .tel .tel_p {
    width: 100%;
  }
  .yewu2 .main > div .contact .tel h3 {
    font-size: 14px;
  }
  .yewu2 .main > div .contact .add h3 {
    font-size: 14px;
    width: 100%;
  }
  .yewu2 .main > div .contact .add p {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    margin-top: 14px;
  }
  .yewu2 .main > div .contact .tel .tel_p p {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
  }
  .yewu2 .main > div .contact.cd .tel .tel_p p {
    width: 100%;
    margin-top: 14px;
  }
  .yewu2 .main > div .contact.dl .tel h3 {
    width: 100%;
  }
  .yewu2 .main > div .contact.dl .tel .tel_p {
    width: 100%;
  }
  .yewu2 .main > div .contact.dl .tel .tel_p p {
    width: 100%;
    margin-top: 14px;
  }
  .yewu2 .main > div .contact.zb .tel .tel_p {
    width: 100%;
  }
  .yewu2 .main > div .contact.zb .tel .tel_p p {
    width: 100%;
    margin-top: 14px;
  }
  .yewu2 .main > div .contact.ty .tel .tel_item {
    width: 100%;
    margin-top: 14px;
  }
  .yewu2 .main > div .contact.ty .tel .tel_item h3 {
    font-size: 14px;
  }
  .yewu2 .main > div .contact.ty .tel .tel_item p {
    font-size: 13px;
  }
  .yewu2 .main > div .contact.ty .tel .tel_item p {
    font-weight: normal;
  }
  .index .section-2 > div .bottom .right .news_list {
    position: static;
  }
  .index .section-2 > div .bottom .left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .tanchu .close {
    top: 50px;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_left .ft_logo img {
    width: 54%;
  }
  .about .main > div:nth-of-type(3) .yw_content .yw_nav ul li .icon_img::after {
    width: 36px;
    height: 36px;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .tel {
    display: block;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .tel p {
    line-height: 1.8;
  }
  .zichan .main > div .zichan_part01 .zichan_part01_txt .img.one ul li {
    width: 100%;
  }
  .yewu2 .main > div .contact.zb .tel {
    display: block;
  }
  .cpyfw .main > div .cp_content .part01 .item:nth-of-type(4) .item_nav ul li a {
    width: 80px;
    font-size: 13px;
  }
  .news_details .main > div .left {
    width: 100%;
  }
  .news_details .main > div .right {
    width: 100%;
  }
  .news_details .main > div .right .top .share {
    display: none;
  }
  .news_details .main > div .right .bottom > div ul li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li span {
    display: none;
  }
  .news_details .main {
    margin-top: 50px;
  }
  .covervid-wrapper video {
    display: none;
  }
  .index .section-6 .footer .covervid-wrapper .fd > div .ft_left::after {
    display: none;
  }
}
