
/*banner*/

.banner_box {
	width: 100%;
	height: 800px;
	position: relative;
	/* margin-bottom: 10px; */
}

.banner {
	height: 800px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	display: block;
	/* animation: suofang 40s linear infinite alternate; */
	position: relative;
}
.banner_name{
	position: absolute;
	bottom: 0;
	left: 0;
	/* font-size: 24px; */
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* padding:10px 26px 60px; */
	padding:10px 20px 50px;
	width: 100%;
	/* background: rgba(0, 0, 0, .5); */
	background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 78%);
}
.s_banner .swiper-slide{
	overflow: hidden;
}

.swiper-pagination{
	text-align: center;
	padding-right: 24px;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(149,128,89,0.38);
	opacity: 0.66;
	border-radius: 50%;
	margin: 0 12px;
}
.swiper-pagination-bullet-active{
	/* width: 18px;
	height: 18px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(149,128,89,0.38);
	border-radius: 50%; */
	opacity: 1;
}
.swiper-container.s_banner{
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;/* 两种都可以 */
}

@keyframes suofang {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

/* 首页 start */
.index_main{
	/* min-height: 300px; */
	background: #fff;
	width: 100%;
}
.p_main_i{
	/* padding-top: 99px; */
	padding-top: 59px;
}
.pmi_tit{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	/* margin-bottom: 66px; */
	margin-bottom: 46px;
}
.pmi_tit span{
	color: #DC6538;
}
.pmi_tit_jj{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #DDDDDD;
	margin-top: 10px;
}
.i_img_li{
	width: 828px;
	height: 362px;
	max-width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
	
}
.i_img_li:hover{
	box-shadow:0 0 20px -3px rgba(73,77,80,.5)
}
.i_img_li:nth-child(2){
	width: 342px;
	height: 362px;
	margin-right: 0;
}
.i_img_li:nth-child(3){
	width: 342px;
	height: 362px;
}
.i_img_li:nth-child(4){
	margin-right: 0;
}
.i_img_li_text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/* font-size: 24px; */
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 78%);
	padding: 32px;
}
.i_cptd_list{
	padding-bottom: 100px;
}
.i_cptd_li{
	width: 282px;
	height: 362px;
	position: relative;
	margin-right: 23px;
}
.i_cptd_li:nth-child(4n){
	margin-right: 0;
}
.i_cptd_liimg{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.i_cptd_li_text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/* font-size: 18px; */
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 78%);
	padding: 32px 10px;
	z-index: 10;
	text-align: center;	
}
.i_gcal_box{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../al_bg.png);
	padding-top: 98px;
	padding-bottom: 100px;
}
.ial_tabs{
	width: 100%;
	margin-bottom: 30px;
}
.ial_tab{
	height: 42px;
	border: 1px solid #FFFFFF;
	padding: 0 28px;
	background: rgba(255, 255, 255, .16);
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 20px;
	line-height: 22px;
	cursor: pointer;
	margin-bottom: 10px;
}
.ial_tab.active{
	border: 1px solid #DC6538;
	background: #DC6538;
}
.swipera_box{
	width: 100%;
	position: relative;
}
.swipera_li{
	width: 384px;
	height: 294px;
	background: #FFFFFF;
	border-radius: 8px;
	display: block;
	margin-right: 24px;
}
.swipera_li_img{
	width: 100%;
	height: 232px;
	border-radius: 8px 8px 0px 0px;
}
.swipera_li_text{
	width: 100%;
	padding: 20px;
}
.slt1{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #DC6538;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
.swiper-button-prev1{
	left: -86px;
	background-image: url(../ii_l.png);
	background-size: contain;
	background-position: center;
	width: 64px;
	height: 64px;
}
.swiper-button-prev1:hover{
	background-image: url(../ii_l1.png);
}
.swiper-button-next1{
	right: -86px;
	background-image: url(../ii_r.png);
	background-size: contain;
	background-position: center;
	width: 64px;
	height: 64px;
}
.swiper-button-next1:hover{
	background-image: url(../ii_r1.png);
}
.swiper-button-prev1::after,
.swiper-button-next1::after{
	content: '';
}
/* 首页 end */

/* 产品列表 start */
.cp_list_main{
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}
.list_banner{
	width: 100%;
	height: 500px;
}
.listmain_tit{
	width: 100%;
	background: #fff;
	border-bottom: 30px solid #F0F4F7;
}
.lmain_tit_box{
	height: 82px;
}
.mian_name{
	padding:0 24px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DC6538;
	border-bottom: 1px solid #DC6538;
}
.mian_url{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.mian_url a{
	color: #999999;
}
.cp_list_tit{
	color: #DC6538;
}
.cp_list_box{
	padding-top: 59px;
}
.cp_list_tabs{
	width: 100%;
}
.cp_list_tab{
	border-bottom: 1px solid #EEEEEE;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	padding: 22px 10px;
	text-align: center;
	border-top: 1px solid transparent;
	cursor: pointer;
}
.cp_list_tab.active{
	color: #DC6538;
	padding: 21px 10px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #DC6538;
}
.cp_list{
	width: 100%;
	padding-top: 40px;
}
.cp_li{
	margin-right: 24px;
	margin-bottom: 20px;
	width: 384px;
	/* height: 342px; */
	border: 1px solid #EEEEEE;
	border-radius: 8px;
}
.cp_li:nth-child(3n){
	margin-right: 0;
}
.cp_li:hover{
	box-shadow:0 0 20px -3px rgba(73,77,80,.5)
}
.scp_li_img{
	width: 100%;
	height: 280px;
	border-radius: 8px 8px 0 0;
}
.scp_li_text{
	border-top: 1px solid #EEEEEE;
	padding: 20px 10px;
}
.scp_li_text div{
	line-height: 20px;
	height: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #DC6538;
	text-align: center;
}
.cp_xq_box{
	padding: 30px 0;
	
}
.cp_xq{
	width: 100%;
}
.cp_xq_box_t{
	padding-bottom: 36px;
}
.cpxq_tit{
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: 60px;
	background: #F8F8F8;
	border: 1px solid #EEEEEE;
	padding: 10px 20px;
	/* margin-bottom: 36px; */
	margin-bottom: 26px;
}
.cp_xq *{
	max-width: 100%;
}
.xq_big{
	width: 606px;
	height: 420px;
	border: 1px solid #EEEEEE;
	max-width: 100%;
}
.xq_msg{
	max-width: 100%;
	width: 570px;
}
.xq_msg_tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #DC6538;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.xq_msg_jj{
	margin-top: 20px;
	line-height: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: 100px;
	margin-bottom: 30px;
}
.xq_msg_imgs{
	max-width: 100%;
	padding: 0 40px;
	position: relative;
}
.xq_msg_img_s{
	width: 100%;
}
.xq_msg_img{
	width: 30%;
	padding: 0 3px;
}
.xq_msg_img_d{
	width: 100%;
	height: 116px;
	border: 1px solid #EEEEEE;
}
.xq_prev1{
	width: 28px;
	height: 116px;
	background: #F8F8F8;
	border: 1px solid #E5E5E5;
	top: 0;
	margin-top: 0;
}
.xq_next1{
	width: 28px;
	height: 116px;
	background: #F8F8F8;
	border: 1px solid #E5E5E5;
	top: 0;
	margin-top: 0;
}
.xq_prev1:after,
.xq_next1:after{
	font-size: 18px;
	color: #bbb;
}
/* 产品列表 end */

/* 工程案例 start */
.ial_tabs1{
	margin-bottom: 0;
}
.ial_tabs1 .ial_tab{
	background: #FFFFFF;
	border: 1px solid #DC6538;
	color: #DC6538;
}
.ial_tabs1 .ial_tab.active{
	background: #DC6538;
	color: #fff;
}
.swipera_li1{
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.swipera_li1:nth-child(3n){
	margin-right: 0;
}
/* 技术支持 */
.support_box{
	padding: 60px 0;
}
.js_tabs{
	padding-bottom: 100px;
}
.js_tab{
	width: 384px;
	height: 226px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	position: relative;
	margin: 8px;
}
.js_tab::before{
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	width: 4px;
	height: 30px;
	background: #CCCCCC;
	border-radius: 2px;
}
.js_tab.active::before{
	background: #DC6538;
}
.jstab_img{
	max-width: 76px;
	height: 76px;
	margin-bottom: 22px;
}
.jstab_name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.jstab_sub{
	margin-top: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
.js_video{
	width: 100%;
}
.sms_icon{
	width: 20px;
	height: 20px;
}
.sms_icon1{
	opacity: 0;
}
.jswd_list{
	padding-bottom: 50px;
}
.jswd_li{
	width: 100%;
	background: #F4F5F7;
	padding-left: 40px;
}
.jswd_li:nth-child(2n){
	background: #fff;
}
.jswd_li_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 38px 40px 38px 0;
	
	cursor: pointer;
}
.jswd_li_value{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding: 38px 40px 38px 0;
	border-top: 1px solid #ddd;
}
.jswd_tit_img{
	width: 24px;
	margin-right: 20px;
	height: auto;
}
.jswd_kg{
	width: 24px;
	height: 24px;
}
/* 联系我们 */
.map_box{
	width: 100%;
	height: 460px;
}
.us_box_l{
	width: 376px;
}
.us_msg{
	padding: 10px 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.us_msg span{
	width: 4em;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute-all-lines;
}
.ewm_list{
	width: 100%;
	padding: 10px 0;
}
.ewm_li{
	width: 100px;
	margin-right: 18px;
	padding-bottom: 20px;
}
.ewm_li img{
	width: 100%;
	height: 100px;
	margin-bottom: 14px;
}
.ewm_li div{
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
}
/* 解决方案 */
.jjfa_box{
	width: 100%;
	padding: 35px 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.jjfa_box *{
	max-width: 100%;
}
/* 产品特点 */
.td_box{
	padding: 60px 0;
}
.td_top_tips{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DC6538;
	line-height: 32px;
	padding-bottom: 30px;
}
.md_span{
	position: relative;
	top: -140px;
}
.td_fwb_box{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	/* margin-bottom: 20px; */
	margin-bottom: 30px;
}
.td_fwb_box *{
	max-width: 100%;
}
/* 了解西狄亚 */
.about_tips{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-bottom: 15px;
}
.abt_sc_box{
	position: relative;
	width: 886px;
	max-width: 100%;
	margin: 10px auto;
}
.abt_sc_imgbg{
	position: relative;
	z-index: 1;
	width: 100%;
}
.abt_sc_text{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 448px;
}
.abt_sc_t1{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-bottom: 10px;
}
.abt_sc_t1 img{
	width: 23px;
	height: 33px;
	margin-right: 10px;
}
.abt_sc_t2{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 32px;
	text-align: justify;
	/* text-align-last: justify; */
	text-justify: distribute-all-lines;
}


.abt_sc_imgs{
	padding: 0 0;
}
.abt_sc_img{
	width: 384px;
	height: 234px;
	background: #FFFFFF;
	border-radius: 8px;
	background: #fff;
	padding: 20px;
	margin: 8px;
	overflow: hidden;
}
.abt_sc_img div{
	width: 100%;
	height: 100%;
}
.abt_sc_img1{
	width: 384px;
	height: 408px;
	background: #FFFFFF;
	border-radius: 8px;
	margin: 8px;
	overflow: hidden;
}
.abt_sc_img1:hover{
	box-shadow: 0 0 20px -3px rgba(73,77,80,.5);
}
.absc_icon{
	width: 100%;
	height: 279px;
}
.absc_imsg{
	border-top: 1px solid #EEEEEE;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.absc_imsg_t{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #DC6538;
	margin-bottom: 10px;
}
.zjyz_list{
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}
.zjyz_li{
	padding-bottom: 20px;
}
.zjyz_li_img{
	width: 485px;
	max-height: 676px;
}
.zjyz_li_img img{
	width: 100%;
	height: auto;
}
.zjyz_li_text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	text-align: center;
	margin-top: 25px;
}
.zjyz_list1{
	width: 1050px;
}
.zjyz_li_img1{
	width: 346px;
	max-height: 499px;
}
.zhcn_list{
	width: 1050px;
	max-width: 100%;
}
.zhcn_li_img{
	width: 500px;
	height: 256px;
	max-width: 100%;
}
.zhcn_li:nth-child(2n){
	flex-direction: row-reverse;
}
.zhcn_msg{
	width: 500px;
	max-width: 100%;
	text-align: right;
}
.zhcn_msg_t2{

	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.zhcn_msg_t1{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #DC6538;
	margin-bottom: 15px;
}
.zhcn_li:nth-child(2n) .zhcn_msg{
	text-align: left;
}

.my_page{
	/* margin-top: 20px; */
	width: 100%;
	padding:10px 10px 50px;
	text-align: center;
}
.my_page a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 0 12px;
}
.my_page a:hover{
	color: #DC6538;
}
.my_page .page_a{
	min-width: 30px;
	height: 30px;
	border: 1px solid #EEEEEE;
	line-height: 28px;
	text-align: center;
	padding: 0 5px;
}
.my_page .page_a.active,
.my_page .page_a:hover{
	background: #DC6538;
	border: 1px solid #DC6538;
	color: #fff;
}
.lvlist_box{
	width: 100%;
	/* padding: 20px 0; */
	padding: 12px 0;
}
.lv_lvs a {
    /* font-size: 18px; */
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    margin-left: 30px;
}
.lv_lvs a:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: #eee;
    margin-left: 30px;
}
.lv_lvs a.active, .lv_lvs a:hover {
    color: #3361EA;
}

@media screen and (min-width: 769px){
	/* .nav_box {
		display:block!important;
	} */
}
@media screen and (max-width: 768px) {
	
	.swiper-pagination{
		/* text-align: right; */
		padding-right: 12px;
	}
	
	.swiper-pagination-bullet{
		
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}
	.swiper-pagination-bullet-active{
		
	}
	.banner,
	.banner_box{
		/* height: 155px; */
		height: 175px;
		width: 100%;
		margin-bottom: 0;
		/* border-radius: 8px; */
		overflow: hidden;
	}
	
	.banner_name{
		
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		padding:10px 16px 26px;
		
	}
	

	/* 首页 */
	
	.swiper-button-prev1,
	.swiper-button-next1{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev1{
		/* left: -10px; */
	}
	.swiper-button-next1{
		/* right: 10px; */
	}
		
	.p_main_i{
		padding-top: 30px;
	}
	.pmi_tit{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.pmi_tit_jj{
		font-size: 14px;
	}
	.i_img_list{
		padding: 0 3%;
	}
	.i_img_li{
		width: 49%;
		height: 142px;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.i_img_li:hover{
		box-shadow:0 0 20px -3px rgba(73,77,80,.5)
	}
	.i_img_li:nth-child(2){
		width: 49%;
		height: 142px;
		margin-right: 0;
	}
	.i_img_li:nth-child(3){
		width: 49%;
		height: 142px;
		
	}
	.i_img_li:nth-child(4){
		margin-right: 0;
	}
	.i_img_li_text{
		padding: 10px;
		font-size: 14px;
	}
	.i_cptd_list{
		padding: 0 3%;
	}
	.i_cptd_li{
		width: 49%;
		height: 182px;
		position: relative;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.i_cptd_li:nth-child(2n){
		margin-right: 0;
	}
	.i_cptd_li:nth-child(4n){
		margin-right: 0;
	}
	.i_cptd_li_text{
		padding: 10px;
		font-size: 14px;
	}
	.i_gcal_box{
		padding: 20px 3%;
	}
	.ial_tabs{
		margin-bottom: 10px;
	}
	.ial_tab{
		height: 30px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 14px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.swipera_box{
		width: 100%;
		padding: 0 0;
	}
	.swipera_li{
		
		width: 100%;
		/* width: 300px!important; */
		
		height: auto;
		background: #FFFFFF;
		border-radius: 8px;
		display: block;
		margin-right: 0;
	}
	.swipera_li_img{
		width: 100%;
		height: 202px;
		border-radius: 8px 8px 0px 0px;
		transition: all 1.1s; 
	}
	.swipera_li_text{
		width: 100%;
		padding:15px 10px;
	}
	.slt1{
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #DC6538;
		text-align: center;
		height: 22px;
		line-height: 22px;
	}
	
	/* 产品列表 */
	.list_banner {
		height: 150px;
	}
	.listmain_tit{
		width: 100%;
		padding: 0 3%;
		border-bottom: 10px solid #eee;
	}
	.lmain_tit_box{
		height: 50px;
	}
	.mian_name{
		padding: 0 10px;
		font-size: 14px;
	}
	.mian_url{
		font-size: 14px;
	}
	.mian_url a{
		font-size: 14px;
	}
	.cp_list_box{
		padding-top: 20px;
	}
	.cp_list_tab{
		padding: 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.cp_list_tab.active{
		padding: 9px 10px;
	}
	.cp_list{
		width: 100%;
		padding: 10px 3%;
	}
	.cp_li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.cp_li:nth-child(3n){
		margin-right: 2%;
	}
	.cp_li:nth-child(2n){
		margin-right: 0;
	}
	.scp_li_img{
		height: 100px;
	}
	.scp_li_text{
		padding:8px 5px;
	}
	.scp_li_text div{
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.cp_xq_box{
		padding: 10px 3%;
	}
	.cpxq_tit{
		font-size: 14px;
		margin-bottom: 10px;
		height: 40px;
		padding: 10px;
	}
	.cp_xq_box_t{
		flex-direction: column;
		padding-bottom: 10px;
	}
	.xq_big{
		height: 300px;
	}
	.xq_msg{
		margin-top: 20px;
	}
	.xq_msg_tit{
		margin-bottom: 10px;
		font-size: 16px;
		padding-bottom: 8px;
	}
	.xq_msg_jj{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.xq_msg_imgs{
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.xq_msg_img_d{
		height: 60px;
	}
	.xq_prev1{
		width: 20px;
		height: 60px;
		left: 0;
	}
	.xq_next1{
		width: 20px;
		height: 60px;
		right: 0;
	}
	
	/* 工程案例 start */
	.ial_tabs1{
		margin-bottom: 0;
	}
	
	.swipera_li1{
		margin-bottom: 10px;
	}
	
	/* 技术支持 */
	.support_box{
		padding: 10px 3%;
	}
	.js_tabs{
		padding-bottom: 20px;
		flex-wrap: wrap;
		
	}
	a.js_tab{
		width: 100%;
		height: auto;
		flex-direction: row;
		padding: 10px 2%;
		justify-content: flex-start;
		
	}
	div.js_tab{
		max-width: 100%;
		margin: 5px 0 0;
	}
	.js_tab+.js_tab{
		margin-top: 10px;
	}
	div.js_tab+.js_tab{
		margin: 5px 0 0;
	}
	
	.js_tab::before{
		position: absolute;
		top: 12px;
		left: 0;
		width: 2px;
		height: 15px;
		border-radius: 2px;
	}
	a .jstab_img{
		width: 46px;
		height: 46px;
		margin-bottom: 0px;
		margin-right: 5px;
		object-fit: contain;
		flex:none;
	}
	a .js_tab_t{
		align-items: flex-start;
	}
	.jstab_name{
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #333333;
	}
	.jstab_sub{
		margin-top: 5px;
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #999999;
	}
	.sms_icon{
		width: 16px;
		height: 16px;
		margin-left: 5px;
	}
	
	.jswd_list{
		padding-bottom: 20px;
	}
	.jswd_li{
		padding-left: 10px;
	}
	.jswd_li:nth-child(2n){
		background: #fff;
	}
	.jswd_li_tit{
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333333;
		padding: 12px 10px 12px 0;
		line-height: 18px;
		cursor: pointer;
	}
	.jswd_li_value{
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #666666;
		padding: 12px 10px 12px 0;
		border-top: 1px solid #ddd;
		line-height: 18px;
	}
	.jswd_tit_img{
		width: 16px;
		margin-right: 10px;
		height: auto;
	}
	.jswd_kg{
		width: 16px;
		height: 16px;
	}
	/* 联系我们 */
	.map_box{
		width: 100%;
		height: 160px;
	}
	.us_box{
		flex-direction: column;
	}
	.us_box_l{
		width:100%;
	}
	.us_msg{
		font-size: 12px;
		line-height: 20px;
	}
	.ewm_li{
		margin-right: 10px;
		width: 90px;
	}
	.ewm_li img{
		height: 90px;
		margin-bottom: 10px;
	}
	.ewm_li div{
		font-size: 12px;
		line-height: 14px;
	}
	/* 解决方案 */
	.cp_list_tabs{
		overflow-x: scroll;
	}
	.cp_list_tab{
		white-space: nowrap;
	}
	.jjfa_box{
		padding: 15px 3%;
		font-size: 14px;
		line-height: 24px;
	}
	/* 产品特点 */
	.td_box{
		padding: 10px 3%;
	}
	.td_top_tips{
		font-size: 12px;
		
		line-height: 22px;
		padding-bottom: 12px;
	}
	
	.td_fwb_box{
		font-size: 14px;
		
		line-height: 22px;
	}
	/* 了解西狄亚 */
	.about_tips{
		font-size: 14px;
		line-height: 22px;
	}
	div.js_tab{
		height: auto;
		padding: 12px 0;
	}
	div.js_tab .jstab_img{
		margin-bottom: 11px;
	}
	.abt_sc_text{
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
	.abt_sc_t1{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.abt_sc_t1 img{
		width: auto;
		height: 22px;
	}
	.abt_sc_t2{
		font-size: 14px;
		line-height: 22px;
	}
	.abt_sc_imgs{
		padding: 10px 0 0;
	}
	.abt_sc_img{
		width: 100%;
		height: 154px;
		background: #FFFFFF;
		border-radius: 8px;
		background: #fff;
		padding: 10px;
		
	}
	.abt_sc_img+.abt_sc_img{
		margin-top: 10px;
	}
	.abt_sc_img1{
		width: 100%;
		height: auto;
	}
	.abt_sc_img1+.abt_sc_img1{
		margin-top: 10px;
	}
	
	.absc_icon{
		width: 100%;
		height: 200px;
	}
	.absc_imsg{
		border-top: 1px solid #EEEEEE;
		padding: 10px 3%;
		font-size: 12px;
		
		line-height: 20px;
	}
	.absc_imsg_t{
		font-size: 14px;
		
		margin-bottom: 5px;
	}
	
	.zjyz_list{
		max-width: 100%;
	}
	.zjyz_li_img{
		width: 100%;
		height: auto;
	}
	.zjyz_li_img img{
		width: 100%;
		height: auto;
	}
	.zjyz_li_text{
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333333;
		line-height: 18px;
		text-align: center;
		margin-top: 10px;
	}
	
	.zhcn_li{
		flex-direction: column-reverse !important;
		padding: 5px 0 10px;
	}
	.zhcn_li_img{
		height: 180px;
	}
	.zhcn_msg{
		padding: 8px 0;
		text-align: center!important;
	}
	.zhcn_msg_t1{
		margin-bottom: 5px;
	}
	.zhcn_msg_t2{
		font-size: 14px;
	}
	.my_page{
		padding: 10px 10px 10px;
	}
	.my_page .page_a {
		margin-bottom: 4px;
	}
	
	.lvlist_box{
		width: 100%;
		padding: 10px 0;
	}
	.lv_lvs a {
	    /* font-size: 18px; */
	    font-size: 14px;
	    font-family: Microsoft YaHei;
	    font-weight: 400;
	    color: #999999;
	    /* line-height: 36px; */
	    line-height: 24px;
	    margin-left: 0px;
			margin-right: 15px;
	}
	.lv_lvs a:not(:last-child)::after {
	    content: '';
	    width: 2px;
	    height: 19px;
	    font-size: 18px;
	    font-family: Microsoft YaHei;
	    font-weight: 400;
	    background: #eee;
	    margin-left: 15px;
	}
	@media screen and (min-width: 391px) {
		
		div.js_tab{
			max-width: 48%;
			margin: 4px 1% ;
		}
		div.js_tab+.js_tab{
			margin: 4px 1% ;
		}
		.abt_sc_img,.abt_sc_img1{
			max-width: 48%;
			margin: 4px 1% ;
		}
		.abt_sc_img+.abt_sc_img,
		.abt_sc_img1+.abt_sc_img1{
			margin: 4px 1% ;
		}
		.zjyz_li{
			max-width: 48%;
			margin: 4px 1% ;
		}
	}
}

