
/*优秀在哪里*/
.good{
	width: 100%;
	min-height: 552px;
	margin: 0 auto;
	background-color: #c3c3c3;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}
.good_img{
	width: 1920px;
	height: 120px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.good_a{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.good_a p{
	text-align: center;
	font-size: 32px;
	color: #214266;
	margin-top: 70px;
}
.good_b{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 50px auto;
}
.good_b .div_good{
	width: 277px;
	height: 348px;
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 3px;
	box-sizing: border-box;
	position: relative;
}
.good_b div .M1{
	text-align: center;
	font-size: 24px;
	color: #484848;
	margin-top: 69px;
}
.img_top{
	width: 271px;
	height: 206px;
	border-radius: 6px;
}
.yuan{
	position: absolute;
	top: 162px;
	left: 50%;
	transform: translateX(-50%);
}
.good_top{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
	width: 277px;
	height: 348px;
	background: rgba(33,66,102,0.9);
	padding: 12px;
	box-sizing: border-box;
	overflow: hidden;
	display: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top_a{
	height: 319px;
	border: 1px dashed #FFFFFF;
	border-radius: 8px;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	overflow: hidden;
}
.M1a{
	font-size: 24px;
	color: #da251c;
	margin-top: 34px;
	margin-bottom: 23px;
}
.M1b{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 43px;
	overflow: hidden;
	word-spacing: 2em;
}
.top_aa .M1b{
	line-height: 30px;
}
.div_good:hover .good_top {
    top: 0;
    display: block;
    transition: 1.3s linear;
}
/*多少种*/
.M2much{
	width: 100%;
	/*height: 940px;*/
	margin: 0 auto;
	background: url(../img/2.jpg)no-repeat center top;
	background-size: 1921px 950px;	
	position: relative;
	overflow: hidden;
}
.M2much_img{
	width: 1920px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.M2much_a{
	width: 1200px;
	margin: 0 auto;
}
.M2much_p1{
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
	margin-top: 70px;
}
/*第一种状态*/
.zhuangtai{
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: 30px auto;
}
.much_tab{
	width: 1080px;
	border-collapse: collapse;
	background: url(../img/table.jpg)no-repeat center 72px;
	background-size: 1080px 370px;
	overflow: hidden;
	border-radius: 4px;
}
.much_tab td{
	width:228px;
	height: 72px;
	border: 1px solid  #BFBFBF;	
	padding: 0  6px;
	box-sizing: border-box;
	font-size: 22px;
	
}
.much_tab td a{
	color: #214266;
}
.much_tab th{
	width:228px;
	height: 72px;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
}
.much_tab th:nth-child(2){
	color: #4c6be0;	
}
.much_tab th:nth-child(4){
	color: #4c6be0;	
}
.return{
	width: 46px;
	height: 38px;
	position: absolute;
	top: 50%;
	right: 0;
	cursor: pointer;
}
.zhuangtai .more{
	position: absolute;
	top: 25px;
}
/* TTSlider */
.TTSlider{
	width:1200px;
	margin:38px auto;
	display: none;
	overflow: hidden;
}
.TTSlider li{
	list-style-type:none;
	float:left;
}
.TTSliderTitle{
	height:45px;
	position: relative;
}
.TTSliderTitle ul{
	width:1200px;
	display: flex;
	justify-content:flex-start;
}
.TTSliderTitle li{
	width: 106px;
	height:40px;
	line-height: 40px;
	position:relative;
	z-index:3;
	color:#FFFFFF;
	font-size: 28px;
	margin-right: 68px;
	text-align: center;
	cursor: pointer;
	margin-left: 30px;
}
.TTSliderTitle li div{
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
}
.TTSliderTitle .noneBorRight div{
	border-right:none;
}
.more{
	display: block;
	width: 60px;
	height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: 10px;
	right: 0;
}
/* TTSliderPic */
.TTSliderPic{
	width:1200px;
	border: 0;
	position:relative;
	/*height:390px;*/
	z-index:1;
}
.TTSliderPicList{
	position:relative;
	width:1200px;
	height:710px;
	overflow: hidden;
}
.TTSliderPic ul{
	position:absolute;
	display:none;
	left: 3px;
	width: 1100px!important;
}
.TTSliderPic ul.show{
	display:block;
}

.TTSliderPic li{
	border:1px solid #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
	padding: 4px 4px;
	box-sizing: border-box;
	margin-right: 15px;
	background-color: #fff;
	width: 342px;
	height: 328px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	position: relative;
}
.cur{
	border-bottom: 2px solid #DA251C;
	color: #3553c3!important;
}

.TTSliderPrevBtn,.TTSliderNextBtn{
	height:100%;
	width:64px;
	height: 64px;
	position:absolute;
	z-index:999;
	top:50%;
	text-align:center;
}

.TTSliderPrevBtn{left:0}
.TTSliderNextBtn{right:0;}

.eps_a{
	width: 332px;
	height: 257px;
	background: url(../img/product_bg.jpg)no-repeat center top;
	background-size: 332px 257px;
	display: table;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: height 0.3s;
    position: relative;
}
.esp_p1{
	text-align: center;
	font-size: 20px;
	color: #414141;
	margin-top: 20px;
}
.eps_b{
	width: 342px;
	height: 0px;
	background-color: rgba(53,83,195,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: -5px;
	left:-5px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: height 0.3s;
    overflow: hidden;
}
.eps_b a{
	width: 328px;
	height: 246px;
	display: block;
	border: 1px dashed rgba(255,255,255,0.8);
	margin: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 246px;
	color: #FFFFFF;
	font-size: 26px;
}
.eps_a:hover .eps_b{
	height: 261px;
}
/*重点领域*/
.lingyu{
	width: 100%;
	background-color: #c3c3c3;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.good_aa{
	position: relative;	
}
/*.good_aa p{
	overflow: hidden;
	margin-left: 177px;
}*/
.good_aa a{
	background-color: #214266;
	top: 40px;
}
.lingyu_a{
	width: 1200px;
	height: 730px;
	margin: 20px auto;
	background-color: #FFFFFF;
	margin-top: 40px;
	padding: 4px;
	box-sizing: border-box;
	padding-top: 8px;
}
.lingyu_b{
	display: flex;
	justify-content: space-between;
}
.lingyu_b a{
	display: block;
	overflow: hidden;
}
.lingyu_b a img{
	width: 290px;
	height: 194px;
}
.lingyu_b a p{
	font-size: 16px;
	color: #565656;
	text-align: center;
}
.lingyu_bb{
	margin-top: 20px;
}
/*哪些项目*/
.xiangmu{
	width: 100%;
	min-height: 860px;
	overflow: hidden;
	padding-bottom: 30px;
	background: url(../img/2.jpg)no-repeat center top;
	background-size: 1920px 860px;
	position: relative;
	box-sizing: border-box;
}
.naxie{
	color: #FFFFFF!important;
}
.xiangmu_a{
	width: 1200px;
	margin: 0px auto;
	margin-top: 40px;
}
.xiangmu_left{
	width: 178px;
	height: 663px;
	float: left;
}
.xiangmu_left li{
	width: 178px;
	height: 56px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #C9C9C9;
	text-align: center;
	padding: 3px 10px 0 10px;
	box-sizing: border-box;	
	display: table;
	cursor: pointer;
}
.xiangmu_left li p{
	font-size: 16px;
	color: #565656;
	display: table-cell;
	vertical-align: middle;
}
.xiangmu_left .xiangleft_act{
	background-color: #214266;
	
}
.xiangmu_left .xiangleft_act p{
	color: #FFFFFF!important;
}
.xiangmu_right{
	float: right;
	width: 995px;
	height: 672px;
	background-color: #fff;
}
.xiangmu_right li{
	position: relative;
	width: 995px;
	height: 672px;
	overflow: hidden;
	display: none;
}
.xiangmu_b{
	margin-top: 26px;
	display: flex;
	justify-content: flex-start;
}
.xiangmu_b a{
	position: relative;
	overflow: hidden;
	margin: 0 5px;
}
.xiangmu_b img{
	width: 321px;
	height: 270px;
}
.xiangmu_b p{
	position: absolute;
	bottom: 34px;
	left: 0;
	width: 189px;
	height: 24px;
	background: url(../img/bian.png)no-repeat center top;
	background-size: 189px 24px;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 6px;
	box-sizing: border-box;
}
.xiangmu_more{
	width: 66px;
	height: 29px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	background-color: #214266;
	text-align: center;
	line-height: 29px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 29px;
	right: 0;
}
.xiangmu_right .xiangright_act{
	display: block;
}
/*采购平台*/
.caigou{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #C3C3C3;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.caigou_p1{
	font-size: 26px;
	color: #214266;
	text-align: left;
	margin-left: 60px;
	float: left;
	margin-bottom: 16px;
}
.caigou_p1 span{
	font-size: 34px;
	color: #dc2b19;
}
.caigou_top{
	clear: both;
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
	position: relative;
}
.caigou_more{
	background-color: #214266;
}
.caigou_a{
	width: 1200px;
	height: 187px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.caigou_lunbo{
	width: 1083px;
	height: 187px;
	overflow: hidden;
	margin: 0 auto;
}
.caigou_lunbo ul{
	width: 100000000000000000px!important;
	height: 187px;
	overflow: hidden;
	position: relative;
}
.caigou_lunbo li{
	float: left;
	width: 209px;
	height: 187px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
	padding: 3px;
	box-sizing: border-box;
	margin: 0 3.5px;
}
.caigou_lunbo li a{
	display: block;
	width: 202px;
	height: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px dashed #3552c3;
	text-align: center;
}
.caigou_lunbo li a img{
	height: 125px;
	margin-top: 7px;
}
.caigou_lunbo li a p{
	width: 170px;
	font-size: 14px;
	color: #515151;
	text-align: center;
	margin: 0 auto;
	margin-top: 2px;
}
.caiprev{
	width: 19px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
}
.cainext{
	width: 19px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}
//
.cai_top{
	clear: both;
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
	position: relative;
}
.cai_p1{
	font-size: 26px;
	color: #214266;
	text-align: left;
	margin-left: 60px;
	float: left;
	margin-bottom: 16px;
}
.cai_p1 span{
	font-size: 34px;
	color: #dc2b19;
}
.cai_top{
	clear: both;
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
	position: relative;
}
.cai_more{
	background-color: #214266;
}
.caii_a{
	width: 1200px;
	height: 187px;	
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.cai_lunbo{
	width: 1083px;
	height: 187px;
	overflow: hidden;
	margin: 0 auto;
}
.cai_lunbo ul{
	width: 100000000000000000px!important;
	height: 187px;
	overflow: hidden;
	position: relative;
}
.cai_lunbo li{
	float: left;
	width: 209px;
	height: 187px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
	padding: 3px;
	box-sizing: border-box;
	margin: 0 3.5px;
}
.cai_lunbo li a{
	display: block;
	width: 202px;
	height: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px dashed #3552c3;
	text-align: center;
}
.cai_lunbo li a img{
	height: 125px;
	margin-top: 4px;
}
.cai_lunbo li a p{
	width: 170px;
	font-size: 14px;
	color: #515151;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
}
.caigouprev{
	width: 19px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
}
.caigounext{
	width: 19px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}
/*评价*/
.pingjia{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: url(../img/center_bg.jpg)no-repeat center top;
	background-size: 1920px 1205px;
	padding-bottom: 35px;
	box-sizing: border-box;
}
.pingjia_a{
	height: 265px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 500px;
	display: flex;
	justify-content: space-between;
}
.jia_more{
	background-color: #FFFFFF!important;
	color: #214266;
}
.pingjia_left{
	width: 585px;
	height: 265px;
}
.pingjia_p1{
	width: 585px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 22px;
	color: #214266;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}
.pingjia_b{
	background-color: #FFFFFF;
}
.pingjia_b img{
	width: 280px;
	height: 210px;
	float: left;
}
.pingjia_b p{	
	text-align: left;	
	color: #616161;
	font-size: 16px;
	line-height: 1.5em;
}
.pingjia_c{
	width: 305px;
	height: 210px;
	float: right;
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	overflow: hidden;	
}
.pingjia_aa{
	margin-top: 28px;
}
/*贡献*/
.gongxin{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color: #C3C3C3;
}
.gongxin_a{
	width: 1200px;
	height: 440px;
	background: url(../img/gong_bg.jpg)no-repeat center top;
	background-size: 1200px 440px;
	margin: 30px auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.gongxian_herf{
	width: 126px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #214266;
	color: #FFFFFF;
	font-size: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -63px;
	margin-bottom: 20px;
}
.gongxian_b{
	width: 840px;
	height: 169px;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 30px;
}
.gongxian_b div{
	width: 188px;
	height: 171px;
	border: 1px solid #214266;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	display: table;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.gongxian_b div span{
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-size: 20px;
	color: #214266;
}
.gongxian_b div p{
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #616161;
}
.gongxian_bb{
	margin-top: 20px;
}
/*探头*/
.tantou{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(../img/tantou.jpg)no-repeat center top;
	background-size: 1920px 200px;
	overflow: hidden;	
}

.tantoua a{
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	width: 182px;
	height: 41px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #214266;
	text-align: center;
	line-height: 41px;
	position: absolute;
	top: 15px;	
	right: 48px;
}
.tantoua{
	width: 1200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
/*创新与研发*/
.yanfa{
	width: 100%;
	height: 533px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/yanfa_bg.jpg)no-repeat center top;
	background-size: 1920px 533px;
	padding-bottom: 40px;
	box-sizing: border-box;
	position: relative;
}
.yanfa_a{
	width: 1200px;
	height: 347px;
	overflow: hidden;
	margin: 40px auto;
	position: relative;
	margin-top: 50px;
}
.yanfa_lunbo{
	width: 1092px;
	height: 347px;
	overflow: hidden;
	margin: 0 auto;
}
.yanfa_lunbo ul{
	width: 100000000000000000px!important;
	position: relative;
	height: 347px;
	overflow: hidden;
}
.yanfa_lunbo ul li{
	width: 262px;
	height: 347px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	float: left;
	margin: 0 5px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
.yanfa_lunbo ul li img{
	width: 230px;
	height: 267px;
	border-radius: 6px;
	margin-bottom: 13px;
}
.yanfa_lunbo ul li p{
	width: 200px;
	margin: 0 auto;
	text-align: center;
	color: #214266;
	font-size: 16px;
}
.xinprev{
	position: absolute;
	width: 21px;
	height: 39px;
	top: 50%;
	margin-top: -19.5px;
	left: 0;
}
.xinnext{
	position: absolute;
	width: 21px;
	height: 39px;
	top: 50%;
	margin-top: -19.5px;
	right: 0;
}
/*未来展望*/
.weilai{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color: #C3C3C3;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.weilai_a{
	margin: 30px auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.weilai_left{
	width: 555px;
	height: 217px;
	overflow: hidden;	
}
.weilai_b{
	float: left;
	width: 244px;
	height: 217px;	
	display: table;
}
.weilai_img{
	float: right;
	width: 298px;
	height: 217px;
	border-radius: 10px;
}
.weilai_b span{
	display: block;
	width: 29px;
	font-size: 30px;
	color: #214266;
	float: left;
}
.weilai_b p{
	font-size: 30px;
	color: #214266;
	text-align: left;
	float: left;	
}
.mubiao{
	width: 250px;
	display: flex;
	justify-content: flex-start;
}
.weilai_c{
	display: table-cell;
	vertical-align: middle;
}
.weilai_right .weilai_b{
	float: right;
}
.weilai_right .weilai_img{
	float: left;
	margin-right: 5px;
}
.weilai_aa{
	margin-top: 20px;
}
/*新闻资讯三大模块*/
.mokuai{
	width: 100%;
	margin:0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: url(../img/new_bg.jpg)no-repeat center top;
	background-size: 1920px 695px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.mokuai_a{
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.shijian{
	width: 380px;
	height: 441px;
	background-color: #fff;
	padding: 6px;
	box-sizing: border-box;
}
.wenda{
	width: 380px;
	height: 441px;
	background-color: #fff;
	padding: 6px;
	box-sizing: border-box;
}
.new{
	width: 380px;
	height: 441px;
	background-color: #fff;
	padding: 6px;
	box-sizing: border-box;
}
.shijian_a{
	width: 368px;
	height: 55px;
	position: relative;
	padding-top: 5px;
	box-sizing: border-box;
}
.shijian_p1{
	font-size: 22px;
	color: #214266;
	text-align: left;
}
.wenda .shijian_p1{
	margin-left: 22px;
}
.new .shijian_p1{
	margin-left: 22px;
}
.wenda .xiann{
	position: absolute;
	left: 22px;
}
.new .xiann{
	position: absolute;
	left: 22px;
}
.shijian_href{
	display: block;
	width: 60px;
	height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #214266;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	position: absolute;
	right: 0px;
	top: 8px;
}
.xiann{
	display: block;
	width: 100px;
	border-top: 2px solid #da251c;
	position: absolute;
	top: 38px;
	left: 0px;
}
.shijian_img{
	width: 366px;
	height: 132px;
}
.shiajian_b li{
	border-bottom: 1px dashed #BFBFBF;
	overflow: hidden;
	padding: 6px 0;
	margin-top: 12px;
	padding-left: 3px;
}
.shiajian_b li a{
	overflow: hidden;
}
.list_a{
	width: 255px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #4e4e4e;
	background: url(../img/icon.png)no-repeat left center;
	background-size: 10px 12px;
	padding-left: 18px;
	box-sizing: border-box;
	float: left;
	text-align: left;
}
.list_a img{
	width: 10px;
	height: 12px;
}
.icona{
	display: none;
}
.list_a:hover{
	color: #da251c;
	background: url(../img/icon1.png)no-repeat left center;
	background-size: 10px 12px;
}
.list_b{
	font-size: 12px;
	color: #8a8a8a;
	float: right;
}
.list_tt{
	border: 0!important;
}
/*问答*/
.m9P_m1{
	padding: 12px 0 6px 0;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #4e4e4e;
	line-height: 28px;
	border-bottom: 1px dashed #BFBFBF;
}
.m9P_mm{
	padding-top: 0;
}
.m9P_m1 p{
	color: #4e4e4e;
	text-align: left;
}
.m9P_m1 p:hover{
	color: #da251c;
}
.m9P_q{
	background: url(../img/icon.png)no-repeat left center;
	background-size: 10px 12px;
	padding-left: 15px;
	margin-left: 8px;
}
.m9P_q:hover{
	color: #da251c!important;
	background: url(../img/icon1.png)no-repeat left center;
	background-size: 10px 12px;
}
.m9P_q img{
	width: 6px;
	height: 13px;
	margin: 0 6px 0 2px;
}
.m9P_q span{
	color: #214266;
}
.m9P_q:hover.m9P_q span{
	color: #DA251C!important;
}
.m9P_a{
	text-indent: 24px;
}
.m9P_a span{
	color: #111111;
}
.m9P_a d{
	float: right;
	font-size: 12px;
	color: #8a8a8a;
}
.m9P_m11{
	border: 0;
}

