@charset "utf-8";
/* CSS Document */

.main_wrap{width:100%; padding-top:37px;}
.m6{width:960px; margin:0 auto;}

.m6_title{width:960px; background:url(../images/line.jpg) bottom center no-repeat; line-height:30px; overflow:hidden;}
.m6_title h3{font-size:16px; color:#575757; font-family:"微软雅黑"; float:left; font-weight:normal;}
.breadcrumb{ float:right; font-size:12px;}
.breadcrumb a{ color:#575757; line-height:30px;}
.breadcrumb a:hover{ color:#0b5db7;}
.breadcrumb a.active{ color:#0b5db7;}

.m6_content{width:960px; overflow:hidden;}
.left_nav{width:135px; float:left;}
.left_nav ul{ overflow:hidden;}
.left_nav ul li{width:126px; float:left; line-height:40px; padding-left:9px; border-bottom:1px dashed #e5e5e5;}
.left_nav ul li a{ color:#575757; font-size:12px;}
.left_nav ul li a:hover{ color:#0b5db7; font-size:12px;}
.left_nav ul li a.active{ color:#0b5db7; font-size:12px;}

.right_detail{width:795px; float:right; padding-top:37px;}
.right_detail h3{width:777px; height:29px; background:#f4f8fc; line-height:29px; padding-left:18px; font-size:14px; color:#0b5db7; font-family:"Arial","微软雅黑";}
.right_detail h3 span{ float:right; margin-right:10px;}
.detail_img{width:795px; text-align:center; padding-top:42px;}
.detail_p{width:795px; text-align:left; padding-top:22px; margin-bottom: 20px;}
.detail_p p{ color:#8c8c8c; font-size:12px; font-family:"Arial","微软雅黑"; line-height:26px; margin-top:26px;}
.detail_p img{ max-width:795px; height:auto;}


@media screen and (max-width:800px){
.m6{ width: 100%;}   
.m6_title{ width: 100%;}
.m6_content{ width: 100%;}
.left_nav{ width: 100%;}
.right_detail h3{ width: 100%; padding-left: 0;}
.right_detail{ width: 96%; margin:0 auto; float: none;}
.detail_p{ width: 100%;}
.detail_p img{ width: 100%; max-width: 795px; margin:0 auto;}
}




































