/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #0aad5d;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  width: 100%;
  padding: 0 2vw;
}
.index_tis_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index_case_1 {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.index_case_1 .tis_title {
  background: url(../i/title_i_2.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: 1.6rem;
  color: #080808;
}
.index_case_1 .tis_title .tle {
  display: flex;
  align-items: center;
}
.index_case_1 .tis_title .i {
  position: relative;
  margin-right: 0.2rem;
}
.index_case_1 .tis_title .i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.index_case_1 .tis_title .i img {
  width: 2.4rem;
  position: relative;
  z-index: 2;
}
.index_case_1 .tis_title_bg {
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 40%;
}
.index_case_1 .pro_inf_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background: linear-gradient(#d5f7e5, #fff);
  border-top-right-radius: 10px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.index_case_1 .pro_inf_cont .l_cont {
  width: 50%;
}
.index_case_1 .pro_inf_cont .l_cont .dl {
  margin-bottom: 2rem;
}
.index_case_1 .pro_inf_cont .l_cont .dl:last-child {
  margin-bottom: 0;
}
.index_case_1 .pro_inf_cont .l_cont .dl .dt {
  font-size: 1.2rem;
  color: #0f9b42;
}
.index_case_1 .pro_inf_cont .l_cont .dl .dd {
  font-size: 1.6rem;
  color: #000000;
}
.index_case_1 .pro_inf_cont .r_cont {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_case_1 .pro_inf_cont .r_cont .pro_i {
  display: flex;
  width: 80%;
  height: 120rpx;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.index_case_1 .pro_inf_cont .r_cont .pro_i img {
  display: block;
  width: 100%;
}
.index_case_1 .bit_det_cont {
  border-top: 1px solid #f2f4f2;
  padding: 0 2rem;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.index_case_1 .bit_det_cont .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.index_case_1 .bit_det_cont .dl .dt {
  font-size: 1.4rem;
  color: #0ba44a;
  text-align: left;
  width: 30%;
}
.index_case_1 .bit_det_cont .dl .dd {
  width: 70%;
  text-align: right;
  font-size: 1.4rem;
  color: #000000;
}
.index_case_2 {
  margin: 2rem auto;
  border-radius: 2rem;
  border: 1px solid #46cf80;
  overflow: hidden;
}
.index_case_2 .title_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  background: linear-gradient(to right, #0bb15d, #32bb78);
  font-size: 1.8rem;
  color: #fff;
}
.index_case_2 .title_head .line {
  width: 10px;
  margin: 0 1rem;
}
.index_case_2 .detail_inf img {
  display: block;
  width: 100%;
}
.foot_copy {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #6ce2a8;
}
.foot_copy .line {
  width: 15px;
  height: 1px;
  margin: 0 6px;
  background: #6ce2a8;
}
/*# sourceMappingURL=app.css.map */