.products_solutions .sub_01 img{
  float: right;
  max-height: 500px;
}
.products_solutions .sub_01 .wrap_in{
  width: 50%;
}
.products_solutions .sub_01 .wrap_in >div{
  margin-top: 15%;
  color: #04a9bc;
  font-size: 14px;
  margin-bottom: 10px;
}
.products_solutions .sub_01 .wrap_in >div span{
  display: inline-block;
  margin-right: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 14px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ff5a00 , #f89c2f);
}
.products_solutions .sub_01 .wrap_in >h1{
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}
.products_solutions .sub_01 .wrap_in >p{
  font-size: 16px;
  line-height: 30px;
  color: #595757;
}
.products_solutions .sub_01 .wrap_in a{
  margin-top: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 2px 30px;
  border-radius: 20px;
  background: #2ecdde;
  border: 0;
  display: inline-block
}

.products_solutions .sub_02{
  background: #f3f8fb;
}

.products_solutions .sub_02 h2{
  font-size: 24px;
}

.products_solutions .sub_02 ul li{
  width: 20%;
  float: left;
  overflow: visible;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px 0;
  box-shadow: 0px 1px 3px #888888;
}
.products_solutions .sub_02 ul li:last-child{
  margin-right: 0;
}
.products_solutions .inner_02 ul{
  display: flex;
  padding: 50px 0 40px;
  display: -webkit-flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.products_solutions .inner_02 ul li .img-wrap{
  width: 80px;
  border-radius: 50%;
  background: #46dced;
  height: 80px;
  display: block;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  border-radius: 50%;
}
.products_solutions .inner_02 ul li img{
  width: 100%;
  margin-top: 8px;
}
.products_solutions .inner_02 .content-wrap{
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height:1.5;
  margin-top:18px; 
  color: #000;
  margin-left: 18px;
  margin-right: 18px;
}
.products_solutions .inner_03{
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.products_solutions .sub_03 ul{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.products_solutions .sub_03 ul li{
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.products_solutions .sub_03 ul li >div{
  overflow: visible;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 5px 20px;
  color: #04a9bc;
  margin: auto;
  text-align: center;
  width: 120px;
}
.products_solutions .sub_04{
  margin: 10px auto 30px;
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 350px;
}
.products_solutions .sub_04 .img-wrap{
  margin: auto;
  width: 350px;
  height: 350px;
  background-image: url(../upimg/nftf_banner2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.products_solutions .sub_04 ul{
  position: absolute;
  top:60px;
  width: 100%;
}
.products_solutions .sub_04 ul li{
  position: absolute;
  background: #46dced;
  color: #fff;
  height: 46px;
  border-radius: 30px;
  padding: 5px;
}

.products_solutions .sub_04 ul li .sign{
  float:  left;
  font-size: 34px;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.products_solutions .sub_04 ul li .sign_com{
  margin-left: 70px;
  font-size: 16px;
  line-height: 20px;
  width: 172px;
}
.products_solutions .sub_04 ul li p{
  margin-bottom: 4px;
}
.products_solutions .sub_04 ul li:nth-child(1){
  border-bottom-right-radius: 0;
  top:0;
  left: 0;
}
.products_solutions .sub_04 ul li:nth-child(2){
  border-bottom-left-radius: 0;
  right: 0;
  top:0;
}
.products_solutions .sub_04 ul li:nth-child(3){
  border-top-right-radius: 0;
  top:140px;
  left: 0;
}
.products_solutions .sub_04 ul li:nth-child(4){
  border-top-left-radius: 0;
  left: auto;
  right: 0;
  top: 140px;
}

.products_solutions .sub_05{
  height: 490px;
  background-image: url(../upimg/nftf_background1.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.products_solutions .sub_05 img{
  width: 42%;
  display: inline-block;
  margin: 60px 0 60px 8%;
}
.products_solutions .sub_05 .wrap_in{
  float: right;
  width: 42%;
  color: #fff;
  margin: 0;
}
.products_solutions .sub_05 .wrap_in h1{
  font-size: 34px;
  margin: 30px 0 30px;
}
.products_solutions .sub_05 .wrap_in h3{
  font-size: 16px;
  line-height: 30px;
}
.products_solutions .sub_05 .wrap_in p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-right:120px;
}

.products_solutions .sub_05 .wrap_in a{
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  padding: 2px 30px;
  border-radius: 20px;
  color: #2ecdde;
  border: 0;
  display: inline-block
}

.products_solutions .sub_06{
  height: 350px;
  padding-top: 60px;
}

.products_solutions .sub_06 img{
  width: 42%;
  display: block;
  margin: 0 8% 0 0;
}

.products_solutions .sub_06 .wrap_in{
  width: 42%;
  margin: 0 0 0 8%;
  float: left;
}

.products_solutions .sub_06 .wrap_in h1{
  font-size: 34px;
  padding: 0 0 30px;
}
.products_solutions .sub_06 .wrap_in p{
  font-size: 14px;
  line-height: 16px;
  border-left: 2px solid #46dced;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #595757;
  margin-right:100px
}

.products_solutions .sub_06 .wrap_in a{
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 2px 30px;
  border-radius: 20px;
  background: #2ecdde;
  border: 0;
  display: inline-block
}

.products_solutions .sub_07{
  height: 480px;
  background: #f3f8fb;
}

.products_solutions .sub_07 img{
  width: 42%;
  display: inline-block;
  margin: 60px 0 60px 8%;
}
.products_solutions .sub_07 .wrap_in{
  float: right;
  width: 42%;
  margin: 0;
}
.products_solutions .sub_07 .wrap_in h1{
  font-size: 34px;
  margin: 80px 0 30px;
}
.products_solutions .sub_07 .wrap_in h3{
  font-size: 16px;
  line-height: 30px;
  color: #04a9bc;
}
.products_solutions .sub_07 .wrap_in p{
  font-size: 14px;
  line-height: 20px;
  color: #595757;
  margin-bottom: 20px;
  margin-right:100px
}
.products_solutions .sub_07 .wrap_in a{
  margin-top: 24px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 2px 30px;
  border-radius: 20px;
  background: #2ecdde;
  border: 0;
  display: inline-block;
}


.products_solutions .sub_08{
  height: 500px;
  
  padding-top: 60px;
}

.products_solutions .sub_08 img{
  width: 42%;
  display: block;
  margin: 0 8% 0 0;
}

.products_solutions .sub_08 .wrap_in{
  width: 42%;
  margin: 0 0 0 8%;
  /**color: #fff; **/
  float: left;
}

.products_solutions .sub_08 .wrap_in h1{
  font-size: 34px;
  padding: 100px 0 30px;
}
.products_solutions .sub_08 .wrap_in p{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  margin-right: 100px;
}

.products_solutions .sub_08 .wrap_in a{
  margin-top: 24px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 2px 30px;
  border-radius: 20px;
  background: #2ecdde;
  border: 0;
  display: inline-block;
}
.products_solutions .sub_09{
  padding-top: 20px;
}
.products_solutions .sub_09 .jfa_01_t h3{
  color: #04a9bc;
  font-size: 20px;
  font-weight: bold;
}
.products_solutions .sub_09 .jfa_01_t h4{
  font-size: 16px;
  margin-bottom: 50px;
}
.products_solutions .sub_09 .jfa_01_t h4 span{
  color: #04a9bc;
}
.products_solutions .inner_09 ul{
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.products_solutions .inner_09 ul li{
  float: left;
  width: 25%;
}
.products_solutions .inner_09 ul li >div{
  margin: 12px 1%;
}
.products_solutions .inner_09 img{
  width: 100%;
}

@media screen and (max-width: 1000px){
  .products_solutions .sub_05
  {
    height: 340px;
  }
  .products_solutions .sub_05 .wrap_in h1{
    margin: 0px 0 30px;
    font-size: 30px;
  }
  .products_solutions .sub_06 {
    height: 240px;
    padding-top: 40px;
}
  .products_solutions .sub_06 .wrap_in,
  .products_solutions .sub_08 .wrap_in,
  .products_solutions .sub_07 img
  {
    margin-left: 2%;
    width: 48%;
  }
  .products_solutions .sub_06 img,
  .products_solutions .sub_07 .wrap_in,
  .products_solutions .sub_08 img
  {
    margin-right: 2%;
    width: 48%;
  }
  .products_solutions .sub_06 .wrap_in h1 {
    font-size: 30px;
    padding: 0 0 30px;
  }
  .products_solutions .sub_07 {
    height: 400px;	
  }
  .products_solutions .sub_07 .wrap_in{
    width: 44%;
    margin-left: 4px;
  }
  .products_solutions .sub_07 .wrap_in h1{
    font-size: 30px;
    margin: 40px 0 30px;
  }
  .products_solutions .sub_08{
    height: 400px;
	/**background-image: url(../upimg/nftf_background2.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	padding-top: 40px;**/
  }
  .products_solutions .sub_08 .wrap_in h1
  {
    font-size: 30px;
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 678px) {
  .products_solutions .sub_01{
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .products_solutions .sub_01 .wrap_in{
    width: 80%;
    position: absolute;
  }
  .products_solutions .sub_01 .wrap_in span{
    display: block;
  }
  .products_solutions .sub_01 img {
    max-height: 300px;
    position: absolute;
    right: -120px;
  }
  .products_solutions .sub_01 .wrap_in >div
  {
    margin-top: 15px;
  }
  .products_solutions .sub_01 .wrap_in a{
    margin-top: 20px;
  }
  .products_solutions .sub_02 ul li {
    width: 40%;
    margin: 30px 10px;
    font-size: 14px;
  }
  .products_solutions .sub_03 ul li{
    width: 50%;
  }
  .products_solutions .sub_04{
    margin: 0 auto;
    overflow: hidden;
  }
  .products_solutions .sub_04 .img-wrap {
      position: absolute;
      right: -80px;
      height: 300px;
  }
  .products_solutions .sub_04 ul {
    top: 0;
  }
  .products_solutions .sub_04 ul li:nth-child(1) {
    border-radius: 30px;
    top: 0;
    left:16%;
  }
  .products_solutions .sub_04 ul li:nth-child(2) {
    border-radius: 30px;
    left: 8%;
    right: inherit;
    top: 80px;
  }
  .products_solutions .sub_04 ul li:nth-child(3) {
    border-radius: 30px;
    left: 8%;
    top: 160px;
  }
  .products_solutions .sub_04 ul li:nth-child(4) {
    border-radius: 30px;
    left: 16%;
    right: inherit;
    top: 240px;
  }
  .products_solutions .sub_04 ul li .sign_com{
    width: 130px;
  }


  .products_solutions .sub_05 ,
  .products_solutions .sub_06
  {
    height: 500px;
  }
  .products_solutions .sub_07{
    height: 650px;
  }
  .products_solutions .sub_08{
    height: 700px;
  }
  .products_solutions .sub_05 .wrap_in,
  .products_solutions .sub_06 .wrap_in,
  .products_solutions .sub_07 .wrap_in,
  .products_solutions .sub_08 .wrap_in
    {
    float: none;
    margin: 0;
    width: 100%;
  }
  .products_solutions .sub_05 .wrap_in h1 ,
  .products_solutions .sub_06 .wrap_in h1,
  .products_solutions .sub_08 .wrap_in h1 ,
  .products_solutions .sub_07 .wrap_in h1 {
    margin: 0 0 30px;
    text-align: center;
    padding: 20px 0 0;
    font-size: 30px;
  }
  .products_solutions .sub_05 .wrap_in h3,
  .products_solutions .sub_05 .wrap_in p,
  .products_solutions .sub_06 .wrap_in p,
  .products_solutions .sub_07 .wrap_in h3,
  .products_solutions .sub_07 .wrap_in p,
    .products_solutions .sub_08 .wrap_in p {
    margin-left: 8%;
    margin-right: 12%;
  }
  .products_solutions .sub_05 img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .products_solutions .sub_06 img,
  .products_solutions .sub_07 img ,
  .products_solutions .sub_08 img {
    width: 90%;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .products_solutions .sub_07 .wrap_in a,
  .products_solutions .sub_08 .wrap_in a {
    margin-left: 8%;
    margin-top: 12px;
  }
  .products_solutions .inner_09 ul li {
    float: left;
    width: 50%;
  }
  .products_solutions .inner_09 ul li >div{
    margin: 12px 20px;
  }
  .products_solutions .sub_09 .jfa_01_t h4 span{
    display: block;
  }
}

@media screen and (max-width: 414px){
  .products_solutions .sub_04 ul li:nth-child(2) ,
  .products_solutions .sub_04 ul li:nth-child(3) {
    left: 10px;
  }
  .products_solutions .sub_04 ul li:nth-child(1) ,
  .products_solutions .sub_04 ul li:nth-child(4) {
    left: 40px;
  }
}