* {
  margin: 0;
  padding: 0;
  
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.pc {
  display: block;
}
.mb {
  display: none;
}
p {
  color: #4c4c4c;
}
h2{
  font-weight: bolder;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.title {
  width: 100%;
  padding: 2% 0 1%;
  text-align: center;
}
.title h2 {
  margin-bottom: 0.8%;
  font-size: 34px;
}
.title p {
  max-width: 850px;
  width: 80%;
  margin: 0 auto;
  line-height: 24px;
  font-size: 18px;
}
.idea {
  width: 100%;
  background: #fbfbfc;
}
.idea .idea-main {
  max-width: 1200px;
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 1.5%;
}
.idea .idea-main .list {
  width: 50%;
}
.idea .idea-main .list img {
  width: 16%;
  max-width: 94px;
  margin-bottom: 1.5%;
}
.idea .idea-main .list h2 {
  margin-bottom: 15px;
  font-size: 24px;
}
.idea .idea-main .list p {
  max-width: 390px;
  width: 80%;
  margin: 0 auto;
  line-height: 24px;
  font-size: 18px;
}
.container1 {
  width: 100%;
  position: relative;
}
.container1 .adv {
  width: 100%;
}
.container1 .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.container1 .text .good {
  max-width: 1200px;
  width: 62.5%;
  margin: 0 auto;
  text-align: center;
}
.container1 .text .good h2 {
 padding:  2% 0;
  text-align: center;
  font-size: 24px;
}
.container1 .text .good ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.container1 .text .good ul li {
  width: 19.2%;
  max-width: 230px;
}
.container1 .text .good ul li img {
  width: 100%;
}
.container1 .text .product {
  max-width: 1200px;
  width: 62.5%;
  margin: 0 auto;
  text-align: center;
}
.container1 .text .product h2 {
  text-align: center;
  font-size: 24px;
padding: 2% 0;
}
.container1 .text .product ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  padding: 2% 0 3%;
}
.container1 .text .product ul li {
  width: 33%;
  text-align: center;
}
.container1 .text .product ul li div {
  width: 50%;
  max-width: 200px ;
  max-height: 200px;
  line-height: 200px;
  margin: 0 auto;
}
.container1 .text .product ul li div img {
  max-width: 100%;
  vertical-align: middle;
}
.container1 .text .product ul li p {
  font-size: 18px;
  min-height: 40px;
  margin-top: 2%;
}
.container1 .text .product ul li span {
  display: inline-block;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  background: #10218b;
  color: white;
  max-width: 168px;
  padding: 0  30px;
}
.success {
  max-width: 1200px;
  width: 62.5%;
  margin: 0 auto;
 padding: 3% 0;
}
.success h2 {
  padding-bottom: 4%;
  text-align: center;
  font-size: 34px;
}
.success .main-ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: center;
  padding: 2.5%  0;
  box-shadow: 0 0 25px #eef0f4;
}
.success .main-ul .borderbox {
  border-right: dashed 1px #cccccc;
}
.success .main-ul li {
  width: 50%;
}
.success .main-ul li h2 {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 4%;
  font-size: 24px;
}
.success .main-ul li .text {
  max-width: 450px;
  width: 86.2%;
  margin: 0 auto;
  line-height: 28px;
  text-align: left;
}
.success .main-ul li ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  text-align: center;
  box-sizing: border-box;
  padding: 0 6%;
}
.success .main-ul li ul li {
  width: 33%;
}
.success .main-ul li ul li img {
  width: 67.2%;
  max-width: 102px;
  margin-bottom: 7%;
}
.success .main-ul li ul li p {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
@media (max-width:1600px) {
  .title h2 {
    font-size: 32px;
  }
  .title p {
    font-size: 15px;
    line-height: 22px;
  }
  .idea .idea-main .list p {
    font-size: 16px;
    line-height: 22px;
  }
  .container1 .text .good h2 {

    font-size: 20px;
  }
  .container1 .text .product h2 {
    font-size: 20px;
  }
  .container1 .text .product ul li p {
    font-size: 16px;
  }
  .container1 .text .product ul li div {
    max-width: 170px;
    max-height: 170px;
    line-height: 170px;

  }
  .container1 .text .product ul li span {

    height: 35px;
    line-height: 35px;
  }
  .success h2 {
    font-size: 22px;
  }
  .success .main-ul li h2 {
    font-size: 19px;
  }
  .success .main-ul li .text {
    line-height: 24px;
    font-size: 15px;
  }
  .success .main-ul li ul li p {
    text-align: center;
    line-height: 20px;
    font-size: 13px;
  }
}
@media (max-width:1366px) {
  .title h2 {
    font-size: 22px;
  }
  .title p {
    font-size: 14px;
  }
  .idea .idea-main .list p {
    font-size: 14px;
    line-height: 18px;
  }
  .container1 .text .good h2 {
    font-size: 17px;
  }
  .container1 .text .product h2 {
    font-size: 17px;
  }
  .container1 .text .product ul li p {
    font-size: 13px;
    min-height: 32px;
  }
  .container1 .text .product ul li div {
    max-width: 125px;
    max-height: 125px;
    line-height: 125px;

  }
  .container1 .text .product ul li span {
    font-size: 14px;
  }
  .success h2 {
    font-size: 22px;
  }
  .success .main-ul li h2 {
    font-size: 16px;
  }
  .success .main-ul li .text {
    line-height: 24px;
    font-size: 13px;
  }
  .success .main-ul li ul li p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .title h2 {
    font-size: 20px;
  }
  .title p {
    font-size: 12px;
    line-height: 18px;
  }
  .idea .idea-main .list p {
    font-size: 12px;
    line-height: 16px;
  }
  .container1 .text .good h2 {
    font-size: 15px;
  }
  .container1 .text .product h2 {
    font-size: 15px;
  }
  .container1 .text .product ul li p {
    font-size: 12px;
    min-height: 25px;
  }
  .container1 .text .product ul li div {
    max-width: 108px;
    max-height: 108px;
    line-height: 108px;

  }
  .container1 .text .product ul li span {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
  .success h2 {
    font-size: 20px;
  }
  .success .main-ul li h2 {
    font-size: 14px;
  }
  .success .main-ul li .text {
    font-size: 12px;
    line-height: 18px;
  }
  .success .main-ul li ul li p {
    text-align: center;
    line-height: 18px;
    font-size: 12px;
  }
  .container1 .text .product ul li span {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
}

@media  (max-width:900px){
  .pc{
    display: none;
  }
  .mb{
    display: block;
  }
  .title h2 {
    font-size: 27px;
  }
  .title p {
    font-size: 18px;
    line-height: 26px;
  }
  .idea .idea-main .list img {
    width: 23.13%;
  }
  .idea .idea-main {
    width: 92%;
    padding-top: 2%;
    padding-bottom: 1.5%;
  }
  .idea .idea-main .list p {
    font-size: 17px;
    line-height: 24px;
  }
  .container1 .text .good {
    width: 92%;
  }
  .container1 .text .product {
    width: 92%;
  }
  .container1 .text .good h2 {
    font-size: 26px;
    padding: 3% 0 4%;
  }
  .container1 .text .product h2 {
    font-size: 26px;
    padding: 3% 0 4%;
  }
  .container1 .text .good ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .container1 .text .good ul li {
    width: 32%;
  }
  .container1 .text .product ul li div {
    max-width: 200px;
    max-height: 200px;
    line-height: 200px;
  }
  .container1 .text .product ul li p {
    font-size: 18px;
    min-height: 40px;
  }
  .container1 .text .product ul li span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }
  .container1 .text .good ul .first {
     margin-top: 2%;
     margin-left: 16.2%;
   }
  .container1 .text .good ul .last {
    margin-top: 2%;
    margin-right: 16.2%;
  }
  .container1 .text .product ul li {
    width: 50%;
  }
  .container1 .text .product ul {
   flex-wrap: wrap;
  }
  .success {
    width: 92%;
  }
  .success h2 {
    font-size: 27px;
  }
  .success .main-ul li ul {
    padding: 0;
  }
  .success .main-ul li h2 {
    font-size: 23px;
  }
  .success .main-ul {
    flex-wrap: wrap;
  }
  .success .main-ul li {
    width: 100%;
  }
  .success .main-ul .borderbox {
    border-right: none;
  }
  .success .main-ul li .text {
    font-size: 16px;
    line-height: 25px;
  }
  .success .main-ul li .text {
    max-width: 640px;
    width: 92%;
    padding-bottom: 2%;
    border-bottom: dashed 1px #cccccc;
  }
  .success .main-ul li ul li p {
    text-align: center;
    line-height: 22px;
    font-size: 16px;
  }
}
@media  (max-width:668px){
  .title h2 {
    font-size: 25px;
    margin-top: 4%;
    margin-bottom: 2.8%;
  }
  .title p {
    width: 92%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2%;
  }
  .idea .idea-main .list img {
    width: 31%;
  }
  .idea .idea-main .list p {
    font-size: 15px;
    line-height: 17px;
  }
  .container1 .text .product ul li p {
    font-size: 16px;
    min-height: 34px;
  }
  .container1 .text .product ul li span {
    font-size: 16px;
    line-height: 35px;
    height: 35px;
  }
  .success h2 {
    font-size: 25px;
  }
  .container1 .text .good h2 {
    font-size: 24px;
  }
  .container1 .text .product h2 {
    font-size: 24px;
  }
  .success h2 {
    font-size: 21px;
  }
  .success .main-ul li h2 {
    font-size: 19px;
  }
  .success .main-ul li .text {
    font-size: 15px;
  }
  .success .main-ul li ul li p {
    line-height: 20px;
    font-size: 14px;
  }
  .success .main-ul li ul li img {
    width: 50.8%;

  }
}
@media  (max-width:588px){
  .title h2 {
    font-size: 21px;
  }
  .title p {
    font-size: 13px;
  }
  .idea .idea-main .list img {
    width: 25%;
  }
  .idea .idea-main .list p {
    font-size: 12px;
  }
  .container1 .text .good h2 {
    font-size: 22px;
  }
  .container1 .text .product h2 {
    font-size: 22px;
  }
  .container1 .text .product ul li div {
    max-width: 130px;
    max-height: 130px;
    line-height: 130px;
  }
  .container1 .text .product ul li p {
    font-size: 14px;
    min-height: 38px;
  }
  .container1 .text .product ul li span {
    font-size: 14px;
  }
  .success h2 {
    font-size: 17px;
  }
  .success .main-ul li h2 {
    font-size: 16px;
  }
  .success .main-ul li .text {
    font-size: 14px;
    line-height: 23px;
  }
  .success .main-ul li ul li p {
    font-size: 13px;
  }
}
@media (max-width: 440px) {
  .title h2 {
    font-size: 20px;
  }
  .title p {
    font-size: 12px;
    width: 100%;
  }
  .idea .idea-main .list img {
    width: 31%;
  }
  .container1 .text .good h2 {
    font-size: 20px;
  }
  .container1 .text .product h2 {
    font-size: 20px;
  }
  .container1 .text .product ul li div {
    max-width: 95px;
    max-height: 95px;
    line-height: 95px;
  }
  .container1 .text .product ul li p {
    font-size: 12px;
    min-height: 35px;
    margin-bottom: 1%;
    padding: 0 5%;
  }
  .container1 .text .product ul li span {
    font-size: 12px;
    line-height: 28px;
    height: 28px;
  }
  .success h2 {
    font-size: 15px;
  }
  .success .main-ul li h2 {
    font-size: 14px;
  }
  .success .main-ul li .text {
    font-size: 12px;
  }
  .success .main-ul li ul li p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 320px) {
  .title h2 {
    font-size: 17px;
  }
  .title>.pc {
    display: block;
    line-height: 16px;
    width: 78%;
  }
  .title>.mb{
    display: none;
  }
  .idea .idea-main .list img {
    width: 36%;
  }
  .container1 .text .good h2 {
    font-size: 19px;
    padding: 2% 0;
  }
  .container1 .text .product h2 {
    font-size: 19px;
    padding:1% 0 2%;
  }
  .container1 .text .product ul li div {
    max-width: 75px;
    max-height: 75px;
    line-height: 75px;
  }
  .container1 .text .product ul li span {
    padding: 0 15px;
    line-height: 24px;
    height: 24px;
  }
  .success h2 {
    font-size: 16px;
  }
  .success .main-ul li .text {
    line-height: 21px;
  }
}
