.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: #045b5b;
}
.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 {
  display: flex;
}
.head_pc .lng {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
}
.head_pc .lng a {
  display: block;
  padding-left: 36px;
  /*background: url(../images/lng.gif) no-repeat left center;*/
  background-size: 24px;
}
.head_pc .logo {
  display: block;
  width: 582px;
  background-color: #045b5b;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
}
.head_pc .nav {
  flex: 1;
  padding: 0 50px;
  box-sizing: border-box;
  max-width: 1135px;
}
.head_pc .nav > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}
.head_pc .nav > ul > li {
  position: relative;
}
.head_pc .nav > ul > li > a {
  display: block;
  line-height: 90px;
  transition: all ease-in-out 0.3s;
  padding: 0 24px;
}
.head_pc .nav > ul > li > a.hover,
.head_pc .nav > ul > li > a:hover {
  color: #fff;
  background-color: #045b5b;
}
.head_pc .nav .ul2 {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 888;
  padding: 14px 5px;
  display: none;
}
.head_pc .nav .ul2 li a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.head_pc .nav .ul2 li a:hover {
  border-bottom: 1px solid #045b5b;
}
.i_num {
  padding: 4% 0;
}
.i_num .con1500 ul {
  display: flex;
  justify-content: space-between;
}
.i_num .con1500 ul li {
  width: 25%;
}
.i_num .con1500 ul li div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.i_num .con1500 ul li div strong {
  font-size: 70px;
  font-weight: bold;
  line-height: 64px;
}
.i_num .con1500 ul li div i {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #045b5b;
  color: #fff;
  border-radius: 50%;
  margin-left: 15px;
}
.i_num .con1500 ul li p {
  text-align: center;
  font-size: 16px;
  padding: 4% 0;
}
.i_type {
  padding: 4% 0 1% 0;
  text-align: center;
  color: #fff;
}
.i_type h1 {
  font-size: 36px;
  font-weight: bold;
}
.i_type h1 strong {
  color: #e3c579;
}
.i_type h5 {
  font-size: 36px;
  margin-top: 0.5%;
  padding: 0 90px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.i_type h5::before {
  content: '';
  position: absolute;
  width: 58px;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.i_type h5::after {
  content: '';
  position: absolute;
  width: 58px;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.index_sum {
  text-align: center;
  color: #fff;
  margin-bottom: 2%;
}
.i_pro {
  background: url(../images/index_pro_bj.jpg) no-repeat center;
  padding-bottom: 4%;
}
.i_pro .list {
  overflow: hidden;
}
.i_pro .list ul {
  display: flex;
}
.i_pro .list ul li {
  width: 375px;
}
.i_pro .list ul li a {
  display: block;
}
.i_pro .list ul li a .img {
  height: 100%;
}
.i_pro .list ul li a .img img {
  height: 100%;
  width: 750px;
  max-width: none;
  height:auto;
}
.i_pro .list ul li a h5 {
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.i_pro .list ul li a h5 img {
  display: block;
  padding: 0 20px;
}
.i_pro .list ul li a h5::after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #cdcdcd;
}
.i_pro .list ul li a:hover h5 {
  background-color: #e3c579;
  color: #000;
}
.i_pro .list ul li:last-child a > h5::after {
  display: none;
}
.i_advan {
  background: url(../images/index_advan_bj.jpg) no-repeat center;
}
.i_advan .i_type h1 {
  color: #333;
}
.i_advan .i_type h1 strong {
  color: #045b5b;
}
.i_advan .i_type h5 {
  color: #045b5b;
}
.i_advan .i_type h5::before {
  background-color: #045b5b;
}
.i_advan .i_type h5::after {
  background-color: #045b5b;
}
.i_advan .advan_list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4% 0;
}
.i_advan .advan_list ul {
  position: absolute;
  overflow: hidden;
}
.i_advan .advan_list ul .tit {
  display: flex;
  align-items: center;
}
.i_advan .advan_list ul h2 {
  margin: 0 16px;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
}
.i_advan .advan_list ul i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #045b5b;
  color: #fff;
  font-size: 20px;
}
.i_advan .advan_list ul p {
  padding: 10px 0;
  padding-left: 68px;
  max-width: 400px;
  line-height: 26px;
}
.i_advan .advan_list .ul1 {
  left: 0;
  margin: -10px;
}
.i_advan .advan_list .ul1 li {
  padding: 10px;
}
.i_advan .advan_list .ul1 li:first-child,
.i_advan .advan_list .ul1 li:last-child {
  padding-left: 100px;
}
.i_advan .advan_list .ul2 {
  right: 0;
  margin: -10px;
}
.i_advan .advan_list .ul2 li {
  padding: 10px;
}
.i_advan .advan_list .ul2 li:nth-child(2) {
  padding-left: 100px;
}
.i_advan .advan_list .img {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  overflow: hidden;
}
.i_advan .advan_list .img img {
  max-width: none;
}
.index_ab {
  background: url(../images/index_ab_bj.jpg) no-repeat center;
  padding-bottom: 4%;
}
.index_ab .index_sum {
  line-height: 26px;
}
.index_ab .list_ul ul {
  margin: -20px;
}
.index_ab .list_ul ul li {
  width: 50%;
  padding: 20px;
}
.index_ab .list_ul ul .box {
  background-color: #fff;
  display: flex;
}
.index_ab .list_ul ul .box .left {
  width: 230px;
  padding: 34px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_ab .list_ul ul .box .left .img {
  text-align: center;
}
.index_ab .list_ul ul .box .left h2 {
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}
.index_ab .list_ul ul .box .right {
  flex: 1;
  padding: 34px;
  box-sizing: border-box;
  line-height: 26px;
}
.index_ab .list_ul ul a {
  display: block;
  border-top: 1px solid #ccc;
  line-height: 60px;
  background-color: #fff;
  padding-left: 50px;
  color: #666;
  transition: all ease-in-out 0.3s;
}
.index_ab .list_ul ul a:hover {
  color: #045b5b;
  padding-left: 60px;
}
.i_news {
  background: url(../images/index_advan_bj.jpg) no-repeat center;
  padding-bottom: 4%;
}
.i_news .i_type_news {
  padding: 4% 0 2% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_news .i_type_news h1 {
  font-size: 36px;
}
.i_news .i_type_news h1 strong {
  color: #045b5b;
}
.i_news .i_type_news .tit {
  display: flex;
  align-items: flex-end;
}
.i_news .i_type_news h5 {
  font-size: 20px;
  color: #045b5b;
  padding: 0 10px;
}
.i_news .news_list {
  display: flex;
  margin: 0 -20px;
  overflow: hidden;
}
.i_news .news_img {
  width: 50%;
  padding: 0 20px;
}
.i_news .news_img a {
  display: block;
}
.i_news .news_img a .tit {
  line-height: 70px;
  background-color: #045b5b;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i_news .news_num {
  width: 50%;
  padding: 0 20px;
}
.i_news .news_num ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.i_news .news_num li {
  margin-bottom: 10px;
}
.i_news .news_num li:last-child {
  margin-bottom: 0;
}
.i_news .news_num a {
  display: flex;
  align-items: center;
  padding: 28px 0;
  background-color: #fff;
}
.i_news .news_num a .time {
  width: 140px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.i_news .news_num a .time strong {
  font-size: 24px;
}
.i_news .news_num a .time p {
  color: #999999;
}
.i_news .news_num a .cont {
  flex: 1;
  padding: 0 40px;
  width: 76%;
}
.i_news .news_num a .cont h2 {
  font-size: 20px;
  margin-bottom: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis ;
  white-space: nowrap;
}
.i_news .news_num a .cont .sum {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.i_shop ul {
  display: flex;
}
.i_shop ul li {
  width: 50%;
}
.i_shop ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.i_shop ul li a img {
  transition: all ease-in-out 0.3s;
}
.i_shop ul li a:hover {
  color: #045b5b;
}
.i_shop ul li a:hover img {
  transform: scale(1.02);
}
.i_shop ul li .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_shop ul li .tit h1 {
  font-size: 28px;
  text-align: center;
}
.i_shop ul li .tit p {
  text-align: center;
}
.footer {
  background-color: #275a53;
  padding: 4% 0;
}
.footer .con1500 {
  display: flex;
  justify-content: space-between;
}
.footer .qd .img {
  display: flex;
}
.footer .qd .img img {
  max-width: 177px;
  margin-left: 12px;
}
.foo_nav .ul1 {
  display: flex;
  color: #fff;
}
.foo_nav .ul1 .li1 {
  padding: 0 56px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.foo_nav .ul1 .li1:last-child {
  border: none;
}
.foo_nav .ul1 .li1 > a {
  display: block;
  font-size: 18px;
  padding: 14px 0;
  position: relative;
}
.foo_nav .ul1 .li1 > a::after {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.foo_nav .ul1 .li1 .ul2 {
  padding-top: 20px;
}
.foo_nav .ul1 .li1 .li2 > a {
  display: block;
  line-height: 34px;
}
.foo_bottom {
  background-color: #0e2e2a;
}
.foo_bottom .con1500 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foo_bottom .con1500 a {
  display: block;
  line-height: 60px;
  color: #fff;
}
.pub_left {
  padding: 3% 0;
}
.pub_left ul {
  display: flex;
  background-color: #fff;
  border: 1px solid #ccc;
}
.pub_left ul li {
  flex: 1;
  position: relative;
}
.pub_left ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 333;
}
.pub_left ul li a:hover,
.pub_left ul li a.hover {
  background-color: #045b5b;
  color: #fff;
}
.pub_left ul li::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pub_left ul li:last-child::after {
  display: none;
}
.public {
  background-color: #eee;
}
.about {
  line-height: 26px;
  padding-bottom: 4%;
}
.about .sum,
.about .cont {
  text-indent: 2em;
}
.about .pic_list {
  padding: 2% 0;
}
.culture {
  margin-bottom: 4%;
}
.culture .img {
  position: relative;
}
.culture .cont {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 730px;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
  line-height: 28px;
  clip-path: polygon(40px 0, calc(100%) 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%, 0 calc(100%), 0 40px);
}
.culture .cont .sum {
  margin-bottom: 14px;
}
.develop {
  padding-bottom: 4%;
}
.develop .list_ul ul {
  margin: -10px;
}
.develop .list_ul li {
  width: 50%;
  padding: 10px;
}
.develop .list_ul li .img {
  height: 100%;
  background-color: #fff;
}
.develop .list_ul li .cont {
  padding: 20px 30px;
  box-sizing: border-box;
  line-height: 28px;
}
.develop .list_ul li .cont strong {
  font-weight: bold;
}
.develop .deve_t {
  padding: 20px 0;
}
.develop .deve_t li .img {
  height: 100%;
  background-color: #fff;
}
.develop .deve_t li .cont {
  padding: 20px 30px;
  box-sizing: border-box;
  line-height: 28px;
}
.develop .deve_t li .cont strong {
  font-weight: bold;
}
.equipment ul,
.products ul {
  margin: -14px;
}
.equipment ul li,
.products ul li {
  width: 33.33%;
  padding: 14px;
}
.equipment ul li a,
.products ul li a {
  display: block;
}
.equipment ul li a h3,
.products ul li a h3 {
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  background-color: #f5f5f5;
}
.pro_read_bj {
  padding-bottom: 4%;
}
.pro_read {
  background-color: #fff;
  padding: 50px;
}
.pro_read .title {
  font-size: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.pro_read .img {
  padding: 2%;
  text-align: center;
}
.pro_read .sum {
  line-height: 26px;
  padding-bottom: 2%;
}
.cc_book {
  padding: 2%;
  border-top: 1px solid #000;
}
.cc_newslist_read {
  display: flex;
  justify-content: space-between;
}
.news {
  padding: 0 0 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: #045b5b;
  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;
}
.contact {
  padding: 4% 0;
}
.contact .info ul {
  margin: -10px;
  justify-content: space-between;
}
.contact .info ul li {
  padding: 10px;
  width: 33.33%;
}
.contact .info ul li a {
  display: flex;
  padding: 14px;
  background-color: #fff;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.contact .info ul li a .img {
  width: 55px;
}
.contact .info ul li a p {
  font-size: 16px;
  padding-left: 30px;
  flex: 1;
}
.contact #amap_container {
  border: 10px solid #045b5b;
}
.i_news .i_type {
  display: none;
}
.i_advan_wap {
  display: none;
}
.i_advan_wap .i_type h1 {
  color: #333;
}
.i_advan_wap .i_type h1 strong {
  color: #045b5b;
}
.i_advan_wap .i_type h5 {
  color: #333;
}
.i_advan_wap .i_type h5::before,
.i_advan_wap .i_type h5::after {
  background-color: #045b5b;
}
.i_advan_wap .advan_list {
  padding: 10px;
}
.i_advan_wap .advan_list ul li .tit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.i_advan_wap .advan_list ul li i {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #045b5b;
  border-radius: 50%;
}
.i_advan_wap .advan_list ul li h2 {
  font-size: 18px;
  padding: 0 14px;
}
.i_advan_wap .advan_list ul li p {
  padding: 14px 0;
  line-height: 26px;
}
#foo_wap {
  width: 100%;
  height: 54px;
  background: #045b5b;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 102;
  display: none;
  z-index: 200;
}
#foo_wap a {
  display: block;
  padding-top: 8px;
  width: 25%;
  height: 54px;
  float: left;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#foo_wap a img {
  display: block;
  height: 18px;
  margin: 0 auto;
}
#foo_wap a p {
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 28px;
}
.leave {
  display: flex;
  padding: 4% 0;
  justify-content: center;
}
.leave h1.typename {
  font-size: 30px;
  text-align: center;
  padding: 4% 0;
}
.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: #045b5b;
  color: #fff;
  margin: 20px auto 6% auto;
}
@media (max-width: 992px) {
  .leave .mess_form {
    width: 100%;
  }
  .leave .mess_form p {
    display: block;
    margin-bottom: 0;
  }
  .leave .mess_form p input {
    width: 100%;
    margin-bottom: 10px;
  }
  .leave {
    padding: 4% 5px 5px 5px;
  }
  #foo_wap {
    display: block;
  }
  .foo_bottom {
    margin-bottom: 50px;
  }
}
.wap_lng a {
  display: block;
  color: #fff;
  padding: 20px 10px 20px 0;
}