@charset "UTF-8";
/* CSS Document */
/*表格及图片*/
.switch_details_box{ background-color:#f3f3f3; margin-top:15px;}
.switch_det_title{ width:1000px; margin:0 auto; padding:20px 0;}
.switch_det_title h1{font-size:30px; color:#298bde; text-align:center;}
.switch_det_title h3{font-size:18px;color:#298bde; text-align:center;}
.switch_form{ width:1000px; background-color:#fff; margin:0 auto;border-radius:40px;}
.switch_form img{ float:left;display:block;margin:40px 20px 40px 30px}
.switch_form table{ float:left; margin:40px 0; width:560px;}
.switch_form .yinjao{width:560px;float: right; margin:0px 38px 20px 40px; height="50"}
/*.switch_form table td{ width:108px;}
.switch_form table td+td{width:450px;}*/
.switch_form table h3{ font-size:16px; color:#333; margin:0 5px;}
.switch_form table h4{font-size:14px; color:#4c4c4c; margin-left:5px}
/*产品描述*/
.product_desc_box{ width:1000px; margin:0 auto;}
.product_desc{ background-color:#fff; border-radius:40px; margin-top:20px;}
.product_desc h1{ color:#333; font-size:30px; text-align:center; padding:15px 0;}
.product_desc p{color:#333; font-size:18px; padding-bottom:25px; margin-left:20px;}
.product_desc .jxjg{ display:block; margin:0 auto;}
/*底部产品切换*/
.product_change{ width:100%; height:60px; background-color:#f3f3f3;}
.product_change ul{ width:220px; margin:0 auto;}
.product_change ul li{ float:left;line-height:60px; text-align:center;font-size:18px; }
.product_change ul .current_width{ width:50px;}
.product_change ul li a{ width:20px; line-height:60px; text-align:center; color:#000; display:block; font-size:16px;}
.product_change ul li:hover a{ color:#298bde;}
.product_change ul li .current_color{ color:#298bde;}
/*横向滚动溢出裁剪*/
 .p1 {  
            width: 960px;  
            height: 340px;  
            overflow-x: scroll;  
            /* 内容会被裁剪，会以滚动条显示 */ 
            overflow-y: hidden;  /* 超出内容不可见 */ 
            white-space: nowrap;  /* 不换行 */ 
            /* 文本不会换行，会在同一行上继续，直到遇到<br>为止 scrolling*/ 
		 	overflow: scroll;
			
        }  
		
		

		