@charset "utf-8";
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 25px;
}
.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #e73522;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 30px;
}

/* 首页 */
.cont1-box{
	padding: 50px 0;
}
.cont1-box li{
	float: left;
	width: 300px;
}
.cont1-box li i{
	display: block;
	overflow: hidden;
}
.cont1-box li i img{
	width: 300px;
	height: 190px;
}
.cont1-box li div{
	width: 300px;
	height: 190px;
	box-sizing: border-box;
	padding: 30px 20px 0;
	background-color: #f3f3f3;
}
.cont1-box li div p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.cont1-box li div h4{
	font-size: 18px;
	color: #c01920;
	font-weight: bold;
	margin-bottom: 10px;
}
.cont2{
	height: 940px;
	background: url(../img/bg2.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 50px;
}
.menu1{
	float: left;
	width: 260px;
	box-sizing: border-box;
	background-color: #c01920;
	padding: 25px 20px 30px;
}
.menu1 span{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
}
.menu1 h2{
	font-size: 24px;
	color: #fff;
	margin-top: 5px;
	background: url(../img/fl.png) no-repeat right center;
}
.menu-hot img{
	width: 100%;
	height: auto;
}
.menu-hot{
	position: relative;
}
.menu-hot div{
	width: 200px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 10px;
	background-color: rgba(195,25,32,0.5);
	padding: 5px 0;
}
.menu-hot div em{
	font-size: 16px;
	color: #fff;
}
.menu-hot div p{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.menu1-list{
	margin: 30px 0 40px;
}
.menu1-list a{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.menu1-list a:hover{
	background-color: #9a0006;
	border-color: #9a0006;
}
.cont2-r{
	float: right;
	width: 900px;
}
.cont2-r .product-c-list a{
	width: 286px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.cont2-r .product-c-list a div{
	padding: 14px 20px;
}
/* .cont2-r a{
	float: left;
	width: 280px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	margin-right: 30px;
}
.cont2-r a img{
	width: 100%;
	height: 250px;
}
.cont2-r a h4{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	bottom: -50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont2-r a:hover h4{
	bottom: 0;
}
.cont2-r a:nth-child(3n){
	margin-right: 0;
} */
.title{
	width: 640px;
	margin: 0 auto;
}
.cont3{
	padding: 50px 0;
	background-color: #f4f4f4;
}
.title h2{
	text-align: center;
	font-size: 38px;
	color: #c01920;
	font-weight: bold;
}
.title div{
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
}
.title ul{
	width: 140px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: -2px;
}
.title ul li{
	width: 70px;
	float: left;
	height: 3px;
	background-color: #c01920;
}
.title ul li:last-child{
	background-color: #720005;
}
.title p{
	text-align: center;
	font-size: 16px;
	color: #666;
}
.cont3-c{
	margin-top: 45px;
	position: relative;
}
.cont3-c a{
	display: block;
	width: 290px;
	height: 270px;
	position: relative;
}
.cont3-c a img{
	width: 100%;
	height: 100%;
}
.cont3-c a h4{
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont3-c .swiper-button-next,.cont3-c .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px auto;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.cont3-c .swiper-button-next,.cont3-c .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right2.png);
    right: -70px;
    left: auto;
}
.cont3-c .swiper-button-prev,.cont3-c .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left2.png);
    left: -70px;
    right: auto;
}
.cont3-c .swiper-button-next:hover,.cont3-c .swiper-button-prev:hover{
	background-position: center bottom;
}
.cont4{
	height: 497px;
	background: url(../img/a_bg.jpg) no-repeat center center;
	background-size: cover;
}
.cont4-txt{
	float: right;
	overflow: hidden;
	height: 497px;
	width: 500px;
	box-sizing: border-box;
	padding: 0 30px;
	background-color: rgba(0,0,0,0.5);
}
.cont4-txt h4{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 55px;
}
.cont4-txt span{
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.cont4-txt p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.cont5{
	padding-bottom: 50px;
}
.cont5 .title{
	padding: 50px 0;
}
.cont5-list .ys,.cont5-list i{
	float: left;
	width: 600px;
	height: 368px;
}
.cont5-list i img{
	width: 100%;
	height: 100%;
}
.cont5-list li:nth-child(2n) .ys{
	padding-left: 25px;
}
.ys{
	box-sizing: border-box;
	padding-top: 80px;
}
.ys span{
	float: left;
	width: 60px;
	border: 1px solid #ddd;
	padding: 20px 0 30px;
	margin-top: 30px;
}
.ys em{
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #c01920;
	line-height: 48px;
	width: 46px;
	text-align: center;
	margin: 0 auto;
}
.ys div{
	width: 490px;
	float: left;
	margin-left: 20px;
}
.ys div h4{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.ys div p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.cont6{
	padding: 50px 0;
	background-color: #f4f4f4;
}
.cont6-list{
	margin-top: 60px;
}
.cont6-l{
	float: left;
	width: 540px;
	height: 370px;
}
.cont6-l a{
	display: block;
	width: 540px;
	height: 370px;
	overflow: hidden;
	position: relative;
}
.cont6-l a img{
	width: 100%;
	height: 100%;
}
.cont6-l a h4{
	position: absolute;
	width: 100%;
	line-height: 60px;
	left: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(192,25,32,0.7);
	font-size: 16px;
	color: #fff;
}
.cont6-r{
	width: 636px;
	float: right;
}
.cont6-r a{
	display:block;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
}
.cont6-r a h4{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.cont6-r a p{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.cont6-r a span{
	font-size: 12px;
	color: #999;
	display: block;
	margin-top: 3px;
}
.cont7{
	padding: 50px 0;
}
.cont7-list{
	margin-top: 50px;
}
.cont7-list a{
	float: left;
	width: 190px;
	height: 102px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-right: 12px;
	margin-bottom: 20px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont7-list a:hover{
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.cont7-list a:nth-child(6n){
	margin-right: 0;
}
.cont7-list a img{
	width: 100%;
	height: 100%;
}
/* 内页 */
.mains {
    width: 1200px;
    margin: 30px auto 30px;
    min-height: 600px;
}
.box {
    position: relative;
	z-index: 3;
}
/*menu*/
.menu{
	width: 211px;
	overflow: hidden;
	margin-top: -60px;
}
.menu h2{
	width: 211px;
	height: 139px;
	box-sizing: border-box;
	background: url(../img/menu_bg.png) no-repeat center center;
	padding: 50px 0 0 30px;
}
.menu h2 em{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.menu h2 span{
	display: block;
	font-size: 20px;
	color: #fff;
	font-family: arial;
}
.menu li{
	background-color: #eee;
	box-sizing: border-box;
	padding-left: 30px;
	height: 47px;
	overflow: hidden;
	margin-top: 1px;
}
.menu li.dd{
	padding-left: 45px;
	height: 36px;
}
.menu li.dd a{
	font-size: 14px;
	margin-top: 9px;
}
.menu li a{
	display: block;
	font-size: 16px;
	color: #666;
	height: 18px;
	line-height: 18px;
	border-left: 2px solid #a8a8a8;
	padding-left: 15px;
	margin-top: 14px;
}
.menu li:hover a{
	border-color: #fff;
	color: #fff;
}
.menu li:hover {
	background-color: #e62d35;
}
.menu li.active{
	background-color: #e62d35;
}
.menu li.active a{
	border-color: #fff;
	color: #fff;
}
.menu .rx{
	background: url(../img/phone2.png) no-repeat 7px center;
	background-color: #c01920;
	box-sizing: border-box;
	padding: 30px 0 30px 44px;
	margin-top: 4px;
}
.menu .rx span{
	display: block;
	font-size: 12px;
	color: #fff;
}
.menu .rx em{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.menu .zx{
	background-color: #c01920;
	padding: 25px;
	margin-top: 2px;
}
.menu .zx img{
	width: 100%;
	height: auto;
}
/* .menu .zx{
	background-color: #c01920;
	padding: 24px 0 15px;
	margin-top: 2px;
}
.menu .zx a{
	display: block;
	float: left;
	width: 60px;
	margin: 0 22px;
}
.menu .zx a i{
	display: block;
	height: 41px;
	width: 41px;
	margin: 0 auto;
}
.menu .zx a span{
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
} */
.main-top {
    padding-bottom: 5px;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 20px;
}
.content {
    width: 960px;
    float: right;
}
.main-top h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.main-top .bread span {
    display: block;
    font-size: 12px;
    color: #666;
    height: 40px;
    line-height: 40px;
}
.main-top .bread li {
    float: left;
    font-size: 12px;
    color: #666;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
}
.main-top .bread li a {
    display: block;
    color: #666;
}
.about-jj p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}
/*产品中心*/
.product-box{
	padding: 20px 0 50px;
	padding-bottom: 0;
}
.product-c-list a{
	float: left;
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 20px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product-c-list a:hover{
	box-shadow: 0 5px 15px rgba(195,25,32,0.5);
	-webkit-box-shadow: 0 5px 15px rgba(195,25,32,0.5);
	-moz-box-shadow: 0 5px 15px rgba(195,25,32,0.5);
	-ms-box-shadow: 0 5px 15px rgba(195,25,32,0.5);
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.product-c-list a:hover{
	background-color: #c01920;
}
.product-c-list a:hover div{
	background-color: #c01920;
}
.product-c-list a:hover div h4,.product-c-list a:hover div p{
	color: #fff;
}
.product-c-list a:nth-child(3n){
	margin-right: 0;
}
.product-c-list a i{
	display: block;
}
.product-c-list a img{
	width: 100%;
	height: 230px;
}
.product-c-list a div{
	padding: 16px 20px;
	background-color: #f4f4f4;
}
.product-c-list a div h4{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-c-list a div p{
	font-size: 12px;
	color: #717171;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*产品详情*/
.product-xq-box {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.product-xq-c h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.product-l {
    width: 490px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 5px;
}
.product-l img{
	width: 100%;
	height: auto;
}
.product-r{
	width: 440px;
	margin-left: 30px;
	position: relative;
}
.product-xq h4{
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #333;
}
.product-r p{
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	color: #666;
}
.product-r p span{
	font-weight: bold;
	color: #333;
}
.product-r i{
	display: block;
	width: 200px;
	position: absolute;
	right: -230px;
	top: 10px;
	
}
.product-r i img{
	width: 100%;
	height: auto;
}
.product-r .zx{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
	background-color: #ff0000;
	border-radius: 5px;
}
.news-xq-c ul {
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	margin-top: 40px;
	margin-bottom: 20px;
}
.news-xq-c ul li{
	float: left;
	width: 45%;
}
.news-xq-c ul li a{
	display: block;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}
.news-xq-c ul li:first-child a{
	padding-left: 40px;
	background: url(../img/left.png) no-repeat left center;
}
.news-xq-c ul li:last-child{
	float: right;
}
.news-xq-c ul li:last-child a{
	text-align: right;
	padding-right: 40px;
	background: url(../img/right.png) no-repeat right center;
}
.news-xq-c p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
/*新闻详情*/
.news-xq{
	margin: 0 auto;
}
.case-xq{
	background-color: #fff;
}
.case-xq .news-xq-l{
	padding: 0;
}
.news-xq-l{
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}
.news-xq-c img{
	margin:5px auto;
}
.news-tit{
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.news-tit h2{
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
	text-align: center;
}
.news-tit li{
	line-height: 40px;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}
/*.news-tit li:first-child{
	float: left;
}*/
.news-tit li:first-child span{
	float: left;
	display:block;
	line-height: 40px;
	padding-left: 30px;
}
.news-tit li:first-child span:nth-child(1){
	background: url(../img/time.png) no-repeat left center;
	margin-right: 30px;
}
.news-tit li:first-child span:nth-child(2){
	background: url(../img/admin.png) no-repeat left center;
}
.news-xq-c>img{
	width: 100%;
	margin-bottom: 30px;
}
.news-xq-c img{
	max-width: 100%;
	height: auto;
}
.news-xq-c>p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
/*新闻*/
.news-list{
	padding: 20px 0 50px;
}
.news-list li{
	background-color: #f5f5f5;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 80%;
	min-width: 960px;
	box-sizing: border-box;
	padding: 20px 10px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news-list li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.news-list li>a{
	float: left;
	width: 220px;
}
.news-list li>a img{
	width: 100%;
	height: 150px;
}
.news-list li .news-c{
	float: left;
    width: 600px;
    margin-left: 24px;
}
.news-list li .news-c h4 a{
	display: block;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-top: 5px;
}
.news-list li .news-c h4 a:hover{
	color: #c01920;
	text-decoration: underline;
}
.news-list li .news-c p{
	font-size: 12px;
	color: #666;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-list li .news-c>a{
	display: block;
	font-size: 12px;
	color: #c01920;
	margin-top: 10px;
}
.news-list li .time{
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}
.news-list li .time em{
	display: block;
	font-size: 50px;
	color: #757575;
	border-bottom: 1px solid #999;
	line-height: 60px;
}
.news-list li .time span{
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.case-list a{
	display: block;
	float: left;
	width: 310px;
	margin-right: 15px;
	margin-bottom: 20px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.case-list a:nth-child(3n){
	margin-right: 0;
}
.case-list a i{
	display: block;
	overflow: hidden;
}
.case-list a i img{
	width: 310px;
	height: 220px;
}
.case-list a h4{
	height: 50px;
	line-height: 50px;
	background-color: #f4f4f4;
	font-size: 14px;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-list a:hover h4{
	color: #d50f10;
}
.case-list a:hover{
	box-shadow: 0 2px 15px rgba(0,0,0,0.3);
}
.box img{
	max-width: 100%;
	margin: 0 auto;
}
.ly-box{
	padding: 30px;
	background-color: #ededed;
}
.ly-box li{
	position: relative;
	width: 48%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.ly-box li:nth-child(2n){
	float: right;
	margin-left: 0;
}
.ly-box li label{
	position: absolute;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333;
	left: -40px;
}
.ly-box li input{
	width: 100%;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.ly-box li:last-child{
	width: 98%;
}
.ly-box li textarea{
	width: 100%;
	height: 140px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}
.ly-box form>input{
	display: inline-block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #d50f10;
	margin-left: 22px;
	margin-top: 10px;
}
.ly-box .site{
	border: none;
}
.ly-box .site input{
	width: 234px;
	border: 1px solid #ddd;
}
.ly-box .site span{
	margin: 0 10px;
}
/*联系我们*/
.contact-dt{
	margin: 0 auto;
	margin-bottom: 100px;
}
.contact-dt>img{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.map{
	float: left;
	width: 65%;
}
.map img{
	width: 100%;
	height: auto;
}
.contact-c-r{
	float: right;
	width: 33%;
}
.contact-c-r h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-c-r p{
	font-size: 14px;
	color: #333;
	line-height: 36px;
}
.contact-c-r i{
	display: block;
	width: 30%;
	margin-top: 10px;
}
.contact-c-r i img{
	width: 100%;
	height: auto;
}
.contact-c-r i span{
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
.box{
	position: relative;
}
.content{
	width: 960px;
	float: right;
}
.main-top h2{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	height: 40px;
	line-height: 40px;
}
.main-top .bread span{
	display: block;
	font-size: 12px;
	color: #666;
	height: 40px;
	line-height: 40px;
}
.main-top .bread li{
	float: left;
	font-size: 12px;
	color: #666;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
}
.main-top .bread li a{
	display: block;
	color: #666;
}
.contact-c{
	margin-bottom: 20px;
}
.main-top{
	padding-bottom: 5px;
	border-bottom: 2px solid #c7c7c7;
	margin-bottom: 20px;
}