@charset "utf-8";

html{
	/*//max-width: 1920px; */
	width:100%;
	margin:0 auto;
	font-family: 'PingFangSC-Regular', 'PingFang SC';
	color:#333333;
}
body{
	/*padding:0 20px;*/
	position: relative;
	background:#e9e9e9;
	min-width: 1300px;
}
.body_bg{
	background:#f1f1f1;
}
/*内容*/
.top_top{
	width:100%;
	max-width: 1920px;
	margin:0 auto;
	position: relative;
}
.top{
	overflow: hidden;
	padding:0 1%;
	position: absolute;
	top:25px;
	left:0;
	width:100%;
	box-sizing: border-box;
	display: flex;
	justify-content:space-between;
	align-items: center;
	z-index: 1000;
	max-width: 1920px;
}

.top_left{
	width:20%;
}
.top_left img{
	width:300px;
}
.top_left2 img{
	width: 244px;

}
.top_right{
	width:80%;
	justify-content:flex-end;
	display: flex;
}
.top_right ul{
	overflow: hidden;
}
.top_right ul li{
	float:left;
	padding:0 22px;
	border-right:1px solid #fff;
}
.top_right ul li:last-child{
	border-right:0;
}
.top_right ul li a{
	font-size: 22px;
	color:#fff;
}
.bag{
	width:100%;
	background:#3c3c3b;
	max-width: 1920px !important;
	margin:0 auto;
}
.bag2 {
    width: 100%;
    background: #c0c0c0;
	
}
.banner{
	background: url(../images/banner1.jpg);
    height: 460px !important;
    position: relative;
    max-width: 1920px !important;;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width:100% !important;
    overflow: hidden;
}
.banner22{
	background: url(../images/banner22.jpg);
    height: 460px !important;
    position: relative;
    max-width: 1920px !important;;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width:100% !important;
    overflow: hidden;
}
.banner33{
	background: url(../images/banner33.jpg);
    height: 460px !important;
    position: relative;
    max-width: 1920px !important;;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width:100% !important;
    overflow: hidden;
}
.banner44{
	background: url(../images/banner44.jpg);
    height: 460px !important;
    position: relative;
    max-width: 1920px !important;;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width:100% !important;
    overflow: hidden;
}
.banner55{
	background: url(../images/banner5.png);
    height: 460px !important;
    position: relative;
    max-width: 1920px !important;;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width:100% !important;
    overflow: hidden;
}
.banner66{
	background: url(../images/banner4.png);
    height: 460px !important;
    position: relative;
    max-width: 1920px !important;;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width:100% !important;
    overflow: hidden;
}
.banner a{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:460px;
	margin-left:0;
}


/*智慧城市*/
.smart{
	margin: 0 auto;
    max-width: 1920px;
    background:#fff;
    padding-top:50px;
    padding-bottom:50px;
}
.smart ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}
.smart ul li{
	width:31%;
	text-align: left;
	background: #f0f0f0;
}
.smart ul li img{
	width:96%;
	max-width: 530px;
}
.smart_text{
	padding: 10px 44px;
	box-sizing: border-box;
	
}
.smart_text a{
	display: flex;
    justify-content : space-between;
    align-items: center;
    margin-top:25px;
}
.smart_text a span{
	font-size: 22px;
}
.smart_text a b{
	font-size: 20px;
}
.smart ul li p{
	padding: 10px 44px;
	box-sizing: border-box;
	font-size: 16px;
	height:110px;
	line-height:28px;
	text-align: left;
}


/*全部产品*/
.product{
	margin: 0px auto;
    max-width: 1920px;
    background: #fff;
    padding-top: 50px;
    background: #f0f0f0;
    padding-bottom: 30px;
}
.product ul{
    display: flex;
    justify-content : space-around;
    align-items: flex-start;
    padding: 0 50px 15px 50px;
}
.product ul li{
	width:15.5%;
	text-align: left;
	background: #B4D8F1;
	position: relative;
}

.product ul li.product_img img{
	width:100%;
}

.product ul li p{
	position: absolute;
	top:80%;
	font-size: 22px;
	left:50%;
	width: 100%;
    text-align: center;
-webkit-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color:#fff;
letter-spacing:2px;
}


.product ul li.product_img p{
	position: absolute;
	top:50%;
	font-size: 28px;
	left:50%;
	width: 100%;
    text-align: center;
-webkit-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color:#fff;
font-weight: bold;
letter-spacing:6px;
}
.product ul li img{
	width:100%;
}
/*我们为您提供provide*/

.provide{
	background:#fff;
	margin:70px 0 0 0;
	padding-bottom: 1px;
	max-width: 1920px;
    margin: 0 auto;
}
.title_h3{
	font-size: 36px;
	color:#666666;
	padding: 60px 0 70px 0;
	text-align: center;
}
.provide ul{
	overflow: hidden;
	display: flex;
	justify-content:center;
	align-items: flex-start
}
.provide ul li{
	justify-content:center;
	display: flex;
	width:20%;
}
.provide_img{
	position: relative;
	top:10px;
}
.provide_txt{
	margin-left:20px;
}

.provide_txt h4{
	font-size: 22px;
	color:#333;
	margin-bottom: 10px;
}
.provide_txt p{
	font-size: 18px;
	color:#666;
	line-height: 30px;
}
.provide a{
	width:205px;
	height:60px;
	line-height: 60px;
	background:#5fbbce;
	border-radius: 20px;
	display: block;
	text-align: center;
	font-size: 22px;
	margin:40px auto 60px;
	color:#fff;
}


/*这些行业都可以用我们*/

.industry_img{
	padding-bottom: 1px;
	margin: 0 auto;
    max-width: 1920px;
    background:#f0f0f0;
}

.industry_img ul{
	margin-bottom:45px;
	box-sizing: border-box;
	width:100%;
	overflow: hidden;
	padding: 0 80px;
	display: flex;
	justify-content:space-around;
	align-items: center;
}
.industry_img ul li{
	overflow: hidden;
	position: relative;
	cursor:pointer;
}
.industry_img ul li p{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 26px;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;	/* Opera */
	cursor:pointer;
}

.industry_img_ul1 li:nth-child(1){
	width:41%;
}
.industry_img_ul1 li:nth-child(2){
	width:33%;
}
.industry_img_ul1 li:nth-child(3){
	width:21%;
}

.industry_img_ul2 li:nth-child(3){
	width:41%;
}
.industry_img_ul2 li:nth-child(2){
	width:33%;
}
.industry_img_ul2 li:nth-child(1){
	width:21%;
}
.industry_img ul li img{
	width:100%;
	height:100%;
}
.industry_img>a{
	width:255px;
	height:60px;
	line-height: 60px;
	background:#5fbbce;
	border-radius: 20px;
	display: block;
	text-align: center;
	font-size: 22px;
	margin:66px auto 60px;
	color:#fff;
}


/*我们的优势*/
.ba_color_fff{
	background:#fff;
	max-width: 1920px;
    margin: 0 auto;
}
.advantage{
	background:#fff;
	padding-bottom: 1px;
}
.advantage ul{
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}
.advantage ul li{
	justify-content:center;
	display: flex;
	background:#f1f1f1;
	width:31.5%;
	padding:30px 0 50px 0;
}
.advantage ul li:nth-child(2){
	/*padding:30px 0 20px 0;*/
}
.advantage_li_left{
	width:55%;
}
.advantage_li_left h2{
	font-size: 28px;
	color:#437E87;
	margin:0 0 38px 0;
}
.advantage_li_left h3{
	font-size: 28px;
	color:#333333;
	margin:0 0 44px 0;
	line-height: 44px;
	font-style:oblique;
}
.advantage_li_left p{
	font-size: 16px;
	color:#666;
	line-height: 30px;
	height: 60px;
    overflow: hidden;
}
.advantage_li_right{
	width:30%;
}

/*服务流程*/
.process{
	padding-bottom: 80px;
}
.process ul{
	display: flex;
	justify-content: flex-start ;
	align-items: center;
	flex-wrap: wrap;
	padding:0 50px;
}
.process ul li{
	width:20%;
}
.process ul li img{
	width:100%;
}


/**/
.service{
	background: url(../images/service_img.jpg) 50% 50% no-repeat;
	height:473px;
	/*padding-bottom: 50.5vh;*/
	background-size: 100% 100%;
	/*align-items:center;
	display: flex;
	justify-content: center;
	align-self:center;*/
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1920px;
    margin: 0 auto;
	
}
.service_txt{
	padding-left:6%;
}
.service_txt h3{
	font-size: 36px;
	margin-bottom:40px;
	color:#5fbbce;
}
.service_txt p{
	font-size: 24px;
	margin-bottom:60px;
}
.service_txt a{
	width:200px;
	height:60px;
	line-height: 60px;
	background:#5fbbce;
	border-radius: 20px;
	display: block;
	text-align: center;
	font-size: 22px;
	margin:66px auto 60px;
	color:#fff;
}


/*bottom*/
.bottom{
	background:#09638a;
	width:100%;
}
.bottom_cent{
	display: flex;
	justify-content:center;
	align-items: flex-start;
	padding: 60px 0 0 0;
	/*border-bottom: 2px solid #5392ad;*/
	max-width: 1920px;
    margin: 0 auto;
}


.bottom_cent_left{
	width:55%;
	border-bottom: 2px solid #5392ad;
    padding-bottom: 10px;
    height: 270px;
}
.bottom_cent_left h3{
	font-size: 22px;
	color:#fff;
	margin-bottom:22px;

}
.bottom_cent_left ul{
	display: flex;
	justify-content: flex-start ;
	align-items: center;
	flex-wrap: wrap;
}
.bottom_cent_left ul li{
	padding-right: 50px;
	line-height: 40px;
}
.bottom_cent_left ul li a{
	font-size: 18px;
	color:#8AB8CE;

}



.bottom_cent_cent{
	width: 14%;
    text-align: center;
    border-bottom: 2px solid #5392ad;
    padding-bottom: 10px;
    height: 270px;
}
.bottom_cent_cent h3{
	font-size: 22px;
	color:#fff;
	margin-bottom:22px;
}
.bottom_cent_cent ul{
	border-left:2px solid #5392ad;
	border-right: 2px solid #5392ad;
}
.bottom_cent_cent ul li a{
	font-size: 18px;
	color:#8AB8CE;
	line-height: 40px;
	display: inline-block;
}


.bottom_cent_right{
	width:20%;
	border-bottom: 2px solid #5392ad;
    padding-bottom: 10px;
    height: 270px;
}
.bottom_cent_right h3{
	font-size: 22px;
	color:#fff;
	margin-bottom:22px;
	padding-left: 66px;
	
}
.bottom_cent_right_cont{
	/*border-left:2px solid #5392ad;*/
	padding-left: 66px;
}
.bottom_cent_right_cont p {
    margin-bottom: 12px;
    line-height: 34px;
}
.bottom_cent_right_cont p:nth-child(2){
	margin-bottom: 24px;
}
.bottom_cent_right_cont p b{
	top: 9px;
    background: url(../images/phone.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.bottom_cent_right_cont p b.b2{
	top: 9px;
	background: url(../images/email.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 33px;
    height: 27px;
}
.bottom_cent_right_cont p b.b3{
	top: -20px;
	background: url(../images/wx.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 34px;
    height: 28px;
}
.bottom_cent_right_cont p span{
	font-size: 18px;
	color:#fff;
}
.bottom_cent_right_cont p span img{

}
.bottom_cent_right_cont p span em{
	position: relative;
    bottom: -37px;
    margin-left: 20px;
}

.bottom_botm{
	text-align: center;
	font-size: 18px;
	color:#8AB8CE;
	line-height: 80px;
}



/*关于我们*/
.top2{
	position: static;
	padding:3px 1%;
	margin: 0 auto;
}

.top_top_bg{
	background:#3c3c3b;
	width: 100%;
    max-width: 100%;
    height: 90px;
}

.banner_about{
	background:url(../images/banner_about.png);
	height: 460px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    top:-1px;
}
.banner_lxwm{

	background:url(../images/banner_lxwm.png);
	height: 460px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    top:-1px;
}
.banner_jsfw{
	background:url(../images/banner_jsfw.png);
	height: 460px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    top:-1px;
}
.banner_jjfa{
	background:url(../images/banner_jjfa.png);
	height: 460px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    top:-1px;
}
.banner_gsgl{
	background:url(../images/banner_gsgl.png);
	height: 460px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    top:-1px;
}
.banner_about_botm{
	height:;
	background:;
	width:100%;
	max-width: 1920px;
	margin:0 auto;
}
.about_cent{
	width:100%;
	max-width: 1920px;
    margin: 0 auto;

}
.about_title_h4{
	width: 100%;
	background: #f1f1f1;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1920px;
    margin: 0 auto;
}
.about_title_h4 b{
	display: inline-block;
	width:50px;
	height:4px;
	background:#666666;
	position: relative;
    top: -11px;
}
.about_title_h4 span{
	font-size: 40px;
	color:#666666;
	margin:0 30px;
}
.about_cent_txt{
	width:90%;
	background:#fff;
	padding:50px 5%;
	display: flex;
    justify-content: space-around;
    align-items: center;

}
.about_cent_txt_left{
	width:50%;
}
.about_cent_txt_left p{
	text-indent: 2em;
	color:#666;
	font-size: 22px;
	line-height: 42px;
	margin-bottom:24px;
}
.about_cent_txt_left p:last-child{
	margin-bottom:0;
}
.about_cent_txt_right{
	width:40%;
}
.about_cent_txt_right img{
	width:680px;
	height: 360px;

}

.ss_culture{
	width:100%;
	max-width: 1920px;
    margin: 0 auto;
}
.ss_culture_cent{
	width: 86%;
	background:#fff;
	padding: 50px 7%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ss_culture_cent_left{
	width: 42%;
}
.ss_culture_cent_right{
	width: 46%;
	font-size: 22px;
	color:#666;
	line-height: 42px;
}
.ss_culture_cent_right h3{

}
.ss_culture_cent_right h4{
	text-indent: 6em;
}
.ss_culture_cent_right p{
	text-indent: 2em;
}
.ss_culture_cent_left img{
	width:100%;
}

.about_title_h4_bg b.b1{
	width:86px;
	height:61px;
	background:url(../images/about_title_h4_bg01.jpg) 50% 50% no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	top:-14px;
}
.about_title_h4_bg b.b2{
	width:86px;
	height:61px;
	background:url(../images/about_title_h4_bg02.jpg) 50% 50% no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	top:-14px;
}
.about_title_h4_bg span{
	margin:0 40px;
}
.ss_honor{
	width:100%;
	max-width: 1920px;
    margin: 0 auto;
    
}
.ss_honor2{
	margin-bottom: 30px;
}
.ss_honor_cent{
	width: 80%;
	background:#fff;
	padding: 50px 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.ss_honor_cent img{
	width:100%;
}



/*解决方案*/
.programme_one{
	   width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 20px 0;
}
.programme_one_txt{
	width: 90%;
	background:#fff;
	padding: 40px 5%;
	margin-bottom:30px;
	margin: 20px auto;
}
.programme_one_txt10{
	width: 90%;
	background:#fff;
	padding: 40px 5%;
	margin-bottom:30px;
	padding-bottom:0px;
}
.programme_one_txt>h3{
	text-align: center;
	font-size: 30px;
	color:#666666;
	margin-bottom:40px;
}
.programme_one_txt_cent{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.programme_one_txt_cent10{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.programme_one_txt_cent1{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.programme_one_txt_cent_left{
	width:45%;
}
.programme_one_txt_cent_left p{
	text-indent: 2em;
	color:#666;
	font-size: 22px;
	line-height: 42px;
	margin-bottom:6px;
	width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
}
.programme_one_txt_cent_right{
	width:45%;
}
.programme_one_txt_cent_right1{
	width: 50%;
    text-align: center;
}
.programme_one_txt_cent_right img{
	width:100%;
}
.programme_one_txt_cent_right1 img{
	width: 70%;
}
.programme_one_txt_cent_left2{
	width: 40%;
}
.programme_one_txt_cent_right2{
	width:50%;
	text-align: center;
}
.programme_one_txt_cent_right2 img{
	width: 65%;
}

.programme_one_txt_cent_left3{
	width:65%;
}
.programme_one_txt_cent_right3{
	width:65%;
	text-align: center;
}

.programme_one_txt_cent_left10{
	align-self: center;
}
.programme_one_txt_cent_right3 img{
	width: 65%;
}

.programme_one_txt_cent_right4{
	width:65%;
	text-align: center;
}
.programme_one_txt_cent_right4 img {
    width: 65%;
}


.ss_case{
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 20px 0;
}
.ss_case22{
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 0; 
    background: #f1f1f1;
    padding: 20px 0 0 0;
}
.ss_case_cent{
	display: flex;
    justify-content: space-around;
    /*align-items: center;*/
    width: 94%;
    margin: 0 auto;
    background:#fff;
    padding:40px 3%;
    margin-bottom:20px;
}
.ss_case_cent_left{
	width:44%;
}
.ss_case_cent_left h5{
	font-size: 25px;
	color:#666666;
	line-height: 34px;
	margin-bottom:40px;

}
.case_left_c{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.case_left_l{
	width:32%;
	text-align:center;
}
.case_left_l img{
	width:100%;
}
.case_left_l22 img{
	width:70%;
}
.case_left_r{
	width:60%;
}
.case_left_r p{
	text-indent: 2em;
	color:#666;
	font-size: 22px;
	line-height: 42px;
}
.programme_one_txt:last-child{
	margin-bottom:0;
}
.ss_case_cent:last-child{
	margin-bottom:0;
}


/* 空 */
.empty {
	padding: 10px 0 10px 0;
	background: #f6d200;
	width: 100%;
}
/* 联系我们 */
.contact {
	background: #f1f1f1;
	width: 100%;
	max-width: 1920px;
    margin: 0 auto;
}
.contact img {
	width: 100%;
}
.contact-box {
	background: #ffffff;
	padding-bottom: 0px;
	width: 100%;
}
.contact-word {
	width: 100%;
	background: #f1f1f1;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1920px;
    margin: 0 auto;
}

.contact_cent{
	max-width: 1920px;
    margin: 0 auto;
    width:85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}
.contact_left{
	width:34%;
}

.contact-word span {
	display: inline-block;
	width: 50px;
	height: 4px;
	background: #666666;
	margin-bottom: 10px;
}
.contact-word p {
	display: inline-block;
	font-size: 40px;
	color: #666666;
	margin: 0 10px 0 10px;
}

.contact_left p{
	width:100%;
	display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom:35px;
}
.contact_left p>img{
	width:35px;
}
.contact_left p.p2>img{
	width:45px;
}
.contact_left p span>img{
	width:130px;
	margin-right:20px;
}
.contact_left p em{
	margin:0 10px 0 25px;
	font-size: 35px;
}
.contact_left p.p2 em{
	margin: 0 10px 0 14px;
}
.contact_left p span{
	font-size: 26px;
}
.contact_right{
	width:60%;
}

/* 公司地址 */
.company {
	background: #f1f1f1;
	width: 100%;
	max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 20px;
}
.company-word {
	width: 100%;
	background: #f1f1f1;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.company-word span {
	display: inline-block;
	width: 50px;
	height: 4px;
	background: #666666;
	margin-bottom: 10px;
}
.company-word p {
	display: inline-block;
	font-size: 40px;
	color: #666666;
	margin: 0 10px 0 10px;
}
.map {
	width: 100%;
	background: #ffffff;
	text-align: center;
}
.map-img{
	width:100%;
	margin:0 auto;
	padding-top:0px;
}
.allmap{
	width:100%;
	height:500px;
}
.location {
	width: 100%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding:40px 0;
}
.location span {
	font-size: 30px;
	color: #666666;
}
.location img {
	width: 50px;
    /* height: 30px; */
    margin-right: 10px;
    position: relative;
    top: -8px;
}


/*技术服务*/
.programme_one_txt_cent_left_jsfw{
	width: 45%;
}
.jsfw_cont{
	width:67%;
}
.programme_one_txt_cent_left_jsfw p{
	color: #666;
    font-size: 18px;
    line-height: 34px;
}
.programme_one_txt_cent_left_jsfw ul{
	margin-bottom:10px;
}
.programme_one_txt_cent_left_jsfw li{
	color: #666;
    font-size: 18px;
    line-height: 40px;
}
.programme_one_txt_cent_left_jsfw li b{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#999;
	margin-right:30px;
	display: inline-block;
}
.programme_one_txt_cent_right_jsfw1 img {
    width: 70%;
}

.programme_one_txt_cent_right_jsfw3 img{
	width: 50%;
    margin-right: 11%;
	
}

.programme_one_txt_cent_left_jsfw1 .jsfw_cont{
	margin-left: 4%;
}
.programme_one_txt_cent_left_jsfw3 .jsfw_cont{
	margin-left:6%;
}
.programme_one_txt_cent_left_jsfw2{
	
}
.programme_one_txt_cent_right_jsfw2 img{
	margin-right:;
	width: 63%;
}
.programme_one_txt_cent_right_jsfw5 img{
	width: 55%;
	margin-left:11%;
}

.programme_one_txt_cent_left_jsfw2 .jsfw_cont{
	float: right;
}

.programme_one_txt_cent_left_jsfw6 .jsfw_cont{
	float:left;
	margin-left:10%;
}
.programme_one_txt_cent_left_jsfw2 li{
	color: #666;
    font-size: 18px;
    line-height: 40px;
    width:50%;
    float:left;
}
.programme_one_txt_cent_left_jsfw2 ul{
	overflow: hidden;
}
.programme_one_txt_cent_left_jsfw6 li{
	color: #666;
    font-size: 18px;
    line-height: 40px;
    width:50%;
    float:left;
}
.programme_one_txt_cent_right_jsfw6{
	text-align: right;
}
.programme_one_txt_cent_left_jsfw6 ul{
	overflow: hidden;
}

.programme_one_txt_cent_right_jsfw6 img{
	width: 70%;
	margin-right:10%;
}
.programme_one_txt_jsfw{
	margin-bottom:20px !important;
}

@media(max-width:1600px){
	.service {
	    height: 400px;
	}
	.advantage_li_right img{
		width:100%;
	}
	.advantage_li_left h2 {
	    font-size: 26px;
	    margin: 0 0 30px 0;
	}
	.advantage_li_left h3 {
	    font-size: 24px;
	    margin: 0 0 36px 0;
	    line-height: 40px;
	}
	.provide_txt h4 {
	    font-size: 20px;
	}
	.provide_txt p {
	    font-size: 16px;
	    line-height: 30px;
	}
	.top_left img {
	    width: 244px;
	}
	.top_left2 img{
		width: 220px;
	}
	.top_right ul li a {
	    font-size: 20px;
	    color: #fff;
	}
	.case_left_l img{
		width:100%;
	}
	.case_left_l22 img {
	    width: 55%;
	}
	.programme_one_txt_cent_left p {
    text-indent: 2em;
    color: #666;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 22px;
}

.case_left_r p {
    text-indent: 2em;
    color: #666;
    font-size: 16px;
    line-height: 32px;
}
.ss_case_cent_left h5 {
    font-size: 22px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 36px;
}
.about_title_h4 {
    width: 100%;
	background: #f1f1f1;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1920px;
    margin: 0 auto;
}
.about_title_h4 span {
    font-size: 40px;
    color: #666666;
    margin: 0 30px;
}
.programme_one_txt>h3 {
    text-align: center;
    font-size: 26px;
    color: #666666;
    margin-bottom: 40px;
}
.bottom_cent_left h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.bottom_cent_left ul li a {
    font-size: 16px;
    color: #8AB8CE;
}
.bottom_cent_left ul li {
    line-height: 35px;
    padding-right: 50px;
}
.bottom_cent_left {
    width: 50%;
}
.bottom_cent_cent {
    width: 12%;
    text-align: center;
}
.bottom_cent_right {
    width: 22%;
}
.bottom_cent_cent h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.bottom_cent_cent ul li a {
    font-size: 16px;
    color: #8AB8CE;
    line-height: 36px;
    display: inline-block;
}
.bottom_cent_right h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 40px;
}
.bottom_cent_right_cont {
    /*border-left: 2px solid #5392ad;*/
    padding-left: 40px;
}
.bottom_cent_right_cont p {
    margin-bottom: 10px;
    line-height: 34px;

}
.bottom_cent_right_cont p:nth-child(2) {
    margin-bottom: 22px;

}
.bottom_cent_right_cont p b {
    top: 7px;
    background: url(../images/phone.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 12px;
}
.bottom_cent_right_cont p span {
    font-size: 15px;
    color: #fff;
}
.bottom_cent_right_cont p b.b2 {
    top: 8px;
    background: url(../images/email.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 23px;
}
.bottom_cent_right_cont p b.b3 {
    top: -24px;
    background: url(../images/wx.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 22px;
}
.bottom_botm {
    text-align: center;
    font-size: 14px;
    color: #8AB8CE;
    line-height: 60px;
}

.contact_left p>img {
    width: 36px;
}
.contact_left p em {
    margin: 0 10px 0 20px;
    font-size: 24px;
}
.contact_left p span {
    font-size: 22px;
}
.location span {
    font-size: 24px;
    color: #666666;
}

.contact_left p.p2>img {
    width: 44px;
}
.contact_left p span>img {
    width: 100px;
    margin-right: 20px;
}

.contact_cent {
    width: 80%;
}
.banner_about {
    height: 440px;
}
.banner_lxwm{
	height:440px;
}
.banner_jsfw{
	height: 440px;
}
.banner_jjfa{
	height:400px;
}
.map-img{
	width:1300px;
}



}


@media(max-width:1400px){
	.service {
	    height: 360px;
	}
	.advantage_li_left p {
	    font-size: 16px;
	    line-height: 30px;
	}
	.advantage_li_left h2 {
	    font-size: 24px;
	    margin: 0 0 24px 0;
	}
	.advantage_li_left h3 {
	    font-size: 22px;
	    margin: 0 0 26px 0;
	    line-height: 40px;
	}
	.provide a {
	    width: 180px;
	    height: 50px;
	    line-height: 50px;
	    background: #5fbbce;
	    border-radius: 10px;
	    display: block;
	    text-align: center;
	    font-size: 18px;
	    margin: 40px auto 60px;
	    color: #fff;
	}
	.top_left img {
	    width: 200px;
	}
	.top_left2 img{
		width: 160px;
	}
	.top_right ul li a {
	    font-size: 18px;
	}
	.banner a {
	    position: absolute;
	    bottom: 12%;
	    left: 50%;
	    width: 300px;
	    height: 55px;
	    line-height: 55px;
	    margin-left: -150px;
	    background: #04dec3;
	    text-align: center;
	    border-top-left-radius: 25px;
	    border-bottom-right-radius: 25px;
	    font-size: 24px;
	    color: #333;
	}
	.title_h3 {
	    font-size: 30px;
	    color: #666666;
	    padding: 55px 0 65px 0;
	    text-align: center;
	}
	.industry_img>a {
	    width: 243px;
	    height: 50px;
	    line-height: 50px;
	    background: #5fbbce;
	    border-radius: 15px;
	    display: block;
	    text-align: center;
	    font-size: 18px;
	    margin: 66px auto 50px;
	    color: #fff;
	}
	.bottom_cent_cent h3 {
	    font-size: 16px;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.bottom_cent_left h3 {
	    font-size: 16px;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.bottom_cent_left ul li a {
	    font-size: 14px;
	    color: #8AB8CE;
	}
	.bottom_cent_right h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.bottom_cent_right_cont p b {
    top: 7px;
    background: url(../images/phone.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.bottom_cent_right_cont p span {
    font-size: 14px;
    color: #fff;
}
.bottom_cent_left ul li {
    line-height: 30px;
    padding-right: 40px;
}
.bottom_cent_cent ul li a {
    font-size: 14px;
    color: #8AB8CE;
    line-height: 30px;
    display: inline-block;
}
.bottom_botm {
    text-align: center;
    font-size: 14px;
    color: #8AB8CE;
    line-height: 50px;
}

.bottom_cent_right_cont p b.b2 {
    top: 8px;
    background: url(../images/email.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 21px;
}
.bottom_cent_right_cont p b.b3 {
    top: -28px;
    background: url(../images/wx.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 20px;
}
.bottom_cent_right_cont p {
    margin-bottom: 15px;
}
.bottom_cent_right_cont p:nth-child(2) {
    margin-bottom: 24px;
}


.bottom_cent_left{
	width:55%;
	border-bottom: 2px solid #5392ad;
    padding-bottom: 10px;
    height: 235px;
}

.bottom_cent_cent{
	width: 14%;
    text-align: center;
    border-bottom: 2px solid #5392ad;
    padding-bottom: 10px;
    height: 235px;
}

.bottom_cent_right{
	width:20%;
	border-bottom: 2px solid #5392ad;
    padding-bottom: 10px;
    height: 235px;
}
.contact_cent {
    width: 90%;
    padding: 80px 0;
}
.contact_left p {
    margin-bottom: 24px;
}
.contact_right {
    width: 40%;
}
.contact_left {
    width: 54%;
}
.map-img{
	width:1200px;
}

}

@media(max-width:1200px){
	.service {
	    height: 360px;
	}
}