body{font-family: Microsoft YaHei !important;}

.clearf:after,.clearf:before{content:"";display:block; }.clearf:after {clear:both;}

.banner{height: 520px;}

.content_box{width:1200px;margin:50px auto;}

.left_img{float: left;width:640px;margin-right: 50px;}

.right_nr{float: left;width:510px;margin-right: 0;}

.big_img{margin-bottom: 50px;}

.s_img li{float:left;width:32%;margin-right: 2%;}

.s_img li:last-child{margin-right:0;}



.right_nr p{font-size: 22px;line-height: 35px;margin: 20px 0 34px;height:30px;}

.right_nr p span{color: #ee2d00;font-weight: bold;font-size:24px;line-height: 36px;float:left;}

.right_nr p a{background: #ee2d00;color: #fff;font-size: 24px;padding:0 15px;display: inline-block;border-radius: 5px;line-height: 35px;}

.right_nr>a{display: block;text-align: center;background: #ee2d00;color: #fff;font-size: 24px;line-height: 46px;border-radius: 23px;}

.right_nr>a:hover{ background:#df881e;}
.btn_group a:hover{background:#df881e;}




h3 b{display: block;background-color: #ee2d00;height: 40px;line-height: 40px;text-align: center;width: 150px;font-size: 24px;color: #fff;font-weight: normal;margin: 30px 0 25px;}

.tit{font-size: 20px;line-height: 35px;font-weight:bold;color: #ee2d00;margin-top:20px;}

.btn_group a{float: left;font-size: 26px;line-height: 50px;width:250px;background: #ee2d00;color: #fff;border-radius: 25px;margin-right: 200px;text-align: center;}

.btn_group a:first-child{margin-left: 250px;}

.btn_group{margin-top:60px;}

.mid_nr{font-size:18px;line-height:45px;}



h2{ width:1200px;margin:45px auto 30px;   font-size: 36px;color: #7b3a1c;text-align: center;border-bottom: 1px dotted #999;padding-bottom: 10px;}

.dp_list_bg{background:#F3F5F6;padding:1px 0;margin-bottom:-20px;}

.dp_list{width:1200px;margin:30px auto 30px;}

.dp_list li{float:left;width:291px;margin-right:12px;margin-bottom:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:5px;background:#fff;}

.dp_mc{text-align:center;font-size:22px;line-height:35px;color:#ee2d00;margin: 10px 0;}

.dp_list li:nth-child(4n){margin-right:0;}

.dp_btn>a{float:left;width:50%;border: 1px solid #7b3a1c;color:#fff;font-size:16px;line-height:36px;text-align:center;background:#7b3a1c;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

.dp_btn>a:first-child{color:#7b3a1c;background:#fff;}

.dp_btn{padding-bottom:2px;}

.foot .footer img{width:auto;}


.big_img img {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.big_img img:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);