.cent1{
  background-image: url('../img/bg_1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  height: 100%;
  color: #2e2e31;
}
.cent1_box{
	width: 100%;
	display: flex;
}
.cent1 .lt{
	width: 47%;
	padding:1rem 0 2rem;
	margin-left: 3%;
}
.cent1 .rt{
	width: 47%;
	position: relative;
	padding:1rem 0 1rem;
}
.cent1 .rt .img{
	position: absolute;
	bottom:20%;
	width: 90%;
	margin:auto;
	max-width:330px;
	padding:1rem 0 1rem;
	
}
.star img{
  width: 80px;
}
.star span{
	font-size: 0.75rem;
	margin-left: 0.2rem;
}
.box_bg{
	width: 100%;
	max-width: 900px;
	margin:auto;
	padding:1rem 0 1rem;
}
.box_bg .desc{
	padding:1rem;
	background-color: #f5fdff;
	border-radius: 1rem;
}


.pt_h2{
	font-weight: bold;
	font-family: 'MyCustomFont2';
	padding: 0 1rem 0 1rem;
	text-align: center;

}
.pt_h4{
	font-family: 'MyCustomFont2';
	font-weight: bold;
	text-align: center;
	padding:0 1rem 0 1rem;
	color: #006f91;
}	
.cent1 .mob_bg{
	display: none;
}
.cent1 .lt h2{
	font-size: 2rem;
	font-family: 'MyCustomFont';
	font-weight: normal;

}
.cent1 .lt h2 span{
	font-size: 'MyCustomFont2';
	font-weight: 700;
}
.cent1 .list img{
	width: 12px;
	margin-right: 0.4rem;
}
.cent1 p{
	font-size: 1rem;
	line-height: 1.7rem;
	margin:0.6rem 0 0.8rem;
}
.cent1 .list{
	font-weight: bold;
	line-height: 2.2rem;
	margin:0 0 1rem 1rem;
}
.cent1 .rt .desc{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.cent1 .rt .desc .img{
	padding:0;
}
.cent1 .rt .desc img{
	width: 40px;
}
.btn{
	width: 270px;
}
.a_btn{
	width: 260px;
	display: block;
	position: relative;
}
.a_btn span{
	position: absolute;
	left: 0;
	top:8px;
	padding:0 1rem 0 1rem;
	text-align: center;
	color: #262626;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: bold;

	
}
.btn_icon{
	font-size: 0.7rem;
	text-align: center;
}
.btn_icon img{
	width: 15px;
	margin-right: 0.2rem;
}

.cent2{
  margin: 2rem 0 2rem;
}
.cent2 .img{
    width: 94%;
    margin:auto;
    max-width: 1000px;
}

.cent3{
	width: 94%;
	padding: 0 3% 0 3%;
	background-image: url('../img/bg2_1.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}
.cent3_box{
	width: 100%;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
  	justify-content: center;
  	flex-direction: row;
  	flex-wrap: wrap;
}
.cent3  .img_pc{width: 70%;margin:auto;}
.cent3 .lt{
	width: 40%;
}
.cent3 .rt{
	width: 60%;
	
}
.cent3 .img_mob{display: none;}
.cent3 .rt_box{
	margin:4rem 4rem 2rem;
}
.cent3 h2{
	margin:1rem 0 0.5rem;
}
.cent3  p{
	line-height: 2rem;
	font-size: 1.2rem;
	margin:1rem 0 1rem;
}
.cent4{
	display: flex;
	width: 100%;
	/*background-color: #000;*/
	background-image: url('../img/bg4.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
}
.cent4 h2{
	color: #fbfbfb;
	font-size: 2rem;
	text-align: center;
	padding:2rem 0 0.5rem;
}
.cent4 h3{
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}
.cent4 h4{
	padding:0 1rem 0 1rem;

	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
}
.cent4_box{
	display: block;
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
  	justify-content: center;
  	flex-direction:row;
  	flex-wrap: wrap;
  	padding:0 0 1rem;
	justify-content:space-between; 


}
.cent4_box .list{
	display: flex;
	padding:1rem 2rem 1rem 2rem;
	flex-direction: row;
  	flex-wrap: wrap;
  	color: #ffffff;
}
.cent4 .list h4{
	font-size: 1.2rem;
}
.cent4 .list p{
	font-size: 1rem;
}

.cent4 .list h4 img{
	width: 35px;
	margin-right: 1rem;
}
.cent4 .lt{
	
	width: 35%;
}
.cent4 .img_mob{
	display: none;
}
.cent4 .img_pc{
	width: 30%;
	text-align: center;
}
.cent4 .img_pc img{
	width: 80%;
}
.cent4 .rt{
	float: right;
	width: 35%;
}
.cent5{
	display: flex;
	width: 100%;
	color: #ffffff;
	flex-direction:row;
  	flex-wrap: wrap;
  
	
}
.cent5_box{
	width: 60%;
	padding:2rem;
}

.cent5 p{
	font-size: 1.1rem;
	line-height: 2rem;
	margin:0.5rem 0 2rem;
}
.cent5 .lt{
	display: flex;
	width: 50%;
	background-image: url('../img/bg5_1.jpg');
	background-position:center;

	background-size: cover;
	
}

.cent5 .rt{
	display: flex;
	width: 50%;
	background-image: url('../img/bg5_2.jpg');
	background-position:center;
	background-size: cover;
	
}
.cent6_box{
	display: flex;
	width: 94%;
	padding: 3%;
	

}
.cent6 h2{
	text-align: center;
	margin:1rem 0 1rem;
}

.cent6_box .img1{
	display: block;
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.cent7{
	background-color: #000000;
	color: #ffffff;
	/*margin:0 0 1rem;*/
}
.cent7_box{
	display: flex;
	width: 100%;
	align-items: center;
  	justify-content: center;
  	padding:2rem 0 2rem;
}
.cent7 .lt_img{
	width: 40%;
	display: flex;
	align-items: center;
  	justify-content: center;
}
.cent7 .lt_img img{
	width: 267px;
}
.cent7 .rt_desc{
	width: 60%;
}

.cent7 .rt_desc p{
	font-size: 1.1rem;
	margin:1rem 0 1rem;
}
.cent7 .rt_desc2 .img{
	display: none;
}
.cent13{
	background-color: #eeffff;
	padding:1rem 0 1rem;
}
.cent13 h2{
	text-align: center;
	font-size: 2rem;
	margin:1rem 0 1rem;
}
.cent13 h3{
	text-align: center;
	/*color: #999;*/
	font-size: 1.2rem;
	font-weight: 400;
	margin:0 1rem 1.5rem 1rem;
	line-height: 1.8rem;
}
.cent13 .cent13_box{
	display: flex;
	width: 100%;
	/*align-items: center;*/
  
  	flex-direction:row;
  	flex-wrap: wrap;
	justify-content:space-between; 
}
.cent13_box .list{
	/*display: flex;*/
	width: 32.5%;
	
	
	
	
}
.cent13_box .list .img{
	border-radius: 2.2rem;
	overflow: hidden;
	position: relative;
	padding:20px;

}
.cent13_box .list .img .num{
	position: absolute;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -30px;
	top:0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	color: #111111;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.3rem;

}
.cent13_box .title{
	margin: 0.5rem 0 0.5rem 1rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
}




.cent8{

	padding:1rem 0 1rem;
}
.cent8 h2{
	text-align: center;
	font-size: 2rem;
	margin:1rem 0 1rem;
}
.cent8 h3{
	text-align: center;
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.cent8 .rev_list{
	display: flex;
	width: 100%;
	/*align-items: center;*/
  
  	flex-direction:row;
  	flex-wrap: wrap;
	justify-content:space-between; 
}
.rev_list .list{
	/*display: flex;*/
	width: 32.5%;
	border:1px solid #ccc;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 2px 4px 1px rgba(0,0,0,0.16);
	margin-bottom: 1rem;
}
.rev_list .list .name{
	width: 100%;
	display: flex;
	padding:1rem 0 0 0;
}
.rev_list .list .name .lt{
	width: 70px;
	margin:0 1rem 0 1rem;
}
.rev_list .title{
	margin: 0.5rem 1rem 0 1rem;
	
	align-items: center;
	font-weight: bold;
}
.rev_list .title h4{
	font-size: 1.4rem;
	margin:0 0 0.5rem;
}
.rev_list .title img{
	width: 14px;
	margin-right: 0.2rem;
}
.rev_list .title span{
	color: #00B386;
	font-size: 1rem;
	font-weight: normal;
}
.rev_btn{
	display: flex;
	width: 100%;
	justify-content: center;
	margin:2rem 0 3rem;
}
.rev_box{
	width: 94%;
	max-width: 900px;
	display: flex;
	margin:2em auto;
	border-radius: 1.5rem;
	flex-direction:row;
  	flex-wrap: wrap;
	overflow: hidden;
}

.rev_box .lt{
	width: 50%;
}
.rev_box .rt{
	width: 50%;
}
.rev_list .name_logo img{
	width: 14px;

}
.rev_list .name_logo span{
	color: #027364;
	background-color: #ccc;
	padding:0.2rem 0.5rem 0.2rem 0.5rem;
	margin-left: 0.5rem;
	border-radius: 1rem;
	font-weight: 500;
}
.rev_list .star{
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin:0.5rem 4% 0.5rem 4%;
	flex-direction:row;
  	flex-wrap: wrap;
}
.rev_list .star .score{
	width: 80px;
}
.rev_list .star .buyer{
	color: #00B386;
    font-size: 0.8rem;
    font-weight: normal;
}
.rev_list .star .buyer img{
	width: 15px;
	margin-right: 0.5rem;
}
.rev_list .desc p{
	margin:1rem;
	font-size: 1rem;
}
.rev_list .time_tag{
	color: #959595;
	margin:0 4% 0 4%;
	font-size: 0.9rem;
}

.cent9{
	padding:2rem 0 3rem;
	/*background-color: #202934;*/
}
.cent9 h2{
	/*font-size: 2rem;
	text-align: center;
	margin-bottom: 3rem;*/
	
}
.cent9 h3{
	font-size: 1.6rem;
	text-align: center;
	
	margin:0.5rem 0 2.5rem;
}
.faq_list{
	width: 100%;
	max-width:900px;
	margin: auto;
	padding: 1.5rem 0 1.5rem;
	
}

.faq_list h4{
	padding:1rem 3rem 1rem 0;
	margin: 0 1.5rem 0 1.5rem;
	
	cursor: pointer;
	background-repeat: no-repeat;
	background-position:100% 50%;
	
}
.faq_hide{
	background-size: 8px;
	background-image: url('../img/qa_hide.png');
}
.faq_show{
	background-size: 16px;
	background-image: url('../img/qa_show.png');
	border-bottom: 1px solid #fbfbfb;
}
.faq_list li{
	border:2px solid #fbfbfb;
	border-radius: 1rem;
	width: 100%;
	margin-bottom: 1rem;
	background-color: #f8f8f8;
}

.faq_list .desc{
	padding:0rem 2rem;
}
.faq_list p{
	margin:0.8rem 0 0.8rem;
	font-size: 1.1rem;

	line-height: 1.7rem;

}


.line_title{
	width: 100%;
	padding:2rem 0 1rem;

}
.line_box{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}
.line_title img{
	width: 50px;
}

.cent11{
   width: 100%;
   text-align: center;
   padding:1rem 0 1rem;
}
.cent11 p{
  font-size: 1rem;
  margin:0 1rem 2rem 1rem;
}
.cent11_box{
	width: 94%;
	padding:0 3% 0 3%;
	display: flex;
	justify-content: space-between;
	flex-direction:row;
  	flex-wrap: wrap;
}
.cent11_box .list{
	width: 24%;
	position: relative;
}
.cent11_box .desc{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fbfbfb;
	font-size: 1.4rem;
	
	padding-bottom:1.5rem;
}
.cent12{
	width: 100%;
	
	display: flex;
	background-image: url('../img/bg12.jpg');
	background-position: center center;
    background-repeat: no-repeat;

    /*background-attachment: fixed;*/
    background-size: cover;
    /*height: 100%;*/
}
.cent12 h2{
	color: #fbfbfb;
	text-align: center;
	padding:3rem 1.5rem 1rem 1.5rem;
}
.cent12_box{
	width: 94%;
	padding:3%;
	max-width: 900px;
	margin:auto;
	display: flex;
	justify-content: space-between;
	flex-direction:row;
  	flex-wrap: wrap;
}

.cent12_box .list{
	width: 250px;
}
.cent14{
	width: 100%;
	background-color: #ecf5fc;
	text-align: center;
	padding:2rem 0 2rem;
	margin:2rem 0 0 0;
}
.cent14 p{
	width: 94%;
	margin:auto;
	padding:0.6rem 0 0.4rem;
	font-size: 0.9rem;
	line-height: 1.6rem;
}
.cent14_box{
	width: 100%;
	max-width: 900px;
	margin:auto;
	display: flex;
	padding:1rem 0 0;
	justify-content: space-between;

}
.cent14_box .list{
	width: 14%;
	text-align: center;
}
.cent14_box .list img{
	width: 60px;
}
.cent15{
	width: 100%;
	margin:2rem 0 1.5rem;
}
.cent15_box{
	width: 100%;
	margin: auto;
	max-width: 800px;
	display: flex;
	justify-content: center;
	border-radius: 2rem;
	background-color: #fbf9f2;
}
.cent15_box .lt{
	width: 44%;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}
.cent15_box .lt .desc{
	width: 90%;
	position: absolute;
	left: 5%;
	top:1.5rem;
	color: #fbfbfb;
}
.cent15_box .lt .desc p{
	font-size: 1.2rem;
}
.cent15_box .rt{
	width: 56%;
}
.cent15_box .rt h2 span{
	color: #256aaf;
}
.cent15_box .rt p span{
	color: #256aaf;
	font-weight: bold;
}
.cent15_box .rt .list{
	padding-bottom: 1.5rem;
}
.cent15_box .rt .list li{
	background-image: url('../img/icon_true.png');
	background-repeat: no-repeat;
	background-size: 25px;
	padding-left: 2.5rem;
	line-height: 1.8rem;
	margin-bottom: 1rem;
	background-position: 0 0.4rem;
}
.cent16{
	margin:2rem 0 1rem;
}
.cent16 h2,.cent17 h2,.cent9 h2{
	max-width: 800px;
	width: 94%;
	text-align: center;
	margin: auto;
	padding-bottom: 1rem;
}
.cent16 h2 span,.cent17 h2 span,.cent9 h2 span{
	color: #256aaf;
}
.cent16 p,.cent17 p{
	max-width: 900px;
	width: 94%;
	margin:auto;
	text-align: center;
	padding-bottom: 2rem;
}
.cent16 p span,.cent17 p span{
	color: #256aaf;
	font-weight: bold;
}
.cent16_box{
	display: flex;
	width: 94%;
	margin: 0 3% 2rem 3%;
	flex-direction:row;
	flex-wrap: wrap;
}
.cent16_box .lt{
	width: 50%;
}
.cent16_box .rt{
	width: 50%;
}
.pc_mob .pc{
	display: block;
}
.pc_mob .mob{
	display: none;
}
.cent17{
	width: 100%;
	background-color: #fbf9f2;
	padding:2rem 0 2rem;
}
.cent17_box{
	width: 94%;
	margin: 0 3% 0 3%;
	display: flex;
}
.cent17_box .lt{
	width: 50%;
}
.cent17_box .rt{
	width: 50%;
}
.pt3{
	background-color: #202020;
	color: #f1f1e6;
}
.pt3_box{
	width: 92%;
	flex-direction:row;
	flex-wrap: wrap;
	
	padding:1rem 4% 1rem 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pt3_box .list{
	width: 30%;
}
.pt3_box .img{
	width: 100%;
	display: flex;
	align-items: center;
}
.pt3_box .img img{
	width: 30px;
	margin:0 1rem 0 0;
}
.pt3_box .list p{
	font-size: 0.9rem;
	font-weight: normal;
}
.pt3_box .rt .img{
	width: 46%;
	padding:0 2% 0 2%;
}

.pt3_box .pc{
	width: 100%;
}
.pt3 .mob{
	display: none;
}
.pt4{
	padding:1rem 0 1rem;
}
.pt4_bg{
	background-color: #303030;
	background-repeat: no-repeat;
	color: #ffffff;
}
.pt4_box{
	width: 94%;
	display: flex;
	align-items: center;
	flex-direction:row;
	flex-wrap: wrap;
	padding: 0 3% 0 3%;
}
.pt4_box .lt{
	width: 40%;
}

.pt4_box .rt{
	width: 60%;
}
.pt4_box .desc{
	width: 90%;
	
}
.pt4_box .desc h3{
	font-size: 1.7rem;
	margin:1rem 0 1rem;
}
.pt4_box .desc h4{
	font-size: 1.5rem;
	color: #ff6500;
	font-weight: bold;
	line-height: 2.1rem;
	margin-left: 1rem;
}
.pt4_box .desc p span{
	font-weight: bold;
}
.pt5{
	width: 100%;
	margin:1.5rem 0 1.5rem;
}
.pt5_box{
	max-width: 100%;
	width: 900px;
	margin:auto;
	display: flex;
	align-items: center;
	flex-direction:row;
	flex-wrap: wrap;

}
.pt5 .list{
	width: 50%;
}
.pt5 .desc{
	width: 90%;
	margin:auto;
}
.pt5 .desc h4{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.pt5 .desc span{
	font-weight: bold;
}
.pt6{
	background-color: #f5fdff;
	margin:1rem 0 1rem;
	padding-top: 1rem;
}


.pt6_box{
	width: 94%;
	display: flex;
	padding:1rem 3% 1rem 3%;
	justify-content: space-between;
	align-items: center;
  
    flex-direction:row;
	flex-wrap: wrap;
    position: relative;

}
.pt6_box .list{
	padding:1rem 0 1rem;
}
.pt6_box .pro_img{
	position: absolute;
	left: 27%;
	width: 500px;
	
}
.pt6_box .lt{
	width: 33%;
}
.pt6_box .rt{
	width: 33%;
}
.pt6_box .img{
	width: 100%;
	display: flex;
	align-items: center;
}
.pt6_box .img h4{
	font-size: 1.2rem;
	font-weight: bold;
}
.pt6_box .img img{
	width: 30px;
	margin:0 1rem 0 0;
}
.pt7{
	width: 100%;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	color: #f1f1f1;
}
.pt7 .lt{
	width: 50%;
	background-size: 100%;
	background-image: url('../img/p6_img1.jpg');
}
.pt7 .rt{
	width: 50%;
	background-image: url('../img/p6_img2.jpg');
}
.pt7 .desc{
	max-width: 300px;
	margin-left:10%;
	padding:1rem 0 2rem;
}
.pt7 .desc h4{
	font-size: 1.6rem;
	font-weight: bold;
	margin:1rem 0 1rem;
}
.pt7 .desc p{
	font-size: 1.1rem;
}
.pt8{
	margin: 0 0 2rem;
}
.pt8 h2{
	text-align: center;
	padding-bottom: 1rem;
}
.pt8_box{
	display: flex;
	width: 100%;
	justify-content: center;
}
.pt8_box .list{
	width: 27%;
	margin:0 2% 0 2%;
	padding:1rem 2% 1rem 2%;
	border:2px solid #009442;
	border-radius: 2rem;
}
.pt8_box .list h4{
	font-family: 'MyCustomFont2';
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	margin:1rem 0 1rem;
}
.pt8_box .list p{
	font-size: 1.2rem;
	line-height: 1.7rem;
}
.pt8_box .img{
	width: 120px;
	margin: auto;
}
.pt9{
	background-color: #f5f5f5;
	padding:1.5rem 0 1.5rem;
}
.pt9 .title{
	width: 94%;
	margin: 0 3% 0 3%;
}
.pt9 h2{
	text-align: center;
}
.pt9 h4{
	text-align: center;
	color: #0f9a42;
}
.pt9 .p_desc{
	text-align: center;
}
.pt9_box .list{
	background-color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 1rem;
}
.pt9_box .rt{
	padding:0 1rem 0 2rem;
}
.pt9_box .rt h4{
	text-align: left;
	color: #2e2e31;
	font-size: 1.5rem;
}
.pt9_box .list .img{
	width: 300px;
}
.pt10{
	padding:1rem 0 1rem;
}
.pt10 h2{
	text-align: center;
}
.pt10 h4{
	text-align: center;
	color: #0f9a42;
}
.pt10_box{
	width: 100%;
	display: flex;
	flex-direction:row;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	margin:1.5rem 0 0;
}
.pt10_box .list{
	width: 23%;
	background-color: #f5f5f5;
	border-radius: 1rem;
}
.pt10_box .list .img{
	width: 130px;
	margin:auto;
	padding:1.5rem 0 1rem;
}
.pt10_box .list p{
	margin:0 1rem 0 1rem;
	text-align: center;
	margin-bottom: 1.5rem;
	color: #0f9a42;
}
.cent8 h3{
	text-align: center;
	color: #0f9a42;
}
.rev_list p span{
	font-weight: bold;
}
.cent9 h3{
	text-align: center;
	color: #0f9a42;
}
.pt11_box{
	display: flex;
	width: 94%;
	margin: 1rem 3% 2rem 3%;
	align-items: center;
	flex-direction:row;
  	flex-wrap: wrap;
}
.pt11_box .lt{
	width: 50%;
}
.pt11_box .lt .img{
	width: 80%;
	margin: auto;
}
.pt11_box .rt{
	width: 50%;
}
.pt12_box{
	width: 94%;
	margin:1rem 3% 1rem 3%;
	display: flex;
	
	flex-direction:row;
  	flex-wrap: wrap;
}
.pt12_box .list{
	width: 50%;
	display: flex;
	align-items: center;
}
.pt12_box .img{
	width: 50%;
}
.pt12_box .desc{
	width: 50%;
}
.pt12_box .desc_box{
	padding:1rem;
}
.pt12_box .desc_box h4{
	font-family: 'MyCustomFont2';
	font-weight: bold;
	font-size: 1.2rem;
}
.pt12_box .desc_box p{
	font-size: 1rem;
	line-height: 1.4rem;
}
.pt12_box .desc_box span{
	color: #ef4040;
}
@media (max-width: 1200px){
	.cent3 p{
		font-size: 1.1rem;
	}
}


@media (max-width: 960px){
	.cent3 p{
		font-size: 1rem;
	}
	.cent11_box .desc{
		font-size: 1.2rem;
		padding-bottom: 1rem;
	}
	.pt6_box .pro_img{
		left: 30%;
		width: 350px;
	}
}

@media (max-width: 760px){

	.btn{
		margin:auto;
	}

  	.cent1{
	 
	  
	}
	.cent1_box{
		display: flex;
  		justify-content: space-between; 
  		flex-direction:row;
  		flex-wrap: wrap;
  		padding-bottom: 2rem;
	}
	.cent1 .lt{
		order:2;
		width: 94%;
		padding: 0 3% 0 3%;
		padding-bottom: 0;
	}
	.cent1 .rt{
		order:1;
		width: 94%;
		padding: 0 3% 1rem 3%;
	}
	.cent1 .rt .img{
		position: relative;
		bottom:0;
		width: 90%;
		padding:1.5rem 5% 1.5rem 5%;
		margin:auto;
		
	}
	.cent1 .rt p{
		margin:0.6rem 0 0 0;
	}
	.cent1 .lt h2{
		
		margin:0 0 0.6rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.cent1 .lt p{
		color: #111111;
		font-size: 1rem;
		margin:0 0.5rem 0.5rem 0.5rem;
	}
	
	.cent1 .lt .list{
		color: #256aaf;
	}
	.cent1 .mob_bg{
		display: block;
	}
	.cent3{
		padding:1rem 3% 2rem 3%;
	}

	.cent3 .lt{
		width: 100%;
	}
	.cent3 .img_pc{
		display: none;
	}
	.cent3 .img_mob{width: 100%;display: block;margin-top: 1rem;text-align: center;}
	.cent3 .img_mob img{width: 50%;}
	.cent3 .rt{
		width: 100%;
	}
	.cent3 .rt_box{
		width: 100%;
		margin:0;
	}
	.cent3 h2{
		font-size: 1.4rem;
	}
	.cent3 p{
		font-size:1rem;
	}
	
	.cent4 h4{
		margin-bottom: 0;
	}
	.cent4 .img_mob{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 0.8rem;
	}
	.cent4 .img_mob img{
		width: 120px;
		
	}
	.cent4 .img_pc{
		display: none;
	}
	.cent4 .lt,.cent4 .rt{
		width: 100%;
	}
	.cent5 .lt,.cent5 .rt{
		width: 100%;
	}
	.cent7 .lt_img{
		display: none;
	}

	.cent7 .rt_desc{
		width: 94%;
		margin:3%;
	}
	.cent7 .rt_desc2{
		display: flex;
		align-items: center;
  		justify-content: center;
	}

	.cent7 .rt_desc2 p{
		width: 64%;
		padding: 0 3% 0 3%;
	}

	.cent7 .rt_desc2 .img{
		display: block;
		width: 30%;
	}
	.rev_list .list{
		width: 94%;
		margin:auto;
		margin-bottom: 2rem;
	}
	.cent13 .list{
		width: 94%;
		margin:auto;
		margin-bottom: 2rem;
		border-radius: 3rem;
	}
	.rev_btn{
		margin:0 0 2rem;
	}
	.faq_list h4{
		background-position:96% 50%;
	}

	.cent11_box .list{
		width: 49%;
		margin-bottom: 1rem;

	}
	.cent11_box .desc{
		font-size: 1.1rem;
	}
	.cent12_box .list{
		width: 80%;
		margin:auto;
		margin-bottom: 1rem;
	}
	.cent14_box{
		width: 94%;
		padding: 0.6rem 3% 0 3%;
		justify-content:flex-start;
		flex-direction:row;
	  	flex-wrap: wrap;

	}
	.cent14_box .list{
		width: 25%;
		margin-bottom: 0.4rem;
	}
	.cent15_box{
		width: 94%;
		max-width: 480px;

		margin:0 3% 0 3% auto;
		flex-direction:row;
	  	flex-wrap: wrap;
	}
	.cent15_box .lt{
		width: 100%;
	}

	.cent15_box .lt .desc p{
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.cent15_box .rt{
		width: 100%;
	}
	.pc_mob .pc{
		display: none;
	}
	.pc_mob .mob{
		display: block;
	}
	.cent16_box .lt{
		width: 100%;
	}
	.cent16_box .rt{
		width: 100%;
	}
	.pt3{

	}
	.pt4 .lt{
		width: 100%;
	}
	.pt4 .lt .img{
		width: 80%;
		margin:auto;
	}
	.pt4 .rt{
		width: 100%;
	}
	.pt4_box .desc{
		width: 100%;
	}
	.pt5_box .list{
		width: 100%;
	}
	.pt5_box .desc{
		width: 94%;
		margin: 1rem 3% 1rem 3%;
	}
	.pt6_box .pro_img{
		position: relative;
		left: 0;
		width: 300px;
		margin:auto;
	}
	.pt6_box .lt{
		width: 100%;
	}
	.pt6_box .rt{
		width: 100%;
	}
	.pt6_box .list{
		width:100%;
		padding:0.5rem 0 0.5rem;
	}
	.pt6_box .list .img{
		width: 100%;
	}
	.pt7 .lt{
		width: 94%;
		padding: 0 3% 0 3%;

	}
	.pt7 .rt{
		width: 94%;
		padding: 0 3% 0 3%;
	}
	.pt7 .btn{
		margin:1rem 0 0 0;
	}
	.pt3_box .lt,.pt3_box .rt{
		width: 100%;
	}
	.pt8_box{
		width: 90%;
		margin:auto;
		flex-direction:row;
	  	flex-wrap: wrap;
	}
	.pt8_box .list{
		width: 94%;
		padding:1rem 3% 1rem 3%;
		margin:0 0 1rem;
	}

	.pt9_box .list .img{
		width: 180px;
	}
	.pt9_box .rt{
		padding: 0 1rem 0 1rem;
	}
	.pt9_box .list p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.pt10_box{
		width: 94%;
		margin:1rem 3% 0 3%;
	}
	.pt10_box .list{
		width: 48%;
		margin-bottom: 1rem;
	}
	.pt3_box .list{
		width: 100%;
		padding:0 0 1rem 0;
	}
	.pt11_box .lt{
		width: 100%;
	}
	.pt11_box .rt{
		width: 100%;
	}
	.pt11_box .lt .img{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.pt11_box p span{
		font-weight: bold;
	}
	.pt12_box .list{
		width: 100%;
	}
	.pt12_box .list .img{
		width: 45%;
	}
	.pt12_box .list .desc{
		width: 55%;
	}
	.rev_box .lt{
		width: 100%;
	}
	.rev_box .rt{
		width: 100%;
	}
}
@media (max-width: 480px){
	.pt9_box .list{
		width: 94%;
		margin: 0 3% 0 3%;
		flex-direction:row;
	  	flex-wrap: wrap;
	}

	.pt9_box .lt{
		width: 100%;
	}
	.pt9_box .lt .img{
		width: 100%;
	}
	.pt9_box .rt{
		width: 100%;
	}
	.pt9_box .rt h4{
		margin:1rem 0 1rem;
	}
}