.resetStyle {
  font-family: OpenSans;
}
.resetStyle a {
  text-decoration: none;
}
.resetStyle a:hover {
  text-decoration: none;
}
.resetStyle ul,
.resetStyle li,
.resetStyle p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.resetStyle h1,
.resetStyle h2,
.resetStyle h3,
.resetStyle h4,
.resetStyle h5,
.resetStyle h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
}
.language {
  display: none!important;
}
@media (min-width: 1250px) {
  .container {
    width: 1230px;
  }
}
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px OpenSans;
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eee url(../images/side_icon.png) center / cover no-repeat;
}
#backtop ul li .sidetop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #1172b9 url(../images/side_icon-w.png) center / cover no-repeat;
}
@media (max-width: 768px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.home-header {
  position: relative;
  z-index: 999;
}
.home-header .header-occupy {
  position: relative;
  height: 160px;
  background: transparent;
}
@media (max-width: 767.98px) {
  .home-header .header-occupy {
    height: 60px;
  }
}
.home-header .header-top {
  width: 100%;
  height: 100px;
  background-color: #fff;
  transition: all 0.3s;
  overflow: hidden;
}
.home-header .header-top.hide-top {
  height: 0;
}
@media (max-width: 767.98px) {
  .home-header .header-top {
    display: none;
  }
}
.home-header .header-top .container {
  height: 100%;
}
.home-header .header-top .top-content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.home-header .header-top .top-content .content-l {
  height: 100%;
}
.home-header .header-top .top-content .content-l .logo-box {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-header .header-top .top-content .content-l > p {
  position: relative;
  float: left;
  width: 175px;
  height: 100%;
  margin-left: 32px;
  display: flex;
  align-items: center;
  font-family: Raleway-SemiBold;
  font-size: 16px;
  line-height: 22px;
  color: #1172b9;
}
.home-header .header-top .top-content .content-l > h1 {
  position: relative;
  float: left;
  width: 240px;
  height: 100%;
  margin-left: 32px;
  display: flex;
  align-items: center;
  font-family: Raleway-SemiBold;
  font-size: 16px;
  line-height: 22px;
  color: #1172b9;
}
.home-header .header-top .top-content .content-l > p:after {
  content: '';
  display: block;
  width: 2px;
  height: 48px;
  background-color: #1172b9;
  opacity: 0.3;
  position: absolute;
  left: -17px;
  top: 50%;
  margin-top: -24px;
  border-radius: 60%;
}
@media (max-width: 991.98px) {
  .home-header .header-top .top-content .content-l > p {
    display: none;
  }
}
.home-header .header-top .top-content .content-r {
  display: flex;
  align-items: center;
}
.home-header .header-top .top-content .content-r .hot-line > div img {
  /*vertical-align: baseline;*/
  width:30px;
  height:30px;
}
.home-header .header-top .top-content .content-r .hot-line > div span {
  padding-left: 2px;
  vertical-align: baseline;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.home-header .header-top .top-content .content-r .hot-line > i {
  font-family: OpenSans-Bold;
  font-size: 18px;
  line-height: 18px;
  color: #1172b9;
}
.home-header .header-top .top-content .content-r .search-box-top {
  position: relative;
  margin-left: 30px;
  margin-top: 20px;
  width: 230px;
  height: 36px;
}
.home-header .header-top .top-content .content-r .search-box-top input[type='text'] {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  font-family: OpenSans;
  font-size: 12px;
  color: #999;
  border: 1px solid #999;
  border-radius: 10px;
  outline: none;
}
.home-header .header-top .top-content .content-r .search-box-top input[type='text']::-webkit-input-placeholder {
  color: #999;
}
.home-header .header-top .top-content .content-r .search-box-top input[type='text']:-moz-placeholder {
  color: #999;
}
.home-header .header-top .top-content .content-r .search-box-top input[type='text']::-moz-placeholder {
  color: #999;
}
.home-header .header-top .top-content .content-r .search-box-top input[type='text']:-ms-input-placeholder {
  color: #999;
}
.home-header .header-top .top-content .content-r .search-box-top input[type='submit'] {
  width: 40px;
  height: 100%;
  background: #1172b9 url(../images/home/top_search.png) center no-repeat;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
}
.home-header .header-bottom {
  width: 100%;
  background-color: #323449;
}
@media (max-width: 767.98px) {
  .home-header .header-bottom {
    background-color: #fff;
  }
}
.home-header .navbar {
  border-bottom: 0px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 768px) {
  .home-header .navbar-collapse {
    padding-right: 0;
  }
}
.home-header .navbar-brand {
  padding: 0;
  height: auto;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .home-header .navbar-brand {
    display: none;
  }
}
.home-header .navbar-nav > li {
  font-family: Raleway-SemiBold;
  margin: 0;
  position: relative;
  font-size: 16px;
  color: #101114;
}
.home-header .nav.navbar-nav > li > a {
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 14px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 22px !important;
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 34px !important;
  }
}
.home-header .nav.navbar-nav > li.active > a,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
  color: #1172b9;
  background-color: transparent;
}
.home-header .mobile-navbtn {
  display: none;
}
@media (min-width: 768px) {
  .home-header .dropdown-menu {
    width: 150px;
  }
  .home-header .dropdown-menu li a {
    line-height: 30px;
    white-space: normal;
  }
}
.home-header .dropdown-menu li {
  width: 100%;
  position: relative;
  font-size: 14px;
}
.home-header .dropdown-menu.open {
  display: block !important;
}
.home-header .dropdown-menu.multi {
  position: absolute;
  left: 100% !important;
  right: 0;
  top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 !important;
}
.home-header .dropdown-menu.multi a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .home-header .dropdown-menu.multi.multi-left {
    left: auto !important;
    right: 100% !important;
  }
}
.home-header .language {
  position: relative;
}
@media (min-width: 768px) {
  .home-header .language:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
  }
}
.home-header .navbar-default .navbar-toggle {
  transition: 0s;
}
.home-header .navbar-default .navbar-toggle:focus,
.home-header .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.home-header .navbar-default .navbar-toggle:focus .icon-bar,
.home-header .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #00023d;
}
.home-header .navbar-default .navbar-toggle:active {
  background-color: #00023d;
}
.home-header .navbar-default .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
@media (min-width: 768px) {
  .home-header .nav.navbar-nav > li.active > a,
  .home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
    color: #fff;
    background-color: #1172b9;
    transition: 0s;
  }
  .home-header li.hasdrop:hover > .dropdown-menu {
    display: block !important;
    right: 0;
    left: 50%;
    margin-left: -80px;
    border: 0;
  }
  .home-header .search-box {
    display: none;
  }
  .home-header .header-top-search-bigbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 37px;
    height: 28px;
  }
  .home-header .header-top-search-box {
    position: absolute;
    right: 17px;
    top: 45px;
    z-index: 999;
    display: none;
  }
  .home-header .header-top-form {
    border: 1px solid #d9d9d9;
    display: block;
    float: right;
    position: relative;
    width: 180px;
    background-color: #fff;
  }
  .home-header .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    width: 148px !important;
    height: 31px !important;
    border: 0 !important;
    float: left !important;
    padding-left: 8px !important;
    background-color: transparent !important;
  }
  .home-header .header-top-form-sbm {
    outline: none;
    width: 20%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 81%;
    float: left;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/home/search.png) center center no-repeat;
  }
  .home-header .search-box:hover .header-top-search-box {
    display: block;
  }
  .home-header .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .navbar-text {
    font-size: 16px;
    display: none;
  }
  .home-header .nav.navbar-nav > li {
    font-size: 15px;
  }
  .home-header .nav.navbar-nav > li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .home-header .navbar-text {
    font-size: 14px;
    display: none;
  }
  .home-header .nav.navbar-nav > li {
    font-size: 14px;
  }
  .home-header .nav.navbar-nav > li a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .home-header .header-top-search-box {
    right: -1px;
  }
}
@media (max-width: 767px) {
  .home-header .container {
    width: 100%;
  }
  .home-header .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
  }
  .home-header .dropdown-menu.multi-dropdown {
    left: 0 !important;
  }
  .home-header .mobile-navbtn {
    width: 40px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../images/home/jia.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.open {
    background: url(../images/home/jian.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb {
    background: url(../images/home/jia-b.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb.open {
    background: url(../images/home/jian-b.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .navbar {
    display: block;
    height: 60px;
  }
  .home-header .nav.navbar-nav > li a {
    padding-bottom: 0;
  }
  .home-header .navbar-brand {
    display: flex;
    align-items: center;
    width: 120px;
    height: 60px;
    margin: 0 0 0 15px !important;
  }
  .home-header .navbar-brand img {
    width: 100%;
  }
  .home-header .navbar-text {
    display: inline-block;
    font-size: 15px;
    margin: 12px 0 0 15px;
  }
  .home-header .navbar-toggle {
    margin: 12px 15px 0 0;
  }
  .home-header .navbar-collapse {
    background: #101114;
  }
  .home-header .nav > li > a {
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
  }
  .home-header .nav > li > a:visited {
    color: #fff;
  }
  .home-header .nav.navbar-nav {
    padding: 15px 0;
    margin: 0;
  }
  .home-header .dropdown-menu em i {
    color: #101114;
  }
  .home-header .dropdown-menu.multi {
    position: static;
  }
  .home-header .dropdown-menu > li > a {
    position: relative;
  }
  .home-header .header-top-search-bigbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 37px;
    height: 28px;
  }
  .home-header .header-top-search-box {
    position: relative;
    z-index: 999;
    margin-top: 10px;
  }
  .home-header .header-top-form {
    border: 1px solid #d9d9d9;
    display: flex;
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .home-header .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    flex: 1;
    height: 31px !important;
    border: 0 !important;
    padding: 0 50px 0 8px !important;
    background-color: transparent !important;
  }
  .home-header .header-top-form-sbm {
    outline: none;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/home/search.png) center center no-repeat;
  }
  .home-header .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .home-header .search-box .search-btn {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 449.98px) {
  .home-header .navbar-text {
    display: none;
  }
}
.home-content-index .home-banner .swiper-container {
  position: relative;
  width: 100%;
}
.home-content-index .home-banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.home-content-index .home-banner .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.home-content-index .home-banner .swiper-container .swiper-pagination {
  bottom: 20px;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-banner .swiper-container .swiper-pagination {
    bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-banner .swiper-container .swiper-pagination {
    bottom: 0;
  }
}
.home-content-index .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background-color: #999;
  border-radius: 50%;
}
.home-content-index .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1172b9;
}
.home-content-index .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  border: 1px solid #1172b9;
  border-radius: 50%;
}
.home-content-index .section .section-title-box .title {
  position: relative;
  font-family: Raleway-Bold;
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
@media (max-width: 991.98px) {
  .home-content-index .section .section-title-box .title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .section .section-title-box .title {
    font-size: 20px;
    line-height: 20px;
  }
}
.home-content-index .section .section-title-box .title a {
  color: #333;
}
.home-content-index .section .section-title-box .title a:hover {
  color: #1172b9;
}
.home-content-index .section .section-title-box .title span {
  display: block;
}
.home-content-index .section .section-title-box .title b {
  color: #1172b9;
}
.home-content-index .section .section-title-box .title-desc {
  font-family: Raleway-Medium;
  font-size: 16px;
  color: #333333;
}
.home-content-index .section .section-title-box .title-icon {
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  background-color: #333333;
}
.home-content-index .home-recommend {
  padding-top: 106px;
  padding-bottom: 50px;
  background: url(../images/home/recommend_bg.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-recommend {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-recommend {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.home-content-index .home-recommend .recommend_l {
  float: left;
  width: 400px;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-recommend .recommend_l {
    width: 38%;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-recommend .recommend_l {
    width: 100%;
  }
}
.home-content-index .home-recommend .recommend_l .section-title-box {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .home-content-index .home-recommend .recommend_l .section-title-box {
    padding-top: 10px;
  }
}
.home-content-index .home-recommend .recommend_l .section-title-box .title-bg {
  width: 122px;
  height: 93px;
  position: absolute;
  left: -30px;
  top: 0;
}
.home-content-index .home-recommend .recommend_l .section-title-box .title-bg img {
  width: 100%;
}
.home-content-index .home-recommend .recommend_l .section-title-box .title {
  display: inline-block;
}
.home-content-index .home-recommend .recommend_l .section-title-box .title > a {
  position: relative;
  display: block;
  z-index: 2;
}
.home-content-index .home-recommend .recommend_l .section-title-box .title:before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-color: #3dae50;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 1;
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-t {
  display: block;
  font-family: Raleway-SemiBold;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  margin: 36px 0 12px;
}
@media (max-width: 767.98px) {
  .home-content-index .home-recommend .recommend_l .recommend-content .content-t {
    margin: 10px 0;
  }
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-d {
  font-family: OpenSans;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-list {
  margin: 23px 0 29px;
}
@media (max-width: 767.98px) {
  .home-content-index .home-recommend .recommend_l .recommend-content .content-list {
    margin: 10px 0;
    text-align: center;
  }
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-list > li {
  display: inline-block;
  margin-right: 37px;
}
@media (max-width: 991.98px) {
  .home-content-index .home-recommend .recommend_l .recommend-content .content-list > li {
    margin-right: 20px;
  }
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-list > li > div {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 8px;
  border: solid 1px #999999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-list > li > span {
  font-family: OpenSans;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-link {
  position: relative;
  display: block;
  width: 140px;
  height: 40px;
  background-color: #1172b9;
  font-family: Raleway-SemiBold;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 16px 22px -6px rgba(17, 114, 185, 0.6);
}
@media (max-width: 767px) {
  .home-content-index .home-recommend .recommend_l .recommend-content .content-link {
    margin: 0 auto;
  }
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-link i {
  padding-left: 10px;
  font-family: "宋体";
  font-style: normal;
  font-weight: bold;
}
.home-content-index .home-recommend .recommend_l .recommend-content .content-link:hover {
  background-color: #323449;
}
.home-content-index .home-recommend .recommend_r {
  float: right;
  position: relative;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-recommend .recommend_r {
    width: 58%;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-recommend .recommend_r {
    width: 100%;
    margin-top: 10px;
  }
}
.home-content-index .home-recommend .recommend_r > img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .home-content-index .home-recommend .recommend_r > img {
    max-width: 90%;
  }
}
@media (max-width: 399.98px) {
  .home-content-index .home-recommend .recommend_r > img {
    max-width: 84%;
  }
}
.home-content-index .home-recommend .recommend_r .r-box {
  position: absolute;
  right: 0;
  top: 0;
  font-family: OpenSans;
  text-align: right;
}
.home-content-index .home-recommend .recommend_r .r-box > span:nth-child(1) {
  font-size: 12px;
  color: #666666;
}
.home-content-index .home-recommend .recommend_r .r-box > span:nth-child(2) {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333;
}
.home-content-index .home-recommend .recommend_r .r-box a {
  font-weight: bold;
  font-size: 20px;
  color: #1172b9;
}
.home-content-index .home-product {
  margin-top: 22px;
  padding-bottom: 66px;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-product {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-product {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.home-content-index .home-product .product-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-content-index .home-product .product-t .menu-box {
  overflow: hidden;
}
.home-content-index .home-product .product-t .menu-box > li {
  float: left;
  position: relative;
  margin-left: 2px;
}
.home-content-index .home-product .product-t .menu-box > li:not(:last-child) {
  margin-right: 2px;
}
.home-content-index .home-product .product-t .menu-box > li:not(:last-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -7px;
  background-color: #cccccc;
}
.home-content-index .home-product .product-t .menu-box > li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .home-content-index .home-product .product-t .menu-box > li a {
    font-size: 12px;
    padding: 0 8px;
  }
}
.home-content-index .home-product .product-t .menu-box > li a:hover,
.home-content-index .home-product .product-t .menu-box > li a.active {
  color: #fff;
  background-color: #1172b9;
}
@media (max-width: 767px) {
  .home-content-index .home-product .product-t {
    display: block;
  }
  .home-content-index .home-product .product-t .menu-box {
    padding: 20px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .home-content-index .home-product .product-t .menu-box > li {
    float: none;
    display: inline-block;
  }
}
.home-content-index .home-product .product-b {
  margin-top: 24px;
  background: url(../images/home/product_bg.png) center no-repeat;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-product .product-b {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-product .product-b {
    margin-top: 10px;
  }
}
.home-content-index .home-product .product-b .container-p {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .home-content-index .home-product .product-b .container-p {
    padding: 0 15px;
  }
}
.home-content-index .home-product .product-b .container-p .swiper-container {
  padding-bottom: 45px;
	
}

@media (max-width: 1199.98px) {
#js_swiper_product_home .swiper-wrapper > div {
	width: 100%!important;
	
}
}
@media (max-width: 767.98px) {
#js_swiper_product_home .swiper-wrapper > div {
	width: 100%!important;
	
	}
}

@media (max-width: 991.98px) {
#js_swiper_product_home .swiper-wrapper > div {
	width: 100%!important;
	
	}
}
@media (max-width: 1199.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container > div.swiper-wrapper > div {
    width: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container > div.swiper-wrapper > div {
    width: 0px!important;
  }
}

@media (max-width: 767.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container > div.swiper-wrapper > div {
    width: 0px !important;
  }
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide {
  /*padding: 10px;*/
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  padding: 50px 20px 10px;
  border: 1px solid #fff;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a {
    /*padding: 20px 20px 10px;*/
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a {
    /*padding: 20px 0 10px;*/
  }
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-cover img {
  /*max-width: 100%;*/
  max-height: 100%;
}
@media (max-width: 1199.98px) {

.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-cover	{
  width: 100%;
  /*height: 270px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

}

@media (max-width: 767.98px) {

.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-cover	{
  width: 100%;
  /*height: 270px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

}


@media (max-width: 1199.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
    /*height: 200px;*/
  }
}
@media (max-width: 991.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
    /*height: 150px;*/
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
    /*height: 120px;*/
  }
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-cover img {
    max-width: 160%;
    max-height: 160%;
  }
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-info {
  text-align: center;
  height: 60px;
  margin: 8px auto 0;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-info {
    height: 20px;
  }
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-info h6 {
  font-family: Raleway-Medium;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-info h6 {
    font-size: 14px;
  }
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-info p {
  font-family: OpenSans;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  transition: all 0.3s;
  height: 0;
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-lt {
  position: absolute;
  left: 20px;
  top: 26px;
}
@media (max-width: 1249.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-lt {
    top: 15px;
  }
}
@media (max-width: 1199.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-lt {
    left: 15px;
    top: 15px;
  }
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-lt h6 {
  font-family: Raleway-Medium;
  font-size: 16px;
  line-height: 20px;
  height: 0;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  transition: all 0.3s;
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a .item-lt span {
  display: block;
  overflow: hidden;
  font-family: OpenSans;
  font-size: 14px;
  line-height: 20px;
  height: 0;
  color: #999999;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a:hover {
    background-color: #f7f8fa;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    border: solid 1px #e5e5e5;
  }
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a:hover .item-info h6 {
    height: 0;
  }
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a:hover .item-info p {
    height: 60px;
  }
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a:hover .item-lt h6 {
    height: 20px;
  }
  .home-content-index .home-product .product-b .container-p .swiper-container .swiper-wrapper .swiper-slide a:hover .item-lt span {
    height: 20px;
  }
}
.home-content-index .home-product .product-b .container-p .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.home-content-index .home-product .product-b .container-p .swiper-nav {
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "宋体";
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  background-color: #1172b9;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.home-content-index .home-product .product-b .container-p .swiper-nav.nav-prev {
  left: 0;
}
.home-content-index .home-product .product-b .container-p .swiper-nav.nav-next {
  right: 0;
}
.home-content-index .home-product .product-b .container-p .swiper-nav:hover {
  background-color: #333;
}

.home-content-index .home-advantage .bg_box .left_box > img {
  max-width: 100%;
  /*margin-left: 10%;*/
  height: 85.6%;
}
@media (max-width: 767.98px) {
  .home-content-index .home-product .product-b .container-p .swiper-nav {
    display: none;
  }
}

@media (max-width: 1343.98px) {
.home-content-index .home-advantage .bg_box .left_box > img{
	
	width: 100%;
    height: 83.5%;
}
}
@media (max-width: 1200px) {
.home-content-index .home-advantage .bg_box .left_box > img{
	
	width: 100%;
    height: 86%;
}
}



.home-content-index .home-advantage .bg_box {
  display: flex;
}
.home-content-index .home-advantage .bg_box .left_box {
  flex: 0 0 50%;
  min-width: 50%;
}



.home-content-index .home-advantage .bg_box .left_box .left_content {
  display: flex;
  justify-content: space-between;
}
.home-content-index .home-advantage .bg_box .left_box .left_content .section-title-box {
  flex: 0 0 598.5px;
  min-width: 598.5px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.home-content-index .home-advantage .bg_box .left_box .left_content .section-title-box .title-desc {
  display: block;
  margin: 5px 0;
}
@media (max-width: 991.98px) {
  .home-content-index .home-advantage .bg_box .left_box .left_content .section-title-box {
    padding-left: 15px;
  }
}
.home-content-index .home-advantage .bg_box .right_box {
    flex: 0 0 50%;
    background-color: #f4f4f4;
    /* height: 90%; */
    padding-top: 4.5%;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content {
  margin-left: -150px;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul {
  margin-bottom: 0;
  /*margin-top: 10%;*/
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li {
  width: 90%;
  /*padding: 20px 0;*/
  transition: 0.3s;
  margin-bottom: 0;
  border-right: 50px solid transparent;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover {
  background-color: #1172b9;
  border-right: 38px solid #FFFFFF;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover .icon-s {
  display: none;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover .icon-h {
  display: block!important;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box {
  background-color: #FFFFFF;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box h4 {
  color: #1172b9;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover .adv_item .adv_detail h4 {
  color: #FFFFFF;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover .adv_item .adv_detail p {
  color: #FFFFFF;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover .adv_item .adv_detail p span {
  color: #FFFFFF;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item {
  display: flex;
  align-items: center;
  max-width: 742.5px;
  padding-left: 95px;
  box-sizing: inherit;
  padding-top: 20px;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box {
  flex: 0 0 110px;
  min-width: 110px;
  height: 110px;
  transition: 0.3s;
  position: relative;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box:after {
  position: absolute;
  content: "";
  background-image: url("../images/home/after.png");
  width: 161px;
  height: 162px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 9px;
  left: -56px;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background-color: #1172b9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 85%;
  width: 85%;
  transition: 0.3s;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box .icon-h {
  display: none;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box .icon_box {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box h4 {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 5px;
  transition: 0.3s;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail {
  padding-left: 24px;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail h4 {
  font-family: Impact;
  font-size: 45px;
  margin-bottom: 2px;
  color: #1172b9;
  transition: 0.3s;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail h4 span {
  padding-left: 5px;
  font-family: Raleway-Medium;
  font-size: 14px;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail p {
  font-family: Raleway-Medium;
  font-size: 16px;
  margin-bottom: 0;
  transition: 0.3s;
}
.home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail p span {
  color: #1172b9;
  transition: 0.3s;
}
@media (max-width: 1490px) {
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li {
    /*padding: 20px 0;*/
  }
}
@media (max-width: 1199px) {
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li {
    padding: 13px 0;
  }
}
@media (max-width: 992px) {
  .home-content-index .home-advantage {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .home-content-index .home-advantage .bg_box {
    flex-direction: column;
    width: 750px;
    margin: auto;
  }
  .home-content-index .home-advantage .bg_box .left_box .left_content .section-title-box {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content {
    margin-left: 0;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
	
	.home-content-index .home-advantage .bg_box .left_box > img{
		max-width: 100%;
		margin-left: 0px;
	}
  .home-content-index .home-advantage .bg_box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item {
    width: 100%;
  }
  .home-content-index .home-advantage .bg_box .left_box .left_content .section_title h4 {
    font-size: 24px;
  }
  .home-content-index .home-advantage .bg_box .left_box .left_content .section_title p {
    font-size: 12px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box h4 {
    font-size: 12px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box {
    flex: 0 0 98px;
    min-width: 98px;
    height: 98px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box:after {
    width: 80px;
    height: 100px;
    top: 35px;
    left: -30px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li {
    border: none;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li:hover {
    border: none;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item {
    padding-left: 10px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail {
    padding-left: 15px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail h4 {
    font-size: 18px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail p {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item {
    flex-direction: column;
    padding-right: 10px;
  }
  .home-content-index .home-advantage .bg_box .right_box > .right_content > ul > li .adv_item .logo_box {
    margin-bottom: 5px;
  }
}
.home-content-index .home-about {
  padding: 89px 0 133px;
  background: url(../images/home/about_bg.png) left top no-repeat;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-about {
    padding: 20px 0 20px;
  }
}
.home-content-index .home-about .about-t .about-l {
  float: left;
  width: 500px;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-about .about-t .about-l {
    width: 38%;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-about .about-t .about-l {
    width: 100%;
  }
}
.home-content-index .home-about .about-t .about-l .section-title-box {
  position: relative;
}
.home-content-index .home-about .about-t .about-l .about-content .content-t {
  display: block;
  font-family: Raleway-Bold;
  font-size: 20px;
  line-height: 24px;
  color: #1172b9;
  margin: 27px 0 13px;
}
@media (max-width: 767.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-t {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
  }
}
.home-content-index .home-about .about-t .about-l .about-content .content-d {
  font-family: OpenSans;
  font-size: 14px;
  line-height: 22px;
  color: #222;
}
.home-content-index .home-about .about-t .about-l .about-content .content-d span {
  display: block;
}
@media (max-width: 767.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-d {
    line-height: 18px;
  }
}
.home-content-index .home-about .about-t .about-l .about-content .content-list {
  margin: 29px 0 23px;
}
@media (max-width: 991.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-list {
    margin: 20px 0 20px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-list {
    margin: 10px 0 10px;
  }
}
.home-content-index .home-about .about-t .about-l .about-content .content-list > li {
  display: inline-block;
  max-width: 75px;
  vertical-align: top;
  margin-right: 45px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-list > li {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-list > li {
    width: 75px;
    margin: 0 20px 10px;
  }
}
@media (max-width: 374.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-list > li {
    margin: 0 10px 10px;
  }
}
.home-content-index .home-about .about-t .about-l .about-content .content-list > li > div {
  width: 51px;
  height: 51px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-content-index .home-about .about-t .about-l .about-content .content-list > li > div > img {
  width: 100%;
}
.home-content-index .home-about .about-t .about-l .about-content .content-list > li > div .icon-h {
  display: none;
}
@media (max-width: 991.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-list > li > div {
    width: 40px;
    height: 40px;
  }
}
.home-content-index .home-about .about-t .about-l .about-content .content-list > li > span {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-family: OpenSans;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
.home-content-index .home-about .about-t .about-l .about-content .content-list > li:hover > div .icon-n {
  display: none;
}
.home-content-index .home-about .about-t .about-l .about-content .content-list > li:hover > div .icon-h {
  display: inline;
}
.home-content-index .home-about .about-t .about-l .about-content .content-list > li:hover > span {
  color: #1172b9;
}
.home-content-index .home-about .about-t .about-l .about-content .content-link {
  position: relative;
  display: block;
  width: 140px;
  height: 40px;
  background-color: #1172b9;
  font-family: Raleway-SemiBold;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 16px 22px -6px rgba(17, 114, 185, 0.6);
}
@media (max-width: 991.98px) {
  .home-content-index .home-about .about-t .about-l .about-content .content-link {
    margin: 0 auto;
  }
}
.home-content-index .home-about .about-t .about-l .about-content .content-link i {
  padding-left: 10px;
  font-family: "宋体";
  font-style: normal;
  font-weight: bold;
}
.home-content-index .home-about .about-t .about-l .about-content .content-link:hover {
  background-color: #323449;
}
.home-content-index .home-about .about-t .about-r {
  float: right;
  position: relative;
  width: 635px;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-about .about-t .about-r {
    width: 58%;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-about .about-t .about-r {
    width: 100%;
    margin-top: 10px;
  }
}
.home-content-index .home-about .about-t .about-r .video-box-b {
  width: 609px;
  height: 400px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.home-content-index .home-about .about-t .about-r .video-box-b img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-about .about-t .about-r .video-box-b {
    display: none;
  }
}
.home-content-index .home-about .about-t .about-r .video-box {
  position: relative;
  z-index: 2;
  width: 600px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
.home-content-index .home-about .about-t .about-r .video-box .video-cv {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-about .about-t .about-r .video-box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-about .about-t .about-r .video-box {
    height: 290px;
  }
}
@media (max-width: 499.98px) {
  .home-content-index .home-about .about-t .about-r .video-box {
    height: 235px;
  }
}
@media (max-width: 399.98px) {
  .home-content-index .home-about .about-t .about-r .video-box {
    height: 190px;
  }
}
@media (max-width: 374.98px) {
  .home-content-index .home-about .about-t .about-r .video-box {
    height: 155px;
  }
}
.home-content-index .home-about .about-t .about-r .video-box .video-btn-box {
  position: absolute;
  width: 52px;
  height: 52px;
  left: 50%;
  top: 50%;
  margin-top: -26px;
  margin-left: -26px;
}
.home-content-index .home-about .about-t .about-r .video-box .video-btn-box img {
  max-width: 100%;
}
.home-content-index .home-about .about-t .about-r .video-box .video-btn-box .icon-h {
  display: none;
}
.home-content-index .home-about .about-t .about-r .video-box:hover .video-btn-box .icon-h {
  display: inline;
}
.home-content-index .home-about .about-t .about-r .video-box:hover .video-btn-box .icon-n {
  display: none;
}
.home-content-index .home-about .about-b {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  margin: 56px auto 0;
}
@media (max-width: 1199.98px) {
  .home-content-index .home-about .about-b {
    margin: 30px auto 0;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-about .about-b {
    margin: 10px auto 0;
  }
}
.home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
}
.home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-cover img {
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1249.98px) {
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
    height: 210px;
  }
}
@media (max-width: 1199.98px) {
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
    height: 160px;
  }
}
@media (max-width: 991.98px) {
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
    height: 120px;
  }
}
@media (max-width: 499.98px) {
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-cover img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 424.98px) {
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-cover {
    height: 100px;
  }
}
.home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-t {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-t h6 {
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #333;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 991.98px) {
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-t h6 {
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 399.98px) {
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a .item-t h6 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a:hover .item-cover img {
    transform: scale(1.1);
  }
  .home-content-index .home-about .about-b .swiper-container .swiper-wrapper .swiper-slide a:hover .item-t h6 {
    color: #1172b9;
  }
}
.home-content-index .home-about .about-b .swiper-nav {
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "宋体";
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  background-color: #333;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  z-index: 20;
}
.home-content-index .home-about .about-b .swiper-nav.nav-prev {
  left: 0;
}
.home-content-index .home-about .about-b .swiper-nav.nav-next {
  right: 0;
}
.home-content-index .home-about .about-b .swiper-nav:hover {
  background-color: #1172b9;
}
.home-content-index .home-application {
  padding: 86px 0 130px;
  background: url(../images/home/app_bg2.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .home-content-index .home-application {
    padding: 20px 0;
  }
}
.home-content-index .home-application .app-content-box {
  max-width: 680px;
}
.home-content-index .home-application .app-content-box .section-title-box .title a {
  color: #fff;
}
.home-content-index .home-application .app-content-box .section-title-box .title-desc {
  display: block;
  margin: 5px 0;
  color: #fff;
}
.home-content-index .home-application .app-content-box .section-title-box .title-icon {
  background-color: #fff;
}
.home-content-index .home-application .app-content-box .app-content .content-d {
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-d {
    margin: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-list {
    text-align: center;
  }
}
.home-content-index .home-application .app-content-box .app-content .content-list > li {
  display: inline-block;
  width: 170px;
  height: 108px;
  margin-right: 32px;
  margin-bottom: 25px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-list > li {
    margin: 0 10px 10px;
  }
}
@media (max-width: 499.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-list > li {
    width: 160px;
    height: 90px;
  }
}
@media (max-width: 424.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-list > li {
    width: 150px;
    height: 80px;
    margin: 0 6px 10px;
  }
}
@media (max-width: 374.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-list > li {
    width: 130px;
  }
}
.home-content-index .home-application .app-content-box .app-content .content-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 15px;
  border: solid 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
}
@media (max-width: 499.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-list > li a {
    padding: 5px;
  }
}
.home-content-index .home-application .app-content-box .app-content .content-list > li a .item-t {
  text-align: right;
  height: 33px;
}
.home-content-index .home-application .app-content-box .app-content .content-list > li a .item-b {
  margin-top: 10px;
  color: #fff;
  text-align: left;
}
.home-content-index .home-application .app-content-box .app-content .content-list > li a .item-b span:first-child {
  display: block;
  font-size: 16px;
}
.home-content-index .home-application .app-content-box .app-content .content-list > li a .item-b span:last-child {
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 499.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-list > li a .item-b {
    margin-top: 0;
  }
}
@media (max-width: 374.98px) {
  .home-content-index .home-application .app-content-box .app-content .content-list > li a .item-b span:first-child {
    font-size: 14px;
  }
  .home-content-index .home-application .app-content-box .app-content .content-list > li a .item-b span:last-child {
    font-size: 12px;
  }
}
.home-content-index .home-application .app-content-box .app-content .content-list > li a:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(-45deg, #686d81 0%, #8a8ca1 100%);
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.home-content-index .home-case {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .home-content-index .home-case {
    padding: 50px 0;
  }
}
.home-content-index .home-case .case-head {
  border-bottom: 1px solid #e6e6e6;
}
.home-content-index .home-case .case-head .case-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-content-index .home-case .case-head .case-t .navigation-box .prev-btn,
.home-content-index .home-case .case-head .case-t .navigation-box .next-btn {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  border: solid 1px #999999;
  background-repeat: no-repeat;
  background-size: 26px 8px;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.home-content-index .home-case .case-head .case-t .navigation-box .prev-btn {
  margin-right: 5px;
  background-image: url(../images/home/case_arrow_l.png);
}
.home-content-index .home-case .case-head .case-t .navigation-box .prev-btn:hover,
.home-content-index .home-case .case-head .case-t .navigation-box .prev-btn.active {
  background-image: url(../images/home/case_arrow_lt.png);
}
.home-content-index .home-case .case-head .case-t .navigation-box .next-btn {
  background-image: url(../images/home/case_arrow_r.png);
}
.home-content-index .home-case .case-head .case-t .navigation-box .next-btn:hover,
.home-content-index .home-case .case-head .case-t .navigation-box .next-btn.active {
  background-image: url(../images/home/case_arrow_rt.png);
}
.home-content-index .home-case .case-head .case-t .navigation-box .active,
.home-content-index .home-case .case-head .case-t .navigation-box .prev-btn:hover,
.home-content-index .home-case .case-head .case-t .navigation-box .next-btn:hover {
  border-color: #1172b9;
  background-color: #1172b9;
}
@media (max-width: 767px) {
  .home-content-index .home-case .case-head .case-t {
    display: block;
  }
  .home-content-index .home-case .case-head .case-t .navigation-box {
    padding: 20px 0;
  }
}
.home-content-index .home-case .case-b {
  margin-top: 16px;
  background: url(../images/home/case-bg.png) top center no-repeat;
  background-size: auto;
}
.home-content-index .home-case .case-b .case-tips {
  width: 100%;
  max-width: 804px;
  font-family: OpenSans;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
}
.home-content-index .home-case .case-b .case-wrapper {
  padding: 0 20px;
  margin-top: 130px;
}
.home-content-index .home-case .case-b .case-wrapper .case-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.home-content-index .home-case .case-b .case-wrapper .case-item::before {
  content: '';
  display: block;
  padding-top: 64.51%;
}
.home-content-index .home-case .case-b .case-wrapper .case-item .case-img {
  position: absolute;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.8s;
}
.home-content-index .home-case .case-b .case-wrapper .case-item .text-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.home-content-index .home-case .case-b .case-wrapper .case-item .text-hidden .text-c {
  width: 100%;
  font-family: OpenSans;
  color: #ffffff;
  padding: 0 14%;
}
.home-content-index .home-case .case-b .case-wrapper .case-item .text-hidden .text-c .tit {
  font-size: 16px;
  line-height: 20px;
}
.home-content-index .home-case .case-b .case-wrapper .case-item .text-hidden .text-c .txt {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 60px;
}
.home-content-index .home-case .case-b .case-wrapper .case-item .text-hidden .text-c .more-btn {
  margin-top: 18px;
  width: 120px;
  height: 36px;
  border: none;
  background-color: #1172b9;
  outline: none;
}
.home-content-index .home-case .case-b .case-wrapper .case-item .text-hidden .text-c .more-btn i {
  padding-left: 10px;
  font-family: "宋体";
  font-style: normal;
  font-weight: bold;
  vertical-align: middle;
}
.home-content-index .home-case .case-b .case-wrapper .case-item:hover .text-hidden {
  visibility: visible;
  opacity: 1;
}
.home-content-index .home-case .case-b .case-wrapper .case-item:hover .case-img {
  transform: scale(1.05);
}
.home-content-index .home-case .case-b .case-wrapper .swiper-pagination {
  position: relative;
  padding-top: 30px;
}
.home-content-index .home-case .case-b .case-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #999999;
  opacity: 1;
  margin: 0 5px;
}
.home-content-index .home-case .case-b .case-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1172b9;
}
@media (max-width: 991px) {
  .home-content-index .home-case .case-b .case-wrapper {
    margin-top: 30px;
  }
}
.home-content-index .home-news {
  padding-bottom: 50px;
}
.home-content-index .home-news .news-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-content-index .home-news .news-t .menu-box {
  overflow: hidden;
}
.home-content-index .home-news .news-t .menu-box > li {
  float: left;
  position: relative;
  margin-left: 2px;
}
.home-content-index .home-news .news-t .menu-box > li:not(:last-child) {
  margin-right: 2px;
}
.home-content-index .home-news .news-t .menu-box > li:not(:last-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -7px;
  background-color: #cccccc;
}
.home-content-index .home-news .news-t .menu-box > li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding: 0 20px;
}
.home-content-index .home-news .news-t .menu-box > li a:hover,
.home-content-index .home-news .news-t .menu-box > li a.active {
  color: #fff;
  background-color: #1172b9;
}
@media (max-width: 767px) {
  .home-content-index .home-news .news-t {
    display: block;
  }
  .home-content-index .home-news .news-t .menu-box {
    padding: 20px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .home-content-index .home-news .news-t .menu-box > li {
    float: none;
    display: inline-block;
  }
}
.home-content-index .home-news .news-b {
  padding-top: 45px;
  display: flex;
}
@media (max-width: 767px) {
  .home-content-index .home-news .news-b {
    display: block;
    padding-top: 0;
  }
}
.home-content-index .home-news .news-b .news-box-l {
  position: relative;
  flex: 0 0 400px;
  height: 300px;
}
.home-content-index .home-news .news-b .news-box-l .news-img {
  max-width: 100%;
  max-height: 100%;
}
.home-content-index .home-news .news-b .news-box-l .bt-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #1172b9;
  font-size: 16px;
  color: #ffffff;
}
.home-content-index .home-news .news-b .news-box-l .bt-text > p {
  padding: 0 60px 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-content-index .home-news .news-b .news-box-l .bt-text .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #3dae50;
  font-family: "宋体";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 991px) {
  .home-content-index .home-news .news-b .news-box-l {
    flex: 0 0 300px;
    height: 225px;
  }
}
@media (max-width: 767px) {
  .home-content-index .home-news .news-b .news-box-l {
    flex: initial;
  }
  .home-content-index .home-news .news-b .news-box-l .news-img {
    width: 100%;
  }
}
.home-content-index .home-news .news-b .news-box-r {
  flex: 1;
  overflow: hidden;
  padding: 20px 0;
}
.home-content-index .home-news .news-b .news-box-r .swiper-slide:nth-of-type(n+3) {
  padding-top: 46px;
}
.home-content-index .home-news .news-b .news-box-r .news-item {
  position: relative;
  display: block;
  padding-left: 40px;
}
.home-content-index .home-news .news-b .news-box-r .news-item .news-title {
  font-family: Raleway-SemiBold;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.home-content-index .home-news .news-b .news-box-r .news-item .news-abstract {
  font-family: OpenSans;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-top: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 44px;
}
.home-content-index .home-news .news-b .news-box-r .news-item .pubdate {
  display: block;
  font-family: OpenSans;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-top: 10px;
}
.home-content-index .home-news .news-b .news-box-r .news-item .pubdate .bar {
  font-size: 12px;
  padding: 0 3px;
  color: #999999;
  font-style: normal;
  vertical-align: bottom;
}
.home-content-index .home-news .news-b .news-box-r .news-item:hover .news-title {
  color: #1172b9;
}
.home-content-index .home-news .news-b .news-box-r .swiper-pagination {
  position: relative;
  padding-top: 20px;
}
.home-content-index .home-news .news-b .news-box-r .swiper-pagination .swiper-pagination-bullet {
  background: #999999;
  opacity: 1;
  margin: 0 5px;
}
.home-content-index .home-news .news-b .news-box-r .swiper-pagination .swiper-pagination-bullet-active {
  background: #1172b9;
}
@media (min-width: 768px) {
  .home-content-index .home-news .news-b .news-box-r .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1199px) {
  .home-content-index .home-news .news-b .news-box-r .news-item {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .home-content-index .home-news .news-b .news-box-r {
    padding: 0;
  }
  .home-content-index .home-news .news-b .news-box-r .news-item {
    padding-left: 15px;
  }
  .home-content-index .home-news .news-b .news-box-r .swiper-slide:nth-of-type(n+3) {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-content-index .home-news .news-b .news-box-r {
    flex: initial;
    padding-top: 20px;
  }
  .home-content-index .home-news .news-b .news-box-r .swiper-slide:nth-of-type(n+3) {
    padding-top: 0px;
  }
}
.home-content-index .home-contact {
  background-color: #657077;
}
.home-content-index .home-contact .white-space {
  position: relative;
  width: 74%;
  min-width: 1300px;
  height: 60px;
  margin: auto;
}
.home-content-index .home-contact .white-space::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: perspective(3em) rotateX(-5deg);
}
@media (max-width: 1439px) {
  .home-content-index .home-contact .white-space {
    min-width: 1200px;
  }
}
@media (max-width: 1299px) {
  .home-content-index .home-contact .white-space {
    display: none;
  }
}
.home-content-index .home-contact .contact-list {
  padding: 35px 0;
  text-align: center;
}
.home-content-index .home-contact .contact-list .contact-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 50px 0 60px;
}
.home-content-index .home-contact .contact-list .contact-item + .contact-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  opacity: 0.2;
}
.home-content-index .home-contact .contact-list .contact-item .item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #ffffff;
}
.home-content-index .home-contact .contact-list .contact-item .item-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 15px;
  color: #ffffff;
  font-family: OpenSans-Bold;
}
.home-content-index .home-contact .contact-list .contact-item .item-content .tit {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}
.home-content-index .home-contact .contact-list .contact-item .item-content .txt {
  font-size: 14px;
  line-height: 22px;
  max-width: 326px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
@media (max-width: 1199px) {
  .home-content-index .home-contact .contact-list .contact-item {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 992px) {
  .home-content-index .home-contact .contact-list {
    text-align: left;
  }
  .home-content-index .home-contact .contact-list .contact-item {
    display: flex;
    padding: 0;
    margin-top: 10px;
  }
  .home-content-index .home-contact .contact-list .contact-item + .contact-item::before {
    display: none;
  }
  .home-content-index .home-contact .contact-list .contact-item .item-icon {
    flex: 0 0 50px;
  }
  .home-content-index .home-contact .contact-list .contact-item .item-content {
    flex: 1;
    overflow: hidden;
  }
}
.home-footer {
  background: url(../images/home/foot_bg.png) center no-repeat;
  background-size: cover;
}
.home-footer .foot-wrapper {
  padding: 60px 0 98px;
}
.home-footer .foot-wrapper .form-box {
  width: 500px;
  margin: auto;
  text-align: center;
}
.home-footer .foot-wrapper .form-box .logo-img {
  max-width: 100%;
  max-height: 100%;
}
.home-footer .foot-wrapper .form-box .ft-title {
  font-family: Raleway-Medium;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 30px;
}
.home-footer .foot-wrapper .form-box .contact-form {
  text-align: left;
  padding-top: 40px;
}
.home-footer .foot-wrapper .form-box .contact-form .c-input {
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 15px;
}
.home-footer .foot-wrapper .form-box .contact-form .c-input::-webkit-input-placeholder {
  color: #666666;
  font-size: 12px;
}
.home-footer .foot-wrapper .form-box .contact-form .c-input:-moz-placeholder {
  color: #666666;
  font-size: 12px;
}
.home-footer .foot-wrapper .form-box .contact-form .c-input::-moz-placeholder {
  color: #666666;
  font-size: 12px;
}
.home-footer .foot-wrapper .form-box .contact-form .c-input:-ms-input-placeholder {
  color: #666666;
  font-size: 12px;
}
.home-footer .foot-wrapper .form-box .contact-form .send-label {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 240px;
  margin-top: 10px;
  margin-left: 15px;
  vertical-align: middle;
}
.home-footer .foot-wrapper .form-box .contact-form .send-label .send-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/home/f_send.png) center no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.home-footer .foot-wrapper .form-box .contact-form .send-label .send-button:hover {
  background: url(../images/home/hvoer-good.png) center no-repeat;
}
.home-footer .foot-wrapper .form-box .contact-form .send-label #slider,
.home-footer .foot-wrapper .form-box .contact-form .send-label #slider2 {
  margin: 0;
  display: inline-block;
  width: 210px;
  height: 34px;
}
.home-footer .foot-wrapper .form-box .contact-form .send-label .label {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #1172b9;
  font-family: "宋体";
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
}
.home-footer .foot-wrapper .form-box .contact-form .send-label .labelTip {
  line-height: 34px;
}
@media (min-width: 768px) {
  .home-footer .foot-wrapper .form-box .contact-form .name,
  .home-footer .foot-wrapper .form-box .contact-form .email,
  .home-footer .foot-wrapper .form-box .contact-form .help {
    width: 240px;
  }
  .home-footer .foot-wrapper .form-box .contact-form .email {
    margin-left: 15px;
  }
  .home-footer .foot-wrapper .form-box .contact-form .help {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-footer .foot-wrapper .form-box .contact-form .send-label {
    display: block;
    margin: 30px auto 0;
  }
}
.home-footer .foot-wrapper .form-box .share-link {
  padding-top: 30px;
}
.home-footer .foot-wrapper .form-box .share-link .link-item {
  display: inline-block;
  width: 35px;
  height: 35px;
  box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0 5px;
}
.home-footer .foot-wrapper .form-box .share-link .link-item > img {
  width: 100%;
}
.home-footer .foot-wrapper .code-box {
  margin-top: 94px;
}
.home-footer .foot-wrapper .code-box .code-img {
  width: 150px;
  height: 150px;
}
.home-footer .foot-wrapper .code-box .ctxt {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 5px;
}
.home-footer .foot-wrapper .code-l {
  float: left;
  margin-left: 70px;
}
.home-footer .foot-wrapper .code-r {
  float: right;
  margin-right: 70px;
}
@media (max-width: 991px) {
  .home-footer .foot-wrapper .code-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-footer .foot-wrapper {
    padding: 50px 0;
  }
  .home-footer .foot-wrapper .form-box {
    width: 100%;
  }
  .home-footer .foot-wrapper .form-box .contact-form {
    padding-top: 20px;
  }
  .home-footer .foot-wrapper .form-box .contact-form .c-input {
    margin-top: 10px;
  }
}
.home-footer .copyright {
  position: relative;
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.home-footer .copyright .copyright-text {
  float: left;
  font-family: Raleway-Medium;
  font-size: 12px;
  line-height: 60px;
  color: #888888;
}
.home-footer .copyright .copyright-text > a {
  color: #888888;
  text-decoration: none;
  transition: all 0.3s;
}
.home-footer .copyright .copyright-text > a + a {
  padding-left: 15px;
}
.home-footer .copyright .copyright-text > a:hover {
  color: #ffffff;
}
.home-footer .copyright .dropdown {
  float: right;
  margin-top: 15px;
}
.home-footer .copyright .dropdown .btn {
  width: 150px;
  height: 30px;
  background-color: transparent;
  border: solid 1px #cccccc;
  border-radius: 0;
  color: #ffffff;
  text-align: left;
}
.home-footer .copyright .dropdown .btn > span {
  float: right;
}
.home-footer .copyright .dropdown .btn .arrow {
  padding-left: 10px;
  font-family: "宋体";
  font-style: normal;
  font-weight: bold;
}
.home-footer .copyright .dropdown .dropdown-menu {
  width: 100%;
  bottom: 110%;
  background: #000000;
  border-radius: 0;
  min-width: auto;
}
.home-footer .copyright .dropdown .dropdown-menu li a {
  color: #ffffff;
  outline: none;
  line-height: 2;
  background-color: #000;
}
@media (max-width: 991px) {
  .home-footer .copyright {
    height: auto;
    text-align: center;
    padding: 20px 0;
  }
  .home-footer .copyright .copyright-text {
    float: none;
    line-height: 24px;
  }
  .home-footer .copyright .dropdown {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .home-footer .copyright .copyright-text > span {
    display: none;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  background: #1172b9;
}

.box{
	height:auto;
	/*width:30%;*/
	/*margin-left: 15%;*/

}
#video-modal-about-home .modal-dialog {
  margin-top: 200px;
  z-index: 1060;
}
@media (max-width: 1199.98px) {
  #video-modal-about-home .modal-dialog {
    margin-top: 50px;
  }
}

.item-info{
	font-size: 16px;
	padding: 2px;
	width: 90%;
	text-align: center;
	text-transform:capitalize;
}
@media (max-width: 767.98px) {
  #video-modal-about-home .modal-dialog {
    margin-top: 10px;
  }
  .box{
	height:auto;
	width:100%;
	margin: 10px auto !important;

}
.item-info{
	font-size: 16px;
	padding: 2px;
	text-align: center;
	width: 100%!important;
	text-transform:capitalize;
}
.product-box-index{
	width: 90%;
}
}




.product-box-index{
	width: 500px;	
}

