/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1200px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#03A9F4;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


.topbox{width: 100%;margin: 0 auto;background: #eee;border-bottom: 1px solid rgba(255, 255, 255, 0.2);height: 30px;}
.top{width: 100%;}
.top p{font-size: 14px;color: #777;line-height: 30px;}

.centerbox{width: 100%;margin: 0 auto;padding: 15px 0;}
.center{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}

.logo{font-size: 0;width: 25%;}
.logo img{max-width: 100%;width: auto;}

.search{width: 50%;display: flex;padding: 0 15px;}
.search .input{width: 100%;border: 1px solid #ccc;height: 42px;padding: 10px 20px;font-size: 14px;background-color: #fff;color: #555;transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}
.search .search_btn{padding: 10px 20px;font-size: 14px;font-weight: normal;line-height: 1;color: #555555;text-align: center;background-color: #eeeeee;border: 1px solid #ccc;border-radius: 4px;cursor: pointer;}
.c_contact{width: 25%;padding: 0 15px;}
.c_contact p{margin-bottom: 10px;}





/* 导航 */
.headerbox{
	width: 100%;
	margin:  0 auto;
	background-color: #fff;
	border-bottom: 1px rgba(255, 255, 255, 0.2);
}
.headerbox .header{
	display: flex;
	align-items: center;
	justify-content:center;
}
.headerbox .header .menu ul{display: flex;align-items: center;justify-content: center;}
.headerbox .header .menu ul li{
	position: relative;
}
.headerbox .header .menu ul li a{
	font-size: 16px;
    line-height: 1;
    padding: 15px 25px;
    color: #333;
    display: flex;
    position: relative;
    text-decoration: none;
	transition: all 0.35s ease-in-out;
}
.headerbox .header .menu>ul>li>a:hover{color: greenyellow;}
.headerbox .header .menu ul li a i{margin-left: 5px;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 160px;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
	padding: 5px 0;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	transition: all 400ms ease;
	padding: 5px 0;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
	padding: 5px 0;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 16px;padding: 3px 10px;display: block;line-height: 1.42857;
    color: #333;
    text-align: left;
    display: block;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dl dd:hover{
	background-color: #f5f5f5;
}
.headerbox .header .menu ul li dl dd:hover>a{color: #262626;font-weight: bold;}


.language{position: relative;}
.language a{font-size: 16px;line-height: 1;padding: 15px 25px;color: #333;display: inline-block;}
.language ul{position: absolute;right: 0;min-width: 160px;top: 100%;z-index: 99;padding: 5px 0;margin: 2px 0 0;font-size: 14px;text-align: left;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);background-clip: padding-box;opacity: 0;visibility: hidden;transition: all 400ms ease;}
.language:hover ul{opacity: 1;visibility: visible;}
.language ul li{white-space: nowrap;border-bottom: 1px solid #e5e5e5;padding: 5px 0;}
.language ul li:last-child{border-bottom: 0;}
.language ul li a{font-size: 16px;color: #333;padding: 3px 20px;display: block;line-height: 1.42857;}
.language ul li:hover a{color: #262626;background-color: #f5f5f5;font-weight: bold;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;background:var(--main-white);z-index:999;width:100%;display: none;top: 0;align-items: center;justify-content: space-between;}
.sp_logo{height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.sp_nav span{display:block;background:#000000;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:var(--main-white);}
.sjj_nav ul li .sjj_nav_i_se svg{fill:var(--main-white)}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}








/* bannerbox */
.bannerbox{width: 100%;margin: 0 auto;}
.bannerbox .mySwiper1{width: 100%;}
.bannerbox .mySwiper1 .swiper-slide .slide_inner{width: 100%;position: relative;}
.bannerbox .mySwiper1 .swiper-slide .slide_inner .imgbox{width: 100%;font-size: 0;}
.bannerbox .mySwiper1 .swiper-slide .slide_inner .imgbox img{width: 100%;}
.bannerbox .mySwiper1 .swiper-slide .slide_inner .textbox{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;text-align: center;}
.bannerbox .mySwiper1 .swiper-slide .slide_inner .textbox h1{margin: 20px 0 10px;font-size: 36px;color: #fff;}
.bannerbox .mySwiper1 .swiper-slide .slide_inner .textbox .desc{font-size: 18px;color: #fff;}
.bannerbox .mySwiper1 .swiper-slide .slide_inner .textbox .desc p{padding: 10px 0;}

.bannerbox .mySwiper1 .prev_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}
.bannerbox .mySwiper1 .next_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}

.bannerbox .mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
    overflow: hidden;
  opacity: 1;
	border: 1px solid #fff;
	background: transparent;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background:#fff;
}

.pd50{padding: 50px 0;}
/* footer */
.footerbox{width: 100%;margin: 0 auto;border-top: 1px solid #CCC;background: #dfdede;padding-top: 30px;}
.footer{width: 100%;margin: 0 auto;}

.footer_top{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 20px;}
.ft_left{width: 50%;}
.ft_right{width: 40%;}
.ft_right ul{display: flex;flex-wrap: wrap;}
.ft_right ul li{width: 33.33%;}

.ft_left h3{font-size: 18px;color: #333;padding: 10px 0;}
.ft_left p{font-size: 14px;color: #333;padding-bottom: 10px;line-height: 1.42857;}

.ft_right ul li dl dd{width: 100%;}
.ft_right ul li dl dd a{font-size: 14px;color: #000;line-height: 1.42857;}

.footer_bot{width: 100%;margin:  0 auto;border-top: 1px solid #eeeeee;padding-top: 20px;}
.footer_bot p{text-align: center;font-size: 14px;color: #333;padding-bottom: 10px;}
.footer_bot p a{color: #337ab7;}
.footer_bot p a:hover{text-decoration: underline;color: #23527c;}




.sidebar {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 999;
  
}
.sidebar ul li {
	width: 60px;
	height: 60px;
	border-bottom: 0px;
	padding-top: 16px;
	text-align: center;
	position: relative;
	background: rgba(38,151,213,0.2);
	margin-bottom: 10px;
	border-radius:6px;

}
.service_icon {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 138px;
    height:60px;
    padding: 6px;
    background-color: #2c97d5;
    display: none;
    border: none;
    line-height:50px;
    border-radius:6px;
}
.sidebar ul li:hover {
    background-color: #2c97d5;
    color: #fff;
}

.sidebar ul li i {
    font-size: 30px;
	color: #337ab7;
}
.sidebar ul li:hover a i {
	color: #fff;
	text-decoration:none;
}
.sidebar li:hover .service_icon {
    display: block;
}

.top_bar
{
    height:30px;padding:0px;background:#eee;border-bottom:1px solid rgba(255,255,255,0.2);
     
}
.top_bar_welcome
{
	padding-left:22px;
}



/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;height: 256px;background-repeat: no-repeat;background-size: cover;position: relative;}

.bg{position: absolute;background-color: rgba(0, 0, 0, 0.3);height: 58px;width: 100%;bottom: 0;left: 0;}
.bg .wapper{display: flex;align-items: center;height: 100%;}
.b_search{width: 100%;height: 42px;display: flex;align-items: center;position: relative;border: 1px solid #ccc;border-radius: 5px;overflow: hidden;}
.b_search .input{width: 100%;background-color: #fff;height: 42px;padding: 10px 20px;}
.b_search .search_btn{position: absolute;right: 0;top: 50%;transform: translateY(-50%);background-color: #03A9F3;color: #fff;height: 40px;font-size: 14px;padding: 10px 20px;}





.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	box-sizing: border-box;
}


.main_title{width: 100%;margin: 0 auto;padding-bottom: 20px;border-bottom: 1px solid #eee;margin-bottom: 20px;}
.main_title h1{margin-top: 20px;margin-bottom: 10px;font-size: 30px;color: #337ab7;}
.main_title p{font-size: 14px;color: #777;margin-bottom: 10px;}


/* ================首页样式===================== */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;}

.index1_content{width: 100%;margin: 0 auto;}
.index1_content ul{display: flex;flex-wrap: wrap;}
.index1_content ul li{width: 23.5%;margin-right: 2%;margin-bottom: 10px;padding: 4px;border: 1px solid #ddd;border-radius: 4px;background-color: #fff;}
.index1_content ul li:nth-child(4n){margin-right: 0;}
.index1_content ul li a{display: block;width: 100%;}
.index1_content ul li a .imgbox{width: 100%;font-size: 0;}
.index1_content ul li a .imgbox img{width: 100%;}
.index1_content ul li a .textbox{padding: 9px;}
.index1_content ul li a .textbox h3{margin-top: 10px;margin-bottom: 10px;font-size: 14px;color: #337ab7;}
.index1_content ul li:hover a .textbox h3{text-decoration: underline;color: #23527c;}
.index1_content ul li a .textbox p{font-size: 14px;color: #333;margin-bottom: 10px;line-height: 1.42857;}




.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;}
.index2_content{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index2_left{width: 64.66%;font-size: 0;}
.index2_right{width: 32.33%;font-size: 16px;color: #777;line-height: 23px;}
.index2_left img{width: 100%;}



/*  */
.aboutbox{width: 100%;margin: 0 auto;}
.about{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}

.about_left{width: 25%;border: 1px solid #ddd;}
.about_right{width: 72%;}


.about_left .title{width: 100%;background-color: #03A9F3;border-top-right-radius: 4px;border-top-left-radius: 4px;padding: 10px 15px;color: #fff;font-size: 14px;}
.about_left ul li{padding: 10px 15px;font-size: 14px;border-bottom: 1px solid #ddd;}
.about_left ul li:last-child{border-bottom: 0;}
.about_left ul li a{color: #0059b2;}
.about_left ul li:hover a{text-decoration: underline;}


.a_title{width: 100%;padding-bottom: 9px;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.a_title h1{padding-bottom: 10px;color: #337ab7;font-size: 30px;}

.img2{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.img2 .imgbox1{width: 65.66%;font-size: 0;border-radius: 10px;overflow: hidden;}
.img2 .imgbox2{width: 32.33%;font-size: 0;border-radius: 10px;overflow: hidden;}
.img2 .imgbox img{width: 100%;}


.about_right .desc{font-size: 16px;color: #333;line-height: 23px;}
.about_right .desc p{margin-bottom: 10px;}



/*  */
.projects_right{width: 72%;}
.projects_right ul li{width: 100%;margin-bottom: 25px;}
.projects_right ul li .li_inner{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.projects_right ul li .li_inner .imgbox{width: 25%;font-size: 9;padding: 0 15px;order: 0;}
.projects_right ul li .li_inner .imgbox img{width: 100%;border: 1px solid #ddd;border-radius: 4px;padding: 5px;}

.projects_right ul li .li_inner .textbox{width: 75%;padding: 0 15px;order: 1;}
.projects_right ul li .li_inner .textbox h3{font-size: 18px;color: #337ab7;padding-bottom: 10px;}
.projects_right ul li:nth-child(1) .li_inner .textbox p{font-size: 14px;color: #777;}
.projects_right ul li .li_inner .textbox p{font-size: 14px;color: #777;}
.projects_right ul li:nth-child(2n) .li_inner .imgbox{order: 1;}
.projects_right ul li:nth-child(2n) .li_inner .textbox{order: 0;}



/*  */
.productbox{width: 100%;margin: 0 auto;}
.product{width: 100%;margin: 0 auto;}
.product .title{width: 100%;padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #ddd;}
.product .title h1{font-size: 24px;color: #333;}
.product_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}

.product_left{width: 24%;}
.product_right{width: 75%;padding: 0 15px;}

.product_left .top{height: 40px;width: 100%;line-height: 40px;padding: 2px;background: #03A9F3;color: white;margin-left: 6px;font-size: 16px;border: 1px solid #eee;text-indent: 10px;}
.product_left .top i{margin-left: 10px;}
.product_left ul li{height: 40px;width: 100%;line-height: 40px;padding: 2px;background: #03A9F3;color: white;margin-left: 6px;font-size: 16px;border: 1px solid #eee;text-indent: 10px;position: relative;transition: background 0.8s;}
.product_left ul li:hover{background: #3DB5E7;}
.product_left ul li a{color: #fff;}
.product_left ul li .pro_li2{position: absolute;top: 0;left: 100%;border: 1px solid #eee;opacity: 0;visibility: hidden;}
.product_left ul li .pro_li2 dd{text-indent: 10px;height: 40px;line-height: 40px;border-bottom: 2px solid #eee;display: block;width: 300px;background: rgba(61, 181, 231, .9);top: 48px;transition: background 0.8s;}
.product_left ul li .pro_li2 dd:hover{background: #3DB5E7;}
.product_left ul li .pro_li2 dd:hover a{color: lightgreen;}
.product_left ul li:hover .pro_li2{opacity: 1;visibility: visible;}


.product_right ul{display: flex;flex-wrap: wrap;}
.product_right ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;border: 1px solid #eee;padding: 6px;}
.product_right ul li:nth-child(4n){margin-right: 0;}

.product_right ul li a{display: block;width: 100%;font-size: 0;}
.product_right ul li a .imgbox{width: 100%;font-size: 0;overflow: hidden;}
.product_right ul li a .imgbox img{width: 100%;}
.product_right ul li:hover a .imgbox img{transform: scale(1,1);}
.product_right ul li a .textbox{width: 100%;}
.product_right ul li a .textbox p{font-size: 14px;color: #333;padding-bottom: 6px;}
.product_right ul li a .textbox p span{font-size: 14px;color: #337ab7;font-weight: bold;}
.product_right ul li a .textbox p span:hover{text-decoration: underline;}

/*  */
.news_right{width: 72%;}
.news_list ul li{width: 100%;border-bottom: 1px dotted #ccc;margin-bottom: 20px;}
.news_list ul li .title{width: 100%;font-size: 14px;color: #337ab7;font-weight: bold;}
.news_list ul li .title:hover{text-decoration: underline;color: #23527c;}
.news_list ul li .desc{display: flex;flex-wrap: wrap;}
.news_list ul li .desc .imgbox{width: 25%;padding-right: 30px;}
.news_list ul li .desc p{width: 75%;font-size: 14px;color: #333;}
.news_list ul li .btn{display: inline-block;padding: 10px 0;font-size: 14px;color: #337ab7;}
.news_list ul li .btn:hover{text-decoration: underline;color: #23527c;}


/*  */
.contact_right{width: 72%;}
.contact_content{width: 100%;}
.contact_list{width: 100%;margin-bottom: 20px;}
.contact_list ul{padding-left: 20px;}
.contact_list ul li{width: 100%;padding: 10px 0;font-size: 18px;color: #333;}

.contact_form{width: 100%;margin: 0 auto;}
.contact_form .title{width: 100%;padding-bottom: 20px;}
.contact_form .title h3{font-size: 24px;color: #337ab7;}
.contact_form .title h3 span{font-size: 15.6px;color: #777;}

.contact_form ul li{width: 100%;padding: 8px 0;display: flex;align-items: center;border-top: 1px solid #ddd;}
.contact_form ul li:last-child{border-bottom: 1px solid #ddd;}
.contact_form ul li span{width: 158px;font-size: 14px;color: #333;line-height: 1.42857;}
.contact_form ul li input{width: 50%;font-size: 14px;color: #333;line-height: 1.42857;border: 1px solid #333;border-radius: 4px;}
.contact_form ul li textarea{width: 50%;font-size: 14px;color: #333;line-height: 1.42857;border: 1px solid #333;border-radius: 4px;}


.c_btnbox{display: flex;align-items: center;margin-top: 20px;}
.c_btnbox span{width: 158px;font-size: 14px;color: #333;line-height: 1.42857;}
.c_btnbox .contact_btn{color: #fff;background-color: #5bc0de;border-color: #46b8da;font-size: 14px;border-radius: 4px;cursor: pointer;padding: 10px 20px;}



/*  */
.detailbox{width: 100%;margin: 0 auto;}
.detail{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.detail_left{width: 75%;}
.detail_right{width: 23%;}
.bg-blue-title{background-color: #03A9F3;color: white;text-align: left;font-size: 18px;color: #fff;padding: 8px;}
.bg-blue-title h4{padding: 10px 0;}
.table{border-collapse: collapse;margin-bottom: 20px;width: 100%;}
.table td{border: 1px solid #ddd;padding: 8px;}

.detail_left .top,.detail_right .top{font-size: 24px;color: #333;margin-bottom: 10px;}

.d_btnbox{width: 100%;margin-top: 50px;}
.d_btnbox input{background-color: #03A9F3;font-size: 14px;color: #fff;padding: 10px 20px;border-radius: 5px;display: inline-block;margin-right: 10px;}

.detail_right .item{width: 100%;border: 1px solid #ddd;}
.detail_right .item .title{width: 100%;background-color: #03A9F3;color: #fff;font-size: 14px;font-weight: bold;padding: 10px 20px;}

.item_content{height: 775px;overflow: hidden;padding: 20px;}
.item_content ul li p{padding: 10px 0;font-size: 14px;color: #333;}












@media only screen and (max-width: 980px) {
	.c_contact{display: none;}
	.search{width: 75%;}
	.headerbox{display: none;}
	.sp_header{ display:flex;justify-content: flex-end;}
	.pd50{padding: 25px 0;}
	.bannerbox .mySwiper1 .swiper-slide .slide_inner .textbox h1 {margin: 10px 0 10px;font-size: 25px;}
	.bannerbox .mySwiper1 .swiper-slide .slide_inner .textbox .desc{font-size: 16px;}
	.bannerbox .mySwiper1 .swiper-slide .slide_inner .textbox .desc p {padding: 5px 0;}
	.main_title h1 {font-size: 25px;}
	.index1_content ul li {width: 49%;}
	.index1_content ul li:nth-child(2n){margin-right: 0;}
	.index2_left {width: 100%;margin-bottom: 20px;}
	.index2_right{width: 100%;}
	.ft_left{width: 100%;margin-bottom: 20px;}
	.ft_right{width: 100%;}
	.ft_right ul li{width: 50%;}
	.about_left{width: 100%;margin-bottom: 20px;}
	.about_right{width: 100%;}
	.projects_right{width: 100%;}
	.product_right ul li{width: 49%;}
	.product_right ul li:nth-child(2n){margin-right: 0;}
	.product_left{width: 50%;margin-bottom: 20px;}
	.product_right{width: 100%;padding: 0;}
	.news_right{width: 100%;}
	.contact_right{width: 100%;}
	.contact_form ul li input {width: calc(100% - 158px);}
	.contact_form ul li textarea {width: calc(100% - 158px);}
	.detail_left{width: 100%;margin-bottom: 30px;}
	.detail_right{width: 100%;}
}


@media only screen and (max-width: 680px) {
	.bannerbox{display: none;}
	.index1_content ul li {width: 100%;margin-right: 0 !important;}
	.sidebar {display: none;}
	.a_title h1 {font-size: 25px;}
	.projects_right ul li .li_inner .imgbox{width: 100%;margin-bottom: 20px;order: 0 !important;}
	.projects_right ul li .li_inner .textbox{width: 100%;order: 1 !important;}
	.product_right ul li{width: 100%;margin-right: 0 !important;}
}
