
@font-face {
  font-family: 'iconfont';
  /* project id 875374 */
  src: url('../font/font_875374_qhau20zhco.eot');
  src: url('../font/font_875374_qhau20zhco.eot?#iefix') format('embedded-opentype'), url('../font/font_875374_qhau20zhco.woff') format('woff'), url('../font/font_875374_qhau20zhco.ttf') format('truetype'), url('../font/font_875374_qhau20zhco.svg#iconfont') format('svg');
}
.a{
	background:#333;
	width:45%;
	height:250px;
	margin:0 auto;
	color:#9fa0a0;
	text-align:center;
	font-size:14px;
}
.a ul{
	font-size:14px;
	text-align:center;
	padding-top:10px;
	width:100px;
	float:left;
	margin:0 auto;
	color:#9fa0a0;
}
.a ul li{
	list-style-type:none;
	font-size:14px;
	margin-top:5px;
	width:120px;
	text-align:center;
}
.lia{
	padding-top:15px;
	text-align:center;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.wrap {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.index-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 60px;
}
.index-header .index-header-bg {
  background: #fff;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all ease-in-out 0.5s;
}
.index-header .header-left {
  float: left;
}
.index-header .header-left .logo-small {
  display: none;
}
.index-header .header-left .logo-big {
  display: block;
}
@media (max-width: 767px) {
  .index-header .header-left {
    float: left;
  }
  .index-header .header-left .logo-small {
    display: block;
  }
  .index-header .header-left .logo-big {
    display: none;
  }
}
.index-header .nav {
  float: right;
  line-height: 130px;
  margin-right: 4px;
  cursor: pointer;
  font-family: 'Scheherazade', serif;
}
.index-header .nav p {
  font-size: 30px;
  color: #000;
}
.index-header .nav p i {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .index-header .nav {
    margin-right: 24px;
  }
  .index-header .nav p {
    font-size: 24px;
  }
}
.index-header.white .index-header-bg {
  height: 100%;
}
.index-header.white .logo-big {
  display: none;
}
.index-header.white .logo-small {
  display: block;
}
@media (max-width: 767px) {
  .index-header {
    padding: 20px;
  }
}
.index-top {
  position: relative;
}
.index-top .index-slide-box {
  /*position: fixed;
  left: 0;
  top: 0;
  right: 0;*/
  margin-top:72px;
  z-index: 0;
}

.index-top .index-slide-box .index-slide {
  position: relative;
}
.index-top .index-slide-box .index-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.index-top .index-slide-box .index-slide .swiper-pagination {
  bottom: 35px;
  left: 0;
  width: 100%;
}
.index-top .index-slide-box .index-slide .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: #fff;
  opacity: .5;
  border-radius: 6px;
}

@media (max-width: 767px) {
.index-top .index-slide-box .index-slide .swiper-pagination {
  bottom: 15px;
  left: 0;
  width: 100%;
}
.index-top .index-slide-box .index-slide .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-left: 8px;
  background: #fff;
  opacity: .5;
  border-radius: 6px;
}

}


.index-top .index-slide-box .index-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 38px;
  transition: width .5s;
}
.index-intro {
  padding-top: 50px;
  padding-bottom: 90px;
  margin-top: 0;
  background: #fff;
  position: relative;
  z-index: 10;
}
.index-intro .index-intro-text {
  float: left;
  width: 50%;
  padding-right: 10%;
  border-right: 1px solid #ececec;
  padding-top:6px;
}
.index-intro .index-intro-text .text-box h3 {
  font-size: 45px;
  line-height: 48px;
  margin: 0;
  padding: 0;
}
.index-intro .index-intro-text .text-box .text-show {
  margin-top: 50px;
}
.index-intro .index-intro-text .text-box .text-show p {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
}
.index-intro .index-intro-text .text-box .more {
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  margin-top: 50px;
}
.index-intro .index-intro-text .text-box .more a {
  color: #afafaf;
  position: relative;
  transition: all .5s;
  display: block;
}
.index-intro .index-intro-text .text-box .more a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 36px;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.index-intro .index-intro-text .text-box .more a:hover {
  color: #fff;
}
.index-intro .index-intro-text .text-box .more a:hover:before {
  top: 0;
}
.index-intro .index-intro-list {
  padding-top: 6px;
  width: 50%;
  float: right;
  padding-left: 10%;
}
.index-intro .index-intro-list .list-box {
  float: left;
  text-align: center;
}
.index-intro .index-intro-list .list-box .icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  /*border-radius: 50%;
  border: 1px solid #f6f6f6;*/
  line-height: 100px;
  text-align: center;
}
.index-intro .index-intro-list .list-box .icon-box i.icon-box-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-top: 0px;
  background-size: 100% auto !important;
}
.index-intro .index-intro-list .list-box .icon-box i.icon-box-icon.icon-box-icon-1 {
  background: url(../images/icon-1.png) center no-repeat;
}
.index-intro .index-intro-list .list-box .icon-box i.icon-box-icon.icon-box-icon-2 {
  background: url(../images/icon-2.png) center no-repeat;
}
.index-intro .index-intro-list .list-box .icon-box i.icon-box-icon.icon-box-icon-3 {
  background: url(../images/icon-3.png) center no-repeat;
}
.index-intro .index-intro-list .list-box .icon-box i.icon-box-icon.icon-box-icon-4 {
  background: url(../images/icon-4.png) center no-repeat;
}
.index-intro .index-intro-list .list-box .year {
  margin-top: 0px;
}
.index-intro .index-intro-list .list-box .year p {
  font-size: 35px;
  line-height: 42px;
  color: #b60005;
  font-family: 'Lato', sans-serif;
}
.index-intro .index-intro-list .list-box .year p i {
  font-style: normal;
}
.index-intro .index-intro-list .list-box .year p span {
  font-size: 13px;
  vertical-align: 15px;
  margin-left: 10px;
  color: #9fa0a0;
  display: inline-block;
}
.index-intro .index-intro-list .list-box .customer {
  margin-top: 0px;
}
.index-intro .index-intro-list .list-box .customer p {
  font-size: 35px;
  line-height: 42px;
  color: #b60005;
  font-family: 'Lato', sans-serif;
}
.index-intro .index-intro-list .list-box .customer p i {
  font-style: normal;
}
.index-intro .index-intro-list .list-box .customer p span {
  font-size: 13px;
  vertical-align: 15px;
  margin-left: 10px;
  color: #9fa0a0;
  display: inline-block;
}
.index-intro .index-intro-list .list-box .standard {
  margin-top: 0px;
}
.index-intro .index-intro-list .list-box .standard p {
  font-size: 35px;
  line-height: 42px;
  color: #b60005;
  font-family: 'Lato', sans-serif;
}
.index-intro .index-intro-list .list-box .standard p i {
  font-style: normal;
}
.index-intro .index-intro-list .list-box .standard p span {
  font-size: 13px;
  vertical-align: 15px;
  margin-left: 10px;
  color: #9fa0a0;
  display: inline-block;
}
.index-intro .index-intro-list .list-box .brand {
  margin-top: 0px;
}
.index-intro .index-intro-list .list-box .brand p {
  font-size: 35px;
  line-height: 42px;
  color: #b60005;
  font-family: 'Lato', sans-serif;
}
.index-intro .index-intro-list .list-box .brand p i {
  font-style: normal;
}
.index-intro .index-intro-list .list-box .brand p span {
  font-size: 13px;
  vertical-align: 15px;
  margin-left: 10px;
  color: #9fa0a0;
  display: inline-block;
}
.index-intro .index-intro-list .list-box .text {
  text-align: center;
  font-size: 14px;
  color: #222222;
}
@media (max-width: 767px) {
  .index-intro {
    padding-top: 20px;
    padding-bottom: 50px;
   /* margin-top: 400px;*/
  }
  .index-intro .index-intro-text {
    width: 100%;
    border-right: none;
    padding-right: 0;
	padding-top:0px;
  }
  .index-intro .index-intro-text .text-box h3 {
    font-size: 22px;
    text-align: center;
  }
  .index-intro .index-intro-text .text-box .text-show {
    margin-top: 15px;
  }
  .index-intro .index-intro-text .text-box .text-show p {
    font-size: 14px;
  }
  .index-intro .index-intro-text .text-box .more {
    margin: 0 auto;
    margin-top: 50px;
    width: 60px;
    margin-bottom: 50px;
    font-size: 14px;
  }
  .index-intro .index-intro-list {
    width: 100%;
    padding-left: 0;
  }
  .index-intro .index-intro-list .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .index-intro .index-intro-list .list-box {
    float: none;
  }
  .index-intro .index-intro-list .list-box .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .index-intro .index-intro-list .list-box .icon-box i.icon-box-icon {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
  .index-intro .index-intro-list .list-box .text {
    font-size: 12px;
  }
  .index-intro .index-intro-list .list-box .year {
    margin-top: 0;
  }
  .index-intro .index-intro-list .list-box .year p {
    font-size: 24px;
  }
  .index-intro .index-intro-list .list-box .year p span {
    vertical-align: 10px;
    font-size: 10px;
  }
  .index-intro .index-intro-list .list-box .customer {
    margin-top: 0;
  }
  .index-intro .index-intro-list .list-box .customer p {
    font-size: 24px;
  }
  .index-intro .index-intro-list .list-box .customer p span {
    vertical-align: 10px;
    font-size: 10px;
  }
  .index-intro .index-intro-list .list-box .standard {
    margin-top: 0;
  }
  .index-intro .index-intro-list .list-box .standard p {
    font-size: 24px;
  }
  .index-intro .index-intro-list .list-box .standard p span {
    vertical-align: 10px;
    font-size: 10px;
  }
  .index-intro .index-intro-list .list-box .brand {
    margin-top: 0;
  }
  .index-intro .index-intro-list .list-box .brand p {
    font-size: 24px;
  }
  .index-intro .index-intro-list .list-box .brand p span {
    vertical-align: 10px;
    font-size: 10px;
  }
}
.index-show {
  background-color: #efefef;
  position: relative;
  z-index: 10;
}
.index-show .show-top {
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 100px;
}
.index-show .show-top .show-top-left {
  float: left;
}
.index-show .show-top .show-top-left h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #222222;
}
.index-show .show-top .show-top-left h3 span {
  font-size: 14px;
  color: #9fa0a0;
  margin-left: 9px;
  font-weight: normal;
}
.index-show .show-top .show-nav {
  float: right;
  position: relative;
}
.index-show .show-top .show-nav ul li {
  float: left;
  margin-left: 32px;
  border-bottom: 2px solid #efefef;
  transition: all 0.5s;
  padding-left: 0;
}
.index-show .show-top .show-nav ul li a {
  font-size: 14px;
  color: #9fa0a0;
  transition: all 0.5s;
}
.index-show .show-top .show-nav ul li:hover a {
  color: #222;
}
.index-show .show-top .show-nav ul li.on a {
  color: #222;
}
.index-show .show-top .show-nav .line {
  width: 26px;
  height: 2px;
  background: #222222;
  position: absolute;
  left: 32px;
  bottom: 0;
  transition: all .5s;
}
.index-show .show-top .show-nav .line a {
  color: #222;
}
.index-show .show-main {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  margin-top: 40px;
}
.index-show .show-main .show-box {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  padding: 5px;
}
.index-show .show-main .show-box .img-box {
  overflow: hidden;
}
.index-show .show-main .show-box .img-box a {
  display: block;
}
.index-show .show-main .show-box .img-box img {
  width: 100%;
  transition: all 2s cubic-bezier(0, 0.7, 0, 1);
}
.index-show .show-main .show-box .text-box {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: all .5s;
}
.index-show .show-main .show-box .text-box .text-box-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
}
.index-show .show-main .show-box .text-box .text-box-wrap:before {
  content: '';
  width: 15px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.index-show .show-main .show-box .text-box .text-box-wrap .title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.index-show .show-main .show-box .text-box .text-box-wrap .description {
  font-size: 13px;
  color: #aaa;
  line-height: 24px;
  margin-top: 10px;
}
.index-show .show-main .show-box .text-box .text-box-wrap .more {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  transition: all .5s;
}
.index-show .show-main .show-box .text-box .text-box-wrap .more:hover {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.index-show .show-main .show-box .text-box .text-box-wrap .more i {
  color: #cacaca;
  position: relative;
  transition: all .5s;
  display: block;
  font-style: normal;
}
.index-show .show-main .show-box .text-box .text-box-wrap .more i:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 36px;
  transition: all .5s;
  background: #666;
  z-index: -1;
}
.index-show .show-main .show-box .text-box .text-box-wrap .more i:hover {
  color: #fff;
}
.index-show .show-main .show-box .text-box .text-box-wrap .more i:hover:before {
  top: 0;
}
.index-show .show-main .show-box:hover .text-box {
  opacity: 1;
}
@media (max-width: 767px) {
  .index-show .show-main .show-box .text-box .text-box-wrap .title {
    font-size: 18px;
  }
  .index-show .show-main .show-box .text-box .text-box-wrap .description {
    display: none;
  }
  
.index-show .show-top .show-top-left h3 {
  font-size: 20px;
  line-height: 20px;
}
  
  
}
.index-show .show-more {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}


.index-show .show-more .more {
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  margin:0 auto;
  margin-top: 50px;
}


.index-show .show-more .show-bot-button {
  margin-left: auto;
  margin-right: auto;
}
.index-show .show-more .show-bot-button.c-btn.c-btn-gradiate {
  width: 100%;
  height: 60px;
  position: relative;
}
.1index-show .1show-more .1show-bot-button.1c-btn.1c-btn-gradiate {
  width: 220px;
  height: 60px;
  position: relative;
}
.index-show .show-more .show-bot-button.c-btn.c-btn-gradiate a {
  color: #333;
}
.index-show .show-more .show-bot-button.c-btn.c-btn-gradiate:hover .c-btn-gradiate__text .c-btn-gradiate__line {
  background-color: #d5c386;
  animation: btnHover 0.25s forwards ease-in-out;
  right: 210px;
}
.index-show .show-more .show-bot-button.c-btn.c-btn-gradiate:hover .c-btn-gradiate__bg {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
  background: linear-gradient(90deg, rgba(3, 213, 205, 0), #d5c386 100%);
}
.index-show .show-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text {
  position: relative;
  filter: drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  display: block;
  text-align: center;
  z-index: 1;
  font-weight: 600;
  font-weight: 500;
  letter-spacing: 0.25em;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  transition: letter-spacing 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: letter-spacing 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-show .show-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text .c-btn-gradiate__line {
  height: 2px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #b5b5b5;
  width: 30px;
  right: -13px;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: btnHoverOut 0.25s forwards ease-in-out;
}
.index-show .show-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #b5b5b5, rgba(243, 8, 91, 0) 100%);
  left: -10px;
  bottom: -10px;
  transition-property: all;
  transition-duration: .85s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .index-show .show-more .show-bot-button.c-btn.c-btn-gradiate {
    width: 150px;
    height: 40px;
  }
  .index-show .show-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .index-show .show-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text img {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .index-show .show-top {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .index-show .show-top .show-nav {
    margin-top: 20px;
  }
  .index-show .show-top .show-nav ul li {
    margin-left: 0;
    margin-right: 10px;
  }
  .index-show .show-top .show-nav .line {
    display: none;
  }
  .index-show .show-main {
    margin-top: 20px;
  }
  .index-show .show-main .show-box .text-box .text-box-wrap .title {
    font-size: 14px;
  }
  .index-show .show-main .show-box .text-box .text-box-wrap .more {
    font-size: 12px;
  }
}
.case-show {
  background: #efefef;
  padding-top: 5px;
}
.case-show .show-main {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.case-show .show-main .show-box {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  padding: 5px;
}
.case-show .show-main .show-box .img-box {
  overflow: hidden;
}
.case-show .show-main .show-box .img-box a {
  display: block;
}
.case-show .show-main .show-box .img-box img {
  width: 100%;
  transition: all 2s cubic-bezier(0, 0.7, 0, 1);
}
.case-show .show-main .show-box .text-box {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: all .5s;
}
.case-show .show-main .show-box .text-box .text-box-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
}
.case-show .show-main .show-box .text-box .text-box-wrap:before {
  content: '';
  width: 15px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.case-show .show-main .show-box .text-box .text-box-wrap .title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.case-show .show-main .show-box .text-box .text-box-wrap .description {
  font-size: 13px;
  color: #aaa;
  line-height: 24px;
  margin-top: 10px;
}
.case-show .show-main .show-box .text-box .text-box-wrap .more {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  transition: all .5s;
}
.case-show .show-main .show-box .text-box .text-box-wrap .more:hover {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.case-show .show-main .show-box .text-box .text-box-wrap .more i {
  color: #cacaca;
  position: relative;
  transition: all .5s;
  display: block;
  font-style: normal;
}
.case-show .show-main .show-box .text-box .text-box-wrap .more i:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 36px;
  transition: all .5s;
  background: #666;
  z-index: -1;
}
.case-show .show-main .show-box .text-box .text-box-wrap .more i:hover {
  color: #fff;
}
.case-show .show-main .show-box .text-box .text-box-wrap .more i:hover:before {
  top: 0;
}
.case-show .show-main .show-box:hover .text-box {
  opacity: 1;
}
@media (max-width: 767px) {
  .case-show .show-main .show-box .text-box .text-box-wrap .title {
    font-size: 18px;
  }
  .case-show .show-main .show-box .text-box .text-box-wrap .description {
    display: none;
  }
}
.case-show .more-show {
  margin: 0px auto;
  margin-top: 70px;
  padding-bottom: 70px;
  width: 400px;
  text-align: center;
}
.case-show .more-show .show-bot-button {
  margin-left: auto;
  margin-right: auto;
}
.case-show .more-show .show-bot-button.c-btn.c-btn-gradiate {
  width: 220px;
  height: 60px;
  position: relative;
}
.case-show .more-show .show-bot-button.c-btn.c-btn-gradiate a {
  color: #333;
}
.case-show .more-show .show-bot-button.c-btn.c-btn-gradiate:hover .c-btn-gradiate__text .c-btn-gradiate__line {
  background-color: #d5c386;
  animation: btnHover 0.25s forwards ease-in-out;
  right: 210px;
}
.case-show .more-show .show-bot-button.c-btn.c-btn-gradiate:hover .c-btn-gradiate__bg {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
  background: linear-gradient(90deg, rgba(3, 213, 205, 0), #d5c386 100%);
}
.case-show .more-show .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text {
  position: relative;
  filter: drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  display: block;
  text-align: center;
  z-index: 1;
  font-weight: 600;
  font-weight: 500;
  letter-spacing: 0.25em;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  transition: letter-spacing 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: letter-spacing 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-show .more-show .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text .c-btn-gradiate__line {
  height: 2px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #b5b5b5;
  width: 30px;
  right: -13px;
  animation: btnHoverOut 0.25s forwards ease-in-out;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-show .more-show .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #b5b5b5, rgba(243, 8, 91, 0) 100%);
  left: -10px;
  bottom: -10px;
  transition-property: all;
  transition-duration: .85s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .case-show .more-show .show-bot-button.c-btn.c-btn-gradiate {
    width: 150px;
    height: 40px;
  }
  .case-show .more-show .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .case-show .more-show .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text img {
    height: 20px;
  }
}
.case-show .more-show p.true {
  margin-top: 80px;
  font-size: 20px;
  color: #9fa0a0;
  text-align: center;
}
.index-brand {
  background: #fff url(../images/index-brand.png) center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 130px;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
.index-brand .brand-top {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.index-brand .brand-top h3 {
  font-size: 38px;
  color: #222222;
  line-height: 38px;
  margin-bottom: 20px;
}
.index-brand .brand-top p {
  font-size: 16px;
  color: #9fa0a0;
}
.index-brand .brand-top .brand-show {
  margin-top: 80px;
  padding-bottom: 100px;
  display: flex;
}
.index-brand .brand-top .brand-show .brand-box {
  cursor: pointer;
  float: left;
  text-align: center;
  transition: all 0.5s;
  width: 122px;
}
.index-brand .brand-top .brand-show .brand-box .icon-box {
  background: url(../images/brand-box.png) center no-repeat;
  background-size: 100% auto;
  width: 122px;
  height: 122px;
  line-height: 122px;
  transition: all 0.5s;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-top: 25px;
  background-size: 100% auto !important;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-1 {
  background: url(../images/brand-1.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-2 {
  background: url(../images/brand-2.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-3 {
  background: url(../images/brand-3.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-4 {
  background: url(../images/brand-4.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-5 {
  background: url(../images/brand-5.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-6 {
  background: url(../images/brand-6.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-7 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-8 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-9 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-10 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-11 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box .icon-box i.icon-box-icon.icon-box-icon-12 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box p {
  font-size: 16px;
  color: #333333;
  margin-top: 17px;
  line-height: 16px;
  transition: all 0.5s;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box {
  background: url(../images/brand-box-alive.png) center no-repeat;
  background-size: 100% auto;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-1 {
  background: url(../images/brand-1-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-2 {
  background: url(../images/brand-2-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-3 {
  background: url(../images/brand-3-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-4 {
  background: url(../images/brand-4-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-5 {
  background: url(../images/brand-5-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-6 {
  background: url(../images/brand-6-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-7 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-8 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-9 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-10 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-11 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-12 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show .brand-box:hover p {
  color: #b60005;
}
.index-brand .brand-top .brand-show .brand-box-blank {
  flex: 1;
}
.index-brand .brand-top .brand-show-mobile {
  display: none;
  margin-top: 80px;
  padding-bottom: 100px;
}
.index-brand .brand-top .brand-show-mobile .brand-show-mobile-wrap {
  display: flex;
}
.index-brand .brand-top .brand-show-mobile .brand-box {
  cursor: pointer;
  float: left;
  text-align: center;
  transition: all 0.5s;
  width: 122px;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box {
  background: url(../images/brand-box.png) center no-repeat;
  background-size: 100% auto;
  width: 122px;
  height: 122px;
  line-height: 122px;
  transition: all 0.5s;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-top: 25px;
  background-size: 100% auto !important;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-1 {
  background: url(../images/brand-1.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-2 {
  background: url(../images/brand-2.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-3 {
  background: url(../images/brand-3.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-4 {
  background: url(../images/brand-4.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-5 {
  background: url(../images/brand-5.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-6 {
  background: url(../images/brand-6.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-7 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-8 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-9 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-10 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-11 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon.icon-box-icon-12 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box p {
  font-size: 16px;
  color: #333333;
  margin-top: 17px;
  line-height: 16px;
  transition: all 0.5s;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box {
  background: url(../images/brand-box-alive.png) center no-repeat;
  background-size: 100% auto;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-1 {
  background: url(../images/brand-1-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-2 {
  background: url(../images/brand-2-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-3 {
  background: url(../images/brand-3-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-4 {
  background: url(../images/brand-4-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-5 {
  background: url(../images/brand-5-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-6 {
  background: url(../images/brand-6-hover.png) center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-7 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-8 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-9 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-10 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-11 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover .icon-box i.icon-box-icon.icon-box-icon-12 {
  background: url() center no-repeat;
}
.index-brand .brand-top .brand-show-mobile .brand-box:hover p {
  color: #b60005;
}
.index-brand .brand-top .brand-show-mobile .brand-box-blank {
  flex: 1;
}
.index-brand .brand-demo {
  margin-top: 80px;
}
.index-brand .brand-demo .demo-box {
  padding-right: 100px;
}
.index-brand .brand-demo .demo-box h3 {
  font-size: 22px;
  line-height: 24px;
  color: #222222;
}
.index-brand .brand-demo .demo-box h3 span {
  font-size: 14px;
  float: right;
  vertical-align: bottom;
}
.index-brand .brand-demo .demo-box h3 span a {
  color: #9fa0a0;
  transition: all 0.5s;
}
.index-brand .brand-demo .demo-box h3 span a:hover {
  color: #222;
}
.index-brand .brand-demo .demo-box .bot-line {
  width: 24px;
  border-top: 4px solid #b60005;
  margin-top: 12px;
}
.index-brand .brand-demo .demo-box ul {
  margin-top: 65px;
}
.index-brand .brand-demo .demo-box ul li {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.index-brand .brand-demo .demo-box ul li a {
  font-size: 14px;
  color: #9fa0a0;
  transition: all 0.5s;
}
.index-brand .brand-demo .demo-box ul li a:hover {
  color: #222222;
}
@media (max-width: 767px) {
  .index-brand {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
  }
  .index-brand .brand-top h3 {
    font-size: 20px;
  }
  .index-brand .brand-top p {
    font-size: 14px;
  }
  .index-brand .brand-top .brand-show {
    display: none;
  }
  .index-brand .brand-top .brand-show-mobile {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .index-brand .brand-top .brand-show-mobile .brand-box {
    width: 80px;
  }
  .index-brand .brand-top .brand-show-mobile .brand-box .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
  }
  .index-brand .brand-top .brand-show-mobile .brand-box .icon-box i.icon-box-icon {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .index-brand .brand-top .brand-show-mobile .brand-box p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .index-brand .brand-demo {
    margin-top: 20px;
  }
  .index-brand .brand-demo .news-1 {
    display: none;
  }
  .index-brand .brand-demo .news-3 {
    display: none;
  }
  .index-brand .brand-demo .demo-box {
    padding-right: 0;
  }
  .index-brand .brand-demo .demo-box h3 {
    font-size: 16px;
  }
  .index-brand .brand-demo .demo-box ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer-all {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
.footer-all .footer-left {
  float: left;
}
.footer-all .footer-left ul {
  margin-top: 20px;
}
.footer-all .footer-left ul li {
  font-size: 12px;
  color: #9fa0a0;
  line-height: 26px;
}
.footer-all .footer-left ul li i {
  background: url();
  display: inline-block;
  width: 45px;
  height: 13px;
  margin-left: 10px;
}
.footer-all .footer-mid {
  float: left;
  margin-left: 230px;
}
.footer-all .footer-mid .text-box {
  margin-right: 100px;
  float: left;
}
.footer-all .footer-mid .text-box h3 {
  font-size: 26px;
  color: #d2d2d2;
  line-height: 26px;
  margin-bottom: 25px;
}
.footer-all .footer-mid .text-box ul li {
  font-size: 13px;
  line-height: 26px;
}
.footer-all .footer-mid .text-box ul li a {
  color: #9fa0a0;
  transition: all 0.5s;
}
.footer-all .footer-mid .text-box ul li a:hover {
  color: #fff;
}
.footer-all .footer-right {
  float: right;
  width: 300px;
  margin-top: -250px;
}
.footer-all .footer-right .foot-share {
  border-bottom: 1px solid #515151;
}
.footer-all .footer-right .foot-share p {
  font-size: 14px;
  line-height: 40px;
  color: #9fa0a0;
}
.footer-all .footer-right .foot-share p a {
  display: inline-block;
  border: 1px solid #999;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
  margin-left: 6px;
}
.footer-all .footer-right .foot-share p a i {
  font-size: 20px;
  color: #999;
  transition: all 0.5s;
  vertical-align: baseline;
}
.footer-all .footer-right .foot-share p a:hover {
  border: 1px solid #fff;
}
.footer-all .footer-right .foot-share p a:hover i {
  color: #fff;
}
.footer-all .footer-right .foot-qr {
  text-align: center;
  margin-top: 20px;
}
.footer-all .footer-right .foot-qr p {
  font-size: 12px;
  color: #9fa0a0;
  margin-top: 10px;
}
@media (max-width: 1730px) {
  .footer-mid {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-all {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-all .footer-left {
    float: none;
    text-align: center;
  }
  .footer-all .footer-left .foot-logo img {
    width: 110px;
  }
  .footer-all .footer-right {
    display: none;
  }
}
.all-header {
  padding-left: 60px;
  padding-right: 60px;
  line-height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9998;
}
.all-header .all-header-left {
  float: left;
  line-height: 60px;
}
.all-header .all-nav {
  float: right;
  cursor: pointer;
  font-family: serif;
  margin-right: 4px;
}
.all-header .all-nav p {
  font-size: 22px;
  line-height: 60px;
  color: #000;
}
.all-header .all-nav p i {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .all-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .all-header .all-nav {
    margin-right: 24px;
  }
  .all-header .all-nav p {
    font-size: 18px;
  }
}
.case-nav {
  background-color: #5c5c5c;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 60px;
}
.case-nav h3 {
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
}
.case-nav .category {
  margin-top: 30px;
  min-height: 27px;
  position: relative;
}
.case-nav .category .hover {
  height: 2px;
  width: 28px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
  opacity: 0;
}
.case-nav .category ul {
  text-align: center;
}
.case-nav .category ul li {
  display: inline-block;
  margin: 0 16px;
  border-bottom: 2px solid #5c5c5c;
  transition: all 0.5s;
}
.case-nav .category ul li a {
  font-size: 14px;
  color: #b1b1b1;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .case-nav .category ul li {
    margin: 0 3px;
  }
}
.detail-top {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #6e8bc6;
  margin-top: 60px;
}
.detail-top h3 {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  opacity: 0.5;
}
.detail-top p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
}
.detail-top .detail-top-left {
  width: 15%;
  float: left;
  text-align: left;
}
.detail-top .detail-top-mid {
  width: 70%;
  float: left;
  text-align: center;
}
.detail-top .detail-top-right {
  width: 15%;
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .detail-top p {
    margin-top: 8px;
  }
  .detail-top .detail-top-left {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .detail-top .detail-top-mid {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .detail-top .detail-top-right {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.detail-main {
  background-color: #5c5c5c;
  padding-bottom: 30px;
}
.detail-main .img-show {
  padding: 20px 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.detail-main .img-show p {
  margin-bottom: 10px;
}
.detail-main .img-show img {
  width: 100%;
  margin: 0;
  display: block;
}
.about-top {
  margin-top: 60px;
}
.about-top img {
  width: 100%;
}
.about-text {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px;
}
.about-text h3 {
  font-size: 45px;
  color: #000000;
  line-height: 45px;
  margin-bottom: 55px;
}
.about-text .text-list p {
  font-size: 15px;
  color: #444444;
  line-height: 36px;
}
@media (max-width: 767px) {
  .about-text {
    padding: 20px;
  }
  .about-text h3 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .about-text .text-list p {
    font-size: 13px;
    line-height: 32px;
    text-align: left;
  }
}
.about-main {
  padding: 150px 0;
  background-color: #efefef;
}
.about-main .pic-box {
  min-height: 500px;
}
.about-main .pic-box .text-show {
  max-width: 430px;
  min-height: 500px;
  padding: 40px 45px;
}
.about-main .pic-box .text-show h3 {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  margin-bottom: 18px;
}
.about-main .pic-box .text-show h4 {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  line-height: 14px;
  margin-bottom: 20px;
}
.about-main .pic-box .text-show p {
  font-size: 13px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 5px;
}
.about-main .pic-box.box1 {
  background: url(../images/about1.jpg) center no-repeat;
}
.about-main .pic-box.box1 .show1 {
  float: right;
  background: rgba(46, 55, 88, 0.75);
}
.about-main .pic-box.box2 {
  background: url(../images/about2.png) center no-repeat;
}
.about-main .pic-box.box2 .show2 {
  float: left;
  background: rgba(68, 153, 166, 0.75);
}
.about-main .pic-box.box3 {
  background: url(../images/about3.jpg) center no-repeat;
}
.about-main .pic-box.box3 .show3 {
  float: right;
  background: rgba(74, 80, 81, 0.75);
}
.about-main .pic-box.box4 {
  background: url(../images/about4.jpg) center no-repeat;
}
.about-main .pic-box.box4 .show4 {
  float: left;
  background: rgba(68, 153, 166, 0.75);
}
@media (max-width: 767px) {
  .about-main {
    padding: 30px 0;
  }
  .about-main .pic-box .text-show {
    padding: 20px;
  }
}
.about-bot {
  padding: 10px 0;
}
.about-bot .bot-box {
  float: left;
  width: 50%;
}
.about-bot .bot-box h4 {
  font-size: 20px;
  color: #444444;
}
.about-bot .bot-box p {
  font-size: 14px;
  color: #444444;
  line-height: 14px;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .about-bot {
    padding: 20px 0;
  }
  .about-bot .bot-box {
    width: 100%;
    float: none;
  }
}
.news-detail-top {
  background-color: #5c5c5c;
  padding-top: 60px;
  padding-bottom: 55px;
  text-align: center;
  margin-top: 60px;
}
.news-detail-top h1 {
  font-size: 38px;
  color: #fff;
  margin: 0;
  line-height: 33px;
}
.news-detail-top p {
  font-size: 14px;
  margin-top: 30px;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .news-detail-top {
    padding: 30px 15px;
  }
  .news-detail-top h3 {
    font-size: 14px;
    line-height: 28px;
  }
  .news-detail-top p {
    margin-top: 10px;
    font-size: 12px;
  }
}
.news-detail-text {
  padding-top: 90px;
  padding-bottom: 90px;
}
.news-detail-text p {
  font-size: 15px;
  color: #444444;
  line-height: 30px;
  margin-bottom: 50px;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail-text .img-box {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news-detail-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contact-top {
  background-color: #5c5c5c;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
}
.contact-top .contact-top-left {
  max-width: 470px;
  float: left;
}
.contact-top .contact-top-left p {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}
.contact-top .contact-top-right {
  float: right;
  text-align: right;
}
.contact-main {
  padding-top: 130px;
  padding-bottom: 170px;
}
.contact-main .contact-left {
  float: left;
  width: 50%;
}
.contact-main .contact-left h4 {
  font-size: 20px;
  line-height: 20px;
  color: #444444;
  margin-bottom: 15px;
}
.contact-main .contact-left ul {
  margin-bottom: 30px;
}
.contact-main .contact-left ul li {
  font-size: 14px;
  line-height: 26px;
  color: #444444;
}
.contact-main .contact-left .c-qrcode .c-box {
  float: left;
  margin-right: 28px;
  text-align: center;
}
.contact-main .contact-left .c-qrcode .c-box p {
  font-size: 12px;
  color: #9fa0a0;
  margin-top: 8px;
  line-height: 14px;
}
.contact-main .contact-right {
  float: left;
  width: 50%;
  text-align: right;
}
.contact-main .contact-right .right-box {
  max-width: 400px;
  display: inline-block;
}
.contact-main .contact-right .right-box p {
  font-size: 12px;
  color: #9fa0a0;
  line-height: 26px;
  text-align: left;
}
.contact-main .contact-right .right-box .contact-input {
  margin-top: 35px;
  margin-bottom: 30px;
}
.contact-main .contact-right .right-box .contact-input .form-control {
  width: 100%;
  margin-bottom: 15px;
}
.contact-main .contact-right .right-box .contact-input input {
  height: 45px;
}
.contact-main .contact-right .right-box .contact-input textarea {
  height: 145px;
}
.contact-main .contact-right .right-box button {
  width: 100%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #d2d2d2;
  border-radius: 5px;
  transition: all 0.5s;
  color: rgba(68, 68, 68, 0.75);
  border: none;
}
.contact-main .contact-right .right-box button:hover {
  color: #444444;
  background: #bbb;
}
@media (max-width: 767px) {
  .contact-main {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .contact-main .contact-left {
    float: none;
    width: 100%;
  }
  .contact-main .contact-left .c-qrcode {
    text-align: center;
  }
  .contact-main .contact-left .c-qrcode .c-box {
    float: none;
    display: inline-block;
  }
  .contact-main .contact-left .c-qrcode .c-box img {
    width: 100px;
  }
  .contact-main .contact-right {
    float: none;
    width: 100%;
  }
  .contact-main .contact-right .right-box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
}
.news-show {
  background-color: #efefef;
  padding-top: 55px;
  padding-bottom: 50px;
}
.news-show .news-box {
  margin-bottom: 25px;
  padding: 30px 30px 30px 30px;
  background-color: #fff;
}
.news-show .news-box h3 {
  font-size: 14px;
  color: #222222;
  line-height: 37px;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-show .news-box .text-box {
  border-top: 4px solid #9fa0a0;
  cursor: pointer;
}
.news-show .news-box .text-box .text-box-pic {
  overflow: hidden;
  margin-top: 25px;
}
.news-show .news-box .text-box .text-box-pic img {
  width: 100%;
  transition: all 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-show .news-box .text-box .all-text {
  position: relative;
}
.news-show .news-box .text-box .all-text .show-text {
  transition: all 0.5s;
}
.news-show .news-box .text-box .all-text .show-text p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 30px;
  color: #222222;
}
.news-show .news-box .text-box .all-text .show-text p.edit-time {
  font-size: 12px;
  color: #9fa0a0;
  line-height: 12px;
  margin-top: 15px;
}
.news-show .news-box .text-box .all-text .hide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 36px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition: all .5s;
  text-align: center;
  width: 120px;
  opacity: 0;
}
.news-show .news-box .text-box .all-text .hide-text:hover {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.news-show .news-box .text-box .all-text .hide-text a {
  font-size: 14px;
  color: #222222;
  transition: all 0.5s;
  display: block;
}
.news-show .news-box .text-box .all-text .hide-text a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 37px;
  transition: all .5s;
  background: #666;
  z-index: -1;
}
.news-show .news-box .text-box .all-text .hide-text a:hover {
  color: #fff;
}
.news-show .news-box .text-box .all-text .hide-text a:hover:before {
  top: 0;
}
.news-show .news-box .text-box:hover img {
  transform: scale(1.1, 1.1);
}
.news-show .news-box .text-box:hover .all-text .show-text {
  opacity: 0.1;
}
.news-show .news-box .text-box:hover .all-text .hide-text {
  opacity: 1;
}
.news-show .load-more {
  text-align: center;
  padding-top: 33px;
  padding-bottom: 50px;
}
.news-show .load-more .show-bot-button {
  margin-left: auto;
  margin-right: auto;
}
.news-show .load-more .show-bot-button.c-btn.c-btn-gradiate {
  width: 100%;
  height: 60px;
  position: relative;
}
.news-show .load-more .show-bot-button.c-btn.c-btn-gradiate a {
  color: #333;
}
.news-show .load-more .show-bot-button.c-btn.c-btn-gradiate:hover .c-btn-gradiate__text .c-btn-gradiate__line {
  background-color: #d5c386;
  animation: btnHover 0.25s forwards ease-in-out;
  right: 210px;
}
.news-show .load-more .show-bot-button.c-btn.c-btn-gradiate:hover .c-btn-gradiate__bg {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
  background: linear-gradient(90deg, rgba(3, 213, 205, 0), #d5c386 100%);
}
.news-show .load-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text {
  position: relative;
  filter: drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  display: block;
  text-align: center;
  z-index: 1;
  font-weight: 600;
  font-weight: 500;
  letter-spacing: 0.25em;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  transition: letter-spacing 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: letter-spacing 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-show .load-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text .c-btn-gradiate__line {
  height: 2px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #b5b5b5;
  width: 30px;
  right: -13px;
  animation: btnHoverOut 0.25s forwards ease-in-out;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-show .load-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #b5b5b5, rgba(243, 8, 91, 0) 100%);
  left: -10px;
  bottom: -10px;
  transition-property: all;
  transition-duration: .85s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .news-show .load-more .show-bot-button.c-btn.c-btn-gradiate {
    width: 150px;
    height: 40px;
  }
  .news-show .load-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .news-show .load-more .show-bot-button.c-btn.c-btn-gradiate .c-btn-gradiate__text img {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .news-show {
    padding-top: 20px;
  }
}
.wrap-container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap-container {
    width: 100%;
    margin: 0 auto;
  }
}
.nav-page {
  position: relative;
  height: 56px;
}
.nav-page a {
  display: block;
  height: 56px;
  text-align: right;
  background-color: #f7f7f7;
  color: #666;
  line-height: 56px;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-page a:hover {
  background-color: #000;
  color: #fff;
}
.nav-page div.prev a {
  padding-right: 60px;
  margin: 0 -15px;
}
.nav-page div.prev a:hover {
  padding-right: 75px;
}
.nav-page div.prev a:hover:after {
  content: ' ';
  display: inline-block;
  border: 5px #fff solid;
  border-color: transparent;
  border-right-color: #fff;
  position: absolute;
  right: 60px;
  top: 23px;
  z-index: 50;
}
.nav-page div.next a {
  text-align: left;
  margin: 0 -15px;
  padding-left: 60px;
}
.nav-page div.next a:hover {
  padding-left: 75px;
}
.nav-page div.next a:hover:before {
  content: ' ';
  display: inline-block;
  border: 5px #fff solid;
  border-color: transparent;
  border-left-color: #fff;
  position: absolute;
  left: 60px;
  top: 23px;
  z-index: 50;
}
.nav-page .back {
  position: absolute;
  left: 50%;
  width: 56px;
  text-align: center;
  margin-left: -28px;
  background-color: #eee;
}
.nav-page .back a {
  text-align: center;
}
@media (max-width: 767px) {
  .nav-page a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .nav-page div.prev a:hover {
    padding-right: 135px;
  }
}
@media only screen and (min-width: 768px) {
  .nav-page div.next a:hover {
    padding-left: 135px;
  }
}
.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.85);
  transition: opacity .5s;
  opacity: 0;
}
.menu-bg.show {
  z-index: 9999;
  opacity: 1;
}
.menu-bg .close {
  position: absolute;
  top: 20px;
  right: 65px;
  color: #fff;
  z-index: 10000;
  opacity: 1;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Scheherazade', serif;
}
.menu-bg .close:hover {
  color: #ddd;
}
.menu-bg .menu-wrap {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-bg .menu-wrap .menu-search {
  flex: 1;
  padding-right: 86px;
  border-right: 1px solid #888;
  position: relative;
}
.menu-bg .menu-wrap .menu-search .menu-search-form {
  position: absolute;
  top: 50%;
  right: 86px;
  transform: translateY(-50%);
}
.menu-bg .menu-wrap .menu-search form {
  display: flex;
}
.menu-bg .menu-wrap .menu-search form .form-control {
  padding: 29px 12px;
  flex: 1;
  border-radius: 0;
  font-size: 30px;
}
.menu-bg .menu-wrap .menu-search form .menu-search-button {
  width: 60px;
  height: 60px;
  background: #e8e8e8;
  border: none;
}
.menu-bg .menu-wrap .menu-search form .menu-search-button .iconfont {
  font-size: 30px;
  color: #666;
}
.menu-bg .menu-wrap .menu-nav {
  flex: 1;
  margin-left: 86px;
}
.menu-bg .menu-wrap .menu-nav ul li {
  font-size: 40px;
  line-height: 80px;
  font-family: 'Yantramanav', sans-serif;
}
.menu-bg .menu-wrap .menu-nav ul li a {
  color: #fff;
}
.menu-bg .menu-wrap .menu-nav ul li a span.zh {
  display: none;
}
.menu-bg .menu-wrap .menu-nav ul li a span.en {
  display: block;
}
.menu-bg .menu-wrap .menu-nav ul li a:hover {
  color: #ddd;
}
.menu-bg .menu-wrap .menu-nav ul li a:hover span.zh {
  display: block;
}
.menu-bg .menu-wrap .menu-nav ul li a:hover span.en {
  display: none;
}
@media (max-width: 767px) {
  .menu-bg .menu-wrap .menu-search {
    padding-right: 0;
    border-right: none;
    margin-bottom: 40px;
	margin-left: 50px;
  }
  .menu-bg .menu-wrap .menu-search .menu-search-form {
    position: static;
    transform: translateY(0);
  }
  .menu-bg .menu-wrap .menu-search form .menu-search-button .iconfont {
    font-size: 20px;
  }
  .menu-bg .close {
    right: 50px;
    font-size: 22px;
  }
  .menu-bg .menu-wrap {
    width: 300px;
    display: block;
  }
  .menu-bg .menu-wrap .menu-search {
    flex: none;
  }
  .menu-bg .menu-wrap .menu-search form .form-control {
    padding: 9px 12px;
    font-size: 14px;
  }
  .menu-bg .menu-wrap .menu-search form .menu-search-button {
    width: 35px;
    height: 35px;
  }
  .menu-bg .menu-wrap .menu-nav {
    margin-left: 0;
  }
  .menu-bg .menu-wrap .menu-nav ul li {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
  }
}
.menu-icon {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 28px;
  right: 36px;
  z-index: 100000;
  transition: all .5s;
  cursor: pointer;
}
.menu-icon .line-item {
  width: 20px;
  height: 2px;
  background: #000;
  display: block;
  transition: all .5s;
}
.menu-icon .line-item.line-item-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.menu-icon .line-item.line-item-2 {
  position: absolute;
  top: 8px;
  left: 0;
}
.menu-icon .line-item.line-item-3 {
  position: absolute;
  top: 16px;
  left: 0;
}
.menu-icon.active .line-item {
  width: 26px;
  height: 2px;
  background: #fff;
  display: block;
}
.menu-icon.active .line-item.line-item-1 {
  -moz-transform: rotate(45deg) translateY(11px);
  -ms-transform: rotate(45deg) translateY(11px);
  -o-transform: rotate(45deg) translateY(11px);
  -webkit-transform: rotate(45deg) translateY(11px);
  transform: rotate(45deg) translateY(11px);
}
.menu-icon.active .line-item.line-item-2 {
  opacity: 0;
}
.menu-icon.active .line-item.line-item-3 {
  -moz-transform: rotate(-405deg) translateY(-11px);
  -ms-transform: rotate(-405deg) translateY(-11px);
  -o-transform: rotate(-405deg) translateY(-11px);
  -webkit-transform: rotate(-405deg) translateY(-11px);
  transform: rotate(-405deg) translateY(-11px);
}
@media (max-width: 767px) {
  .menu-icon {
    right: 20px;
  }
}
.bdsharebuttonbox .bds_count {
  display: none;
}
.bdsharebuttonbox p a {
  position: relative;
}
.bdsharebuttonbox .bds_sqq:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'iconfont';
  content: '\e64e';
  font-size: 20px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #999;
}
.bdsharebuttonbox .bds_sqq:after:hover {
  color: #fff;
}
.bdsharebuttonbox .bds_weixin:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'iconfont';
  content: '\e75e';
  font-size: 20px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #999;
}
.bdsharebuttonbox .bds_weixin:after:hover {
  color: #fff;
}
.bdsharebuttonbox .bds_tsina:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'iconfont';
  content: '\e629';
  font-size: 20px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #999;
}
.bdsharebuttonbox .bds_tsina:after:hover {
  color: #fff;
}
.bdsharebuttonbox .bds_more:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'iconfont';
  content: '\e7ac';
  font-size: 20px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #999;
}
.bdsharebuttonbox .bds_more:after:hover {
  color: #fff;
}
/* 分页 */
.paging {width:100%;height:24px;text-align:center; padding:15px 0;}
.paging a,.paging span {font:12px/24px "microsoft yahei";color:#333;text-decoration:none;padding:0 8px;border:solid 1px #ddd;display:inline-block;white-space:nowrap;margin:0 3px;}
.paging a {background:none;}
.paging a:hover {background:#888;color:#fff;}
.paging span {background:#888;color:#fff;}

.sto-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 15;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	height: 72px
}

.sto-header .container {
	position: relative
}

.sto-header .logo {
	position: relative;
	z-index: 1;
	display: block;
	width: 142px;
	height: 47px;
	background: url('../images/top-logo.png') no-repeat left top;
	background-size: 100% auto;
	overflow: hidden;
	margin: 20px 0;
	transition: all .2s ease-in-out
}

.sto-header .logo:hover {
	opacity: .7
}

.sto-header .navbar {
	position: absolute;
	top: 0;
	right: 180px
}

.sto-header .navbar .nav li {
	position: relative;
	float: left
}

.sto-header .navbar .nav li a {
	position: relative;
	padding: 0 16px;
	line-height: 72px;
	white-space: nowrap;
	font-size: 1.15rem;
	transition: all .2s ease-in-out;
	color:#221815
}

.sto-header .navbar .nav li a:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 3px;
	background: #b60005;
	transition: all .2s ease-in-out;
	transform: scaleX(0)
}

.sto-header .navbar .nav li a:hover {
	background: none
}

.sto-header .navbar .nav li a:hover:after {
	transform: scaleX(1)
}

.sto-header .navbar .nav li.active a {
	background: #f0f0f0
}

.sto-header .navbar .nav li.active a:after {
	transform: scaleX(1)
}

.sto-header .hotline {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1.5rem 0;
	font-size: 1.15rem
}

.sto-header .hotline .fa {
	border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	margin-right: 5px;
	color: #fff;
	background: linear-gradient(to left, #b60005, #fd5d29)
}

.sto-header .hotline big {
	display: inline-block;
	font-family: "Fututa";
	font-size: 1.25rem
}


@media (min-width:1600px) {
	body,html {
		font-size: 14px
	}

	.container.ctl {
		max-width: 1600px
	}
}

@media (min-width:1200px) and (max-width:1600px) {
	body,html {
		font-size: 14px
	}
}

@media (min-width:960px) and (max-width:1200px) {
	body,html {
		font-size: 14px
	}
}

@media (max-width:960px) {
	body,html {
		font-size: 12px
	}

	.sto-header {
		z-index: 9999
	}

	.sto-header.open .btn-menu .icon {
		background: none
	}

	.sto-header.open .btn-menu .icon:before {
		transform: rotate(-45deg);
		top: 0
	}

	.sto-header.open .btn-menu .icon:after {
		transform: rotate(45deg);
		bottom: 0
	}

	.sto-header.open .navbar {
		transform: translateY(0)
	}



	.sto-header .hotline {
		display: none
	}

	.sto-header .navbar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 70px;
		background: #fff;
		box-shadow: 0 10px 10px rgba(0,0,0,0.2);
		transform: translateY(-120%);
		transition: all .3s ease-in-out
	}

	}
	
	
	
	

.title {
    text-align: center;
   
}

.title h2 {
    font-size: 38px;
    color: #222222;
    line-height: 38px;
    margin-bottom: 20px;
}

.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.title p {
   
        font-size: 16px;
    color: #8E8E8E;
   
    letter-spacing: .11rem;
    line-height: 25px;
}

.killPaddingBottom {
    padding-bottom: 0 !important;
}


@media only screen and (max-width: 767px) {
.title h2 {
    font-size: 20px;
    color: #222222;
    line-height: 38px;
    margin-bottom: 20px;
}
.video-call-to-action {
		display:none;
	}
}




/*=====================================================
    Service
======================================================*/

.service-block-2 {
    margin: 25px 0;
}

.service-block-2 .icon-holder i {
    font-size: 40px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-block-2 .heading {
    margin: 10px 0;
}

.service-block-2 p {
    color: #777;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 8px;
    padding: 0 20px;
}

.service-block-2:hover .icon-holder i{
    transform: translateY(-10px);
    color: #b60005;
}


/*=====================================================
    video-call-to-action
======================================================*/

.video-call-to-action {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
}

.video-text-block {
    color: #fff;
    padding-top: 100px;
}

.video-call-to-action .btn-buy {
    padding:12px 30px;
}

.video-text-block h2 {
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
    position: relative;
    display: inline-block;
}

.video-text-block p{
    margin-bottom: 50px;
}

.video-text-block .btn-theme-color{
    border-color: transparent;
}

.dark-overlay {
    background-color: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    position: absolute;
}

.carousel-inner > .item > img {
    width: 50%;
    height: auto;
}


/*Responsive Css*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .video-text-block {
        padding-top: 70px;
    }
	
}
    
}
@media only screen and (max-width: 767px) {
    .video-text-block {
        padding-top: 55px;
    }
	

}
@media (min-width: 800px) and (max-width: 1050px) {
    .video-text-block {
        padding-top: 80px;
    }
}


/*=====================================================
    Process
======================================================*/


.process-inner {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.process-inner .icon-holder {
    position: relative;
    top: 70px;
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
}

.process-inner .heading {
    position: relative;
    top: 60px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.proecess-block:nth-child(2) .process-inner{

}
.proecess-block:nth-child(2) .process-inner:hover {
    border:1px solid #835aeb;
}

.proecess-block:nth-child(3) .process-inner {

}
.proecess-block:nth-child(3) .process-inner:hover {
    border:1px solid #002453;
}

.proecess-block:nth-child(4) .process-inner {

}
.proecess-block:nth-child(4) .process-inner:hover {
    border-color: #b60005;
}
.process-inner .icon-holder > img.icon {
    width: 40px;
}

.process-inner:hover {
    border-color: #00a8ff;
}

.process-inner:hover .icon-holder {
    top: -30px;
}

.process-inner:hover .heading {
    top: -30px;
}

.process-inner .description {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.process-inner:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.process {
    background-color: #f6f6f6;
	position: relative;
	padding-bottom: 52px;
	padding-top:35px;
}

.proecess-block .process-inner {
    background-color: transparent;
    color: #333;
    text-align: center;
    border:1px solid #dedede;
}



.process-inner i {
    font-size: 40px;
    margin-bottom: 35px;
    color:#b60005;
}

.process-inner h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}





/*=====================================================
    idnex news
======================================================*/
.pcover { background-position:center; background-repeat:no-repeat; background-size:cover; position:absolute; z-index:1;width:100%; height:100%;top:0}
.indnews .mleft .p  p{transition-duration:.3s;-ms-transition-duration:.3s;-moz-transition-duration:.3s; -webkit-transition-duration:.3s;}

.indnews .mleft .p:hover p
{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05)}

.wrap_indnews{max-width:1210px;margin:0 auto}

.indnews {border:1px solid #959595;border-left:0;border-right:0;padding:50px 0; background:#FFF; position:relative;}
.indnews .mleft {float:left;width:440px;}
.indnews .mleft .p { position:relative;width:100%; height:172px; overflow:hidden}
.indnews .mleft .t { height:20px; line-height:20px; overflow:hidden;margin:25px 0 20px 0}
.indnews .mleft .t a {font-size:18px;}
.indnews .mleft .c { line-height:25px; height:75px; overflow:hidden;font-size:13px;color:#767676}
.indnews .mright {float:right;width:560px}
.indnews .mright ul {margin-top:-15px}
.indnews .mright li {position:relative; overflow:hidden;border-bottom:1px dashed #ccc; height:40px; line-height:40px;}
.indnews .mright li p {padding:0 80px 0 0;display: inline-block;}
.indnews .mright li span { position:absolute;right:0;top:0}
.indnews .en {font-size:36px;color:#434343;font-weight:700; letter-spacing:1px}
.indnews .cn {font-size:24px;color:#767676; letter-spacing:2px;margin:5px 0 30px 0}


.indnews .casemore {
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  margin-top: 50px;
}
.indnews .casemore a {
  color: #afafaf;
  position: relative;
  transition: all .5s;
  display: block;
}
.indnews .casemore a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 36px;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  height: 36px;
}
.indnews .casemore a:hover {
  color: #b60005;
}
.indnews .casemore a:hover:before {
  top: 0;
}

.clear{ clear:both;}



@media only screen and (max-width: 767px) {
   



.indnews .mleft {width:98%; padding:0 1%;}
.indnews .mright {width:100%;margin-top:30px}
.indnews .mleft .c { height:auto}
.indnews .mleft .t { height:auto; line-height:25px}
.indnews .mright ul {margin-top:-10px}


.indnews .en {font-size:24px;}
.indnews .cn {font-size:22px;}

}