.list_ul {
  overflow: hidden;
}
.list_ul ul {
  display: flex;
  flex-wrap: wrap;
}
.list_ul ul li {
  box-sizing: border-box;
}
.list_ul ul li a {
  display: block;
}
@font-face {
  font-family: SiYuanSong;
  src: url(../font/SiYuanSongTiRegular/SourceHanSerifCN-Bold-2.otf);
}
.transition {
  transition: all ease-in-out 0.3s;
}
.img-transform {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.big_img .img {
  overflow: hidden;
}
.big_img .img img,
.big_img .img h1,
.big_img .img h2,
.big_img .img h3,
.big_img .img h4,
.big_img .img h5 {
  transition: all ease-in-out 0.3s;
}
.big_img:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.big_img:hover h1,
.big_img:hover h2,
.big_img:hover h3,
.big_img:hover h4 .big_img:hover h5 {
  color: #9f3490;
}
.con1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.con1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.con1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.con1500 {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}
.head_pc {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: rgba(160, 35, 149, 0.85);
}
.head_pc .con1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_pc .nav {
  display: flex;
  align-items: center;
}
.head_pc .nav ul {
  display: flex;
  align-items: center;
}
.head_pc .nav ul li a {
  display: block;
  padding: 0 28px;
  font-size: 18px;
  line-height: 110px;
  color: #fff;
  position: relative;
}
.head_pc .nav ul li a::after {
  content: '';
  width: 80%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.head_pc .nav ul li a:hover::after,
.head_pc .nav ul li a.hover::after {
  opacity: 1;
}
.head_pc .nav ul .ul2 {
  display: none;
}
.head_pc .lng a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #dd1a1a;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  border-radius: 36px;
}
.head_pc .lng a img {
  max-width: 22px;
  object-fit: cover;
}
.head_pc .lng a p {
  padding-left: 10px;
}
.index_banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.index_banner .swiper-pagination-bullet-active {
  background-color: #9f3490;
}
.index_type {
  text-align: center;
  padding: 4% 0 4% 0;
}
.index_type h1 {
  font-size: 36px;
}
.index_type h5 {
  font-size: 16px;
  color: #9f3490;
  position: relative;
  margin: 1% 0;
}
.index_type h5 span {
  display: inline-block;
  background-color: #9f3490;
  color: #fff;
  position: relative;
  z-index: 1;
}
.index_type h5::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.i_ab {
  margin-bottom: 4%;
}
.i_ab .ab_main {
  display: flex;
}
.i_ab .ab_main > div {
  width: 50%;
}
.i_ab .left {
  position: relative;
}
.i_ab .left h1 {
  font-size: 20px;
  padding: 20px 0;
}
.i_ab .left .sum {
  line-height: 28px;
}
.i_ab .more_c {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_ab .more_c p {
  font-size: 16px;
  color: #9f3490;
}
.i_ab .more_c a {
  display: flex;
  align-items: center;
}
.i_ab .more_c i {
  font-size: 16px;
}
.i_ab .more_c .icon {
  width: 50px;
  height: 50px;
  background: url(../images/more.png) no-repeat center;
  background-color: #9f3490;
  border-radius: 50%;
  margin-left: 10px;
}
.i_ab .rig {
  padding-left: 100px;
}
.i_pro {
  background-color: #f5f5f5;
  padding-bottom: 4%;
}
.i_pro .img {
  position: relative;
}
.i_pro .img h5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-lr;
  font-size: 16px;
  color: #fff;
  letter-spacing: 6px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.i_pro a {
  display: block;
  position: relative;
}
.i_pro a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
.i_pro a:hover h5 {
  opacity: 1;
}
.i_news {
  margin-bottom: 4%;
}
.i_news .news_list li {
  margin-bottom: 14px;
}
.i_news .news_list a {
  display: flex;
  padding: 18px;
  background-color: #f5f5f5;
  transition: all ease-in-out 0.3s;
}
.i_news .news_list a:hover {
  background-color: #9f3490;
}
.i_news .news_list a:hover h2 {
  color: #fff;
}
.i_news .news_list a:hover .sum {
  color: #f9e2c3;
}
.i_news .news_list a:hover .time {
  color: #fff;
}
.i_news .news_list .cont {
  flex: 1;
  padding: 0 50px;
}
.i_news .news_list .cont h2 {
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i_news .news_list .cont .sum {
  margin: 16px 0;
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.i_news .news_list .cont .time {
  font-size: 16px;
  color: #9f3490;
}
.footer {
  background-color: #333;
}
.footer .foo_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4a4949;
  padding: 3% 0;
}
.footer .foo_tit .scroll_top {
  display: flex;
  align-items: center;
}
.footer .foo_tit .scroll_top p {
  color: #fff;
  padding-right: 5px;
}
.footer .foo_tit .scroll_top .icon {
  background: url(../images/more.png) no-repeat center;
  background-color: #9f3490;
  transform: rotate(-90deg);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.footer .foo_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 0;
}
.footer .foo_center .qd {
  max-width: 140px;
}
.footer .info {
  color: #fff;
}
.footer .info p {
  padding: 10px 0;
}
.foo_nav ul {
  display: flex;
  margin: -50px;
}
.foo_nav li {
  padding: 50px;
}
.foo_nav li a {
  display: block;
  color: #fff;
}
.foo_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.foo_bottom a {
  display: flex;
  align-items: center;
  color: #888888;
  line-height: 30px;
}
.pub_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pub_left .typename {
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
}
.pub_left ul {
  display: flex;
}
.pub_left ul li a {
  display: block;
  padding: 0 40px;
  position: relative;
  line-height: 80px;
  font-size: 16px;
}
.pub_left ul li a::after {
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #cfd8e0;
  transform: translateY(-50%);
}
.pub_left ul li a.hover,
.pub_left ul li a:hover {
  color: #9f3490;
}
.pub_left ul li:last-child a::after {
  display: none;
}
.flex {
  display: flex;
}
.pt {
  padding: 4% 0;
}
.ab_company .com_sum h1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.ab_company .com_sum .sum {
  line-height: 28px;
  color: #888888;
  font-size: 15px;
  padding: 2% 0;
}
.ab_company .com_sum .sum p {
  margin-bottom: 10px;
  text-indent: 2em;
}
.culture {
  background-color: #fff1df;
  padding: 4% 0;
}
.culture ul {
  margin: -13px;
}
.culture ul li {
  padding: 13px;
  width: 33.33%;
}
.culture ul li .box {
  background-color: #fff;
  height: 100%;
  padding: 0 50px;
}
.culture ul li .title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.culture ul li .title h1 {
  font-size: 20px;
  padding: 0 10px;
}
.culture ul li .sum {
  padding: 20px 0;
  line-height: 26px;
  font-size: 15px;
}
.culture ul li .img2 {
  display: none;
}
.ab_case .case_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 0 5% 0;
}
.ab_case .case_icon div {
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecf1f4;
  cursor: pointer;
  margin: 5px;
}
.ab_case .case_icon div:hover {
  background-color: #9f3490;
}
.ab_honor {
  background-color: #f4f8fa;
  padding-bottom: 4%;
}
.ab_honor .swiper-slide {
  display: block;
  border: 1px solid #ccc;
}
.ab_honor .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.ab_honor .swiper-pagination span {
  margin: 3px;
}
.ab_honor .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9f3490;
}
.pro_left_list {
  background-color: #eef2f6;
}
.products {
  padding: 4% 0 4% 0;
}
.products .list_ul ul {
  margin: -10px;
}
.products .list_ul li {
  width: 33.33%;
  padding: 10px;
}
.products .list_ul a {
  display: block;
}
.products .list_ul a h3 {
  line-height: 60px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  font-size: 16px;
}
.pro_read {
  background-color: #eef2f6;
  padding-top: 180px;
}
.pro_read .pro_info {
  display: flex;
}
.pro_read .pro_info .img {
  width: 50%;
}
.pro_read .pro_info .rig {
  padding: 60px;
  background-color: #fff;
  width: 50%;
  box-sizing: border-box;
}
.pro_read .pro_info .rig h1 {
  font-size: 26px;
  font-weight: bold;
}
.pro_read .pro_info .rig .line {
  height: 1px;
  margin: 4% 0;
  background-color: #eef2f6;
}
.pro_read .pro_info .rig .sum_box h5 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/p_icon1.png) no-repeat left center;
}
.pro_read .pro_info .rig .sum_box .sum {
  line-height: 32px;
  color: #666666;
  padding: 20px 0;
}
.pro_read .pro_info .rig .box {
  height: 100%;
  position: relative;
}
.pro_read .pro_info .rig .more {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  line-height: 58px;
  text-align: center;
  background-color: #9f3490;
  color: #fff;
  font-size: 16px;
}
.pro_read .con_box {
  margin: 2% 0;
  padding: 58px;
  background-color: #fff;
}
.pro_read .con_box h5 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/p_icon2.png) no-repeat left center;
}
.pro_read .con_box .line {
  height: 1px;
  margin: 2% 0;
  background-color: #eef2f6;
}
.pro_read .con_box .content {
  line-height: 28px;
  color: #666666;
}
.case {
  background-color: #eef2f6;
}
.case ul {
  margin: -15px;
}
.case li {
  width: 33.33%;
  padding: 15px;
}
.case a {
  display: block;
}
.case a .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}
.case a .tit h1 {
  font-size: 18px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case a .tit i {
  font-size: 20px;
  width: 26px;
}
.case_read {
  background-color: #eef2f6;
}
.case_read .case_info {
  display: flex;
}
.case_read .case_info .img {
  width: 50%;
}
.case_read .case_info .rig {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 28px;
}
.case_read .case_info .rig .sum {
  font-weight: bold;
  padding-bottom: 30px;
}
.case_read .case_info .rig .content {
  color: #666666;
}
.cc_pro {
  border-top: 1px solid #ccc;
  padding: 2% 0;
  margin-top: 2%;
}
.cc_pro ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cc_pro ul a {
  display: block;
  width: 158px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background-color: #9f3490;
  font-size: 16px;
}
.news {
  padding: 3% 0;
}
.news .news_list ul li a {
  display: flex;
  justify-content: space-between;
  padding: 2% 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.news .news_list ul li a .img {
  width: 27%;
}
.news .news_list ul li a .cont {
  width: 68%;
}
.news .news_list ul li a .cont h1 {
  font-size: 16px;
}
.news .news_list ul li a .cont .time {
  padding: 10px 0;
  color: #6e6e6e;
}
.news .news_list ul li a .cont .sum {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .news_list ul li a p.more {
  width: 124px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 14px;
  transition: all ease-in-out 0.3s;
}
.news .news_list ul li a:hover .more {
  background-color: #9f3490;
  color: #fff;
}
.news_read {
  background-color: #eef2f6;
}
.news_read .news_typename h1 {
  font-size: 24px;
  text-align: center;
}
.news_read .time {
  text-align: center;
  line-height: 50px;
}
.news_read .line {
  height: 1px;
  background-color: #ccd4db;
  margin: 2% 0;
}
.news_read .read_con {
  line-height: 26px;
}
.news_read .read_con img {
  width: auto;
  max-width: 100%;
}
.join {
  background-color: #eef2f6;
}
.join .uls1 li.wow {
  border-bottom: 1px solid #ccc;
}
.join .uls1 a {
  display: block;
}
.join .uls1 .tit_info {
  color: #666666;
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
.join .uls1 .tit_info h3 {
  width: 20%;
  font-size: 18px;
  color: #333;
}
.join .uls1 .tit_info .info {
  width: 60%;
  font-size: 16px;
}
.join .uls1 .tit_info .info ul {
  display: flex;
}
.join .uls1 .tit_info .info ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join .uls1 .tit_info .info ul li p {
  padding: 0 10px;
}
.join .uls1 .tit_info .icon {
  width: 20%;
  text-align: right;
  font-size: 30px;
  color: #666666;
}
.join .uls1 .cont {
  padding: 20px 30px;
  background-color: #fff;
  display: none;
}
.join .uls1 .cont .tit {
  font-size: 16px;
  font-weight: bold;
  padding: 1% 0;
  border-bottom: 1px solid #ccc;
}
.join .uls1 .cont .content {
  padding: 2% 0;
  line-height: 26px;
}
.join .uls1 .img2 {
  display: none;
}
.join .uls1 .active .tit_info {
  background-color: #9f3490;
  color: #fff;
}
.join .uls1 .active .tit_info h3 {
  color: #fff;
}
.join .uls1 .active .tit_info .img1 {
  display: none;
}
.join .uls1 .active .tit_info .img2 {
  display: block;
}
.join .uls1 .active .tit_info .icon {
  color: #fff;
}
.join .info2 {
  display: none;
  width: 100%;
  font-size: 16px;
}
.join .info2 ul li {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.join .info2 ul li p {
  padding: 0 10px;
  font-size: 14px;
}
.contact .con1400 .info {
  border-top: 1px solid #ccc;
}
.contact .con1400 .info ul {
  display: flex;
}
.contact .con1400 .info li {
  flex: 1;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
.contact .con1400 .amap_box {
  width: 100%;
  padding: 0;
}
.tech {
  background-color: #eef2f6;
}
.tech ul {
  margin: -10px;
}
.tech ul li {
  width: 50%;
  padding: 10px;
}
.tech ul a {
  display: block;
  background-color: #fff;
  padding: 0 30px;
}
.tech ul h1 {
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.tech ul .info {
  line-height: 36px;
  padding: 20px 0;
}
.tech ul .info p {
  padding-left: 26px;
}
.tech ul .info p:first-child {
  background: url(../images/c1.png) no-repeat left center;
}
.tech ul .info p:last-child {
  background: url(../images/c2.png) no-repeat left center;
}
.leave .mess_form {
  width: 100%;
}
.leave .mess_form p {
  display: flex;
  margin-bottom: 34px;
  align-items: center;
  justify-content: space-between;
}
.leave .mess_form p input {
  width: 46%;
  padding: 0 8px;
  line-height: 40px;
  border: 1px solid #ccc;
}
.leave .mess_form textarea {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 8px;
  line-height: 40px;
  height: 200px;
}
.leave .submit input {
  display: block;
  width: 120px;
  line-height: 36px;
  text-align: center;
  background-color: #9f3490;
  color: #fff;
  margin: 20px auto 6% auto;
}
.honor {
  padding: 4% 0;
}
.honor ul {
  margin: -10px;
}
.honor li {
  width: 25%;
  padding: 10px;
}
.honor a {
  display: block;
  border: 1px solid #ccc;
}
