/*产品分类介绍*/
.pro .pro-a{
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: #fff;
}
.pro .pro-a:nth-child(2n){
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: #edf6fa;
}
.pro-a .col-md-6 img{
	width: 100%;
	height: auto;
}
.pro-b{
	text-align: right;
	padding-left: 50px;
	padding-right: 0;
}
.pro-b span{
	font-size: 60px;
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin-top: 30px;
}
.pro-b div:nth-child(2) p{
	width: 80px;
	height: 1px;
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
	display: inline-block;
	margin: 10px 0;
}
.pro-b p:nth-child(3){
	color: #3c3c5e;
	font-size: 20px;
	margin-top: 15px;
	cursor: pointer;
	display: inline-block;
}
.pro-b p:nth-child(3):hover{
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
    -webkit-background-clip: text;
    color: transparent;
}
.pro-b p:nth-child(4){
	color: #888888;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
}
.pro-b a:nth-child(5){
	color: #4587ff;
	font-size: 14px;
	line-height: 50px;
	width: 165px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 0 10px #e7e7f5;
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}
.pro-b a:nth-child(5):hover{
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
	color: #fff;
}
.pro .pro-a:nth-child(2n) .pro-b{
	text-align: left;
	padding-left: 0;
	padding-right: 50px;
}
.pro .pro-a:nth-child(2n) .pro-b a:nth-child(5){
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
	color: #fff;
}
.pro .pro-a:nth-child(2n) .pro-b a:nth-child(5):hover{
	color: #4587ff;
	background: #fff;
}
/*光纤上网*/
.fib-c{
	width: 100%;
	height: auto;
	background: #f4f9fb;
	position: relative;
}
.fib{
	padding: 100px 0 70px;
}
.fib-a{
	margin-top: 20px;
	margin-bottom: 80px;
}
.fib-a p{
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.fib-b{
	padding: 0 30px;
	margin-bottom: 30px;
	z-index: 9;
}
.fib-b1{
	width: 19%;
	padding: 30px 10px 30px 0;
	border-right: 1px solid #cbdae0;
	display: inline-block;
}
.fib-b1 img{
	width: 90%;
	height: auto;
}
.fib-b2{
	width: 80%;
	display: inline-block;
	padding-left: 15px;
	float: right;
}
.fib-b2 p:first-child{
	color: #3c3c5e;
	font-size: 20px;
}
.fib-b2 p:nth-child(2){
	color: #888888;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
}
.fib-c1{
	width: auto;
	height: 75%;
	position: absolute;
	bottom: 0;
	right: 0;
}
/*企业上网的产品类型*/
.ent{
	width: 100%;
	background: url(../images/36.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 100px 0;
}
.ent .p2{
	color: #fff;
}
.ent .p3{
	background: #fff;
}
.ent-a{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.ent-a ul{
	width: 100%;
	height: auto;
	background: #1e0d83;
	margin: 0;
}
.ent-a ul li{
	width: 20%;
	display: inline-block;
	background: #1e0d83;
	padding: 30px 0;
	text-align: center;
	margin: 0;
	cursor: pointer;
	float: left;
}
.ent-a .active{
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
}
.ent-a .normal{
	background: #1e0d83;
}
.ent-a ul li p{
	background: linear-gradient(to top, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to top, #5947fe, #36b4df);
	-webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 20px;
}
.ent-a ul li p span{
	font-size: 30px;
	margin-right: 10px;
}
.ent-a ul li div{
	width: 1px;
	height: 30px;
	background: rgba(255,255,255,0.3);
	float: right;
	margin-top: 10px;
}
.ent-a .active p{
	color: #fff;
}
.ent-b{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 80px;
}
.ent-b .brick-list{
	width: 100%;
	height: auto;
}
.ent-b1{
	width: 45px;
	height: 45px;
	display: inline-block;
	vertical-align: top;
}
.ent-b1 img{
	width: 100%;
	height: auto;
}
.ent-b2{
	width: 40%;
	height: auto;
	border-radius: 1px solid red;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}
.ent-b2 p:first-child{
	color: #222222;
	font-size: 25px;
}
.ent-b2 p:nth-child(2){
	color: #666;
	font-size: 17px;
	line-height: 34px;
}
.ent-b3{
	width: 45%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.ent-b3 img{
	width: 100%;
	height: auto;
}
/*注意*/
.care{
	padding: 100px 0;
}
.xian1{
	width: 100px;
	height: 1px;
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
}
.care-a p:nth-child(2){
	color: #3c3c5e;
	font-size: 30px;
	margin-top: 50px;
	padding-right: 100px;
}
.care-a ul{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.care-a ul li{
	width: 100%;
	height: auto;
}
.care-a ul li p{
	color: #9397a8;
	font-size: 14px;
}
.care-a ul li p span{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #6884ef;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.care-b img{
	width: 70%;
	height: auto;
	margin: auto;
	display: block;
}
/*领军客户经典案例*/
.case{
	padding: 100px 0;
	width: 100%;
	height: auto;
	background: #F5F5F5;
}
.case-a{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.case-a .col-md-2{
	width: 20%;
}
.case-b{
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 0 15px #ddd;
	border-radius: 8px;
}
.case-b img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
/*企业网络搭建*/
/*局域网布线*/
.lan{
	padding: 100px 0;
}
.lan-a{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.lan-a1{
	width: 100%;
	height: auto;
	z-index: -1;
	position: relative;
}
.lan-a1 img{
	width: 100%;
	height: auto;
	z-index: -1;
}
.lan-a2{
	width: 80%;
	height: auto;
	background: #fff;
	margin: auto;
	margin-top: -40px;
	padding: 30px;
	z-index: 9;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.09);
}
.lan-a2 p:first-child{
	color: #3c3c5e;
	font-size: 24px;
	text-align: center;
}
.lan-a2 p:nth-child(2){
	color: #888;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}
.lan-a3{
	width: 5px;
	height: 70px;
	background: linear-gradient(to top, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to top, #5947fe, #36b4df);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.lan-a .col-md-4{
	cursor: pointer;
}
.lan-a .col-md-4:hover .lan-a3{
	opacity: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
/*机房建设*/
.comp{
	width: 100%;
	height: auto;
	background: url(../images/48.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0; 
}
.comp .p2{
	color: #fff;
}
.comp .p3{
	background: #fff;
}
.comp-a{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.comp-a1{
	width: 18%;
	/*border: 1px solid red;*/
	vertical-align: top;
	display: inline-block;
}
.comp-a1 span{
	color: #fff;
	font-size: 50px;
}
.comp-a2{
	width: 80%;
	height: 100px;
	display: inline-block;
	vertical-align: top;
	/*border: 1px solid red;*/
}
.comp-a2 p:first-child{
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.comp-a2 p img{
	width: 20px;
	height: auto;
}
.comp-a3{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	/*display: none;*/
	height: auto;
}
/*智慧WIFI建设*/
.wifi{
	padding: 100px 0;
}
.wifi-a{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.wifi-a1{
	width: 100%;
	height: auto;
	text-align: center;
}
.wifi-a1 span{
	font-size: 70px;
	background: linear-gradient(to top, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to top, #5947fe, #36b4df);
	-webkit-background-clip: text;
	color: transparent;
}
.wifi-a1 p{
	color: #3c3c5e;
	font-size: 18px;
}
.wifi-b{
	width: 100%;
	height: auto;
	border: 2px solid #e4e4e4;
	padding: 30px;
	margin-top: 30px;
}
.wifi-b .col-md-6 img{
	width: 100%;
	height: auto;
}
.wifi-b .col-md-6 p:first-child{
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 0;
}
.wifi-b .col-md-6 p{
	color: #3c3c5e;
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
	padding-left: 50px;
}
/*网络场景内容建设*/
/*视频会议*/
.meet-a{
	width: 100%;
	height: auto;
	position: relative;
}
.meet-a1{
	width: auto;
	height: 70%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	z-index: -1;
}
.meet{
	height: auto;
	padding: 100px 0;
}
.meet .fib-a{
	padding: 0 300px;
	margin-bottom: 50px;
}
.meet .fib-a p{
	line-height: 28px;
}
.meet-b{
	width: 100%;
	height: auto;
}
.meet-b img{
	width: 100%;
	height: auto;
}
.meet-c{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
.meet-c1{
	width: 100%;
	height: auto;
	text-align: center;
}
.meet-c1 img{
	width: 30%;
	height: auto;
	display: block;
	margin: auto;
}
.meet-c1 p{
	color: #3c3c5e;
	font-size: 18px;
}
/*大屏幕 音响系统*/
.scr{
	width: 100%;
	height: auto;
	background: url(../images/50.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.scr-a .p2{
	color: #fff;
	text-align: right;
}
.scr-a .p3{
	background: #fff;
	margin-right: 0;
}
.scr-a p:nth-child(3){
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: right;
	margin-top: 20px;
	padding-left: 250px;
}
.scr-a ul{
	width: 60%;
	height: auto;
	float: right;
	margin-top: 30px;
}
.scr-a ul li{
	width: 24%;
	height: auto;
	display: inline-block;
	text-align: center;
}
.scr-a ul li span{
	color: #fff;
	font-size: 70px;
	display: block;
}
.scr-a ul li p{
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
}
/*安防监控 无传屏*/
.mon{
	padding: 100px 0;
}
.mon-a{
	width: 100%;
	height: auto;
}
.mon-a .p2{
	text-align: left;
}
.mon-a .p3{
	margin: 0;
}
.mon-a p:nth-child(3){
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
}
.mon-a ul{
	width: 100%;
	height: auto;
}
.mon-a ul li{
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: block;
}
.mon-a ul li span{
	background: linear-gradient(to top, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to top, #5947fe, #36b4df);
	-webkit-background-clip: text;
    color: transparent;
    font-size: 80px;
    line-height: 80px;
    vertical-align: top;
    width: 106px;
    display: inline-block;
}
.mon-a ul li:nth-child(3) span{
	margin-left: -13px;
}
.mon-a ul li:nth-child(3) p{
	margin-left: 23px;
}
.mon-a ul li p{
	color: #3c3c5e;
	font-size: 18px;
	line-height: 80px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.mon-b{
	width: 100%;
	height: auto;
}
.mon-b img{
	width: 100%;
	height: auto;
}
/*呼叫中心平台*/
.ser{
	width: 100%;
	height: auto;
	background: url(../images/53.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.ser-a{
	width: 100%;
	height: auto;
	position: relative;
}
.ser-a1{
	width: 30%;
	height: auto;
	position: relative;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.ser-a1 img{
	width: 100%;
	height: 100%;
}
.ser-a2{
	width: 30%;
	height: auto;
	position: absolute;
	top: 50px;
	left: 8%;
}
.ser-a2 span{
	font-size: 70px;
	background: linear-gradient(to top, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to top, #5947fe, #36b4df);
	-webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin-right: 10px;
}
.ser-a3{
	width: 200px;
	height: auto;
	display: inline-block;
}
.ser-a3 p:first-child{
	color: #000;
	font-size: 24px;
}
.ser-a3 p:nth-child(2){
	color: #666;
	font-size: 18px;
}
.ser-a2 img{
	width: 50%;
	height: auto;
	position: absolute;
	right: 30px;
	top: 50px;
}
.ser-a4{
	width: 30%;
	height: auto;
	position: absolute;
	bottom: -0px;
	right: 11%;
}
.ser-a4 span{
	font-size: 70px;
	background: linear-gradient(to top, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to top, #5947fe, #36b4df);
	-webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin-left: 10px;
    float: right;
    position: relative;
    top: -15px;
}
.ser-a5{
	width: 200px;
	height: auto;
	display: inline-block;
    float: right;
    text-align: right;
}
.ser-a5 p:first-child{
	color: #000;
	font-size: 24px;
}
.ser-a5 p:nth-child(2){
	color: #666;
	font-size: 18px;
}
.ser-a4 img{
	width: 50%;
	height: auto;
	position: absolute;
	left: 80px;
	bottom: 60px;
    float: right;
}
/*外呼系统*/
.out{
	width: 100%;
	height: auto;
	background: url(../images/54.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0 0;
}
.out .p2{
	color: #fff;
}
.out .p3{
	background: #fff;
}
.out .fib-a{
	margin-bottom: 15px;
}
.out .fib-a p{
	color: #fff;
}
.out-a{
	width: 100%;
	height: auto;
}
.out-a img{
	width: 100%;
	height: auto;
}
/*语音机器人*/
.rob{
	width: 100%;
	height: auto;
	background: #F5F5F5;
	position: relative;
	padding: 100px 0;
}
.rob-a{
	width: auto;
	height: 55%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.rob-b{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.rob-b1{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 50px 60px;
	margin-bottom: 30px;
}
.rob-b1 span{
	font-size: 100px;
	background: linear-gradient(to top, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to top, #5947fe, #36b4df);
	-webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.rob-b2{
	width: 75%;
	height: auto;
	display: inline-block;
	padding-left: 50px;
}
.rob-b2 p:first-child{
	color: #222;
	font-size: 24px;
}
.rob-b2 p:nth-child(2){
	color: #666;
	font-size: 14px;
	line-height: 28px;
}
/*云电话*/
.cod{
	width: 100%;
	height: auto;
	background: url(../images/55.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0; 
}
.cod .p2{
	color: #fff;
}
.cod .p3{
	background: #fff;
}
.cod .fib-a p{
	color: #fff;
}
.cod-a{
	width: 100%;
	height: auto;
}
.cod-a img{
	width: 70%;
	height: auto;
	display: block;
	margin:auto;
}
/*企业上云业务*/
/*阿里云*/
.ali{
	width: 100%;
	height: auto;
	padding: 100px 0;
	background: url(../images/62.jpg) no-repeat;
	background-size: cover;
}
.ali .scr-a .p2{
	color: #3c3c5e;
}
.ali .scr-a .p3{
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
}
.ali p:nth-child(3){
	color: #9397a8;
}
.ali .scr-a ul li p{
	color: #3c3c5e;
}
.ali .scr-a ul{
	width: 50%;
	margin-top: 0px;
}
.ali .scr-a ul li{
	width: 32%;
	margin-top: 50px;
}
.ali .scr-a ul li img{
	width: 50%;
	display: block;
	margin: auto;
}
/*百度云*/
.bai{
	width: 100%;
	height: auto;
	background: url(../images/59.png) no-repeat;
	background-size: cover;
	padding: 150px 0;
}
.bai .p2{
	color: #fff;
	text-align: left;
}
.bai .p3{
	background: #fff;
	margin: 0;
}
.bai p:nth-child(3){
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	padding-right: 180px;
	margin-top: 50px;
}
.bai ul{
	width: 60%;
	height: auto;
	margin-top: 50px;
}
.bai ul li{
	width: 24%;
	height: auto;
	display: inline-block;
}
.bai ul li img{
	width: 70%;
	height: auto;
	display: block;
	margin: auto;
}
.bai ul li p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
}
/*华为云*/
.hua{
	width: 100%;
	height: auto;
	padding: 100px 0;
	background: url(../images/60.jpg) no-repeat;
	background-size: cover;
}
.hua .p2{
	color: #3c3c5e;
}
.hua .p3{
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
}
.hua p:nth-child(3){
	color: #555555;
}
.hua ul li span{
	color: #7b90ce;
}
.hua ul li p{
	color: #7b90ce;
}
/*用友云租赁*/
.you .bai{
	width: 100%;
	height: auto;
	padding: 150px 0;
	background: url(../images/61.jpg) no-repeat;
	background-size: cover;
}
.bai ul li span{
	color: #fff;
	font-size: 60px;
	text-align: center;
	display: block;
}
/*云桌面*/
.yun .hua{
	background: url(../images/58.jpg) no-repeat;
}
.yun .scr-a ul li span{
	font-size: 60px;
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
	-webkit-background-clip: text;
    color: transparent;
}
.yun .hua ul li p{
	color: #3c3c5e;
}
.yun .col-md-5 img{
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
/*IT综合服务*/
/*桌面标准化*/
.des{
	width: 100%;
	height: auto;
	position: relative;
}
.des-a{
	width: 50%;
	height: auto;
	display: inline-block;
	float: left;
	position: relative;
}
.des-a img{
	width: 100%;
	height: auto;
}
.des-b{
	width: 100%;
	height: auto;
	padding: 15% 0;
}
.des-b .p2{
	text-align: left;
	color: #fff;
}
.des-b .p3{
	margin: 0;
	background: #fff;
}
.des-b p:nth-child(3){
	color: #fff;
	margin-top: 30px;
	padding-right: 150px;
	font-size: 14px;
	line-height: 28px;
}
.des-c{
	width: 100%;
	height: auto;
	padding: 15% 0;
}
.des-d{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.des-c ul{
	width: 65%;
	height: auto;
	float: right;
}
.des-c ul li{
	width: 49%;
	height: auto;
	display: inline-block;
	margin-bottom: 10px;
}
.des-c ul li span{
	font-size: 65px;
	display: inline-block;
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
	-webkit-background-clip: text;
    color: transparent;
    width: 84px;
}
.des-c ul li p{
	color: #3c3c5e;
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: -15px;
	margin-left: 10px;
}
/*机房与综合网络*/
.int{
	padding: 100px 15px;
}
.int .p2{
	text-align: right;
}
.int .p3{
	margin-right: 0px;
}
.int p:nth-child(3){
	text-align: right;
	padding-left: 50%;
	font-size: 14px;
	line-height: 28px;
	margin-top: 50px;
	color: #666;
}
.int-a{
	width: 100%;
	margin-top: 50px;
	float: left;
}
.int-a .des-c{
	padding: 0;
}
.int-a .des-c ul{
	width: 100%;
}
.int-a .des-c ul li{
	margin-bottom: 50px;
}
.int-a .des-c ul li:nth-child(7){
	margin-bottom: 0;
}
.int-a .des-c ul li:nth-child(8){
	margin-bottom: 0;
}
.int-a .col-md-7 img{
	width: 100%;
	height: auto;
}
/*IT咨询服务*/
.it{
	width: 100%;
	height: auto;
	padding: 100px 0;
	background: url(../images/66.jpg) no-repeat;
	background-size: cover;
}
.it .p2{
	color: #fff;
}
.it .p3{
	background: #fff;
}
.it p:nth-child(3){
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 0 200px;
	margin-top: 50px;
	text-align: center;
}
.it ul{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.it ul li{
	width: 14%;
	height: auto;
	float: left;
	text-align: center;
}
.it ul li span{
	color: #fff;
	font-size: 55px;
	display: block;
}
.it ul li p{
	color: #fff;
	font-size: 17px;
	padding: 0 35px;
	margin-bottom: 10px;
}
/*行业解决方案*/
.indus{
	padding: 100px 0;
}
.indus .col-md-3{
	margin-bottom: 50px;
}
/*行业解决方案详情*/
.det .news-d1 p:nth-child(2){
	font-size: 18px;
}
.det-a{
	margin-top: 50px;
}
.det-a p:first-child{
	color: #437dff;
	font-size: 18px;
	margin-bottom: 10px;
}
.det-a p{
	color: #9397a8;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 0px;
}
.det-a p img{
	max-width: 100%;
	height: auto;
	display: block;
	margin:50px auto;
}
.det .news-d3{
	border-top: 1px solid #eeeeee;
	margin-top: 50px;
}
.det .news-d5{
	font-size: 38px;
}
.det  .news-b1{
	border:0;
	box-shadow: 0 0 10px #e7e7f5;
}
.det .news-b4 p:first-child{
	color: #222;
	font-size: 18px;
}
.det .news-b4 p:nth-child(2){
	color: #477fee;
	font-size: 16px;
}
.det .news-b4 p:nth-child(3){
	color: #888;
	font-size: 14px;
	line-height: 28px;
}
.det .news-b2{
	width: 45%;
}
.det .news-b4{
	width: 55%;
}
/*合作伙伴*/
.par{

}
@media (max-width: 1800px){
	.des-b{
		padding: 10% 0;
	}
	.des-c{
		padding: 10% 0;
	}
}
@media (max-width: 1700px){
	.des-b{
		padding: 8% 0;
	}
	.des-c{
		padding: 8% 0;
	}
}
@media (max-width: 1500px){
	.des-a{
		height: 440px;
	}
	.des-a img{
		height: 440px;
	}
}
@media (max-width: 1400px){
	.fib-b{
		padding: 0;
	}
	.care-b img{
		width: 80%;
		height: auto;
		margin: auto;
		display: block;
	}
	.comp-a1 span{
		font-size: 45px;
	}
	.comp-a2{
		height: 130px;
	}
	.wifi-b .col-md-6 p{
		margin-top: 35px;
	}
	.meet .fib-a{
		padding: 0 200px;
	}
	.scr-a p:nth-child(3){
		padding-left: 0px;
	}
	.scr-a ul{
		width: 70%;
	}
	.rob-b1{
		padding: 50px;
	}
	.rob-b2{
		width: 79%;
		padding-left: 20px;
	}
	.rob-b1 span{
		font-size: 70px;
	}
	.des-c ul li span{
		font-size: 65px;
		width: 73px;
	}
	.int-a .des-c ul li span{
		font-size: 60px;
		width: 65px;
	}
	.int-a .des-c ul li p{
		font-size: 16px;
	}
	.int-a .des-c ul li{
		margin-bottom: 40px;
	}
	.int p:nth-child(3){
		padding-left: 40%;
	}
	.it ul li p{
		color: #fff;
		font-size: 16px;
		padding: 0 20px;
	}
}
@media (max-width: 1200px){
	.pro-b span{
		font-size: 45px;
	    margin-top: 0px;
	}
	.pro-b p:nth-child(3){
		margin-top: 10px;
	}
	.pro-b{
		padding-left: 0px;
		/*padding-right: 15px;*/
	}
	.pro .pro-a:nth-child(2n) .pro-b{
		padding-right: 0px;
	}
	.pro .pro-a{
		padding: 60px 0;
	}
	.pro .pro-a:nth-child(2n){
		padding: 60px 0;
	}
	.pro-b a:nth-child(5){
		margin-top: 30px;
		height: 45px;
		line-height: 45px;
	}
	.fib-b1 img{
		width: 100%;
	}
	.fib-b2 p:first-child{
		font-size: 18px;
	}
	.fib-b2 p:nth-child(2){
		font-size: 12px;
		line-height: 24px;
	}
	.fib{
		padding: 80px 0 50px;
	}
	.fib-a{
		margin-bottom: 50px;
	}
	.ent-a ul li{
		padding: 25px 0;
	}
	.ent-a ul li p{
		font-size: 18px;
	}
	.ent-a ul li p span{
		font-size: 25px;
	}
	.ent-b{
		padding: 50px;
	}
	.ent{
		padding: 80px 0;
	}
	.ent-b2 p:nth-child(2){
		font-size: 14px;
		line-height: 30px;
	}
	.ent-b2{
		width: 45%;
	}
	.care-a p:nth-child(2){
		padding-right: 0px;
		margin-top: 30px;
		font-size: 28px;
	}
	.care-a ul{
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.care{
		padding: 80px 0;
	}
	.case{
		padding: 80px 0;
	}
	.lan{
		padding: 80px 0;
	}
	.lan-a2 p:first-child{
		font-size: 22px;
	}
	.lan-a2 p:nth-child(2){
		font-size: 13px;
	}
	.lan-a{
		margin-top: 40px;
	}
	.comp-a1 span{
		font-size: 40px;
	}
	.comp{
		padding: 80px 0;
	}
	.comp-a1{
		width: 19%;
	}
	.comp-a2{
		width: 79%;
	}
	.comp-a3{
		font-size: 12px;
		line-height: 24px;
	}
	.comp-a{
		margin-top: 40px;
	}
	.wifi{
		padding: 80px 0;
	}
	.wifi-a{
		margin-top: 40px;
	}
	.wifi-a1 span{
		font-size: 60px;
	}
	.wifi-a1 p{
		font-size: 16px;
	}
	.wifi-b{
		margin-top: 20px;
	}
	.wifi-b .col-md-6 p{
		margin-top: 25px;
		padding-left: 40px;
	}
	.meet{
		padding: 80px 0;
	}
	.meet .fib-a{
		padding: 0 150px; 
		margin-bottom: 40px;
	}
	.meet-c{
		margin-top: 40px;
	}
	.meet-c1 img{
		width: 35%;
	}
	.meet-c1 p{
		font-size: 16px;
	}
	.scr{
		padding: 80px 0;
	}
	.scr-a ul{
		margin-top: 20px;
	}
	.scr-a ul li span{
		font-size: 60px;
	}
	.scr-a ul li p{
		font-size: 16px;
	}
	.mon{
		padding: 80px 0;
	}
	.mon-a ul li{
		margin-top: 20px;
	}
	.mon-a ul li span{
		font-size: 70px;
	}
	.mon-a ul li:nth-child(3) span{
		margin-left: -10px;
		line-height: 70px;
	}
	.mon-a ul li:nth-child(3) p{
		margin-left: 20px;
		line-height: 70px;
	}
	.ser{
		padding: 80px 0;
	}
	.ser-a2 span{
		font-size: 60px;
		position: relative;
		top: -5px;
		margin-right: 0px;
	}
	.ser-a3 p:first-child{
		font-size: 22px;
	}
	.ser-a3 p:nth-child(2){
		font-size: 16px;
	}
	.ser-a2 img{
		top: 40px;
	}
	.ser-a4 span{
		font-size: 60px;
		position: relative;
		top: -10px;
		margin-left: 0px;
	}
	.ser-a5 p:first-child{
		font-size: 22px;
	}
	.ser-a5 p:nth-child(2){
		font-size: 16px;
	}
	.ser-a4 img{
		left: 55px;
		bottom: 49px;
	}
	.out{
		padding: 80px 0 0;
	}
	.rob{
		padding: 80px 0;
	}
	.rob-b1{
		padding: 30px;
	}
	.rob-b2{
		width: 78%;
		padding-left: 20px;
	}
	.rob-b1 span{
		font-size: 60px;
	}
	.rob-b2 p:nth-child(2){
		font-size: 12px;
		line-height: 24px;
	}
	.rob-b .col-md-6:nth-child(4) .rob-b2{
		margin-top: 24px;
	}
	.cod{
		padding: 80px 0;
	}
	.cod-a img{
		width: 75%;
	}
	.bai{
		padding: 100px 0;
	}
	.bai p:nth-child(3){
		padding-right: 50px;
		margin-top: 40px;
	}
	.bai ul{
		width: 75%;
		margin-top: 40px;
	}
	.hua{
		padding: 80px 0;
	}
	.you .bai{
		padding: 100px 0;
	}
	.yun .scr-a ul li span{
		font-size: 55px;
	}
	.ali{
		padding: 80px 0;
	}
	.ali .scr-a ul{
		width: 70%;
	}
	.des-c ul{
		width: 80%;
	}
	.des-b p:nth-child(3){
		padding-right: 100px;
	}
	.des-c ul li span{
		font-size: 60px;
		width: 75px;
	}
	.des-b{
		padding: 12% 0;
	}
	.des-c{
		padding: 12% 0;
	}
	.des-c ul li p{
		margin-left: 0;
	}
	.des-a{
		height: 380px;
	}
	.des-a img{
		height: 380px;
	}
	.des-c ul li{
		margin-bottom: 0;
	}
	.int{
		padding: 80px 15px;
	}
	.int p:nth-child(3){
		padding-left: 30%;
	}
	.int-a .des-c ul li span{
		font-size: 50px;
		width: 55px;
	}
	.int-a .des-c ul li p{
		font-size: 14px;
	}
	.int-a .des-c ul li{
		margin-bottom: 30px;
	}
	.int-a{
		margin-top: 40px;
	}
	.it{
		padding: 80px 0;
	}
	.it p:nth-child(3){
		padding: 0 100px;
		margin-top: 40px;
	}
	.it ul{
		margin-top: 40px;
	}
	.it ul li span{
		font-size: 50px;
	}
	.it ul li p{
		font-size: 14px;
		padding: 0 10px;
	}
	.indus{
		padding: 80px 0;
	}
	.indus .col-md-3{
		margin-bottom: 30px;
	}
	.det-a{
		margin-top: 30px;
	}
	.det .news-d3{
		margin-top: 30px;
	}
	.det .news-d5{
		font-size: 30px;
	}
	.det .news-b4 p:nth-child(3){
		-webkit-line-clamp:2;
	}
	.det-a p img{
		margin: 40px auto;
	}
}
@media (max-width: 991px){
	.pro-b span{
		font-size: 40px;
	}
	.pro-b div:nth-child(2) p{
		margin: 0;
		width: 60px;
	}
	.pro-b p:nth-child(3){
		font-size: 18px;
	}
	.pro-b p:nth-child(4){
		margin-top: 0px;
		font-size: 12px;
		line-height: 24px;
	}
	.pro-b a:nth-child(5){
		height: 40px;
		line-height: 40px;
		width: 150px;
		margin-top: 10px;
	}
	.fib{
		padding: 40px 0 10px;
	}
	.fib-a p{
		font-size: 12px;
	}
	.fib-b1{
		padding: 25px 10px 25px 0;
	}
	.fib-b1 img{
		widows: 90%;
	}
	.ent{
		padding: 40px 0;
	}
	.ent-a ul li{
		padding: 20px 0;
	}
	.ent-a{
		margin-top: 30px;
	}
	.ent-b2 p:nth-child(2){
		font-size: 14px;
		line-height: 28px;
	}
	.ent-b2{
		padding-left: 10px;
	}
	.ent-b1{
		width: 35px;
		height: 35px;
	}
	.ent-b{
		padding: 30px;
	}
	.ent-b2 p:first-child{
		font-size: 22px;
	}
	.care{
		padding: 40px 0;
	}
	.care-a p:nth-child(2){
		font-size: 24px;
		margin-top: 15px;
	}
	.care-b img{
		width: 70%;
	}
	.care-a ul{
		margin-top: 10px;
	}
	.case{
		padding: 40px 0 60px;
	}
	.case-a .col-sm-2{
		width: 20%;
	}
	.case-a{
		margin-top: 20px;
	}
	.lan{
		padding: 40px 0;
	}
	.lan-a2 p:first-child{
		font-size: 20px;
	}
	.lan-a2 p:nth-child(2){
		font-size: 12px;
		line-height: 24px;
	}
	.lan-a{
		margin-top: 30px;
	}
	.lan-a2{
		padding: 15px;
		width: 88%;
	}
	.comp-a1 span{
		font-size: 45px;
	}
	.comp{
		padding: 40px 0;
	}
	.comp-a1{
		width: 15%;
	}
	.comp-a2{
		width: 83%;
		height: 110px;
	}
	.comp-a3{
		font-size: 12px;
		line-height: 24px;
	}
	.comp-a{
		margin-top: 30px;
	}
	.wifi{
		padding: 40px 0;
	}
	.wifi-a{
		margin-top: 30px;
	}
	.wifi-a1 span{
		font-size: 50px;
	}
	.wifi-a1 p{
		font-size: 16px;
	}
	.wifi-b{
		margin-top: 15px;
		padding: 15px 0;
	}
	.wifi-b .col-md-6 p{
		margin-top: 17px;
		padding-left: 0px;
		font-size: 13px;
	}
	.wifi-b .col-md-6 p:first-child{
		font-size: 18px;
	}
	.meet{
		padding: 40px 0;
	}
	.meet .fib-a{
		padding: 0 50px; 
		margin-bottom: 30px;
	}
	.meet-c{
		margin-top: 30px;
	}
	.meet-c1 img{
		width: 40%;
	}
	.meet-c1 p{
		font-size: 16px;
	}
	.scr{
		padding: 40px 0;
	}
	.scr-a .p2{
		text-align: center;
	}
	.scr-a .p3{
		margin: auto;
	}
	.scr-a p:nth-child(3){
		text-align: center;
	}
	.scr-a ul{
		width: 100%;
		margin-top: 10px;
	}
	.scr-a ul li span{
		font-size: 50px;
	}
	.scr-a ul li p{
		font-size: 14px;
	}
	.mon{
		padding: 40px 0;
	}
	.mon-a ul li{
		margin-top: 0px;
	}
	.mon-a ul li span{
		font-size: 60px;
		width: 70px;
	}
	.mon-a ul li p{
		margin-bottom: 0;
	}
	.mon-a ul li:nth-child(3) span{
		margin-left: -10px;
		line-height: 60px;
	}
	.mon-a ul li:nth-child(3) p{
		margin-left: 20px;
		line-height: 60px;
	}
	.mon-b img{
		margin-top: 80px;
	}
	.ser{
		padding: 40px 0;
	}
	.ser-a1{
		width: 25%;
	}
	.ser-a2{
		width: 33%;
		top: 0;
	}
	.ser-a4{
		width: 33%;
	}
	.ser-a3{
		width: 150px;
	}
	.ser-a5{
		width: 150px;
	}
	.ser-a2 span{
		font-size: 40px;
		position: relative;
		top: -5px;
		margin-right: 0px;
	}
	.ser-a3 p:first-child{
		font-size: 18px;
	}
	.ser-a3 p:nth-child(2){
		font-size: 14px;
	}
	.ser-a2 img{
		top: 29px;
		right: 25px;
	}
	.ser-a4 span{
		font-size: 40px;
		position: relative;
		top: -10px;
		margin-left: 0px;
	}
	.ser-a5 p:first-child{
		font-size:18px;
	}
	.ser-a5 p:nth-child(2){
		font-size: 14px;
	}
	.ser-a4 img{
		left: 53px;
		bottom: 34px;
	}
	.out{
		padding: 40px 0 0;
	}
	.rob{
		padding: 40px 0;
	}
	.rob-b1{
		padding: 15px;
		height: 147px;
	}
	.rob-b2{
		width: 78%;
		padding-left: 20px;
	}
	.rob-b1 span{
		font-size: 40px;
	}
	.rob-b2 p:nth-child(2){
		font-size: 12px;
		line-height: 24px;
	}
	.rob-b .col-md-6:nth-child(2) .rob-b1 span{
		position: relative;
		top: -20px;
	}
	.rob-b2 p:first-child{
		font-size: 18px;
	}
	.rob-b{
		margin-top: 30px;
	}
	.cod{
		padding: 40px 0;
	}
	.cod-a img{
		width: 75%;
	}
	.cod .fib-a{
		margin-bottom: 30px;
	}
	.bai{
		padding: 40px 0;
	}
	.bai .p2{
		text-align: center;
	}
	.bai .p3{
		margin: auto;
	}
	.bai p:nth-child(3){
		padding-right: 00px;
		margin-top: 30px;
		text-align: center;
	}
	.bai ul{
		width: 100%;
		margin-top: 30px;
	}
	.bai ul li img{
		width: 40%;
	}
	.bai ul li p{
		font-size: 16px;
	}
	.hua{
		padding: 40px 0;
	}
	.you .bai{
		padding: 40px 0;
	}
	.yun .hua{
		padding: 40px 0 60px;
	}
	.yun .scr-a ul li span{
		font-size: 50px;
	}
	.ali{
		padding: 40px 0;
		background: url(../images/58.jpg) no-repeat;
	}
	.ali .scr-a ul{
		width: 100%;
	}
	.ali .scr-a ul li img{
		width: 30%;
	}
	.ali .scr-a ul li{
		margin-top: 30px;
	}
	.des-c ul{
		width: 100%;
	}
	.des-b p:nth-child(3){
		padding-right: 0px;
		font-size: 13px;
		line-height: 26px;
	}
	.des-c ul li span{
		font-size: 50px;
		width: 65px;
	}
	.des-b{
		padding: 12% 0;
	}
	.des-c{
		padding: 12% 0;
	}
	.des-a{
		height: 300px;
	}
	.des-a img{
		height: 300px;
	}
	.int{
		padding: 40px 15px;
	}
	.int .p2{
		text-align: center;
	}
	.int .p3{
		margin: auto;
	}
	.int p:nth-child(3){
		text-align: center;
		padding: 0;
		margin-top: 30px;
		display: inline-block;
	}
	.int-a .des-c ul li span{
		font-size: 40px;
		width: 47px;
	}
	.int-a .des-c ul li p{
		font-size: 12px;
	}
	.int-a .des-c ul li{
		margin-bottom: 5px;
	}
	.int-a{
		margin-top: 30px;
	}
	.it{
		padding: 40px 0;
	}
	.it p:nth-child(3){
		padding: 0 50px;
		margin-top: 30px;
	}
	.it ul{
		margin-top: 30px;
	}
	.it ul li span{
		font-size: 40px;
	}
	.it ul li p{
		font-size: 13px;
		padding: 0 4px;
	}
	.indus{
		padding: 40px 0;
	}
	.indus .col-md-3{
		margin-bottom: 30px;
	}
	.det-a{
		margin-top: 20px;
	}
	.det .news-d3{
		margin-top: 20px;
	}
	.det .news-d5{
		font-size: 24px;
	}
	.det .news-b4 p:nth-child(3){
		-webkit-line-clamp:2;
		font-size: 12px;
		line-height: 24px;
	}
	.det .news-b4 p:first-child{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.det .news-b4 p:nth-child(2){
		font-size: 14px;
		margin-bottom: 5px;
	}
	.det-a p img{
		margin: 30px auto;
	}
}
@media (max-width: 767px){
	.pro .pro-a{
		padding: 20px 0;
	}
	.pro-b{
		text-align: center;
	}
	.pro .pro-a:nth-child(2n) .pro-b{
		text-align: center;
	}
	.pro .pro-a:nth-child(2n){
		padding: 20px 0;
	}
	.pro .pro-a:nth-child(2n) .pro-b a:nth-child(5){
		margin-bottom: 15px;
	}
	.pro .pro-a:last-child{
		padding-bottom: 60px;
	}
	.fib{
		padding: 20px 0 5px;
	}
	.fib-b{
		margin-bottom: 15px;
	}
	.fib .p3{
		margin-bottom: 15px;
	}
	.fib-b1{
		padding: 20px 10px 20px 0;
		width: 18%;
	}
	.fib-b1 img{
		width: 90%;
	}
	.fib-b2{
		width: 81%;
	}
	.fib-b2 p:nth-child(2){
		margin-top: 0;
		line-height: 22px;
	}
	.fib-b2 p:first-child{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.ent-a ul li p span{
		font-size: 15px;
		margin-right: 5px;
	}
	.ent-a ul li p{
		margin-bottom: 0;
	}
	.ent-a ul li div{
		height: 20px;
		margin-top: 0;
	}
	.ent-a ul li{
		padding: 15px 0;
	}
	.ent-b{
		padding: 15px;
	}
	.ent-b1{
		width: 30px;
		height: 30px;
	}
	.ent-b2{
		width: 88%;
	}
	.ent-b3{
		width: 100%;
	}
	.ent{
		padding: 20px 0;
	}
	.ent-a ul li p{
		font-size: 14px;
	}
	.ent-a{
		margin-top: 15px;
	}
	.ent-b2 p:first-child{
		font-size: 18px;
	}
	.xian1{
		width: 70px;
	}
	.care{
		padding: 20px 0;
	}
	.care-a p:nth-child(2){
		font-size: 18px;
	}
	.care-a ul li p{
		margin-bottom: 5px;
	}
	.case{
		padding: 20px 0 60px;
	}
	.case-a .col-xs-2{
		width: 20%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.case-a{
		margin-top: 10px;
		padding: 0 7.5px;
	}
	.lan{
		padding: 20px 0;
	}
	.lan-a2 p:first-child{
		font-size: 18px;
	}
	.lan-a2 p:nth-child(2){
		font-size: 12px;
		line-height: 24px;
	}
	.lan-a{
		margin-top: 30px;
	}
	.lan-a2{
		padding: 15px;
		width: 85%;
	}
	.lan .col-md-4{
		margin-bottom: 15px;
	}
	.lan .col-md-4:last-child{
		margin-bottom: 0px;
	}
	.comp-a1 span{
		font-size: 40px;
	}
	.comp{
		padding: 20px 0;
	}
	.comp-a1{
		width: 15%;
	}
	.comp-a2{
		width: 83%;
		height: 100px;
	}
	.comp-a3{
		font-size: 12px;
		line-height: 24px;
	}
	.comp-a{
		margin-top: 15px;
	}
	.comp-a2 p:first-child{
		font-size: 16px;
	}
	.comp-a2 p img{
		width: 18px;
		margin-left: 5px;
	}
	.wifi{
		padding: 20px 15px;
	}
	.wifi-a{
		margin-top: 15px;
	}
	.wifi-a1 span{
		font-size: 40px;
	}
	.wifi-a1 p{
		font-size: 12px;
	}
	.wifi-b .col-md-6 p:first-child{
		font-size: 16px;
	}
	.meet{
		padding: 20px 0;
	}
	.meet-b{
		margin-top: 15px;
	}
	.meet-c{
		margin-top: 15px;
	}
	.meet-c1 img{
		width: 55%;
	}
	.meet-c1 p{
		font-size: 12px;
	}
	.meet-c .col-xs-3{
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.scr{
		padding: 20px 0;
	}
	.scr-a p:nth-child(3){
		text-align: center;
		line-height: 24px;
	}
	.scr-a ul{
		width: 100%;
		margin-top: 10px;
	}
	.scr-a ul li{
		width: 23.5%;
	}
	.scr-a ul li span{
		font-size: 40px;
	}
	.scr-a ul li p{
		font-size: 12px;
	}
	.mon{
		padding: 20px 0;
	}
	.mon-a .p2{
		text-align: center;
	}
	.mon-a .p3{
		margin: auto;
	}
	.mon-a p:nth-child(3){
		text-align: center;
	}
	.mon-a ul li{
		width: 31%;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.mon-a ul li span{
		display: inline-block;
		text-align: center;
		font-size: 50px;
	}
	.mon-a ul li p{
		display: block;
		margin-left: 0;
		line-height: 12px;
	}
	.mon-a ul li:nth-child(3) span{
		margin-left: 0;
		width: 70px;
		font-size: 50px;
		margin-top: 10px;
	}
	.mon-a ul li:nth-child(3) p{
		margin-left: 0;
	}
	.mon-a ul li:nth-child(3) p{
		line-height: 12px;
		margin-left: 0;
		margin-top: 10px;
	}
	.mon-a p:nth-child(3){
		margin-bottom: 0px;
	}
	.mon-b img{
		margin: auto;
		display: block;
		margin-top: 0px;
		width: 80%;
	}
	.ser{
		padding: 20px 0;
	}
	.ser-a{
		margin-top: 15px;
	}
	.ser-a1{
		width: 30%;
		left: 55%;
	}
	.ser-a2{
		width: 36%;
		top: 50%;
		transform: translate(0,-50%);
		left: 0%;
	}
	.ser-a4{
		width: 36%;
		top: 50%;
		transform: translate(0,-50%);
		right: 0;
	}
	.ser-a3{
		width: 100px;
	}
	.ser-a5{
		width: 100px;
	}
	.ser-a2 span{
		font-size: 32px;
		position: relative;
		top: -5px;
		margin-right: 0px;
	}
	.ser-a3 p:first-child{
		font-size: 14px;
	}
	.ser-a3 p:nth-child(2){
		font-size: 12px;
	}
	.ser-a2 img{
		top: 25px;
		right: -9px;
	}
	.ser-a4 span{
		font-size: 32px;
		position: relative;
		top: -0px;
		margin-left: 0px;
	}
	.ser-a5 p:first-child{
		font-size:14px;
	}
	.ser-a5 p:nth-child(2){
		font-size: 12px;
	}
	.ser-a4 img{
		left: -5px;
		bottom: 32px;
	}
	.out{
		padding: 20px 0 0;
		overflow: hidden;
	}
	.out-a{
		margin-top: 15px;
	}
	.out-a img{
		width: 120%;
		height: auto;
		position: relative;
		left: 50%;
		transform: translate(-50%,0);
		display: block;
	}
	.rob{
		padding: 20px 0;
	}
	.rob-a{
		height: 20%;
	}
	.rob-b1{
		padding: 15px;
		height: auto;
		margin-bottom: 15px;
	}
	.rob-b{
		margin-top: 15px;
	}
	.cod{
		padding: 20px 0;
	}
	.cod-a img{
		width: 100%;
	}
	.cod-a{
		margin-top: 15px;
	}
	.bai{
		padding: 20px 0;
	}
	.bai p:nth-child(3){
		margin-top: 15px;
	}
	.bai ul{
		margin-top: 15px;
	}
	.bai ul li img{
		width: 50%;
	}
	.bai ul li p{
		font-size: 14px;
	}
	.hua{
		padding: 20px 0;
	}
	.you .bai{
		padding: 20px 0;
	}
	.bai ul li span{
		font-size: 40px;
	}
	.yun .hua{
		padding: 20px 0 60px;
	}
	.yun .scr-a ul li span{
		font-size: 45px;
	}
	.ali{
		padding: 20px 0;
	}
	.ali .scr-a ul li img{
		width: 38%;
	}
	.ali .scr-a ul li{
		margin-top: 15px;
	}
	.des-c ul{
		width: 100%;
	}
	.des-b p:nth-child(3){
		padding-right: 0px;
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 0px;
		margin-top: 15px;
	}
	.des-c ul li span{
		font-size: 40px;
		width: 50px;
	}
	.des-c ul li p{
		font-size: 14px;
		width: 57px;
	}
	.des-c ul li{
		text-align: center;
	}
	.des-b{
		padding: 8% 0;
	}
	.des-c{
		padding: 8% 0;
	}
	.des-a{
		width: 100%;
		height: 200px;
	}
	.des-a img{
		height: 200px;
	}
	.int{
		padding: 20px 15px;
	}
	.int p:nth-child(3){
		margin-top: 15px;
		font-size: 12px;
		line-height: 24px;
	}
	.int-a{
		margin-top: 15px;
	}
	.int-a .des-c ul li p{
		width: 112px;
	}
	.it{
		padding: 20px 0;
	}
	.it p:nth-child(3){
		padding: 0 0px;
		margin-top: 15px;
	}
	.it ul{
		margin-top: 15px;
	}
	.it ul li{
		width: 24%;
	}
	.it ul li span{
		font-size: 32px;
	}
	.it ul li p{
		font-size: 12px;
		padding: 0 4px;
	}
	.indus{
		padding: 20px 0 60px;
	}
	.indus .col-md-3{
		margin-bottom: 15px;
	}
	.det-a{
		margin-top: 15px;
	}
	.det .news-d3{
		margin-top: 15px;
	}
	.det .news-d5{
		font-size: 18px;
	}
	.det .news-b4 p:nth-child(3){
		-webkit-line-clamp:3;
		font-size: 12px;
		line-height: 24px;
	}
	.det .news-b4 p:first-child{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.det .news-b4 p:nth-child(2){
		font-size: 14px;
		margin-bottom: 5px;
	}
	.det .news-d1 p:nth-child(2){
		font-size: 14px;
	}
	.det-a p:first-child{
		font-size: 16px;
	}
	.det-a p{
		line-height: 28px;
	}
	.det-a p img{
		margin: 15px auto;
	}
}
@media (max-width: 375px){
	.ent-a ul li p{
		font-size: 12px;
	}
	.des-c{
		padding: 12% 0;
	}
	.det .news-b4 p:nth-child(3){
		-webkit-line-clamp:2;
	}
	.it ul li p{
		font-size: 14px;
		padding: 0 4px;
	}
}
@media (max-width: 360px){
	.int-a .des-c ul li p{
		width: 112px;
		margin-top: 20px;
	}
	.int-a .des-c ul li{
		margin-bottom: -10px;
	}
}
@media (max-width: 320px){
	.fib-b1{
		padding: 25px 5px 25px 0;
		width: 16%;
	}
	.fib-b1 img{
		width: 95%;
	}
	.fib-b2{
		width: 83%;
		padding-left: 5px;
	}
	.ent .col-md-12{
		padding-left: 0px;
		padding-right: 0px;
	}
	.meet-c .col-xs-3{
		padding-left: 2.5px;
		padding-right: 2.5px;
	}
	.bai ul li{
		width: 23.6%;
	}
	.scr-a ul li span{
		font-size: 35px;
	}
	.bai ul li span{
		font-size: 35px;
	}
	.det .news-b4 p:nth-child(3){
		line-height: 20px;
	}
	.it ul li p{
		font-size: 12px;
		padding: 0 4px;
	}
}