body {
  text-align: center;
  font-family: "PingFang SC", "宋体", "Microsoft YaHei", "SimHei", sans-serif;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 185%;
}
.text-bold {
  font-weight: bold;
}
/* flexslider */
.flexslider {
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.flex-viewport {
  height: 100%;
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  line-height: 99em;
  overflow: hidden;
  margin: -60px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  /* *display: inline; */
}
.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
/*头部*/
.h_top_bg {
  width: 100%;
  height: 35px;
  background: #100091;
  min-width: 1024px;
}
.h_top_bg .h_top {
  width: 1024px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  position: relative;
  margin: 0px auto;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.h_top span {
  display: inline-block;
  zoom: 1;
  text-align: right;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
}
.h_top span a {
  font-size: 12px;
  color: #fff;
}
.header {
  width: 100%;
  height: 98px;
  margin: 0px auto;
  background: url(../images/head_bg.png) repeat-x;
  min-width: 1024px;
  position: relative;
  z-index: 2;
}
.header .head_m {
  width: 1024px;
  margin: 0px auto;
  height: 80px;
  position: relative;
}
.header .logo {
  width: 249px;
  height: 54px;
  float: left;
  margin-top: 18px;
}
.header .logo img {
  /* width: 249px; */
  height: 50px;
}
.header .nav {
  width: 700px;
  height: 92px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  font-family: "Microsoft Yahei";
}
.header .nav li {
  display: inline-block;
  zoom: 1;
  width: auto;
  margin: 0px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  vertical-align: top;
}
.header .nav li a {
  font-size: 16px;
  color: #000;
  display: inline-block;
  zoom: 1;
  width: auto;
  height: 92px;
  line-height: 92px;
}
.header .nav li a span {
  display: inline-block;
  zoom: 1;
  margin: 0px;
  width: auto;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #ddd;
  vertical-align: top;
  margin-top: 35px;
  padding: 0px 23px;
}
.header .nav li:last-child a span {
  border-right: 0px;
}
.header .nav li.now {
  background: #351bff;
}
.header .nav li.now a,
.header .nav li.now:hover a {
  color: #fff;
}
.header .nav li:hover a {
  color: #100091;
}
.header .nav li.now a span {
  border: 0px;
}
/*幻灯片*/
.banner {
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
  height: 500px;
  margin: 0px auto;
  position: relative;
  top: -7px;
  z-index: 1;
}
.banner_a {
  height: 400px;
}
.banner_a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
#inner {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
}
#inner .slides {
  height: 100%;
}
#inner .slides li,
#inner .slides li .img {
  height: 100%;
}
#inner .slides li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
/*幻灯片*/
.zx_news_bg {
  width: 100%;
  height: 40px;
  min-width: 1024px;
  background: #e8e8e8;
  position: relative;
  top: -7px;
}
.zx_news_bg .zx_news {
  width: 1024px;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 0px auto;
}
.zx_news .t_news {
  height: 19px;
  color: #505050;
  padding-left: 15px;
  overflow: hidden;
  position: relative;
  background: url(../images/icon1.png) no-repeat left center;
  width: 50%;
  text-align: left;
  top: 10px;
  float: left;
}
.t_news b {
  line-height: 19px;
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  color: #d72127;
  vertical-align: top;
}
.news_li,
.swap {
  line-height: 19px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 82px;
}
.news_li a,
.swap a {
  color: #505050;
}
.swap {
  top: 19px;
}
.zx_news .search {
  width: 190px;
  height: 24px;
  position: relative;
  float: right;
  margin-top: 8px;
  background: url(../images/s_bg.jpg) no-repeat left center;
}
.zx_news .search input {
  width: 153px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
  background: none;
  padding: 0px 5px;
  z-index: 2;
}
.zx_news .search .s_btn {
  width: 31px;
  background: url(../images/s_btn.jpg) no-repeat;
  left: 160px;
  cursor: pointer;
}
.box_a {
  width: 1024px;
  margin: 0px auto;
  margin-top: 10px;
}
.box_h {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-family: "Microsoft Yahei";
}
.box_h i,
.box_h span,
.box_h em {
  display: inline-block;
  zoom: 1;
  height: 19px;
  line-height: 19px;
  vertical-align: top;
  margin-top: 13px;
}
.box_h i {
  width: 3px;
  background: #02886d;
}
.box_h span {
  font-size: 16px;
  color: #000000;
  margin-left: 7px;
}
.box_h em {
  font-size: 12px;
  color: #a2a2a2;
  font-family: "Arial";
  margin-top: 17px;
  margin-left: 5px;
}
.box_m {
  width: 100%;
  text-align: left;
  padding: 15px 0;
}
.box_a .box_m {
  height: 240px;
  overflow: hidden;
}
.box_a .box_al {
  width: 318px;
  float: left;
}
.box_a .box_al h3 {
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.box_a .box_al h3 a {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  color: #000;
}
.box_a .box_al p {
  width: 100%;
  height: 81px;
  overflow: hidden;
  color: #333;
  line-height: 183%;
}
.box_a .box_al p a {
  color: #d72127;
}
.box_a .box_al ul {
  width: 100%;
  border-top: 1px dashed #ddd;
  margin-top: 15px;
  padding-top: 5px;
}
.box_a .box_al ul li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: url(../images/icon2.png) no-repeat left center;
  position: relative;
}
.box_a .box_al ul li p {
  width: 200px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 12px;
}
.box_a .box_al ul li p a {
  font-size: 12px;
  color: #333;
}
.box_a .box_al ul li p a:hover {
  color: #d72127;
}
.box_a .box_al ul li em {
  display: block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: right;
  color: #656565;
  position: absolute;
  right: 0px;
  top: 0px;
}
.box_a .box_am {
  width: 367px;
  float: left;
  margin-left: 15px;
}
.box_a .box_am img {
  width: 320px;
  height: 150px;
  margin-left: 1px;
  vertical-align: top;
}
.box_a .box_am p {
  width: 100%;
  font-size: 12px;
  color: #333;
  height: 40px;
  overflow: hidden;
  line-height: 185%;
  margin-top: 10px;
}
.box_a .box_am p em {
  color: #d72127;
}
.box_a .box_ar {
  width: 309px;
  float: right;
}
.box_a .box_ar p {
  width: 100%;
  font-size: 12px;
  color: #333;
  line-height: 200%;
}
.box_a .box_ar .erweima-img {
  width: 100px;
  height: 100px;
  margin-top: 4px;
}
.box_b {
  width: 1024px;
  margin: 0px auto;
}
.slidegrid {
  float: left;
  position: relative;
  overflow: hidden;
}
.slideitems {
  width: 20000em;
  position: absolute;
}
.slideitems li {
  float: left;
}
.box_b .box_m {
  width: 100%;
  height: 240px;
  padding: 35px 0;
}
.mainPhoto {
  width: 1024px;
  height: 240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mainPhoto span.goleft,
.mainPhoto span.goright {
  display: block;
  width: 26px;
  height: 39px;
  position: absolute;
  top: 100px;
}
.mainPhoto span.goleft {
  left: 0;
}
.mainPhoto span.goright {
  right: 0;
}
.mainPhoto .go {
  width: 918px;
  height: 240px;
  position: relative;
  left: 53px;
  overflow: hidden;
}
.mainPhoto .go li {
  width: 240px;
  height: 240px;
  margin-right: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.mainPhoto .go li img {
  width: 240px;
  height: 240px;
  vertical-align: top;
}
.foot_bg {
  width: 100%;
  min-width: 1024px;
  background: #100091;
  margin-top: 10px;
}
.foot_bg .foot {
  width: 1024px;
  margin: 0px auto;
}
.foot .foot_n {
  width: 100%;
  height: 77px;
  line-height: 77px;
  text-align: center;
}
.foot .foot_n a {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 20px;
}
.foot .foot_n a:hover {
  text-decoration: underline;
}
.foot .foot_m {
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 18px;
  padding-bottom: 10px;
}
.foot .foot_m p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #ebebeb;
  line-height: 185%;
}
.foot .foot_m a {
  color: #ebebeb;
}
.foot .foot_m a:hover {
  color: #1200ff;
}
.second {
  width: 1024px;
  margin: 0px auto;
  margin-top: 15px;
  overflow: hidden;
}
/* 关于我们 */
.second .sidenav {
  width: 260px;
  float: left;
}
.sidenav .box_h {
  width: 260px;
  height: 55px;
  border-bottom: 1px solid #100091;
  line-height: 55px;
  background: linear-gradient(120deg, #351bff, #5777f2 50%, #351bff);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.sidenav .box_h span {
  font-size: 15px;
  color: #ffffff;
  margin-left: 35px;
  margin-top: 20px;
}
.sidenav .box_l .box_m {
  width: 260px;
  background: url(../images/bg_d.png) repeat-y;
}
.sidenav .box_l .box_m ul {
  width: 249px;
  margin-left: 5px;
}
.sidenav .box_l .box_m ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
  margin-top: 5px;
}
.sidenav .box_l .box_m ul li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url(../images/icon4.png) no-repeat 35px center;
}
.sidenav .box_l .box_m ul li.now {
  background: url(../images/bg_b.png) no-repeat center center;
  border: 0px;
}
.sidenav .box_l .box_m ul li.now a {
  background: url(../images/icon3.png) no-repeat 35px center;
}
.sidenav .box_l .box_m ul li.now span {
  color: #100091;
  font-weight: bold;
}
.sidenav .box_l .box_m ul li a span {
  font-size: 14px;
  color: #515151;
  margin-left: 55px;
}
.sidenav .box_l .box_m ul li a:hover span {
  color: #db060f;
}
.sidenav .box_l .box_lf {
  width: 260xp;
  height: 10px;
  background: url(../images/bg_e.png) no-repeat;
}
.sidenav .box_abt {
  width: 100%;
  margin-top: 30px;
}
.sidenav .box_abt .box_m {
  width: 260px;
  height: 267px;
  box-sizing: border-box;
  padding: 8px 10px 0;
  background: url(../images/bg_c.png) no-repeat;
}
.sidenav .box_abt .box_m p {
  width: 240px;
  font-size: 12px;
  color: #5f5f5f;
  line-height: 200%;
}
.sidenav .box_abt .erweima-img {
  height: 100px;
  width: 100px;
  margin-top: 4px;
}
/* 关于我们 */
.about-page .scd_m ul {
  padding-left: 26px;
  list-style: disc;
}
.second .scd_m {
  width: 732px;
  float: right;
}
.scd_m .box_h {
  height: 52px;
  line-height: 52px;
  border-bottom: 2px solid #100091;
  position: relative;
}
.scd_m .box_h span {
  font-size: 15px;
  color: #544f4f;
  font-weight: bold;
  margin-top: 29px;
  font-family: "Microsoft Yahei";
}
.scd_m .box_h .position {
  display: inline-block;
  zoom: 1;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 5px;
  font-size: 12px;
  color: #534e4e;
  font-family: "宋体";
  height: 17px;
  line-height: 17px;
}
.scd_m .box_h .position a {
  display: inline-block;
  zoom: 1;
  height: 17px;
  line-height: 17px;
  vertical-align: top;
  color: #534e4e;
  margin: 0px 3px;
}
.scd_m .box_h .position a.now,
.scd_m .box_h .position a:hover {
  color: #d9251d;
}
.scd_m .box_h .position img {
  width: 21px;
  height: 17px;
  margin-right: 3px;
  vertical-align: middle;
}
/* 认证页面 */
.cert-page .cert-images {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cert-page .cert-images img {
  height: 240px;
}
/* 企业文化 */
.culture-page .box_m .content-text h4 {
  margin: 8px 0 0;
}
.about-page .box_m .content-text p,
.culture-page .box_m .content-text p,
.cert-page .box_m .content-text p {
  text-indent: 2em;
}
.about-page .box_m .content-text ul {
  list-style: disc;
  padding-left: 40px;
}
.culture-page .box_m .content-text ul {
  list-style: disc;
  padding-left: 20px;
}

/* 联系我们 */
#map-container {
  margin-top: 20px;
}
/* 加入我们 */
.join-page .table {
  margin-top: 20px;
  width: 460px;
  border-collapse: collapse;
  text-align: center;
  border-top: 1px solid #ccc;
}

.join-page .table thead tr,
.join-page .table tbody tr {
  border-bottom: 1px solid #ccc;
}
.join-page .table thead th,
.join-page .table tbody td {
  text-align: center;
  padding: 10px;
  color: #4a5568;
}
.pages {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}
.pages a,
.pages span,
.pages input {
  display: inline-block;
  zoom: 1;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  color: #333333;
}
.pages a {
  padding: 0px 12px;
  border: 1px solid #ddd;
  background: #edf1f3;
}
.pages .now {
  color: #fff;
  background: #d72127;
  border: 1px solid #d72127;
}
.pages input {
  border: 1px solid #ddd;
  width: 35px;
  height: 30px;
  line-height: 30px;
  margin-top: -1px;
  text-align: center;
  line-height: normal;
  vertical-align: middle;
}
.pages .btn {
  color: #fff;
  background: #d72127;
  border: 1px solid #d72127;
  cursor: pointer;
}
/* 列表页 */
.product-page .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  text-align: center;
}

.product-page .product-list .product-item .product-item-img {
  height: 200px;
  width: 200px;
  border: 1px solid #ccc;
}
.product-page .product-list .product-item:hover .product-item-img {
  border-color: #100091;
}
/* 新闻列表页 */
.news-page .news-list {
  list-style: disc;
  padding-left: 20px;
}
.news-page .news-list li ~ li {
  margin-top: 8px;
}
.news-page .news-list .news-item {
  display: flex;
  justify-content: space-between;
}
.news-page .news-list .news-link {
  color: #333;
}
.news-page .news-list .news-link:hover {
  color: #d9251d;
}
.news-page .news-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.news-page .news-pagination .pagination {
  display: flex;
  gap: 10px;
}
.new-item-page .new-info {
  margin: 10px 0;
  color: #777;
}
.new-item-page .content-text {
  color: #000;
}
.new-item-page .content-text .new-content h2,
.new-item-page .content-text .new-content h3,
.new-item-page .content-text .new-content h4 {
  margin: 10px 0;
}

.new-item-page .content-text .new-content ul {
  list-style: disc;
  padding-left: 20px;
}
.new-item-page .content-text .new-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.new-item-page .content-text .new-content p > img {
  margin-top: 10px;
}
.new-item-page .content-text .new-content input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: text-bottom;
}

/* 客户留言 */
.message-page .form-box {
  margin-top: 10px;
  padding: 20px;
  background-color: #f2f2f2;
}
.message-page .form-box .line-item ~ .line-item {
  margin-top: 10px;
}
.message-page .form-box .line-item label {
  font-weight: bold;
  margin-right: 16px;
}
.message-page .form-box .line-item .form-inp {
  font-family: "PingFang SC", "宋体", "Microsoft YaHei", "SimHei", sans-serif;
  padding: 6px 8px;
  outline: none;
  border: 1px solid #666;
  border-radius: 2px;
  min-width: 300px;
}
.message-page .form-box .line-item .form-inp:focus {
  border-color: #100091;
}
.message-page .form-box #message {
  color: #f00;
  padding-left: 52px;
  margin: 2px 0 8px;
}

.message-page .form-box .form-btn {
  background: #100091;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  padding: 4px 30px;
  outline: none;
  margin-left: 52px;
}
.message-page .form-box .form-btn:active {
  border-color: #fff;
}
.message-page .form-box .form-btn:disabled {
  background-color: #887bf5;
  cursor: no-drop;
}
