/* banner 备用样式*/
.slide-l,
.slide-r {
	width: 50%;
	height: 100%;
	position: relative;
}

.slide-l {
	/*background: url(../images/lunbo-l.jpg) no-repeat;*/
	background-size: 100% 100%;
}

.slide-r {
	/*background: url(../images/lunbo-r.jpg) no-repeat;*/
	background-size: 100% 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.slider-animation {
	position: absolute;
	width: 280px;
	height: 116px;
	top: 50%;
	left: 50px;
	/*background: url(../images/lunbo1-1.png) no-repeat;*/
}

.btn_ljxq {
	display: block;
	width: 150px;
	height: 49px;
	position: absolute;
	bottom: 15%;
	left: 50px;
	cursor: pointer;
	background: url(../images/btn_ljxq.png) no-repeat;
	background-size: 100% 100%;
}

.swiper-container img {
	/*height: 100%;*/
}

.swiper-wrapper,
.swiper-slide {
	height: auto !important;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	text-align: center;
	left: 52%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 50px;
	height: 5px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-container {
	min-width: 1200px;
}

.swiper-slide {
	background: rgba(111, 4, 0, 0.8);
	min-width: 1200px;
}

.arrow-left {
	background: url(../images/preImg.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -28px;
	width: 28px;
	height: 56px;
	z-index: 10;
}

.arrow-right {
	background: url(../images/nexImg.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -28px;
	width: 28px;
	height: 56px;
	z-index: 10;
}


/*--banner--*/
.slider-container {
  position: relative;
  min-width: 1200px;
  height: 907px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
  overflow: hidden;
}
.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 60%;
  bottom: 5rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 4px;
  margin: 0 0.5rem;
  background: #555;
  cursor: pointer;
  opacity: 0.8;
  border: 1px solid #fff;
  border-radius: 10px;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #051823;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 0.8;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  min-width: 1200px;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url(../images/lunbo_pc.jpg);
  background-size: 100% 100%;
  min-width: 1200px;
}
.slide:nth-child(1) .slide__overlay-path {
  fill: rgba(255,255,255,0);
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url(../images/lunbo_pc2.jpg);
	background-size: 100% 100%;
	min-width: 1200px;
}
.slide:nth-child(2) .slide__overlay-path {
  fill: rgba(255,255,255,0);
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
}
.slide:nth-child(3) .slide__overlay-path {
  fill: rgba(255,255,255,0);
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
}
.slide:nth-child(4) .slide__overlay-path {
  fill: rgba(255,255,255,0);
}
.slide:nth-child(5) {
  left: 400%;
}
.slide:nth-child(5) .slide__bg {
  left: -200%;
}
.slide:nth-child(5) .slide__overlay-path {
  fill: rgba(255,255,255,0);
}
.slide:nth-child(6) {
  left: 500%;
}
.slide:nth-child(6) .slide__bg {
  left: -250%;
}
.slide:nth-child(6) .slide__overlay-path {
  fill: rgba(255,255,255,0);
}
.slide__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 810px;
  -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
          transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(150%, 0, 0);
          transform: translate3d(150%, 0, 0);
  opacity: 0;
  background: url(../images/lunbo-r.jpg);
  background-size: 100% 100%;
}
.slide__overlay-path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  width: 90%;
  top: 550px;
  left: 85px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
          transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media only screen and (max-width: 1680px) {
	.slide__text{
		top: 550px;
	}
}
@media only screen and (max-width: 1650px) {	
	.slide__text{
		top: 550px;
	}
}
@media only screen and (max-width: 1600px) {
	.slider-container{
		height: 880px;
	}
	.slide__text{
		top: 520px;
	}
}
@media only screen and (max-width: 1550px) {
	.slider-container{
		height: 850px;
	}
	.slide__text{
		top: 490px;
	}
}
@media only screen and (max-width: 1500px) {
	.slider-container{
		height: 820px;
	}
	.slide__text{
		top: 460px;
	}
}
@media only screen and (max-width: 1450px) {
	.slider-container{
		height: 790px;
	}
	.slide__text{
		top: 430px;
	}
}
@media only screen and (max-width: 1400px) {
	.slider-container{
		height: 760px;
	}
	.slide__text{
		top: 400px;
	}
}
@media only screen and (max-width: 1350px) {
	.slider-container{
		height: 730px;
	}
	.slide__text{
		top: 370px;
	}
}
@media only screen and (max-width: 1300px) {
	.slider-container{
		height: 700px;
	}
	.slide__text{
		top: 340px;
	}
}
@media only screen and (max-width: 1250px) {
	.slider-container{
		height: 670px;
	}
	.slide__text{
		top: 310px;
	}
}
@media only screen and (max-width: 1200px) {
	.slider-container{
		height: 640px;
	}
	.slide__text{
		top: 280px;
	}
}
.slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 1.4rem;
  color: #000;
}
.slide__text-heading2 {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1.3rem;
  color: #000;
}
.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 57px;
  color: #051823;
}
.slide__text-link {
	width: 150px;
	height: 49px;
  z-index: 5;
  display: inline-block;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;

  background: url(../images/btn_ljxq.png) no-repeat;
  background-size: 100% 100%;
  color: #051823;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.slide__text-heading img{
	position: relative;
	width: 280px;
	height: 116px;
	top: auto;
	left: auto;
}

/*品牌动态、明星客户*/
.pt-135{
	padding-top: 135px;
}
.ppdtBox,.mxkhBox,.cpxlBox,.gywmBox{
	width: 100%;
    min-width: 1200px;
    background: url(../images/bg.jpg) repeat;
}
.no_bg{
	background: #dbbf3a;
}
.ppdtBox_content,.mxkhBox_content,.cpxlBox_content,.gywmBox_content{
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 0;
}
.ppdt_title,.mxkh_title,.cpxl_title,.cpzs_title,.gywm_title,.courtSkill_title,.master_title{
    width: 570px;
    height: 153px;
    margin: 0 auto 20px;
}
.ppdt_title{
	background: url(../images/ppdt_title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.ppdtListBox{
	/*height: 521px;*/
}
/*.ppdtListBox2{
	height: 1084px;
}*/
.ppdtListBox li{
	width: 380px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.2);
	margin-left: 21px;
	margin-bottom: 21px;
	cursor: pointer;
	float: none !important;
}
.ppdtListBox li a{
	display: block;
}
.ppdtListBox li a:hover p{
	color: #b61a00;
}
.ppdtListBox li .ppdt_img{
	width: 100%;
	height: 316px;
	overflow: hidden;
}
.ppdt_img img{
	cursor: pointer;  
    transition: all 0.6s; 
}
.ppdt_img img:hover{  
    transform: scale(1.2);  
}  
.ppdtListBox li:first-child,.ppdtListBox li:nth-child(4){
	margin-left: 0;
}
.ppdtListInfo{
	padding: 30px;
	color: #000;
}
.ppdtListInfo div{
	height: 25px;
	line-height: 25px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ppdtListInfo p{
	height: 90px;
	line-height: 30px;
	font-size: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mxkh_title{
	background: url(../images/mxkh_title_bg1.png) no-repeat;
    background-size: 100% 100%;
}
.mxkhListBox{
	padding-bottom: 80px;
}
.mxkhListBox li{
	height: 447px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.2);
}
.mxkhListBox li img{
	width: 600px;
	float: left;
}
.mxkhListBox li:nth-child(even) img{
	float: right;
}
.mxkhInfo{
	width: 530px;
	color: #000;
	padding: 100px 35px 0;
}
.mxkhName{
	font-size: 32px;
	font-weight: bold;
}
.mxkhDes{
	font-size: 22px;
	margin-top: 30px;
	line-height: 30px;
}

.courtSkill_title{
	background: url(../images/gtjy_title_bg.png) no-repeat;
    background-size: 100% 100%;
}

.master_title{
	background: url(../images/dsfc_title_bg.png) no-repeat;
    background-size: 100% 100%;
}

/*页码*/
.pages{
	padding: 10px 0 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.pages a{
	color: #000;
	font-size: 18px;
	display: block;
}
.pre_page,.next_page{
	border: 1px solid #b1382b;
	width: 104px;
}

/*产品系列*/
.cpxl_title{
	background: url(../images/cpxl_title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.cpzs_title{
	background: url(../images/cpzs_title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.cpxq_title{
	background: url(../images/cpxq_title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.cpxlNav{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	padding-bottom: 55px;
}
.cpxlNav a{
	display: block;
	width: 140px;
	height: 48px;
	color: #000;
	margin-left: 69px;
	border: 1px solid #b61a00;
}
.cpxlNav a.active{
	color: #fff;
	background: url(../images/top_bg.jpg);
}
.cpxlNav a:first-child{
	margin-left: 0;
}
.cpxllistBox li{
	display: inline-block;
	background: rgba(255,255,255,0.2);
	margin-left: 41px;
	margin-bottom: 41px;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}
.cpxllistBox li:first-child,
.cpxllistBox li:nth-child(4),
.cpxllistBox li:nth-child(7){
	margin-left: 0;
}
.cpxllistBox li:hover{
	background: url(../images/top_bg.jpg);
}
.cpxllistBox li:hover a .cpName{
	color: #fff;
}
.cpxllistBox li a{
	display: block;
}
.cpxllistBox li a img{
	width: 367px;
	height: 288px;
}
.cpName{
	font-size: 30px;
	text-align: center;
	color: #000;
	line-height: 67px;
}
.xq_infoBox{
	padding-bottom: 65px;
	position: relative;
}
.cp_eyes{
	position: absolute;
	top: 45px;
	right: 45px;
	line-height: 25px;
}
.cp_eyes img{
	margin-right: 6px;
    width: 25px;
    height: 25px;
    float: left;
}
.xq_info{
	width: 1140px;
    height: 399px;
    background: rgba(255,255,255,0.2);
    margin-left: 30px;
    padding: 35px 0;
}
.ProductDetails_img {
    width: 500px;
    height: 399px;
    position: relative;
    margin-left: -30px;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
}
.mj_introduce{
	width: 630px;
    padding-right: 20px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 35px;
    text-align: justify;
}
.Products_name_box{
	padding: 15px 0;
}
.Products_name{
	width: 262px;
    height: 25px;
    color: #b61a00;
    font-size: 40px;
    line-height: 25px;
}
.shf_yh_jx {
    padding-bottom: 15px;
    font-size: 24px;
}
.Products_des_box {
    padding-bottom: 15px;
}
.Products_des {
    display: block;
    float: left;
    width: 120px;
}
.Products_des_text {
    display: inline-block;
    width: 510px;
}
.Products_data_left {
    width: 385px;
}
.Products_data_right {
    width: 245px;
}
/*相关产品*/
.xgcp_content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.xgcp_title {
    width: 570px;
    height: 153px;
    margin: 0 auto 20px;
    background: url(../images/xgcp_title_bg.png);
    background-size: 100% 100%;
}
.xgcp_details{
	height: 313px;
}
.xgcp_details li{
	margin-left: 10px;
}
.xgcp_details li:first-child{
	margin-left: 0;
}
.xgcp_details li a{
	display: block;
}
.xgcp_details img {
    width: 393px;
    height: 313px;
}
/*关于我们*/
.gywmBox{
	padding-bottom: 100px;
}
.gywm_title{
	background: url(../images/gywm_title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.gywm_text{
	font-size: 24px;
	line-height: 45px;
	padding-bottom: 35px;
}
.gywm_info{
	/*height: 382px;*/
	margin-bottom: 20px;
	background: url(../images/top_bg.jpg);
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
	padding: 50px;
	text-align: center;
	color: #fff;
}
.gywm_info p{
	text-indent: 2em;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.7;
	text-align: justify;
}
.gywm_info img{
	margin-bottom: 20px;
	width: 1000px;
}
.gywm_info .fonw_center{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.fonw{
	font-weight: bold;
}
.UsInfoName{
	font-size: 38px;
	font-weight: bold;
	margin-top: 70px;
}
.UsInfoText_left{
	width: 135px;
	text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.UsInfoText_right{
	display: inline-block;
	margin-left: 10px;
}

/*资讯详情页*/
.NewsLists {
    width: 100%;
    min-width: 1200px;
    padding: 180px 0 90px;
    /*background: url(../images/bg.jpg) repeat;*/
   background: rgba(243, 216, 102, 1);
}
.NewsLists_content {
    width: 1200px;
    margin: 0 auto;
}
.NewsDetails_title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.TimeBrowsing {
    width: 400px;
    height: 25px;
    margin: 20px auto;
    line-height: 25px;
}
.TimeBrowsing_Time {
    color: #333;
    font-size: 16px;
    padding-right: 65px;
    padding-left: 38px;
}
.TimeBrowsing_Time img {
    margin-right: 6px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}
.TimeBrowsing_Browsing img {
    margin-right: 6px;
    width: 25px;
    height: 25px;
}
.fengexian {
    width: 1200px;
    height: 1px;
    background: #b61a00;
}
.NewsDetailsContent {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    text-indent: 2em;
    line-height: 32px;
    color: #000;
	 font-family: "微软雅黑";
}
.NewsDetailsContent p {
    /*margin-bottom: 20px;*/
}
.NewsDetailsContent img {
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
/*猜你喜欢*/
.guess_like {
    height: 386px;
    border: 1px solid #b61a00;
}
.guess_like_top {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    padding: 0 15px;
    background: url(../images/top_bg.jpg);
}
.guess_like_top_span_one {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    border-bottom: solid 2px #fff;
    margin-left: 8px;
}
.guess_like_top_span_two {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: relative;
    display: inline;
    height: auto;
    line-height: 40px;
}
.guess_like_top_span_two:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15%;
    left: -8px;
    width: 4px;
    height: 70%;
    background-color: #fff;
}
.guess_lists li {
    width: 579px;
    margin: 0 10px;
    padding: 9px 0;
    line-height: 24px;
    border-bottom: 1px solid #b61a00;
}
.guess_lists li a {
    display: block;
}
.guess_title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guess_des {
	height: 48px;
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.guess_lists li:nth-child(5),.guess_lists li:last-child{
    border: none;
}
.guess_time{
	color: #000;
}
.width_auto{
	width: 480px;
	border: none;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pages2{
	padding: 40px 0 0px;
}
.width_auto a{
	color: #b61a00;
	font-size: 20px;
}
.width_auto:first-child a{
	text-align: left;
}
.width_auto:last-child a{
	text-align: right;
}
