/*初始化*/
*{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    /*vertical-align: baseline;*/
    /*word-break:break-all;*/
    word-wrap:break-word;
    font-family: "微软雅黑";
    background-repeat: no-repeat;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input{
    white-space:nowrap;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
strong{
	font-weight: 600;
}
ul,li,ol{
    list-style: none;
}
img{
    border: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.content{
    min-height: 100%;
}
a{
	color: #555555;
    text-decoration: none;
    border: none;
    outline: none;
    tap-highlight-color: rgba(0,0,0,0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}
a:visited{
    color: #555555;
}
input,button{
    outline: none;
}
.clear{clear: both;}
.center{ width: 1200px; margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}

/*上方小条条*/
.top-t{background: #f7f7f7; height: 31px;}
.top-t p{width: 155px; height: 31px; margin-left: 12px; font-size: 14px; color: #606060; float: left; line-height: 31px;}
.top-t .right{ float: right; color: #cc0000; font-family: arial; font-size: 16px; font-weight:700 ; line-height: 31px; height: 31px;}
.top-t .right img{vertical-align: middle; margin-left: 5px;}
/*小条结束*/
/*logo-top*/
.logo-top .left{ float: left;}
.logo-top .right{float: right;}
.logo-top .right .resou{float: right; font-size: 12px; color: #cccccc; line-height: 115px;}
.logo-top .right .resou a{display:inline-block; margin:0 10px; color: #cccccc;}
.logo-top .right .search{ width: 230px; height: 34px; border:#CCCCCC 1px solid; border-radius: 4px; float: right; margin-top: 41px; margin-left: 28px;}
.logo-top .right .search .sousuo{ width: 180px; font-size: 12px; color: #CCCCCC; margin-left: 10px; line-height: 34px;}
.logo-top .right .search .anniu{ width: 35px; height: 100%; background: url(../img/0郎瑞奇首页_17.jpg) center center no-repeat; float: right; vertical-align: middle; cursor: pointer;}
/*logo-top结束*/
/*nav*/
.nav{ background: #333333; height: 50px; position: relative; z-index: 9;}
.nav .center ul li{ float: left;}
.nav .center ul li a.top_nav_a{ width: 118px; height: 50px; display: block; color: #FFFFFF; font-size: 16px; line-height: 50px; margin-left: 15px; -webkit-transition: all 0.3s;-moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.2s; text-align: center;}
.nav .center ul li:hover a.top_nav_a{ background: #CC0000;}

/*产品子栏目*/
.nav .center ul li.product_top_nav:hover .product_nav_box{
	height: 330px;
}
.product_nav_box{
	position: absolute;
	left: 50%;
	top: 45px;
	width: 780px;
	margin-left: -390px;
	height: 0;
	overflow: hidden;
	transition: height 0.4s;
}
.product_nav_box ul{
	background: #FFFFFF;
	border: 1px solid #EFEEEE;
	border-radius: 0 0 8px 8px;
	padding: 35px 40px 10px;
	line-height: 1.4em;
}
.product_nav_box ul a{
	display: block;
	height: 1.4em;
	overflow: hidden;
}
.product_nav_box ul li{
	float: left;
	width: 25%;
}
.product_nav_box ul li dl{
	padding-right: 10px;
	margin-bottom: 20px;
}
.product_nav_box ul li dl dt a{
	color: #CC0000;
	font-size: 15px;
	margin-bottom: 5px;
}
.product_nav_box ul li dl dd a{
	font-size: 13px;
}
.product_nav_box ul a.c_f00{
	color: #ff0000;
	margin-top: 5px;
}







/*nav*/
/*footer*/
.footer{ margin-top: 25px; background: #323232; padding-bottom: 20px;}
.footer p{ font-size: 20px; color: #efeeee; text-align: center;}
.footer h6{ font-size: 11px; color: #EFEEEE; text-align: center; margin-top: 2px;    text-transform: uppercase;}
.footer ul li{display: inline; width: 66px; border-left: 1px #999999 solid; margin-right: 12px; padding-left: 12px;}
.footer ul li:first-child{
	border-left: none;
}
.footer ul li a{ font-size: 14px; color: #999999; line-height: 2.5em;}
.footer ul{  text-align: center; margin-top: 20px;}
.footer h5{ font-size: 12px; color: #999999; text-align: center;}
.footer h5 a{color: #999999; margin-left: ;}











