.container-fluid{
    max-width:1030px;
}

.no-margin{margin: 0;}
.carousel-indicators{margin-bottom:0;}
a:hover{ text-decoration:none;}






/*头部*/
.header{
    height:100px;
    transition: all 0.3s;


}
.header .logo{
    line-height:100px;
    transition: all 0.3s;
}
.header .logo:hover{
    transform: translateX(-50px);
}



.header .CALL{
    margin-top: 30px;
    padding-left:48px;
    background: url(../img/phone.png) no-repeat;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: bold;

}
.header .CALL div{

    font-size: 14px;
    color: #000;
    font-weight: bold;

}
.header .CALL h4{
    font-family: "Arial";
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    color: #ee8a14;
}
.header .CALL:hover{
    transform: scale(1.2);
}




#down{position: absolute;right:15px; top:21px; font-size:30px; color:#ca0000;transition: all 0.3s;cursor: pointer;}

#Phone_nav{ background:#000;display:none;position: absolute;left: 0;z-index: 9999;width: 100%;}
#Phone_nav a{display:block; color:#fff;line-height:36px; height:36px; text-align:center; border-top:1px solid #fff; width:100%;}

/*导航*/
.daohang{
    height: 55px;
    padding-top: 13px;
    border-top: 5px solid #ee8a14;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+1,e4e4e4+50,cecece+100 */
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 1%, rgba(228,228,228,1) 50%, rgba(206,206,206,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 1%,rgba(228,228,228,1) 50%,rgba(206,206,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 1%,rgba(228,228,228,1) 50%,rgba(206,206,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */


}
.daohang.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#nav>li{
    width: 12.5%;
    height: 37px;
    position: relative;
}

#nav>li>a:hover{
    background: #ee8a14;
    color: #fff;
    border-radius: 20px;
}
 #nav>li>a{
     color: #ee8a14;
     line-height: 24px;
     display: block;
     height: 24px;
     width: 100%;
     text-align: center;
     font-size: 12px;
 }


#nav>li:hover div{
    display: block;
}
#nav>li div{
    display: none;
    position: absolute;
    left: 0;
    top: 37px;
    width: 100%;
    z-index: 9999;
}
#nav>li div a{
    display: block;
    width: 100%;
    line-height: 40px;
    background: #d9d9d9;
    text-align: center;
    margin-bottom: 2px;
    color: #ee8a14;
    font-size: 12px;
}
#nav>li div a:hover{
    background: #ee8a14;
    color: #fff;
}





#nav{margin: 0;}
.banner img{width:100%;}

.banner{
    position: relative
}

.title{
    color: #000;
    padding: 48px 0 30px 0;

}
.title h4{
    margin: 0  0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #999;
    font-family: "Arial";
    text-transform: uppercase;
}

.title p{
    margin:0;
    font-size:24px;
    font-weight: bold;
    color: #333;
    background: url("../img/title_line.png") no-repeat center center;
    position: relative;
}

.title h5{
    font-size: 12px;
    margin: 0;
    color: #a6a6a6;
}






.tr .row{
    margin: 0 -10px;
}
.tr .col-md-3,.floor1 .col-xs-6{
    padding: 0 10px;
}
.tr .box>a{
    display: block;
    height: 180px;
    border: 1px solid #ccc;
}
.tr .box>a:hover{

    border: 1px solid #850000;
}
.tr .box p{

    margin: 0;
    line-height: 32px;
    text-align: center;
}
.tr .box{
    margin-bottom: 20px;
}











/*关于我们*/
.About  .title h4,.About  .title p{
    color: #fff;
}
.About{
    background:url("../img/about_bg.jpg") 50% 50%;
    background-size:cover;
    padding-bottom: 50px;
}
.About  .img_box a{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.About .img_box{
    height: 266px;
    border: 2px solid #fff;
    overflow: hidden;
}
.About .img_box a:hover{
    transform: scale(1.1);
}

.About .text_box{
    height: 266px;
    overflow: hidden;
    color: #fff;
}

.About .text_box h4{
    font-size: 20px;
   line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    position: relative;
    padding-left: 18px;

}
.About .text_box h4:before{
    content: "";
    left: 0;
    top:50%;
    margin-top: -10px;
    border-radius: 3px;
    width: 6px;
    height: 20px;
    background: #fff;
    position: absolute;

}

.About .text_box h4+div{
    height: 168px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 8px;

}

/*关于我们*/




/*案例展示*/

.zhanshi{
    padding-bottom: 40px;
}

.zhanshi .box a {
    display: block;
    height: 220px;
}

.btn_left,.btn_right{
    position: absolute;
    width: 47px;
    height: 47px;

}
.btn_left{
    left: -60px;
    top: 50%;
    margin-top:-44px;
    background: url("../img/btn_left.png") no-repeat;
}
.btn_right{
    right: -60px;
    top: 50%;
    margin-top:-44px;
    background: url("../img/btn_right.png") no-repeat;
}

/*案例展示*/

/*新闻中心*/
.News .row{
    margin: 0 -10px;
}
.News .col-md-6{
    padding: 0 10px;
}
.News .News_list{
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 4px;
}
.News .News_list:hover .News_box .img_box a{
    transform: scale(1.1);
}
.News .News_list:hover .News_box .text_box a{
    color: #ee8a14;
}
.News .News_list:hover .News_box .text_box{
    color: #ee8a14;
}
.News .News_list .News_box{
    position: relative;
    padding-left: 165px;
}
.News .News_list .News_box .img_box{
    position:absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    overflow: hidden;
}
.News .News_list .News_box .img_box a{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.News .News_list .News_box .text_box h4{
    margin: 0;
    font-size: 16px;
    padding: 15px 0 11px 0;
}
.News .News_list .News_box .text_box h4+div{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-size: 12px;
}
.News .News_list .News_box .text_box h4+div a{
    color: #333;
}
.News .News_list .News_box .text_box{
    padding-bottom: 14px;

}
/*新闻中心*/




/*公司简介页面（分页）开始111111111111111111111111111111111111111111111111111111111111111111111111111*/

.gsjianjie_box{padding-top: 30px; padding-bottom: 50px; color:#666;}

.gsjianjie_box .gsjianjie_left .zhuti{
    line-height:60px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
   text-align: center;
    background:#1a1a1a;
}


.gsjianjie_box .gsjianjie_left ul{
    border: 1px solid #ccc;
}
.gsjianjie_box .gsjianjie_left ul li{border-top: 1px solid #ccc;}
/*二级下拉*/
.gsjianjie_box .gsjianjie_left ul li div{width: 100%;}
.gsjianjie_box .gsjianjie_left ul li div a{display: block;width: 100%;height: 35px;line-height: 35px;margin-top: 2px;
    background: #786447;color: #917a54;padding-left: 63px;
    }
/*二级下拉*/
.gsjianjie_box .gsjianjie_left ul li>a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #888;
    background:url("../img/right1.png") no-repeat 180px ;

}

.gsjianjie_box .gsjianjie_left ul li>a:hover{
    background:url("../img/right1_1.png") no-repeat 180px #ee8a14;
    color: #fff;
}



.gsjianjie_box .gsjianjie_left .lianxi img{
    width: 100%;
}

.gsjianjie_box .gsjianjie_left .lianxi{
    padding:3px 3px 15px 3px;
    font-size: 12px;
   border: 1px solid #ccc;
}
.gsjianjie_box .gsjianjie_left p{
    margin: 0;
    line-height: 21px;
    padding: 6px 12px 0px 12px;
}

.gsjianjie_box .gsjianjie_right .biaotou a{color: #484949;}
.gsjianjie_box .gsjianjie_right .biaotou a:hover{color: #484949;}


.gsjianjie_box .gsjianjie_right .biaotou b{
    font-size:18px;
}
.gsjianjie_box .gsjianjie_right .biaotou{
    line-height: 37px;
    border-bottom: 1px solid #999;
    padding-left: 54px;
    position: relative;

}
.gsjianjie_box .gsjianjie_right .biaotou:before{
    content: url("../img/home.png");
    position: absolute;
    left: 0;
    top: 0;
}
.gsjianjie_box .gsjianjie_right .biaotou p{
    margin: 0;

}
.gsjianjie_box .gsjianjie_right .gsjianjie_content{padding-top: 20px;}
.gsjianjie_box .gsjianjie_right .gsjianjie_content p{margin-bottom: 0;margin-top: 10px;}







/*手机下拉公用*/



.gsjianjie_box .gsjianjie_right .gsjianjie_xiala1{font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align:center;
    position:relative;
cursor: pointer;
    color: #fff;
    background: #cc0000;

}


.gsjianjie_box .gsjianjie_right .gsjianjie_xiala1:hover{cursor: pointer;}
.gsjianjie_box .gsjianjie_right .gsjianjie_xiala1 span{font-size: 20px; position:absolute;right:15px; top:14px;}
.gsjianjie_box .gsjianjie_right .gsjianjie_xiala:hover{cursor: pointer;}
.gsjianjie_box .gsjianjie_right ul li{width: 100%;margin-top: 4px;   border: 1px solid #ddd; }

.gsjianjie_box .gsjianjie_right ul li a{color: #000;display: block;width: 100%;height: 100%; text-align:center;
    height: 36px;line-height:36px;font-size: 16px;
    border-left: 3px solid transparent;
  
    }
.gsjianjie_box .gsjianjie_right ul li a:hover{
    border-left: 3px solid #2ea9f0;
}
.gsjianjie_box .gsjianjie_right ul div{width: 100%;}
.gsjianjie_box .gsjianjie_right ul div a{display: block;width: 100%;height: 100%;height: 36px;line-height: 36px; text-align: center;
background: #1d83cd;margin-top: 3px;color: #fff;
}


/*手机下拉公用*/


/*公用代码*



/*产品展示*/
.gsjianjie_box .gsjianjie_right .anli{
    margin-top: 30px;
}
.gsjianjie_box .gsjianjie_right .anli .row{
    margin: 0 -10px;
}

.gsjianjie_box .gsjianjie_right .anli .col-md-4,.gsjianjie_box .gsjianjie_right .fuwu .col-xs-6{
    padding: 0 10px;
}
.gsjianjie_box .gsjianjie_right .anli .box_list{
    margin-bottom: 20px;
}
.gsjianjie_box .gsjianjie_right .anli .img_box a {
    display: block;
    position: relative;
}
.gsjianjie_box .gsjianjie_right .anli .img_box a span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);
}
.gsjianjie_box .gsjianjie_right .anli .box_list .img_box a:hover span {
    background: rgba(51,172,251,.5);
}

/*产品展示*/


.gsjianjie_box .gsjianjie_right .new{
    padding-top: 30px;
}
.gsjianjie_box .gsjianjie_right .new a{
    color: #000;
}
.gsjianjie_box .gsjianjie_right .new p{
    margin: 0;
    line-height: 26px;
    position: relative;
    padding-left: 12px;
    height: 26px;
    overflow: hidden;
    padding-right: 90px;
}
.gsjianjie_box .gsjianjie_right .new p:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #000;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 0;
    top: 6px;
}
.gsjianjie_box .gsjianjie_right .new p span{
    position: absolute;
    right: 0;
    top: 0;
}
.gsjianjie_box .gsjianjie_right .new p:hover:before{
    border-left: 6px solid #ff0000;
}
.gsjianjie_box .gsjianjie_right .new p:hover a{
    color: #ff0000;
}
.gsjianjie_box .gsjianjie_right .xqy{
    margin-top: 30px;
}


.gsjianjie_box .gsjianjie_right .xqy h4{
    margin-bottom: 20px;
    line-height: 40px;

}

.gsjianjie_box .gsjianjie_right .xqy img{
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #eee;
    max-width: 100%;
    text-align: center;

}
.gsjianjie_box .gsjianjie_right .xqy p{
    line-height: 30px;
}







.gsjianjie_box .gsjianjie_right .liuyan{
    margin-top: 30px;
}

.gsjianjie_box .gsjianjie_right .liuyan form{
    padding: 0 130px;
}

.gsjianjie_box .gsjianjie_right .liuyan form input{
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
}
.gsjianjie_box .gsjianjie_right .liuyan form textarea{
    width: 100%;
    height: 100px;
}
.gsjianjie_box .gsjianjie_right .liuyan form button{
    width: 100%;
    height: 40px;
}
#ny{
    margin-top: 30px;
}
#ny h4{
    font-size: 20px;
}
#ny p{
    line-height: 30px;

    background: #ddd;
    width: 90%;
    margin: 0 auto 30px;
    font-size: 16px;
}


#ny div{
    line-height: 30px;
}










/*服务项目详情页*/
.gsjianjie_box .gsjianjie_right .fuwuXQ{ margin-top:30px;}
.gsjianjie_box .gsjianjie_right .fuwuXQ img{ margin:0 auto;}
.gsjianjie_box .gsjianjie_right .fuwuXQ p{ text-align:center; margin-top:20px}
/*服务项目详情页*/

/*服务项目详情页*/
.gsjianjie_box .gsjianjie_right .jianjie{ margin-top:30px;}
.gsjianjie_box .gsjianjie_right .jianjie p{ line-height:30px; margin:0;}
/*服务项目详情页*/


/*联系我们*/
.gsjianjie_box .gsjianjie_right .lianxi1{ margin-top:30px;}
.gsjianjie_box .gsjianjie_right .lianxi1 h4{
    font-size: 20px;
}
.gsjianjie_box .gsjianjie_right .lianxi1 img{ margin-top:15px;}
.gsjianjie_box .gsjianjie_right .lianxi1 p{
    line-height:30px;
    margin:0;

}
/*联系我们*/


/*新闻资讯*/
.gsjianjie_box .gsjianjie_right #news{ margin-top:30px;}
.gsjianjie_box .gsjianjie_right #news h4{ font-size: 16px;margin:0 0 20px 0;}
.gsjianjie_box .gsjianjie_right #news p{line-height: 30px;margin: 20px 0 0 0 ;}
.gsjianjie_box .gsjianjie_right #news div{line-height: 34px;
    border-top: 1px dotted #cfcfcf;
    width: 80%;
    margin: 0 auto;
}
.gsjianjie_box .gsjianjie_right #news p a{color: #333;}
/*新闻资讯*/





.gsjianjie_box .gsjianjie_right .yanghu{
    margin-top: 30px;
    padding-bottom: 30px;

}
.gsjianjie_box .gsjianjie_right .yanghu a{
    color: #000;
}

.gsjianjie_box .gsjianjie_right .yanghu a:hover{
    color: #cf1b5e;
}
.gsjianjie_box .gsjianjie_right .yanghu p{
    position: relative;
    line-height: 30px;
    margin: 0;
    height: 30px;
    overflow: hidden;
    padding-right: 100px;
}
.gsjianjie_box .gsjianjie_right .yanghu p span{
    position: absolute;
    right: 0;
    top: 0;
}











/*客户留言*/












/*页脚开始footer1*/

.footer1{
    background: #1a1a1a;
    padding-bottom: 50px;
    color: #fff;
}
.footer1 .title h4{
    color: #fff;
}
.footer1 .title p{
    color: #fff;
}


.footer1 .text{
    height: 147px;
    overflow: hidden;
    margin-bottom: 25px;

}

.footer1 .row h4{
    margin: 0 0 20px 0;
    color: #ee8a14;
    font-weight: bold;
}
.footer1 .lianxi{

}
.footer1 .lianxi p{
    margin: 0;
    line-height: 24px;
    padding-top: 5px;
}

.footer1 .form_list{
    margin-bottom: 10px;

}

.footer1 .form_list input{
    width: 100%;
    height: 36px;
    border: 1px dashed #ff7878;
    padding-left: 10px;

}

.footer1 .form_list textarea{
    height: 100px;
    border: 1px solid #666;
padding-left: 10px;
    width: 100%;
    border: 1px dashed #ff7878;
}
.footer1 button{
    background:#ee8a14;
}
.footer1 .lianxi span{
    color: #676767;
    margin-right: 30px;
}
/*页脚开始footer1结束*/


footer{
    border-top: 2px solid #ee8a14;
    background: #1a1a1a;
    padding: 15px 0;
    color: #fff;
}


footer a{
    color: #fff;
}
footer  p{
    margin: 0;
    line-height: 26px;
    text-align: center;
    margin: 0;

}



/*footer3开始*/
.footer3{height: 50px;position: fixed;bottom: 0;width: 100%;background: #ca0000;text-align: center; z-index:9999;border-top: 3px solid #fff;}
.footer3 a{color: #fff;width: 100%;height:50px;display: block;padding-top: 5px;}
.footer3 a:hover{background: #a83131 ;}
.footer3 h5{margin-top: 0;}
.footer3 span{font-size: 18px;}
.footer3 .col-xs-3{padding: 0;}
/*footer3结束*/

@media screen and (max-width: 1180px){
   .btn_left,.btn_right{display: none;}

}

@media screen and (max-width: 1020px){
    footer .footer_right:after{
        display: none;
    }
}


@media screen and (max-width: 991px){
	.container{width:100%;}
    body{padding-bottom: 50px;}
	
	/*头部*/
.header{height:90px; border-bottom:none;}
.header .logo{line-height:90px;}
#down{top: 25px;font-size: 40px;}

    #Phone_nav{top: 90px;}

    .Xm .box{
        margin-bottom: 20px;
    }





    .gsjianjie_box .gsjianjie_right .XQY{
        padding: 13px;
    }

    .gsjianjie_box .gsjianjie_right .XQY .canshu{
        width: 100%;
        padding-left: 0;
    }

    .gsjianjie_box .gsjianjie_right .XQY .img{
        width: 100%;

    }
    .gsjianjie_box .gsjianjie_right .XQY .img img{
        margin: 30px auto;
    }




    /*关于我们*/

    .About .img_box{
        margin-bottom: 20px;
    }
    .About .text_box{
        height: auto;
    }
    .About .text_box h4+div{
        height: auto;
    }
    .About .text_box div a{
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        margin-top: 20px;
        line-height: 30px;
    }
    /*关于我们*/
























    footer .wx{
        width: 100%;
    }
    footer .wx img{
        margin: 0 auto;
    }
    footer .wx p{
        line-height: 30px;
    }

    footer .footer_right{
        margin-left:0;
        padding-left: 0;
        border-left:none;
        width: 100%;
    }

    footer .footer_right p{
        text-align: center;
    }








    .gsjianjie_box .gsjianjie_right .liuyan form{
        padding: 0;
    }











	
}
@media screen and (max-width: 767px){

	
	/*头部*/
.header{height:80px;}
.header .logo{line-height:80px;}
.header .logo img{}
#down{ top:23px;font-size: 32px; }

    #Phone_nav{top:80px;}

}


@media screen and (max-width: 600px){

    .header{height:80px;}
    .header .logo{line-height:80px;}
    .header .logo img{}
	/*常见问题 新闻列表*/
    .gsjianjie_box .gsjianjie_right .answer .box{
        padding-left: 210px;
    }
    .gsjianjie_box .gsjianjie_right .answer .box>a{
        width: 200px;
    }

    .gsjianjie_box .gsjianjie_right .answer .box p{
        margin: 0;
        line-height: 20px;
        height: 140px;
        overflow: hidden;
    }

	/*常见问题 新闻列表*/







}





























@media screen and (max-width: 500px){

		/*头部*/
.header{height:50px;}
.header .logo{line-height:50px;}
.header .logo img{width:260px;}
#down{ top:14px; font-size:24px;}
    #Phone_nav{top:50px;}


    .gsjianjie_box .gsjianjie_right .news2 .box_list{
        padding-left: 160px;
    }
    .gsjianjie_box .gsjianjie_right .news2 .box_list>a{
        width: 145px;
    }
    .gsjianjie_box .gsjianjie_right .news2 p{
        line-height: 24px;
        height: 72px;

    }


    .zhanshi .box p{
        line-height: 30px;

    }






    /*新闻中心*/
    .News .News_list .News_box{
        padding-left: 120px;
    }
    .News .News_list .News_box .img_box{
        width: 110px;
    }
    .News .News_list .News_box .text_box h4{
        padding:5px 0;
    }
    .News .News_list .News_box .text_box h4+div{
        height: 44px;
    }

    /*新闻中心*/








}


@media screen and (max-width: 436px){

    /*头部*/
    .header{height:50px;}
    .header .logo{line-height:50px;}
    .header .logo img{width:250px;}
    #down{ top:14px; font-size:24px;}
    #Phone_nav{top:50px;}

    .gsjianjie_box .gsjianjie_right .text_box h4 span{
       display: none;
    }

    /*常见问题 新闻列表*/
    .gsjianjie_box .gsjianjie_right .answer .box{
        padding-left: 170px;
    }
    .gsjianjie_box .gsjianjie_right .answer .box>a{
        width: 160px;
    }

    .gsjianjie_box .gsjianjie_right .answer .box p{
        margin: 0;
        line-height: 20px;
        height: 100px;
        overflow: hidden;
    }

    /*常见问题 新闻列表*/

.links a{
    margin: 0;
    margin-bottom: 10px;
    padding: 0 36px;
}






}



@media screen and (max-width: 415px){

    /*常见问题*/
    .header .logo img{width: 230px;}
    .floor3 .box_list .text_box p{
        height: 48px;
    }
    .floor3 .box_list .text_box h4{
        font-size: 16px;
        line-height: 35px;
    }

    /*常见问题*/





















}


@media screen and (max-width: 376px){



    .header .logo img{}


















    /*常见问题 新闻列表*/
    .gsjianjie_box .gsjianjie_right .answer .box{
        padding-left: 130px;
    }
    .gsjianjie_box .gsjianjie_right .answer .box>a{
        width: 120px;
    }

    .gsjianjie_box .gsjianjie_right .answer .box p{
        margin: 0;
        line-height: 20px;
        height: 80px;
        overflow: hidden;
    }
    /*常见问题 新闻列表*/


    .gsjianjie_box .gsjianjie_right .news2 .box_list{
        padding-left: 145px;
    }
    .gsjianjie_box .gsjianjie_right .news2 .box_list>a{
        width: 130px;
    }
    .gsjianjie_box .gsjianjie_right .news2 p{
        line-height: 20px;
        height: 60px;

    }








	
}




@media screen and (max-width: 361px){


    .wenhua .box_list>a{
        width: 110px;
    }

    .wenhua .box_list{
        padding-left: 123px;
    }

    .wenhua .box_list p{
        line-height: 23px;
        height: 46px;
    }

    .gsjianjie_box .gsjianjie_right .news2 .box_list{
        padding-left: 120px;
    }
    .gsjianjie_box .gsjianjie_right .news2 .box_list>a{
        width: 100px;
    }
    .gsjianjie_box .gsjianjie_right .news2 p{
        line-height: 20px;
        height: 40px;

    }

}



@media screen and (max-width: 340px){








    /*新闻资讯*/
    .gsjianjie_box .gsjianjie_right #news2 .img_box a{display: block;height: 80px;}
    .gsjianjie_box .gsjianjie_right #news2 .text_box{width: 70%;height: 80px;overflow: hidden;padding-left: 10px;position: relative;}
    .gsjianjie_box .gsjianjie_right #news2 .text_box h4{line-height: 20px;height: 20px;overflow: hidden;font-size:16px;margin: 0;}
    .gsjianjie_box .gsjianjie_right #news2 .text_box p{line-height: 22px;height: 44px;overflow: hidden;margin: 0; padding-left: 20px;}
    .gsjianjie_box .gsjianjie_right #news2 .text_box>a{color: #d50101;position: absolute;right: 0;bottom: 0;}
    /*新闻资讯*/



    /*产品常识*/
.gsjianjie_box .gsjianjie_right .NEWS .img_box{width:30%;}
.gsjianjie_box .gsjianjie_right .NEWS .text_box{width:70%; padding-left:23px; height:75px; overflow:hidden;}
.gsjianjie_box .gsjianjie_right .NEWS .text_box h4{ margin:8px 0 6px 0; font-size:16px; color:#333;}
.gsjianjie_box .gsjianjie_right .NEWS .text_box p{ font-size:12px; line-height:20px;height:40px; overflow:hidden;color:#666;}
.gsjianjie_box .gsjianjie_right .NEWS .text_box p a{color:#666; }
.gsjianjie_box .gsjianjie_right .NEWS .img_box a{ display:block;height:75px;}
/*产品常识*/
	
}

