/*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;color:#333;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: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2a62ac;
	--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;}

.mt50{margin-top: 50px;}
/* 导航 */
.headerbox{
	width: 100%;
	margin:  0 auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.headerbox.active{display: none;}
.headerbox .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerbox .header .menu ul li{
	position: relative;
	display: inline-block;
}
.headerbox .header .menu ul li a{
	font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 35px 25px;
    color: #333;
    display: flex;
    position: relative;
    text-decoration: none;
}

.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;
    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;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    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;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    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{
    background-color: var(--primary-color);
}
.headerbox .header .menu ul li dl dd:hover>a{color: #fff;}


.search{position: relative;min-width: 200px;}
.search input{width: 100%;border: 1px solid #000000;border-radius: 50px;height: 36px;line-height: 36px;padding: 5px;}
.search button{position: absolute;right: 0px;top: 50%;transform: translateY(-50%);background-color: transparent;height: 36px;}
.search button img{height: 36px;}



/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:var(--main-white);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: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%;
}
.bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a img{
	width: 100%;
}

.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;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background: var(--primary-color);
    width: 28px;
    border-radius: 20px;
}


.main_title{width: 100%;text-align: center;}
.main_title h1{font-size: 40px;color: #f8f8f8;}
.main_title h2{font-size: 25px;color: #1b1b1b;margin-top: -25px;position: relative;padding-bottom: 15px;margin-bottom: 25px;}
.main_title h2:after{width: 80px;height: 2px;background-color: #727272;content: "";bottom: 0;left: 50%;transform: translateX(-50%);position: absolute;}
.main_title p{font-size: 16px;color: #333;}

.main_title1 h1{color: #848484;}
.main_title1 h2{color: #fff;}
.main_title1 h2:after{background-color: #fff;}
.main_title1 p{color: #fff;}



.pd50{padding: 50px 0;}
/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: var(--primary-color);}
.footer{width: 100%;margin: 0 auto;}





/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.inbannerbox img{width: 100%;}
.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	box-sizing: border-box;
}


/* ================首页样式============== */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;}
.index1_content{width: 100%;}
.index1_content ul{display: flex;flex-wrap: wrap;}
.index1_content ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.index1_content ul li:nth-child(3n){margin-right: 0;}
.index1_content ul li .textbox{text-align: center;}
.index1_content ul li .textbox h3{font-size: 25px;color: #333;display: flex;align-items: center;}
.index1_content ul li .textbox h3 img{width: 50px;margin-right: 15px;}
.index1_content ul li .textbox h4{font-size: 20px;color: #efefef;font-weight: normal;}

.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index2_left{width: 70%;text-align: left;}
.index2_right{width: 28%;}
.index2_left .desc{font-size: 16px;color: #666;margin-top: 30px;line-height: 25px;}
.index2_left .main_title{text-align: left;}
.index2_left .main_title h2:after{left: 0;transform: translateX(0);}
.index2_right .mySwiper2 .swiper-pagination-bullet {
	font-size: 0px;
	width: 10px;
    height: 10px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #fff;
}
.index2_right .mySwiper2 .swiper-pagination-bullet-active{
	background-color: #ee7b1e;
	border: 1px solid #ee7b1e;
}




.index3box{width: 100%;margin: 0 auto;}
.index3{width: 100%;}
.index3_content{width: 100%;}
.index3_content .item{width: 100%;height: 800px;background-repeat: no-repeat;background-size: 100% 100%;position: relative;}
.index3_content .item .textbox{position: absolute;width: 25%;}
.index3_content .item1 .textbox{left: 3%;top: 5%;}
.index3_content .item2 .textbox{right: 3%;top: 5%;text-align: right;}


.index3_title{width: 100%;position: relative;padding-bottom: 15px;margin-bottom: 30px;}
.index3_title h1{font-size: 25px;color: #fff;}
.index3_title:after{position: absolute;left: 0;bottom: 0;width: 40px;height: 2px;background-color: #fff;content: "";}
.index3_content .item2 .textbox .index3_title:after{left: auto;right: 0;}
.index3_content .item .textbox .desc{font-size: 16px;color: #fff;}
.index3_content .item .textbox .desc ul{margin: 20px 0;}
.index3_content .item .textbox .desc li{margin-bottom: 8px;position: relative;padding-left: 10px;}
.index3_content .item .textbox .desc li:before{width: 4px;height: 4px;background-color: #fff;border-radius: 50%;content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.index3_content .item .textbox .zixun{display: inline-block;margin-top: 50px;padding: 5px 20px;border: 2px solid #fff;color: #fff;text-align: center;font-size: 16px;border-radius: 50px;}



.index4box{width: 100%;margin: 0 auto;background-color: #f5f6fb;padding: 80px 0;}
.index4{width: 100%;margin: 0 auto;}

.index4_content{width: 100%;}
.i4_content1{width: 100%;}
.i4_content1 ul{display: flex;flex-wrap: wrap;}
.i4_content1 ul li{width: 30%;margin-right: 5%;margin-bottom: 20px;}
.i4_content1 ul li:nth-child(3n){margin-right: 0;}
.i4_content1 ul li .imgbox{width: 100%;font-size: 0;display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 10px;}
.i4_content1 ul li .imgbox img{max-width: 100%;width: auto;}
.i4_content1 ul li .textbox{text-align: center;}
.i4_content1 ul li .textbox h3{font-size: 14px;font-weight: bold;line-height: 20px;color: #000;}
.i4_content1 ul li .textbox p{font-size: 14px;color: #000;}

.i4_content2{width: 100%;margin-top: 30px;}
.i4_content2 ul{display: flex;flex-wrap: wrap;}
.i4_content2 ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.i4_content2 ul li:nth-child(3n){margin-right: 0;}
.i4_content2 ul li img{width: 100%;}






.index5box{width: 100%;margin: 0 auto;}
.index5{width: 100%;margin: 0 auto;}
.index5_content{width: 100%;}
.index5_content ul{max-width: 80%;margin: 0 auto;}
.index5_content ul li{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 40px;}
.index5_content ul li .imgbox{width: 48%;order: 0;font-size: 0;}
.index5_content ul li .textbox{width: 48%;order: 1;}
.index5_content ul li:nth-child(2n) .imgbox{order: 1;}
.index5_content ul li:nth-child(2n) .textbox{order: 0;}

.index5_content ul li .imgbox img{width: 100%;}
.index5_content ul li .textbox .title{width: 100%;margin-bottom: 20px;}
.index5_content ul li .textbox .title h3{font-size: 20px;font-weight: bold;color: #000;}
.index5_content ul li .textbox .title p{font-size: 14px;color: #000;}
.index5_content ul li .textbox .desc{font-size: 16px;color: #666;}



.index6box{width: 100%;margin: 0 auto;}
.bg{width: 100%;background-repeat: no-repeat;background-size: 100% 100%;height: 800px;}
.index6{width: 100%;margin: 0 auto;padding: 50px 0;}
.index6 h1{font-size: 45px;color: #fff;text-align: center;margin-bottom: 20px;}
.index6 p{max-width: 70%;margin: 0 auto;font-size: 16px;color: #fff;}

.index7box{width: 100%;margin: 0 auto;}
.index7{width: 100%;margin: 0 auto;}
.index7 .index7_title{margin-bottom: 40px;text-align: center;}
.index7 .index7_title h1{font-size: 35px;color: #333;}
.index7_content{width: 100%;}
.index7_content ul{max-width: 80%;margin: 0 auto;}
.index7_content ul li{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 40px;}
.index7_content ul li .imgbox{width: 48%;order: 0;font-size: 0;}
.index7_content ul li .textbox{width: 48%;order: 1;}
.index7_content ul li:nth-child(2n) .imgbox{order: 1;}
.index7_content ul li:nth-child(2n) .textbox{order: 0;}

.index7_content ul li .imgbox img{width: 100%;}
.index7_content ul li .textbox .title{width: 100%;margin-bottom: 20px;}
.index7_content ul li .textbox .title h3{font-size: 20px;font-weight: bold;color: #000;}
.index7_content ul li .textbox .title p{font-size: 14px;color: #000;}
.index7_content ul li .textbox .desc{font-size: 16px;color: #666;}




.index8box{width: 100%;margin: 0 auto;height: 324px;background-repeat: no-repeat;background-size: 100% 100%;display: flex;align-items: center;justify-content: center;}
.index8{width: 100%;margin: 0 auto;/*text-align: center;*/font-size: 20px;color: #fff;line-height: 35px;}
.index8 p{margin-bottom: 20px;}


.index9box{width: 100%;margin: 0 auto;}
.index9box .item{width: 100%;height: 800px;background-repeat: no-repeat;background-size: 100% 100%;position: relative;}
.index9box .item .textbox{position: absolute;width: 25%;left: 3%;top: 5%;}

.index3_title{width: 100%;position: relative;padding-bottom: 15px;margin-bottom: 30px;}
.index3_title h1{font-size: 25px;color: #fff;}
.index3_title:after{position: absolute;left: 0;bottom: 0;width: 40px;height: 2px;background-color: #fff;content: "";}

.index9box .item .textbox .desc{font-size: 16px;color: #fff;}
.index9box .item .textbox .desc ul{margin: 20px 0;}
.index9box .item .textbox .desc li{margin-bottom: 8px;position: relative;padding-left: 10px;}
.index9box .item .textbox .desc li:before{width: 4px;height: 4px;background-color: #fff;border-radius: 50%;content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);}



.index10box{width: 100%;margin: 0 auto;}
.index10{width: 100%;margin: 0 auto;}
.index10 ul{display: flex;flex-wrap: wrap;}
.index10 ul li{width: 20%;padding: 0 10px;margin-bottom: 20px;}
.index10 ul li .imgbox{width: 100%;font-size: 0;}
.index10 ul li .imgbox img{width: 100%;}
.index10 ul li .textbox{width: 100%;padding: 20px;border: 1px solid #777;border-top: 0;}
.index10 ul li .textbox .title{text-align: center;margin-bottom: 15px;}
.index10 ul li .textbox .title h3{font-size: 18px;color: #000;}
.index10 ul li .textbox .title p{font-size: 13px;color: #999;}
.index10 ul li .textbox .desc{font-size: 16px;color: #666;}

.index11box{width: 100%;margin: 0 auto;}
.index11{width: 100%;margin: 0 auto;}
.index11_content{width: 100%;}
.index11_content ul{display: flex;flex-wrap: wrap;}
.index11_content ul li{width: 30%;margin-right: 5%;margin-bottom: 30px;}
.index11_content ul li:nth-child(3n){margin-right: 0;}
	.index11_content ul li img {
		width: 100%;
		height: 260px;
		object-fit: contain;
	}



.index12box{width: 100%;margin: 0 auto;}
.index12{width: 100%;margin: 0 auto;}
.index12_content{width: 100%;}
.index12_content ul{display: flex;flex-wrap: wrap;}
.index12_content ul li{width: 33.33%;padding: 0 10px;margin-bottom: 40px;}
.index12_content ul li img{width: 100%;}



.index13box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: 100% 100%;min-height: 800px;}
.index13{width: 100%;}

.index13_content{width: 100%;}
.index13_content .desc{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 30px;}
.index13_content .desc .desc_left{width: 30%;}
.index13_content .desc .desc_right{width: 15%;font-size: 16px;color: #fff;text-align: right;}
.index13_content .desc .desc_right b{font-size: 14px;}
.index13_content .desc .desc_left ul li{font-size: 16px;color: #fff;margin-bottom: 30px;}
.index13_content .desc .desc_left ul li:last-child{margin-bottom: 0;}

.index13_content form{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index13_content form input{width: 49%;margin-bottom: 20px;border: 1px solid #fff;background-color: rgb(255, 255, 255,0.5);height: 40px;line-height: 40px;padding: 10px;font-size: 18px;}
.index13_content form input::placeholder{color: #000;}
.index13_content form textarea{width: 100%;margin-bottom: 20px;border: 1px solid #fff;background-color: rgb(255, 255, 255,0.5);padding: 10px;font-size: 18px;}
.index13_content form textarea::placeholder{color: #000;}
.index13_content form button{width: 180px;background-color: #00c0ff;color: #fff;font-size: 18px;text-align: center;padding: 10px 0;}


.index5_img{width: 100%;font-size: 0;}
.index5_img img{width: 100%;}



.i4_content2_m{width: 100%;position: relative;display: none;}
.i4_content2_m .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
}
.i4_content2_m .swiper-pagination-bullet-active{
	background: var(--primary-color);
}




.index11_content_m{width: 100%;position: relative;display: none;}
.index11_content_m .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
}
.index11_content_m .swiper-pagination-bullet-active{
	background: var(--primary-color);
}








@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:block;}
	.bannerbox{margin-top: 70px;}
	.inbannerbox{margin-top: 70px;}
	.mt50{margin-top: 25px;}
	.pd50{padding: 25px 0;}
	.index1_content ul li{width: 49%;margin-right: 2%;}
	.index1_content ul li:nth-child(2n){margin-right: 0;}
	.index1_content ul li:nth-child(3n){margin-right: 0%;}
	.index1_content ul li .textbox h3 {font-size: 15px;justify-content: center;flex-direction: column;}
	.index1_content ul li .textbox h4 {font-size: 14px;text-align: center;}
	.index2_left {width: 100%;margin-bottom: 20px;}
	.index2_right {width: 100%;}
	.index3_content .item {height: 600px;}
	.i4_content1 ul li {width: 49%;margin-right: 2%;}
	.i4_content1 ul li:nth-child(2n){margin-right: 0;}
	.i4_content1 ul li:nth-child(3n){margin-right: 0%;}
	
	.i4_content2 ul li {width: 49%;margin-right: 2%;}
	.i4_content2 ul li:nth-child(2n){margin-right: 0;}
	.i4_content2 ul li:nth-child(3n){margin-right: 2%;}
	.index5_content ul {max-width: 100%;}
	.index5_content ul li .imgbox {width: 100%;margin-bottom: 20px;order: 0 !important;}
	.index5_content ul li .textbox {width: 100%;margin-bottom: 20px;order: 1 !important;}
	.index6box {height: 600px;}
	.index6 h1{font-size: 30px;}
	.index6 p {max-width: 100%;}
	.index7 .index7_title h1 {font-size: 30px;color: #333;}
	.index7_content ul {max-width: 100%;}
	/* .index7_content ul li .textbox .title h3 {color: #fff;}
	.index7_content ul li .textbox .title p {color: #fff;}
	.index7_content ul li .textbox .desc {color: #fff;} */
	.index7_content ul li .imgbox {width: 100%;margin-bottom: 20px;order: 0 !important;}
	.index7_content ul li .textbox {width: 100%;margin-bottom: 20px;order: 1 !important;}
	.index8 {font-size: 18px;line-height: 25px;}
	.index9box .item {height: 600px;}
	.index10 ul li {width: 50%;}
	.index11_content ul li {width: 49%;margin-right: 2%;}
	.index11_content ul li :nth-child(2n){margin-right: 0;}
	.index11_content ul li :nth-child(3n){margin-right: 2%;}
	.index12_content ul li {width: 50%;}
	.index13_content .desc .desc_left {width: 48%;}
	.index13_content .desc .desc_right {width: 48%;}
	.main_title h1 {font-size: 35px;}
	.main_title h2 {font-size: 20px;margin-top: -15px;}
	.bg{height: auto;}
	.i4_content2{display: none;}
	.i4_content2_m{display: block;padding-bottom: 40px;}

	.index11_content{display: none;}
	.index11_content_m{display: block;padding-bottom: 40px;}
	.index13box{background-size: cover;}
}


@media only screen and (max-width: 680px) {
	.i4_content2 ul li {width: 100%;margin-right: 0% !important;}
	.index11_content ul li {width: 100%;margin-right: 0% !important;}
	/* .index1_content ul li {width: 100%;margin-right: 0 !important;} */
	.index10 ul li {width: 100%;}
	.index12_content ul li {width: 100%;}
	.index13_content .desc {flex-wrap: wrap;}
	.index13_content .desc .desc_left {width: 100%;margin-bottom: 20px;}
	.index13_content .desc .desc_right {width: 100%;}
	.index13_content form input {width: 100%;}
	.main_title h1 {font-size: 25px;}
	.main_title h2 {font-size: 18px;margin-top: -10px;}
	.index6box {height: auto;}
	.index9box .item {height: 500px;}
	.index9box .item .textbox {width: 90%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
	.index3_content .item1 .textbox {width: 90%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
	.index3_content .item2 .textbox {width: 90%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
}
