@charset "utf-8";
/*base*/
html,body,ul,li,p,h4,a,img,span,a{margin:0;padding:0;}
html,body{min-width: 320px;}
img,input,button {border: 0;}
i{font-style: normal;}
li,button{list-style: none;}
body{font-size: 14px;color: #333;font-family:"Microsoft Yahei";}
a{color: #333;text-decoration:none;font-family:"Microsoft Yahei";}
a:hover{color: #2d8cee;}
img { vertical-align: middle;}
.clearfix:before,
.clearfix:after {content: " ";display: table;clear: both;}
.fl{ float:left;}
.fr{ float:right;}
.deal_cont{width: 1200px;margin: 0 auto;}

/*头部*/
.deal_header{width: 100%;height: 412px;margin: 0px auto;background: url(cssresouce-c463ea_bg_deal.jpg)top center no-repeat;min-width: 1200px;position: relative;}
.ts{position: absolute;right: 1%;top: 10%;}
/*主体*/
.deal_box{margin-top: 10px;}
.item_t{width: 579px;height: 55px;background:#f4f4f4 url(cssresouce-44da99_s_deal.png) no-repeat;position: relative;margin-bottom: 2px;}
.item_t h4{float: left;font-size: 24px;color: #fff;line-height: 55px;margin-left: 20px;font-weight: 400;}
.item_t_list{float: right;height: 55px;}
.item_t_list a{line-height: 55px;font-size: 16px;color: #818181;margin: 0 6px;height: 55px;display: inline-block;cursor: pointer;}
.item_t_list a.active{color: #2d8cee;}
.item_b_box{display: none;width: 579px;height: 210px;}
.item_b_box.show{display: block;}
.item_b_box li{height: 42px;line-height:40px;background: url(cssresouce-e9fa4f_deal_list.png) no-repeat 5px center;padding-left: 20px;font-family: "SimSun";}
.item_b_box li a{height: 42px;width: 80%; font-size: 14px; display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-family: "SimSun";}
.item_b_box li i{ float: right;font-size: 12px;*margin-top: -42px;}

.item2_t{width: 1200px;height: 266px;background:#f4f4f4 url(cssresouce-ebef97_b_deal.png) no-repeat;position: relative;margin-bottom: 2px;}
.item2_t h4{float: left;font-size: 24px;color: #fff;line-height: 55px;margin-left: 20px;font-weight: 400;}
.item2_b{display: block;width: 1200px;height: 266px;}
.item2_b_box {width: 1200px;}
.item2_b_box li{height: 42px;width: 579px;line-height:40px;background: url(cssresouce-e9fa4f_deal_list.png) no-repeat 5px center;float: left;padding-left: 20px;font-family: "SimSun";}
.item2_b_box li a{height: 42px;width: 80%; font-size: 14px; display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-family: "SimSun";}
.item2_b_box li i{ float: right;font-size: 12px;*margin-top: -42px;}
/*底部*/
.deal_foot{height:100px;min-width: 1200px;background-color: #4096ee;padding: 20px 0;}
.deal_foot div{text-align: center;line-height: 26px;color: #fff;position: relative;}
.deal_foot div:first-child{margin-top: 10px;}
.deal_foot div a{margin: 0 6px;color: #fff;}
.deal_addres .b_red{position: absolute;left: 180px;top: -5px;}
.deal_addres .jucuo{position: absolute;right: 80px;top: -5px;}
.deal_beian .jinhui{position: absolute;right: 280px;top: -5px;}



@media only screen and (max-width: 768px){
	.deal_header{ min-width:100vw;background-size:180%;height: 40vw;}
	.deal_header img{width: 50%;height: auto;}
	.ts{display: none;}
	.item2_t,.deal_cont,.item_t,.item2_b,.item2_b_box li,.item_b_box,.item2_b_box{width:98vw;margin:0 auto;}
	.item2_t{height:500px;}
	.item2_b_box li{float: none;}
	.item_t_list{padding-right: 5px;}
	.item_t_list a{font-size: 12px;margin: 0;}

	.fl,.fr{float: none;}
}