﻿   /*手机*/  
    @media screen and (max-width:600px){  
       .logo img{width:4rem;margin-left:.4rem;margin-top:.4rem;}
	   .logo span{font-size:1.0em;left:4.3rem;top:.9rem;}
       .head{width:100%;height:70px;margin:0px auto;}  /* 减20*/
       .nav{height:25px;margin-top:45px;}
	   .nav li{padding-left:5px;padding-right:5px;}
	   .nav li a{font-size:.8em;}

	   .menu{margin:0px auto;width:100%;height:40px;}
	   .menu li{text-align:center;height:40px;line-height:40px;}
       .menu li#i1{width:18%;}
       .menu li#i2{width:18%;}
	   .menu li#i3{width:18%;}
	   .menu li#i4{width:23%;}
	   .menu li#i5{width:23%;}
	   .menu li a{font-size:.5em;}
         
       .banner .owl-wrapper-outer , .banner .owl-wrapper , .banner .owl-item , .banner .item, .banner .item a{height:10rem !important;}
	   /*幻灯片*/
       .owl-controls .owl-prev, .owl-controls .owl-next{padding:0 0.2rem;line-height:1.6em;margin-top:0;}
       .owl-controls .owl-pagination .owl-page span{width:0.5rem;height:0.5rem;}
	   /*end 幻灯片*/
       /* contact form*/
        .contact_left,.contact_right{padding-top:1.0rem;width:98%;margin:0px auto;}
        .contact_left p{margin-left:.6rem;line-height:1.6rem;} 
        .contact_inquiry{height:1rem;}
        .contact_info{height:1rem;}
        .contact_content p{font-size:.8em;}
        .contact_inquiry p,.contact_info p{color:#431E0C;font-size:.6em;margin-left:.6rem;}
        .contact_table{margin-left:.6rem;}
        .contact_table .td1{padding-right:.2rem;height:1.5rem;line-height:.5rem;font-size:.8em;}
        .contact_table .td2{padding-left:.2rem;height:1.5rem;line-height:.5rem;}

        #comname,#cname,#ph1,#ph2,#ph3{height:1rem;}
        #message{width:8rem;height:2.8rem;text-align:left;}
        #ph1,#ph2,#ph3{width:3rem;text-align:center;}
        #ph2,#ph3{margin-left:.2rem;}
        #comname,#cname{width:8rem;text-align:left;}
        #send{padding:.3rem;font-size:.6em;}

        /*产品列表*/
        .productlist ul{ margin-bottom:0;}
        .productlist li{ width:50%; margin-bottom:20px;}
        .producttitle span{font-size:1.3rem;}
        /*产品详细*/
        .productshow{ padding-top:10px; margin-bottom:0;}
        .pro_zoom , .pro_info{ width:100%; float:none;}

        .pro_info dl{ padding:15px;}
        .pro_info dt{ height:auto; line-height:40px;}
        .pro_info dd{ height:auto;}
        .pro_btn{ float:none;}
        .detail{ padding:20px 15px; padding-top:0;}
        .detail .detail_inner{ padding:20px 0 0 0;} 
        .detail_top{ margin:0;}


    }  
    /*平板*/  
    @media screen and (min-width:600px) and (max-width:960px){  
       .logo img{width:4rem;margin-left:.4rem;margin-top:.4rem;}
	   .logo span{font-size:1.0em;left:4.3rem;top:.9rem;}
       .head{width:100%;height:70px;margin:0px auto;}  /* 减20*/
       .nav{height:25px;margin-top:45px;}
	   .nav li{padding-left:5px;padding-right:5px;}
	   .nav li a{font-size:.8em;}

	   .menu{margin:0px auto;width:98%;height:40px;}
	   .menu li{text-align:center;height:40px;line-height:40px;}
       .menu li#i1{width:18%;}
       .menu li#i2{width:18%;}
	   .menu li#i3{width:18%;}
	   .menu li#i4{width:23%;}
	   .menu li#i5{width:23%;}
	   .menu li a{font-size:1.1em;}
         
       .banner .owl-wrapper-outer , .banner .owl-wrapper , .banner .owl-item , .banner .item, .banner .item a{height:15rem !important;}
	   /*幻灯片*/
       .owl-controls .owl-prev, .owl-controls .owl-next{padding:0 0.2rem;line-height:1.6em;margin-top:0;}
       .owl-controls .owl-pagination .owl-page span{width:0.5rem;height:0.5rem;}
	   /*end 幻灯片*/

        /* contact form*/
       .contact_left,.contact_right{padding-top:1.0rem;width:98%;margin:0px auto;}
        .contact_left p{margin-left:.6rem;line-height:1.6rem;} 
        .contact_inquiry{height:1rem;}
        .contact_info{height:1rem;}
        .contact_content p{font-size:.8em;}
        .contact_inquiry p,.contact_info p{margin-left:.6rem;color:#431E0C;font-size:.6em;}
        .contact_table{margin-left:.6rem;}
        .contact_table .td1{padding-right:.2rem;height:1.2rem;line-height:.5rem;font-size:.8em;}
        .contact_table .td2{padding-left:.2rem;height:1.2rem;line-height:.5rem;}

        #comname,#cname,#ph1,#ph2,#ph3{height:1rem;}
        #message{width:8rem;height:2.8rem;text-align:left;}
        #ph1,#ph2,#ph3{width:3rem;text-align:center;}
        #ph2,#ph3{margin-left:.2rem;}
        #comname,#cname{width:8rem;text-align:left;}
        #send{padding:.3rem;font-size:.6em;}

         /*产品列表*/
        .productlist ul{ margin-bottom:0;}
        .productlist li{ width:50%; margin-bottom:20px;}
        .producttitle span{font-size:1.3rem;}
        /*产品详细*/
        .productshow{ padding-top:10px; margin-bottom:0;}
        .pro_zoom , .pro_info{ width:100%; float:none;}

        .pro_info dl{ padding:15px;}
        .pro_info dt{ height:auto; line-height:40px;}
        .pro_info dd{ height:auto;}
        .pro_btn{ float:none;}
        .detail{ padding:20px 15px; padding-top:0;}
        .detail .detail_inner{ padding:20px 0 0 0;} 
        .detail_top{ margin:0;}
    }  
    /*PC*/  
    @media screen and (min-width:960px){  
	   .logo img{width:120px;}
	   .logo span{font-size:22px;left:122px;top:25px;}
       .head{width:1280px;height:70px;margin:0px auto;margin-top:8px;}  /* 减20*/
       .nav{height:25px;margin-top:45px;}
	   .nav li{padding-left:5px;padding-right:5px;}

	   .menu{margin:0px auto;width:940px;height:130px;}
	   .menu li{text-align:center;height:130px;line-height:130px;width:188px;}
       .menu li a{font-size:22px;}

          .index_c{display:none;}
	   /*内容区*/
	   #content_3{height:auto;}
       .banner{width:1280px;margin:0px auto;}
      
	   .cedit{background:#F6F4CB;width:1280px;min-height:500px;margin:0px auto;}

       /* contact form*/
        .contact_left,.contact_right{padding-top:30px;float:left;} 
        .contact_left{width:40%;}
        .contact_right{width:60%;}

        .contact_left p{margin-left:30px;line-height:25px;} 
        .contact_inquiry{height:30px;}
        .contact_info{height:30px;}
        .contact_inquiry p,.contact_info p{color:#431E0C;font-size:18px;}
        .contact_table .td1{padding-right:10px;height:35px;line-height:28px;}
        .contact_table .td2{padding-left:10px;height:35px;line-height:28px;}
        #comname,#cname,#ph1,#ph2,#ph3{height:25px;}
        #message{width:300px;height:90px;text-align:left;}
        #ph1,#ph2,#ph3{width:50px;text-align:center;}
        #ph2,#ph3{margin-left:10px;}
        #comname,#cname{width:300px;text-align:left;}
        #send{padding:8px;}

     }
