.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: #0466c8;
}
.con1500 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.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;
}
.head_pc .head_top {
  background-color: #0466c8;
}
.head_pc .head_top .con1300 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_pc .head_top h5 {
  color: #fff;
}
.head_pc .head_top p {
  color: #fff;
  line-height: 50px;
  padding-left: 44px;
  background: url(../images/tel.png) no-repeat center left;
  font-size: 18px;
}
.head_pc .head_nav {
  border-bottom: 6px solid #eee;
}
.head_pc .head_nav .con1300 {
  display: flex;
  justify-content: space-between;
}
.head_pc .head_nav .con1300 .logo {
  padding: 26px 0;
  display: flex;
  align-items: center;
}
.head_pc .head_nav .con1300 .logo .logo_info {
  padding: 0 20px;
  letter-spacing: 2px;
}
.head_pc .head_nav .con1300 .logo h1 {
  font-size: 28px;
}
.head_pc .head_nav .con1300 .logo p {
  color: #0466c8;
  font-size: 16px;
  display: flex;
  justify-content: center;
  position: relative;
}
.head_pc .head_nav .con1300 .logo p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #0466c8;
  transform: translateY(-50%);
}
.head_pc .head_nav .con1300 .logo p::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #0466c8;
  transform: translateY(-50%);
}
.head_pc .head_nav .con1300 .nav {
  flex: 1;
  padding-left: 20px;
}
.head_pc .head_nav .con1300 .nav ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.head_pc .head_nav .con1300 .nav ul li {
  height: 100%;
}
.head_pc .head_nav .con1300 .nav ul li a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  font-size: 20px;
  position: relative;
}
.head_pc .head_nav .con1300 .nav ul li a::before {
  transition: all ease-in-out 0.3s;
}
.head_pc .head_nav .con1300 .nav ul li a:hover::before,
.head_pc .head_nav .con1300 .nav ul li a.hover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 20px;
  background: url(../images/nav_icon.png) no-repeat center bottom;
  bottom: -6px;
  left: 0;
}
.i_type {
  display: flex;
  justify-content: center;
  padding: 6% 0 4% 0;
}
.i_type .tit {
  display: inline-block;
}
.i_type .tit h1 {
  font-size: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 110px;
}
.i_type .tit h1 span {
  color: #0466c8;
}
.i_type .tit h1::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 92px;
  height: 11px;
  transform: translateY(-50%);
  background: url(../images/index_type_icon.png) no-repeat center;
}
.i_type .tit h1::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  width: 92px;
  height: 11px;
  transform: translateY(-50%);
  background: url(../images/index_type_icon.png) no-repeat center;
}
.i_type p {
  font-size: 16px;
  color: #666666;
  padding-top: 4%;
  text-align: center;
}
.i_about .cont {
  text-align: center;
  line-height: 30px;
}
.i_about .more {
  margin: 3% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #0466c8;
}
.i_about .more i {
  display: block;
  padding: 0 10px;
}
.i_about .ab_nav ul {
  display: flex;
  border-left: 1px solid #ccc;
}
.i_about .ab_nav ul li {
  flex: 1;
  border: 1px solid #ccc;
  border-left: none;
}
.i_about .ab_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.i_about .ab_nav ul li a h2 {
  font-size: 20px;
  line-height: 50px;
  padding-left: 14px;
  transition: all ease-in-out 0.3s;
}
.i_about .ab_nav ul li a .icon2 {
  display: none;
}
.i_about .ab_nav ul li a:hover {
  background-color: #0466c8;
}
.i_about .ab_nav ul li a:hover h2 {
  color: #fff;
}
.i_about .ab_nav ul li a:hover .icon1 {
  display: none;
}
.i_about .ab_nav ul li a:hover .icon2 {
  display: block;
}
.i_about .ab_box {
  box-shadow: 0 0 16px #ccc;
}
.i_about .honor_list {
  padding: 58px;
  position: relative;
}
.i_about .honor_list a {
  display: block;
}
.i_about .honor_list a .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_about .honor_list .left_icon,
.i_about .honor_list .right_icon {
  position: absolute;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
  cursor: pointer;
}
.i_about .honor_list .left_icon {
  left: 0;
}
.i_about .honor_list .right_icon {
  right: 0;
}
.advan ul li a {
  display: flex;
}
.advan ul li a .img {
  width: 50%;
}
.advan ul li a .cont {
  width: 50%;
  position: relative;
}
.advan ul li a .cont .bj {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.advan ul li a .cont .bj h5 {
  font-size: 80px;
  font-weight: bold;
  color: #eeeeee;
  text-transform: uppercase;
  height: 40%;
  display: flex;
  align-items: flex-end;
  max-width: 650px;
  line-height: 64px;
}
.advan ul li a .cont .bj .bgcolor {
  background-color: #eeeeee;
  height: 60%;
}
.advan ul li a .cont .cont_box {
  width: 100%;
  padding: 110px;
  box-sizing: border-box;
  max-width: 650px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.advan ul li a .cont .cont_box .tit_box i {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #0466c8;
  font-size: 50px;
  width: 340px;
  text-align: right;
  line-height: 40px;
  font-weight: bold;
}
.advan ul li a .cont .cont_box .tit_box .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  line-height: 50px;
  color: #fff;
  background-color: #0466c8;
  border-radius: 25px ;
}
.advan ul li a .cont .cont_box .tit_box .tit h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 0 14px;
}
.advan ul li a .cont .cont_box .sum {
  line-height: 40px;
  padding: 6% 0;
}
.advan ul li:nth-child(even) a {
  flex-direction: row-reverse;
}
.advan ul li:nth-child(even) a .cont_box {
  right: 0;
  left: auto;
}
.advan ul li:nth-child(even) a .cont .bj h5 {
  margin-left: auto;
  width: 100%;
  padding: 0 110px;
  box-sizing: border-box;
}
.i_pro .pro_nav {
  border-top: 4px solid #f5f5f5;
  border-bottom: 4px solid #f5f5f5;
  padding: 10px 0;
}
.i_pro .pro_nav ul {
  display: flex;
}
.i_pro .pro_nav ul li {
  flex: 1;
}
.i_pro .pro_nav ul li a {
  display: block;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.i_pro .pro_nav ul li a:hover {
  color: #0466c8;
}
.i_pro .pro_nav ul li:last-child a {
  border: none;
}
.pro_cont {
  padding: 2% 0;
  background-color: #0466c8;
}
.pro_cont .con1300 {
  display: flex;
  justify-content: space-between;
}
.pro_cont .recom {
  width: 36%;
  position: relative;
  background-color: #fff;
  border: 6px solid #ccc;
}
.pro_cont .recom .news_pro {
  position: absolute;
  right: -13px;
  top: 50px;
  z-index: 8;
}
.pro_cont .pro_list {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.pro_cont .pro_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.pro_cont .pro_list ul li {
  padding: 10px;
  width: 25%;
  box-sizing: border-box;
}
.pro_cont .pro_list ul li a {
  display: block;
}
.pro_cont .pro_list ul li a h2 {
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.i_news .news_list {
  display: flex;
}
.i_news .news_list .news_img {
  width: 50%;
}
.i_news .news_list .news_img ul {
  display: flex;
  margin: 0 -10px;
}
.i_news .news_list .news_img ul li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}
.i_news .news_list .news_img ul li a {
  display: block;
}
.i_news .news_list .news_img ul li a h2 {
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  padding: 14px 0 5px 0;
}
.i_news .news_list .news_img ul li a .sum {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #999999;
}
.i_news .news_list .news_img ul li a .time {
  font-size: 24px;
  color: #0466c8;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #ccc;
}
.i_news .news_list .news_num {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
.i_news .news_list .news_num ul li a {
  display: block;
  padding: 4% 0;
  border-bottom: 1px solid #ccc;
}
.i_news .news_list .news_num ul li a h2 {
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  padding: 14px 0 5px 0;
}
.i_news .news_list .news_num ul li a .sum {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #999999;
  flex: 1;
}
.i_news .news_list .news_num ul li a .sum_box {
  display: flex;
  padding-top: 11px;
}
.i_news .news_list .news_num ul li a .time {
  font-size: 24px;
  color: #0466c8;
  display: flex;
  justify-content: flex-end;
  width: 80px;
}
.foo_nav {
  background-color: #0466c8;
  margin-top: 4%;
}
.foo_nav ul.uls1 {
  display: flex;
  justify-content: space-between;
}
.foo_nav ul.uls1 li.lis1 {
  padding: 0 30px;
}
.foo_nav ul.uls1 li.lis1 a.link {
  display: block;
  font-size: 16px;
  color: #fff;
  position: relative;
  line-height: 48px;
}
.foo_nav ul.uls1 li.lis1 a.link::before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #0466c8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.foo_nav ul.uls1 li.lis1 ul {
  padding-top: 16px;
}
.foo_nav ul.uls1 li.lis1 ul li a {
  display: block;
  color: #666;
  line-height: 30px;
}
.footer {
  padding: 3% 0;
  background-color: #2d2d2d;
}
.footer .con1300 {
  display: flex;
  justify-content: space-between;
}
.footer .foo_info {
  width: 70%;
}
.footer .foo_info ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.footer .foo_info ul li {
  width: 50%;
  padding: 7px;
  box-sizing: border-box;
}
.footer .foo_info ul li div {
  display: flex;
  align-items: center;
  background-color: #373737;
  padding: 0 20px;
}
.footer .foo_info ul li p {
  color: #fff;
  padding-left: 10px;
  line-height: 54px;
  font-size: 16px;
}
.footer .foo_copy {
  width: 30%;
}
.footer .foo_copy .qd {
  display: flex;
  justify-content: flex-end;
}
.footer .foo_copy p {
  padding-top: 2%;
}
.footer .foo_copy p a {
  display: block;
  padding-left: 14px;
  color: #fff;
  padding-top: 10px;
  text-align: right;
}
.pub_left {
  position: relative;
  margin-top: -60px;
}
.pub_left ul {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
}
.pub_left li {
  flex: 1;
  position: relative;
}
.pub_left li a {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
}
.pub_left li a:hover {
  background-color: #0466c8;
  color: #fff;
}
.pub_left li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background-color: #ccc;
}
.pub_left li:last-child::before {
  display: none;
}
.about {
  padding: 2% 0;
}
.about .con1300 {
  display: flex;
  overflow: hidden;
}
.about .sum_cn {
  line-height: 30px;
  width: 50%;
  padding: 0 13px;
}
.about .sum_en {
  width: 50%;
  line-height: 24px;
  padding: 0 10px;
}
.dsz {
  padding: 3% 0;
}
.dsz .con1300 {
  display: flex;
  justify-content: space-between;
}
.dsz .con1300 .sum_cn {
  font-size: 20px;
  line-height: 40px;
}
.dsz .con1300 .sum_cn h1 {
  font-size: 30px;
  margin-bottom: 3%;
}
.honor {
  padding: 4% 0;
}
.honor ul {
  margin: -14px 0;
}
.honor ul li {
  width: 25%;
  padding: 14px;
}
.honor ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
}
.products {
  padding: 4% 0;
}
.products ul {
  margin: -10px 0;
}
.products ul li {
  width: 25%;
  padding: 10px;
}
.products ul li .img {
  padding: 10px;
  background-color: #f5f5f5;
}
.products ul li h3 {
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
  background-color: #0466c8;
  color: #fff;
}
.pro_main {
  display: flex;
  padding: 4% 0;
  justify-content: space-between;
}
.pro_main .main_left {
  width: 50%;
}
.pro_main .main_left h1 {
  font-size: 30px;
  padding: 4% 0;
}
.pro_main .main_left .feature {
  line-height: 28px;
}
.pro_main .main_left .feature .f_cont table {
  margin-top: 14px;
}
.pro_main .main_left .feature .f_cont table,
.pro_main .main_left .feature .f_cont th,
.pro_main .main_left .feature .f_cont td {
  border: 1px solid #333;
}
.pro_main .main_left .feature .f_cont #product_read .pro_summary table {
  border-collapse: collapse;
  padding: 2px;
}
.pro_main .swiper_pro {
  border: 1px solid #ccc;
}
.pro_main .pro_img {
  width: 44%;
  overflow: hidden;
}
.pro_main .pro_img #thumbs {
  padding: 14px 0;
}
.pro_main .pro_img #thumbs .swiper-slide-thumb-active img {
  border: 1px solid #0466c8;
}
.leave .mess_form {
  width: 870px;
}
.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: #0466c8;
  color: #fff;
  margin: 20px auto 6% auto;
}
.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: #0466c8;
  color: #fff;
}
.news_read {
  padding: 4% 0;
}
.news_read .news_typename h1 {
  font-size: 22px;
  text-align: center;
}
.news_read .news_typename .time {
  text-align: center;
  color: #747474;
  padding: 14px 0;
}
.news_read .read_con {
  padding-bottom: 40px;
  line-height: 24px;
}
.news_read .cc_book {
  padding: 40px 0;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.tech {
  padding: 3% 0;
}
.tech ul {
  margin: -15px;
}
.tech ul li {
  width: 33.33%;
  padding: 15px;
}
.tech ul li a {
  display: block;
}
.tech ul li a .tit h1 {
  font-size: 18px;
  width: 100%;
  padding: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tech ul li a .tit .sum {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 24px;
}
.contact {
  padding: 3% 0;
}
.contact .amap_box {
  position: relative;
}
.contact .amap_box .info {
  padding: 20px;
  background: rgba(4, 102, 200, 0.9);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
  line-height: 30px;
}
.head_wap {
  display: none;
}
.leave {
  display: flex;
  padding: 4% 0;
  justify-content: center;
}
.leave h1.typename {
  font-size: 30px;
  text-align: center;
  padding: 4% 0;
}
