﻿@charset "utf-8";
*{ padding:0px; margin:0px;box-sizing: 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
li{list-style:none;}
img{border:none;border:0;}
a{text-decoration:none;color:#333;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
a:hover{color:#4185F4;}
a:focus {outline:0; } 
body{font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;background:#fff; font-size: 14px;}
input,input:focus{outline:none;}
h1{ font-size:20px}
h2{ font-size:18px}
h3{ font-size:16px}
h4{ font-size:14px}
/*通用调用*/
.fl{float:left;}
.fr{float:right;}
.border_box{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.clearfix::before,.clearfix::after{content: "";display: block; height: 0;clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}
.all_w{width:1200px; margin: 0 auto;}
table {width: 100%;font-size: 16px; border-collapse: collapse; border-spacing: 0px 0px;}
table td {text-align: center; padding:10px 5px;  border: 1px solid #ccc;}
table td:nth-child(2) {  text-align: left;}
table tr:nth-child(1){background:#dedede; color:#333;}
/*导航*/
.nav{ height:70px; width:100%; left:0; top: 0; z-index: 999; background:#fff;} /*position: fixed; box-shadow:0 0 10px 0 #eee;*/
.nav .content{position:relative;}
.nav .logo a{ display:block; width: 100%; height: 100%;}
.nav .logo a img{height:50px;margin-top:10px;}
.nav ul{float:right;} 
.nav ul li{height:70px; float:left; line-height:70px; text-align:center; position: relative;}
.nav ul li a{ display:block;height:70px; padding: 0 25px; color:#666; font-size: 18px; font-weight:bold;}
.nav ul li a:hover{background:#4185F4; color: #fff;}
.nav ul li a:active{background:#4185F4; color: #fff;}
.nav ul li.on a{background:#4185F4; color: #fff;}
.menu{width:30px;height:70px; float: right;text-align: center; display: none;}
.menu .nav_icon{display:inline-block; position:relative;width:30px;height:3px;margin-top: 34px;background-color:#666666;transition: .3s;}
.menu .nav_icon:before{content:'';display:block;width:30px;height:3px;position:absolute;background:#666666;transition: .3s;margin-top:-10px}
.menu .nav_icon:after{content:'';display:block;width:30px;height:3px;position:absolute;background:#666666; transition: .3s;margin-top:10px}
.menu.active .nav_icon{background:transparent;}
.menu.active .nav_icon::before{margin-top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.menu.active .nav_icon::after{margin-top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
/*轮播图*/
.train_banner{width:100%;overflow:hidden;position:relative;}
.train_banner .banner_images{width:1000%;}
.train_banner .banner_images li{float:left;width:10%}
.train_banner .banner_images li a{display:block;width:100%}
.train_banner .banner_images li a img{display:block;width:100%;object-fit: cover;}
.train_banner .banner_index{position:absolute;bottom:20px;width: 100%;text-align: center}
.banner_index-frame{display: inline-block;}
.train_banner .banner_index li{transition: all 0.3s;margin-right:15px ;float:left;width:10px;height:10px;border-radius:50%;background: #FFFFFF;}
.train_banner .banner_index li.current{transition: all 0.3s;background-color:#4185F4;width: 40px;border-radius: 5px;}
.train_banner .banner_index li:hover{transform: scale(1.5);}
.train_banner .banner_index li.current:hover{transform: scale(1);}
.train_banner_left{cursor: pointer;transition: all 0.5s;position:absolute;left: 0;top:50%;height:50px;width: 50px;text-align: center;z-index: 5;opacity: 0.5; margin-top: -25px}
.train_banner_right{cursor: pointer;transition: all 0.5s;position:absolute;right: 0;top:50%;height:50px;width: 50px;text-align: center;z-index: 5;opacity: 0.5; margin-top: -25px;}
.train_banner_left:hover,.train_banner_right:hover{display: block;opacity: 1;}
.train_banner_li{position: absolute;width: 100%;text-align: center;}
/*产品中心*/
.all_title{font-size:42px; height:50px; line-height:50px; text-align: center; color:#4185F4;font-weight: bold;}
.product{padding:100px 0;}
.product .content{margin-top:30px;}
.product .left{width:50%; float:left; border:10px solid #eaf2fa;}
.product .left a{display:block; overflow: hidden;}
.product .left .pic{width:100%; height:460px; overflow: hidden; background:#000;}
.product .left .pic img{display:block; width:100%; height:100%; object-fit: cover; transition: .3s;}
.product .left .font{  transition: .3s; padding:10px;}
.product .left .font .tit{height:40px; line-height: 40px;color:#666; text-align: center;white-space: nowrap;text-overflow: ellipsis; overflow: hidden; font-weight: 700; font-size:20px;}
.product .left .font .down{height:60px; line-height: 30px;color:#999; text-align: center;overflow: hidden;  font-size:16px;}
.product .left:hover .font{background-color:#4185F4;}
.product .left:active .font{background-color:#4185F4;}
.product .left:hover .font .tit{color:#fff;}
.product .left:active .font .tit{color:#fff;}
.product .left:hover .font .down{color:#fff;}
.product .left:active .font .down{color:#fff;}
.product .left:hover .pic img{transform:scale(1.1,1.1);opacity: 0.5; filter: alpha(opacity=50);}
.product .right{float:right; width:48%;}
.product .right li{  float:left; width:49%; margin-right:2%;margin-bottom: 10px; border:10px solid #eaf2fa;}
.product .right li:nth-child(2n){margin-right:0;}
.product .right li a{display:block;  overflow: hidden;}
.product .right li .pic{width:100%; height:195px; overflow: hidden; background:#000;}
.product .right li .pic img{display:block; width:100%; height:100%; object-fit: cover; transition: .3s;}
.product .right li .font{  transition: .3s; padding:10px;}
.product .right li .font .tit{height:30px; line-height: 30px;color:#666; text-align: center;white-space: nowrap;text-overflow: ellipsis; overflow: hidden; font-weight: 700; font-size:20px;}
.product .right li .font .down{height:30px; line-height: 30px;color:#999; text-align: center;overflow: hidden;  font-size:16px;}
.product .right li a:hover .font{background:#4185F4;}
.product .right li a:active .font{background:#4185F4;}
.product .right li a:hover .font .tit{color:#fff;}
.product .right li a:active .font .tit{color:#fff;}
.product .right li a:hover .font .down{color:#fff;}
.product .right li a:active .font .down{color:#fff;}
.product .right li a:hover .pic img{transform:scale(1.1,1.1);opacity: 0.5; filter: alpha(opacity=50);}
/*解决方案*/
.case{background:#eaf2fa; padding:100px 0;}
.case_ul li{width:32%; margin-right: 2%; margin-top: 30px;background:#fff; padding:20px; float: left; transition: .3s; border-bottom:4px solid #4185F4;}
.case_ul.b li{background:#eaf2fa;}
.case_ul li a{display:block;}
.case_ul li:nth-child(3n){margin-right:0;}
.case_ul li .img{overflow:hidden;}
.case_ul li img{display:block; width:100%; transition: .3s;}
.case_ul li .t{height:40px; line-height: 40px; overflow: hidden; font-size: 20px; color: #333; text-align: center; }
.case_ul li .line{width:40px; height:4px; margin: 10px auto; background-color:#4185F4; transition: .3s; border-radius:4px;}
.case_ul li .d{height:60px; line-height: 30px; overflow: hidden; font-size: 16px; color: #888;}
.case_ul li:hover .t{color:#4185F4;}
.case_ul li:hover img{transform:scale(1.1,1.1);}
.case_ul li:hover .line{width:80px;}
/*公司简介*/
.about{padding:100px 0;}
.about .d{font-size:16px; line-height: 30px;color:#777; overflow: hidden; margin-top:30px; text-align:left;}
/*新闻资讯*/
.news{padding:100px 0; background:#eaf2fa;}
.news_ulb{background:#fff; padding:20px 40px 40px 40px; margin-top:30px;}
.news_ulb li{overflow:hidden;height:70px;color:#666;font-size:18px;line-height:70px; position: relative; width:48%; margin-right: 4%;float: left; border-bottom:1px dashed #dedede; }
.news_ulb li:nth-child(2n){margin-right:0;}
.news_ulb li a{color:#666;transition:.6s; width:100%; float: left; padding-right:100px; padding-left:20px; background:url(../images/ico7.png) no-repeat left center;height:70px;line-height:70px; overflow:hidden;}
.news_ulb li:nth-child(1) a{background:url(../images/ico8.png) no-repeat left center;}
.news_ulb li:nth-child(2) a{background:url(../images/ico8.png) no-repeat left center;}
.news_ulb li:nth-child(3) a{background:url(../images/ico8.png) no-repeat left center;}
.news_ulb li:nth-child(4) a{background:url(../images/ico8.png) no-repeat left center;}
.news_ulb li a:hover{color:#4185F4}
.news_ulb li a:active{color:#4185F4}
.news_ulb span{display:block; width:100px; height:30px; line-height: 30px; position: absolute; text-align: right; top:20px; right:0; color:#999;}

/*留言*/
.message{padding:100px 0; background: url(../images/message.jpg); width: 100%; background-attachment: fixed;}
.message.b{ margin-top:100px;}
.message .form_div{background:#eaf2fa; padding: 50px; margin:30px auto;}
.message form{width:100%; margin-top:30px;}
.message form .t{ font-size:16px; width:48%; float:left; margin-right:4%; padding:0 10px; outline: none; border-radius: 0; -webkit-appearance: none; height:50px; line-height: 40px;border:none; margin-bottom: 20px;}
.message form .t:nth-child(2n){margin-right:0;}
.message form .t::-webkit-input-placeholder{color:#666;}
.message form .t::-moz-placeholder{color:#666;}
.message form .t:-moz-placeholder{color:#666;}
.message form .t:-ms-input-placeholder{color:#666;}
.message form textarea{ font-size:16px; width:100%; padding:10px; outline: none; border-radius: 0; -webkit-appearance: none;line-height:30px;border:none;}
.message form .t:hover{border-color:#4185F4;}
.message form .t:focus{border-color:#4185F4;}
.message form textarea::-webkit-input-placeholder{color:#666;}
.message form textarea::-moz-placeholder{color:#666;}
.message form textarea:-moz-placeholder{color:#666;}
.message form textarea:-ms-input-placeholder{color:#666;}
.message form textarea:hover{border-color:#4185F4;}
.message form textarea:focus{border-color:#4185F4;}
.message form .btn{font-size:16px;border: none; width: 120px;  height: 50px;  line-height: 50px; background-color: #4185F4; color: #fff; border-radius:none; margin: 30px auto 0 auto; display: block;}
.message form .btn:hover{cursor:pointer;}
/*底部*/
.footer{margin-top:30px;}
.footer p{font-size:16px; color:#fff; line-height:200%; text-align:center;}
.footer p a{color:#fff; transition:.3s;}
.footer p a:hover{color:#4185F4;}
.footer p a:active{color:#4185F4;}
/*内页关于我们*/
.all_list{ line-height: 30px; padding: 20px 0;background: #eaf2fa;}
.all_list .left{font-size:24px; color: #4185F4; font-weight: bold;}
.all_list .right{ color: #777777; font-size:16px;}
.all_list .right a{ color: #777777;}
.all_list .right span{color:#999999;}
.all_list .right a:hover{color:#4185F4;}
.con_about{font-size: 16px; color: #666; line-height: 30px; margin-top:30px;}
.con_about .pic{width: 40%; float: left;margin-right: 4%;}
.con_about .tit{margin-bottom:30px;font-size:30px; color:#333; font-weight: 700; text-align: center; line-height: 40px;}
.pro_con_ul{ margin: 20px auto;}
.pro_con_ul li{width:22%; margin-right: 4%; float: left; margin-bottom: 20px;}
.pro_con_ul li:nth-child(4n){margin-right:0;}
.pro_con_ul li img{display:block; width:100%;}
.pro_con_ul li .font{line-height:30px; font-size:16px; color:#666; max-height:30px; overflow: hidden; text-overflow: ellipsis; flex-wrap: nowrap; text-align: center; }
/*内页banner*/
.list_banner img{width:100%; height: auto; margin: 0 auto; display: block;}
.list_title{height:30px; line-height: 20px;font-size: 16px; font-weight: bold;border-bottom: 1px dashed #dedede; padding-bottom: 10px; margin: 50px auto 0 auto;}
.list_title span{font-size:20px;border-left:4px solid #4185F4;  text-indent: 5px; display: block;}
.about_ul li{width:22%; margin-right: 4%; float: left; margin-top: 20px;}
.about_ul li:nth-child(4n){margin-right:0;}
.about_ul li img{display:block; width:100%;}
/*产品中心*/
.product_list{margin-top:30px; text-align: center;}
.product_list a{font-size: 16px; font-weight: bold; display: inline-block; padding: 0 24px; text-align: center; border-left: 1px solid #4185F4; height: 20px; line-height: 20px; margin-top: 20px;}
.product_list a:first-child{border-left:none;}
.product_list a.on{color:#4185F4;}
/*分页*/
.page{padding: 15px 20px;color: #ccc;text-align:center; margin: 30px auto;}
.page span{	display: inline-block;	color: #ddd;	height: 25px;line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;vertical-align: middle;}
.page a{display: inline-block;color: #666;	height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;vertical-align: middle;}
.page a:hover{text-decoration: none;color: #fff;background-color: #4185F4;	border: 1px solid #4185F4;}
.page .page_current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #fff;background-color: #4185F4;	border: 1px solid #4185F4;vertical-align: middle;}
/*新闻资讯*/
.news_ul{margin-top:30px;}
.news_ul li{border: 1px solid #f3f3f3; margin-bottom: 20px; transition: .3s;}
.news_ul li a{ display:block; padding:25px; position: relative;}
.news_ul li a .font{padding:0 200px;}
.news_ul li a .font .t{font-size:20px; color:#000; height:80px; line-height: 80px; overflow: hidden;}
.news_ul li a .font .d{color: #999; line-height: 30px; height: 60px; overflow: hidden; font-size:16px;}
.news_ul li a img{height:140px; width:190px; position: absolute; top:25px; left: 25px; object-fit: cover;}
.news_ul li a .time{width:160px; position: absolute; top:25px; right: 25px; height:140px;border-left: 1px solid #f3f3f3; padding: 30px 0;}
.news_ul li a .time .t{ height:40px; line-height: 40px; text-align: center; width:100%; font-size:30px; color:#999;}
.news_ul li a .time .d{ height:40px; line-height: 40px; text-align: center; width:100%; font-size:18px; color:#999;}
.news_ul li:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);margin-left: 15px;}
.news_ul li:active{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
/*内页人力资源*/
.resources{margin: 30px auto 0 auto;  padding: 10px;}
.resources .title{line-height: 50px; font-size: 24px; color: #4185F4; text-align: center;}
.resources table {width: 100%;font-size: 14px; border-collapse: collapse; border-spacing: 0px 0px;}
.resources table td {text-align: center; padding:10px 5px;  border: 1px solid #ccc;}
.resources table td:nth-child(2) {  text-align: left;}
.resources table tr:nth-child(1){background:#dedede; color:#333;}
.resources .content{width:100%; line-height: 200%; color: #666; font-size: 16px;}
.resources .content img.a{ width:40%; float: right; margin-left: 2%;}
.resources .content img.b{ width:40%; float: left; margin-right: 2%;}
.resources .content.a{width:58%; float: left; margin-left: 2%; margin-top: 0;}
/*产品详情*/
.content_tit{font-size: 30px; margin-top:30px; color: #333333;margin-bottom:20px; font-weight: bold;text-align: center; border-bottom: 1px dashed #e5e5e5; heigtht:50px; line-height: 50px; overflow: hidden;}
.wenben{height:auto; overflow: hidden; font-size:16px; color:#666; line-height: 200%; margin-top: 20px;}
.wenben img{display:block; height:auto; width:60%; margin: 10px auto;}
.wenben video{display:block; height:auto; width:60%; margin: 10px auto;}
.pic_ul li{width:32%; margin-right: 2%; float: left;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08); transition: .3s;margin-top:20px;}
.pic_ul li:nth-child(3n){margin-right:0;}
.pic_ul li img{display:block; width:100%; height: auto;}
.all_tel{width: 60%; display: block; height: 40px; line-height: 40px; font-size: 20px; color: #fff;  background-color: #4185F4; margin: 0 auto; text-align: center;}
.all_tel span{ padding-left: 30px; background: url(../images/tel.png) no-repeat left center; height:40px; line-height: 40px;}
.all_tel:hover{color:#fff;}
/*内页产品中心*/
.pro_ul li{width:32%; margin-right: 2%; margin-top:30px; float: left; background:#eaf2fa; transition: .3s; margin-bottom: 20px;}
.pro_ul li a{display:block; width:100%; height:100%;}
.pro_ul li:nth-child(3n){margin-right:0;}
.pro_ul li .font{padding:20px; text-align: center; font-weight: 100;}
.pro_ul li .font .a{font-size: 20px; font-weight: bold; margin-bottom: 10px; color:#333;transition: .3s; height:20px; line-height: 20px; overflow: hidden; flex-wrap: nowrap; text-overflow: ellipsis;}
.pro_ul li .font .b{font-size: 16px;color:#666;height:60px; line-height: 30px; overflow: hidden; transition: .3s;}
.pro_ul li .img{width:100%; overflow: hidden;}
.pro_ul li .img img{display:block; width:100%; transition: .3s;}
.pro_ul li:hover{background:#4185F4;}
.pro_ul li:hover .font .a{color:#fff;}
.pro_ul li:hover .font .b{color:#fff;}
.pro_ul li:hover .img img{transform:scale(1.1,1.1);}
.pro_ul li:active{background:#4185F4;}
.pro_ul li:active .font .a{color:#fff;}
.pro_ul li:active .font .b{color:#fff;}
/*内页联系我们*/
.map{ margin-top: 30px;}
.map .left{width:60%; float: left;}
.map .left img{display:block; width:100%;}
.map .right{width: 38%; float: right;}
.map .right .tit{height: 40px; line-height: 40px; color: #333; font-size: 24px; font-weight: 600;}
.map .right p{line-height: 40px; margin-bottom: 5px;color: #777; font-size: 16px;}
.map .right a{color: #e8451d;  transition: .3s;}
/*视频中心*/
.video_box .con{ width:32%;  display: block; float: left; margin-top:30px; margin-right:2%;}
.video_box .con .video{height: 330px;}
.video_box .video video{width:100%; height:100%;}
.video_box .con:nth-child(3n){margin-right:0;}
.video_box .con .font{height:30px; line-height:30px; font-size:16px; color:#333; text-align:center; overflow:hidden;}
.video_box .con .img img{display:block; width:100%;}
.video_box .con:hover .font {color: #4185F4;}
/*新闻翻页*/
.news_page{margin-top:20px; height:40px; line-height: 40px;overflow: hidden;}
.news_page .left{float:left; text-align: left; width:45%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_page .left a{ padding-left:20px; background: url(../images/news_page.png) no-repeat left center;transition: .3s;height:40px; line-height: 40px;}
.news_page .right{float:right; text-align: right; width:45%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_page .right a{ padding-left:20px; background: url(../images/news_page.png) no-repeat left center;transition: .3s;height:40px; line-height: 40px;}
.news_page a:hover{color:#4185F4;}
.news_page a:active{color:#4185F4;}
@media (max-width:1300px){	
	.video_box .con .video{height:260px;}
}
@media (max-width:990px){
	.video_box .con .video{height:210px;}
}
@media (max-width:768px){
	.video_box .con{width:100%; margin-right:0; float:none;}
	.video_box .con .video{height:auto;}	
}
.bottom_div{height:0; width:100%;}
.bottom_bar{display:none; height:40px; line-height: 40px; background:#fff; position: fixed; z-index: 999; bottom: 0; left: 0; width:100%;}
.bottom_bar .left{background:#4185F4; color:#fff; display:block; float:left; width:70%; text-align: center; text-align: center;}
.bottom_bar .left .line{position:absolute; height:100%; width:1px; background:#fff; bottom:0; left:70%;}
.bottom_bar .left span{height:40px; line-height: 40px; padding-left:30px; background:url(../images/tel2.png) left center no-repeat; display: inline-block;}
.bottom_bar .right{background:#4185F4; color:#fff; display:block; float:right; width:30%; text-align: center;}
@media (max-width:768px){
	.bottom_bar{display:block;}
	.bottom_div{margin-bottom: 40px;}
}
/*自适应*/
@media (max-width:1300px){	
	.all_w{width:940px;}
	.menu{display:block;}
	.nav ul{width:auto; position: absolute; z-index: 0; right:0; opacity: 0; display:none; transition: .3s; top: 70px;}
	.nav ul.active{right:0; opacity: 1;z-index: 333; display:block;}
	.nav ul li{width:100px; height: 50px;font-size: 14px; line-height: 50px;border-bottom:1px solid #eaeaea; text-align: center; float: none;}
	.nav ul li a{display: block; width:100%; height:100%;color: #666; padding: 0; background:#f7f7f7;}
	.product .left .pic{height:360px;}
	.product .right li .pic{height:145px;}
}
@media (max-width:990px){
	.all_w{width:740px;}
	.map .left{float:none; width:100%;}
	.map .right{float:none; width:100%;}
}
@media (max-width:768px){
	.all_w{width:94%;}
	.message form .left{float:none; width:100%;}
	.message form .right{float:none; width:100%;}
	.news .content .left{float:none; width:100%;}
	.news .content .right{float:none; width:100%;margin-top: 20px;}
	.case_ul li{width:48%;}
	.case_ul li:nth-child(3n){margin-right:2%;}
	.case_ul li:nth-child(2n){margin-right:0;}
	.about .left{height:521px;}
	.about .right{padding:50px;}
	.news_ul li a .time{width:80px; height:60px; padding: 0;}
	.news_ul li a .font{padding:0 90px;}
	.news_ul li a .font .t{height:20px; line-height: 20px; font-size:16px;}
	.news_ul li a .font .d{height:40px; line-height: 20px;}
	.news_ul li a .time .t{height:30px; line-height: 30px; font-size:20px;}
	.news_ul li a .time .d{height:30px; line-height: 30px; font-size:14px;}
	.news_ul li a img{height:60px; width:80px;}
	.about_ul li{width:48%;}
	.about_ul li:nth-child(2n){margin-right:0;}
	.footer .content .logo img{width:100%;}
	.pro_con_ul li{width:48%; margin-right: 2%;}
	.pro_con_ul li:nth-child(2n){margin-right:0;}
	.product .left{width:100%; float:none;}
	.product .right{width:100%; float:none; margin-top: 20px;}
	.product .left .pic{height:auto;}
	.product .right li .pic{height:auto;}
	.news{padding:50px 0;}
	.news_ula li{margin-top:30px;}
	.message{padding:50px 0;}
	.about{padding:50px 0;}
	.case{padding:50px 0;}
	.product{padding:50px 0;}
	.pro_ul li{width:49%; margin-right:2%;}
	.pro_ul li:nth-child(3n){margin-right:2%;}
	.pro_ul li:nth-child(2n){margin-right:0;}
	
}
@media (max-width:480px){
	.footer .content .tel{float:none; width:100%;}
	.footer .footer_nav{float:none; width:100%; margin-left: 0; margin-top: 30px;}
	.footer .content .title{height:30px; line-height: 30px;}
	.footer .content .logo{display:none;}
	.case_ul li{width:100%; float: none; margin-right: 0; padding:10px;}
	.about .left{width:94%; height:auto; margin: 0 auto; float: none;}
	.about .right{width:94%; height:auto; margin: 0 auto; float: none; padding:50px 0;}
	.about .right a{margin:30px auto 0 auto;}
	.news_ul li a .time{display:none;}
	.news_ul li a .font{padding:0 0 0 90px;}
	.about_ul li{width:100%; float: none; margin-right: 0;}
	.pic_ul li{width:100%; float: none; margin-right: 0;}
	.resources img.a{display:block; width:100%; margin-right: 20px; margin-right: 0; margin-left: 0;}
	.resources img.b{display:block; width:100%; margin-right: 20px; margin-right: 0; margin-left: 0;}
	.wenben img{width:100%; }
	.wenben video{width:100%; }
	.all_tel{width:100%; }	
	.pro_con_ul li{width:100%; margin-right: 0; float: none;}
	.product .right li{width:100%; float:none; margin-bottom: 20px;}
	.product .left{padding: 0 0 0 0;}
	.product .right{padding-right:0;}
	.product .right li{padding-left:0;}
	.news_ula li{width:100%; float:none; margin-right:0;}
	.news_ulb li{width:100%; float:none; margin-right:0;}
	.message form .t{width:100%; margin-right:0;}
	.message .form_div{padding:30px;}
	.con_about .pic{width:100%; margin-right:0;}
	.pro_ul li{width:100%; margin-right:0;}
	.list_banner{display: none;}
	.content_tit{height: 30px; line-height: 30px; margin-top:10px; margin-bottom: 5px; font-size: 20px;}
	.all_list{padding:5px 0;}
}