﻿@charset "utf-8";
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,input{margin:0;padding:0;}
body{font-size:16px;font-family: "MicrosoftYaHei";position:relative;height:100%;color:#666;}
*{transition:all 0.35s;}
ul,li,ol{list-style:none;}
em,i{font-style:normal;}
b,strong{font-weight:normal;}
a,u{text-decoration:none;margin:0;padding:0;}
fieldset,input,img{border:0;}
input{outline:none;margin:0;padding:0;}
button{margin:0;padding:0;}
img{display:block; max-width: 100%}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:16px;}
textarea{resize:none;}
span,p,dl,dt,dd{margin:0;padding:0;}






.flex{display:flex;}

.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.container{margin:0 auto;width:96%;}

@font-face{
	font-family:'en';
	src: url(../font/manrope.otf);
}

.swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }



#brow{width:100%;overflow:hidden;padding:20px 0px;border-bottom:1px solid rgba(0,0,0,.1);}
.browbox,.browcontact{justify-content:space-between;align-items:center;}
.browcontact span{font-family:'en';font-size:14px;display:flex;align-items:center;}
.browcontact span:nth-child(1) i{display:inline-block;width:20px;height:20px;background:url(../images/tel.png) no-repeat center;}
.browcontact span:nth-child(2) i{display:inline-block;width:20px;height:20px;background:url(../images/mail.png) no-repeat center;margin-left:20px;}

#nav{width:100%;box-shadow:0px 2px 2px rgba(0,0,0,.1);}
.navbox{justify-content:space-between;align-items:center;}
.logo img{margin:10px 40px 0px 0px;}
.navlist{align-items:center;}
.navlist li{height:80px;line-height:80px;position:relative;}
.navlist a{font-size:15px;color:#888;padding:0px 30px;}

#navsmart{display:none;}

.fixed{position: fixed; top:0px; background: #fff; z-index: 111;}


.dropnav{position:absolute;z-index:999;left:-30px;height:0px;background:#fff;overflow:hidden;display:block;box-shadow:0px 2px 2px rgba(0,0,0,.1);}
.dropnav ul{text-align:center;background:#f2f2f2;}
.dropnav ul li{height:50px;line-height:50px;width:200px; margin-left: 0px; text-align: center;}
.dropnav ul li a{font-size:13px;color:#888; padding: 0px; text-align: center;}
.dropnav ul li:nth-child(2n){background:#fff;}
.dropnav ul li:hover{background:#b8000f;}
.dropnav ul li:hover a{color:#fff;}
.navlist li:hover .dropnav{height:300px;}

.search{background:#fff;border-left:1px solid rgba(0,0,0,.1);padding-left:30px;}
.search input{background:#fff;vertical-align:middle;}
.search button{background:#fff url(../images/search.png)no-repeat center;padding:10px 20px;border:none;vertical-align:middle;}
.search input::-webkit-input-placeholder{font-size:13px;color:#999;}
.search input::-moz-placeholder{font-size:13px;color:#999;}
.search input:-moz-placeholder{font-size:13px;color:#999;}
.search input:-ms-input-placeholder{font-size:13px;color:#999;}


#banner img{max-width:100%;}

#news{width:100%;overflow:hidden;padding-bottom:60px;}
#news>.container{justify-content:space-between;}
.leftbox{width:48%;overflow:hidden;}
.leftbox>.flex{justify-content:space-between;}
.rightbox{width:50%;overflow:hidden;}
.titbox{padding:40px 0px;}
.titbox h1{font-size:14px;font-family:'en';}
.titbox h2{font-size:22px;}
.newsbox{width:49%;margin-right:1%;overflow:hidden;}
.newsbox img{margin-bottom:10px}
.newsbox span{font-size:16px;font-weight:bold;margin:0px 10px;color:#666;}

#about{width:100%;overflow:hidden;text-align:center;background:url(../images/aboutbg.jpg) no-repeat center;padding-bottom:30px;}
#about>.container{width:40%;}
#about h1{font-size:32px;color:#fff;font-weight:300;margin:100px 0px 30px 0px;}
#about p{font-size:14px;color:#fff;margin-bottom:60px}
#about a{font-size:14px;color:#fff;background:rgba(212,28,54,.8);border-radius:20px;padding:10px 20px;}
.adlist>.container{justify-content:space-between;margin-top:70px;}
.adbox{display:flex;flex-direction:column;align-items:center;width:16.5%;background:#fff;padding:70px 0px;box-shadow:0px 3px 5px rgba(0,0,0,.1);}
.adbox i{display:block;width:40px;height:40px;padding:10px 10px;border-radius:25%;margin-bottom:20px;}

.adbox:nth-child(1) i{background:#f2f2f2 url(../images/adicon1.png) no-repeat center;}
.adbox:nth-child(1):hover i{background:rgba(255,255,255,.1) url(../images/adicon1h.png) no-repeat center;}
.adbox:nth-child(2) i{background:#f2f2f2 url(../images/adicon2.png) no-repeat center;}
.adbox:nth-child(2):hover i{background:rgba(255,255,255,.1) url(../images/adicon2h.png) no-repeat center;}
.adbox:nth-child(3) i{background:#f2f2f2 url(../images/adicon3.png) no-repeat center;}
.adbox:nth-child(3):hover i{background:rgba(255,255,255,.1) url(../images/adicon3h.png) no-repeat center;}
.adbox:nth-child(4) i{background:#f2f2f2 url(../images/adicon4.png) no-repeat center;}
.adbox:nth-child(4):hover i{background:rgba(255,255,255,.1) url(../images/adicon4h.png) no-repeat center;}
.adbox:nth-child(5) i{background:#f2f2f2 url(../images/adicon5.png) no-repeat center;}
.adbox:nth-child(5):hover i{background:rgba(255,255,255,.1) url(../images/adicon5h.png) no-repeat center;}
.adbox:nth-child(6) i{background:#f2f2f2 url(../images/adicon6.png) no-repeat center;}
.adbox:nth-child(6):hover i{background:rgba(255,255,255,.1) url(../images/adicon6h.png) no-repeat center;}


.adbox:hover{background:rgba(212,28,54,1);transform:translateY(-10px);}
.adbox:hover span{color:#fff;}


#product{width:100%;overflow:hidden;text-align:center;padding-bottom:70px;}
#product h1{font-size:14px;margin:30px 0px 0px 0px;font-family:'en';}
#product h2{font-size:22px;margin:0px 0px 30px 0px;}
#product>.container>.probox{justify-content:space-between;flex-wrap:wrap;}
.probox{width:33.3333333333%;overflow:hidden; position: relative; float:left; border:0.5px solid #fff;box-sizing: border-box;}
.probox img{display: block; position: relative; z-index: 1; box-sizing: border-box; max-width: 100%;}
/*.probox .protxt{position: absolute; z-index: 2; top:0px;}*/

/*.probox:hover .protxt{top:0;}
.protxt{width:100%;height:100%;background:rgba(0,0,0,.8);flex-direction:column;padding:25% 0;position:relative;top:100%;}
*/
.protxt h3{font-size:24px;color:#fff; display: block;}
.protxt h4{font-size:12px;font-family:'en';color:#fff; display: block;}

.overlay:before {
	background: rgba(0, 0, 0, 0.96);
	bottom: 0;
	height: 100%;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 10;
}

.probox:hover .overlay:before {
	bottom: 0;
	opacity: 0.9;
}
.probox .protxt {
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	bottom: -36%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	transform: translateY(50%);
	z-index: 11;

}

.probox:hover .protxt {
	opacity: 1;
	visibility: visible;
	bottom: 50%;
}




#footer{width:100%;background:#222222;padding:70px 0px; color:#f2f2f2;}
#footer>.container{overflow:hidden;}
#footer>.flex{justify-content:space-between;}
.footbox{margin-right:3%;color:#fff;}
.footbox:nth-child(1){width:40%;}
.footbox:nth-child(2){width:16%;}
.footbox:nth-child(3){width:22%;}
.footbox:nth-child(4){width:8%;margin-right:0px;}
.footbox h1{font-size:18px;color:#fff;font-weight:100;margin-bottom:20px;}
.footbox>.flex{flex-wrap:wrap;}
.footbox>.flex p{width:44%;font-size:14px;line-height:32px;}
.footbox>.flex p a{color:#fff;    height: 32px;
    overflow: hidden;
    display: block;}
.footbox>.flex span{font-family:'en';}

#cop{width:100%;background:#1d1d1d;padding:20px 0px; color:#fff;}
#cop>.flex{justify-content:space-between;}
#cop p{font-size:13px; color:#f2f2f2;}
#cop span{font-size:13px;}

#copsmart{display:none;}

.ind2r {

  position: relative;
  overflow: hidden;
}
.ind2r_i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ind2r_i .video_btn {
  width: 140px;
  height: 38px;
  border: 2px solid #fff;
  padding-left: 34px;
  text-align: center;
  font-size: 12px;
  font-family: Candara;
  line-height: 34px;
  margin-top: 32px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
      box-sizing: border-box;
}
.ind2r_i .video_btn span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  width: 36px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2r_i .video_btn span::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left: 10px solid #da251e;
  border-right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2r_i .video_btn:hover {
  border-color: #da251e;
  color: #da251e;
}
.ind2r_i .video_btn:hover span {
  background: #da251e;
}
.ind2r_i .video_btn:hover span::before {
  border-left-color: #fff;
}

#video_model {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#video_model .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#video_model .video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 94%;
  max-width: 960px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: #252525;
}
#video_model .video .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  z-index: 99999;
  cursor: pointer;
}
#video_model .video_inner {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
#video_model .video_inner video {
  display: block;
  width: 100%;
  outline: none;
}
#video_model .video_inner .video_inner_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#video_model .video_inner .video_inner_mask img {
  cursor: pointer;
}
#video_model .video .text {
  padding: 16px 10px 30px;
}
#video_model .video .text h6 {
  font-size: 16px;
  color: #fff;
}
#video_model .video .text p {
  font-size: 12px;
  margin-top: 12px;
  color: #666;
}



.btn-menu{display: none;}
.newsts{padding-right: 40px;}

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

	#brow p{font-size:14px;}
	.navlist a{font-size:14px;color:#888;padding:0px 26px;}
	#about>.container{width:60%;}
	.footbox h1{font-size:16px;}
	.footbox>.flex p{width:33%;font-size:13px;line-height:32px;}
	.footbox:nth-child(1){width:40%;}
	.footbox:nth-child(2){width:16%;}
	.footbox:nth-child(3){width:22%;}
	.footbox:nth-child(4){width:10%;}
}



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

	#brow p{font-size:14px;}
	.navlist a{font-size:14px;color:#888;padding:0px 24px;}
	.footbox h1{font-size:16px;}
	.footbox>.flex p{width:33%;font-size:13px;line-height:32px;}
	.footbox:nth-child(1){width:44%;}
	.footbox:nth-child(2){width:16%;}
	.footbox:nth-child(3){width:22%;}
	.footbox:nth-child(4){width:10%;}

}

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

	#brow p{font-size:14px;}
	.navlist a{font-size:14px;color:#888;padding:0px 15px;}
	.footbox h1{font-size:16px;}
	.footbox>.flex p{width:50%;font-size:13px;line-height:32px;}
	.footbox:nth-child(1){width:44%;}
	.footbox:nth-child(2){width:16%;}
	.footbox:nth-child(3){width:22%;}
	.footbox:nth-child(4){width:10%;}

}

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

	#brow p{font-size:14px;}
	.navlist a{font-size:13px;color:#888;padding:0px 6px;}
	.footbox h1{font-size:16px;}
	.footbox>.flex p{width:50%;font-size:13px;line-height:32px;}
	.footbox:nth-child(1){width:40%;}
	.footbox:nth-child(2){width:16%;}
	.footbox:nth-child(3){width:20%;}
	.footbox:nth-child(4){width:16%;}

}

@media only screen and (max-width: 1024px){
	#brow{display: none;}
	.logo img{margin:10px 10px 0px 0px;width:200px;}
	.navlist a{font-size:13px;color:#888;padding:0px 8px;}
	.search{padding-left:5px;}
	.search input{width:80px;}
	.adbox{padding:40px 0px;}
	.footbox>.flex p{width:48%;font-size:13px;line-height:32px;}
	.footbox:nth-child(1){width:44%;}
	.footbox:nth-child(2){width:16%;}
	.footbox:nth-child(3){width:20%;}
	.footbox:nth-child(4){width:16%;}

	#banner{padding-top:62px;}
	#nav{display: fixed;}

	.btn-menu { display:block; float: right; position: relative;  z-index: 111; background: transparent; cursor: pointer; padding: 23px 0; width: 26px; height: 16px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s;}
	.btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #7c5852; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
	.btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 2px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
	.btn-menu span { position: absolute; width: 100%; height: 2px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
	.btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }
	.btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); }
	.btn-menu.active span { opacity: 0; }
	.btn-menu.active:before { background-color: #7c5852; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
	.btn-menu.active:after { background-color: #7c5852; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

	.navlist{display: none;background-color: rgba(255,255,255,1); box-shadow: 0px 5px 5px -5px #7c5852; position: absolute;z-index: 999; top: 61px;left: 0px; width:100%;}
	.navlist li{height: 48px; line-height: 48px;border-bottom: 1px solid #ccc; text-align: center;}
	.navlist a{font-size: 14px; text-align: center;}
}


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

	.logo img{margin:10px 10px 0px 0px;width:150px;}
	.navlist a{font-size:14px;color:#888;padding:0px 3px;}
	.search{padding-left:10px;}
	.search input{width:100px;}
	.search input::-webkit-input-placeholder{font-size:12px;color:#999;}
	.search input::-moz-placeholder{font-size:12px;color:#999;}
	.search input:-moz-placeholder{font-size:12px;color:#999;}
	.search input:-ms-input-placeholder{font-size:12px;color:#999;}
	#about>.container{width:80%;}
	.adbox{font-size:13px;}

	.footbox>.flex p{width:80%;font-size:13px;line-height:32px;}
	.footbox:nth-child(1){width:35%;}
	.footbox:nth-child(2){width:16%;}
	.footbox:nth-child(3){width:20%;}
	.footbox:nth-child(4){width:16%;}
	#cop p{font-size:12px;}
	#cop span{font-size:12px;}



	.leftbox{width:100%;}
	.rightbox{width:100%;}
	#news{padding-bottom: 32px;}
	#news .flex{display: block;}
	.titbox{padding:24px 0px; text-align: center;}
	.newsts{padding: 0px; font-size: 14px;}
	.newsbox{float:left;}
	.newsbox img{max-width: 100%;}
	.newsbox span{font-size:12px;}

	#about{background: #161616 url(../images/aboutbg.jpg) no-repeat top;}
	.adlist>.container {flex-wrap: wrap;}
	.adbox{width: 49%; margin-bottom: 10px;}
	.probox{width:50%;}
}
@media only screen and (max-width: 480px){
	.probox{width:100%;}
		#footer{text-align:center;padding-bottom:20px}
	#footer>.flex{flex-direction:column;justify-content:center;}
	.footbox>.flex p{width:100%;}
	.footbox:nth-child(1){width:100%;}
	.footbox:nth-child(2){display:none;}
	.footbox:nth-child(3){display:none;}
	.footbox:nth-child(4){width:100%;text-align:center;}
	.footbox:nth-child(4) img{margin:40px auto;}
}
@media only screen and (max-width: 375px){

	#brow{display:none;}
	#nav{}
	#navsmart{display:block;text-align:center;}
	#navsmart>.container{justify-content:space-between;padding:20px 0px;border-bottom:1px solid rgba(0,0,0,.1);}
	.navsmartlist{padding:40px 0px;display:none;}
	#navsmart ul li a{font-size:13px;color:#888;height:45px;line-height:45px;}
	#news>.container{flex-direction:column;}
	.leftbox{width:100%;overflow:hidden;}
	.rightbox{width:100%;overflow:hidden;}
	
	#about{background:#161616;}
	#about h1{font-size:24px;}

	.adlist>.container{flex-wrap:wrap;}
	.adbox{width:49%;margin-bottom:10px;}

	.probox{width:100%;}

	#footer{text-align:center;padding-bottom:20px}
	#footer>.flex{flex-direction:column;justify-content:center;}
	.footbox>.flex p{width:100%;}
	.footbox:nth-child(1){width:100%;}
	.footbox:nth-child(2){display:none;}
	.footbox:nth-child(3){display:none;}
	.footbox:nth-child(4){width:100%;text-align:center;}
	.footbox:nth-child(4) img{margin:40px auto;}
	#cop{display:none;}
	#copsmart{display:block;background:#1d1d1d;padding:20px 0px;text-align:center;}
	#copsmart p{font-size:12px;line-height:22px;}

}




/*内页详情*/

.auto{ margin:0 auto;}
.auto_1600{ max-width:1600px;}
@media(max-width:1600px){.auto_1600{ padding:0 2%;}}

.fl{ float:left;}
.fr{ float:right;}
.w22{ width:22%; padding-bottom:4%;}
.w75{ width:75%; padding-bottom:4%;}
@media(max-width:1024px){
.fl,
.fr{ float:none;}
.w22,
.w75{ width:auto; padding-bottom:2%;}
}
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
figure{padding: 0;margin: 0;}
.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; } 


#banner{width:100%;}
#banner .pc{display: block; max-width:100%;}
#banner .mob{display: none; max-width:100%;}


.menu{ padding:2% 0;}
.menu .columnName{ float:left; font-size:18px;color:#000; width:27%;}
.menu .columnName b{font-size: 30px;display:inline-block;padding-right:10px;color: #b20612;text-transform:capitalize}
.menu .columnName span{display:block;padding-top: 5px;font-size:  30px;color: #000;}
.menu ul{ float:right; max-width:71%;}
.menu li{ float:left; position:relative; padding:0 15px;box-sizing: border-box;}
.menu li:after{content:'';width: 4px;height: 4px;position:absolute;right:0;top: 38px;background:#b20612;display:block;}
.menu li:last-child:after{ display:none;}
.menu li a{display:block;margin: 0 18px;line-height:36px; padding:22px 0 0px;font-size:18px;color: #000; border-bottom:2px solid transparent; }
.menu li:hover a,
.menu li.aon a{ color:#b20612; border-bottom:2px #b20612 solid;}

@media(max-width:1000px) and (min-width:769px){
.menu .columnName b{ font-size:20px;}
}
@media(max-width:768px){
.menu .columnName{ float:none; padding:2% 0; text-align:center; width:auto;}
.menu ul{ float:none; max-width:none; overflow:hidden;}
.menu li{ margin: 0 10px 10px 0; text-align:center; background: #f8f8f8; float: left; border-bottom: 0;  }
.menu li a{ border-bottom:0; }
.menu li:hover a,
.menu li.aon a{ border-bottom:0; color: #fff;}
.menu li:hover,
.menu li.aon{ background:#b20612; }
.menu li:after{ display: none;}
.menu li a{ padding:0 5px; font-size: 16px;}
}
@media(max-width:480px){
.menu li{ width: 49%; margin-right: 2%; }
.menu li:nth-of-type(2n){ margin-right: 0; }
.menu .columnName b{ font-size:28px;}
.menu li a{ font-size:13px; padding: 0; }
}
@media(max-width:375px){
.menu .columnName b{ font-size:24px;}
}

.nycontent{ background:#f7f7f7; overflow: hidden;}

.RighInfoabout{padding: 3% 0 5%;background: #f7f7f7;}
.RighInfoabout p{ color:#555; line-height:28px; margin-bottom:25px; text-indent: 2em;}
.RighInfoabout h1{color: #b20612;font-size: 20px;}
.RighInfoabout .pic{ float: left; width: 32.6875%; margin:0px 65px 9px 0px}
.RighInfoabout .pic2{margin-top: 20px; }
.RighInfoabout .pic2 img{ width: 24.25%; margin-right: 1%; float: left; }
.RighInfoabout .pic2 img:nth-of-type(4){ margin-right: 0;  }
@media(max-width:640px){
.RighInfoabout{ padding: 20px 0; }
.RighInfoabout .pic{ width: 100%; margin:0;  float: inherit; }
.RighInfoabout .pic2 img{ width: 100%; margin-right: 0; margin-bottom: 20px;  }
}


/* 企业文化 */
.RighInfoculture{ padding:4% 0;}
.RighInfoculture .dl{ }
.RighInfoculture .dl .h4{ font-size:18px; margin:0;}
.RighInfoculture .dl .h4 span{display:inline-block; border-bottom: 2px #b20612 solid; padding-bottom:10px;}
.RighInfoculture .dl .con{ font-size:14px; padding:15px 0 30px; line-height:2.25;}
.RighInfoculture .word{ padding-top: 40px; }
.RighInfoculture .pic{ float:right; margin-left: 5%; width: 68.75%; }

@media(max-width:1024px){
.RighInfoculture .pic{ width: 100%; float: inherit; margin-left: 0; }
}
@media(max-width:768px){
.RighInfoculture{ padding: 30px 0; }
}




.piclist{margin:48px 0px;}
.piclist .items {float: left; width: calc(25% - 23px); margin-right: 30px; overflow: hidden; margin-bottom: 30px;}
.piclist .items:nth-child(4n) { margin-right: 0;}
.piclist .items .img {overflow: hidden; border: 1px solid #ddd;}
.piclist .items .img img{width: 100%;}
.piclist .items:hover .word {transition: .5s ease-in-out;bottom: 0;}
.piclist .items:hover .word .i1 {transition: .5s ease-in-out; opacity: 1;}
.piclist .items .word { bottom: -72px; left: 0; width: 100%; line-height: 1.3; font-size: 18px; transition: .5s ease-in-out; color: #fff;}
.piclist .items .word:after { content: ""; transition: .5s ease-in-out; width: 100%; height: 150%;  transform: skewY(-5deg); left: 0; bottom: -45%;}
.piclist .items .word-ik { padding: 8px 16px; padding-bottom: 0px; position: relative; z-index: 3; transition: .5s ease-in-out; overflow: hidden;}
.piclist .items .i1 {transition: .5s ease-in-out; opacity: 0; margin-top: 32px; display: none;}
.piclist .items .i0{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden; color:#666; font-size: 14px;}
@media only screen and (max-width: 1680px){
	.piclist .items .word{bottom:-32px;}
	.piclist .items .word-ik{padding-bottom: 32px;}
}
@media only screen and (max-width: 1366px){
	.piclist .items .word{bottom:-16px;}
	.piclist .items .word-ik{padding: 16px;}
	.piclist .items .i1{margin-top:12px;}
}
@media only screen and (max-width: 768px){

	.piclist .items{    margin-right: 12px; width: calc(50% - 10px); margin-bottom: 15px;}
    .piclist .items:nth-child(2n){margin-right: 0px;}
    .piclist .items .word-ik{font-size: 12px;}

}
	



/*产品中心*/
/*procate*/
.procate .side-title{margin-top: 60px;background:#b20612;background-size:auto 100%;color:#fff;font-size:18px;padding:22px 0 22px 30px;border-radius: 25px 0 0 0;font-size:24px;}
.procate .side-title span{display:block;text-transform: uppercase;font-size: 16px;color: #fff;}
.procate .side{ padding-bottom:50px; background:#fff; border-radius:0 0 50px 0; -webkit-border-radius:0 0 50px 0; -moz-border-radius:0 0 50px 0; -ms-border-radius:0 0 50px 0;}
.procate .side li{border-bottom: 1px solid #efefef;line-height:24px;font-size: 16px;background: #fff;}
.procate .side li a{display:block;padding: 18px 40px 18px 30px;position:relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#333;}
.procate .side li a::before,
.procate .side li a::after{ position:absolute; content:''; top:50%;}
.procate .side li a::before{width:15px;height:15px;border-radius:50%;background:#ececec;right: 15px;margin-top:-7.5px;}
.procate .side li a::after{margin-top: -4px;border:5px solid transparent;border-top-width:4px;border-bottom-width:4px;border-left-color:#fff;right: 14px;}
.procate .side li a:hover,
.procate .side li.aon a{ color:#b20612;}
.procate .side li:hover a::before,
.procate .side li.aon a::before{ background:#b20612;}
.procate #side .owl-item{ float:left;touch-action: pan-y;-webkit-tap-highlight-color: transparent;position: relative;}
.procate #side .owl-stage-outer{ position:relative; overflow:hidden;}
.procate #side .owl-stage{position:relative;touch-action: manipulation;}
@media(max-width:1024px){
.w22{ padding-bottom:0;}
.procate .side-title{ margin-top:2%;}
.procate .side{ display:block;}
.procate #side{ background:#fff; border-top:1px solid #fff; padding:0 20px; position:relative;}
.procate #side li{ float:left; padding-right:4%;}
.procate #side li a{ color:#666; line-height:24px; display:block; padding:12px 10px; border-bottom:1px solid #fff; text-align:center;}
.procate #side li.aon a{color:#b20612; border-bottom:1px solid #b20612;}
.procate #side .owl-nav button{ position:absolute; top:0; height:100%; width:18px; border:none; background:#000; color:#fff; cursor:pointer; padding:0;}
.procate #side .owl-nav button.owl-prev{ left:0;}
.procate #side .owl-nav button.owl-next{ right:0;}
.procate #side .disabled{ display:none;}
}
@media(max-width:640px){
	.procate .side{padding-bottom: 0px;}
.procate .side-title{padding:10px 0 10px 20px;font-size:20px;}
.procate .side-title span{ font-size:12px;}
}


.prolist{ padding-top:60px; min-height: 400px; }


.prolist li .sc{ overflow: hidden; }
.prolist li .sc .Ispic{width:100%;padding-bottom:85%;border-radius: 30px 0;transition: 0.3s ease;}
.prolist li .sc .Ispic:hover{ transform: scale(1.1); }

.prolist li{
    width: 32%;
    float: left;
    margin:0 2% 2% 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 2px #eee;
    }
.prolist li .word{ padding:6%}
.prolist li:nth-child(3n){ margin-right:0;}
.prolist li img{width: 100%; display:block;}
.prolist li .dot{color: #353535; font-weight: bold; font-size: 16px;  margin-top: 10px;}
.prolist li:hover .dot{color: #b20612;}
.prolist li p{display: block; color: #727272; text-align: left; height: 48px; overflow: hidden; font-size: 12px; line-height: 24px;}
.prolist li .more{width: 122px; height: 30px; margin-top:15px; line-height: 30px; color: #fff; font-size:12px; text-align: center; background:#b20612;display: inline-block;border-radius: 50px; transition: 0.3s; }
.prolist li .more:hover{width: 160px; }
@media (max-width: 768px){
.prolist li{width: 49%;}
.prolist li:nth-child(4n){ margin-right:2%;}
.prolist li:nth-child(2n){ margin-right:0;}
}
@media(max-width:640px){
.prolist li{ float:none; margin-right:0 !important; width:auto; margin-bottom: 20px; }
}


.RighInfoprodetail{ padding:4% 0;}
.RighInfoprodetail .info_pro{background-color: white;padding: 5px 20px;}
.RighInfoprodetail .info_pro img{display: block; max-width: 100%; margin:0 auto;}
.RighInfoprodetail .pro_spec_tit {
	margin-top: 40px;
}
.RighInfoprodetail .spec_title{
margin-top:30px;
color:#b20612;
text-align:center;
font-size:18px;
font-weight:bold;
}
.RighInfoprodetail .spec_image{
margin-top:30px;
}
.RighInfoprodetail .spec_image img{
margin:0 auto;
display:block;
max-width:90%;
}
.RighInfoprodetail .pro_spec_tit a.cur, .pro_spec_tit a:hover {
    background: #b20612;
    color: #fff;
}
.RighInfoprodetail .pro_spec_tit a {
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666;
    margin-left: 0px;
    /* float: left; */
    border-right: 1px solid #e5e5e5;
}

.RighInfoprodetail .info_back{  margin: 20px 0; }
.RighInfoprodetail .info_back dd{ line-height: 32px;  }
.RighInfoprodetail .info_back dd a{color:#333; font-size: 14px;}
.RighInfoprodetail .list_img{ float:left; width:55.6%; position:relative;}
.RighInfoprodetail .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.RighInfoprodetail .big_img li,
.RighInfoprodetail .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%; background-color: #fff; }
.RighInfoprodetail .big_img li figure{ background-size:contain;}
.RighInfoprodetail .list{ padding:42px 0 170px 82.9%;}
.RighInfoprodetail .list .bd{ position:relative;}
.RighInfoprodetail .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(../images/RighInfoprodetail-btn_prev.png) no-repeat center center/auto 50%;  cursor:pointer;}
.RighInfoprodetail .list a.prev{ top:0;}
.RighInfoprodetail .list a.next{ bottom:0; background-image:url(../images/RighInfoprodetail-btn_next.png);}
.RighInfoprodetail .list a.prevStop,
.RighInfoprodetail .list a.nextStop{ cursor:default;}
.RighInfoprodetail .list li{ height:124px;  position:relative;}
.RighInfoprodetail .list li figure{ position:absolute; left:0; width:100%; top:9px; bottom:9px; background-size:contain; background-color: #fff;  border:1px solid #f2f2f2;}
.RighInfoprodetail .list li.on figure{ border:2px solid #b20612;}

.RighInfoprodetail .right_info{ float:right; width:39.2%; height: 500px; overflow-y:scroll; position: relative; padding: 15px; margin: 20px 0;  }
.RighInfoprodetail .right_info h1{ font-size: 36px; color: #b20612; position: relative; padding-bottom: 20px; margin-bottom: 40px;}
.RighInfoprodetail .right_info h1::after{ position: absolute; display: inline-block; content: ''; width: 80px; height: 1px; background:#b20612; bottom: 0; left: 0; }
.RighInfoprodetail .right_info .intro{ margin:0; line-height:30px; padding-bottom: 5%; }
.RighInfoprodetail .back{ float: right; display:inline-block; padding:10px 5%; color:#000;background: #ddd; transition:0.4s;}
.RighInfoprodetail .back:hover{ background-color:#b20612; color:#fff;}

/* 滚动条背景 */
.RighInfoprodetail ::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #f1f1f1;}
/* 滚动条宽 */
.RighInfoprodetail ::-webkit-scrollbar{width: 2px; }
/* 滚动条滑动条颜色 */
.RighInfoprodetail ::-webkit-scrollbar-thumb{  border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color: #999;  }

.RighInfoprodetail .tab{ padding:3% 0;}
.RighInfoprodetail .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:16px; font-weight:normal; color:#000;}
.RighInfoprodetail .tab .h1_tab span{ float:left; padding:0 5%; line-height:50px; background-color:#eee; margin-right:4px; cursor:pointer;}
.RighInfoprodetail .tab .h1_tab span.on{ background-color:#b20612; color:#fff;}
.RighInfoprodetail .tab .info{ padding-top:3%;padding-left: 5%;}
.RighInfoprodetail .tab .info figure{ padding-bottom:2%;}
.RighInfoprodetail .tab .info h1{ font-size:15px; color:#b20612;    margin: 0;
    margin-bottom: 10px;}
.RighInfoprodetail .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/RighInfoprodetail-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfoprodetail .ul_download li a{ padding:0 38px; background:url(../images/RighInfoprodetail-icon.png) no-repeat left center;}

@media(max-width:768px){
.RighInfoprodetail .list_img { float:none; width:auto;}
.RighInfoprodetail .right_info{ float:none; width:auto; height:auto; overflow-y:hidden;}

.RighInfoprodetail .back {float:none; clear:both;}
}
@media(max-width:640px){
.RighInfoprodetail .list li{ height:100px;}
.RighInfoprodetail .right_info h1{font-size:20px; }
.RighInfoprodetail .right_info h3{ font-size:16px;}
 }
@media(max-width:480px){
.RighInfoprodetail .list{ padding-top:30px; padding-bottom:30px;}
.RighInfoprodetail .list a{ height:28px;}
.RighInfoprodetail .list li{ height:80px;}
.RighInfoprodetail .tab .h1_tab{ font-size:14px;}
.RighInfoprodetail .tab .h1_tab span{ padding:0 3%;}
 }




.nynewslist{ padding-top:2%; min-height: 400px; }
.nynewslist h3{ margin:0; font-size:18px; font-weight: bold;}
.nynewslist h3 a{color:#333;}
.nynewslist p{ line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;}

.nynewslist ol{ background-color:#fafafa; margin-bottom:2%; position:relative; padding-left:36.25%;}
.nynewslist ol .Ispic{ width:36.25%; position:absolute; left:0; top:0; height:100%;}
.nynewslist ol .Ispic img{ display:none;}
.nynewslist ol div{ padding:5% 10% 3% 5%;}
.nynewslist ol h3 a{ color:#b20612;}
.nynewslist ol h3 a:hover{ color:#0490d9; }
.nynewslist ol time{ display:block; padding:3% 0;}
.nynewslist ol p{ margin:0 0 3% 0; height:78px;}
.nynewslist ol span{ display:inline-block; width:130px; line-height:40px; text-align:center;  background:#b20612; font-size:12px; transition: 0.3s ease; }
.nynewslist ol span:hover{ width: 160px; background:#0490d9; }
.nynewslist ol span a{  color:#fff; }

.nynewslist li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fff;}
.nynewslist li div{border-left:1px solid #eee; padding:2% 3%;}
.nynewslist li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.nynewslist li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.nynewslist li time i{ font-style:normal; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.nynewslist li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}

.nynewslist li:hover{ background-color:#b20612; }
.nynewslist li:hover *{  color:#fff; }

@media(max-width:1000px){
.nynewslist li{padding-left:100px;padding-right:30px;}
.nynewslist li:after{width:30px; background-size:35% auto;}
.nynewslist li time{width:100px;}
.nynewslist li time span{font-size:14px;}
.nynewslist li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.nynewslist h3{ font-size:16px;}
}
@media(max-width:640px){
.nynewslist ol{ padding-left:0;}
.nynewslist ol .Ispic{ width:auto; position:relative; height:auto; display:block; padding-bottom:60%;}
.nynewslist ol div{ padding:3%;}
}
@media(max-width:480px){
.nynewslist li{padding-left:80px;padding-right:0;}
.nynewslist li:after{ display:none;}
.nynewslist li time{width:80px;}
.nynewslist li time span{font-size:12px;}
.nynewslist li time i{font-size:30px;}
.nynewslist h3{ font-size:14px;}
.nynewslist p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
.nynewslist ol p{ height:60px;}
}


.news_info{ padding: 3% 0; }
.news_info .title{ text-align:center; padding-bottom:0px; background:none;}
.news_info .title h1{ margin:0; padding-bottom:15px; font-size:24px; font-weight:normal;}
.news_info .title p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:20px;}
.news_info .title p span{ margin:0 36px; color:#999;  font-size:12px;}
.news_info .info{ text-align:justify; text-justify:inter-ideograph; padding-top:20px; max-width: 1000px; margin: 0 auto;}
.news_info .info img{ margin:15px auto; display: block; }
.news_info .info p{ font-size:14px; color:#666; line-height:30px; margin:12px 0; text-indent:2em;}

.news_info .btn{ text-align: center; }
.news_info .goback{ background:#b20612; padding:8px 18px; color:#fff; border-radius:6px; display: inline-block; margin: 20px 0;}
.news_info .goback:hover{background:#ef4a56; }

.news_info .info_back{ padding:2% 0 20px 0; max-width: 1000px; margin: 0 auto;}
.news_info .info_back dl{ margin: 10px 0;}
.news_info .info_back a{ color:#999; font-size:14px;}
.news_info .info_back a:hover{color:#b20612;}






.RighInfocontact .p,.RighInfocontact .h2,{}
.RighInfocontact{padding: 8% 0}
.RighInfocontact .text{margin-bottom: 30px}
.RighInfocontact .text .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px; margin-top: 0;}
.RighInfocontact .text .title span{font-weight: 700;}
.RighInfocontact .text .p{font-size: 16px;color:#333;line-height: 42px; margin: 0; padding: 0;}
.RighInfocontact .map{width: 100%;height: 200px;    background: #fff;
    padding: 1%;
    border-radius: 20px 0;}
.RighInfocontact .map #map{height: 100%;}
.RighInfocontact .map img{max-width: none !important;}

@media screen and (min-width: 768px) {
	.RighInfocontact .text{float: left;width: 45%;}
	.RighInfocontact .map{float: right;width: 50%;height: 320px;}
}

@media screen and (min-width: 1024px) {
	.RighInfocontact .auto{background: url(../images/righinfocontact-bg.jpg) no-repeat center;}
	.RighInfocontact .map{float: right;width: 50%;height: 320px;}
	.RighInfocontact .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
	.RighInfocontact{padding: 70px 0 70px}
	.RighInfocontact .text .title{margin-bottom: 55px}
	.RighInfocontact .map{ width: 65%;height: 430px; box-sizing: border-box;}
	.RighInfocontact .text{width: 35%;}
}



.pagination{text-align: center; clear:both}
.page_list{text-align: center; margin-bottom: 30px;}
.pagelist {
  display:inline-block;
  font: 16px/28px '微软雅黑', sans-serif;
  *display:inline;
  :1;
  *zoom:1;}
.pagelist span,.page strong {
  float:left;}
.pagelist a,
.pagelist span.disabled,
.pagelist strong {
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  float:left;
  font: 16px/24px  '微软雅黑', sans-serif;
  margin-right:5px;
  min-width:15px;
  padding:4px 8px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;}
  .pagelist strong{background:#b20612; color:#fff; }
.pagelist a:hover {
  border:1px solid #b20612;
  color:#b20612;
  text-decoration:none;}
.pagelist span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#CCC;}
.pagelist span.ellipsis {
  float:left;
  font: 16px/24px '微软雅黑', sans-serif;
  line-height:22x;
  margin-right:5px;}
.pagelist .page_txt {
  line-height:20px;
  float:right;
  width:auto;}
.pagelist a.page-curpage {
  background:#b20612;
  border:1px solid #b20612;
  color:#FFF;
  font-weight:bold;}
.pagelist input {
  font: 14px Verdana;
  padding:0 0 0 1px;
  width:40px;
  height:14px;}

