@charset "utf-8";


/*公用样式*/

/*小banner开始*/
.bans{
	height: 200px;
	position: relative;
}
.b1{
	background: url(../Responsiveimg/bans.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.b2{
	background: url(../Responsiveimg/bans-cp.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.b3{
	background: url(../Responsiveimg/bans-new.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.b4{
	background: url(../Responsiveimg/bans-jj.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.b5{
	background: url(../Responsiveimg/bans-se.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.b6{
	background: url(../Responsiveimg/bans-con.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}







.bans-txt{
	margin-top: 23px;
}
.bans-txt h1{
	color: #fff;
	font-size: 33px;
	font-weight: bold;
}
.bans-txt p{
	color: #fff;
	font-size: 18px;
}

.bans-xz{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    text-align: center;
    background-color: rgba(3,3,3,.5);
}
.bans-xz li{
	display: inline-block;
}
.bans-xz li a{
	display: block;
    font-size: 18px;
    color: #fff;
    padding: 8px 40px;
}
.bans-xz li a.ha {
    color: #fff;
    font-weight: bold;
    background-color: #DF453E;
}

@media only screen and (max-width: 767px) {
.bans-txt h1 {
    font-size: 24px;
}
.bans-txt p {
    font-size: 16px;
}
.bans-xz li a{
    font-size: 16px;
}	
	
}

/*小banner结束*/

/*位置导航开始*/
.breadcrumb {
    margin-bottom: 0;
    background-color: #fff; 
}
.breadcrumb li a{
	color: #333;
}
.breadcrumb li a:hover{
	color: #DA251D;
}

/*位置导航结束*/



/*关于我们开始*/

/*公用样式*/
.h2-title{
	overflow: hidden;
	margin-bottom: 20px;
}
.h2-title h2{
	color: #000;
	font-size: 35px;
}
.h2-title div{
	position: relative;
	width: 100%;
	margin-top: 15px;
}
.h2-title div:after{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 2px;
	background-color: #ccc;
}
.h2-title div span{
	color: #666;
	font-size: 18px;
	position: relative;
	z-index: 999;
	padding: 0 50px;
	background-color: #fff;
}
.h2-title div span:after{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 11px;
    height: 11px;
	border-radius: 50%;
	background-color: #bbb;
}
.h2-title div span:before{
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	width: 11px;
    height: 11px;
	border-radius: 50%;
	background-color: #bbb;
}

@media only screen and (max-width: 768px){
.h2-title h2 {
    font-size: 28px;
    margin: 0;
}
.h2-title div span {
    font-size: 16px;
}

	
}

@media only screen and (max-width: 450px) {
.h2-title div:after{
	display: none;
}	
.h2-title div span:after,.h2-title div span:before{
	display: none;
}
.h2-title div span{
	padding: 0;
}	
	
}



/*公司简介开始*/
.about{
	margin: 30px 0;
}

.abo-nr{}
.abo-nr .abo-nr-img{
	float: left;
	width: 450px;
	margin-right: 20px;
}
.abo-nr .abo-nr-img video{
	width: 100%;
}

.abo-nr .abo-nr-p{}
.abo-nr .abo-nr-p p{
	color: #333;
	font-size: 15px;
	text-indent: 2em;
	line-height: 30px;
}
.abo-nr .abo-nr-p .da{
	color: #da251d;
	font-size: 28px;
    font-weight: bold;
    margin: 15px 0;
    text-indent: 0;
}


@media only screen and (max-width: 767px) {
.abo-nr .abo-nr-img{
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.abo-nr .abo-nr-p .da {
    font-size: 22px;
}		
	
}


/*公司简介结束*/

/*荣誉证书开始*/
.certificate{
	padding: 30px 0;
	background-color: #f7f7f7;
}
.certificate .h2-title div span{
	background-color: #f7f7f7;
}

.cer-nr{}
.cer-nr-zs{
	width: 410px;
	margin: 0 auto;
	overflow: hidden;
}
.cer-nr-zs li{}
.cer-nr-zs li:first-of-type{
	float: left;
}
.cer-nr-zs li:last-of-type{
	float: right;
}

.cer-nr-zs li a{
	color: #666;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 5px 25px;
	border: 1px solid #ccc;
	background-color: #fff;
	transition: all 0.33s;
}
.cer-nr-zs li a.zs{
	color: #da251d;
	border-color: #da251d;
}

.cer-nr-ul{
	margin: 20px 0 40px;
	position: relative;
}
.cer-overhid{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}
.cer-overhid:first-of-type{
	display: block;
}

.cer-nr-ul .cer-nr-lis{
	width: 3000px;
	overflow: hidden;
	position: relative;
}
.cer-nr-ul .cer-nr-lis li{
	float: left;
    padding: 0 15px;
}
.cer-nr-ul .cer-nr-lis li a{
	display: block;
	background-color: #fff;
	position: relative;
	width: 255px;
	height: 225px;
}
.cer-nr-ul .cer-nr-lis li a .be{
	display: none;
	transition: all 0.33s;
}
.cer-nr-ul .cer-nr-lis li a .be i{
	color: #fff;
	font-size: 50px;
	line-height: 200px;
}
.cer-nr-ul .cer-nr-lis li a:hover .be{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
    text-align: center;
    transition: all 0.33s;
	background-color: rgba(222,68,61,.8);
}

.cer-nr-ul .cer-nr-lis li a img{
	display: block;
	max-height: 100%;
    max-width: 100%;
	padding: 8px;
	margin: 0 auto;
	padding-bottom: 49px;
}
.cer-nr-ul .cer-nr-lis li a p{
	color: #000;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #d74e4e;
	transition: all 0.1s;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
.cer-nr-ul .cer-nr-lis li a:hover p{
	color: #fff;
	background-color: rgba(222,68,61,1);
}

.cer_nav{
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 999;
	width: 100px;
}
.cer_prev{
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #de443d;
	border-radius: 20px;
	float: left;
	transition: all 0.33s;
}
.cer_next{
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #de443d;
	border-radius: 20px;
	float: right;
	transition: all 0.33s;
}
.cer_nav a.aa{
	width: 35px;
    background-color: #de443d;
}

#bg-img{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0,0,0,.6);
}
#bg-img div{
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 700px;
	height: 80%;
	max-height: 500px;
	margin: 0 auto;
	background-color: #fff;
}
#bg-img div img{
	width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.cer-nr-ul .cer-nr-lis li a{
	width: 207px;
	height: 195px;
}
.cer-nr-ul .cer-nr-lis li a .be i {
    line-height: 180px;
}
.cer-nr-ul .cer-nr-lis li a p{
	font-size: 18px;
}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.cer-nr-ul .cer-nr-lis li a{
	width: 147px;
	height: 152px;
}
.cer-nr-ul .cer-nr-lis li a .be i {
	font-size: 45px;
    line-height: 135px;
}
.cer-nr-ul .cer-nr-lis li a p{
	font-size: 16px;
}
	
}


@media only screen and (max-width: 767px) {
.cer-nr-zs{
	width: 350px;
}
.cer-nr-ul .cer-nr-lis{
	width: 200%;
}
.cer-nr-ul .cer-nr-lis li{
	width: 25%;
	margin-bottom: 15px;
}
.cer-nr-ul .cer-nr-lis li a{
	width: 100%;
	height: 152px;
}
.cer-nr-ul .cer-nr-lis li a .be i {
    font-size: 40px;
    line-height: 115px;
}
.cer-nr-ul .cer-nr-lis li a p{
	font-size: 15px;
}
#bg-img div{
	background-color: rgba(255,255,255,0);
}
.cer-nr-zs li a {
    font-size: 18px;
}

	
}

@media only screen and (max-width: 450px){
.cer-nr-zs{
	width: 280px;
}
.cer-nr-zs li a{
    font-size: 18px;
}
	
}

@media only screen and (max-width: 375px) {
.cer-nr-ul .cer-nr-lis li a{
	height: 140px;
}	
	
	
}




/*荣誉证书结束*/



/*企业展示开始*/
.Exhibition{
	padding: 30px 0;
}
.exh-nr{}
.exh-nr ul{
	width: 100%;
	overflow: hidden;
}
.exh-nr ul li{
	float: left;
}
.exh-nr ul li:first-of-type{
	width: 21.9%;
	margin-right: 15px;
}
.exh-nr ul li:nth-of-type(2){
	width: 48.6%;
}

.exh-nr ul li:last-of-type{
	float: right;
	width: 26.57%;
}
.exh-nr ul li img{
	display: block;
	width: 100%;
}
.exh-nr div{
	margin-top: 15px;
}
.exh-nr div img{
	display: block;
	width: 100%;
}


@media only screen and (max-width: 768px) {
.exh-nr ul li:first-of-type{
	margin-right: 10px;
}	
	
}
@media only screen and (max-width: 550px) {
.exh-nr ul li:first-of-type{
	margin-right: 0px;
}
.exh-nr ul li{
	float: none;
	width: 100% !important;
}	
.exh-nr ul li:first-of-type{
	display: none;
}
	
}


/*企业展示结束*/


/*关于我们结束*/



/*产品中心开始*/

/*公用样式*/
.pro-h2-title{}
.pro-h2-title h2{
	color: #333;
	font-size: 35px;
	margin: 20px 0;
}
.pro-h2-title h2 a{
	color: #333;
	font-size: 35px;
	transition: all 0.3s;
}
.pro-h2-title h2 a:hover{
	color: #d8212d;
}
.pro-h2-title h2 a:hover i{
	color: #d8212d;
}
.pro-h2-title h2 a i{
	color: #333;
	font-size: 47px;
    height: 43px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    transition: all 0.3s;
}
.pro-h2-title h2 .gd{
	color: #d8212d;
	font-size: 16px;
	padding: 2px 10px;
	border: 1px dashed #d8212d;
	border-radius: 20px 0 20px 0;
	transition: all 0.33s;
}
.pro-h2-title h2 .gd:hover{
	color: #fff;
    background-color: rgba(216,33,45,1);
}
.pro-h2-title p{
	color: #333;
	font-size: 15px;
	text-indent: 2em;
	line-height: 30px;
}


/*磨粉设备开始*/
.mofen{
	margin: 30px 0;
}


.mf-nav{
	margin: 20px 0;
	overflow: hidden;
}
.mf-nav .mf-nav-lf{
	float: left;
	width: 33%;
	padding-right: 15px;
}
.mf-nav .mf-nav-lf .mf-nav-sb{
	position: relative;
	border: 1px solid #DA251D;
}
.mf-nav .mf-nav-lf .mf-nav-sb img{
	width: 100%;
	transition: all 0.15s;
}
.mf-nav .mf-nav-lf .mf-nav-sb:hover img{
	opacity: 0.9;
}

.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a{
	position: absolute;
	bottom: 18%;
	left: 0;
	z-index: 8;
	width: 100%;
	padding: 0 30px;
	text-align: center;
}
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a a{
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	width: 80%;
    line-height: 40px;
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
}


.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a .mf-gd{
	border: 1px solid rgba(3,3,3,1);
	background-color: rgba(3,3,3,.7);
	transition: all 0.33s;
}
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a .mf-gd:hover{
	background-color: rgba(3,3,3,.9);
	border-radius: 30px;
    margin-top: -5px;
	box-shadow: 0 2px 10px rgba(0,0,0,.8);
}

.mf-nav .mf-nav-lf .mf-nav-text{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	display: block;
	line-height: 58px;
	text-align: center;
	background-color: rgba(218,37,29,.8);
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	transition: all 0.33s;
}
.mf-nav .mf-nav-lf .mf-nav-text:hover{
	background-color: rgba(218,37,29,.95);
}







.mf-nav .mf-nav-rg{
	float: left;
	width: 67%;
	padding-left: 15px;
	margin-bottom: 0;
}
.mf-nav .mf-nav-rg .mf-nav-lis{
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.mf-nav .mf-nav-rg .mf-nav-lis a{
	display: block;
	margin: 0 10px;
	position: relative;
}

.mf-nav .mf-nav-rg .mf-nav-lis a img{
	width: 100%;
}
.mf-nav .mf-nav-rg .mf-nav-lis a:hover img{
	opacity: .88;
}

.mf-nav .mf-nav-rg .mf-nav-lis a p{
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 8px 0;
	background-color: rgba(3,3,3,.4);
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	transition: all 0.15s;
}
.mf-nav .mf-nav-rg .mf-nav-lis a:hover p{
	background-color: rgba(3,3,3,.6);
}





@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a{
	bottom: 17%;
	padding: 0 20px;
}

.mf-nav .mf-nav-rg {
    padding-left: 0px;
}

	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a{
	bottom: 3%;
	padding: 0 30px;
}
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a a{
	margin: 5px 0;
}

.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a .mf-gd{
	float: none;
}
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a .mf-gd:hover{
    margin-top: 0px;
}
.mf-nav .mf-nav-lf .mf-nav-text {
    font-size: 22px;
    line-height: 47px;
}

.mf-nav .mf-nav-rg {
    padding-left: 0px;
}


	
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a{
	bottom: 3%;
	padding: 0 30px;
}
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a a{
	margin: 5px 0;
	font-size: 15px;
}

.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a .mf-gd:hover{
    margin-top: 0px;
}
.mf-nav .mf-nav-lf .mf-nav-text {
    font-size: 18px;
    line-height: 42px;
}
.mf-nav .mf-nav-rg .mf-nav-lis a p {
    font-size: 15px;
    padding: 4px 0;
}

.mf-nav .mf-nav-rg {
    padding-left: 0px;
}


	
}

@media only screen and (max-width: 549px) {
.mf-nav .mf-nav-lf {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}	
.mf-nav .mf-nav-rg {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

	
}

@media only screen and (max-width: 500px) {
.mf-nav .mf-nav-rg .mf-nav-lis {
    width: 100%;
}
.mf-nav .mf-nav-rg .mf-nav-lis a {
    margin: 0 15px;
}
	
	
}

@media only screen and (max-width: 400px) {
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a{
	bottom: 3%;
	padding: 0 30px;
}
.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a a{
	margin: 5px 0;
	font-size: 15px;
}

.mf-nav .mf-nav-lf .mf-nav-sb .mf-nav-a .mf-gd:hover{
    margin-top: 0px;
}
.mf-nav .mf-nav-lf .mf-nav-text {
    font-size: 18px;
    line-height: 42px;
}	
	
}


/*磨粉设备结束*/


/*系列设备开始*/
.chanpin{
	margin: 30px 0;
}
.cp-lis{}
.cp-lis li{
	width: 25%;
	float: left;
}
.cp-lis li a{
	display: block;
	position: relative;
}
.cp-lis li a .cp-lis-bg{}
.cp-lis li a .cp-lis-bg img{
	width: 100%;
	padding: 10px;
}
.cp-lis li a .cp-lis-bg p{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding-bottom: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cp-lis li a .cp-lis-top{
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 15px;
	background-color: rgba(218,37,29,.85);
	transition: all 0.33s;
}
.cp-lis li a:hover .cp-lis-top{
	opacity: 1;
}

.cp-lis li a .cp-lis-top h6{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
    margin: 45px 0 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cp-lis li a .cp-lis-top p{
	color: #fff;
	font-size: 17px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.cp-lis li a .cp-lis-top span{
	position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -60px;
    color: #fff;
	font-size: 17px;
	padding: 8px 25px;
	border: 1px solid #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.cp-lis li a .cp-lis-top h6 {
    margin: 30px 0 20px;
}
.cp-lis li a .cp-lis-top span {
    bottom: 40px;
}	
	
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.cp-lis li a .cp-lis-top h6 {
    font-size: 22px;
    margin: 20px 0 15px;
}
.cp-lis li a .cp-lis-top p {
    font-size: 15px;
}	
.cp-lis li a .cp-lis-top span {
    bottom: 25px;
    margin-left: -56px;
    font-size: 15px;
    padding: 6px 25px;
}
	
	
}


@media only screen and (max-width: 768px) {
.cp-lis li a .cp-lis-top h6 {
    font-size: 22px;
    margin: 20px 0 15px;
}
.cp-lis li a .cp-lis-top p {
    font-size: 15px;
}	
.cp-lis li a .cp-lis-top span {
    bottom: 25px;
    margin-left: -56px;
    font-size: 15px;
    padding: 6px 25px;
}

.mofen {
    margin: 10px 0;
}
.pro-h2-title h2 {
    margin: 8px 0;
}
.pro-h2-title h2 a {
    font-size: 28px;
}
.pro-h2-title h2 a i {
    font-size: 38px;
    height: 35px;
}
.pro-h2-title h2 .gd {
    font-size: 15px;
    padding: 1px 8px;
}
	
}

@media only screen and (max-width: 720px) {
.cp-lis li {
    width: 33.33%;
}
	
}
@media only screen and (max-width: 550px) {
.cp-lis li {
    width: 50%;
}
	
}

@media only screen and (max-width: 360px) {
.cp-lis li a .cp-lis-top h6 {
    font-size: 20px;
    margin: 15px 0 8px;
}
.cp-lis li a .cp-lis-top p {
    font-size: 14px;
}
.cp-lis li a .cp-lis-top span {
    bottom: 20px;
    margin-left: -56px;
    font-size: 14px;
    padding: 6px 25px;
}
	
}



/*系列设备结束*/


/*产品中心结束*/



/*产品详情页开始*/
.cpxq{
	margin: 20px 0;
}
.cpxq-img{
	padding-right: 40px;
}


.banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.banner .img{
	padding: 10px;
	margin: 0;
}
.banner .img li{
	display: none;
}
.banner .img li.ab{
	display: block !important;
}
.banner .img li img{
	width: 100%;
}

.banner .num{
	width: 100%;
	text-align: center;
}
.banner .num li{
	display: inline-block;
	width: 12px;
    height: 12px;
    margin: 0 5px;
	border-radius: 50%;
	background-color: #959595;
	cursor: pointer;
}
.banner .num li.at{
	background-color: #D62015;
}


.banner .num li img{
	width: 100%;
}

.banner .btn_l,.banner .btn_r{
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 50px;
	font-weight: bold;
	color: #BDBDBD;
	padding: 6px 0px;
	line-height: 1;
}
.banner .btn_l:before,.banner .btn_r:before{
	position: relative;
    top: 42%;
}

.banner .btn_l:hover,.banner .btn_r:hover{
	color: #666;
}
.banner .btn_l:active,.banner .btn_r:active{
	box-shadow: none;
}
.banner .btn_l:focus,.banner .btn_r:focus{
	outline: none;
}


.banner .btn_l{
	left: 0px;
}
.banner .btn_r{
	right: 0px;
}


.cpxq-title{
    position: relative;
}

.cpxq-h2s{
	color: #333;
	font-size: 36px;
	margin-bottom: 15px;
}
.cpxq-fw{
	margin: 15px 0;
}
.cpxq-fw p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.cpxq-fw p b{}

.cpxq-cs{
    padding: 20px;
    overflow: hidden;
	background-color: #F4F4F4;
}
.cpxq-cs li{
	float: left;
	width: 50%;
	padding-right: 10px;
    text-align: center;
}
.cpxq-cs li:first-of-type{
	border-right: 1px solid #ccc;
}
.cpxq-cs li span{
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.cpxq-cs li strong{
	display: block;
	color: #D8212D;
	font-size: 32px;
	font-weight: bold;
}
.cpxq-cs .cpxq-cs-xd{}
.cpxq-cs .cpxq-cs-nl{}

.cpxq-con{
    overflow: hidden;
}
#cpxq-inf{
	float: left;
	width: 55%;
	padding: 0 10px;
}
#cpxq-inf p{
	text-align: center;
	color: #333;
	font-size: 26px;
}
#cpxq-inf p i{
	color: #333;
	font-size: 36px;
	margin-right: 10px;
	vertical-align: middle;
}
#cpxq-inf .forms1{}
#cpxq-inf .forms1 .forms1-tel{
	width: 70%;
    height: 38px;
    padding: 3px;
    outline: 0;
    border: 1px solid #bbb;
    border-radius: 5px;
    transition: all 0.33s;
}
#cpxq-inf .forms1 .forms1-tel:focus{
	border: 1px solid rgba(216,33,45,.3);
	background-color: rgba(216,33,45,.05);
}
#cpxq-inf .forms1 .forms1-sub{
	width: 28%;
    height: 38px;
    padding: 3px;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    background-color: rgba(216,33,45,.75);
    border: 1px solid rgba(216,33,45,1);
    transition: all 0.33s;
}
#cpxq-inf .forms1 .forms1-sub:hover{
	background-color: rgba(216,33,45,1);
}


#cpxq-tel{
	float: left;
	width: 45%;
	padding: 0 10px;
}
#cpxq-tel a{
	display: block;
    color: #D8212D;
    font-size: 28px;
    font-weight: bold;
	padding: 20px 0 0;
	position: relative;
}
#cpxq-tel a:before{
	content: "24小时免费热线";
	position: absolute;
	top: 22px;
	left: 66px;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

#cpxq-tel a i{
	color: #D8212D;
	font-size: 55px;
	font-weight: 300;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
.banner .btn_l, .banner .btn_r {
    font-size: 38px;
}
.cpxq-fw p {
    font-size: 15px;
}
	
}

/*顶部导航开始*/
.dbdh{
	height: 55px;
}
.dbdh .dbdh-nav{
	background-color: #f2f2f2;
}
.dbdh-tittle{}
.dbdh-tittle .navbar-toggle {
    margin: 12px 15px 0 0;
    color: #333;
}
.dbdh-tittle h3{
	color: #333;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}

.tds{
	position: relative;
}


.tds ul{}
.tds ul li{
	float: left;
}
.tds ul li a{
	line-height: 35px;
    font-size: 16px;
    color: #333;
}
.tds ul li a:focus,.tds ul li:focus{
	color: #fff;
	background-color: inherit;
}
.tds ul li.act,.tds ul li.act a,.tds ul li a:hover{
	color: #fff;
	background-color: rgba(216,33,45,.5);;
}

#clik-ly{
	position: relative;
}

#clik-ly .dat-zxly{
	position: absolute;
	top: 12px;
	right: 100px;
	z-index: 10;
	color: #D8212D;
	font-size: 16px;
	padding: 5px 12px;
	border: 1px dashed #D8212D;
	background-color: rgba(255,255,255,.8);
	transition: all 0.33s;
}
#clik-ly .dat-zxly:hover{
	background-color: rgba(255,255,255,1);
}


@media only screen and (max-width: 991px) {
.tds .dat-lx-tel{
	display: none;
}
#clik-ly .dat-zxly{
	right: 15px;
}
	
}

@media only screen and (max-width: 768px) {
.dbdh{
	height: auto;
}
.tds ul li a{
	line-height: 20px;
    font-size: 14px;
    padding: 10px;
}
#clik-ly .dat-zxly{
	right: 75px;
}
	
}



/*顶部导航结束*/

/*产品参数开始*/
.canshu{}
.canshu-nr{}
.canshu-nr>div{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.canshu-nr>div h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
    margin: 20px 0;
}
.canshu-nr>div h4 i{
	font-size: 35px;
    border: none;
    font-weight: 100;
    color: rgba(216,33,45,.8);
    vertical-align: middle;
}

.canshu-nr .cp-js video{
	float: left;
	width: 100%;
    max-width: 550px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.canshu-nr .cp-td .cp-td-lis{
	overflow: hidden;
}
.canshu-nr .cp-td .cp-td-lis li{
	float: left;
	width: 50%;
	height: 75px;
	margin: 10px 0;
    overflow: hidden;
	padding-right: 15px;
}
.canshu-nr .cp-td .cp-td-lis li i{
	float: left;
	color: #fff;
	font-size: 40px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 82px;
    margin-right: 13px;
	background-color: rgba(216,33,45,.9);
}
.canshu-nr .cp-td .cp-td-lis li h6{
	color: #D8212D;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px;
}
.canshu-nr .cp-td .cp-td-lis li span{
	font-size: 16px;
}


.canshu-nr div p{
	font-size: 15px;
    line-height: 32px;
    text-indent: 2em;
	margin-bottom: 5px;
}
.canshu-nr div p img,.canshu-nr div img{
	width: 100%;
    float: left;
    display: inline-block;
    max-width: 550px;
    margin: 0 20px 10px 0;
}


.canshu-nr div table{
	width: 100%;
}
.canshu-nr div table tr th,.canshu-nr div table tr td{
	text-align: center;
	vertical-align: middle;
}
.canshu-nr div table tr:nth-of-type(2n-1){
	background-color: rgba(216,33,45,.08);
}
.canshu-nr div table tr:hover{
	background-color: rgba(216,33,45,.1);
}
.canshu-nr div table tr:first-of-type{
	color: #fff;
	background-color: rgba(216,33,45,.8);
}

@media only screen and (max-width: 767px) {
.canshu-nr .cp-td .cp-td-lis li{
	width: 100%;
	height: auto;
	overflow: visible;
	padding-right: 0;
}
.canshu-nr .cp-td .cp-td-lis li span {
    font-size: 15px;
}
	
}

@media only screen and (max-width: 700px) {
.canshu-nr .cp-js .cp-js-video{
	width: 100%;
}
.canshu-nr .cp-js .cp-js-img{
	width: 100%;
}	
	
}


/*产品参数结束*/

/*工程案例开始*/
.cp-anli{
	padding: 30px 0;
	background-color: #eee;
}
.cp-anli-title{}
.cp-anli-title h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.cp-anli-title a{
	color: #666;
	font-size: 18px;
}
.cp-anli-title a:hover{
	color: #D8212D;
}

.cp-anli-nr{
	overflow: hidden;
}
.cp-anli-nr li{
	float: left;
	width: 25%;
	padding: 15px;
}
.cp-anli-nr li a{
	display: block;
}
.cp-anli-nr li a img{
	width: 100%;
}
.cp-anli-nr li a h5{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 15px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cp-anli-nr li a:hover h5{
	color: #D8212D;
}
.cp-anli-nr li a span{
	color: #666;
	font-size: 14px;
	margin-right: 10px;
}
.cp-anli-nr li a b{
	color: #555;
	display: block;
	margin: 5px 0;
}
.cp-anli-nr li a:hover b{
	color: #333;
}



/*工程案例结束*/


/*在线留言开始*/
.zxly{
	margin: 20px 0;
}
.zxly-tittle{}
.zxly-tittle h3{
	font-size: 35px;
	font-weight: bold; 
	color: #D8212D;
}
.zxly-form{
	padding: 20px 0;
}
.zxly-form form{
	margin: 0;
}
.zxly-form form label{
	margin: 10px 0;
}
.zxly-form form .req{
	position: relative;
}
.zxly-form form .req:before{
	content: "*";
	position: absolute;
	top: 12px;
	left: 20px;
	z-index: 10;
	color: #D8212D;
	width: 5px;
}


.zxly-form form div{
	margin: 20px 0;
}
.zxly-form form label input{
	width: 100%;
	height: 40px;
	background-color: rgba(216,33,45,0);
	transition: all 0.33s; 
}

#wl{
    padding-right: 43px;
}
#wl select{
	width: 50%;
	height: 40px;
	background-color: rgba(216,33,45,0);
	transition: all 0.33s; 
}
#wl select option,#wl select option:focus{
	background-color: #fff;
}


.zxly-form form label textarea{
	width: 100%;
	height: 90px;
	background-color: rgba(216,33,45,0);
	transition: all 0.33s; 
}

.zxly-form form label input:focus,#wl select:focus,.zxly-form form label textarea:focus{
    border: 1px solid rgba(216,33,45,.3);
    background-color: rgba(216,33,45,.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183,183,183,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183,183,183,.6);
}

.zxly-form form div button{
	width: 50%;
	outline: 0;
	margin: 10px auto;
    color: #fff;
    border: 1px solid rgba(216,33,45,1);
	background-color: rgba(216,33,45,.8);
	box-shadow: 0 2px 0 #929292, 0 3px 1px #999, inset 0 1px 1px #fff;
	transition: all 0.33s; 
}
.zxly-form form div button:active,.zxly-form form div button:active:hover,.zxly-form form div button:active:focus,.zxly-form form div button:hover,.zxly-form form div button:focus,.zxly-form form div button:visited{
	width: 80%;
	outline: 0;
	color: #fff;
	border-radius: 30px;
    border: 1px solid rgba(216,33,45,1);
	background-color: rgba(216,33,45,1);
    box-shadow: 0 2px 0 #777, 0 4px 5px #888, inset 0 1px 1px #fff;
}


@media only screen and (max-width: 480px) {
.zxly-form form label input{
	width: 100%;
}
.zxly-form form label textarea{
	width: 100%;
}
.zxly-form form div button{
	width: 80%;
}
.zxly-form form div button:hover,.zxly-form form div button:focus,.zxly-form form div button:visited{
	width: 100%;
}
	
}


/*在线留言结束*/







@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.cpxq-h2s {
    font-size: 32px;
}	
.cpxq-cs li strong {
    font-size: 26px;
}
.cpxq-con {
    position: relative;
    margin-left: -80%;
}	
	
}


@media only screen and (max-width: 767px) {
.cpxq-h2s {
    font-size: 28px;
}	


.cpxq-img {
    padding-right: 15px; 
}
.cpxq-cs {
    padding: 10px;
}
.cpxq-cs li span {
    font-size: 16px;
}
.cpxq-cs li strong {
    font-size: 20px;
}
#cpxq-inf p i {
    font-size: 30px;
}
#cpxq-inf p {
    font-size: 24px;
}

#cpxq-inf {
    width: 100%;
    padding: 0;
}	
#cpxq-tel {
    width: 100%;
    padding: 0;
}

.canshu-nr>div h4 i {
    font-size: 28px;
}
.canshu-nr>div h4 {
    font-size: 22px;
}



.cp-anli-nr li{
	width: 50%;
}
.cp-anli-title h2 {
    font-size: 26px;
}

#wl{
    padding-right: 15px;
}
#wl select{
	width: 100%;
}

.zxly-tittle h3 {
    font-size: 26px;
}	
	
}



/*产品详情页结束*/




/*新闻内容开始*/
.news{
	margin: 20px 0;
}

.news-nr{
	position: relative;
    z-index: 10;
}

.news-lis-first{}

.news-lis-ul{}

.news-lis{
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.news-lis a{
	display: block;
	padding: 15px;
	overflow: hidden;
	transition: all 0.33s;
}
.news-lis a:hover{
	background-color: rgba(100,100,100,.1);
}

.news-lis a .news-lis-lf{
	float: left;
	width: 33%;
    padding-right: 20px;
}
.news-lis a .news-lis-lf img{
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	display: block;
	border-radius: 0;
	-moz-box-shadow: 0 1px 15px #ccc;
	-webkit-box-shadow: 0 1px 15px #ccc;
	box-shadow: 0 1px 15px #ccc;
}

.news-lis a .news-lis-rg{
	float: left;
	width: 67%;
	position: relative;
}
.news-lis a h4{
	color: #333;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.news-lis a:hover h4{
	color: #D8212D;
}

.news-lis a p{
	color: #666;
	font-size: 15px;
	line-height: 25px;
	text-indent: 2em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-lis a .news-lis-xq{
	padding-top: 20px;
	overflow: hidden;
}
.news-lis a .news-lis-xq span{
	float: left;
	color: #D8212D;
	font-size: 16px;
}
.news-lis a .news-lis-xq em{
	float: right;
	color: #666;
	font-size: 14px;
    font-style: normal
}



.news-right{}
.news-right .news-tj{
	margin-bottom: 20px;
}
.news-right .news-tj h3{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.news-right .news-tj .news-tj-lis{
    padding-left: 10px;
}
.news-right .news-tj .news-tj-lis li{
    padding: 3px 0;
    position: relative;
	border-bottom: 1px dashed #ccc;
}
.news-right .news-tj .news-tj-lis li a{
	padding: 3px 0 3px 35px;
    display: block;
    color: #555;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.news-right .news-tj .news-tj-lis li a:hover{
	color: #D8212D;
}

.news-right .news-tj .news-tj-lis li:before{
    position: absolute;
    top: 7px;
    left: 5px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
}
.news-right .news-tj .news-tj-lis li:nth-of-type(1):before{
	content: "1";
    color: #fff;
    background-color: #D8212D;
}
.news-right .news-tj .news-tj-lis li:nth-of-type(2):before{
	content: "2";
    color: #fff;
    background-color: #D84A11;
}
.news-right .news-tj .news-tj-lis li:nth-of-type(3):before{
	content: "3";
    color: #fff;
    background-color: #DAA729;
}
.news-right .news-tj .news-tj-lis li:nth-of-type(4):before{
	content: "4";
    color: #666;
    border: 1px solid #666;
}
.news-right .news-tj .news-tj-lis li:nth-of-type(5):before{
	content: "5";
    color: #666;
    border: 1px solid #666;
}
.news-right .news-tj .news-tj-lis li:nth-of-type(6):before{
	content: "6";
    color: #666;
    border: 1px solid #666;
}
.news-right .news-tj .news-tj-lis li:nth-of-type(7):before{
	content: "7";
    color: #666;
    border: 1px solid #666;
}
.news-right .news-tj .news-tj-lis li:nth-of-type(8):before{
	content: "8";
    color: #666;
    border: 1px solid #666;
}



.news-right .news-zt{}
.news-right .news-zt h3{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.news-right .news-zt ul{
	padding-left: 10px;
}
.news-right .news-zt ul li{
	margin: 10px 0;
}
.news-right .news-zt ul li a{
	display: block;
	padding: 10px 15px;
	background-color: rgba(120,120,120,.12);
}
.news-right .news-zt ul li a img{
	width: 100%;
}
.news-right .news-zt ul li a p{
	color: #333;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.news-right .news-zt ul li a:hover p{
	color: #D8212D;
}

.newsfy{
	color: #333;
	overflow: hidden;
}



@media only screen and (max-width: 700px) {
.news-lis a .news-lis-lf{
	width: 100%;
    padding-right: 0px;
}	

.news-lis a .news-lis-rg{
	width: 100%;
}	
	
}



/*新闻内容结束*/


/*新闻详情开始*/

.newXq{
	padding: 20px 0;
}

.newXq-title h2{
	font-size: 30px;
}
.newXq-title p{
	color: #aaa;
	margin: 10px 0;
}
.newXq-dd{
	background-color: rgba(216,33,45,0.1);
	border: 1px solid rgba(216,33,45,0.8);
	margin: 10px;
}
.newXq-dd p{
	font-size: 16px;
    line-height: 28px;
    padding: 10px 15px;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newXq-dd p span{
	color: rgba(216,33,45,1);
	font-weight: bold;
}

.newXq-nav p{
	text-indent: 2em;
	font-size: 16px;
    line-height: 28px;
    margin: 10px 0;
}
.newXq-nav img{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 15px auto;
}




.newXq-sx{
	border-top: 1px solid #ccc;
	height: auto;
	line-height: 40px;
	padding-top: 10px;
}
.newXq-sx .x-sx-lf,.newXq-sx .x-sx-rg{
	color: #666;
	font-size: 18px;
	
}
.newXq-sx .x-sx-lf a,.newXq-sx .x-sx-rg a{
	color: rgba(120,120,120,1);
}
.newXq-sx .x-sx-lf a:hover,.newXq-sx .x-sx-rg a:hover{
	color: rgba(216,33,45,1);
}

.newXq-sx .x-sx-lf{
	float: left;
}
.newXq-sx .x-sx-rg{
	float: right;
}

.newXq-lb-lf,.newXq-lb-rg{
	margin-top: 20px;
}
.newXq-lb-lf dl dt,.newXq-lb-rg dl dt{
	font-size: 18px;
	color: #D8212D;
	padding: 10px 0;
}
.newXq-lb-lf dl dd,.newXq-lb-rg dl dd{
	height: 35px;
	line-height: 35px;
	padding-right: 10px;
}

.newXq-lb-lf dl dd .xin-lf,.newXq-lb-rg dl dd .xin-lf{
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	color: #666;
	float: left;
	width: 68%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newXq-lb-lf dl dd .xin-lf:hover,.newXq-lb-rg dl dd .xin-lf:hover{
	color: #D8212D;
}

.newXq-lb-lf dl dd .xin-rg,.newXq-lb-rg dl dd .xin-rg{
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	color: #888;
	float: right;
	width: 80px;
}


@media (max-width: 500px) {
.newXq-sx {
    clear: both;
    border-top: 1px solid #ccc;
    height: auto;
    line-height: 40px;
    padding-top: 10px;
}
.newXq-sx .x-sx-lf{
	float: none;
}
.newXq-sx .x-sx-rg{
	float: none;
}

	
}


/*新闻详情结束*/



/*联系方式开始*/
.cont{}
.cont-mode{}
.cont-mode h2{
	color: #333;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.cont-mode>p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.cont-mode ul{
	margin: 20px 0;
	overflow: hidden;
}
.cont-mode ul li{
	float: left;
	width: 50%;
	height: 95px;
    padding: 12px 20px;
}
.cont-mode ul li a{
	display: block;
}
.cont-mode ul li i{
	float: left;
	color: #fff;
	font-size: 45px;
	width: 70px;
	height: 70px;
	line-height: 83px;
	text-align: center;
    border-radius: 8px;
    margin-right: 15px;
	background-color: #DA251D;
}
.cont-mode ul li h5{
	color: #333;
    font-size: 22px;
    margin: 0 0 5px;
}
.cont-mode ul li p{
	color: #333;
    font-size: 16px;
}


.cont-liuyan{}
.cont-liuyan h3{
	padding-left: 10px;
    border-left: 8px solid #da251d;
}

#fo{}
#fo label{
	margin: 10px 0;
}
#fo .req{
	position: relative;
}
#fo .req:before{
	content: "*";
	position: absolute;
	top: 12px;
	left: 20px;
	z-index: 10;
	color: #D8212D;
	width: 5px;
}


#fo div{
	margin: 20px 0;
}
#fo label input{
	width: 100%;
	height: 40px;
	background-color: rgba(222, 222, 222, 0.22);
	transition: all 0.33s; 
}

#lx{}
#lx span{
	color: #555;
    font-weight: bold;
}
#lx label{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	margin: 0 5px;
	line-height: 28px;
	white-space: nowrap;
}
#lx label input{
	width: auto;
	height: auto;
	vertical-align: middle;
    margin: -2px 3px 0;
}

#fo #wl{
	padding-right: 15px;
}
#fo #wl select{
	width: 100%;
	height: 40px;
	background-color: rgba(222, 222, 222, 0.22);
	transition: all 0.33s; 
}
#fo #wl select option,#fo #wl select option:focus{
	background-color: #fff;
}


#fo label textarea{
	width: 100%;
	height: 90px;
	background-color: rgba(222, 222, 222, 0.22);
	transition: all 0.33s; 
}

#fo label input:focus,#wl select:focus,#fo label textarea:focus{
    border: 1px solid rgba(216,33,45,.3);
    background-color: rgba(216,33,45,.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183,183,183,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183,183,183,.6);
}

#fo div button{
	width: 50%;
	outline: 0;
	margin: 10px auto;
    color: #fff;
    border: 1px solid rgba(216,33,45,1);
	background-color: rgba(216,33,45,.8);
	box-shadow: 0 2px 0 #929292, 0 3px 1px #999, inset 0 1px 1px #fff;
	transition: all 0.33s; 
}
#fo div button:active,#fo div button:active:hover,#fo div button:active:focus,#fo div button:hover,#fo div button:focus,#fo div button:visited{
	width: 80%;
	outline: 0;
	color: #fff;
	border-radius: 30px;
    border: 1px solid rgba(216,33,45,1);
	background-color: rgba(216,33,45,1);
    box-shadow: 0 2px 0 #777, 0 4px 5px #888, inset 0 1px 1px #fff;
}

.cont-map{
	padding: 15px 20px;
	margin-bottom: 30px;
}
.cont-map h3 {
	margin: 0 0 18px;
    padding-left: 10px;
    border-left: 8px solid #da251d;
}

#dituContent{
	width: 100%;
	height: 450px;
}

.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
}





@media only screen and (max-width: 768px) {
.cont-mode h2 {
    font-size: 28px;
}
.cont-mode>p {
    font-size: 14px;
}	
	
.cont-mode ul li {
    float: left;
    width: 100%;
    height: auto; 
}	
.cont-mode ul li i {
    font-size: 36px;
    width: 60px;
    height: 60px;
    line-height: 70px;
}	

.cont-map{
	padding: 15px;
}
#dituContent{
	width: 100%;
	height: 300px;
}

	
}

@media only screen and (max-width: 480px) {
#fo label input{
	width: 100%;
}
#lx label input{
	width: auto;
}

#fo label textarea{
	width: 100%;
}
#fo div button{
	width: 80%;
}
#fo div button:hover,#fo div button:focus,#fo div button:visited{
	width: 100%;
}
	
}



/*联系方式结束*/



/*客户现场展示页开始*/

/*客户现场*/
.Ca-case{
	margin: 20px 0;
}
.Ca-h2-title{}
.Ca-h2-title h2{
	color: #333;
    font-size: 35px;
    margin: 20px 0;
}
.Ca-h2-title h2 span{
	padding-bottom: 3px;
	display: inline-block;
	border-bottom: 3px solid #d8212d;
}
.Ca-h2-title h2 .gd{
	color: #d8212d;
    font-size: 16px;
    padding: 2px 10px;
    border: 1px dashed #d8212d;
    border-radius: 20px 0 20px 0;
    margin: 0 0 3px 10px;
    transition: all 0.33s;
}
.Ca-h2-title h2 .gd:hover{
	color: #fff;
	background-color: rgba(216,33,45,1);
}

.Ca-case-nav{
	overflow: hidden;
}

.ca-nav-img{
	float: left;
	width: 43%;
	position: relative;
}
.ca-nav-img li{
	display: none;
}
.ca-nav-img li:first-of-type{
	display: block;
}
.ca-nav-img li a{
	display: block;
}
.ca-nav-img li a img{
	width: 100%;
}
.ca-nav-img li a p{
	position: absolute;
	bottom: 0;
	z-index: 5;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	padding: 10px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(3,3,3,.5);
}


.ca-nav-ul{
	float: left;
	width: 57%;
	padding-left: 20px;
}
.ca-nav-ul li{}
.ca-nav-ul li a{
	display: block;
	padding: 14px 18px 10px;
	border-bottom: 1px solid #eee;
}
.ca-nav-ul li a h5{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.ca-nav-ul li a div{
	display: none;
	margin-top: 10px;
	transition: all 0.33s;
}
/*.ca-nav-ul li:first-of-type a div{
	display: block;
}*/

.ca-nav-ul li a div span{
	color: #333;
	font-size: 16px;
	margin-right: 15px;
}

.ca-nav-ul li a div p{
	color: #888;
    font-size: 15px;
    margin: 5px 0 0;
    text-indent: 2em;
    overflow : hidden;
    height: 48px;
    line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ca-nav-ul li.ca-hov a{
	background-color: #F3F3F3;
	border-bottom: 2px solid #d8212d;
}
.ca-nav-ul li.ca-hov a h5{
	color: #d8212d;
}
.ca-nav-ul li.ca-hov a div{
	display: block;
}


/*生产线配置*/
.Ca-beltline{
	margin: 20px 0;
	background-color: #F4F4F4;
}
.Ca-bel-nav{}
.Ca-bel-title{
	width: 80%;
	margin: 0 auto;
	background-color: rgba(3,3,3,.2);
}
.Ca-bel-title::after{
	content: "";
	display: block;
	clear: both;
}
.Ca-bel-title li{
	width: 25%;
}
.Ca-bel-title li a{
	display: block;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	padding: 15px 10px;
	position: relative;
}
.Ca-bel-title li a.ys{
	color: #fff;
	background-color: #E53A43;
}
.Ca-bel-title li a.ys:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 8;
	width: 15px;
	height: 15px;
	margin-left: -9px;
	border: 15px solid transparent;
	border-top: 15px solid #E53A43;
}

.Ca-bel-ul{
	margin-top: 30px;
}
.Ca-bel-lis{
	display: none;
	margin: 0 -15px;
}
.Ca-bel-lis:first-of-type{
	display: block;
}

.Ca-bel-lis::after{
	content: "";
	display: block;
	clear: both;
}
.Ca-bel-lis li{
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 10px 0;
}
.Ca-bel-lis li a{
	display: block;
	padding: 8px;
	background-color: rgba(255,255,255,.5);
	transition: all 0.33s;
}
.Ca-bel-lis li a:hover{
	margin-top: -3px;
    margin-bottom: 3px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
}
.Ca-bel-lis li a::after{
	content: "";
	display: block;
	clear: both;
}
.Ca-bel-lis li a .bel-img{
	float: left;
	width: 45%;
}
.Ca-bel-lis li a .bel-img img{
	width: 100%;
}

.Ca-bel-lis li a .bel-nr{
	float: left;
	width: 55%;
	padding-left: 15px;
}
.Ca-bel-lis li a .bel-nr h6{
	color: #333;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.33s;
}
.Ca-bel-lis li a:hover .bel-nr h6{
	color: #d8212d;
}

.Ca-bel-lis li a .bel-nr span{
	color: #333;
    font-size: 14px;
    margin-right: 15px;
}
.Ca-bel-lis li a .bel-nr p{
	color: #888;
    font-size: 14px;
    text-indent: 2em;
    margin: 5px 0;
    height: 60px;
    line-height: 20px;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.Ca-bel-lis li a .bel-nr em{
	color: #333;
	font-size: 15px;
	font-style: normal;
	transition: all 0.33s;
}
.Ca-bel-lis li a:hover .bel-nr em{
	color: #d8212d;
}


.Ca-gd{
	margin: 30px auto;
}
.Ca-gd a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 8px 25px;
	background-color: rgba(216,33,45,.8);
	transition: all 0.33s;
}
.Ca-gd a:hover{
	padding: 8px 50px;
	border-radius: 30px;
	background-color: rgba(216,33,45,1);
}


/*物料加工*/
.Ca-materiel{
	margin: 20px 0 30px;
}
.Ca-mat-nav{}
.Ca-mat-nav>p{
	color: #333;
	font-size: 15px;
	line-height: 30px;
	margin: 10px 0 15px;
	text-indent: 2em;
}
.Ca-mat-nav .mat-lis{
	margin: 0 -10px;
}
.Ca-mat-nav .mat-lis::after{
	content: "";
	display: block;
	clear: both;
}

.Ca-mat-nav .mat-lis li{
	float: left;
	width: 20%;
	padding: 0 10px;
}
.Ca-mat-nav .mat-lis li a{
	display: block;
	border: 1px dashed #333;
	padding: 3px;
	transition: all 0.33s;
}
.Ca-mat-nav .mat-lis li a .mat-lis-nr{
	position: relative;
	overflow: hidden;
}

.Ca-mat-nav .mat-lis li a .mat-lis-nr img{
	width: 100%;
}
.Ca-mat-nav .mat-lis li a .mat-lis-nr div{
	position: absolute;
	bottom: -23px;
	width: 100%;
	text-align: center;
	background-color: rgba(3,3,3,.5);
	transition: all 0.33s;
}
.Ca-mat-nav .mat-lis li a .mat-lis-nr div span{
	color: #fff;
	font-size: 16px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    transition: all 0.33s;
}
.Ca-mat-nav .mat-lis li a .mat-lis-nr div i{
	color: #fff;
	display: block;
	transition: all 0.33s;
}
.Ca-mat-nav .mat-lis li a:hover{
	border: 1px dashed #D8212D;
}
.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div{
	bottom: 0;
	height: 100%;
	background-color: rgba(216,33,45,.75);
}
.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div span{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 5px;
	border-bottom: 2px solid #fff;
}
.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div i{
	font-size: 45px;
}



/*视频中心*/
.Ca-video{
	padding: 20px 0 40px;
	background-color: #F4F4F4;
}
.Ca-vid-nav{}
.vid-tj{
	margin: 15px 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.vid-tj a{
	color: #D8212D;
	font-size: 16px;
	font-weight: 400;
	padding: 2px 10px;
	margin: 3px 8px;
	display: inline-block;
	background-color: #fff;
	border: 1px dashed #D8212D;
	transition: all 0.33s;
}
.vid-tj a:hover{
	color: #fff;
	background-color: rgba(216,33,45,.8);
}

.vid-lis{
	margin: 0 -15px;
}
.vid-lis:after{
	content: "";
	display: block;
	clear: both;
}

.vid-lis li{
	float: left;
	width: 33.33%;
	padding: 0 15px;
}
.vid-lis li a{
	display: block;
	padding: 10px 10px 3px;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.vid-lis li a video{
	width: 100%;
}
.vid-lis li a p{
	color: #333;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.33s;
}
.vid-lis li a:hover p{
	color: #D8212D;
}

.vid-lis li a .vid-hov{
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
    height: 100%;
    margin-left: -10px;
    text-align: center;
}
.vid-lis li a .vid-hov i{
	color: rgba(255,255,255,.75);
    font-size: 66px;
    margin-top: 70px;
    display: block;
}
.vid-lis li a:hover .vid-hov i{
	display: none;
}

.vid-lis li a .vid-hov span{
	opacity: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 35px;
    display: inline-block;
    margin-top: 130px;
    background-color: rgba(216,33,45,.8);
    transition: all 0.3s;
}
.vid-lis li a:hover .vid-hov span{
	opacity: 1;
}




@media only screen and (min-width: 1200px) {
.vid-lis li a video {
    height: 191px;
}

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ca-nav-img {
    width: 52%;
}
.ca-nav-ul {
    width: 48%;
}

.Ca-bel-title {
    width: 95%;
}

.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div span {
    margin: 10px 0 5px;
}	
.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div i {
    font-size: 40px;
}	

.vid-lis li a video {
    height: 154px;
}
.vid-lis li a .vid-hov i {
    margin-top: 55px;
}
.vid-lis li a .vid-hov span {
    margin-top: 85px;
}
	
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.ca-nav-img {
    width: 100%;
}	
.ca-nav-ul {
    float: left;
    width: 100%;
     padding-left: 0px; 
}

.Ca-bel-lis li a .bel-img {
    width: 100%;
}
.Ca-bel-lis li a .bel-nr {
    width: 100%;
    padding-left: 10px;
}	
	
.Ca-mat-nav .mat-lis li {
    width: 33.3%;
    padding: 10px;
}


.vid-lis li a .vid-hov i {
    font-size: 55px;
    margin-top: 35px;
}
.vid-lis li a .vid-hov span {
    margin-top: 60px;
}
	
	
}


@media only screen and (max-width: 767px) {
.ca-nav-img {
    width: 100%;
}	
.ca-nav-ul {
    float: left;
    width: 100%;
     padding-left: 0px; 
}

.Ca-bel-title {
    width: 95%;
}
.Ca-bel-title li {
    width: 100%;
}
.Ca-bel-lis li a .bel-img {
    width: 100%;
}
.Ca-bel-lis li a .bel-nr {
    width: 100%;
    padding-left: 10px;
}

.Ca-mat-nav .mat-lis li {
    width: 33.3%;
    padding: 10px;
}
	

.vid-lis li {
    width: 50%;
    margin: 10px 0;
}	
.vid-lis li a .vid-hov i {
    font-size: 55px;
    margin-top: 50px;
}
.vid-lis li a .vid-hov span {
    margin-top: 90px;
}	
	
}

@media only screen and (max-width: 600px) {
.Ca-mat-nav .mat-lis li {
    width: 33.3%;
    padding: 10px;
}
.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div span {
    margin: 6px 0 2px;
}	
.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div i {
    font-size: 38px;
}	
		
}

@media only screen and (max-width: 550px) {
.vid-lis li a .vid-hov i {
    font-size: 55px;
    margin-top: 40px;
}
.vid-lis li a .vid-hov span {
    margin-top: 65px;
}			
	
}


@media only screen and (max-width: 450px) {
.Ca-mat-nav .mat-lis li {
    width: 50%;
    padding: 10px;
}
.Ca-mat-nav .mat-lis li a .mat-lis-nr div span {
    font-size: 16px;
}
.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div span {
	font-size: 16px;
    margin: 4px 0 1px;
}	
.Ca-mat-nav .mat-lis li a:hover .mat-lis-nr div i {
    font-size: 33px;
}	
	
.vid-lis li {
    width: 100%;
    margin: 10px 0;
}
.vid-lis li a .vid-hov i {
    font-size: 66px;
    margin-top: 78px;
}
.vid-lis li a .vid-hov span {
    margin-top: 130px;
}	
	
}

@media only screen and (max-width: 400px) {
.Ca-bel-lis li {
    width: 100%;
}	

.vid-lis li a .vid-hov i {
    font-size: 60px;
    margin-top: 70px;
}	
.vid-lis li a .vid-hov span {
    margin-top: 100px;
}	
	
}


/*客户现场展示页结束*/



/*配件及服务开始*/
.service{
	margin: 20px 0;
}
.ser-title{}
.ser-title h2{
	color: #333;
	font-size: 35px;
	margin-top: 0px;
}
.ser-title p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.ser-nr>div{
	margin: 20px 0;
	padding-left: 15px;
	background: -webkit-linear-gradient(left, #fff, #f4f4f4); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fff, #f4f4f4); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fff, #f4f4f4); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fff, #f4f4f4);
}
.ser-nr>div::after{
	content: "";
	display: block;
	clear: both;
}

.ser-nr .ser-nr-lf{}
.ser-nr .ser-nr-lf div{
	padding: 10px 0;
}
.ser-nr .ser-nr-lf div strong{
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.ser-nr .ser-nr-lf p{
	color: #333;
	font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
}

.ser-nr .ser-nr-rg{
	float: right;
    width: 250px;
    margin-left: 60px;
}
.ser-nr .ser-nr-rg img{
	width: 100%;
}

/*服务流程*/
.flow{
	padding: 20px 0;
	background-color: #f4f4f4;
}
.flo-title{}
.flo-title h4{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	border-left: 7px solid #D8212D;
	padding-left: 8px;
}
.flo-title p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding: 0 15px;
}

.flo-nr{}
.flo-lc{
	padding: 10px 15px;
}
.flo-lc::after{
	content: "";
	display: block;
	clear: both;
}
.flo-lc li{
	float: left;
	margin: 5px;
    height: 100px;
}
.flo-lc li a{
	display: block;
	width: 100px;
	height: 100px;
	padding: 23px;
	text-align: center;
	color: #D8212D;
	font-size: 18px;
	font-weight: bold;
	border: 2px dashed #D8212D;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.33s;
}
.flo-lc li a:hover{
	color: #fff;
	background-color: rgba(216,33,45,.85);
}

.flo-lc li i{
	color: #D8212D;
    font-size: 80px;
}

.flo-bz{
	padding: 10px 15px;
}
.flo-bz h6{
	color: #D8212D;
	font-size: 22px;
	font-weight: bold;
}
.flo-bz ul{
	margin: 25px 0 10px;
}
.flo-bz ul:after{
	content: "";
	display: block;
	clear: both;
}
.flo-bz ul li{
	float: left;
	width: 50%;
	cursor:pointer;
	margin: 15px 0;
    padding-right: 50px;
}
.flo-bz ul li b{
	float: left;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 25px;
	position: relative;
	background-color: rgba(216,33,45,.85);
}
.flo-bz ul li b:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -18px;
	z-index: 5;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #D8212D;
}

.flo-bz ul li p{
	color: #333;
    font-size: 18px;
    height: 50px;
    line-height: 48px;
	border: 1px solid #ccc;
	background-color: #fff;
	transition: all 0.33s;
}
.flo-bz ul li:hover p{
	border: 1px solid #D8212D;
}


/*预约服务*/
.bespeak{
	margin: 30px 0;
}
.bes-lis{
	max-width: 500px;
    margin: 10px auto;
    overflow: hidden;
	border: 1px solid #ccc;
	transition: all 0.33s;
}
.bes-lis:hover{
	border: 1px solid #D8212D;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
}

.bes-top{}
.bes-top:after{
	content: "";
	display: block;
	clear: both;
}

.bes-top .bes-top-lf{
	float: left;
	width: 35%;
	text-align: center;
    padding-top: 20px;
}
.bes-top .bes-top-lf i{
	color: rgba(216,33,45,.85);
	font-size: 60px;
}
.bes-top .bes-top-lf h6{
	color: rgba(216,33,45,.85);
	font-size: 26px;
}

.bes-top .bes-top-rg{
	float: left;
	width: 65%;
}
.bes-top .bes-top-rg img{
	width: 100%;
}


.bes-bot{
	height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-top: 1px solid #ccc;
    background-color: rgba(204, 204, 204, 0.4);
}
.bes-bot span{
	color: #333;
	font-size: 16px;
}
.bes-bot button{
	float: right;
    margin: 7px 35px 0 0;
    font-size: 16px;
    padding: 6px 30px;
    outline: 0;
}
.bes-bot button:focus{
	outline: none !important;
}

.modal-footer{
	text-align: center;
}
.modal-footer button{
	font-size: 16px;
	padding: 6px 25px;
	outline: 0;
}
.modal-footer button:focus{
	outline: none !important;
}



/*配件服务*/
.parts{
	margin: 20px 0;
}
.par-nr{}

.par-title-lis{
	margin: 10px 0;
}
.par-title-lis:after{
	content: "";
	display: block;
	clear: both;
}

.par-title-lis li{
	float: left;
	padding: 0 15px;
}
.par-title-lis li a{
	display: block;
	color: #333;
	font-size: 18px;
	padding: 5px 20px;
    background-color: rgba(204, 204, 204, 0.5);
}
.par-title-lis li.pa a{
	color: #fff;
	font-weight: bold;
	background-color: rgba(216,33,45, 0.8);
}



.par-ul-lis{
	display: none;
}
.par-ul-lis:first-of-type{
	display: block;
}
.par-ul-lis:after{
	content: "";
	display: block;
	clear: both;
}

.par-ul-lis li{
	float: left;
	width: 20%;
	padding: 10px;
}
.par-ul-lis li a{
	display: block;
	transition: all 0.33s;
	border-bottom: 2px solid #ccc;
}
.par-ul-lis li a:hover{
	border-bottom: 2px solid #D8212D;
}

.par-ul-lis li a img{
	width: 100%;
}
.par-ul-lis li a p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.par-ul-lis li a:hover p{
	color: #D8212D;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ser-nr .ser-nr-rg {
    width: 272px;
    margin-left: 50px;
}	
	
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.ser-nr .ser-nr-rg {
    margin-left: 35px;
}

.flo-lc li a {
    width: 90px;
    height: 90px;
    padding: 18px;
}
.flo-lc li i {
    font-size: 70px;
}	

.flo-bz ul li {
    padding-right: 20px;
}
.flo-bz ul li b {
    margin-right: 15px;
}
.flo-bz ul li p {
    font-size: 17px;
}

.bes-top .bes-top-lf {
    padding-top: 10px;
}
.bes-top .bes-top-lf i {
    font-size: 55px;
}
.bes-top .bes-top-lf h6 {
    font-size: 22px;
    margin: 0;
}
.bes-bot button {
    margin: 7px 10px 0 0;
    padding: 6px 25px;
}

.par-ul-lis li {
    width: 25%;
}	
	
}

@media only screen and (max-width: 767px) {
.ser-nr>div {
    padding: 0 15px;
}	
.ser-nr .ser-nr-rg {
    display: none;
}

.flo-lc li a {
    width: 80px;
    height: 80px;
    padding: 15px;
}
.flo-lc li {
    height: 80px;
}
.flo-lc li i {
    font-size: 65px;
}

.flo-bz ul li {
	width: 100%;
    margin: 10px 0;
    padding-right: 0;
}
	
.par-ul-lis li {
    width: 33.3%;
}	
	
}


@media only screen and (max-width: 450px) {
.ser-title h2 {
    font-size: 30px;
}
.ser-title p {
    font-size: 14px;
    line-height: 25px;
}
.ser-nr .ser-nr-lf div strong {
    font-size: 16px;
    line-height: 30px;
}
.ser-nr .ser-nr-lf p {
    font-size: 15px;
    line-height: 25px;
}

.flo-title h4 {
    font-size: 20px;
}
.flo-title p {
    font-size: 15px;
    line-height: 25px;
}

.flo-lc li a {
    width: 65px;
    height: 65px;
    font-size: 16px;
    padding: 9px;
}
.flo-lc li i {
    font-size: 45px;
}
.flo-lc li {
    height: 60px;
}

.flo-bz ul li {
    margin: 8px 0;
}
.flo-bz ul li b {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 43px;
    margin-right: 15px;
}
.flo-bz ul li p {
    font-size: 16px;
    height: 41px;
    line-height: 40px;
}

.bes-top .bes-top-lf {
    padding-top: 10px;
}
.bes-top .bes-top-lf h6 {
    font-size: 24px;
    margin: 0;
}
.bes-bot button {
    margin: 7px 20px 0 0;
    padding: 6px 20px;
}

.bes-bot {
    padding: 0 10px;
}

.par-title-lis li {
    padding: 0 10px;
}
.par-title-lis li a {
    font-size: 16px;
}
.par-ul-lis li {
    width: 50%;
}	
	
	
}

@media only screen and (max-width: 380px) {
.flo-bz ul li {
    overflow: hidden;
}
.flo-bz ul li b {
    font-size: 20px;
}
.flo-bz ul li p {
    font-size: 15px;
}
.bes-top .bes-top-lf i {
    font-size: 45px;
}
.bes-top .bes-top-lf h6 {
    font-size: 20px;
    margin: 0;
}
.bes-bot {
    height: 45px;
    line-height: 45px;
}
.bes-bot button {
    margin: 5px 10px 0 0;
    padding: 5px 15px;
}
.par-ul-lis li {
    width: 100%;
}
.par-title-lis li {
    padding: 0 6px;
}
		
}


/*配件及服务结束*/

/*客户现场列表开始*/
.case{
	margin: 20px 0;
}
.case-nr{
	position: relative;
    z-index: 10;
}
.case-lis{
	margin: 10px 0;
}
.case-lis a{
	display: block;
	padding: 15px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	transition: all 0.33s;
}
.case-lis a:hover{
	border-bottom: 2px solid #D8212D;
	background-color: #F4F4F4;
}

.case-lis a .case-lis-lf{
	float: left;
	width: 33%;
    padding-right: 20px;
}
.case-lis a .case-lis-lf img{
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	display: block;
	border-radius: 0;
	-moz-box-shadow: 0 1px 15px #ccc;
	-webkit-box-shadow: 0 1px 15px #ccc;
	box-shadow: 0 1px 15px #ccc;
}

.case-lis a .case-lis-rg{
	float: left;
	width: 67%;
	position: relative;
}
.case-lis a h4{
	color: #333;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.case-lis a:hover h4{
	color: #D8212D;
}

.case-lis a p{
	color: #888;
	font-size: 15px;
	height: 75px;
	line-height: 25px;
	text-indent: 2em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.case-lis a .case-lis-xq{
	margin: 8px 0;
	overflow: hidden;
}
.case-lis a .case-lis-xq span{
	color: #333;
	font-size: 16px;
	margin-right: 15px;
}

.case-right{}

.case-right .case-zt{}
.case-right .case-zt h3{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.case-right .case-zt ul{
	padding-left: 10px;
}
.case-right .case-zt ul li{
	margin: 10px 0;
}
.case-right .case-zt ul li a{
	display: block;
	padding: 10px 15px;
	background-color: rgba(120,120,120,.12);
}
.case-right .case-zt ul li a img{
	width: 100%;
}
.case-right .case-zt ul li a p{
	color: #333;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.case-right .case-zt ul li a:hover p{
	color: #D8212D;
}

/*.newsfy{
	color: #333;
	overflow: hidden;
}*/

@media only screen and (max-width: 700px) {
.case-lis a .case-lis-lf{
	width: 100%;
    padding-right: 0px;
}	

.case-lis a .case-lis-rg{
	width: 100%;
}	
	
}

/*客户现场列表结束*/

/*生产线配置列表开始*/
.beltline{
	padding: 30px 0;
	background-color: #f7f7f7;
}

.bel-title{
	width: 80%;
	margin: 0 auto;
	background-color: rgba(3,3,3,.2);
}
.bel-title::after{
	content: "";
	display: block;
	clear: both;
}
.bel-title li{
	width: 25%;
}
.bel-title li a{
	display: block;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	padding: 15px 10px;
	position: relative;
}

.bel-title li a.yy{
	color: #fff;
	background-color: #E53A43;
}
.bel-title li a.yy:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 8;
	width: 15px;
	height: 15px;
	margin-left: -9px;
	border: 15px solid transparent;
	border-top: 15px solid #E53A43;
}


/*生产线配置列表结束*/




/*客户现场详情开始*/
.case-xq{
	margin: 20px 0;
}

.cas-xq-h2{
	color: #333;
	font-size: 33px;
	font-weight: bold;
	margin: 10px 0 20px;
}
.cas-xq-nr{}

.cas-ban{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}
.cas-ban .img{
	padding: 3px;
    border: 1px solid #D8212D;
    margin-left: 240px;
}
.cas-ban .img li{
	display: none;
}
.cas-ban .img li.ab{
	display: block !important;
}
.cas-ban .img li img{
	width: 100%;
}
.cas-ban .num{
	width: 212px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 9;
    background-color: #f4f4f4;
}
.cas-ban .num li{
	width: 100%;
    margin: 10px 0;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
}
.cas-ban .num li.at{
	border-color: #D8212D;
	border-width: 3px;
}
.cas-ban .num li.at:before{
	content: "";
    position: absolute;
    top: 50%;
    right: -33px;
    width: 15px;
    height: 15px;
    margin-top: -12px;
    border: 15px solid transparent;
    border-left: 15px solid #D8212D;
}
.cas-ban .num li img{
	width: 100%;
}
.cas-ban .btn_l,.cas-ban .btn_r{
	position: absolute;
    top: 0;
    bottom: 0;
    font-size: 50px;
    color: #666;
    padding: 6px 0px;
    transition: all 0.23s;
}
.cas-ban .btn_l:before,.cas-ban .btn_r:before{
	position: relative;
	top: 42%;
	background-color: rgba(255,255,255,.5);
	transition: all 0.23s;
}
.cas-ban .btn_l:hover:before,.cas-ban .btn_r:hover:before{
	background-color: rgba(255,255,255,.85);
}
.cas-ban .btn_l:hover,.cas-ban .btn_r:hover{
	color: #333;
}
.cas-ban .btn_l:active,.cas-ban .btn_r:active{
	box-shadow: none;
}
.cas-ban .btn_l:focus,.cas-ban .btn_r:focus{
	outline: none;
}

.cas-ban .btn_l{
	left: 263px;
}
.cas-ban .btn_r{
	right: 23px;
}


.cas-xq-lis{
	padding: 15px 20px;
}
.cas-xq-lis span{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin-right: 30px;
}
.cas-xq-lis p{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin: 8px 0;
}

.cas-xq-lis span a{
	color: #D8212D;
	font-size: 18px;
	
}
.cas-xq-lis span a:hover{
	text-decoration: underline;
}
.cas-xq-lis span b,.cas-xq-lis p b{}

.cas-xq-fk{
	background-color: #F4F4F4;
}
.cas-xq-fk::after{
	content: "";
	display: block;
	clear: both;
}
.cas-xq-fk .cas-xq-fk-lf{
	float: left;
	width: 90px;
	height: 100%;
	text-align: center;
	padding: 5px 0;
	margin-right: 20px;
	background-color: #DC3742;
}
.cas-xq-fk .cas-xq-fk-lf i{
	color: #fff;
	font-size: 50px;
	height: 58px;
	display: block;
}
.cas-xq-fk .cas-xq-fk-lf span{
	color: #fff;
	font-size: 16px;
}
.cas-xq-fk p{
	color: #333;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 10px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.recommend{
	margin-bottom: 30px;
}
.case-xq-rec{}
.case-xq-rec h3{
	color: #333;
	font-size: 22px;
	padding-left: 7px;
    border-left: 7px solid #DC3742;
}
.case-xq-rec ul{
    margin: 0 -10px;
}
.case-xq-rec ul:after{
	content: "";
	display: block;
	clear: both;
}
.case-xq-rec ul li{
	width: 50%;
	float: left;
	padding: 10px;
}
.case-xq-rec ul li a{
	display: block;
}
.case-xq-rec ul li a img{
	width: 100%;
}
.case-xq-rec ul li a:hover img{
	opacity: .9;
}
.case-xq-rec ul li a p{
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.case-xq-rec ul li a:hover p{
	color: #d8212d;
}

.case-xq-ly{}
.case-xq-ly h3{
	color: #333;
	font-size: 22px;
	padding-left: 7px;
    border-left: 7px solid #DC3742;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.cas-ban{
	padding: 0;
}
.cas-ban .img {
    margin-left: 200px;
}
.cas-ban .num {
    width: 182px;
    left: 0;
}
.cas-ban .btn_l {
    left: 200px;
}
.cas-ban .btn_r {
    right: 0px;
}
.cas-xq-lis {
    padding: 15px 0;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.cas-xq-h2 {
    font-size: 30px;
}
.cas-ban{
	padding: 0;
}
.cas-ban .img {
    margin-left: 152px;
}
.cas-ban .num {
    width: 139px;
    left: 0;
}
.cas-ban .btn_l {
    left: 152px;
}
.cas-ban .btn_r {
    right: 0px;
}
.cas-xq-lis {
    padding: 15px 0;
}
.cas-xq-lis span {
    font-size: 16px;
}
.cas-xq-lis p {
    font-size: 16px;
}
.cas-xq-fk p {
    font-size: 18px;
}

	
}

@media only screen and (max-width: 767px) {
.cas-xq-h2 {
    font-size: 30px;
}
.cas-ban{
	padding: 0;
}
.cas-ban .img {
    margin-left: 0px;
}
.cas-ban .num {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 20px 0 0px;
}
.cas-ban .num:after{
	content: "";
	display: block;
	clear: both;
}
.cas-ban .num li {
    width: 23%;
    float: left;
    margin: 0 1%;
}
.cas-ban .num li.at:before {
    top: -20px;
    right: 50%;
    width: 15px;
    height: 15px;
    margin-right: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #D8212D;
}
.cas-ban .btn_l, .cas-ban .btn_r {
    font-size: 40px;
}
.cas-ban .btn_l {
    left: 0px;
    height: 80%;
}
.cas-ban .btn_r {
    right: 0px;
    height: 80%;    
}
.cas-xq-lis {
    padding: 15px 0;
}
.cas-xq-lis span {
    font-size: 16px;
}
.cas-xq-lis p {
    font-size: 16px;
}
.cas-xq-fk .cas-xq-fk-lf {
	width: 100%;
	text-align: left;
    overflow: hidden;
}
.cas-xq-fk .cas-xq-fk-lf i {
    font-size: 35px;
    height: 40px;
    display: block;
    float: left;
    margin: 0 10px;
}
.cas-xq-fk .cas-xq-fk-lf span {
    font-size: 20px;
    line-height: 40px;
}
.cas-xq-fk p {
    font-size: 16px;
    padding: 15px 10px;
    height: auto;
    overflow: visible;
    -webkit-line-clamp: initial;
}


	
}

/*客户现场详情结束*/



/*生产线详情开始*/
.bel-xq{
	margin: 20px 0;
}
.bel-xq-img{}
.bel-xq-img img{
	width: 100%;
}

.bel-xq-nr{}
.bel-xq-nr h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0 15px;
}
.bel-xq-nr p{
	color: #333;
	font-size: 18px;
	line-height: 33px;
}
.bel-xq-nr p strong{}


.bel-config{
	padding: 15px 0;
	background-color: #f4f4f4;
}
.bel-config h3{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
.bel-config table{
	background-color: #fff;
}
.bel-config tr:hover{
	background-color: rgba(216,33,45,.08) !important;
}
.bel-config tr th{
	color: #fff;
	background-color: rgba(216,33,45,.8);
}
.bel-config tr th,.bel-config tr td{
	font-size: 15px;
	text-align: center;
	vertical-align: middle !important;
}


.bel-ys{
	margin: 20px 0 30px;
}
.bel-ys .bel-ys-title{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.bel-ys ul{
	/*margin: 15px 0;*/
		color: #333;
	font-size: 16px;
	line-height: 30px;
}
.bel-ys ul li{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.bel-al{
	padding: 15px 0;
	background-color: #f4f4f4;
}
.bel-al h3{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
	text-align: center;
}
.bel-al h3 .gd{
	color: #d8212d;
    font-size: 15px;
    font-weight: 400;
    padding: 1px 8px;
    border: 1px dashed #d8212d;
    border-radius: 20px 0 20px 0;
    margin: 0 0 3px 10px;
    transition: all 0.33s;
}
.bel-al h3 .gd:hover{
	color: #fff;
    background-color: rgba(216,33,45,1);
}
.bel-al ul{
    margin: 0 -15px;
}
.bel-al ul:after{
	content: "";
	display: block;
	clear: both;
}
.bel-al ul li{
	width: 25%;
	padding: 0 15px;
	float: left;
}
.bel-al ul li a{
	display: block;
}
.bel-al ul li a img{
	width: 100%;
}
.bel-al ul li a:hover img{
	opacity: .85;
}
.bel-al ul li a p{
	color: #333;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.bel-al ul li a:hover p{
	color: #D8212D;
}

@media only screen and (max-width: 767px) {
.bel-xq-nr h2 {
    font-size: 22px;
}
.bel-xq-nr p {
    font-size: 15px;
    line-height: 30px;
}
.bel-config h3 {
    font-size: 20px;
}
.bel-ys ul li {
    font-size: 15px;
}
.bel-al ul li {
    width: 50%;
    margin: 0 0 10px;
    float: left;
}	
.bel-al ul li a p {
    font-size: 14px;
}	
	
}



/*生产线详情结束*/


/*物料加工详情开始*/
.materiel-title{}
.materiel-title h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.materiel-title p{
	color: #888;
	margin-bottom: 20px;
}
.materiel-title .mate-tj{
	margin: 20px 0 30px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
}
.materiel-title .mate-tj b{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.materiel-title .mate-tj a{
	color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 2px 10px;
    margin: 3px 8px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.33s;
}
.materiel-title .mate-tj a.m-tj{
	color: #D8212D;
	font-weight: bold;
	border: 1px dashed #D8212D;
}

/*.materiel-title .mate-tj a:hover{
	color: #fff;
    background-color: rgba(216,33,45,.8);
}*/

.materiel-dd{
	background-color: #eee;
}
.mate-dd-bg{
	float: left;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
    width: 85px;
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
	background: linear-gradient(-45deg, transparent 15px, #D8212D 0);
}
.mate-dd-nr{
	color: #333;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
}

.materiel-nr{
	padding: 10px 0;
}
.materiel-nr p img{
	width: 100%;
	max-width: 970px;
	display: block;
	margin: 10px auto;
}
.materiel-nr .mate-jg{}
.materiel-nr .mate-jg h6{
	color: #333;
	font-size: 22px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px solid #D8212D;
}
.materiel-nr .mate-jg img{
  width: 100%;
    max-width: 750px;
    display: block;
    margin: 15px auto;
}
.materiel-nr .mate-jg span{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px;
}
.materiel-nr .mate-jg span a{
	font-size: 16px;
}
.materiel-nr .mate-jg span a:hover{
	color: #D8212D;
	text-decoration: underline;
}
.materiel-nr .mate-jg p{
	color: #333;
	font-size: 15px;
	line-height: 30px;
	text-indent: 2em;
	padding: 10px;
}


@media only screen and (max-width: 767px) {
.materiel-title h2 {
    font-size: 26px;
}
.mate-dd-bg {
    font-size: 23px;
    width: 75px;
    height: 58px;
    line-height: 58px;
}
.materiel-nr .mate-jg h6 {
    font-size: 20px;
}	
	
	
}


/*物料加工详情结束*/


/*视频中心开始*/
.VideoCenter{
	margin: 20px 0 30px;
}

.vc-title{
	margin: 15px 0;
}
.vc-title a{
	color: #666;
	font-size: 20px;
	line-height: 40px;
	padding: 3px 10px;
	white-space: nowrap;
	border: 1px dashed #666;
	margin: 0 15px;
	transition: all 0.33s;
}
.vc-title a.vcs{
	color: #fff;
	border: 1px solid #D8212D;
	background-color: rgba(216,33,45,9);
}

.vc-lis{
	margin: 0 -15px;
}
.vc-lis:after{
	content: "";
	display: block;
	clear: both;
}

.vc-lis li{
	float: left;
	width: 33.33%;
	max-height: 240px;
	padding: 0 15px;
}
.vc-lis li a{
	display: block;
	padding: 10px 10px 3px;
    background: #fff;
    position: relative;
    overflow: hidden;
    /*-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);*/
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.vc-lis li a video{
	width: 100%;
	border: 1px solid #ccc;
}
.vc-lis li a p{
	color: #333;
	font-size: 16px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.33s;
}
.vc-lis li a:hover p{
	color: #D8212D;
}

.vc-lis li a .vid-hov{
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
    height: 100%;
    margin-left: -10px;
    text-align: center;
}
.vc-lis li a .vid-hov i{
	color: rgba(255,255,255,.75);
    font-size: 66px;
    margin-top: 70px;
    display: block;
}
.vc-lis li a:hover .vid-hov i{
	display: none;
}

.vc-lis li a .vid-hov span{
	opacity: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 35px;
    display: inline-block;
    margin-top: 130px;
    background-color: rgba(216,33,45,.8);
    transition: all 0.3s;
}
.vc-lis li a:hover .vid-hov span{
	opacity: 1;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vc-lis li a .vid-hov i {
    margin-top: 45px;
}
.vc-lis li a .vid-hov span {
    margin-top: 80px;
}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.vc-lis li a {
     padding: 0; 
}
.vc-lis li a .vid-hov {
     margin-left: 0; 
}

.vc-lis li a .vid-hov i {
	font-size: 56px;
    margin-top: 35px;
}
.vc-lis li a .vid-hov span {
    margin-top: 60px;
}
	
}

@media only screen and (max-width: 767px) {
.VideoCenter {
    margin: 0px 0 30px;
}
.vc-lis li a {
     padding: 0; 
}
.vc-lis li a .vid-hov {
     margin-left: 0; 
}

.vc-lis li a .vid-hov i {
	font-size: 56px;
    margin-top: 35px;
}
.vc-lis li a .vid-hov span {
    margin-top: 60px;
}	
	
}

@media only screen and (max-width: 650px) {
.vc-lis li {
    width: 50%;
}	
	
}

@media only screen and (max-width: 460px) {	
.vc-title a {
    font-size: 18px;
    margin: 0 10px;
}
.vc-lis li a .vid-hov i {
	font-size: 56px;
    margin-top: 20px;
}
.vc-lis li a .vid-hov span {
    margin-top: 40px;
}	
	
}

@media only screen and (max-width: 400px) {
.vc-lis li {
    width: 100%;
}
.vc-title {
    margin: 15px -10px;
}
.vc-title a {
    font-size: 16px;
    margin: 0 10px;
}
	
}






/*视频中心结束*/


/*视频详情开始*/
.videos{
	margin: 15px 0 20px;
}
.videos-xq{}
.videos-xq:after{
	content: "";
	display: block;
	clear: both;
}
.videos-xq-lf{
	float: left;
	width: 850px;
}
.videos-xq-lf h3{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
    line-height: 30px;
}
.videos-xq-lf video{
	width: 100%;
}
.videos-xq-fx{
	margin: 10px 0;
}
.videos-xq-fx span{
	float: left;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.videos-xq-rg{
	float: right;
	width: 266px;
}
.videos-xq-rg h5{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
    line-height: 30px;
}
.videos-xq-rg ul{
	margin: 0;
}
.videos-xq-rg ul:after{
	content: "";
	display: block;
	clear: both;
}
.videos-xq-rg ul li{
	margin: 0px 0 15px;
}
.videos-xq-rg ul li a{
	display: block;
	position: relative;
}
.videos-xq-rg ul li a img{
	width: 100%;
}
.videos-xq-rg ul li a p{
	position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    background-color: rgba(3,3,3,.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.33s;
}
.videos-xq-rg ul li a:hover p{
	height: 100%;
    text-align: center;
    padding: 0 10px;
    padding-top: 23%;
    background-color: rgba(216,33,45,.7);
}

.videos-nr{
	clear: both;
	margin: 10px 0;
}
.videos-nr span{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.videos-nr p{
	color: #333;
	font-size: 15px;
	line-height: 30px;
	text-indent: 2em;
}


.videos-xg{
	padding: 15px 0;
	background-color: #f4f4f4;
}
.videos-xg h3{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
	text-align: center;
}
.videos-xg h3 .gd{
	color: #d8212d;
    font-size: 15px;
    font-weight: 400;
    padding: 1px 8px;
    border: 1px dashed #d8212d;
    border-radius: 20px 0 20px 0;
    margin: 0 0 3px 10px;
    transition: all 0.33s;
}
.videos-xg h3 .gd:hover{
	color: #fff;
    background-color: rgba(216,33,45,1);
}
.videos-xg ul{
    margin: 0 -15px;
}
.videos-xg ul:after{
	content: "";
	display: block;
	clear: both;
}
.videos-xg ul li{
	width: 25%;
	padding: 0 15px;
	float: left;
}
.videos-xg ul li a{
	display: block;
	position: relative;
    overflow: hidden;
    background-color: #fff;
}
.videos-xg ul li a img{
	width: 100%;
}
.videos-xg ul li a:hover img{
	opacity: .85;
}
.videos-xg ul li a .rec-cp-title{
	position: absolute;
    bottom: -43px;
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: rgba(3,3,3,.4);
    transition: all 0.33s;
}
.videos-xg ul li a:hover .rec-cp-title{
	bottom: 0;
    background-color: rgba(3,3,3,.7);
}

.videos-xg ul li a .rec-cp-title h6 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos-xg ul li a .rec-cp-title p {
}
.videos-xg ul li a .rec-cp-title p span {
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
}






@media only screen and (max-width: 1199px) {
.videos-xq-lf {
    width: 100%;
}
.videos-xq-rg {
    width: 100%;
}
.videos-xq-rg ul li {
    width: 33.3%;
    float: left;
    padding: 0 10px;
}
.videos-xg ul li a .rec-cp-title h6 {
    font-size: 16px;
}
.videos-xg ul li a .rec-cp-title p span {
    font-size: 14px;
}
		
}

@media only screen and (max-width: 600px) {
.videos-xq-rg ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
}	
.videos-xg ul li {
    width: 50%;
    padding: 10px 15px;
}
		
}

@media only screen and (max-width: 350px) {
.videos-xq-rg ul li {
    width: 100%;
    float: left;
    padding: 0 10px;
}	
		
}


/*视频详情结束*/











