@import url("common.css");
body { background-color: #f5f5f5;}
.banner { width: 100%; overflow: hidden;}
.banner img { width: 100%; }

.positon_w100 { width: 100%; background-color: #fff; border-bottom: solid 1px #eee;}
.position { width: 1400px; margin: 0 auto; padding: 23px 0; overflow: hidden;}
.position em { float: left; display: block; width:7px; height: 20px; margin-right: 15px; background-color: #a50108;}
.position span { float: left; line-height: 20px; font-size: 16px; color: #666;}
.position a { float: left; line-height: 20px; font-size: 16px; color: #666;}
.position i { float: left; display: block; width: 20px; height: 20px; margin: 0 10px; background: url(/static/images/position.png) 0 0 no-repeat;}

/* 集团业务选项卡 */
.yewu_tab { width:710px; margin: 0 auto; }
.yewu_tab ul { width: 100%;  }
.yewu_tab ul li { float: left; width:325px; height: 74px; margin: 0 15px; background-color: #fff; border:solid 1px #eee; position: relative; }

.yewu_tab ul li a { display: block; width:100%; height: 70px; line-height: 70px; text-align: center; }
.yewu_tab ul li strong { color:#666; font-weight: normal; font-size:20px; margin: 0 5px;  }
.yewu_tab ul li span { color: #c6c6c6; font-size: 16px; margin: 0 5px; }

.yewu_tab ul li.cur { float: left; width:325px; background-color: #e1131b; border: solid 1px #e1131b; }
.yewu_tab ul li.cur a { display: block; width:100%; height: 70px; line-height: 70px; text-align: center; }
.yewu_tab ul li.cur strong { color:#fff; font-weight: normal; font-size:20px; margin: 0 5px;  }
.yewu_tab ul li.cur span { color: #f2979b; font-size: 16px; margin: 0 5px; }

.yewu_tab ul li em { position: absolute; bottom:-12px; left: 50%; margin-left: -10px; width: 21px; height: 11px; background: url(/static/images/jiao.png) 0 0 no-repeat;}

/* 集团业务列表 */
.yewu_list { width: 100%; margin-top:40px; overflow: hidden;}
.yewu_list ul { width: 100%; overflow: hidden;}
.yewu_list ul li { float: left; width: 448px; margin-right: 28px; margin-bottom: 40px; overflow: hidden;}
.yewu_list ul li img { width: 448px; height: 305px;}
.yewu_list ul li:nth-child(3n) { margin-right: 0;}
.yewu_list ul li .title { width: 100%; margin: 20px 0; line-height: 30px; font-size: 20px; color: #414141; text-align: center; }
.yewu_list ul li .info { width: 100%; line-height:25px; font-size: 15px; color: #999;}