@charset "utf-8";
/*公用样式开始*/
*{
	font-family: Microsoft YaHei,simsun,Helvetica Neue,Arial,Helvetica,sans-serif;
}
body{
	position: relative;
}
ul,li{
	list-style: none;
	padding: 0;
}
a{
	font-size: 14px;
	text-decoration: none;
}
a:hover,a:focus,a:visited{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.col{
	color: #da251d;
}
.red{
	color: #ef0c0c;
}

.bgcol{
	background-color: #f1f1f1;
}
img{
	border: none;
}
p{
	margin: 0;
}



/*公用样式结束*/
@media only screen and (max-width: 768px) {
.lxb-container{
	opacity: 0 !important;
	z-index: -3 !important;
	display: none !important;
}	
	
	
}


/*TopDiv开始*/
.TopDiv{
	width: 100%;
	background-color: #DBDBDB;
}
.TDnr{}
.TDnr .TDnr-lf{
	float: left;
	font-size: 14px;
	padding: 5px 0;
}
.TDnr .TDnr-rg{
	float: right;
}
.TDnr .TDnr-rg a{
	color: #333;
}
.TDnr .TDnr-rg a:hover{
	color: #da251d;
}
.TDnr .TDnr-rg .TD-icon{
	font-size: 13px;
	display: inline-block;
    margin: 5px 3px;
}
.TDnr .TDnr-rg .TD-icon span{
	margin-left: 3px;
}

.TDnr .TDnr-rg .lang{
	float: right;
	font-size: 15px;
	font-weight: bold;
	margin-left: 8px;
	position: relative;
	height: 32px;
	line-height: 29px;
	padding: 0 5px;
}
.TDnr .TDnr-rg .lang>a{
	display: block;
	padding: 0 3px;
}
.TDnr .TDnr-rg .lang:hover{
	background-color: #aaa;
}
.TDnr .TDnr-rg .lang:hover>a{
	color: #fff;
}
.TDnr .TDnr-rg .lang ul li a:hover{
	color: #da251d;
	background-color: rgba(255,255,255,.8);
}

.TDnr .TDnr-rg .lang ul{
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 9999;
	display: none;
	box-shadow: 0 3px 15px #ccc;
}
.TDnr .TDnr-rg .lang ul li{}
.TDnr .TDnr-rg .lang ul li a{
	display: block;
	padding: 5px 10px;
	text-align: center;
}



@media only screen and (max-width: 768px) {
.TopDiv {
    display: none;
}
.TDnr .TDnr-rg .TD-icon {
    font-size: 13px;
    margin: 8px 3px 0;
}	
	
.TDnr .TDnr-rg .TD-icon span{
	display: none;
	margin-left: 0px;
}


}



/*TopDiv结束*/



/*header开始*/
.LgHead{}
.navbar{
	margin-bottom: 0;
}

.navbar-default{
	background-color: #fff;
	border: none;
}
.navbar-brand{
	height: 90px;
    padding: 13px 15px;
}
.navbar-brand img{
	height: 100%;
}
.navbar-nav{
	padding-top: 30px;
}
.dh .nav>li>a {
	color: #111 !important;
	font-size: 15px;
	font-weight: bold;
    padding: 18px 13px;
    transition: all 0.33s;
}
.dh ul li a.active,.dh>ul>li>a:hover{
	color: #da251d !important;
	border-bottom: 3px solid #da251d !important;
}

.navbar-toggle {
    margin-top: 33px;
}

.dropdown-menu{
	min-width: 100%;
    font-size: 16px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #da251d;
}
.dropdown-menu li a{
	font-size: 15px;
    padding: 8px 10px;
    text-align: center;
    transition: all 0.33s;
}
.dropdown-menu li a:hover{
	color: #da251d;
}


/*产品下拉*/
#dh-cp{
	width: 100%;
	height: 336px;
    background-color: rgba(255,255,255,.94);
    position: absolute;
    top: 90px;
    z-index: 99999;
    padding: 10px 0 20px;
    display: none;
    box-shadow: 0 7px 16px 0px rgba(0,0,0,.2);
}
#dh-cp:hover,#dh-cp:hover ul,#dh-cp:hover ul li{
	display: block !important;
	opacity: 1 !important;
}

#dh-cp ul{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#dh-cp ul li{
	float: left;
	width: 25%;
    padding: 20px 50px;
    margin-top: -200px;
    opacity: 0;
    transition: all 0.33s;
}
#dh-cp ul li a{}
#dh-cp ul li .dh-cp-nr{
	display: block;
}
#dh-cp ul li .dh-cp-nr h6{
	color: #DA251D;
	font-size: 18px;
    font-weight: bold;
	text-align: center;
	transition: all 0.33s;
}
#dh-cp ul li .dh-cp-nr h6:hover{
	transform: scale(1.05,1.05);
}

#dh-cp ul li .dh-cp-nr img{
	width: 100%;
	transition: all 0.33s;
}
#dh-cp ul li .dh-cp-nr img:hover{
	transform: scale(1.05,1.05);
}


#dh-cp ul li .dh-cp-a{
	display: block;
	color: #333;
	font-size: 16px;
	text-align: center;
	transition: all 0.33s;
}
#dh-cp ul li .dh-cp-a:hover{
	color: #DA251D;
}








@media only screen and (max-width: 991px) {
.navbar-nav{
	padding-top: 0;
}


}

@media only screen and (max-width: 768px) {
.navbar-nav li{
	width: 49%;
    display: inline-block;
}
.navbar-nav li a{
	padding: 5px 0;
    text-align: center;
}
.dh ul li a.active,.dh ul li a:hover{
	border-bottom: none !important;
}
.dropdown-menu{
	display: none;
}
.navbar-brand {
    height: 75px;
}
.navbar-toggle {
    margin-top: 24px;
}


}



/*header结束*/










/*页尾开始*/
.foots{}
.foots-tp{
	padding: 30px 0;
	background-color: #222222;
}
.foots-tp-lis{}
.foots-tp-lis h5{
	color: #fff;
	font-size: 24px;
}
.foots-tp-lis ul li{
	display: inline-block;
    width: 100px;
    margin: 5px 0;
}
.foots-tp-lis ul li a{
	color: #fff;
	font-size: 15px;
}
.foots-tp-lis ul li a:hover{
	color: #DA251D;
}

.foots-tp-lis p{
	color: #fff;
	font-size: 15px;
	margin: 5px 0;
}
.foots-tp-img{}
.foots-tp-img p{
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.foots-tp-img p img{
	width: 50%;
	max-width: 150px;
	padding: 10px;
}



.foots-bt{
	padding: 15px 0;
	background-color: #000;
}
.foots-bt p{
	color: #fff;
	font-size: 13px;
	margin: 5px 0;
}
.foots-bt p a{
	color: #fff;
	font-size: 13px;
	margin: 0 5px;
}
.foots-bt p a:hover{
	color: #DA251D;
}
.foots-bt p span{
	color: #fff;
	font-size: 13px;
	margin: 0 5px;
}


@media only screen and (max-width: 490px) {
.foots-tp-lis ul li {
    width: 80px;
}	
	
	
}

@media only screen and (max-width: 490px) {
.foots-tp-lis {
    width: 100%;
}
.foots-tp-img {
    width: 100%;
}
.foots-tp-img p {
    max-width: 250px;
    margin: 0 auto;
}	
	
	
}





/*页尾结束*/






/*右边侧边栏开始*/
@font-face {
  font-family: 'iconfont';  /* project id 649402 */
  src: url('//at.alicdn.com/t/font_649402_wiunifrd1butyb9.eot');
  src: url('//at.alicdn.com/t/font_649402_wiunifrd1butyb9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_649402_wiunifrd1butyb9.woff') format('woff'),
  url('//at.alicdn.com/t/font_649402_wiunifrd1butyb9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_649402_wiunifrd1butyb9.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

#rg{
	position: fixed;
	right: 0;
	top: 15%;
	z-index: 99999;
}
#rg ul li{
	width: 60px;
	height: 60px;
	margin: 5px 0;
	background-color: rgba(223,77,87,1);
	border-radius: 5px 0 0 5px;
}
#rg ul li:hover{
	background-color: rgba(216,33,45,1);
}
#rg ul li a i{
	font-size: 36px;
	color: #fff;
	margin-left: 3px;
}

#rg ul li a{
	display: block;
	padding: 7px 10px;
}
#rg ul li a img{
	display: block;
	width: 100%;
}
#tels{
	opacity: 0;
	width: 100px;
	height: auto;
	position: absolute;
	top: -30px;
	right: -45px;
	background-color: #eee;
	border-radius: 5px;
	box-shadow: 0 4px 8px 2px #aaa;
	padding: 5px;
	z-index: -1;
    transition: all 0.33s;
}
#tels:before{
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 100%;
}
#tels p{
	font-size: 12px;
	text-align: center;
	margin: 0;
	color: #555;
}
#tels div{text-align: center;}
#tels div i{
    font-size: 40px;
    height: 43px;
    display: block;
	margin: 0;
	color: #D8212D;
}

#tels form{
	width: 100%;
}
#telInput1{
	width: 100%;
	height: 20px;
	border: 1px solid #bbb;
	margin: 8px 0;
	outline: 0;
	padding: 3px 2px;
	transition: all 0.33s;
}
#telInput1:focus{
	border: 1px solid #D8212D;
}
#callBtn1{
	width: 100%;
	border: none;
	padding: 3px;
    color: #fff;
    outline: 0;
    text-align: center;
    border-radius: 3px;
	background-color: rgba(216,33,45,.8);
}




#callBtn1:hover{
	background-color: rgba(216,33,45,1);
}















#telInput{
	width: 100%;
	height: 20px;
	border: 1px solid #bbb;
	margin: 8px 0;
	outline: 0;
	padding: 3px 2px;
	transition: all 0.33s;
}
#telInput:focus{
	border: 1px solid #D8212D;
}
#callBtn{
	width: 100%;
	border: none;
	padding: 3px;
    color: #fff;
    outline: 0;
    border-radius: 3px;
	background-color: rgba(216,33,45,.8);
}




#callBtn:hover{
	background-color: rgba(216,33,45,1);
}













#tel{
	position: relative;
}
#tel:hover #tels{
	opacity: 1;
    right: 65px;
}
/*#tel-ins{
    right: 5px;
    display: inline-block;
    top: 5px;
    position: absolute;
    width: 9px;
    height: 8px;
    z-index: 9999;
    cursor: pointer;
    background-image: url(http://lxb.baidu.com/newFloat/asset/img/close.png);
}*/
#wm{
	position: relative;
}
#wm:hover #wms{
	opacity: 1;
	right: 65px;
}
#wms{
	opacity: 0;
	width: 120px;
	height: 142px;
	position: absolute;
	top: -30px;
	right: -45px;
	background-color: #eee;
	border-radius: 5px;
	box-shadow: 0 4px 8px 2px #aaa;
	padding: 8px;
	z-index: -2;
    transition: all 0.33s;
}
#wms:before{
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 100%;
}
#wms img{
	width: 100%;
}
#wms p{
	margin: 0;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}


/*手机端侧边栏*/
#cellphone{}
#ph-kf{
	position: fixed;
	bottom: 68px;
    right: 5%;
	z-index: 9999;
}
#ph-kf a{
	display: block;
	width: 50px;
    height: 50px;
    padding: 1px 9px;
	border: 1px solid #D8212D;
	border-radius: 50%;
	background-color: rgba(216,33,45,1);
	box-shadow: 0 3px 8px #333;
}
#ph-kf a i{
	font-size: 30px;
	color: #fff;
	margin-top: 4px;
    display: block;
}

#ph-tel{
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
}
#ph-tel a{
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #d8212d;
    background-color: #ce5151;
	box-shadow: 0 2px 0 #ccc, 0 3px 1px #999, inset 0 1px 1px #fff;
}


@media (min-width: 768px){
#rg{
	display: block;
}	

#cellphone{
	display: none;
}


}

@media (max-width: 767px){
#rg{
	display: none !important;
}	

#cellphone{
	display: block;
}


}


/*右边侧边栏结束*/














