@charset 'utf-8';

  @font-face {
    font-family: 'iconfont';  /* project id 1238998 */
    src: url('//at.alicdn.com/t/font_1238998_l90ivuzj0e.eot');
    src: url('//at.alicdn.com/t/font_1238998_l90ivuzj0e.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1238998_l90ivuzj0e.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1238998_l90ivuzj0e.woff') format('woff'),
    url('//at.alicdn.com/t/font_1238998_l90ivuzj0e.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1238998_l90ivuzj0e.svg#iconfont') format('svg');
  }

.topnav {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  margin-bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.topnav.scrgb {
  background-image: url("../images/banner1.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.topnav .collapse {
  float: right;
}
.topnav .collapse .navlst {
  display: block;
  position: relative;
}
.topnav .collapse .navlst >li {
  float: left;
  margin: 0 30px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.topnav .collapse .navlst >li h3 a {
  font-size: 14px;
  color: #a5daff;
  line-height: 80px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.topnav .collapse .navlst >li:hover h3 a,
.topnav .collapse .navlst >li.cur h3 a {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #fff;
}
.topnav .collapse .navlst >li .subbtn {
  display: none;
}
.navlst .navli .subnav-box {
  width: 180px;
  background-color: #fff;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: none;
  padding: 13px 0;
  border: 1px solid #e5e5e5;
}
.navlst .navli .subnav-box:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.navlst .navli .subnav-box .subnav {
  width: 100%;
}
.navlst .navli .subnav-box .subnav > li {
  text-align: center;
  margin: 7px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navlst .navli .subnav-box .subnav > li a {
  font-size: 14px;
  color: #808080;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navlst .navli .subnav-box .subnav > li a:hover {
  color: #cc092f;
}
.navbar-default {
  background-color: transparent;
  border: none;
}
.navbar-header {
  float: left;
  line-height: 80px;
}
.navbar-header .navbar-logo {
  display: block;
  vertical-align:top;
}
.navbar-header .navbar-logo img {
  display:inline-block;
  height:42px;
}
.navbar-header .navbar-logo p {
  display:inline-block;
  font-size:20px;
  color:#000;
  font-weight:bold;
  margin-left:30px;
  line-height:32px;
  vertical-align:top;
  margin-top:26px;
}

.toplanguage {
  float: left;
}
.toplanguage a {
  float: left;
  color:#a5daff;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 10px;
  margin-left:30px;
  margin-top:30px;
  border:#a5daff solid 1px;
  border-radius:4px;
}
.toplanguage a.topsearch {
  width:35px;
}
.toplanguage a:last-child:after {
  display: none;
}
.toplanguage a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  color:#333;
  background:#a5daff;
}
.toplanguage a:after {
  content: '';
  width: 1px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .topnav .collapse .navlst >li{margin:0 20px;}
}

@media (min-width: 1200px) {
  .topnav >.container {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 991px) {
  .topnav {
    height: 60px;
  }
  .topnav .navbar-header {
    line-height: 60px;
  }
  .topnav .collapse {
    display: block;
    float: none !important;
    position: fixed;
    left: -100%;
    top: 0px;
    width: 80%;
    height: 100% !important;
    background: #fff;
    z-index: 100;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0;
    margin-left: 0;
  }
  .topnav .collapse.in {
    left: 0;
  }
  .topnav .collapse .navlst {
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 100;
    overflow-y: auto;
  }
  .topnav .collapse .navlst .navli {
    float: none;
    padding: 10px 0px;
    margin: 0px;
    border-bottom: solid 1px #eee;
  }
  .topnav .collapse .navlst .navli h3 {
    margin: 0px;
    line-height: 30px;
    position: relative;
  }
  .topnav .collapse .navlst .navli h3 a {
    padding: 0 10px;
    font-size: 14px;
    margin: 0 5px;
    line-height: 18px;
    color: #333;
  }
  .topnav .collapse .navlst >li:hover h3 a,
  .topnav .collapse .navlst >li.cur h3 a {
    color: #333;
  }
  .topnav .collapse .navlst .navli h3 em.subbtn {
    display: block;
    position: absolute;
    height: 100%;
    width: 30px;
    right: 10px;
    top: 0px;
    z-index: 127;
    background-image: url("../images/off.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .topnav .collapse .navlst .navli h3.cur em {
    background-image: url("../images/on.png");
  }
  .topnav .collapse .navlst .navli.cur h3 a {
    color: #cc092f;
    -moz-transition: all all;
    -webkit-transition: all all;
    -o-transition: all all;
    transition: all all;
  }
  .topnav .collapse .navlst .navli .subnav-box {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    display: none;
    -moz-transition: all none;
    -webkit-transition: all none;
    -o-transition: all none;
    transition: all none;
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .topnav .collapse .navlst .navli .subnav-box .subnav li {
    border: none;
    border-bottom: 1px dashed #ccc;
    text-align: left;
    margin: 0;
  }
  .topnav .collapse .navlst .navli .subnav-box .subnav li:last-child {
    border-bottom: none;
  }
  .topnav .collapse .navlst .navli .subnav-box .subnav li a {
    padding: 10px 15px;
    display: block;
  }
  .topnav .navbar-toggle {
    display: block;
    margin-bottom: 0px;
    float: right;
    margin-left: 30px;
    margin-top: 15px;
    margin-right: 0;
    border-color: #fff;
    cursor: pointer;
  }
  .topnav .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .nav-share {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    display: none;
  }
  .nav-title {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 110;
    border-bottom: solid 1px #ccc;
    padding: 10px 15px;
    height: 50px;
  }
  .nav-title h3 {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    font-weight: 800;
    margin-top: 0px;
  }
  .nav-title span {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/nav_closebtn.png") no-repeat center center;
    background-size: 18px;
  }

  .navbar-header .navbar-logo p {
    margin-left:20px;
    margin-top:16px;
  }
  .toplanguage {
    float: none;
    width: 100%;
    text-align: center;
  }
  .toplanguage a {
    color: #333;
    line-height:24px;
    padding:0 20px;
    float: none;
    display:inline-block;
    margin:20px auto;
    border:#ccc solid 1px;
  }
  .toplanguage a:hover {
    color:#333;
  }
  .toplanguage a:after {
    background-color: #999;
  }

  .navbar-header .navbar-logo img {
    height:32px;
  }
}
@media (max-width: 767px) {
  .navbar {
    min-height: 44px;
  }
  .navbar .navbar-logo {
    height: 25px;
  }
  .navbar-header .navbar-logo p {
    font-size:16px;
    margin-top:8px;
  }

  .topnav {
    height: 44px;
  }
  .topnav .navbar-header {
    margin-left: 0;
    line-height: 44px;
  }
  .topnav .navbar-toggle {
    padding: 7px 6px;
    margin-top: 8px;
  }
  .navbar-header .navbar-logo img {
    height:24px;
  }
}

@media (max-width: 480px) {
  .navbar-header .navbar-logo p {
    font-size:14px;
    margin-top:8px;
    margin-left:12px;
  }

}
.homebanner {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.homebanner .home-banner-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 35px;
}
.homebanner .home-banner-title h3 {
  font-size: 56px;
  color: #fff;
  line-height: 74px;
}
.homebanner .home-banner-title p {
  font-size: 18px;
  color: #a5daff;
  line-height: 28px;
  margin-top: 24px;
  opacity:0.7;
}
.homebanner .home-banner-title a {
  display: block;
  width: 132px;
  height: 40px;
  background-color: #fff;
  font-size: 14px;
  color: #999;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homebanner .home-banner-title a:hover {
  background: #cc092f;
  color: #fff;
}
@media (max-width: 1199px) {
  .homebanner .home-banner-title h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .homebanner .home-banner-title p {
    font-size: 20px;
    margin-top: 8px;
  }
  .homebanner .home-banner-title a {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .homebanner .home-banner-title h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .homebanner .home-banner-title p {
    font-size: 16px;
    margin-top: 8px;
  }
  .homebanner .home-banner-title a {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .homebanner .home-banner-title {
    top: 55%;
  }
  .homebanner .home-banner-title h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .homebanner .home-banner-title p {
    font-size: 14px;
    margin-top: 5px;
  }
  .homebanner .home-banner-title a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    margin-top: 15px;
  }
  .homebanner .home-banner-title a i.iconfont {
    font-size: 12px;
  }
}
.home-part-one {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}
.sol-item .home-title:hover h4 {
  color: #ba251d;
}
.home-title {
  width: 100%;
  text-align: center;
/* &:hover{
        h4{
            color $themeColor
        }
    } */
}
.home-title h4 {
  font-size: 32px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.home-title span {
  display: block;
  width: 42px;
  height: 4px;
  background-color: #cc092f;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.home-info {
  margin-top: 30px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-align: center;
}
.home-info p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: left;
}
.home-pro-info p {
  color:#fff;
}
.home-pro-info p {
  color:#fff;
}
.home-trust-item > a {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.home-trust-item > a:hover h4 {
  color: #ba251d;
}
.home-trust-item > a:hover img.default-img {
  display: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-trust-item > a:hover img.hover-img {
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-trust-item > a img {
  display: block;
  width: 68px;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-trust-item > a img.hover-img {
  display: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-trust-item > a h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 35px;
  line-height: 24px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-trust-item > a p {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
  line-height: 22px;
}
.home-more {
  display: block;
  width: 112px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 42px;
  color: #999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-more i.iconfont {
  font-size: 14px;
  color: #999;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-more:hover {
  background-color: #cc092f;
  color: #fff;
}
.home-more:hover i.iconfont {
  color: #fff;
}
@media (min-width: 1200px) {
  .home-info {
    padding: 0 12%;
  }
}
@media (max-width: 991px) {
  .home-part-one {
    padding: 50px 0;
  }
  .home-title h4 {
    font-size: 26px;
  }
  .home-title span {
    margin-top: 6px;
  }
  .home-info {
    margin-top: 20px;
  }
  .home-trust-item > a {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .home-part-one {
    padding: 30px 0;
  }
  .home-title h4 {
    font-size: 18px;
    font-weight: bold;
  }
  .home-title span {
    height: 2px;
    margin-top: 2px;
  }
  .home-trust-item > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-trust-item > a img {
    height: 50px;
    width: 50px;
  }
  .home-trust-item > a h4 {
    font-size: 16px;
    margin-top: 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .home-trust-item > a p {
    margin-top: 13px;
  }
  .home-more {
    width: 100px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    margin-top: 30px;
  }
  .home-more i.iconfont {
    font-size: 12px;
  }
}
.home-part-two {
  width: 100%;
  background-color: #657b86;
  padding: 80px 0;
/* .home-title {
        h4 {
            color #ffffff
        }
        span {
            background-color #fff
        }
    } */
/* .swiper-button-prev, .swiper-button-next {
        background-image none
        height auto
        margin-top 1px
        transform translateY(-50%)
        i.iconfont {
            font-size 22px
            color $minorColor
        }
        &.swiper-button-disabled {
            $opacity(1)
            i.iconfont {
                $opacity(1)
                color #fff
            }
        }
    } */
}
.home-part-two .home-info {
/* color #ffffff */
  margin-top: 20px;
/* p {
            color #fff
        } */
}
.home-part-two .home-pro-list {
  margin-top: 48px;
}
.home-part-two .swiper-container:hover .swiper-button-prev,
.home-part-two .swiper-container:hover .swiper-button-next {
  display: block;
}
.home-part-two .home-pro-list li {
  height: 306px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 47px 23px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-part-two .home-pro-list li:hover img.hover-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/* -webkit-filter initial
                -moz-filter initial
                -ms-filter initial
                -o-filter initial
                filter initial
                filter gray
                $opacity(1) */
}
.home-part-two .home-pro-list li:hover img.default-img {
  display: none;
}
.home-part-two .home-pro-list li:hover h4 {
  color: #cc092f;
}
.home-part-two .home-pro-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-part-two .home-pro-list li img.hover-img {
  display: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/* -webkit-filter grayscale(100%)
            -moz-filter grayscale(100%)
            -ms-filter grayscale(100%)
            -o-filter grayscale(100%)
            filter grayscale(100%)
            filter gray
            $opacity(0.6) */
}
.home-part-two .home-pro-list li h4 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-top: 30px;
}
.home-part-two .home-pro-list li p {
  width: 100%;
  height: 72px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-part-two .swiper-pagination {
  position: relative;
}
.home-part-two .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  vertical-align: middle;
}
.home-part-two .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 1px solid #cc092f;
}
.home-part-two .swiper-button-prev,
.home-part-two .swiper-button-next {
  display: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home-part-two .bot-swiper {
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.home-part-two .bot-swiper .swiper-pagination {
  display: inline-block;
}
.home-part-two .bot-swiper .swiper-pagination span {
  margin: 0 3px;
}
.home-part-two .bot-swiper .swiper-button-prev {
  left: -30px;
}
.home-part-two .bot-swiper .swiper-button-next {
  right: -30px;
}
@media (max-width: 991px) {
  .home-part-two {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .home-part-two {
    padding: 30px 0;
  }
  .home-part-two .home-pro-list li {
    height: 228px;
    padding: 25px 15px;
  }
  .home-part-two .home-pro-list li img {
    width: 50px;
  }
  .home-part-two .home-pro-list li h4 {
    margin-top: 18px;
    font-size: 16px;
  }
  .home-part-two .home-pro-list li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .home-part-two .home-pro-list {
    margin-top: 25px;
  }
  .home-part-two .swiper-button-prev,
  .home-part-two .swiper-button-next {
    top: 0;
    margin-top: 0;
    transform: none;
  }
  .home-part-two .swiper-button-prev i.iconfont,
  .home-part-two .swiper-button-next i.iconfont {
    font-size: 16px;
  }
}

/* 2019.07.08修改 lj */
.home-pro-list{width:100%;}
.home-pro-list li{float:left;width:23%;margin-left:2%;margin-bottom:2%;}
.home-pro-list li:nth-child(4n+1){margin-left:0;}

@media (max-width:991px) {
  .home-pro-list li{width:48.5%;margin-left:3%;margin-bottom:3%;}
  .home-pro-list li:nth-child(4n+1){margin-left:3%;}
  .home-pro-list li:nth-child(odd){margin-left:0;}
}

.home-part-three {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
.home-part-three .home-sol-item {
  margin-top: 50px;
}
.home-part-three .home-sol-item> li {
  padding-left: 10px;
  padding-right: 10px;
}
.home-part-three .home-sol-item> li:last-child {
  margin-right: 0;
}
.home-part-three .home-sol-item> li a {
  border: 1px solid #ededed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 170px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-part-three .home-sol-item> li a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: #808080;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.home-part-three .home-sol-item> li a p {
  font-size: 18px;
  margin-top: 30px;
  color: #808080;
}
.home-part-three .home-sol-item> li:hover a {
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
}
.home-part-three .home-sol-item> li:hover img {
  filter: initial;
  filter: alpha(opacity=100);
  opacity: 1;
}
.home-part-three .home-sol-item> li:hover p {
  color: #cc092f;
}
@media (max-width: 1199px) {
  .home-part-three .home-sol-item > li a {
    height: 136.66px;
  }
  .home-part-three .home-sol-item > li a img {
    width: 50px;
  }
  .home-part-three .home-sol-item > li a p {
    font-size: 16px;
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .home-part-three {
    padding: 50px 0;
  }
  .home-part-three .home-sol-item {
    margin-top: 30px;
  }
  .home-part-three .home-sol-item > li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-part-three {
    padding: 30px 0 15px;
  }
  .home-part-three .home-sol-item {
    margin-top: 30px;
  }
  .home-part-three .home-sol-item > li a {
    height: auto;
    padding: 16px 0;
  }
  .home-part-three .home-sol-item > li a img {
    width: 40px;
  }
  .home-part-three .home-sol-item > li a p {
    font-size: 14px;
  }
}
.footer {
  width: 100%;
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 40px;
  position: relative;
}
.footer .footernav-box {
  width: 100%;
}
.footer .footernav-box .footer-nav {
  float: left;
}
.footer-left ul li {
  float: left;
  /*margin-right: 72px; */
  width: 25%;
}
.footer-left ul li:nth-last-child(1) {
  margin-right: 0;
}
.foot-nav dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.foot-nav dd a {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.foot-nav dd a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.footer .footer-right .footer-info {
  float: left;
}
.footer .footer-right .footer-info .title {
  font-size: 16px;
  color: #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.footer .footer-right .footer-info .tel {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-top: 22px;
  font-family: 'Arial';
}
.footer .footer-right .footer-info .sertime {
  font-size: 12px;
  color: #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: block;
  margin-top: 5px;
}
.footer .footer-right .footer-info .text-item {
  width: 100%;
  margin-top: 20px;
}
.footer .footer-right .footer-info .text-item > li {
  font-size: 12px;
  color: #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
  margin-bottom: 10px;
  font-family: 'Arial';
}
.footer .footer-right .footer-code {
  float: right;
  text-align: center;
}
.footer .footer-right .footer-code img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.footer .footer-right .footer-code p {
  font-size: 12px;
  color: #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.footer .copyright {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding: 15px 0;
  margin-top: 79px;
}
.footer .copyright .cp-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right:10px;
}
.footer .copyright .cp-left a {
  font-size: 12px;
  color: #fff;
}
.footer .copyright .cp-right {
  float: right;
}
.footer .copyright .cp-right a {
  font-size: 12px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 20px;
  }
  .footer .footer-right {
    margin-top: 20px;
  }
  .footer .footer-right .footer-info .tel {
    margin-top: 12px;
  }
  .footer-tel a {
    font-size: 20px;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }
  .foot-nav {
    text-align: left;
  }
  .footer-left ul li.footer-list {
    float: none;
    width: 100%;
    border-bottom: rgba(255,255,255,0.7) solid 1px;
  }
  .foot-nav dt {
    color: #fff;
    padding: 12px 0;
    margin-bottom: 0;
    position: relative;
  }
  .foot-nav .foot-er {
    display: none;
  }
  .foot-nav dt i.btn-down {
    display: block;
    width: 20px;
    height: 40px;
    background-image: url("../images/icon-right.png");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }
  .foot-nav dt.cur i.btn-down {
    transform: rotate(90deg);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .foot-nav dd {
    border-bottom: 1px dashed rgba(255,255,255,0.7);
    padding: 5px 0;
  }
  .foot-nav dd:nth-last-child(1) {
    border: none;
  }
  .foot-nav dd a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 15px;
  }
  .footer .copyright .cp-left {
    float: none;
    width: 100%;
    text-align:center;
    margin-top:8px;
  }
  .footer .copyright .cp-right {
    float: none;
    width: 100%;
    margin-top: 10px;
    text-align:center;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer-left .foot-nav dt {
    font-size: 14px;
  }
  .footer .footer-right .footer-info {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer .footer-right .footer-code {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .footer .footer-right .footer-code img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .copyright {
    padding: 15px;
    margin-top: 20px;
    text-align: center;
  }

}
.nybanner {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.nybanner .nybanner-con {
  padding-top: 80px;
  padding-bottom: 22px;
}
.nybanner .nybanner-title {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.nybanner .nybanner-title h3 {
  font-size: 36px;
  color: #fff;
}
.nybanner .nybanner-title p {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  margin-top: 22px;
}
.nybanner .seclevelnav {
  width: 100%;
  margin-top: 90px;
}
.nybanner .seclevelnav .tel-nav {
  display: none;
}
.nybanner .seclevelnav >ul {
  display: table;
  width: 605px;
  margin-left: auto;
  margin-right: auto;
}
.nybanner .seclevelnav >ul >li {
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  width:151px;
/*   margin-left: 30px;
  margin-right: 30px; */
  margin-bottom: 20px;
/* &.cur {
                    display none
                } */
}
.nybanner .seclevelnav >ul >li:hover img,
.nybanner .seclevelnav >ul >li.cur img {
  filter: initial;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nybanner .seclevelnav >ul >li:hover p,
.nybanner .seclevelnav >ul >li.cur p {
  filter: alpha(opacity=100);
  opacity: 1;
}
.nybanner .seclevelnav >ul >li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: #808080;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nybanner .seclevelnav >ul >li p {
  font-size: 16px;
  color: #fff;
  filter: alpha(opacity=40);
  opacity: 0.4;
  line-height: 22px;
  margin-top: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .nybanner .seclevelnav {
    margin-top: 62px;
  }
  .nybanner .seclevelnav >ul >li {
    margin-left: 22px;
    margin-right: 22px;
  }
  .nybanner .seclevelnav >ul {
  display: table;
  width:auto;

}
}
@media (max-width: 991px) {
  .nybanner .nybanner-title h3 {
    font-size: 34px;
  }
  .nybanner .nybanner-con {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .nybanner .seclevelnav {
    margin-top: 45px;
  }
  .nybanner .seclevelnav .tel-nav {
    width: 100%;
    height: 40px;
  }
  .nybanner .seclevelnav .tel-nav h3 {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
  }
  .nybanner .seclevelnav .tel-nav span {
    line-height: 40px;
  }
  .nybanner .seclevelnav ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .nybanner .seclevelnav ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .nybanner .nybanner-title {
    margin-top: 50px;
  }
  .nybanner .nybanner-title h3 {
    font-size: 20px;
  }
  .nybanner .nybanner-title p {
    font-size: 16px;
  }
  .nybanner .nybanner-con {
    padding-top: 44px;
    padding-bottom: 0;
  }
  .nybanner .seclevelnav {
    margin-top: 45px;
  }
  .nybanner .seclevelnav .tel-nav {
    display: block;
    width: 100%;
    height: 40px;
  }
  .nybanner .seclevelnav .tel-nav h3 {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
  }
  .nybanner .seclevelnav .tel-nav span {
    line-height: 40px;
  }
  .nybanner .seclevelnav ul {
    /*display: none;*/
    display: block;
    width: 100%;
  }
  .nybanner .seclevelnav ul > li {
    /*float: none;*/
    text-align: center;
    margin: 0;
    padding: 6px 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.7);*/
    display: block;
    width: 50%;
  }
  .nybanner .seclevelnav ul > li:last-child {
    /*border-bottom: none;*/
  }
  .nybanner .seclevelnav ul > li img {
    /*display: none;*/
  }
  .nybanner .seclevelnav ul > li p {
    margin-top: 0;
  }
}
.bread {
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.bread a {
  font-size: 14px;
  color: #808080;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bread a.cur,
.bread a:hover {
  color: #ba251d;
}
.bread span {
  font-size: 14px;
  color: #808080;
}
@media (max-width: 991px) {
  .bread {
    display: none;
  }
}
.pro-item {
  width: 100%;
  padding: 40px 0;
}
.pro-item ul li {
  margin-bottom: 40px;
}
.pro-item ul li a {
  display: block;
  width: 100%;
}
.pro-item ul li a:hover .pro-img {
  box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.1);
}
.pro-item ul li a:hover p {
  color: #ba251d;
}
.pro-item ul li a .pro-img {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pro-item ul li a p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.pro-item .home-more {
  margin-top: 30px;
  background-color: transparent;
}
.pro-item .home-more:hover {
  background-color: #ba251d;
}
@media (max-width: 991px) {
  .pro-item ul li {
    margin-bottom: 20px;
  }
  .pro-item ul li a p {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .pro-item {
    padding: 20px 0;
  }
  .pro-item .container {
    padding-left: 0;
    padding-right: 0;
  }
  .pro-item ul li {
    margin-bottom: 20px;
  }
  .pro-item ul li a p {
    font-size: 14px;
  }
  .pro-item .home-more {
    margin-top: 15px;
  }
}
.pro-main {
  width: 100%;
  padding: 40px 0;
}
.pro-view .swiper-container {
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.pro-istitle {
  font-size: 24px;
  line-height: 35px;
  color: #333;
  text-align:center;
  margin-bottom:20px;
  font-weight:bold;
}
.pro-view .gallery-top {
  height: 80%;
  width: 100%;
}
.pro-view .gallery-top .swiper-pagination {
  display: none;
}
.pro-view .gallery-thumbs {
  width: 90%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.pro-view .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid #e5e5e5;
}
.pro-view .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #ba251d;
}
.pro-view .pro-small {
  position: relative;
  padding: 0 40px;
}
.pro-view .pro-small .swiper-button-next {
  right: 17px;
}
.pro-view .pro-small .swiper-button-prev {
  left: 17px;
}
.pro-view .pro-small .swiper-button-next,
.pro-view .pro-small .swiper-button-prev {
  width: 40px;
  height: 90px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  z-index: 10;
  top: 9px;
  background-image: none;
  margin-top: 0;
  cursor: pointer;
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pro-view .pro-small .swiper-button-next.swiper-button-disabled,
.pro-view .pro-small .swiper-button-prev.swiper-button-disabled {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.pro-view .pro-small .swiper-button-next .iconfont,
.pro-view .pro-small .swiper-button-prev .iconfont {
  line-height: 90px;
  font-size: 12px;
  color: #999;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pro-view .pro-small .swiper-button-next:hover,
.pro-view .pro-small .swiper-button-prev:hover {
  border: 1px solid #ba251d;
}
.pro-view .pro-small .swiper-button-next:hover .iconfont,
.pro-view .pro-small .swiper-button-prev:hover .iconfont {
  color: #ba231d;
}
.pro-info {
  padding-top: 40px;
}

.pro-info .pro-info-free {
  margin-top: 50px;
}
.pro-info .pro-info-free p {
  font-size: 14px;
  color: #808080;
  line-height: 28px;
}
.pro-info .pro-info-free p span {
  font-size: 18px;
  color: #ba251d;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .pro-view .pro-small {
    padding: 0 36px;
  }
  .pro-view .pro-small .swiper-button-next {
    right: 0;
  }
  .pro-view .pro-small .swiper-button-prev {
    left: 0;
  }
  .pro-view .pro-small .swiper-button-next,
  .pro-view .pro-small .swiper-button-prev {
    height: 71px;
    top: 10px;
  }
  .pro-view .pro-small .swiper-button-next .iconfont,
  .pro-view .pro-small .swiper-button-prev .iconfont {
    line-height: 71px;
  }
}
@media (max-width: 991px) {
  .pro-view .pro-small {
    max-width: 600px;
    margin: 0 auto;
  }
  .pro-view .pro-small .swiper-button-next,
  .pro-view .pro-small .swiper-button-prev {
    height: 82px;
    top: 11px;
  }
  .pro-view .pro-small .swiper-button-next .iconfont,
  .pro-view .pro-small .swiper-button-prev .iconfont {
    line-height: 80px;
  }
  .pro-info {
    padding: 0 57px;
    padding-top: 30px;
  }
  .pro-info .pro-info-free {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pro-main {
    padding: 30px 0;
  }
  .pro-main .container {
    padding-left: 0;
    padding-right: 0;
  }
  .pro-istitle {
    font-size:16px;
    line-height: 28px;
  }
  .pro-main .gallery-top {
    height: 80%;
    width: 100%;
  }
  .pro-main .gallery-top .swiper-pagination {
    display: block;
  }
  .pro-view .pro-small {
    display: none;
  }
  .pro-info {
    padding: 0 15px;
    padding-top: 20px;
  }

  .pro-info .pro-info-free {
    margin-top: 13px;
  }
  .pro-info .pro-info-free p {
    line-height: 24px;
  }
}
.pro-edit-box {
  padding-bottom: 100px;
}
.pro-edit-box .pro-edit-nav {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.pro-edit-box .pro-edit-nav ul {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align:center;
  background:#fff;
  border-bottom:#e5e5e5 solid 1px;
}
/*.pro-edit-box .pro-edit-nav.scroll ul {
  position:absolute;
}*/
.pro-edit-box .pro-edit-nav ul li {
  display:inline-block;
  line-height: 3.35;
}
.pro-edit-box .pro-edit-nav ul li a {
  display: block;
  padding: 0 40px;
  position: relative;
  font-size: 18px;
  color: #333;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pro-edit-box .pro-edit-nav ul li a:after {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.pro-edit-box .pro-edit-nav ul li:last-child a:after {
  display: none;
}
.pro-edit-box .pro-edit-nav ul li.cur a,
.pro-edit-box .pro-edit-nav ul li:hover a {
  color: #ba251d;
}
.pro-edit-box .pro-edit-con {
  width: 100%;
  margin-top: 20px;
}
.pro-edit-box .pro-edit-con ul li {
  width: 100%;
  min-height: 242px;
  padding: 40px 60px;
  background-color: #fff;
  margin-bottom:20px;
}
.pro-edit-box .pro-edit-con ul li h3 {
  font-size: 16px;
  color: #333;
  line-height: 2.5;
}
.pro-edit-box .pro-edit-con ul li p {
  font-size: 14px;
  color: #808080;
  line-height: 2;
}
@media (max-width: 767px) {
  .pro-edit-box {
    padding-bottom: 30px;
  }
  .pro-edit-box .pro-edit-nav ul li {
    line-height: 2.5;
  }
  .pro-edit-box .pro-edit-nav ul li a {
    font-size: 16px;
    padding: 0 20px;
  }
  .pro-edit-box .pro-edit-con ul li {
    min-height: initial;
    padding: 20px 25px;
  }
}
.sol-item {
  width: 100%;
  padding: 40px 0;
  background-color: #f5f5f5;
}
.sol-item.white {
  background-color: #fff;
}
.sol-item .home-info p {
  color: #808080;
}
.sol-item .sol-free-img {
  width: 100%;
  margin-top: 30px;
}
.sol-item .sol-free-img img {
  display: block;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sol-item .home-more {
  margin-top: 30px;
  background-color: transparent;
}
.sol-item .home-more:hover {
  background-color: #ba251d;
}
@media (max-width: 767px) {
  .sol-item {
    padding: 30px 0;
  }
}
.sol-details {
  width: 100%;
  margin: 40px 0;
}
.sol-details>.container {
  background-color: #fff;
  padding: 40px 60px;
}
.sol-details .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sol-details p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 2;
}
.sol-details p span {
  font-size: 16px;
  color: #4d4d4d;
}
.related-pro {
  width: 100%;
  margin-top: 70px;
  padding-bottom: 98px;
}
.related-pro .related-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.related-pro .swiper-container {
  margin-top: 40px;
}
.related-pro .swiper-slide a {
  display: block;
  width: 100%;
}
.related-pro .swiper-slide img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.related-pro .swiper-slide p {
  font-size: 16px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  margin-top: 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.related-pro .swiper-slide:hover img {
  box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.1);
}
.related-pro .swiper-slide:hover p {
  color: #ba251d;
}
.related-pro .bot-swiper {
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.related-pro .bot-swiper .swiper-pagination {
  position: relative;
  display: inline-block;
}
.related-pro .bot-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ccc;
  margin: 0 3px;
  filter: alpha(opacity=100);
  opacity: 1;
  vertical-align: middle;
}
.related-pro .bot-swiper .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 1px solid #cc092f;
}
.related-pro .bot-swiper .swiper-button-prev {
  left: -30px;
}
.related-pro .bot-swiper .swiper-button-next {
  right: -30px;
}
.related-pro .bot-swiper .swiper-button-prev,
.related-pro .bot-swiper .swiper-button-next {
  background-image: none;
  height: auto;
  margin-top: 2px;
  transform: translateY(-50%);
}
.related-pro .bot-swiper .swiper-button-prev i.iconfont,
.related-pro .bot-swiper .swiper-button-next i.iconfont {
  font-size: 22px;
  color: #cc092f;
}
@media (max-width: 1199px) {
  .related-pro {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sol-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sol-details .container {
    padding: 24px 15px;
  }
  .sol-details .title {
    font-size: 16px;
  }
  .related-pro {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .related-pro .related-title {
    font-size: 20px;
  }
  .related-pro .swiper-container {
    margin-top: 20px;
  }
  .related-pro .swiper-slide p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.download-box {
  width: 100%;
  padding: 40px 0;
}
.download-box .download-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.download-box .download-item {
  background-color: #fff;
  padding: 40px 60px;
}
.download-box .download-item ul {
  margin-top: 40px;
  border-top: 1px solid #e6e6e6;
}
.download-box .download-item ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.download-box .download-item ul li a {
  display: block;
  width: 100%;
}
.download-box .download-item ul li a .left {
  width: calc(100% - 100px);
  float: left;
}
.download-box .download-item ul li a .left i.iconfont {
  float: left;
  font-size: 26px;
  color: #333;
  line-height: 36px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.download-box .download-item ul li a .left p {
  width: calc(100% - 80px);
  float: left;
  margin-left: 40px;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.download-box .download-item ul li a .right {
  float: right;
  width: 36px;
  height: 36px;
  background-color: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.download-box .download-item ul li a .right i.iconfont {
  font-size: 16px;
  line-height: 36px;
  color: #999;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.download-box .download-item ul li a:hover .left i.iconfont,
.download-box .download-item ul li a:hover .left p {
  color: #ba251d;
}
.download-box .download-item ul li a:hover .right {
  background-color: #ba251d;
}
.download-box .download-item ul li a:hover .right i.iconfont {
  color: #fff;
}
@media (max-width: 767px) {
  .download-box {
    padding: 30px 0;
  }
  .download-box .download-title {
    font-size:16px;
  }
  .download-box .download-item {
    padding: 20px 15px;
  }
  .download-box .download-item ul {
    margin-top: 15px;
  }
  .download-box .download-item ul li {
    padding: 9px 0;
  }
  .download-box .download-item ul li a .left {
    width: calc(100% - 48px);
  }
  .download-box .download-item ul li a .left i.iconfont {
    font-size: 16px;
    line-height: 24px;
  }
  .download-box .download-item ul li a .left p {
    width: calc(100% - 35px);
    font-size: 14px;
    margin-left: 10px;
    line-height: 24px;
  }
  .download-box .download-item ul li a .right {
    width: 24px;
    height: 24px;
  }
  .download-box .download-item ul li a .right i.iconfont {
    line-height: 24px;
    font-size: 12px;
  }
}
.honor {
  width: 100%;
  padding: 40px 0;
}
.honor .home-more {
  margin-top: 15px;
}
.honor .honor-title {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-weight:bold;
}
.honor .honor-item {
  width: 100%;
  background-color: #fff;
  padding: 40px 60px;
}
.honor .honor-item .gallery {
  width: 100%;
  margin-top: 60px;
}
.honor .honor-item .gallery a {
  margin-bottom: 20px;
}
.honor .honor-item .gallery .honor-img {
  display: block;
  background: #f5f5f5;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.honor .honor-item .gallery .honor-img .fdj {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  background-image: url("../images/icon_fdj1.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.honor .honor-item .gallery .honor-img:hover .fdj {
  display: block;
}
.honor .honor-item .gallery .honor-name {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 15px 0;
}
.honor .honor-item .gallery .honor-name p {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .honor {
    padding: 30px 0;
  }
  .honor .honor-item {
    padding: 30px 35px;
  }
  .honor .honor-item .gallery {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .honor .honor-title {
    font-size: 16px;
    font-weight:normal;
  }
  .honor .honor-item {
    padding: 30px 0;
  }
  .honor .honor-item .gallery .honor-name {
    margin: 9px 0;
  }
  .honor .honor-item .gallery a {
    margin-bottom: 10px;
  }
}
.insertlink {
  width: 100%;
}
.insertlink .container {
  background-color: #fff;
  padding: 0 44px;
  padding-bottom: 40px;
}
.insertlink ul {
  width: 100%;
}
.insertlink ul li {
  margin-bottom: 30px;
}
.insertlink ul li a {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.insertlink ul li img {
  padding-bottom: 56%;
}
.insertlink .home-more {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .insertlink .container {
    padding: 0;
    padding-bottom: 30px;
  }
  .insertlink ul li {
    margin-bottom: 15px;
  }
  .sol-details {
    margin: 30px 0;
  }
}
@media (max-width: 640px) {
  .insertlink ul li {
    width: 50%;
  }
}
.news {
  width: 100%;
  padding: 40px 0;
}
.news .news-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.news .news-item {
  width: 100%;
  background-color: #fff;
  padding: 40px 60px;
}
.news .news-item ul {
  width: 100%;
}
.news .news-item ul li {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 0;
}
.news .news-item ul li .news-left {
  float: left;
  width: 90%;
}
.news .news-item ul li .news-left .news-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-item ul li .news-left p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 30px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-item ul li .news-right {
  float: right;
  width: auto;
  max-width: 10%;
  text-align: right;
}
.news .news-item ul li .news-right .time {
  font-size: 26px;
  color: #999;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-item ul li .news-right .arrow {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.news .news-item ul li .news-right .arrow:after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news .news-item ul li .news-right .arrow i.iconfont {
  font-size: 16px;
  color: #999;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-item ul li:hover .news-name,
.news .news-item ul li:hover .arrow i.iconfont,
.news .news-item ul li:hover .time {
  color: #ba251d;
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news .news-item {
    padding: 30px;
  }
  .news .news-item ul li {
    padding: 22px 0;
  }
  .news .news-item ul li .news-left p {
    margin-top: 17px;
  }
  .news .news-item ul li .news-right .time {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news .news-title {
    font-size: 16px;
  }
  .news .news-item {
    padding: 15px;
  }
  .news .news-item ul li .news-left {
    width: 85%;
  }
  .news .news-item ul li .news-left .news-name {
    font-size: 14px;
  }
  .news .news-item ul li .news-left p {
    font-size: 12px;
    margin-top: 10px;
  }
  .news .news-item ul li .news-right {
    max-width: 15%;
  }
  .news .news-item ul li .news-right .time {
    font-size: 14px;
  }
}
.news-details {
  width: 100%;
  padding: 40px 0;
}
.news-details .news-white {
  width: 100%;
  padding: 40px 60px;
  background-color: #fff;
}
.news-details .title {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.news-details .sours {
  font-size: 14px;
  text-align: center;
  color: #999;
  line-height: 1.5;
  margin-top: 20px;
}
.news-details .news-free-edit {
  font-size: 14px;
  color: #666;
  line-height: 2;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 30px;
}
.news-details .news-free-edit p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.chapters {
  width: 100%;
  padding-top: 30px;
}
.chapters .chapters-left {
  float: left;
  width: 70%;
}
.chapters .chapters-left p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  color: #999;
}
.chapters .chapters-left p a {
  font-size: 14px;
  color: #999;
  line-height: 2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chapters .chapters-left p:hover a {
  color: #ba251d;
}
.chapters .chapters-right {
  float: right;
}
.chapters .chapters-right a {
  display: block;
  width: 112px;
  height: 42px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  line-height: 42px;
  color: #999;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chapters .chapters-right a:hover {
  color: #ba251d;
  border: 1px solid #ba251d;
}
@media (max-width: 991px) {
  .news-details .news-white {
    padding: 20px 30px;
  }
  .news-details .title {
    font-size:18px;
  }
  .news-details .sours {
    margin-top: 12px;
  }
  .news-details .news-free-edit {
    margin-top: 20px;
    padding: 20px 0;
  }
  .chapters {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .news-details {
    padding: 30px 0;
  }
  .news-details .news-white {
    padding: 20px 15px;
    margin-bottom: 0;
  }
  .news-details .title {
    font-size: 16px;
  }
  .news-details .sours {
    font-size: 12px;
    margin-top: 5px;
  }
  .news-details .news-free-edit {
    margin-top: 15px;
    padding: 15px 0;
  }
  .chapters .chapters-left {
    float: none;
    width: 100%;
  }
  .chapters .chapters-right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .chapters .chapters-right a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}
.message-form {
  width: 100%;
  margin-top: 40px;
}
.message-form .input-list {
  margin-bottom: 30px;
  position: relative;
}
.message-form .input-list input {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e6e6e6;
}
.message-form .input-list input.yzm {
  width: calc(100% - 150px);
  float: left;
}
.message-form .input-list .yzm-img {
  width: 120px;
  height: 48px;
  float: right;
  border: 1px solid #e6e6e6;
}
.message-form .input-list textarea {
  width: 100%;
  height: 140px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #e6e6e6;
}
.message-form .input-list button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #333;
  outline: none;
  border: none;
}
.message-form .input-list .total-num {
  font-size: 12px;
  color: #b3b3b3;
  position: absolute;
  bottom: 10px;
  right: 3%;
  z-index: 1;
}
@media (max-width: 991px) {
  .message-form {
    margin-top: 20px;
  }
  .message-form .input-list {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .message-form .input-list {
    padding-left: 0;
    padding-right: 0;
  }
  .message-form .input-list input {
    height: 41px;
    line-height: 41px;
    padding: 0 8px;
  }
  .message-form .input-list input.yzm {
    width: calc(100% - 126px);
  }
  .message-form .input-list textarea {
    padding: 10px 8px;
  }
  .message-form .input-list .yzm-img {
    width: 99px;
    height: 41px;
  }
  .message-form .input-list button {
    height: 41px;
    line-height: 41px;
  }
}
.search-btnbox {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.search-input {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333;
  border: none;
  border-bottom: solid 1px #999;
  line-height: 36px;
  padding-bottom: 5px;
}
.search-sub {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -2px;
  right: 0;
  background-color: transparent;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.search-top p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  max-width: 720px;
  margin: 10px auto 0px;
}
.search-top p span {
  color: #333;
}
.search-top {
  margin-top: 20px;
}
.search-box {
  margin-top: 20px;
}
.search-box ul li img {
  border: 1px solid #e6e6e6;
}
.content-box {
  height: 450px;
  width: 100%;
  overflow-y: scroll;
}
.search-bigbox {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .search-bigbox {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
  .search-input {
    font-size: 14px;
    padding-bottom: 0;
  }
  .search-sub {
    width: 36px;
    height: 36px;
  }
}

/* 2019.07.08 修改 */
.inside-title h4{font-size:24px;}

@media (max-width: 767px) {
  .inside-title h4{font-size:16px;}
}
