/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,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;font-family:' '; 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;
}

.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: 1400px;
		margin: 0 auto;
	}
}

/* 轮播图通用 */
.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;}


/* 导航 */
.headerbox{
	width: 100%;
	margin:  0 auto;
}
.headerbox .header{
	display: flex;
	align-items: center;
	justify-content: center;
}

    .headerbox .header img {
        max-height: 70px;
    }

.headerbox .header .menu ul li{
	position: relative;
	display: inline-block;
}
.headerbox .header .menu ul li a{
	font-size: 14px;
    line-height: 1;
    padding: 35px 15px;
    color: #555d65;
    display: flex;
    position: relative;
    text-decoration: none;
}

.headerbox .header .menu ul li a:hover{
	color: #0087c1;
}
.headerbox .header .menu ul li.curr a{
	color: #0087c1;
}
.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: -50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
	border-top: 4px solid #0087c1;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
	border-top: 4px solid #0087c1;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: -4px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #272023;
    text-align: left;
    display: block;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dl dd:hover{
    color: #333;
}


.black_bg{
	display:none;
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,0.5);
}
.black_bg.show{
	display: block;
}
/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;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;margin-top:25px}
/* 横杠 */
.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:#fff;width:100%;height:100%;font-size:14px;line-height:40px;top:0px;overflow:auto;overflow-x:hidden;transition:left ease 0.5s;transition:all ease 0.35s;left: -100%;}
.nav_show{left: 0;}
.sjj_nav .sjj_nav_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px;
}
.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: solid 1px #e9ecef;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: solid 1px #e9ecef;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;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:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.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;}



@media only screen and (min-width: 680px) {
	.sjj_nav{
		width: 320px;
	}
}



/* banner */
.bannerbox{
	width: 100%;
	max-height: 550px;
	overflow: hidden;
}
.bannerbox .mySwiper1{
	width: 100%;
	max-height: 550px;
	height: 550px;
}
.bannerbox .mySwiper1 .swiper-slide{
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.bannerbox .mySwiper1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerbox .mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 10px;
	height:10px;
    overflow: hidden;
}

.bannerbox .mySwiper1 .swiper-slide .banner_text{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.bannerbox .mySwiper1 .swiper-slide .banner_text h1{
	font-size: 49px;
	color: #0087c1;
	margin-bottom: 10px;
}
.bannerbox .mySwiper1 .swiper-slide .banner_text h3{
	font-size: 32px;
	color: #0087c1;
	margin-bottom: 5px;
}
.bannerbox .mySwiper1 .swiper-slide .banner_text em{
	font-size: 14px;
	color: #0087c1;
	word-spacing: .2604vw;
	text-transform: uppercase;
}

/* searchbox */
.searchbox{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}
.searchbox .wapper{
	max-width: 1050px;
}
.searchbox .wapper .search{
	width: 100%;
	margin: 0 auto;
}
.search .search_input{
	width: 100%;
	background-color: #fff;
    border: 4px solid #ebebeb;
    position: relative;
}
.search .search_input .icon{
	position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #fff url(../images/icon-report.png) center center no-repeat;
    border-right: 1px solid #e6e6e6;
}
.search .search_input .inp{
	width: 100%;
    color: #333;
    font-size: 18px;
    padding: 0 10px;
	height: 60px;
	padding-left: 70px;
	outline: none;
}
.search .search_input .inp::placeholder{
	color: #ebebeb;
}
.search .search_input .btn{
	position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    width: 200px;
	outline: none;
    padding-left: 45px;
	height: 60px;
    background: #0087c1 url(../images/icon-so-w.png) 70px center no-repeat;
}
.search_result{
	background-color: #fff;
    border: 3px solid #d7e8ef;
	margin-top: 60px;
}
.search_result1{
	margin-top: 0;
}
.search_result .result_title{
	color: #0087c1;
    font-size: 16px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 20px;
    background-color: #f0f8fb;
}
.search_result .result_box{
	padding: 40px;
    text-align: center;
}



.main_title{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.main_title h1{
	font-size: 36px;
	color: #111827;
	margin-bottom: 16px;
}
.main_title p{
	max-width: 800px;
	margin: 0 auto;
	color: #6b7280;
	font-size: 16px;
}


/* index1 */
.index1_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.index1_content .index1_left{
	width: 33.33%;
	text-align: right;
}
.index1_content .index1_center{
	width: 33.33%;
	padding: 0 20px;
}
.index1_content .index1_center img{
	width: 100%;
}
.index1_content .index1_right{
	width: 33.33%;
	text-align:left;
}

.index1_content .index1_left ul li,
.index1_content .index1_right ul li{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #e5e7eb;
}
.index1_content .index1_right ul li{
	justify-content: flex-start;
}


.index1_content .index1_left ul li:last-child,
.index1_content .index1_right ul li:last-child{
	border-bottom: 1px solid transparent;
}


/* index2 */
.index2box{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}
.index2box h1{
	font-size: 31px;
	color: #333;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}
.index2box h1:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 48px;
    margin-left: -24px;
    border-bottom: 1px solid #0087c1;
}


.index2{
	margin-top: 50px;
	width: 100%;
}
.index2 ul{
	display: flex;
	flex-wrap: wrap;
}
.index2 ul li{
	width: 33.33%;
	padding: 57px 10px;
	box-sizing: border-box;
    border: 1px solid #e6e6e6;
	height: 350px;
	transition: .3s;
}
.index2 ul li a{
	display: block;
	width: 100%;
}
.index2 ul li a .imgbox{
	width: 100%;
	display: flex;
	margin-top: 25px;
	margin-bottom: 5px;
	align-items: center;
	transition: .3s;
	justify-content: center;
}
.index2 ul li a .imgbox img{
	max-width: 100%;
	width: auto;
}
.index2 ul li a .imgbox1{
	width: 100%;
	display: flex;
	opacity: 0;
	transition: .3s;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.index2 ul li a .imgbox1 img{
	max-width: 100%;
	width: auto;
}
.index2 ul li a h3{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
}
.index2 ul li a p{
	color: #999;
	font-size: 16px;
	margin: 0 74px 20px;
}
.index2 ul li:hover{
	color: #fff;
    background-color: #0087c1;
}
.index2 ul li:hover a h3{
	color: #fff;
	color: #fff;
    padding-bottom: 12px;
    margin-bottom: 25px;
	position: relative;
}
.index2 ul li:hover a h3:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    margin-left: -10px;
    border-bottom: 1px solid #fff;
}
.index2 ul li:hover a p{
	color: #fff;
}
.index2 ul li:hover .imgbox{
	margin-top: -50px;
    opacity: 0;
}
.index2 ul li:hover .imgbox1{
	opacity: 1;
}



/* index3 */
.index3box{
	background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
	padding: 50px 66px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.index3box .index3{
	width: 100%;
	margin: 0 auto;
}
.index3box .index3 h1{
	font-size: 31px;
	color: #fff;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.index3box .index3 h1:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 48px;
    margin-left: -24px;
    border-bottom: 1px solid #0087c1;
}
.index3box .index3 .desc{
	margin-bottom: 40px;
	min-height: 100px;
}
.index3box .index3 .desc p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.index3box .index3 .index3_btn{
	width: 100%;
	text-align: center;
}
.index3box .index3 .index3_btn a{
	color: #fff;
    font-size: 16px;
    width: 188px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 21px;
    display: block;
    margin: 20px auto;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.index3box .index3 .index3_btn a:hover{
	color: #fff;
    background: #008fc5;
    border-color: #008fc5;
}




/* footer */
.footerbox{
	color: rgba(255,255,255,.6);
    background: #1e2225;
}

.footerbox .footer{
	width: 100%;
	margin: 0 auto;
}

.footerbox .footer .footer_top{
	padding: 60px 0 40px;
}

.footerbox .footer .footer_bottom{
	line-height: 20px;
    padding: 20px 10px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footerbox .footer .footer_bottom p{
	font-size: 14px;
	max-width: 1540px;
	margin: 0 auto;
}
.footerbox .footer .footer_bottom p a{
	color: rgba(255,255,255,.6);
	margin-left: 10px;
}
.footerbox .footer .footer_bottom p a:hover{
	color: #fff;
}


/* servicebox */
.servicebox{
	background-color: #fafafa;
	padding: 40px 0 80px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.servicebox .service{
	width: 100%;
	margin: 0 auto;
}

.servicebox .service ul li{
	width: 100%;
	margin-bottom: 20px;
	background-color: white;
}
.servicebox .service ul li .service_item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.service_item .ser_left{
    width: 50%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.service_item .ser_right{
	width: 50%;
	color: #999;
    line-height: 30px;
	padding: 30px 31px;
}
.service_item .ser_left img{
	display: block;
    width: 100%;
    visibility: hidden;
}

.service_item .ser_right h1{
	font-size: 23px;
	color: #333;
	padding-bottom: 12px;
	margin-bottom: 35px;
	position: relative;
}
.service_item .ser_right h1:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    border-bottom: 1px solid #333;
}
.service_item .ser_right .desc{
	height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 40px;
}
.service_item .ser_right .desc p{
	font-size: 14px;
}

.service_item .ser_right a{
	color: #999;
    font-size: 12px;
    font-family: 'Arial';
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
	overflow: hidden;
    padding-right: 40px;
    background: url(../images/arrow2.png) right center no-repeat;
}
.service_item .ser_right a:hover{
	color: #0087c1;
    padding-right: 50px;
	background: none;
}



/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 367px;
}
.inbannerbox img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.inbannerbox .inbanner{
	position: absolute;
	height: auto;
	top:50%;
	left: 10%;
	transform: translateY(-50%);
}
.inbannerbox .inbanner h1{
	font-size: 47px;
	color: #0087c1;
}
.inbannerbox .inbanner h2{
	width: 100%;
	font-size: 31px;
	font-weight: 900;
	line-height: 1;
	color: white;
}



.insidebox{
	width: 100%;
	margin: 0 auto;
}

.insidebox .wapper .inside{
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}



/* news */
.newsbox{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 80px;
	box-sizing: border-box;
}
.newsbox .news{
	width: 100%;
	margin: 0 auto;
}
.newsbox .news h1{
	font-weight: bold;
	font-size: 36px;
	color: #111827;
	text-align: center;
}
.newsbox .news .news_content{
	margin-top: 30px;
}
.newsbox .news .news_content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsbox .news .news_content ul li{
	width: 32%;
	margin-bottom: 20px;
}
.newsbox .news ul li a{
	display: block;
	width: 100%;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
	border-radius: 5px;
}
.newsbox .news .news_content ul li .imgbox{
	width: 100%;
	height: 192px;
}
.newsbox .news .news_content ul li .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.newsbox .news .news_content ul li .textbox{
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}
.newsbox .news .news_content ul li .textbox em{
	font-size: 12px;
	color: #9ca3af;
	margin-bottom: 10px;
}
.newsbox .news .news_content ul li .textbox h3{
	font-size: 20px;
	color: #111827;
	margin-bottom: 40px;
}
.newsbox .news .news_content ul li .textbox span{
	display: block;
	font-size: 14px;
	color: #111827;
}
.newsbox .news .news_content ul li .textbox p{
	font-size: 14px;
	color: #6b7280;
}



/* about */
.s_menu{
	width: 100%;
	margin: 0 auto;
	height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.s_menu ul{
	display: flex;
	justify-content: center;
}
.s_menu ul li{
	padding: 0 15px;
	margin-right: 20px;
	box-sizing: border-box;
}
.s_menu ul li:last-child{
	margin-right: 0;
}
.s_menu ul li a{
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0 10px;
    line-height: 58px;
    border-bottom: 3px solid transparent;
}
.s_menu ul li.curr a{
	color: #0087c1;
	border-color: #0087c1;
}



.about1box{
	padding: 40px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.about1box .about1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.about1box .about1 .about1_left{
    width: 46%;
    height: 375px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.about1box .about1 .about1_left img{
	display: block;
    width: 100%;
    visibility: hidden;
}
.about1box .about1 .about1_right{
	color: #666;
    line-height: 25px;
    padding-left: 80px;
    width: 54%;
}
.about1box .about1 .about1_right h1{
	font-size: 31px;
	color: #333;
	margin-bottom: 41px;
	padding-bottom: 10px;
	position: relative;
}
.about1box .about1 .about1_right h1:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4vw;
    height: 2px;
    background: #0087c1;
}


.about2box{
	padding: 40px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	color: #fff;
    font-size: 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.about2{
	width: 100%;
	margin: 0 auto;
}
.about2 .about2_title{
	text-align: center;
}
.about2 .about2_title h1{
	margin-bottom: 10px;
    margin-top: 20px;
	font-size: 26px;
	color: #fff;
}
.about2 .about2_title p{
	font-size: 16px;
	color: #fff;
}
.about2 .about2_content{
	width: 100%;
}
.about2 .about2_content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about2 .about2_content ul li{
	margin: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about2 .about2_content ul li>div{
	width: 152px;
	height: 152px;
}
.about2 .about2_content ul li .imgbox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about2 .about2_content ul li .imgbox img{
	max-width: 100%;
	width: auto;
}
.about2 .about2_content ul li p{
	text-align: center;
	font-size: 14px;
	color: #fff;
}





.about3box{
	padding: 40px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.about3box .wapper{
	width: 1540px;
	margin: 0 auto;
}
.about3box .about3{
	width: 100%;
	margin: 0 auto;
}
.about3box .about3 h1{
	font-size: 30px;
	margin-bottom: 33px;
	color: #333;
	text-align: center;
}

.about3box .about3 .about3_content{
	margin-top: 30px;
	width: 100%;
	margin: 0 auto;
}
.about3box .about3 .about3_content ul{
	display: flex;
	flex-wrap: wrap;
}
.about3box .about3 .about3_content ul li{
	width: 16.66%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
}
.about3box .about3 .about3_content ul li .imgbox{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	justify-content: center;
}
.about3box .about3 .about3_content ul li .imgbox img{
	max-width: 100%;
	width: auto;
	height: 118px;
}
.about3box .about3 .about3_content ul li p{
	font-size: 16px;
	color: #333;
}
.about3box .about3 .about3_content ul li h3{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}



@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.topbox{
		display: none;
	}
	.sp_header{ display:block;}
	.search .search_input .inp{font-size: 14px;}
	.index2 ul li{
		width: 50%;
	}
	.index2 ul li a p {margin: 0 0 10px;}
	.index3box {padding: 20px;}
	.newsbox .news .news_content ul li{
		width: 48%;
	}
	.about1box .about1 .about1_left{
	    width: 100%;
		margin-bottom: 20px;
	}
	.about1box .about1 .about1_right{
	    width: 100%;
		padding-left: 0;
	}
	.about2 .about2_content ul li{
		width: 50%;
		margin: 0;
	}
	.about2 .about2_content ul li>div{
		width: 100px;
		height: 100px;
		margin: 10px auto;
	}
	.about2 .about2_content {
	    margin-top: 30px;
	}
	.about3box .about3 .about3_content ul li{
		width: 33.33%;
	}
	.about3box .about3 .about3_content ul li .imgbox{
		margin-bottom: 16px;
	}
	.about3box .about3 .about3_content ul li .imgbox img{
		height: 70px;
	}
}


@media only screen and (max-width: 680px) {
	.bannerbox .mySwiper1 .swiper-slide .banner_text h1 {
	    font-size: 35px;
	}
	.bannerbox .mySwiper1 .swiper-slide .banner_text h3 {
	    font-size: 20px;
	}
	.bannerbox .mySwiper1 .swiper-slide .banner_text em {
	    font-size: 10px;
	}
	.search .search_input .icon{height: 35px;}
	.search .search_input .inp{height: 35px;font-size: 12px;}
	.search .search_input .btn{height: 35px;width: 100px;background-size: 16px auto;font-size: 14px; background-position: 40% center;}
	.index1_content .index1_left{
		width: 100%;
		text-align: center;
	}
	.index1_content .index1_center{
		width: 100%;
		padding: 0 20px;
	}
	.index1_content .index1_right{
		width: 100%;
		text-align:center;
	}
	.index1_content .index1_left ul li, .index1_content .index1_right ul li {
	    justify-content: center;
	}
	.index1_content .index1_right ul li{
		justify-content: center;
	}
	.index1_content .index1_left ul li .imgbox, .index1_content .index1_right ul li .imgbox{
		display: none;
	}
	.index2 ul li{
		width: 100%;
	}
	.inbannerbox .inbanner h1 {
	    font-size: 24px;
	}
	.inbannerbox .inbanner h2{
		font-size: 16px;
	}
	.service_item .ser_left{
	    width: 100%;
	    height: auto;
		order: 0;
	}
	.service_item .ser_right{
		width: 100%;
		order: 1;
	}
	.newsbox .news .news_content ul li{
		width: 100%;
	}
	.about3box .about3 .about3_content ul li{
		width: 50%;
	}
	.about3box .about3 .about3_content ul li .imgbox{
		margin-bottom: 10px;
	}
	.about3box .about3 .about3_content ul li .imgbox img{
		height: 60px;
	}
}
