@charset 'utf-8';
body,
dl,
dt,
dd,
div,
h1,
h3,
p,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
button,
textarea {
  outline: 0;
  font-size: 16px;
  font-family: "Graphik-Regular";
}
body {
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Graphik-Regular";
}
.gm {
  font-family: "Graphik-Medium";
}
.gb {
  font-family: "Graphik-Bold";
  font-weight: bold;
}
.gr {
  font-family: "Graphik-Regular";
}
img {
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
/*多行溢出隐藏*/
/*单行溢出隐藏*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*修改字体字符的样式*/
/*修改placeholder的样式*/
/* 分页类 */
.paging {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.paging a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paging a.prev,
.paging a.next {
  width: 100px;
}
.paging a.active {
  border: 1px solid #f28c15;
  background-color: #f28c15;
  color: #fff;
}
.pointer {
  cursor: pointer;
}
/*加过渡*/
.transition {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
/*版心*/
.wrap {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .wrap {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  input,
  button,
  textarea {
    font-size: 14px;
  }
  .wrap {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .wrap {
    width: 100%;
  }
}
.ind_tt .main {
  font-family: "Graphik-Bold";
  font-weight: bold;
  font-size: 48px;
  text-align: center;
}
.ind_tt .line {
  text-align: center;
  font-size: 0;
  padding: 20px 0 15px;
}
.ind_tt .line .left {
  display: inline-block;
  width: 14px;
  border-bottom: 3px solid #d31919;
  margin-right: 2px;
}
.ind_tt .line .right {
  display: inline-block;
  width: 52px;
  border-bottom: 3px solid #252525;
}
.ind_tt .subtt {
  width: 570px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.ind_box1 {
  padding: 80px 0 70px;
}
.ind_box1 .ind_pro {
  padding-top: 60px;
  position: relative;
}
.ind_box1 .ind_pro .item .img {
  overflow: hidden;
}
.ind_box1 .ind_pro .item .img img {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 100%;
}
.ind_box1 .ind_pro .item .con {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  background-color: #f5f5f5;
  color: #222;
}
.ind_box1 .ind_pro .item .con .p_tt {
  font-family: "Graphik-Bold";
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 30px 10px 0;
}
.ind_box1 .ind_pro .item .con .desp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #888;
  margin: 10px 8px 30px;
}
.ind_box1 .ind_pro .item .con .bottom {
  border-top: 1px solid #d6dae0;
}
.ind_box1 .ind_pro .item .con .bottom .part {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 50%;
  padding: 15px 0;
}
.ind_box1 .ind_pro .item .con .bottom .part span {
  font-size: 14px;
}
.ind_box1 .ind_pro .item .con .bottom .part span.iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.ind_box1 .ind_pro .item .con .bottom .more {
  float: left;
}
.ind_box1 .ind_pro .item .con .bottom .email {
  float: right;
  border-left: 1px solid #d6dae0;
}
.ind_box1 .ind_pro .item:hover .img img {
  transform: scale(1.1, 1.1);
}
.ind_box1 .ind_pro .item:hover .con {
  background-color: #c33736;
  color: #fff;
}
.ind_box1 .ind_pro .item:hover .con .desp {
  color: #fff;
}
.ind_pro_scroll.owl-theme .owl-dots{
  padding-top: 20px;
}
.ind_pro_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_pro_scroll.owl-theme .owl-dots .owl-dot:hover span{
  background: #c33736;
}

.ind_box1 .ind_pro > .iconfont {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  border: 1px solid #252e3c;
  color: #252e3c;
  top: calc(50% + 30px);
  transform: translateY(-50%);
}
.ind_box1 .ind_pro > .iconfont.prev {
  left: -125px;
  font-size: 30px;
}
.ind_box1 .ind_pro > .iconfont.next {
  right: -125px;
  font-size: 40px;
}
.ind_box2 {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 90px 0 80px;
}
.ind_box2 .ind_b2_tt {
  text-align: center;
}
.ind_box2 .ind_b2_tt span {
  font-size: 12px;
  color: #888;
}
.ind_box2 .ind_b2_tt span.iconfont {
  display: block;
  text-align: center;
  color: #d52424;
  font-size: 30px;
}
.ind_box2 .ind_b2_tt .desp {
  font-size: 36px;
  color: #222;
  width: 540px;
  margin: 15px auto 50px;
}
.ind_box2 .ind_b2_con .ind_b2_item {
  float: left;
  width: 25%;
  padding: 0 45px;
  text-align: center;
}
.ind_box2 .ind_b2_con .ind_b2_item .big {
  color: #d52424;
}
.ind_box2 .ind_b2_con .ind_b2_item .big span {
  font-size: 18px;
}
.ind_box2 .ind_b2_con .ind_b2_item .big span:first-child {
  font-size: 48px;
}
.ind_box2 .ind_b2_con .ind_b2_item .issue {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
  color: #222;
  padding: 10px 0 30px;
}
.ind_box2 .ind_b2_con .ind_b2_item .desp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 57px;
  line-height: 19px;
  font-size: 14px;
  color: #888;
}
.ind_box3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box3 .left {
  width: 50%;
  position: relative;
  overflow: visible;
}
.ind_box3 .left .img {
  z-index: 3;
  width: 110%;
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  transform: skew(-5deg);
  overflow: hidden;
}
.ind_box3 .left .img img {
  display: block;
  width: 110%;
  height: 100%;
  transform: skew(5deg);
}
.ind_box3 .left .ind_b3_text {
  z-index: 3;
  position: absolute;
  top: 0;
  left: -30px;
  width: 110%;
  height: 100%;
  transform: skew(-5deg);
  background-color: rgba(44, 44, 44, 0.5);
}
.ind_box3 .left .ind_b3_text .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(5deg);
  width: 550px;
}
.ind_box3 .left .ind_b3_text .center .top {
  font-size: 14px;
  color: #fff;
  padding-bottom: 25px;
}
.ind_box3 .left .ind_b3_text .center .ind_tt .main {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: left;
}
.ind_box3 .left .ind_b3_text .center .ind_tt .line {
  text-align: left;
  padding: 35px 0;
}
.ind_box3 .left .ind_b3_text .center .ind_tt .line .right {
  border-bottom: 3px solid #fff;
}
.ind_box3 .left .ind_b3_text .center .desp {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.ind_box3 .left .ind_b3_text .center .more {
  display: inline-block;
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #d52424;
  padding: 10px 20px;
}
.ind_box3 .right {
  width: 50%;
}
.ind_box3 .right .v_box {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.ind_box3 .right .v_box a{
  display: block;
  width: 100%;
  height: 100%;
}
.ind_box3 .right .v_box img {
  width: 100%;
}
.video_list1 dd .pic .v_icon,
.ind_box3 .right .v_box .v_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.video_list1 dd .pic .v_icon .iconfont,
.ind_box3 .right .v_box .v_icon .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #fff;
  color: #d52424;
  font-size: 24px;
  text-align: center;
  line-height: 66px;
  margin: 0;
}
.ind_box3 .right .video_mask {
  z-index: 9;
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.ind_box3 .right .video_mask .video_box {
  width: 800px;
  height: 485px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ind_box3 .right .video_mask .video_box .video_close {
  z-index: 6;
  position: absolute;
  top: -25px;
  right: -10px;
  font-size: 24px;
  padding: 5px;
  color: #fff;
}
.ind_box3 .right .video_mask .video_box iframe {
  width: 100%;
  height: 100%;
  background-color: #333;
}
.ind_box4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0;
}
.ind_box4 .ind_b4_con {
  padding-top: 50px;
}
.ind_box4 .ind_b4_con .item .img {
  position: relative;
}
.ind_box4 .ind_b4_con .item .img img {
  width: 100%;
}
.ind_box4 .ind_b4_con .item .img .iconfont {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #252525;
  background: #252525;
  border-radius: 50%;
  margin: 0 0 -22px -22px;
}
.ind_box4 .ind_b4_con .item .img .iconfont::before{
  position: relative;
  z-index: 1;
}
.ind_box4 .ind_b4_con .item .img .iconfont::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 11px;
  left: 50%;
  z-index: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  margin-left: -12px;
}

.ind_box4 .ind_b4_con .item .tt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Graphik-Bold";
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 40px;
}
.ind_box4 .ind_b4_con .item:hover .img .iconfont {
  color: #c33736;
  background: #c33736;
}

.ind_box4 .ind_b4_con .btn_group {
  text-align: center;
  padding-top: 60px;
}
.ind_box4 .ind_b4_con .btn_group span {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: inline-block;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #222;
  font-size: 48px;
  color: #222;
  cursor: pointer;
}
.ind_box4 .ind_b4_con .btn_group span.next {
  transform: rotate(180deg);
  margin-left: 35px;
}
.ind_box4 .ind_b4_con .btn_group span:hover {
  background-color: #d52424;
  border: 1px solid #d52424;
  color: #fff;
}
.ind_box5 {
  padding: 100px 0 75px;
}
.ind_box5 .clm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box5 .clm .img {
  width: calc((100% - 15px)/4);
  margin-right: 5px;
  margin-bottom: 5px;
}
.ind_box5 .clm .img:last-child {
  margin-right: 0;
}
.ind_box5 .clm .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5 .clm .img a{
  display: block;
  overflow: hidden;
  
}
.ind_box5 .clm .img a:hover img{
  transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5 .clm .mid {
  width: calc((100% - 15px)/2 + 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #323232;
  text-align: center;
  padding-top: 50px;
}
.ind_box5 .clm .mid .ind_tt .main {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.ind_box5 .clm .mid .ind_tt .line {
  padding: 30px 0 20px;
}
.ind_box5 .clm .mid .ind_tt .line .right {
  border-bottom: 3px solid #fff;
}
.ind_box5 .clm .mid .ind_tt .subtt {
  width: 90%;
}
.ind_box5 .clm .mid .more {
  display: inline-block;
  margin: 25px auto 20px;
  font-size: 14px;
  color: #fff;
  background-color: #d52424;
  padding: 10px 20px;
}
.ind_box6 {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.ind_box6 .ind_tt {
  padding-bottom: 50px;
}
.ind_box6 .news_tt {
  font-family: "Graphik-Bold";
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
  padding-bottom: 15px;
}
.ind_box6 .news_desp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #888;
}
.ind_box6 .wrap .left {
  float: left;
  width: 50%;
  padding: 0 90px 0 20px;
}
.ind_box6 .wrap .left img {
  width: 100%;
}
.ind_box6 .wrap .left .news_tt {
  padding: 20px 30px 15px;
}
.ind_box6 .wrap .left .news_desp {
  text-align: center;
}
.ind_box6 .wrap .right {
  float: right;
  width: 50%;
}
.ind_box6 .wrap .right .news_item a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 50px;
}
.ind_box6 .wrap .right .news_item .date {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 110px;
  height: 110px;
  outline: 1px solid #222;
  text-align: center;
  border: 5px solid #fff;
  background-color: #222;
  margin-right: 20px;
}
.ind_box6 .wrap .right .news_item .date span {
  font-size: 14px;
  color: #fff;
}
.ind_box6 .wrap .right .news_item .date span:first-child {
  font-size: 24px;
  display: block;
  padding: 20px 0 10px;
}
.ind_box6 .wrap .right .news_item .detail {
  width: calc(100% - 140px);
}
.ind_box6 .wrap .right .news_item:hover .date {
  background-color: #c33736;
  outline: 1px solid #c33736;
}
.ind_box7 {
  padding: 90px 0 75px;
}
.ind_box7 .ind_tt {
  padding-bottom: 50px;
}
.ind_box7 .img_list .item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  float: left;
  width: 22.14%;
  height: 371px;
  position: relative;
  overflow: hidden;
}
.ind_box7 .img_list .item img {
  width:470px;
  height: 371px;
  max-width: none;
}
.ind_box7 .img_list .item .tt {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  position: absolute;
  bottom: -100px;
  background-color: rgba(195, 55, 54, 0.7);
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 25px 0 15px;
}
.ind_box7 .img_list .item.active {
  width: 33.58%;
}
.ind_box7 .img_list .item.active .tt {
  bottom: 0;
}
@media screen and (max-width: 1670px) {
  .ind_box1 .ind_pro > .iconfont {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .ind_tt .main {
    font-size: 42px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item {
    padding: 0 30px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .big span:first-child {
    font-size: 42px;
  }
  .ind_box3 .left .img {
    width: 110%;
    left: -40px;
  }
  .ind_box3 .left .ind_b3_text .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(5deg);
    width: 550px;
  }
  .ind_box3 .left .ind_b3_text .center .top {
    font-size: 12px;
    color: #fff;
    padding-bottom: 20px;
  }
  .ind_box3 .left .ind_b3_text .center .ind_tt .main {
    font-size: 28px;
    line-height: 36px;
  }
  .ind_box3 .left .ind_b3_text .center .ind_tt .line {
    padding: 25px 0;
  }
  .ind_box3 .left .ind_b3_text .center .desp {
    line-height: 22px;
  }
  .ind_box3 .right {
    width: 50%;
  }
  .ind_box3 .right .v_box {
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  .ind_box3 .right .v_box img {
    width: 100%;
  }
  
  .ind_box3 .right .v_box .v_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .ind_box3 .right .v_box .v_icon .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #fff;
    color: #d52424;
    font-size: 24px;
    text-align: center;
    line-height: 66px;
    margin: 0;
  }
  .ind_box3 .right .video_mask {
    z-index: 9;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .ind_box3 .right .video_mask .video_box {
    width: 800px;
    height: 485px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ind_box3 .right .video_mask .video_box .video_close {
    z-index: 6;
    position: absolute;
    top: -25px;
    right: -10px;
    font-size: 24px;
    padding: 5px;
    color: #fff;
  }
  .ind_box3 .right .video_mask .video_box iframe {
    width: 100%;
    height: 100%;
    background-color: #333;
  }
  .ind_box7 .img_list .item{
    height: 340px;
  }
  .ind_box7 .img_list .item img{
    width: 431px;
    height: 340px;
  }

}
@media screen and (max-width: 1200px) {
  .ind_tt .main {
    font-size: 36px;
  }
  .ind_box2 .ind_b2_tt .desp {
    font-size: 30px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .big span:first-child {
    font-size: 36px;
  }
  .ind_box3 .left .img {
    left: -30px;
  }
  .ind_box3 .left .ind_b3_text {
    left: -20px;
  }
  .ind_box3 .left .ind_b3_text .center {
    left: 52%;
    width: 500px;
  }
  .ind_box3 .left .ind_b3_text .center .top {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .ind_box3 .left .ind_b3_text .center .ind_tt .main {
    font-size: 26px;
    line-height: 32px;
  }
  .ind_box3 .left .ind_b3_text .center .ind_tt .line {
    padding: 25px 0;
  }
  .ind_box3 .left .ind_b3_text .center .desp {
    font-size: 12px;
    line-height: 20px;
  }
  .ind_box3 .left .ind_b3_text .center .more {
    margin-top: 30px;
    font-size: 12px;
    padding: 8px 15px;
  }
  .ind_box3 .right {
    width: 50%;
  }
  .ind_box3 .right .v_box {
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  .ind_box3 .right .v_box img {
    width: 100%;
  }
  .ind_box3 .right .v_box .v_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .ind_box3 .right .v_box .v_icon .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #fff;
    color: #d52424;
    font-size: 24px;
    text-align: center;
    line-height: 66px;
    margin: 0;
  }
  .ind_box3 .right .video_mask {
    z-index: 9;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .ind_box3 .right .video_mask .video_box {
    width: 800px;
    height: 485px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ind_box3 .right .video_mask .video_box .video_close {
    z-index: 6;
    position: absolute;
    top: -25px;
    right: -10px;
    font-size: 24px;
    padding: 5px;
    color: #fff;
  }
  .ind_box3 .right .video_mask .video_box iframe {
    width: 100%;
    height: 100%;
    background-color: #333;
  }
  .ind_box6 .wrap .left {
    padding: 0 40px 0 15px;
  }
  .ind_box6 .wrap .left .news_tt {
    padding: 20px 15px 15px;
  }
  
  .ind_box7 .img_list .item{
    height: 320px;
  }
  .ind_box7 .img_list .item img{
    width: 405px;
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .ind_tt .main {
    font-size: 28px;
  }
  .ind_box1 {
    padding: 60px 0 50px;
  }
  .ind_box1 .ind_pro {
    padding-top: 40px;
  }
  .ind_box1 .ind_pro > .iconfont {
    display: none;
  }
  .ind_box2 {
    padding: 60px 0 50px;
  }
  .ind_box2 .ind_b2_tt .desp {
    font-size: 24px;
    margin: 15px auto 40px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item {
    padding: 0 10px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .big span {
    font-size: 16px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .big span:first-child {
    font-size: 28px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .issue {
    font-size: 16px;
    padding: 8px 0 20px;
  }
  .ind_box3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .ind_box3 .left {
    width: 100%;
  }
  .ind_box3 .left .img {
    width: 100%;
    position: static;
    transform: none;
  }
  .ind_box3 .left .img img {
    width: 100%;
    transform: none;
  }
  .ind_box3 .left .ind_b3_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
  .ind_box3 .left .ind_b3_text .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(0);
    width: 80%;
  }
  .ind_box3 .left .ind_b3_text .center .ind_tt .main {
    font-size: 24px;
    line-height: 30px;
  }
  .ind_box3 .right {
    width: 100%;
  }
  .ind_box3 .right .v_box {
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  .ind_box3 .right .v_box img {
    width: 100%;
  }
  .ind_box3 .right .v_box .v_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .ind_box3 .right .v_box .v_icon .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #fff;
    color: #d52424;
    font-size: 24px;
    text-align: center;
    line-height: 66px;
    margin: 0;
  }
  .ind_box3 .right .video_mask .video_box {
    width: 700px;
    height: 385px;
  }
  .ind_box4 {
    padding: 60px 0 40px;
  }
  .ind_box4 .ind_b4_con {
    padding-top: 40px;
  }
  .ind_box4 .ind_b4_con .item .img .mask {
    display: none;
  }
  .ind_box4 .ind_b4_con .item .tt {
    font-size: 14px;
    padding-top: 30px;
  }
  .ind_box4 .ind_b4_con .item:hover .img .iconfont {
    color: #222;
  }
  .ind_box4 .ind_b4_con .btn_group {
    padding-top: 40px;
  }
  .ind_box5 {
    padding: 60px 0 45px;
  }
  .ind_box5 .clm .img {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ind_box5 .clm .img:nth-child(2n) {
    margin-right: 0;
  }
  .ind_box5 .clm .mid {
    order: -1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .ind_box5 .clm .mid .ind_tt .main {
    font-size: 24px;
    line-height: 32px;
  }
  .ind_box6 {
    padding: 50px 0;
  }
  .ind_box6 .ind_tt {
    padding-bottom: 40px;
  }
  .ind_box6 .news_tt {
    font-size: 16px;
  }
  .ind_box6 .wrap .left {
    float: none;
    width: 60%;
    padding: 0;
    margin: 0 auto 30px;
  }
  .ind_box6 .wrap .left .news_tt {
    padding: 20px 30px 15px;
  }
  .ind_box6 .wrap .right {
    float: right;
    width: 100%;
  }
  .ind_box6 .wrap .right .news_item {
    margin-bottom: 30px;
  }
  .ind_box6 .wrap .right .news_item:hover .date {
    background-color: #222;
    outline: 1px solid #222;
  }
  .ind_box7 {
    padding: 50px 0 45px;
  }
  .ind_box7 .ind_tt {
    padding-bottom: 40px;
  }
  .ind_box7 .img_list .item {
    height: 280px;
  }
  .ind_box7 .img_list .item .tt {
    width: 100%;
    font-size: 16px;
    padding: 15px 0 10px;
  }

  .ind_box7 .img_list .item,
  .ind_box7 .img_list .item.active{
    width: 50%;
  }
  .ind_box7 .img_list .item .tt{
    bottom: 0;
  }
  .ind_box7 .img_list .item img{
    width: 100%;
    height: auto;
  }

}
@media screen and (max-width: 767px) {
  .ind_tt .main {
    font-size: 20px;
  }
  .ind_tt .line {
    padding: 15px 0 10px;
  }
  .ind_tt .subtt {
    width: 95%;
    font-size: 12px;
    line-height: 20px;
  }
  .ind_box1 {
    padding: 45px 0 35px;
  }
  .ind_box1 .ind_pro {
    padding-top: 30px;
  }
  .ind_box2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0 30px;
  }
  .ind_box2 .ind_b2_tt span.iconfont {
    font-size: 28px;
  }
  .ind_box2 .ind_b2_tt .desp {
    font-size: 18px;
    width: 95%;
    margin: 10px auto 30px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item {
    float: left;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .big span {
    font-size: 14px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .big span:first-child {
    font-size: 20px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .issue {
    font-size: 14px;
    color: #222;
    padding: 5px 0 15px;
  }
  .ind_box2 .ind_b2_con .ind_b2_item .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
    line-height: 18px;
    font-size: 12px;
  }
  .ind_box3 .left .ind_b3_text .center {
    width: 95%;
  }
  .ind_box3 .left .ind_b3_text .center .top {
    padding-bottom: 10px;
  }
  .ind_box3 .left .ind_b3_text .center .ind_tt .main {
    font-size: 16px;
    line-height: 20px;
  }
  .ind_box3 .left .ind_b3_text .center .ind_tt .line {
    padding: 10px 0 15px;
  }
  .ind_box3 .left .ind_b3_text .center .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    line-height: 18px;
    font-size: 12px;
  }
  .ind_box3 .left .ind_b3_text .center .more {
    margin-top: 15px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .ind_box3 .right .v_box .v_icon {
    width: 50px;
    height: 50px;
  }
  .ind_box3 .right .v_box .v_icon .iconfont {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #d52424;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin: 0;
  }
  .ind_box3 .right .video_mask .video_box {
    width: 300px;
    height: 185px;
  }
  .ind_box3 .right .video_mask .video_box .video_close {
    top: -20px;
    font-size: 18px;
  }
  .ind_box4 {
    padding: 50px 0 35px;
  }
  .ind_box4 .ind_b4_con {
    padding-top: 30px;
  }
  .ind_box4 .ind_b4_con .item .img .iconfont {
    font-size: 32px;
    text-align: center;
  }
  .ind_box4 .ind_b4_con .item .tt {
    font-size: 14px;
    padding-top: 40px;
  }
  .ind_box4 .ind_b4_con .btn_group {
    padding-top: 30px;
  }
  .ind_box4 .ind_b4_con .btn_group span {
    height: 24px;
    line-height: 24px;
    font-size: 32px;
  }
  .ind_box5 {
    padding: 40px 0 35px;
  }
  .ind_box5 .clm .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .ind_box5 .clm .mid {
    padding-top: 50px;
    margin-bottom: 5px;
  }
  .ind_box5 .clm .mid .ind_tt .main {
    font-size: 18px;
    line-height: 24px;
  }
  .ind_box5 .clm .mid .ind_tt .line {
    padding: 15px 0 10px;
  }
  .ind_box5 .clm .mid .ind_tt .subtt {
    width: 95%;
  }
  .ind_box5 .clm .mid .more {
    margin: 15px auto 20px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .ind_box6 {
    padding: 40px 0;
  }
  .ind_box6 .ind_tt {
    padding-bottom: 30px;
  }
  .ind_box6 .news_tt {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .ind_box6 .news_desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }
  .ind_box6 .wrap .left {
    width: 100%;
    padding: 0;
  }
  .ind_box6 .wrap .left .news_tt {
    padding: 10px 10px 15px;
  }
  .ind_box6 .wrap .right .news_item {
    margin-bottom: 20px;
  }
  .ind_box6 .wrap .right .news_item .date {
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    margin-right: 10px;
  }
  .ind_box6 .wrap .right .news_item .date span {
    font-size: 12px;
  }
  .ind_box6 .wrap .right .news_item .date span:first-child {
    font-size: 16px;
    padding: 10px 0 5px;
  }
  .ind_box6 .wrap .right .news_item .detail {
    width: calc(100% - 95px);
  }
  .ind_box7 {
    padding: 40px 0 35px;
  }
  .ind_box7 .ind_tt {
    padding-bottom: 25px;
  }
  .ind_box7 .img_list .item {
    width: 100%;
    height: auto;
  }
  .ind_box7 .img_list .item img {
    width: 100%;
    height: 100%;
  }
  .ind_box7 .img_list .item .tt {
    bottom: 0;
    font-size: 12px;
    padding: 10px 0 8px;
  }

  .ind_box7 .img_list .item,
  .ind_box7 .img_list .item.active{
    width: 100%;
    margin-bottom: 10px;
  }
  .ind_box7 .img_list .item .tt{
    bottom: 0;
  }
  .ind_box7 .img_list .item img{
    width: 100%;
    height: auto;
  }



}















/* about */
.tc{
  text-align: center;
}
.wrapper{
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}



.t_banner_wrap{
  height: 100%;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.t_banner_text{
  width: 461px;
  height: 148px;
  color: #fff;
  background: url(../images/sub_banner_bg.png) no-repeat left center;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	flex-direction: column; 
	-ms-flex-direction: column;
  -webkit-flex-direction: column;
  padding: 0 3%;
}
.t_banner_text .tt{
  font-size: 36px;
  font-family: "Graphik-Bold";
  margin-bottom: 6px;
}

.t_banner_text .text{
  font-size: 14px;
  line-height: 20px;
}



.abo_box1{
  padding: 80px 0 65px;
}
.abo_box1 .wrapper{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	  
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;

	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.abo_box1 .word{
  width: 50%;
  padding: 0 3%;
}
.abo_box1 .img{
  width: 50%;
}

.abo_box1 .word .top{
 font-size: 14px;
 color: #c33736;
 margin-bottom: 25px;
}
.abo_box1 .word .l_tt{
  font-size: 36px;
  color: #222;
  line-height: 1.3;
}
.abo_box1 .word .l_tt span{
  display: block;
  font-family: "Graphik-Bold";
}
.abo_box1 .word .desp{
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.abo_box1 .img img{
  display: inline-block;
}


.abo_box2{
  background: #eff1f2;
  padding: 70px 0;
}
.abo_box2 .wrapper{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.abo_box2 .left{
  width: 50%;
}

.abo_box2 .left .map{
  background: #fff;
  margin-bottom: 30px;
}
.abo_box2 .left .map img{
  display: block;
}
.abo_box2 .d_list{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.abo_box2 .d_list .item{
  width: 31%;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;
  
  flex-direction: column; 
	-ms-flex-direction: column;
  -webkit-flex-direction: column;
  padding: 25px 20px;
  text-align: center;
  background: #f5f7f7;
  margin: 0 3.5% 20px 0;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.abo_box2 .d_list .item .iconfont{
  font-size: 42px;
  color: #c33736;
  margin-bottom: 6px;
}
.abo_box2 .d_list .item .tt{
  font-size: 14px;
  line-height: 16px;
  color: #222;
}

.abo_box2 .d_list .item:hover{
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 0 8px rgba(115,115,115,.15);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abo_box2 .right{
  width: 50%;
  padding: 0 5% 0 7%;
}
.abo_tt{
  margin-bottom: 35px;
}
.abo_tt .main{
  font-size: 36px;
  font-family: "Graphik-Bold";
  margin-bottom: 18px;
}
.abo_tt .subtt{
  font-size: 14px;
  color: #444;
  line-height: 24px;
}

.abo_box2 .desp{
  font-size: 14px;
  color: #888;
  line-height: 30px;
}

.abo_box3{
  padding: 80px 0;
}

.ab3_con{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  margin-bottom: 20px;
}
.ab3_item{
  width: 50%;
  padding: 0 2%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ab3_item img{
  display: block;
  width: 100%;
}
.ab3_item .detail{
  padding: 16px 3%;
  text-align: center;
}
.ab3_item .detail .tt{
  font-size: 24px;
  color: #c33736;
  font-family: "Graphik-Bold";
  margin-bottom: 12px;
}
.ab3_item .detail .desp{
  font-size: 16px;
  color: #222;
  line-height: 24px;
}
.ab3_item:hover{
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ab3_desp{
  font-size: 14px;
  line-height: 30px;
  color: #888;
}



.abo_box4{
  overflow: hidden;
}
.abo_box4 .wrapper{
  min-height: 353px;
  padding: 30px 0;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;

	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.abo_box4 .abo_tt{
  color: #fff;
  max-width: 930px;
  margin: 0 auto;
}

.abo_box4 .abo_tt .subtt{
  color: #fff;
}
.abo_box4_more{
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Graphik-Bold";
  margin:20px auto;
}
.abo_box4_more:hover{
  text-decoration: underline;
}
.abo_box4_video_btn{
  display: block;
  width: 43px;
  height: 43px;
  margin:0 auto;
}
.abo_box4_video_btn img{
  display: block;
}


.abo_box5{
  padding: 80px 0;
}
.abo_box5 .t_box{
  position: relative;
  padding: 0 65px;
}
.abo_box5_scroll .item a{
  display: block;
  overflow: hidden;
}
.abo_box5_scroll .item a img{
  display: block;
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.abo_box5_scroll .item a:hover img{
  transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abo_box5_scroll_prev,
.abo_box5_scroll_next{
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #303030;
  margin-top: -25px;
  text-align: center;
  cursor: pointer;
}
.abo_box5_scroll_next{
  left: auto;
  right: 0;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}


.abo_box5_scroll.owl-theme .owl-nav.disabled+.owl-dots{
  padding-top: 20px;
}
.abo_box5_scroll.owl-theme .owl-dots{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  padding-top: 15px
}
.abo_box5_scroll.owl-theme .owl-dots .owl-dot span span{
    display: block;
    width: 10px;
    height: 10px;
    background:#ddd;
    border-radius: 50%;
    margin: 0 6px;
}
.abo_box5_scroll.owl-theme .owl-dots .owl-dot.active span,
.abo_box5_scroll.owl-theme .owl-dots .owl-dot:hover span{
  background: #c33736;
}



/* about_video */
.sub_page_video{
  padding: 70px 0;
}
.sub_nav_bars{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding-bottom: 40px;
}
.sub_nav_bars .item{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  color: #666;
  height: 46px;
  text-align: center;
  background: #eee;
  padding: 0 30px;
  margin: 0 19px 10px;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sub_nav_bars .item:hover,
.sub_nav_bars .item.hover{
  background: #c33736;
  color: #fff;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.video_list1{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.video_list1 dd{
  width: 31%;
  margin: 0 3.5% 40px 0;
}
.video_list1 dd a{
  display: block;
  width: 100%;
}
.video_list1 dd .pic{
  overflow: hidden;
  position: relative;
}
.video_list1 dd .pic img{
  display: block;
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.video_list1 dd .tt{
  font-size: 16px;
  color: #222;
  font-family: "Graphik-Bold";
  padding: 12px 0 0;
}

.video_list1 dd a:hover .pic img{
  transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*
 * page
 */
 .page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    padding:25px 0;
}
.page a{
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #222;
	font-size: 14px;
  margin: 0 3px;
  border: 1px solid #e8e8e8;
}

.page a.prev,
.page a.next{
	width: 56px;
}

.page a.hover,.page a:hover{
	color: #c33736;
}


/* case_cover */
.case_box1{
  padding: 70px 0 80px;
}
.case_scroll1_box{
  position: relative;
}

.case_scroll1 dd a{
  display: block;
  overflow: hidden;
}
.case_scroll1 dd img{
  display: block;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_scroll1 dd a:hover img{
  transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.case_scroll1_prev,
.case_scroll1_next{
  position: absolute;
  left: -66px;
  top: 50%;
  z-index: 2;
  width: 29px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background:#303030;
  margin-top: -25px;
  cursor: pointer;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_scroll1_next{
  left: auto;
  right: -66px;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}
.case_scroll1_prev:hover,
.case_scroll1_next:hover{
  background: #c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.case_scroll1.owl-theme .owl-controls{
  padding-top: 20px;
}
.case_scroll1.owl-theme .owl-dots .owl-dot{
  cursor: pointer;
}
.case_scroll1.owl-theme .owl-dots .owl-dot.active span, 
.case_scroll1.owl-theme .owl-dots .owl-dot:hover span{
  background: #c33736;
}




.case_box2{
  padding: 70px 0;
  background: #eff1f2;
}
.case_scroll2{
  border-bottom: none;
}
.case_scroll2 .owl-stage-outer{
  border-right: 1px solid #e5e5e5;
}

.case_scroll2 .item{
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.case_scroll2 .item .item_con{
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.case_scroll2 .item .item_con:last-child{
  border-bottom: none;
}
.case_scroll2 .item .item_con img{
 
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_scroll2 .item .item_con:hover img{
  
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.case_scroll2.owl-theme .owl-dots{
  text-align: center;
  padding: 20px 0 0;
}
.case_scroll2.owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  background: #dcdcdc;
}
.case_scroll2.owl-theme .owl-dots .owl-dot.active span, 
.case_scroll2.owl-theme .owl-dots .owl-dot:hover span{
  background: #d31919;
}


.case_box3{
  padding: 70px 0 80px;
}
.case_list1{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.case_list1 dd{
  width: calc((100% - 51px) / 3);
  margin: 0 25px 45px 0;
}

.case_list1 dd a{
  display: block;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list1 dd a:hover{
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list1 dd a .pic{
  position: relative;
  margin-bottom: 38px;
}
.case_list1 dd a .pic img{
  display: block;
  width: 100%;
}
.case_list1 dd a .pic .icon{
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: -22px;
  font-size: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-left: -22px;
  color: #252525;
  transition: all 0.5s;
  background: #252525;
  border-radius: 50%;
	-webkit-transition: all 0.5s;
}
.case_list1 dd a .pic .icon::before{
  position: relative;
  z-index: 1;
}
.case_list1 dd a .pic .icon::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 11px;
  left: 50%;
  z-index: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  margin-left: -12px;
}
.case_list1 dd a .tt{
  font-size: 18px;
  color: #222;
  text-align: center;
  font-family: "Graphik-Bold";
}
.case_list1 dd a:hover .icon{
  color: #c33736;
  background:#c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.case_box3_more{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  width: 400px;
  font-size: 18px;
  color: #222;
  font-family: "Graphik-Bold";
  line-height: 60px;
  text-transform: uppercase;
  border: 1px solid #eee;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 30px auto 0;
}
.case_box3_more .icon{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-left: 15px;
  background: #d31919;
  border-radius: 50%;
}
.case_box3_more:hover {
  color: #d31919;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}






/*
 * news_Det
 */
 .news_det_title{
	font-size: 24px;
	color: #222;
	font-family: "Graphik-Bold";
}
.news_det_date{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	font-size: 14px;
	color: #473d6d;
	padding: 25px 0;
}
.news_det_date .item{
	margin: 0 15px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.news_det_date .item .icon{
	margin-right: 5px;
	position: relative;
  top: -1px;
  color: #888;
}

.news_det_con{
	padding:25px 0 35px;
	line-height: 30px;
  font-size: 14px;
  border-top: 1px dashed #d2d2d2;
  border-bottom: 1px dashed #d2d2d2;
}
.news_det_con img{
	height: auto;
}

.share_box{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;
  padding: 35px 0 15px;
}
.share_tt{
	font-size: 14px;
  color: #222;
  font-family: "Graphik-Bold";
}
.share_con{
	position: relative;
	top: -2px;
}


.news_det_page{
  padding: 15px 0;
}
.news_det_page_item{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	  
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;
  padding: 2px 0;
}
.news_det_page_item .tt{
  width: 72px;
  font-size: 14px;
  color: #222;
  font-family: "Graphik-Bold";
}
.news_det_page_item .text{
  width: calc(100% - 72px);
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.news_det_page_item .text:hover{
  color: #c33736;
  text-decoration:underline;
}


/* contact */
.contact_box1{
  padding: 60px 0;
  background: #fff;
}

.contact_box1_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap: clamp(0.625rem, 0.051rem + 2.45vw, 2.5rem);
	margin-bottom: clamp(1.875rem, 1.492rem + 1.63vw, 3.125rem);
}
.contact_box1_t .contact_title1{
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.contact_box1_t_item{
	width: calc((100% - clamp(0.625rem, 0.051rem + 2.45vw, 2.5rem)*2) / 3);
	border: 1px solid #ddd;
	padding: 15px;
	/*background: #eee;*/
}
.contact_box1_b{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_box1_l{
  width: 53%;
}
.contact_title1{
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e3e1de;
}
.contact_title1 .tt{
  font-size: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-family: "Graphik-Bold";
}
.contact_title1 .text{
  font-size: 14px;
  color: #888;
  line-height: 18px;
  max-width: 290px;
}
.contact_title1 .text2{
  font-size: 18px;
  color: #888;
  line-height: 24px;
  padding-bottom: 12px;
}

.contact_box1_l_list{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_box1_l_list a{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  width: calc((100% - 55px) / 4);
  margin: 0 18px 18px 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background: #eee;
  padding: 8px 12px;
  min-height: 64px;
  box-sizing: border-box;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact_box1_l_list a:hover{
  color: #fff;
  background: #c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.contact_box1_r{
  width: 47%;
  padding: 0 6% 0 8%;
}
.contact_box1_share{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 24px;
}
.contact_box1_share .tt{
  font-size: 14px;
  color: #000;
  font-family: "Graphik-Bold";
}

.contact_box1_mail{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	  
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 24px;
}
.contact_box1_mail .icon{
  font-size: 28px;
}
.contact_box1_mail .con{
  font-size: 24px;
  color: #444;
  font-family: "Graphik-Medium";
  padding-left: 10px;
}
.contact_box1_mail .con:hover{
  color: #c33736;
  text-decoration: underline;
}
.contact_box1_ctx{
  border-left: 2px solid #444;
  padding-left: 18px;
}

.contact_box1_ctx_item{
  display:flex;
	display: -ms-flexbox;
  display: -webkit-flex;
  padding: 8px 0;
}
.contact_box1_ctx_item .icon{
  width: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #444;
  text-align: center;
}
.contact_box1_ctx_item .con{
    display: block;
  width: calc(100% - 20px);
  font-size: 16px;
  line-height: 20px;
  color: #222;
  padding-left: 10px;
}


/* contact_box2 */
.contact_box2{
  padding: 70px 0;
  background: #f5f5f5;
}
.inquery_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.inquery_list1 dd{
	width: 48%;
	margin-bottom: 20px;
}
.inquery_list1 dd.ddw{
	width: 100%;
	margin-bottom: 25px;
}
.inquery_list1 dd:last-child{
	margin-bottom: 0;
}
.inquery_tt{
	font-size: 14px;
	color: #888;
	line-height:30px;
}
.inquery_tt .icon{
  color: #c33736;
  font-size: 18px;
}
.inquery_text,.inquery_area{
	width: 100%;
	line-height: 37px;
	font-size: 16px;
	padding-left: 18px;
	border: none;
  background: #f5f5f5;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.inquery_area{
	height: 180px;
	line-height: 24px;
	padding-top: 10px;
	resize: none;
}
.inquery_btn{
	display: block;
	width: 166px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	background: #303030;
	border:0;
	color:#fff;
  cursor: pointer;
  margin: 0 2%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inquery_btn .icon{
	font-size: 18px;
	margin-right: 5px;
}
.inquery_btn:hover{
  opacity: 0.9;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.inquery_list1 dd.ddw .inquery_btn:first-child{
  background: #c33736;
}
.inquery_btn:hover{
  background: #
}

.inquery_list1 dd.ddw:last-child{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.contact_box2{
  position: relative;
}
.contact_box2::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -55px;
  display: block;
  width: 100%;
  height: 55px;
  background: #f5f5f5;
}


/* faq */
.sub_page_faq{
  padding: 70px 0;
}

.sub_main_bars{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding-bottom: 5%;
}
.sub_main_bars .item{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  background: #eee;
  font-size: 14px;
  color: #666;
  min-height: 46px;
  padding: 0 18px;
  margin: 0 17px 17px 0;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sub_main_bars .item.hover,
.sub_main_bars .item:hover{
  color: #fff;
  background: #c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.faq_list{
  max-width: 1200px;
  margin: 0 auto;
}
.faq_list dd{
  padding: 18px 0 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 30px;
}
.faq_list_title{
  display:flex;
	display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 16px;
}
.faq_list_title:nth-child(2n){
  margin-bottom: 0;
}
.faq_list_title .icon{
  width: 30px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.faq_list_title .icon1{
  color: #e8cf5c;
}
.faq_list_title .icon2{
  color: #c33736;
}
.faq_list_title .tt{
  width: calc(100% - 30px);
  padding-left: 6px;
}
.faq_list_title .tt1{
  font-size: 16px;
  color: #222;
  line-height: 20px;
}
.faq_list_title .tt2{
  font-size: 14px;
  line-height: 20px;
  color: #888;
}



/* news */
.news_list1{

}

.news_list1 dd{
  margin-bottom: 23px;
}
.news_list1 dd a{
display: block;
  padding: 30px;
  background: #fafafa;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list1_item_pic{
	width: clamp(16.25rem, 15.509rem + 3.7vw, 18.75rem);
	overflow: hidden;
}
.news_list1_item_pic img{
	width: 100%;
	transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.news_list1_item_r{
	width: calc(100% - clamp(16.25rem, 15.509rem + 3.7vw, 18.75rem));
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.news_list1_date{
  width: 90px;
  color: #444;
  text-align: center;
  padding: 15px 0;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
  border-right: 1px solid #e5e5e5;
}
.news_list1_date .month{
  font-size: 24px;
  font-family: "Graphik-Bold";
  margin-bottom: 12px;
}
.news_list1_date .days{
  font-size: 14px;
}
.news_list1_con{
  width: calc(100% - 210px);
  padding: 0 3%;
}
.news_list1_con .tt{
  font-size: 18px;
  color: #444;
  font-family: "Graphik-Bold";
  margin-bottom: 12px;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1_con .text{
  line-height: 24px;
  color: #888;
  font-size: 14px;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1_more{
  display: block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.news_list1 dd a:hover{
  background: #c33736;
  box-shadow: 0 0 10px rgba(115,115,115,.2);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1 dd a:hover .news_list1_date,
.news_list1 dd a:hover .news_list1_con .tt,
.news_list1 dd a:hover .news_list1_con .text{
  color: #fff;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1 dd a:hover .news_list1_more{
  color: #c33736;
  background: #fff;
  border: none;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1 dd a:hover .news_list1_item_pic img{
    transform:scale(1.03,1.03);
-webkit-transform:scale(1.03,1.03);
transition:all 0.5s;
-webkit-transition:all 0.5s;
}


/* pro_cover */
.pro_list1{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_list1 dd{
  width: calc((100% - 69px) / 3);
  margin: 0 34px 34px 0;
}

.pro_list1 dd>a{
  display: block;
  overflow: hidden;
  position: relative;
}
.pro_list1 dd img{
  display: block;
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd .tt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-family: "Graphik-Bold";
  background: rgba(49,49,49,.8);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd>a:hover img{
  transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd>a:hover .tt{
  background: rgba(195,55,54,.8);
  color: #fff;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.pro_list1 dd.dd_last{
  background: #c33736;
  color: #fff;
  text-align: center;
  padding: 15px 4%;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;

	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.pro_list1_con_tt{
  color: #fff;
  font-size: 36px;
  font-family: "Graphik-Bold";
}
.pro_list1_con_text{
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 18px 0 25px;
}

.pro_list1_con_btn_box{
  width: 100%;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
a.pro_list1_con_btn{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  width: 148px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #c33736;
  background: #fff;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1_con_btn .icon{
  width: 24px;
  font-size:24px;
  text-align: center;
  margin-right: 5px;
}
.pro_list1_con_btn:hover{
  opacity: 0.9;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/* pro_list */
.pro_wrap{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;

	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.main_l{
  width: 280px;
}
.main_l_title{
  margin-bottom: 20px;
}
.main_l_title .tt{
  font-size: 36px;
  color: #222;
  font-family: "Graphik-Bold";
}

.main_l_title .line{
  width: 45px;
  height: 2px;
  background: #c33736;
  margin: 15px 0 12px;
}

.main_l_title .text{
  font-size: 14px;
  line-height: 18px;
  color: #888;
}

.main_l_list{
  padding: 20px 0;
  margin-bottom: 50px;
  border-left: 2px solid #eee;
}
.main_l_list a{
  display: block;
  line-height: 32px;
  color: #222;
  font-size: 14px;
  font-family: "Graphik-Bold";
  padding:7px 0 7px 25px;
  position: relative;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.main_l_list_item_down{
    display: none;
    padding-left: 10px;
}
.main_l_list_item_down a{
    display: block;
      line-height: 32px;
      color: #222;
      font-size: 14px;
      font-family: "Graphik-Regular";
      padding:7px 0 7px 25px;
}
.main_l_list a::before{
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 50%;
  width: 2px;
  height: 32px;
  background: #eee;
  margin-top: -16px;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.main_l_list_item_down a:before{
    display:none;
}
.main_l_list_item.hover .main_l_list_item_down{
    display: block;
}

.main_l_list a.hover,
.main_l_list a:hover{
  color: #c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.main_l_list .main_l_list_item.hover>a::before,
.main_l_list .main_l_list_item:hover>a::before{
  background: #c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.main_l_list_item a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.main_l_list_item>a .icon{
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom-width: 5px;
    border-color: #222 transparent transparent transparent;
}


.main_l_contact_con{
  overflow: hidden;
}

.main_l_contact_item{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
  padding: 10px 0;
}
.main_l_contact_item .icon{
  display: block;
  font-size: 18px;
  width: 16px;
}
.main_l_contact_item .con{
  width: calc(100% - 16px);
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #444;
}
.main_l_contact_item .con a{
  color: #222;
}
.main_l_contact_item .con a:hover{
  color: #c33736;
  text-decoration: underline;
}

.main_r{
  width: calc(100% - 280px);
  padding-left: 4%;
}

.pro_list3{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_list3 dd{
  width: calc((100% - 72px) / 3);
  margin: 0 36px 36px 0;
}
.pro_list2 dd .pic{
  display: block;
  overflow: hidden;
}
.pro_list2 dd .pic img{
  display: block;
  width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd .con{
  background: #f5f5f5;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd .con .tt{
  font-size: 16px;
  color: #222;
  height: 80px;
  padding: 0 5px;
  font-family: "Graphik-Bold";
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.pro_list2 dd .btn_box{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid rgba(143,156,176,.3);
}

.pro_list2 dd .btn_box .btn{
  height: 50px;
  width: 50%;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
  -webkit-align-items: center;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd .btn_box .btn:first-child{
  border-right: 1px solid rgba(143,156,176,.3);
}
.pro_list2 dd .btn_box .btn .icon{
  font-size: 20px;
  margin-right: 6px;
}
.pro_list2 dd:hover .pic img{
  transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd:hover .con{
  background: #c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd:hover .con .tt,
.pro_list2 dd:hover .con .btn_box{
  color: #ffff;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd:hover .btn_box{
  border-top: 1px solid rgba(255,255,255,.3);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd:hover .btn_box .btn{
  color: #fff;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd:hover .btn_box .btn:first-child{
  border-right: 1px solid rgba(255,255,255,.3);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/* pro_det */
.btnHover:hover{opacity: 0.9;transition: all 0.5s;
	-webkit-transition: all 0.5s;}

.btnHover2{
	position: relative;
	overflow: hidden;
}
.btnHover2:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255,255,255,.25);
}

.btnHover2:hover:before{
	opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}


.pro_det_t{
  padding: 65px 0;
}

.pro_det_t .wrapper{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_t_pic{
  width:50%;
}
.pro_det_t_pic_con{
  max-width:596px;
  margin: 0 auto;
  display:flex;
	display: -ms-flexbox;
  display: -webkit-flex;
  justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-direction: row-reverse; 
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.pro_det_sm_pic{
  display: block;
  width: 115px;
}
.pro_det_sm_pic .item{
  overflow: hidden;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
}
.pro_det_sm_pic .item::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.pro_det_sm_pic .item img{
  display: block;
  width: 100%;
}
.pro_det_sm_pic .item.active::after{
  border: 1px solid #c33736;
}
.pro_det_pic_scroll{
  width: calc(100% - 119px);
}


.pro_det_inf{
  width: 50%;
  padding: 0 5%;
}
.pro_det_title{
  font-size: 30px;
  color: #222;
  font-family: "Graphik-Bold";
}

.pro_det_inf_desc{
  padding: 25px 0 40px;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  border-bottom: 1px dashed #d2d2d2;
}
.pro_det_btn_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding: 45px 0 0;
}
.pro_det_btn{
	width:185px;
	height: 41px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	margin-right: 15px;
	margin-bottom: 10px;
	background: #303030;
}

.pro_det_btn .icon{
	font-size: 20px;
	margin-right: 8px;
}
.pro_det_btn.hover{
	background: #c33736;
}


.pro_det_b_bars_box{
  position: relative;
  height: 82px;
}
.pro_det_b_bars{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  box-sizing: border-box;
  height: 82px;
  border-top: 4px solid #c33736;
  border-bottom: 1px solid #d2d2d2;
  background: #fff;
  position: relative;
  z-index: 3;
}
.pro_det_b_bars .item{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  width: 25%;
  padding: 0 8px;
  font-size: 16px;
  height: 77px;
  text-align: center;
  color: #222;
  font-family: "Graphik-Bold";
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.pro_det_b_bars .item.hover{
  color: #c33736;
}
.pro_det_b_bars .item.hover::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #c33736;
}


.pro_det_b_tabs{
  padding: 45px 3%;
}
.pro_det_b_tabs_item{
  margin-bottom: 30px;
}
.pro_det_b_tabs_item_tt{
  font-size: 24px;
  color: #222;
  font-family: "Graphik-Bold";
  padding-bottom: 10px;
}
.pro_det_b_tabs_item_con{
  padding: 10px 0 15px;
  line-height: 1.8;
  font-size: 14px;
}
table{
  width: 100%;
}
table tr td,
table tr th {
  border: 1px solid #ddd;
  padding: 8px;
  color: #222;
}

.pro_det_tabs_item_tech .tt{
  font-size: 16px;
  font-family: "Graphik-Bold";
  padding-bottom: 8px;
}
.pro_det_tabs_item_tech .tt .icon{
  color: #c33736;
}









.pro_det_case_list{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_case_list dd{
  width: calc((100% - 60px) / 3);
  margin: 0 30px 30px 0;
}

.pro_det_case_list dd a{
  display: block;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_case_list dd a:hover{
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_case_list dd a .pic{
  position: relative;
  margin-bottom: 30px;
}
.pro_det_case_list dd a .pic img{
  display: block;
  width: 100%;
}
.pro_det_case_list dd a .pic .icon{
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: -15px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: -15px;
  color: #252525;
  transition: all 0.5s;
  background: #252525;
  border-radius: 50%;
	-webkit-transition: all 0.5s;
}
.pro_det_case_list dd a .pic .icon::before{
  position: relative;
  z-index: 1;
}
.pro_det_case_list dd a .pic .icon::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  margin-left: -10px;
}
.pro_det_case_list dd a .tt{
  font-size: 16px;
  line-height: 20px;
  color: #222;
  text-align: center;
}
.pro_det_case_list dd a:hover .icon{
  color: #c33736;
  background:#c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.pro_det_appli_list1{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_appli_list1 dd{
  width: calc((100% - 60px) / 3);
  margin: 0 30px 30px 0;
  overflow: hidden;
}
.pro_det_appli_list1 dd img{
  display: block;
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_appli_list1 dd:hover img{
  transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.rela_pro{
  background:url(../images/rela_bg.jpg) no-repeat center center / cover;
  padding: 70px 0;
}
.rela_pro_box{
  position: relative;
}

.rela_pro_scroll_prev,
.rela_pro_scroll_next{
  position: absolute;
  left: -65px;
  top: 50%;
  width: 30px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #303030;
  cursor: pointer;
}
.rela_pro_scroll_next{
  left: auto;
  right: -65px;
  transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg);
}

.rela_pro_scroll_prev:hover,
.rela_pro_scroll_next:hover{
  background: #c33736;
}

.rela_pro_scroll.owl-theme .owl-dots{
  padding-top: 20px;
}
.rela_pro_scroll.owl-theme .owl-dots .owl-dot.active span, 
.rela_pro_scroll.owl-theme .owl-dots .owl-dot:hover span{
  background: #c33736;
}



/* quality */
.quality_lity{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.quality_lity dd{
  width: calc((100% - 161px) / 3);
  margin: 0 80px 50px 0;
}
.quality_lity dd a{
  display: block;
  overflow: hidden;
}
.quality_lity dd a .pic{
  overflow: hidden;
}
.quality_lity dd a .pic img{
  display: block;
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.quality_lity dd .con{
  padding: 18px 3% 0;
  text-align: center;
}
.quality_lity dd .con .tt{ 
  font-size: 18px;
  color: #444;
  font-family: "Graphik-Bold";
  margin-bottom: 10px;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.quality_lity dd .con .text{
  font-size: 14px;
  color: #888;
  line-height: 24px;
}
.quality_lity dd a:hover .pic img{
  transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.quality_lity dd a:hover .con .tt{
  color: #c33736;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



/* service */
.service_box1{
  padding: 70px 0;
}
.service_title{
  max-width: 800px;
  margin: 0 auto 30px;
}
.service_title .tt{
  font-size: 24px;
  color: #222;
  line-height: 1.2;
  font-family: "Graphik-Bold";
  margin-bottom: 6px;
}
.service_title .text{
  font-size: 14px;
  color: #888;
}

.service_box1_con_clm1{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.service_box1_l{
  width: calc((100% - 17px) / 2);
  margin: 0 17px 17px 0;
}
.service_box1_l a{
  display: block;
  overflow: hidden;
  position: relative;
}
.service_box1_l a img{
  display: block;
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_box1_l a .con{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/service_bg2.png) no-repeat center bottom;
  padding: 0 5% 28px;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;

	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.service_box1_l a .con .tt{
  font-size: 24px;
  color: #fff;
  font-family: "Graphik-Bold";
  margin-bottom: 12px;
}
.service_box1_l a .con .text{
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.service_box1_r{
  width: calc((100% - 17px) / 2);
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.service_box1_r_item{
  width: calc((100% - 17px) / 2);
  margin: 0 17px 17px 0;
}
.service_box1_r_item:nth-child(2n){
  margin-right: 0;
}
.service_box1_r_item a{
  display: block;
  overflow: hidden;
  position: relative;
}
.service_box1_r_item a img{
  display: block;
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_box1_r_item a .tt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: "Graphik-Bold";
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;

	flex-direction: column; 
	-ms-flex-direction: column;
  -webkit-flex-direction: column;
  padding: 0 3% 15px;
}
.service_box1_r_item a .tt{
  color: #fff;
}
.service_box1_con_clm2{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.service_box1_l2{
  width: calc((100% - 17px) / 2);
  margin: 0 17px 17px 0;
}
.service_box1_l2:last-child{
  margin-right: 0;
}
.service_box1_l2 a{
  display: block;
  overflow: hidden;
  position: relative;
}
.service_box1_l2 a img{
  display: block;
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_box1_l2 a .tt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;

	flex-direction: column; 
	-ms-flex-direction: column;
  -webkit-flex-direction: column;
  font-size: 18px;
  color:#fff;
  font-family: "Graphik-Bold";
  padding: 0 5% 22px;
}
.service_box1_l a:hover img,
.service_box1_r_item a:hover img,
.service_box1_l2 a:hover img{
  transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



.service_box2{
  padding: 70px 0;
  background: #fafafa;
}
.service_box2_con{
  display:flex;
	display: -ms-flexbox;
  display: -webkit-flex;
  justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.service_box2_l{
  width: 47%;
  display:flex;
	display: -ms-flexbox;
  display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.service_box2_l .item{
  width: calc((100% - 50px) / 3);
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 25px 3%;
  margin: 0 25px 25px 0;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_box2_l .item .icon{
  width: 30px;
  margin: 0 auto 16px;
}
.service_box2_l .item .tt{
  font-size: 12px;
  color: #888;
  line-height: 14px;
}
.service_box2_l .item:hover{
  transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
  box-shadow: 0 0 8px rgba(115,115,115,.2);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_box2_r{
  width: 48%;
  line-height: 22px;
  font-size: 14px;
  color: #888;
  padding: 0 3%;
}

.service_box3{
  padding: 90px 0;
  border-top: 2px solid #d31919;
  border-bottom: 2px solid #d31919;
  background:#fff url(../images/service_bg1.png) no-repeat center center;
}

.service_box3_rela{
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
.service_box3_list .item a{
  display: block;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.service_box3_list .item .tt{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  font-size: 24px;
  color: #222;
  font-family: "Graphik-Bold";
  margin-bottom: 25px;
}
.service_box3_list .item .tt .icon{
  font-size: 22px;
  color: #c33736;
  margin-right: 12px;
}
.service_box3_list .item .text{
  color: #888;
  font-size: 14px;
  line-height: 24px;
}


.service_box3_list_scroll.owl-theme .owl-dots .owl-dot.active span,
.service_box3_list_scroll.owl-theme .owl-dots .owl-dot:hover span{
  background: #c33736;
}
.service_box3_list_scroll.owl-theme .owl-controls{
  padding-top: 20px;
}

.service_box3_prev,
.service_box3_next{
  position: absolute;
  left: 0;
  top: 50%;
  width: 43px;
  font-size: 24px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border: 1px solid #252e3c;
  cursor: pointer;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_box3_next{
  left: auto;
  right: 0;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}
.service_box3_prev:hover,
.service_box3_next:hover{
  color: #fff;
  background: #d31919;
  border: 1px solid #d31919;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*whatsapp,css*/
.whatsapp_float{
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 11;
    color: green;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    background: #fff;
    box-shadow: 0 0 5px 0 #d3d3d3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.whatsapp_float img{
    width: 25px;
    vertical-align: middle;
    margin-right: 4px;
}





.pro_page_table {
    overflow-x: auto;
}