*{ margin:0; padding:0;}
body {font-size: 14px;font-family: Microsoft Yahei, Tahoma, sans-serif; color: #000;margin: 0 auto; position: relative;}
ul,ol,li{ list-style:none;}
input,select{font-family:Microsoft Yahei, Tahoma, sans-serif;}
img {border: none;}
a{text-decoration:none; color:#404548;}
a:hover{ color:#C7161D;}
.mt{height: 10px;}
.t-page{ border-left:8px solid #000101 ; font-size: 3em; text-indent: 1em; margin: 20px 0 50px 0;}
/*css badoo style pagination*/
div.badoo{padding:20px 0px;font-size:13px;color:#666;font-family:arial, helvetica, sans-serif;text-align:center;}
div.badoo a{border:#E60012 1px solid;padding:8px 15px;margin:0px 2px;color:#101010;text-decoration:none;}
div.badoo a:hover{border:#E60012 1px solid;color:#E60012;}
div.badoo a:active{border:#E60012 1px solid;color:#E60012;}
div.badoo span.current{border:#E60012 1px solid;padding:8px 15px;font-weight:bold;color:#fff;background-color:#E60012;}
div.badoo span.disabled{display:none}
div.badoo .current_page{border:#E60012 1px solid;padding:8px 15px;margin:0px 2px;color:#FFF;background-color:#E60012;}

.map{overflow: hidden; margin: 0 auto; max-width: 1200px; width: 95%; line-height: 3;}

.frame{width:100%; margin:0 auto; overflow:hidden;  padding: 30px 0; }

.frame .nviri2{line-height: 3; border-bottom: 1px solid #C82126;}


.wuyou-waiter{position: fixed; right: 0px; top:50%; margin-top: -90px; width: 144px; box-shadow: 0px 0px 20px rgba(0,0,0,.3); z-index: 999;}



.head{width: 100%; margin: 10px auto; overflow: hidden;}







.htmleaf-container{
	position: relative;
    margin: 0 auto;
	width: 100%;
	height: 62px;
}

.htmleaf-content{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.htmleaf-content  .weblogo{float: left; width: 20%;margin: 0 auto;font-size:3.5rem; color: #D70110;  font-weight:bold;text-align: center;  overflow: hidden; }

.booNavigation {
	margin: 0 auto;
	float: left;
	width: 60%;
	margin-left: 15%;
	border-right: 2px solid #000;
	font-size: 1.5rem;
}

.booNavigation li.navItem {
    float: left;
	text-align: center;
	line-height: 4;
    width: 12%;
}
.booNavigation li.navItem .menu{display: block; width: 98%; margin: 0 auto;}
.booNavigation li .menu:hover {
    background-color: #CDCDCD;
	cursor: pointer;
	color: #000;
	border-bottom:2px solid #D70110 ;
}

.search{background: #D7D7D7; width: 100%; padding: 10px 0; overflow: hidden; position: absolute; top:63px; left: 0; z-index: 10;}
.search .SearchForm{display: block; width: 82%; margin: 0 auto; background: #FFF; overflow: hidden;}
.search .SearchForm .searchInput{float: left; width: 89%; border: none; line-height: 3;}
.search .SearchForm .scrollBut{ float :right;width: 10%; background: #000; color: #FFF; text-align: center; border: none; line-height: 3;}
.booNavigation  .active {
    background-color: #CDCDCD;
	cursor: pointer;
	color: #000;
	border-bottom:2px solid #D70110 ;
}
.search-bnt{float: right; width: 3%; text-align: center; margin-top: 12px;}    

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	flex-direction: column;
  }
  
  
  .timeline {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
  }
  .timeline .swiper-container {
	height: calc(100vh - 62px);
	width: 100%;
	position: relative;
	overflow: hidden;
  }
  .timeline .swiper-wrapper {
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }




  .timeline .swiper-slide-content {
  	max-width: 1200px;
  	position: relative;
	width: 95%;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	font-size: 14px;
	z-index: 2;
  }
  .timeline .swiper-slide .timeline-title{text-align: center; margin-top: 2%;}
  .timeline .swiper-slide .timeline-title .bor-top{
	width:30px;
	margin: 0 auto;
	height: 20px;
	border-top: 2px solid #101010;
  }



  .timeline .swiper-slide .link_dom{ 
	overflow: hidden; width: 100%; border-bottom:1px solid #AEA5A6 ; padding: 8px 0; margin-bottom: 30px;
	opacity: 0;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
	transition: .2s ease .5s;
}


.timeline .swiper-slide-active .link_dom {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
			transform: scale3d(1,1,1);
	transition: .4s ease 1.7s;
	
  }




.link-list{overflow: hidden; max-width: 1200px; margin: 0 auto;}
.link-list li{float: left; width: 23%; text-align: center; border-right:1px solid #AEA5A6;}
.link-list li img{display: block; width: 98%; margin: 0 auto;}
.link-list li:nth-of-type(4){ border-right: none;}

.timeline .swiper-slide-content .about-doc{
	float: left;
	width: 50%;
	opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transition: .2s ease .7s;
}

.timeline .swiper-slide-active  .swiper-slide-content  .about-doc{
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0);
	transition: .4s ease 1.5s;
}


.timeline .swiper-slide-content .about-doc .about_more{
	background: #000; color: #FFF; width: 20%;
	text-align: center;
	display: block;
	line-height: 3;
	margin-top: 30px;

}

.timeline .swiper-slide-content .about-doc .about_more:hover{background: #CA1E24;}

.timeline .swiper-slide-content .about-img{
 float: right;
 width: 45%;
 opacity: 0;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	transition: .2s ease .5s;
}
.timeline .swiper-slide-active .swiper-slide-content .about-img{
	float: right;
	width: 45%;
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 0, 0);
	   transform: rotate3d(0, 0, 0, 0);
	   transition: .3s ease 1.5s;
   }

   .timeline .swiper-slide-content .prod-title{
	   line-height:3; color: #fff; font-size: 3rem; width: 100%;

	}

   .timeline .swiper-slide-content .prd-mdo{
	   overflow: hidden;
	   width: 100%;
	   background: #FFF;
   }
.timeline .swiper-slide-content .prod-img{float: left; width: 45%;}

.timeline .swiper-slide-content .pro-rs{float: right; width: 55%;}


.timeline .swiper-slide .ami-title{
	opacity: 0;
	-webkit-transform: translate3d(50px, 0, 0);
			transform: translate3d(50px, 0, 0);
	transition: .2s ease .5s;
  }

  .timeline .swiper-slide-active .ami-title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	transition: .7s ease 1.7s;
  }

.timeline  .swiper-slide  .bounceInDown{
	-webkit-transform: translate3d(0, -3000px, 0);
	  transform: translate3d(0, -3000px, 0);
	opacity: 0;
	transition: .2s ease .5s;
}
.timeline  .swiper-slide-active .bounceInDown{
	-webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: 2s ease 1.7s;
	
}


.timeline  .swiper-slide  .bounceInUp{
	-webkit-transform: translate3d(0, 3000px, 0);
	  transform: translate3d(0, 3000px, 0);
	opacity: 0;
	transition: .2s ease .5s;
}
.timeline  .swiper-slide-active .bounceInUp{
	-webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: .7s ease 1.7s;
	
}

.timeline  .swiper-slide  .bounceInLeft{
	-webkit-transform: translate3d(-3000px,0,  0);
	  transform: translate3d(-3000px ,0, 0);
	opacity: 0;
	transition: .2s ease .5s;
}
.timeline  .swiper-slide-active .bounceInLeft{
	-webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: .8s ease 1.7s;
	
}

.timeline  .swiper-slide  .bounceInRight{
	-webkit-transform: translate3d(3000, 0, 0);
	transform: translate3d(3000, 0, 0);
	opacity: 0;
	transition: .2s ease .5s;
}
.timeline  .swiper-slide-active .bounceInRight{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: .8s ease 1.7s;
	
}


.timeline  .swiper-slide  .bounceOut{
	-webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
	opacity: 0;
	transition: .2s ease .5s;
}
.timeline  .swiper-slide-active .bounceOut{
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
	opacity: 1;
	transition: .9s ease 1.7s;
	
}


.timeline  .swiper-slide  .flipInX{
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
	transition: .2s ease .5s;
}
.timeline  .swiper-slide-active .flipInX{
	-webkit-transform: perspective(400px) ;
    transform: perspective(400px) ;
	opacity: 1;
	transition: .8s ease 1.7s;
	
}




.timeline  .swiper-slide  .lightSpeedIn{
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
	transition: 3s ease 1.7s;
}
.timeline  .swiper-slide-active .lightSpeedIn{
	-webkit-transform: none ;
    transform: none ;
	opacity: 1;
	transition: .7s ease 1.7s;
	
}


.timeline  .swiper-slide  .zoomOutUp{
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	opacity: 0;
	transition: .6s ease .5s;
}
.timeline  .swiper-slide-active .zoomOutUp{
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
	transition: .9s ease 1.8s;
	
}


.timeline  .swiper-slide  .zoomInRight{
	-webkit-transform: scale3d(.1, .1, .1) translate3d(100%, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(100%, 0, 0);
	opacity: 0;
	transition: .3s ease .7s;
}
.timeline  .swiper-slide-active .zoomInRight{
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
	transition: .8s ease 1.7s;
	
}
.timeline  .swiper-slide  .zoomInLeft{
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-100%, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-100%, 0, 0);
	opacity: 0;
	transition: .3s ease .7s;
}
.timeline  .swiper-slide-active .zoomInLeft{
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
	transition: 1s ease 1.7s;
	
}

.timeline .swiper-slide-content .pro-rs p{
	line-height:2.5; font-size: 2rem; border-bottom: 1px solid #AEA5A6;
	width: 80%;
	margin: 0 auto;
}
.timeline .swiper-slide-content .pro-rs p:last-of-type{border-bottom: none;}


.timeline .swiper-slide-content  .vr-box{width: 29%;
 height: 100%; z-index: 5; float: left;margin-left:1%; position: relative;}
 .timeline .swiper-slide-content  .vr-box:hover{
	animation: bounce .5s ease .5s;
}


@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}







.timeline .swiper-slide-content  .vr-box a{
	display: flex;align-items: center;justify-content: space-around;flex-direction: column; 
	width: 100%; height: 100%;position: absolute; left: 0; top: 0; 
	color: #FFF; text-align: center;
	background: rgba(0,0,0,0.3);
	}
	

.timeline .swiper-slide-content  .vr-noe-box{width: 100%;height: 30%;position: absolute; left: 0; top: 2%; }
.timeline .swiper-slide-content  .vr-noe-box .vr-fast-box{width:40%; height: 100%; float: left;}
.timeline .swiper-slide-content  .vr-noe-box .vr-fast-box .vr-en{font-size: 3rem; font-weight: bold;}
.timeline .swiper-slide-content  .vr-two-box{width: 100%;height: 30%;position: absolute; left: 0; top: 34%;}
.timeline .swiper-slide-content  .vr-tree-box{width: 100%;height: 30%;position: absolute; left: 0; top: 66%; padding-left: 20%;}
.timeline .swiper-slide-content  .vr-tree-box .vr-last-box{
	width: 50%;height: 87%; background: #575757; color: #FFF; 
	line-height: 50%; float: left;margin-left:1%; 
	padding: 1%;
	}
	.timeline .swiper-slide-content  .vr-tree-box .box-hr{
		position: absolute;
		display: flex;align-items: center;justify-content: space-around;flex-direction: column;
		border: 1px solid #FFF; width:39%; height: 85%; margin: 0 auto;}
.case-title{overflow: hidden; margin-top: 5%;}
.case-title .case_tis{float: left; width: 30%;}
.case-title .case_list{float: right; width: 30%;}
.case-title .case_list ul li{float: left; width: 24%; text-align: center;  margin-top: 30px; border-right:1px solid #000 ;}
.case-title .case_list ul li span{margin-left: 5%;}
.case_list ul li:nth-last-child(1){border: none;}
.swiper-case{overflow: hidden; margin-top: 40px; overflow: hidden;}
.swiper-case .case_box{overflow: hidden;}

.index_more{width: 90px; display: block; margin: 30px auto; background: #000; color: #FFF; text-align: center; line-height: 2.5;}
.index_more:hover{background: #CA1E24; color: #FFF;}

.nvabar{
	width: 100%; margin: 0 auto; background: #F0F0F0; 
	overflow: hidden; border-top:1px solid #FFF ;
}
.nvabar .type{ width:95%; margin: 30px auto; max-width: 1200px;}
.nvabar .type a{display: inline-block; padding: 5px; margin: 2px;}
.nvabar  a.active{background: #FFF;}

.nvabar .cats2{float: left; padding: 0 2px;}
.nvabar .cats2 .one-cats{font-weight: bold;}

.html-container{overflow: hidden; max-width: 1200px; margin: 0 auto;}

.swiper-banner{width: 100%; margin: 0 auto; overflow: hidden; position: relative; height: 100%;}
.my-banner-pagination {position: absolute; bottom: 0; text-align: center;width: 100%; z-index: 8;}
.my-banner-pagination .swiper-pagination-bullet{width: 60px; height: 8px; background-color:#CCCCCC ; border-radius:0 ;}
.my-banner-pagination .swiper-pagination-bullet-active{background-color:#C7161D ;}



.page-swiper-pagination {position: absolute; top: 50%; right: 10px; z-index: 9;}

.page-swiper-pagination .swiper-pagination-bullet-active{background-color:#C7161D ;}






.framework{max-width: 1200px; overflow: hidden; margin: 0 auto; background: #FFF;}

.model-pro{background-color: #F1F1F1; overflow: hidden; padding: 50px 0; margin: 0 auto;}

.index-cn{color: #E60012; text-align: center; font-size: 28px; margin-top:50px;}
.index-en{color: #7B807F; text-align: center; font-size: 15px;}


.am-tabs-bd{border: none;}
.am-nav-tabs{background: none; margin: 30px 0;}
.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:hover, .am-nav-tabs > li.am-active > a:focus{background: #E60012;color: #FFF;}
.am-nav-tabs li a{background: #FFF; border: 1px solid #646464; line-height: 3; padding: 0 30px;}
.am-nav-tabs li a:hover{background: #E60012;color: #FFF;}





.news_mode{overflow: hidden;margin-top: 30px; margin: 0 auto;}
.rs_news{ overflow: hidden;}
.rs_news li{border: 1px solid #DDDDDE; padding: 8px; float: left; width: 45%; margin-bottom: 10px;}
.rs_news li:nth-child(even){margin-left: 10px;}
.rs_news li .content{ float: left; width: 50%;}
.rs_news li .image{width: 45%; float: right;}
/*
 * 底部样式
 */

.pagebottom{background: #D7D7D7; overflow: hidden; width: 100%;padding-bottom: 50px;}
.footer{overflow: hidden; margin: 0 auto; margin-top: 50px; padding:50px 0; border-top:1px solid #999999; 
border-bottom:1px solid #999999; width: 90%; max-width: 1200px;
}
.footer .footer-mun{width:65%;overflow: hidden; margin: 0 auto; float: left;}
.footer .footer-mun .one-ul{float: left; width: 14%; }
.footer .footer-mun ul li span{font-weight: bold; font-size: 15px; }
.footer .footer-mun ul li a{color: #999999;}
.footer .footer-mun ul li span a{color: #000;}
.footer-doc{float: right; width: 30%;}
.footer-doc .p1{border-bottom:1px solid #999999; line-height: 2;}
.footer-doc .footer-c-r{overflow: hidden; width: 100%;}
.footer-doc .footer-c-r .footre-name{float: left; width: 60%;}
.footer-doc .footer-c-r .footre-name .p2{font-weight: bold; font-size: 20px;}
.footer-doc .footer-c-r .footer-web{float: right; width: 25%}
.footer-doc .footer-c-r .footer-web ul{margin-top: 15px;}
.footer-doc .footer-c-r .footer-web ul li{float: left; width: 50%; }
.footer-doc .footer-c-r .footer-web ul li .p3{font-size: 18px;}
.hoor{margin-top: 60px; width: 100%; overflow: hidden;}

/*内页选项结束*/  
  
.nviri{line-height:2; width: 100%; margin:15px 0; color: #404548; text-align: center; font-size: 25px;}
.nviri p{margin: 0 auto; width: 100px; height: 3px; background: #404548;}  
/*规格选项开始*/
.size-tabbar-swiper{
	display: inline-block;
	width: 100%;
	margin: 0.35rem 0;
	padding: 5px 0;
	text-align: center;
	overflow: hidden;
}

.size-tabbar-swiper  a{
	display: inline-block;
	padding: 0  30px;
	margin: 0 20px;
	line-height: 2;
	font-size: 2rem;
	border: 2px  solid #D7D7D7;
}
.size-tabbar-swiper  .active,.size-tabbar-swiper a:hover{
 color: #FFF;
 border: 2px  solid #E60012;
 background: #E60012;
} 



/*导航栏开始*/

.my-sidebar-navbar{
	width: 250px;
	overflow: hidden;
	float: left;
}

/*.my-sidebar-navbar ul, .my-sidebar-navbar li{
margin: 0;padding: 0;

}*/
.sidebar-top-title{
	width: 93.5%;
	line-height:4;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	background: #433F3E;
	border-bottom: 1px solid #FFF;	
}
.sidebar-navbar{
	display: inline-block;
	width: 100%;
}
.sidebar-navbar .one-Item{
	display: inline-block;
	width: 90%;
	height: 43px;
	line-height: 43px;
	background: #433F3E;
	position: relative;
	padding: 0 0.35rem;
	border-bottom: 1px solid #FFF;
}
.sidebar-navbar .one-Item .title-cn{
	width: 90%;
	height: 100%;
	color: #ffffff;
	font-size: 16px;
  text-indent: 1em;
}
.sidebar-navbar .one-Item .flex{
	position: absolute;
	right: 0.35rem;
	bottom: 0rem;	
	opacity: 0;
}
.sidebar-navbar .one-Item  .flex .text{
	float: left;
	color: #5d080d;
	font-size: 0.25rem;
}
.sidebar-navbar .one-Item  .flex .sign{
	float: left;
	color: #ffffff;
	font-size: 16px;
	transform: rotate(90deg);
}
.two-navbar{
	display: inline-block;
	width: 100%;
	display: none;
}
.two-navbar .two-Item{
	display: inline-block;
	width: 89%;
	height: 35px;
	line-height: 35px;
	background: #AEA5A6;
	margin-top: 1px;
	position: relative;
	padding: 0 0.35rem 0 0.6rem;
}
.two-navbar .two-Item .title-cn{
	width: 90%;
	height: 100%;
	color: #ffffff;
	font-size: 16px;
	text-indent: 3em;

}
.two-navbar .two-Item .flex{
	position: absolute;
	right: 0.35rem;
	bottom: 0rem;	
	opacity: 0;
}
.two-navbar .two-Item .flex .text{
	float: left;
	color: #5d080d;
	font-size: 0.23rem;
}
.two-navbar .two-Item .flex .sign{
	float: left;
	color: #ffffff;
	font-size: 0.4rem;
	transform: rotate(90deg);
}

.three-navbar{
	display: inline-block;
	width: 100%;
	display: none;
}
.three-navbar .three-Item{
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #ffffff;
	margin-top: 0.05rem;
	position: relative;
	padding: 0 0.35rem 0 1.2rem;
}
.three-navbar .three-Item .title-cn{
	width: 90%;
	height: 100%;
	color: #999999;
	font-size: 0.4rem;
}
.sidebar-navbar .active ul{display: block;}
/*.sidebar-navbar .one-Item:hover,.sidebar-navbar .one-Item.active{
	color: #edb625;
}
.two-navbar .two-Item:hover .title-cn,.sidebar-navbar .two-Item.active .title-cn{
	color: #f28c00;
}
.three-navbar .three-Item:hover .name,.three-navbar .three-Item.active .name{
	color: #f28c00;
}*/
/*导航栏结束*/  


.procontent .catnva{text-align: center; width: 98%; margin: 0 auto; line-height: 3; } 







.ablsit{ overflow:hidden; margin:20px auto auto; }
.ablsit li{ overflow:hidden;text-align:center;margin:0 13px 15px;border:1px solid #CCC;padding:2px 2px 0;border-radius:4px;line-height:30px; color:#5d5d5d; display: inline-block;}
.ablsit li:hover{border:1px solid #C82126;}
.ablsit li img{ width:206px; max-height:206px;} 
.ablsit li p{text-align: left;  width:206px; font-size: 12px;}
.ablsit li p span{color: #D1A188;}
.ablsit li a:hover{color: #000;}

.procontent{max-width:1200px; overflow: hidden; margin: 0 auto; padding:15px 0; background: #FFF;}
.prolist2{ overflow:hidden; margin:0 auto; }
.prolist2 li{ overflow:hidden;margin:0 0 15px;border-radius:4px; color:#5d5d5d; display: inline-block; padding: 10px;}
.prolist2 li span{width:258px; height:258px;padding: 10px;  text-align:center; vertical-align: middle; display: table-cell; border: 1px solid #B4B4B4;}
.prolist2 li span img{max-width: 100%; max-height: 100%; display: block; margin: 0 auto;} 
.prolist2 li p{font-size: 16px; line-height: 2;  text-align: center;}
.prolist2 li span:hover{border: 1px solid #E60012;}


.lists{overflow: hidden;width: 100%; margin: 0 auto;}
.lists ul{ overflow: hidden;}
.lists ul li{width:24%; margin: 10px 5px auto; display: inline-block;  overflow: hidden; border: 1px solid #E3E3E3;}
.lists ul li .img{}
.lists ul li .img  img{max-width: 100%; max-height: 100%; display: block; margin: 0 auto;}
.lists ul li .pro-doc{ overflow: hidden; margin: 5px 0;  position: relative;}
.lists ul li .pro-doc .name{padding: 5px 0 5px 5px;}
.lists ul li .pro-doc .pro-v{font-size: 1rem; }
.lists ul li .pro-doc .vr{display: block; width:15%; height: 100%; position: absolute; top: 0; right:5px; text-align: center;line-height:4; color: #FFF;}
/* 分类样式2 */



.vr-list{width:95%; overflow: hidden; margin:  20px auto; background: #FFF;}

.vr-list ul li{ overflow:hidden; border-bottom:1px solid #6D6D6D ; margin-bottom: 20px;}
.vr-list ul li a{ color: #6D6D6D; font-weight: bold; line-height: 3; font-size: 1.5rem;} 
.vr-list ul li span{float: right; font-size: 1rem;}

.vr-rs{width: 95%; margin: 20px auto; overflow: hidden; }
.vr-rs li{width:25%;display: inline-block; overflow: hidden; margin-bottom: 20px; }

.vr-rs li .vr-img{width: 90%; margin: 0 auto; display: block;}
.vr-rs li .vr-img .img-box{ display: table-cell; text-align: center; vertical-align: middle;position: relative;}
.vr-rs li .vr-img .img-box .box-bg{width: 100%; height: 100%; background: rgba(0,0,0,0.7); position: absolute; left: 0; top: 0; 
display: flex;align-items: center;justify-content: space-around;flex-direction: column;
}
.vr-rs li .vr-img img{max-width: 100%; max-height: 100%;}
.vr-rs li .vr-img .img-box .box-bg span{font-size: 3rem; color: #FFF; width: 50px; height: 50px; display: block; border-radius:50% ;  background:rgba(240,240,240,0.7);position: absolute;left: 45%; top: 40%;}
.vr-rs li  .name{font-size: 1.8rem; text-align: center;line-height: 2;}








.tplist2{ overflow:hidden; margin:20px auto auto;}
.tplist2 li{ overflow:hidden;text-align:center;margin:0 35px 30px;border:1px solid #CCC;padding:2px 2px 0;border-radius:4px;line-height:30px; color:#5d5d5d; display: inline-block;}
.tplist2 li:hover{border:1px solid #C82126;}
.tplist2 li img{ width:400px; max-height:300px;} 



.peijian{ overflow:hidden; margin:20px auto auto; }
.peijian li{ overflow:hidden;text-align:center;width:205px; float: left; margin: 5px;}
.peijian li img{ width:100%; max-height:205px;} 
.peijian li a{text-align: center; display: table-cell; vertical-align: middle; width: 205px;height: 205px; border: 1px solid #CCC;}
.peijian li p{text-align: left;  width:205px; font-size: 12px; line-height: 30px; text-align: center;}
.peijian li p span{color: #D1A188;}
.peijian li a:hover{color: #C82126;}




.caselist li{position: relative; overflow:hidden;text-align:center;margin:0 8px 15px;padding:2px 2px 0;border-radius:4px; color:#5d5d5d; display: inline-block; box-shadow:2px 2px 5px #000;}
.caselist li span{ width:280px; height:280px; text-align: center; vertical-align: middle;display: table-cell;} 
.caselist li span img{max-height: 100%; max-width: 100%;}
.caselist li p{text-align: left;  width:100%; font-size: 16px; line-height: 3; text-align: center;}
.caselist li img{width: 100%; max-height: 100%;}



.vr {overflow: hidden; width: 100%;}
.vr li{overflow: hidden; width: 370px; border:1px solid #CCC; height: 300px; margin: 20px 5px 0; position: relative; display: inline-block;}
.vr li .img{width:370px; height:200px;}
.vr li p{line-height: 2; font-size: 18px; text-indent: 2em;}
.vrurl{ width: 120px; line-height: 2; display: block; float: right; background: #333333; color: #FFF; text-align: center; border-radius:20px; margin: 20px 20px 0 0;}
.aimg{position: absolute; right: 0; bottom: 0; display: block;}
.hoveimg{ display: none;  position: absolute;right: 30px;bottom: 60px; width: 120px; height: 120px; z-index: 5;}
.vr li:hover{border:1px solid #C82126; color: #C82126;}
.vr li a:hover{color: #C82126;}


.pagecontent{overflow:hidden; padding: 0 20px; margin: 0 auto;}
.pagecontent .about-con{float: right; width: 50%; padding: 25px;  border-radius:10px ; background: #483E3C;}
.pagecontent .about-con .conter{width: 465px; float: left;}
.pagecontent .about-con .webimg{width: 100px; float: right;}
.pagecontent .about-con p{color: #FFF;}

.pagecontent  #allmap{ width:50%;height:400px; float: right;}
.pagecontent  .page{width:50%; float: left;}
.cont-web{ margin: 30px auto; width: 80%; overflow: hidden;}
.cont-web li{float: left; width: 30%; padding: 10%;}
.cont-web li img{width: 100%;}
.cont-web li P{width: 100%; text-align: center;}

.pagecontents{overflow:hidden; margin: 0 auto;  border: 1px solid #CCC;}


.readpic{width: 80%; margin: 20px auto; padding: 20px 0; overflow: hidden;border-top:1px solid #D7D7D7 ;}


.readpic .group12{width: 50%; float: left; overflow: hidden;}

.readpic .group1{
	width: 90%;
	padding: 10px;
	border:1px solid #D7D7D7 ;
	display: inline-block;
	position: relative;
	
}

.readpic .group1 img{
	width: 100%;
	height: auto;
	float: left;
}

.readpic .group1 .description{
	display: inline-block;
	float: left;
	position: absolute;
	top: 40%;
	left: 50%;
}

.readpic .group1 .pp1{
	color: darkgray;
	font-size: 15px;
	width: 200px;
}  

.readpic .group1 .pp1 span{
	color: orange;
}  

.readpic .group2{
	width: 90%;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
	
}

.readpic .group2 .preBtn{position: absolute; top: 20px; left: 0; font-size: 3rem;}


.readpic .group2 .nextBtn{position: absolute; top: 20px; right: 0;font-size: 3rem;}
.readpic .group2 .gallery-thumbs{width: 87%;}

.readpic .group2 .gallery-thumbs img{
	width: 100%;
	display: inline-block;
	position: relative;
	
}


.swiper_product_name{position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.3); color:#FFF; width: 100%; height: 45px;line-height:45px;font-size: 18px; text-align: center;}

.readpic .group1 img{
	width: 100%;
	float: left;
}


.prdoc{width: 45%; margin: 20px auto;  overflow: hidden; float: right;}
.prdoc .prodip{margin-top: 50px;}
.prdoc p{line-height: 3;}
.prdoc .porvr{width:20%;margin-top: 150px;}

.prdoc .numbic{font-weight: bold; font-size: 2.5rem; line-height: 2;} 

.pro-info{ width: 78%; margin: 0 auto; overflow: hidden;}
.pro-info .numbic{font-weight: bold; font-size: 1.8rem; line-height: 2;}

.pager{text-align: center; font-size:1.8rem; margin: 1.5rem 0;}
.pager a{display: inline-block; margin: 1.5rem; text-align: center; background: url(../images/pr_02.jpg) no-repeat; line-height: 2; width: 100px; background-size:100% 100% ;}

.pro-info .prdis{ text-indent: 2em; line-height: 2; font-size: 1.5rem;}

.hr{width: 100%; height: 2px; background: #DAD9D9; margin: 15px auto;}

.order {text-align: center; overflow: hidden; margin-bottom: 20px;}
.order .line {display: inline-block;width: 50px;border-top: 2px solid #595757 ;}
.order .txt {color: #595757;vertical-align: -4px;font-size: 3rem;font-weight: bold;}
.order .txt-en{font-size: 1.8rem;color: #595757;}



.duomian-list{overflow: hidden; width: 100%; margin: 0 auto;}
.duomian-list li{width:48%; display: inline-block;position: relative; padding: 2px;}
.duomian-list li p {width:98%;position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,0.5);line-height: 2; color: #FFF; text-align: center;} 
.pro-title{overflow: hidden; margin: 15px auto; text-align: center;}
.pro-title-cn{font-size: 2rem; color: #7E7C7D; }
.pro-title-en{font-size: 1.2rem; color: #7E7C7D;}

.peijian-list{overflow: hidden; width: 50%; margin: 0 auto;} 
.peijian-list li{margin-bottom: 20px; overflow: hidden;}



.news_hy{ overflow:hidden;}
.news_hy ul li{ float:left; width:365px; margin-left:15px;}
.news_hy ul li .hy_title{ font-weight:bold; margin-bottom:5px;}
.news_hy  .hy_border{ border-right:1px  solid #C1C1C1;}
.news_hy  .hy_border p{ margin:0 10px;}

.news_qy{ overflow:hidden;}
.news_qy ul li{float:left; width:240px; margin-left:15px;}
.news_qy ul li .hy_title{ font-weight:bold; margin-bottom:5px;}
.news_qy ul li { border-right:1px  solid #C1C1C1;}
.news_qy p{ margin:0 10px;}

.news_foot{margin:20px 0; overflow:hidden;}
.news_foot ul li{ margin-top:3px;background:#F2F2F2; line-height:35px; padding-left:15px;}
.news_foot ul li span{ float:right; padding-right:15px;}


.news_list{ overflow:hidden; margin-bottom:35px;}
.news_list li{ overflow:hidden; padding:20px; position: relative; border-bottom: 1px solid #C0C0C0; margin-bottom: 30px;}
.news_list li .image{ width:45%;  float:left;}
.news_list li .content{ width:50%; color:#5B5D5F;  float:right; line-height:25px; overflow:hidden;}
.news_list li .image2{ width:45%;  float:right;}
.news_list li .content2{ width:50%; color:#5B5D5F;  float:left; line-height:25px; overflow:hidden;}
.news_list li  .ns_title{ font-size:18px;overflow:hidden; font-weight: bold;}
.news_list li  .date{line-height: 3;}
.news_list li  .con{ padding-top:20px; font-size:14px; color:#5B5D5F; text-indent: 2em; line-height: 2;}
.news_list li .url{display: block; float: right; width: 120px; margin-top: 30px; line-height: 3; text-align: center;  font-size: 16px;}

.newslist{ overflow:hidden; }
.newslist li{line-height:35px; border-bottom:1px solid #000;}
.newslist li span{ float:right;}
.newslist li .doc{text-indent: 3.5em; color: #B4B1B1; }


.case{margin:20px 0px; overflow:hidden;}
.case ul li{float:left; width:270px; height:167px; margin:0 0 5px 5px; position: relative;}


.mess{width: 500px;float: left;background: #483E3C; border-radius:10px ;}
.mess p{padding-left: 25px; color: #FFF;}
.formlist{width:100%; border-collapse:collapse; margin-top:20px;}
.formlist th{  text-align:right; padding-right:5px; width:20%; vertical-align:middle; font-weight:normal;}
.formlist th.conth{ vertical-align:top; padding-top:10px;}
.formlist td{ padding:10px 0 5px; 0;}
.formlist .infoInput{ width:500px; height:30px; border:1px solid #3D4245; line-height:30px; text-indent:3px;border-radius:3px;}
.formlist .lycon{ width:500px; height:180px; border:1px solid #3D4245; line-height:20px; padding:0 3px;border-radius:3px;}
.formlist .code{ width:100px; height:30px; border:1px solid #3D4245; line-height:30px; text-indent:3px;border-radius:3px; margin-right:10px;}
.formlist img{ cursor:pointer; vertical-align:middle;}
.formlist .buttonface{ width:115px; height:35px; border:none; background:#3D4245; text-align:center; line-height:35px; color:#fff; cursor:pointer; font-size:14px;}

.caselist{ overflow:hidden;  margin: 15px auto;}



.show_news{overflow:hidden; max-width: 1200%; width: 90%; margin: 0 auto;  padding:20px;border-top:none; line-height:2; background: #FFF; min-height: 500px; }
.show_news  .title{ margin-bottom: 50px; font-size: 20px; font-weight:bold;  text-align: center;}
.show_news  .bdsharebuttonbox{ float:right;overflow:hidden;}
.show_news .rmv{ width: 600px; height:745px; margin:0 auto;}
.show_news img{max-width: 100%; display: block; text-align: center; margin: 0 auto;}



  
