/*about*/
.about_center{
	width: 1200px;
	margin: 50px auto;}
.about_center img{
	float: left;
	margin-right: 40px;}
.inpro_text{
	width: 849px;
	float: left;
	margin-top: 25px;}
.inpro_text .h1{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #78221f;}
.inpro_text p{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	text-indent: 25px;}
.inpro_text .h2{
	float: right;}
.inpro_text .h2 a{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #222544;}
.inpro_text .h2 a:hover{
	color: #78221f;}
/*column*/
.container{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;}
.column{
	width: 285px;
	height: 331px;
	background: #f0f0f0;
	position: relative;
	float: left;
	margin-right: 20px;
	padding-bottom: 25px;}
.icon_box1{
	width: 65px;
	height: 65px;
	border-radius: 100%;
	border: 3px solid #dedede;
	position: absolute;
	left: 108px;
	top: -34px;}
.icon_box1 img{
	transition: 1s;}
.column:hover .icon_box1 img{
	transform: rotate(360deg);
	transform-origin: 50% 50% 0;}

.column p{
	width: 261px;
	margin-left: 12px;
	line-height: 24px;
	margin-top: 5px;}
.column p a{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;}
.column p a:hover{
	text-decoration: underline;}
.more{
	background: #222544;
	width: 113px;
	height: 26px;
	margin-left: 86px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: white;
	position: absolute;
	line-height: 26px;
    text-align: center;
	bottom: 30px;
	cursor: pointer;}
.column_pic{
	position: relative;}
.news_pic{
	width: 261px;
	height: 143px;
	overflow: hidden;
	margin-top: 45px;
	margin-left: 12px;}
.column_pic .h1{
	width: 171px;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	margin-left: 12px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: white;
	line-height: 30px;
	padding-left: 90px;}
.news_pic img{width:261px; height:143px;
overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari �� Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}	
.news_pic img:hover{
	transform: scale(1.2);}
.column_yewu{
	width: 220px;
	height: 92px;
	margin: 0 auto;
	padding-top: 16px;}
.column_yewu li{
	width: 50px;
	float: left;
	border-bottom: 1px solid #dedede;
	margin: 0 5px;
	padding-left: 30px;
	padding-right: 20px;
	background: url(../img/dian.png) no-repeat 15px 10px;}
.column_yewu li a{
	color: #666666;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 24px;}
.column_yewu li a:hover{
	text-decoration: underline;}
.column_news{
	width: 240px;
	margin-left: 12px;
	padding-top: 13px;}
.column_news li{
	padding-left: 15px;
	width:100%;
	float:left;
	background: url(../img/dian.png) no-repeat 5px 8px;}
.column_news li a{
	color: #666666;
	font-family: "微软雅黑";
	font-size: 12px;
	width:100%;
	display:block;
	line-height: 24px;}
.column_news li a:hover{
	text-decoration: underline;}
.column_news li a b{ float:left; font-weight:normal; display:block;}
.column_news li a span{ float:right; display:block;}	
/*product*/
.pro_tit{
	width: 1200px;
	margin: 0 auto;
	background: url(../img/tit_bc.png) no-repeat;}
.pro_tit .h1{
	color: #515151;
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 42px;
	padding-left: 30px;
	background: url(../img/icon_jdxm.png) no-repeat left;
	float: left;}
.pro_tit .h2{
	float: right;}
.pro_tit .h2 a{
	color: #222544;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 42px;}
.pro_tit .h2 a:hover{
	color: #78221f;}
.message1{
	width: 1200px;
	margin-bottom: 60px;
	overflow:hidden; height:280px;
	}
.message1 ul{ width:1200px; overflow:hidden;}	
.message1 ul li{
	width: 300px;
	float: left;
	
	margin-top: 15px;}
.no_mar{
	margin-right: 0;}
.pro_pic{
	width: 267px;
	border: 1px solid #dedede;
	padding:8px;}
.pro_pic span{ width:267px; height:197px; overflow:hidden; display:block;}	
.pro_pic span img{
	width:267px; height:197px;
overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari �� Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.pro_pic span img:hover{
	transform: scale(1.2);}
.message1 ul li .h2{
	margin-top: 20px;
	width: 285px;
	text-align: center;}
.message1 ul li .h2 a{
	color: #444444;
	font-size: 14px;}
.pro_com{ width:1200px; margin:0px auto; position:relative;}	
.left{
	width: 36px;
	height: 55px;
	background:url(../img/arrow_left.png) no-repeat;
	position:absolute;
	left: 20px;
	cursor:pointer;
	z-index:100;
	top: 85px;}
.right{
	width: 36px;
	height: 55px;
	background:url(../img/arrow_right.png) no-repeat;
	position:absolute;
	right: 36px;
	cursor:pointer;
	top: 85px;}
	
/*about*/
.about_01{
	border-bottom: 1px solid #dddddd;}
.about_02{
	width: 1200px;
	margin: 0 auto;}
.about_02 .h2{
	font-size: 24px;
	color: #78221f;
	line-height: 60px;
	font-weight: bold;
	float: left;}
.about_02 h3{
	font-size: 14px;
	color: #78221f;
	float: left;
	font-weight:normal;
	margin-left: 10px;
	margin-top: 22px;}
.about_nav{
	width: 1200px;
	margin: 0 auto;
	height:43px;
	padding-bottom: 16px;}
.about_nav li{
	float: left;
	height: 43px;}
.about_nav a{
	border-right: 1px solid #464646;
	padding: 0 20px;
	line-height:35px;
	font-size: 14px;
	color: #464646;}
.about_nav li:hover{
	background: url(../img/bc.png) no-repeat 13px;}
.about_nav li:hover a{
	color: white;}
.about_navldq{
	background: url(../img/bc.png) no-repeat 13px;}
.about_navdq{
	color: white !important;}	
.about_nav .no_border{
	border-right: none;}
.jianjie{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px; line-height:30px;}
/*news*/
.news_list{
	width: 1200px;
	margin: 0 auto; }
.news_list li{
	border-bottom: 1px solid #eeeeee; width:1200px; float:left;}
.news_list li .h2{
	float: left;
	font-size: 14px;
	line-height: 45px;}
.news_list li a:hover{ color:#78221f;}
.news_list li span{
	font-size: 14px;
	line-height: 45px;
	float: right;}	
.btn{
	padding-top:30px;
	margin:0px auto; width:1200px;
	padding-bottom:50px;
	text-align:right;}
.btn a{
	padding: 0 5px;
	cursor: pointer;}
.btn span{color:#78221f; text-decoration:underline; padding: 0 5px;}	
.news_xq{
	width: 1200px;
	margin: 0 auto;}
.news_tit{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #eeeeee;}
.news_tit .h1{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #222222;
	width: 100%;
	line-height:30px;
	text-align: center;}
.news_tit .h2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	width: 100%;
	text-align: center;
	line-height: 30px;}
.news_02{ width:1200px; margin:0px auto; line-height:30px; padding-top:20px; padding-bottom:30px;}	
.btn{
	padding: 20px 0;
	border-top: 1px solid #eeeeee;}
.btn_left{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;
	float: left;
	background: white;
	cursor: pointer;}
.btn_right{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;
	float: right;
	background: white;
	cursor: pointer;}	
.pro_ul{
	width: 1200px;
	margin: 0 auto;
	padding-top:20px;}
.pro_ul li{
	width:300px;
	
	float: left;}
.pro_ul li .h2{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #444444;
	line-height: 56px;}
.pro_02{
	width: 267px;
	padding:8px;
	border: 1px solid #dedede;
	}
.pro_02 span{ width: 267px; height:197px; display:block; overflow: hidden;}	
.pro_02 img{
	width:267px; height:197px;
overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari �� Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.pro_02 img:hover{
	transform: scale(1.1);}	
.pro_03{ clear:both; height:50px; margin:0px auto; width:100%;}	
.pro_04{ width:1200px; margin:0px auto; font-size:20px; color:#78221f; height:50px; line-height:50px; text-align:center; font-weight:bold;}
.contact_box{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;}
/*.contact_box img{
	float: left;}*/
.contact_boxx{
	width:699px; float:left;}	
.contact_text{
	width: 500px;
	height: 243px;
	float: left;
	
	padding-top: 170px;}
.contact_text .h1{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #222222;
	margin-left: 70px;}
.contact_text .h2{
	width: 300px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	margin-left: 70px;
	padding-left: 30px;
	line-height: 50px;
	border-bottom: 1px solid #959595;}
.dizhi{
	background: url(../img/icon_map.png) no-repeat 10px 17px;
	width:320px !important;}
.dianhua{
	background: url(../img/icon_phone.png) no-repeat 10px 17px;}
.youxiang{
	background: url(../img/icon_message.png) no-repeat 7px 21px;}
.tel{
	background: url(../img/icon_tel.png) no-repeat 6px 17px;}
.message_box{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;}
.message_btn{
	width: 535px;
	float: left;}
.message_box img{
	float: right;}
.message_btn input{
	float: left;}
.btn_l{
	width: 296px;
	height: 39px;
	border: 1px solid #a1a1a1;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #a9a9a9;
	text-indent: 10px;
	margin-right: 17px;
	margin-bottom: 16px;}
.btn_r{
	width: 218px;
	height: 39px;
	border: 1px solid #a1a1a1;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #a9a9a9;
	text-indent: 10px;
	margin-bottom: 16px;}
.message_btn .btn_tijiao{
	float: right;
	width: 220px;
	height: 41px;
	background: #78221f;
	font-family: "微软雅黑";
	font-size: 14px;
	color: white;
	cursor: pointer;}
.pic{
	width: 218px;
	height: 39px;
	border: 1px solid #a1a1a1;
	}
.btn_liuyan{
	width: 529px;
	height: 213px;
	border: 1px solid #a1a1a1;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #a9a9a9;
	text-indent: 10px;
	margin-bottom: 16px;}	