@charset "UTF-8";

/*共用样式*/
@font-face {
  font-family: 'iconfont';
  /* project id 455609 */
  src: url("../fonts/iconfont.woff");
}

.iconfont {
  font-family: iconfont !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}

.news_detail h3.title_bar .iconfont::before {
  content: '\e67a';
  margin-right: 5px;
}

.i-row {
  margin: 0 -15px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*头部*/
.head-height {
  height: 75px;
}

#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #fff;
  top: 0;
}

#header .logo img {
  max-width: 100%;
}

#header .top_contact span.blue {
  color: #023e7a;
  font-size: 30px;
  display: block;
  font-family: "DIN-BOLD";
}

#header .out-nav .nav1 {
  line-height: 75px;
}

.yu {
  margin-top: 3.3%;
}

.yu li {
  float: left;
  padding-right: 10%;
}

#header .out-nav .nav1 li {
  line-height: 75px;
  height: 75px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 16.66%;
}

#header .out-nav .nav1 li a {
  display: block;
  line-height: 75px;
  color: #333;
  height: 75px;
  font-size: 16px;
}

#header .out-nav .nav1 li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2053b0;
}

#header .out-nav .nav1 .dropdown {
  background: #2053b0;
  color: #fff;
  z-index: 9999;
  position: absolute;
  top: 75px;
  left: 0px;
  display: none;
  width: 100%;
}

#header .out-nav .nav1 .dropdown a {
  background: #2053b0;
  color: #fff;
  height: 38px;
  line-height: 38px;
}

#header .out-nav .nav1 .dropdown a:hover {
  background: #2053b0;
  text-decoration: none;
}

/*热门搜索*/
.yq_search {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.yq_search #form_search {
  float: right;
  width: 400px;
  height: 50px;
  background: #e8ecef;
}

.yq_search #form_search input {
  height: 50px;
  background: none;
  border: none;
  line-height: 50px;
}

.yq_search #form_search input#sou_word {
  height: 50px;
  line-height: 50px;
  padding-left: 4px;
  color: #666;
  width: 350px;
  text-indent: 20px;
}

.yq_search #form_search input#s_btn {
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  background: url(../images/search.png) no-repeat center;
  background-size: 20px 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.yq_search .hotSearch {
  float: left;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
}

.yq_search .hotSearch a {
  margin-right: 6px;
}

.i-product {
  padding-top: 3%;
}

.i-product h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #2053b0;
  padding-bottom: 3%;
}

.i-product h2 p {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.i-product ul li h3 {
  color: #fff;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #2053b0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-weight: normal;
}

.i-product ul li span {
  right: 50px;
  top: 0;
  position: absolute;
  display: inline-block;
  font-weight: normal;
}

.i-product ul li:hover h3 {
  background: #3a9cdd;
}

.i-product ul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.i-product ul li .pic {
  overflow: hidden;
}

.i-product ul li img {
  max-width: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

@media screen and (max-width: 768px) {
  .i-product h2 {
    font-size: 24px;
  }

  .i-product ul li {
    margin-bottom: 2%;
  }

  .i-product ul li h3 {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .i-product h2 p{
    font-size: 13px;
  }


}

.index-application {
  padding: 5%;
}

.index-application a.more {
  display: block;
  width: 180px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #2053b0;
  color: #fff;
  margin: 0 auto;
}

.index-application h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #2053b0;
  padding-bottom: 10px;
}

.index-application h2 p {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.index-application ul li {
  position: relative;
  overflow: hidden;
  padding: 4%;
}

.index-application ul li img {
  transition: all .5s;
}

.index-application ul li h3 {

  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;

}

.index-application .img1 {
  overflow: hidden
}


.index-application ul li:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .index-application h2 {
    font-size: 24px;
  }

  .index-application ul li {
    margin-bottom: 2%;
  }

  .index-application ul li h3 {
    position: relative;
    top: 0;
  }
}

.i-app {
  position: relative;
  margin: 0 3%;
  overflow: hidden;
}

.i-app h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #2053b0;
}

.i-app h2 p {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.i-app .swiper-wrapper {
  padding-top: 4%;
}

.i-app .swiper-button-next {
  top: 21%;
  margin-top: 0;
  right: 40%;
  background: url(../images/right-arrows.png) no-repeat #e8ecef;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.i-app .swiper-button-next::after {
  display: none;
}

.i-app .swiper-button-prev {
  top: 21%;
  margin-top: 0;
  left: 40%;
  background: url(../images/left-arrows.png) no-repeat #e8ecef;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.i-app .swiper-button-prev::after {
  display: none;
}

.i-app .swiper-pagination {
  bottom: auto;
  top: 23%;
  width: auto;
  left: 47.5%;
  margin-left: calc(-1 * var(--swiper-navigation-size)/ 2);
}

.i-app .swiper-slide h3 {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.i-zhuo h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #2053b0;
  padding-bottom: 10px;
}

.i-zhuo h2 p {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.i-zhuo .bjz {
  background: #2053b0;
  background-image: -webkit-linear-gradient(left, #023f7b, #023f7b, #0a84ff);
  background-image: linear-gradient(left, #023f7b, #023f7b, #0a84ff);
}

.i-zhuo ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  height: 374px;
  font-size: 18px;
  padding-top: 120px;
  border-left: solid 1px #fff;
  color: #fff;
}

.i-zhuo ul li .num {
  position: relative;
}

.i-zhuo ul li .num span {
  font-size: 110px;
  line-height: 120px;
  font-family: "DIN-BOLD";
}

.i-zhuo ul li .num i {
  top: 0;
  padding-left: 15px;
  font-size: 18px;
  font-style: normal;
  position: absolute;
}

.i-zhuo ul li:first-child {
  border-left: 0;
}

/*首页分类*/
.i-product-cate {
  width: 240px;
  float: left;
}

.i-product-cate .cate_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

/*首页关于我们*/
.i-about {
  background: #f1f2f5;
  padding: 5% 0 3% 0;
  margin-top: 3%;
}

.i-about .img-about img {
  max-width: 100%;
}

.i-about .nei-about h3 {
  color: #111;
  font-size: 36px;
  height: 90px;
  font-family: "Noto Sans CJK SC Light", "Source Han Sans CN Light", "Microsoft YaHei", "arial";
  font-weight: normal;
  position: relative;
  line-height: 90px;
 
}

.i-about .nei-about p {
  line-height: 32px
}

.i-about .nei-about h3 b {
  color: #2053b0;
  font-family: "Noto Sans CJK SC blod", "Source Han Sans CN blod", "Microsoft YaHei", "arial";
  padding-right: 10px;
}

.i-about ul {
  margin-top: 3%;
}

.i-about ul li img {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.i-zhuan {
  background: url(../images/bn.jpg) no-repeat top center;
  background-size: cover;
  padding: 4% 0;
  margin-top: 4%;
}

.i-zhuan h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  padding-bottom: 10px;
}

.i-zhuan h2 p {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.i-zhuan p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding-top: 2%;
  line-height: 50px;
}

.i-zhuan a {
  display: block;
  width: 200px;
  margin: 3% auto 0;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.i-heng {
  color: #fff;
  margin-top: 5%;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.i-heng h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #2053b0;
  padding-bottom: 10px;
}

.i-heng .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  margin-top: 5%;
}

.i-heng .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 6px 6px 6px #ccc;
}
.i-heng .swiper-slide img{
  width: 100%;
}


.i-heng .swiper-pagination{
  bottom: 0!important;
}


.he-list1{
  max-height: 400px;
}

/*首页新闻*/
.i-news {
  margin-top: 5%;
}

.i-news .title {
  position: relative;
}



.i-news .title .cn {
  font-size: 40px;
  color: #2053b0;
  font-weight: bold;
  line-height: 30px;
  font-family: "Noto Sans CJK SC blod", "Source Han Sans CN blod", "Microsoft YaHei", "arial";
  text-align: center;
}

.i-news .title .en {
  font-size: 14px;
  color: #ccc;
  font-family: arial;
}

.i-news .title a {
  right: 0;
  top: 2px;
  position: absolute;
  background: #3a9cdd;
}

.i-news .inx {
  margin-top: 3%;
}

.i-news .inx ul img {
  padding-bottom: 2%;
}

.i-news .inx ul {
  padding: 3%;
}

.i-news .inx ul li {
  position: relative;
}

.i-news .inx ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px
}

.i-news .inx ul li img {
  max-width: 100%;
}

.i-news .inx ul li h3 {
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.i-news .inx ul li p {
  font-size: 13px;
  color: #666;
  line-height: 30px;
}

.navbar-header {
  padding-top: 10px;
}

.navbar-header .navbar-toggle {
  border: 1px solid #b4b8bc;
  height: 34px;
}

.navbar-header .navbar-toggle .menu {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 34px;
}

.navbar-header .navbar-toggle a:hover {
  text-decoration: none;
}

.navbar-header .navbar-toggle .icon-bar {
  background-color: #999;
}

.navbar-header .navbar-toggle:hover {
  border: 1px solid #f58222;
  background: #f58222;
}

.navbar-header .navbar-toggle:hover .menu {
  color: #fff;
}

.navbar-header .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}

.toleft {
  position: relative;
  overflow-x: hidden;
  left: 0;
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
}

.push-toleft {
  left: -260px;
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
}

.menuid.menuopen {
  left: 0px;
  opacity: 1;
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
}

.push-toleft .head {
  left: -260px;
}

#cbp-spmenu-s2 {
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
}

.navbar-header {
  position: relative;
}

.menuid {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  display: none;
  background: #000000;
  z-index: 9;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
  display: block;
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  display: block;
  background: #2053b0;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 260px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
  padding: 15px 23px;
  color: #fff;
  display: block;
  border-bottom: solid 1px #fff;
}

.cbp-spmenu-right li a:hover {
  background: #f58222;
  text-decoration: none;
}

.menuid .icon-close {
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 20px 20px 0 0;
  font-size: 16px;
}

.menuid .icon-close span {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
  color: #f58222;
}

.menuopen .mobile-menu-overlay {
  display: block;
  -webkit-transition: all 0.21s ease-out;
  transition: all 0.21s ease-out;
}

.navigation {
  float: right;
  width: 100px;
}

.index-title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.index-table td {
  border: solid #add9c0;
  border-width: 0px 1px 1px 0px;
  padding: 10px 5px;
}

.index-table {
  border: solid #add9c0;
  border-width: 1px 0px 0px 1px;
  margin-top: 10px;
}

/*首页左侧联系我们*/
.contact {
  width: 218px;
  float: left;
  padding-bottom: 5px;
  margin-top: 10px;
}

.contact .contact_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.contact .content {
  padding: 5px;
  padding-left: 8px;
}

/*工程案例*/
.case {
  width: 460px;
  float: left;
  margin-left: 12px;
  padding-bottom: 5px;
  margin-top: 10px;
}

.case .case_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.case .content {
  padding: 5px;
  padding-bottom: 12px;
  text-indent: 20px;
}

.news2_company {
  margin-top: 10px;
}

.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}

.slideBox .hd ul li {
  display: inline-block;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd li img {
  width: 100%;
  height: auto;
  display: block;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

/*产品推荐*/
.recommend_product {
  margin-top: 10px;
  width: 692px;
  float: left;
}

.recommend_product .title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.recommend_product .content {
  padding-top: 15px;
  padding-bottom: 14px;
}

/*前台多页签*/
.news {
  width: 1200px;
  margin-top: 10px;
}

.news .hd {
  position: relative;
}

.news .hd li {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-right: 8px;
  text-align: center;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}

.news .hd li.on {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  background: #95a9dc;
  border-color: #95a9dc;
}

.news .bd li {
  width: 100%;
}

.news .bd li span {
  float: right;
}

/*友情链接*/
/*页面底部*/
.footer {
  background: #393c41;
  padding: 3% 0 0 0;
  margin-top: 4%;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer .f_link {
  line-height: 40px;
  margin-bottom: 2%;
}

.footer .nav_foot li {
  width: 33.33333333%;
  float: left;
  line-height: 40px;
}

.footer .contact_left {
  line-height: 36px;
}

.footer .copy {
  margin-top: 3%;
  background: #292a2e;
  text-align: center;
  color: #fff;
  padding: 1.5% 0;
  line-height: 40px;
}

/*内页公用*/
.ny_all {
  padding-top: 30px;
}

.ny_left_top {
  width: 20%;
  float: left;
}

.ny_left_top h3 {
  line-height: 41px;
  text-align: center;
  font-weight: normal;
  font-family: "微软雅黑";
  font-size: 18px;
  color: #fff;
  background: #999;
}

.ny_left_top .ny_menu {
  padding: 10px;
  border: 1px solid #ccc;
}

.ny_left_top .ny_menu .n-news-list {
  font-size: 14px;
}

.ny_left_top .ny_menu .n-news-list li {
  line-height: 28px;
}

.ny_left_top .ny_menu .n-news-list li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
  background: #999;
}

.out-foot {
  background: #333;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.out-foot a {
  color: #fff;
}

.ny_banner {
  width: 100%;
  margin: 0 auto;
}

.ny_banner img {
  width: 100%;
}

.sort_product {
  margin-top: 10px;
}

.ny_contact {
  margin-top: 10px;
}

.ny_contact .content {
  padding: 5px;
  line-height: 24px;
}

.ny_right_top {
  width: 100%;
  padding-bottom: 10px;
}

.ny_ding {
  padding: 10px 0;
}

.ny_ding .site {
  text-align: left;
  line-height: 50px;
  font-size: 16px;
}

.ny_right_top .content {
  padding-top: 15px;
  overflow: hidden;
  line-height: 24px;
}

.ny_right_top .content .content {
  padding: 10px;
}

/*内页分类样式*/
.ny_sort li {
  position: relative;
  z-index: 999;
}

.ny_sort li:last-child a {
  margin-bottom: 0;
}

.ny_sort li a {
  color: #fff;
  display: block;
  line-height: 39px;
  font-family: "微软雅黑";
  text-align: center;
  font-size: 14px;
  background: #999;
  margin-bottom: 10px;
}

.ny_sort li a:hover {
  background: #8392bd;
}

.ny_sort li .about_b {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 210px;
  background: #999;
  z-index: 9999;
}

.ny_sort li .layer2 {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 218px;
  padding: 10px;
  background: #ccc;
  z-index: 9999;
}

.ny_sort li .layer2 li {
  overflow: hidden;
}

.ny_sort li .layer2 li a {
  font-weight: normal;
  background: none;
}

.ny_sort li .layer2 li a:hover {
  text-decoration: none;
  color: #333;
}

.ny_sort li .layer2 li .layer3 li {
  margin: 6px 0px;
  line-height: 24px;
  padding-left: 10px;
}

.ny_sort li .layer2 li .layer3 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}

.ny_sort li .layer2 li .layer3 li .layer4 li {
  margin: 6px 0px;
  line-height: 24px;
  padding-left: 15px;
}

.ny_sort li .layer2 li .layer3 li .layer4 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}

/*内页新闻*/
.ny_news_list li {
  line-height: 27px;
  position: relative;
  margin: 20px 0;
}

.ny_news_list li a.more {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  display: block;
  width: 86px;
  text-align: center;
  float: right;
  color: #65beba;
  border-radius: 4px;
}

.ny_news_list li h3 {
  font-size: 14px;
  margin: 10px 0;
  color: #323232;
}

.ny_news_list li h3 a {
  color: #323232;
}

.ny_news_list li h3 a:HOVER {
  color: #65beba;
}

.ny_news_list li p {
  line-height: 22px;
  font-size: 14px;
  color: #666666;
}

/*内页产品列表*/
.ny_product_list li {
  padding-bottom: 2%;
}

.ny_product_list li .pic {
  overflow: hidden;
}

.ny_product_list li .pic img {
  transition: all .5s;
}

.ny_product_list li h3 {
  text-align: center;
  line-height: 40px;
}

.ny_product_list li h3 a {
  color: #333;
  font-size: 14px;
}

.ny_product_list li h3::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #333;
  margin: 0 auto;
  transition: all .5s;
}

.ny_product_list li:hover h3::after {
  width: 100%;
}

.ny_product_list li:hover .pic img {
  transform: scale(1.1);
}

.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #2053b0;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #2053b0;
}

@media (max-width: 990px) {
  .i-app h2 ,.i-heng h2 ,.i-zhuan h2 ,.i-news .title .cn {
    font-size: 24px;
  }
  .i-zhuan p{
    font-size: 14px;
  }
  .i-about .nei-about h3{
    text-align: center;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
  }

  .xypg-news-list li .tit {
    border-bottom: none;
  }

  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }

  .i-heng .swiper-container {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    margin-top: 5%;
  }
  
  .i-heng .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 6px 6px 6px #ccc;
  }
  .i-heng .swiper-slide img{
    width: 100%;
  }
  
}

/*内页留言*/
.f_message {
  padding: 30px;
}

.f_message .m_label {
  position: absolute;
  width: 160px;
  text-align: left;
  line-height: 40px;
  padding-left: 8px;
  color: #ccc;
  z-index: 1;
  cursor: text;
  left: 118px;
}

.f_message .c_label {
  line-height: 18px;
  padding-top: 12px;
}

.f_message ul li {
  text-align: center;
  width: 440px;
  position: relative;
  margin-top: 20px;
}

.f_message ul li p {
  float: left;
  font-size: 14px;
  text-align: right;
  width: 100px;
  position: relative;
}

.f_message ul li p.bix::before {
  content: '*';
  color: red;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 12px;
}

.f_message ul li textarea {
  width: 333px;
  float: right;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  height: 120px;
}

.f_message ul li .code_img {
  margin-left: 18px;
  visibility: hidden;
}

.f_message ul li input {
  width: 333px;
  float: right;
  border: 1px solid #e4e4e4;
  line-height: 40px;
}

.f_message ul li input#contact {
  height: 40px;
}

.f_message ul li input#name {
  height: 40px;
}

.f_message ul li input#checkcode {
  width: 170px;
}

.f_message ul li input#msgbtn {
  background: #088b3f;
}