

/* CSS Document */
body {
	
	margin:0px;
	padding: 0px;
    font-family:"微软雅黑";
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	
	}
*{font-family:"微软雅黑";}
li{list-style:none}
ul{padding-left:0;margin:0 0}
a{color:#666;}
.center{max-width:1200px;margin:0 auto}
h2,h3,h4,h5,p{margin:0 0;padding:0 0;font-weight:500;}
h1{font-size:2rem;}
.ctrl span{ float:left; cursor:pointer;}
input,textarea,select{outline:none;font-family:"微软雅黑";}
img{border:none}
.cursor_pointer{
	cursor:pointer;
}
button{
	cursor:pointer;
}
.float_l{ float:left;}
.float_r{ float:right;}
.clear{clear:both}
.position_r{position: relative;}
.position_a{position: absolute;}
@media screen and (min-width:320px) {html {font-size:90%;}}
@media screen and (min-width:400px) {html {font-size:90%}}
@media screen and (min-width:480px) {html {font-size:97.5%}}
@media screen and (min-width:560px) {html {font-size:100%}}
@media screen and (min-width:600px) {html{font-size:112.5%}}
@media screen and (min-width:640px) {html {font-size:100%}}

.product .list{ width:72%; float:right;}
.list{ width:72%; max-width:1200px; margin:auto; float: right;}
.list ul li{ width:32%; margin:0 0.5% 1% 0.5%; float:left; overflow: hidden;}
.list ul li .list_border{    background:#fff; transition:0.3s;}
.list ul li .list_img{ width:100%; height:0; padding-top:70%; position:relative; overflow:hidden;}
.list ul li .list_img img{ position:absolute; width:100%; top:50%; left:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); z-index: 0;}

.list ul li .list_border:hover{ background:#00983d; box-shadow:4px 4px 6px #ccc;transform: translate(0,-10px);}
.list ul li .list_border:hover .list_text{color:#fff;}
.list ul li .list_text{ height:3.6rem;text-indent:1.0rem; font-size:1.1rem;color:#111; line-height:3.6rem; width:98%; margin:0 auto; display:block; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}


.location {
    padding: 0 1%;
    max-width: 1200px;
    margin: auto;
}

    .location p {
        float: left;
    }

    .location span {
        float: left;
        display: block;
        /*line-height:60px;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .location a:hover {
        color: #333;
    }

    .location a {
        float: left;
    }
/*.location {
    padding: 0 1%;
    max-width: 1200px;
    margin: auto;
	overflow: hidden;
}

    .location p {
        float: left;
        line-height: 60px;
    }

    .location span {
        float: left;
        display: block;
        line-height:60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .location a:hover {
        color: #333;
    }

    .location h3 a {
        display: inline-block !important;
    }*/
.left_nav{
	width:23%;
	background:#00983d;
	padding:0% 1% 1% 1%;
	float:left;
	}	
.left_nav .xiao_b{ background:url( ../images/title_l.png) center no-repeat; background-size:100%; height:120px;}
.left_nav h2{
	font-size:1.6rem;
	color:#fff;
	text-align:center;
	font-weight:600;
	margin-bottom:1rem;
	line-height: 115px;
	}
.left_nav .chanpin{
	width:100%;
	}	
.left_nav .chanpin a div{
	width:100%;
	border:1px solid #f1f1f1;
	border-radius: 10px;
	margin-bottom:10px;
	background: #fff;
	}
.left_nav .chanpin a div:hover p{
	color:#00983d;
	}	

.left_nav .chanpin a div p{
	font-size:1rem;
	color:#333;
	text-align:center;
	line-height:3rem;
	}	






/* 底部 */
	
.footer{
	width:100%;
	background:#222;
	}
.footer .center{
	max-width:1200px;
	width:100%;
	margin:auto;
	overflow: hidden;
	}		
.footer .center .float_l{ width:34%; float: left;}				
.footer .center .foot_b{ width:80%; float: left; margin-top:2rem; margin-right:12%;}
.footer .center .foot_b img{ width:100%;}

.footer .center .foot-z{
	width:50%;
	float:left;
	margin:1.4rem 0rem 1.4rem 0rem;
	}
.footer .center .foot-z .dianhua div{ float:left; width:9%; margin-right:1rem;}
.footer .center .foot-z .dianhua div img{ width:100%;}
.footer .center .foot-z .dianhua p{
	
	font-size:1rem;
	line-height:30px;
	color:#999;
	}
.footer .center .foot-z .dianhua span{
	
	font-size:2rem;
	line-height:30px;
	color:#ccc;
	font-weight: 600;
	}
.footer .center .foot-z .dizhi{ margin-top:1rem;}
.footer .center .foot-z .dizhi div{ width:4%; float:left; margin-right:1rem;}
.footer .center .foot-z .dizhi div img{ width:100%;}
.footer .center .foot-z .dizhi p{
	font-size:1rem;
	line-height:30px;
	color:#999;
	}

.footer .center .foot_r{float:left; width:16%;}
.footer .center .foot_r .erweima_b{ 
	width:55%;
	margin-top:1rem; 
	margin-right:1rem;
	float: left;
}
.footer .center .foot_r .erweima_b img{ 
	width:100%;
}
.footer .center .foot_r p{
	writing-mode:tb-rl;
	float: left;
	color:#999;
	margin-top:1.4rem;
	
}
.footer .banquan{
	width:100%;
	background:#444;
	overflow: hidden;
	}
.footer .banquan p{
	font-size:1rem;
	color:#999;
	text-align:center;
	line-height:3rem;
	float: left;
	margin-left:12rem;
	}				
.footer .banquan span{
	display: block;
	float: left;
	color:#ccc;
	margin-left:2rem;
	line-height: 3rem;
    font-size:0.9rem;
}	
.fixed{  position:absolute;}
.fixed_dh{ height:4.0rem;text-align:right;display:none; position:fixed; top:60%;right:2%;}	
.paginationa{ margin:4rem 0;}
.paginationa ul li{ float:left; border:solid 1px #ccc;margin-right:1%;text-align: center; line-height: 2rem; padding:0 1%;}
    .paginationa ul {
        max-width: 1200px;
        margin: auto;
    }
        .paginationa ul li a:hover {
            color: #ffc001;
        }
/* 首页标题 */

.title{
	max-width:1200px;
	margin:auto;
	margin-bottom:2rem;
	
	}
.title h2{
	color:#333;
	font-size:1.8rem;
	text-align:center;
	font-weight:600;
	}
.title span{
	color:#999;
	font-size:1rem;
	text-align:center;
	display:block;
	font-family:Adobe Caslon Pro;
	margin-top:1%;
	}

	
/* 产品详情 */

.index_product{
	width:100%;
	padding:3.6rem 0;
	background:#f1f1f1;
   
	}

.product{
	padding-top:1rem;
	
	}




/* 新闻列表 */

.news{
	
    padding-bottom:3rem;
     overflow: hidden;
	 margin-bottom:4rem;
	}

.news .center{
	width:100%;
	min-width:1200px;
	margin:auto;
	
}

.news .center ul li{
	width:49%;
	float:left;
	
	}
.news .center ul li .float_ll{
	float:left;
	}
.news .center  ul li .float_ll h2{
	font-size:3rem;
	font-weight:500;
	
	}
.news .center  ul li .float_ll p{
	font-size:0.9rem;
	color:#999;
	
	}
.news .center  ul li .float_rr{
	float:left;
	width:80%;
	margin: 1rem 0 0 1.2rem;
	}
.news .center  ul li .float_rr h2{
	font-size:1.6rem;
	line-height:2rem;
	}
.news .center  ul li .float_rr span{
	font-size:0.9rem;
	line-height:1.4rem;
	display:block;
	color:#666;
	margin-top:0.6rem;
	}




/* 关于我们页面 */
.about .center{
	margin-top:2rem;
	padding: 1rem;
	}
.about .center p{
	font-size:1rem;
	color:#444;
	line-height:2rem;
	text-indent: 2rem;
	
	}
.about .center .float_r{ width:100%;}
.about .center .float_r h3{font-size:1.4rem; color:#222; text-align: center; margin-bottom:2rem;}
.about .center img{
	max-width:80%;
	margin:auto;
	display:block;
	
	}

/* 新闻列表 */
.news_list{
	padding-top:2rem;
	
}
.news_list .title{ margin-bottom:0;}
.news_list .center .float_r{ width:100%;}
.news_list .list1 .each{
	height: 203px;
	border-bottom: solid 1px #ccc;
	transition: all 0.3s ease-in-out;
}
.news_list .list1 .each .float_l:nth-child(2) h2:hover{
	color:#ffae00;
	
	}
.news_list .list1 .each .float_l:nth-child(1){
	width:20%;
	float:left;
	margin-top: 60px;
}
.news_list .list1 .each .float_l:nth-child(1) p{
	font-size: 30px;
	color: #dbdbdb;
	text-align: center;
}
.news_list .list1 .each .float_l:nth-child(1) div{
	width: 30px;
	height: 30px;
	border:solid 1px #ebebeb;
	border-radius: 7px;
	text-align: center;
	line-height: 28px;
	font-size: 16.54px;
	color: #dbdbdb;
	margin-left: 45px;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
}

.news_list .list1 .each .float_l:nth-child(2){
	width:70%;
	float:right;
	margin-top: 45px;
}
.news_list .list1 .each .float_l:nth-child(2) h2{
	font-size: 1.2rem;
	color: #4c4c4c;
	margin-bottom: 15px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}

.news_list .list1 .each .float_l:nth-child(2) p{
	font-size: 0.9rem;
	color: #757575;
	line-height: 1.8rem;
	text-indent: 2rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.news_list .list1 .each .float_l:nth-child(3){
	width: 200px;
	height: 125px;
	margin-left: 100px;
	margin-top: 40px;
}
.news_list .list1 .each .float_l:nth-child(3) img{
	width: 200px;
	height: 125px;
}
.news_list1 animation_div_a{
	margin-bottom: 30px;
	width:100%;
}
.news_list1 .paging{
	margin-bottom: 80px;
}

/* 新闻详情 */
.news_details{ margin-top:3rem;}
.news_details .news_title{
	border-bottom: solid 1px #dbdbdb;
	margin-bottom:1rem;
	padding-bottom:0.6rem;
}
.news_float_r{ width:100%; float:right;}
.news_details .news_title h1{
	font-size: 20px;
	color: #4c4c4c;
	margin-left: 20px;
	margin-bottom: 13px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_details .news_title p{
	font-size: 14px;
	color: #999999;
	margin-left: 40px;
}
.news_details .news_text{
	padding: 0 20px;
	margin-bottom: 60px;
}
.news_details .news_text img{
	max-width:80%;
	margin:auto;
	display:block;
	
	}
.news_details .news_text p{
	text-indent: 2rem;
	font-size: 1rem;
	color: #666;
	line-height: 30px;
}
.switch{
	height: 99px;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	margin-bottom: 100px;
}
 .switch .margin_left{
	
	margin-top: 18px;
}

.switch .margin_left p{
	font-size: 14px;
	color: #999999;
	width: 330px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.switch .margin_left:hover p{
	color: #ffae00;
}


.bottom_fixed{ position:fixed; width:100%;bottom:0; z-index:999; margin:auto;background:#222; opacity:0.9;display:none; height:68px; border-radius:10px;}
.bottom_fixed div{ width:100%;}
.bottom_fixed div img{ width:10%; display:block; float:left; margin-top:1rem; margin-right:1rem; margin-left:7rem;}
.bottom_fixed div p{ font-size:1.8rem; color:#fff;float:left; line-height:68px;}
	






.index_contact{ margin-top:4rem; margin-bottom:4rem;}
.index_contact .index_text{ overflow:hidden; width:80%; margin:auto;}
.index_contact .index_text li{ width:50%; float: left;}
.index_contact .index_text li div{  margin-right:1rem; margin:auto; width:70px;}
.index_contact .index_text li h4{ font-size:1rem; color:#555; line-height: 2rem; margin-top:0.4rem; text-align:  center; }
.index_contact .index_text li span{ font-size:1.2rem; color:#333; display: block;text-align:  center;}
.lianjie{
	margin:2rem 0 0rem 0;
	overflow:hidden;
	padding-bottom:2rem;
	border-bottom:1px solid #666;
	}
.lianjie  a span{
	color:#999;
	display:block;
	float:left;
	margin-left:3.6rem;
	line-height:2rem;
	}
.lianjie  p{
	color:#ccc;
	display:block;
	float:left;
	font-size:1.4rem;
	
	}
    .lianjie a {
        color: #ccc;
    }
	
.con .center{
	padding:3rem 0;
	
	}	

.con .center p{
	font-size:1rem;
	color:#333;
	line-height:2rem;
	text-align:center;
	display:block;
	}


.online{
	position:fixed;
	top:50%;
	right:1rem;
	
	}
.product_details{ margin-top:4rem;}
.product_details .center{
	margin:auto;
	margin-top:3rem;
	}
.product_details .center .float_r{ width:70%;}
.product_details .center h1{
	font-size:1.6rem;
	color:#444;
	text-align:center;
	
	}
.product_details .product_img{
	width:100%;
	position: relative;
	margin: auto;
	margin-bottom:4rem;
}
.product_details .product_img img{
    max-width:80%;
	margin:auto;
	display:block;
}

.product_text .h3 {
    border-bottom: solid 1px #00983d;
    margin-bottom: 20px;
}
    .product_text .h3 h3 {
        width: 110px;
        height: 39px;
        background: #00983d;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 39px;
    }
.product_text .text{
	padding-bottom: 100px;
}
.product_text .text img{ max-width:80%; margin:auto; display:block;}
.product_text .text p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	text-indent: 2rem;
}

.title_shouji{ display:none;}

/*优势*/
.title2{ background:url( ../images/title2.png) center no-repeat; height:86px; width:820px; margin:auto;}

.youshi{ margin-top:4rem; height:1800px; background: url(../images/youshi.jpg) center no-repeat;}
.youshi .title2 h2{ font-size:2rem; line-height: 86px; color:#222; font-weight: 600; float: left; margin-left:10rem;}
.youshi .title2 span{ font-size:1.5rem; line-height: 86px; color:#fff; font-family: "宋体"; float: left; margin-left:5rem;}
.youshi .box .float_l{ width:44%; float: left; margin-top:2rem; padding-left:4%;}
.youshi .box{ margin-top:2rem; overflow: hidden;}
.youshi .box .float_l .biaoti{ overflow:hidden;}
.youshi .box .float_l .biaoti div{ width:19%; float: left;}
.youshi .box .float_l .biaoti div img{ width:100%;}
.youshi .box .float_l .biaoti h3{ font-size:1.5rem; color:#222; font-weight: 600; padding-top:0.6rem; padding-left:8rem;}
.youshi .box .float_l .biaoti span{width:81%;  background: #01732f; margin-top:0.6rem; height:1px; display: block; float: right; margin-bottom:1rem;}
.youshi .box .float_l .biaoti p{ font-size:1rem; color:#999;  font-family: "Adobe Caslon Pro"; padding-left:8rem;}
.youshi .box .float_l ul{ overflow:hidden; width:96%; margin-left:4%; margin-top:1rem;}
.youshi .box .float_l ul li{ margin-top:0.6rem; overflow: hidden;}
.youshi .box .float_l ul li div{ width:4%; float: left;}
.youshi .box .float_l ul li div img{ width:100%;}
.youshi .box .float_l ul li p{ font-size:0.9rem; color:#444; line-height: 1.6rem; float: left; width:92%; margin-left:2%; display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;	}
.youshi .box .float_r{ width:50%; float:left;}
.youshi .box .float_r img{ margin-left:8rem;}


.youshi_shouji{ margin-top:2rem; display:none;}
.youshi_shouji .title{ margin-bottom:0;}
.youshi_shouji ul{ overflow:hidden;}
.youshi_shouji ul li{ width:96%; margin:auto; margin-top:1rem; border-top:2px solid #f1f1f1;}
.youshi_shouji ul li:nth-child(1){border-top:none;}
.youshi_shouji ul li h3{ font-size:1.2rem; color:#222; line-height: 2rem; margin-top:1rem;}
.youshi_shouji ul li span{ font-size:1rem; color:#666; line-height: 2rem; display: block;}
.youshi_shouji ul li p{ font-size:0.9rem; color:#999; line-height: 1.8rem; margin-top:1rem;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;	}



.guanggao{ overflow: hidden; background: url( ../images/guanggao.jpg) center no-repeat; height:118px; padding-top:22px;}
.guanggao .float_l{ width:60%; float: left; padding-left:4%;}
.guanggao .float_l h3{ font-size:2rem; color:#fff; font-weight: 600; line-height: 2rem; margin-top:0.8rem;}
.guanggao .float_l p{ font-size:1rem; color:#fff;  margin-top:1rem;}
.guanggao .float_r{ width:34%; float: left;}
.guanggao .float_r h4{ font-size:1.2rem; color:#fff;}
.guanggao .float_r h4 strong{ font-size:2rem; color:#fff; font-weight: 600;}
.guanggao .float_r span{ width:86%; line-height:2.8rem; border:1px solid #fff; display: block; margin-top:0.6rem; text-align: center; color:#fff; }



/*首页关于我们*/

.index_about{ padding-top:4rem;}
.index_about .float_l{ width:48%;}
.index_about .float_l img{ width:100%;}
.index_about .float_r{ width:44%; background:#fff; padding:4%; }
.index_about .float_r h3{ font-size:1.8rem; color:#222;}
.index_about .float_r p{ font-size:1rem; color:#444; line-height:2rem; margin-top:1rem; display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.index_about .float_r div{ width:20%; background: #00983d; height:4px; margin:1rem 0;}
.index_about .float_r span{ width:20%; line-height: 2.2rem; background: #00983d; margin-top:2rem; font-size:1rem; color:#fff; text-align: center; display:block;}



/*新闻中心*/
.index_news{ margin-top:4rem; background: #f1f1f1; padding:3rem 0;}
.index_news .float_l{ width:40%;background: #fff; padding:0.6%;}
.index_news .float_l div{    width: 100%; padding-top: 70%; position: relative;overflow: hidden;}
.index_news .float_l div img{ width:100%; position: absolute;width: 100%; top: 0; left: 0; height:100%;}
.index_news .float_l h3{ font-size:1.2rem; color:#000;  line-height:2rem; margin-left:0.4rem;margin-top:0.6rem;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.index_news .float_l p{ font-size:0.9rem; color:#666; line-height:1.6rem;  margin:0.4rem;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.index_news .float_r{ width:55%;}
.index_news .float_r li{ overflow:hidden; margin-top:1.4rem; background: #fff; padding:1%;}
.index_news .float_r li:nth-child(1){ margin-top:0;}
.index_news .float_r li div{ float:left; width:24%; margin-right:1rem; border:1px solid #ccc;  padding-top: 17.4%; position: relative;overflow: hidden;}
.index_news .float_r li div img{width:100%; position: absolute;width: 100%; top: 0; left: 0; height:100%;}
.index_news .float_r li h3{ font-size:1.2rem; color:#000; overflow:hidden; margin-top:0.6rem; line-height:2rem;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; }
.index_news .float_r li p{ font-size:0.9rem; color:#666; line-height:1.6rem; margin-top:0.6rem;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index_news .float_r li:hover{ box-shadow:4px 4px 6px #ccc;}
.index_news .float_l:hover{ box-shadow:4px 4px 6px #ccc;}




/*图标*/
.tubiao{ margin:3rem 0;}
.tubiao ul li{ width:21%; float: left; padding:4% 2%;}
.tubiao ul li:hover{ box-shadow:4px 4px 10px 4px #f1f1f1;}
.tubiao ul li div{ width:30%; margin:auto;}
.tubiao ul li div img{ width:100%;}
.tubiao ul li p{ text-align:center; line-height: 2rem; color:#000; font-size: 1.1rem; margin-top:0.8rem;}
.tubiao ul li span{ text-align:center; line-height: 1.4rem; color:#666; font-size: 0.9rem; display: block; margin-top:0.8rem; display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;	}





.digital{width: 100%;height: 170px;background:#00983d; margin-bottom: 2rem;color: #fff; padding-top:30px; }
.main{width:1200px; max-width:1200px;margin:0 auto;}
.mumping_mun li{width: 24.6%;display: inline-block;margin: 30px auto; border-right:1px solid #ccc;}
.mumping_mun li:nth-child(1){ border-left:1px solid #ccc;}
.mumping_mun{width:100%;list-style: none;}
.mumping_mun p{font-size:1rem;width: 100%;display: block;clear: both; text-align: center;}
.mumping_mun h2{font-size: 2.6rem;font-weight:600;float: left;margin-left:6rem; text-align: center; color:#fff;}
.mumping_mun span{font-size: 0.9rem;float: right;margin-right:3rem; text-align: center;  display: block;}



.fixed{position: fixed;right: 0;top: 50%;}
.fixed ul li{background: #03a471;color: white;margin:5% 0;width: 70px;height: 70px;position: relative; cursor:pointer;}
.fixed ul li:nth-child(1){background: #00983d;}
.fixed ul li:nth-child(2){background:#999;}
.fixed ul li:nth-child(2) img{padding-top: 40%;}
.fixed ul li .tupian{width: 50%;margin:3% auto 0 auto;padding-top: 10%;}
.fixed ul li .tupian img{width: 100%;}
.fixed ul li p{text-align: center;font-size: 0.8rem; }
.fixed ul li .p1{position: absolute;top: 0;right: -200px;width: 150px;color: #00983d;background:#ddd;text-align: center;height: 70px;font-size: 1rem;font-weight: 700;
line-height: 70px;transition: all 1s;z-index: -999;}
.fixed ul li:hover .p1{right:70px;}
.fixed ul li a{color: white;}



@media screen and (max-width:640px) {
	.tubiao ul li{ width:46%;}
	.fixed{ display:none;}
	
	.youshi{ display:none;}
	.youshi_shouji{ display:block;}
	.title_shouji{ display:block;}
	.title_shouji h3{ font-size:2rem; font-weight: 600; color:#333; text-align: center;}
	.index_about .float_l{ display:none;}
	.index_about .float_r{ width:96%; float: none; padding:0; margin:auto;}
	
	.index_news .float_l{ width:96%; margin:auto; float: none; margin-bottom:1rem;}
	.index_news .float_r{ width:96%; margin:auto; float: none;}

	.index_contact .index_text li{ width:90%; float: none; overflow: hidden;  margin:0 auto 1rem auto; border-bottom:1px solid #ddd; padding-bottom:1rem;}
	.digital{ display:none;}
	.index_news .float_r li{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;	}
	.index_news .float_r li p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;	}
.bottom_fixed{ display:block;}
.product_details .center{
	margin:auto;
	margin-top:3rem;
	}
.product_details .center h1{
	font-size:1.6rem;
	color:#444;
	text-align:center;
	}

.list ul li{
	width:49%;
    float:left;
	
	}
	.footer .center .foot_b{ display:none;}
	.footer .center .foot-z .dianhua div{ display:none;}
	.footer .center .foot-z .dizhi div{ display:none;}
	.footer .center .foot_r{ display:none;}
	.footer .banquan p{ margin-left:0;}
	.footer .banquan span{ text-align: center; float: none;}
.footer{ margin-bottom:68px; margin-top:4rem;}
.footer .center{
	width:100%;
	padding:0;
	
	}

.footer .center .foot-z{
	width:100%;
	padding:2rem auto;
	margin-left: 2%;
	border:none;
	}

.banquan{ margin-bottom:80px;}
.banquan p{
	width:100%;
	}
.news_list .list .each .float_l:nth-child(1){
	display:none;
	}	
	
.news_list .list .each .float_l:nth-child(3){
	display:none;
	}		
	
.news_list .list .each .float_l:nth-child(2){
    margin-top: 45px;
    width: 96%;
    margin: auto;
    display: block;
	float:none;
	}	
.news_list .list .each .float_l:nth-child(2) h4{
	margin-top:2rem;
	}
.news_list .list .each .float_l span{
	font-size:3rem;
	display:block;
	
	}		
.news_list .list .each{
	height:150px;
	margin-top:1rem;
	
	}
.news_list .list .each .float_l:nth-child(2) p{
	font-size:1.2rem;
	
	}
.news_list .list .each .float_l:nth-child(2) h2{
	font-size:1.4rem;
	
	}
.news .center .shuxian{
	display:none;
	
	}	
.news .center{
	width:100%;
	min-width: 0px;
	}	
	
.news .center .float_r{
	width:100%;
	
	}
.news .center .float_r div{
	width: 96%;
    padding: 2%;
    margin: auto;
    margin-bottom: 3rem;
	}	
.news .center .float_r div img{
    width: 100%;
	}	

.fixed_dh{ display:block;}
	
.index_product{
	margin-top:0;
	padding:1rem 0;
   }
.fixed_dh{ display:block;}
.left_nav{
	display:none;}
.about .center .float_r{width:100%;}
.left_nav{ display:none;}
.list{ width:100%;}
.news_list .center .float_r{width:100%;}
.news_details .news_right{width:98%; float:none; padding:0 1%;}	
.product_right{ width:100%; float:none;}
.news_details .news_float_r{width:100%;}
.product .list{ width:100%;}
.product_details .center .float_r{ width:100%;}
}










