.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-wrapper {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-wrapper-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0,0)
}

.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3,1.3);
	-moz-transition: scale(1.3,1.3);
	-ms-transition: scale(1.3,1.3);
	-o-transition: scale(1.3,1.3);
	transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

  /*
 * pro_det
 */

.pro_det_b{
  overflow: hidden;
}
.pro_det_b_bar_box{
  min-height: 68px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 4%;
}
.pro_det_b_bar{
  width: 100%;
  background:#fff;
  position: relative;
  z-index: 3;
}
.pro_det_b_bar a{
  float: left;
  font-size: 18px;
  color: #444;
  line-height: 68px;
  margin: 0 30px 0 0;
  position: relative;
  border-bottom: ;
}
.pro_det_b_bar a:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width:100%;
  height: 2px;
  background: #e6482f;
}
.pro_det_b_bar a.hover:after{
  display: block;
}


.pro_det_b_tabs{
}

.pro_det_b_tabs_clm{
  margin-bottom: 4%;
}

.pro_det_b_tabs_clm_title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pro_det_b_tabs_clm_text{
  line-height: 28px;
  color: #444;
  font-size: 14px;
}


.pro_det_b_xn_list{
  display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 2%;
}
.pro_det_b_xn_list dd{
  width: 50%;
  padding: 0 4%;
  margin-bottom: 4%;
  display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_xn_list dd .icon{
  width: 120px;
  height: 120px;
  line-height:120px;
  font-size: 56px;
  color: #e6482f;
  text-align: center;
  border-radius: 120px;
  border:2px solid #e6482f;
}
.pro_det_b_xn_list dd .con{
  width: calc(100% - 150px);
}
.pro_det_b_xn_list dd .con .tt{
  font-size: 24px;
  color: #444;
  margin-bottom: 6px;
}

.pro_det_b_xn_list dd .con .text{
  font-size: 14px;
  line-height: 28px;
  color: #444;
}
.pro_det_b_xn_list dd:hover{
  transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.pro_det_b_xn_list dd:hover .con .tt{
  color:#E6482F;
}


.pro_det_b_td_list{
}
.pro_det_b_td_list dd{
  width: 100%;
  display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    margin-bottom: 5%;
}
.pro_det_b_td_list dd:nth-child(2n){
  flex-flow: row-reverse wrap;
  -webkit-flex-flow: row-reverse wrap;
}
.pro_det_b_td_list dd:nth-child(2n+1) .con{
  border-left: 0;
}
.pro_det_b_td_list dd:nth-child(2n) .con{
  border-right: 0;
}
.pro_det_b_td_list dd .pic{
  width: 50%;
  overflow: hidden;
  padding: 5px;
  background: #e6e6e6;
  border: 1px solid #d0d0d0;
}
.pro_det_b_td_list dd .pic img{
  display: block;
  width: 100%;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_td_list dd .con{
  width: 50%;
  padding:3%;
  text-align: center;
  border: 1px solid #d0d0d0;
  background: #fff;
  position: relative;
}
.pro_det_b_td_list dd .con .num{
  display: none;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -35px;
  width: 69px;
  height: 55px;
  background:url(../images/pro_det_tt_bg.png) no-repeat center center;
}
.pro_det_b_td_list dd .tt{
  font-size: 24px;
  font-weight: bold;
  margin-top:25px;
  margin-bottom: 5px;
}
.pro_det_b_td_list dd .text{
  line-height: 28px;
  color: #444;
  font-size: 14px;
  margin-bottom: 3%;
}

.pro_det_b_td_list 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_det_b_tabs_con{
  font-size: 14px;
  color: #444;
  line-height: 24px;
}
.pro_det_b_tabs_con table{
  width: 100%;
  background: #fff;
  border:1px solid #d0d0d0;
}
.pro_det_b_tabs_con table tr:first-child{
  background: #e2e0e9;  
}
.pro_det_b_tabs_con table tr td,.pro_det_b_tabs_con table tr th{
  padding:10px 15px;
}

*
 * pro_det
 */

.pro_det_t{
  padding: 5% 0;
  background: url(../images/pro_det_t_bg.jpg) no-repeat center center / cover;
}
.pro_det_t .ind_wrapper{

    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_pic_box{
  width:1100px;
  position: relative;
  overflow:hidden; 
}

.pro_det_pic{
  width: 600px;
  margin: 0 auto;
  overflow:hidden; 
}
.pro_det_pic img{
  display: block;
  max-width: 100%;
  border: 4px solid #fff;
}
.pro_det_pic_prev,.pro_det_pic_next{
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  background: url(../images/m2.png) no-repeat center center;
  cursor: pointer;
}
.pro_det_pic_next{
  left: auto;
  right: 25px;
  transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.pro_det_pic_box .owl-theme .owl-dots .owl-dot span{
  background: #fff;
}
.pro_det_pic_box .owl-theme .owl-dots .owl-dot.active span,.pro_det_pic_box .owl-theme .owl-dots .owl-dot:hover span{
  background: #e6482f;
}



.pro_det_t_inf{
  width:calc(100% - 820px);
}
.pro_det_t_inf_title{
  font-size: 30px;
  color: #fff;
}
.pro_det_t_inf_list{
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 15px 0 25px;
}
.pro_det_t_inf_tip{
  color: #e9e9e9;
  font-size: 14px;
  padding: 20px 0; 
}
.pro_det_t_inf_btn a{
  display: inline-block;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: #e6482f;
  margin-right: 25px;
  margin-bottom: 15px;
}
.pro_det_t_inf_btn a.tel{
  width: auto;
  padding: 0 20px;
  background: #211c18;
}

.share_box{
  display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
}
.share_tt{
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
}
/*
 * case
 */
.case_box1{
  padding: 0 0 4% 0;
}
.case_list1{
  display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_list1 dd{
  width: 25%;
  padding: 0 1.5%;
}
.case_list1 dd .pic{
  overflow: hidden;
}
.case_list1 dd .pic img{
  display: block;
  width: 100%;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .tt{
  color: #000;
  line-height: 30px;
  font-size: 14px;
  margin: 10px 0 16px;
  text-align: left!important;
  
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .line{
  width: 100%;
  height: 2px;
  background: #c5c5c5;
  position: relative;
}
.case_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;
}
.case_list1 dd:hover .tt{
  color: #e6482f;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .line:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #e6482f;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd:hover .line:after{
  width: 100%;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 2;
  color: #ccc;
  font-size: 16px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
          transition: left 0.4s ease, -moz-transform 0.4s ease;
          transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
          animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
          animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
       border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
          transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/