.home_body {
  width: 100%;
  height: 100%;
}
.home {
  width:100%;
  overflow: hidden;
  height: auto;
  margin: auto;
}
.home .home_more,
.home_more_img {
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.home .home_more {
  position: relative;
}
.home_more_img img {
  width: 100%;
  height: 100%;
}
/* 
.home_more_text_top .home_more_text_top_border_40 {
  width: 40px;
  height: 4px;
  background: white;
}
.home_more_text_top {
  position: absolute;
  left: 20%;
  top: 25%;
}
.home_more_text_top .home_more_text {
  line-height: 150px;
  font-size: 40px;
  font-weight: 700;
  color: white;
}
.home_more_text_bottom {
  overflow: hidden;
  width: 440px;
}
.home_more_text_bottom_border {
  width: 80px;
  height: 2px;
  background: white;
  margin-top: 11px;
  float: left;
}
.home_more_text_bottom_text {
  margin-left: 20px;
  width: 340px;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: white;
  opacity: 0.8;
}
.home_more_button {
  cursor: pointer;
  margin-top:10%;
  border: none;
  width: 100px;
  height: 36px;
  background: #b02418;
  color: white;
  text-align: center;
  line-height: 36px;
  margin-left: 100px;
} */

.home_introduce {
  width: 80%;
  min-width: 1200px;
  height: 380px;
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
  background: url("../img/home_shading.png") repeat;
}
.home_introduce_left {
  margin: auto;
  text-align: center;
}
.home_introduce_left_out {
  overflow: hidden;
  margin-top: 40px;
}
.home_introduce .home_introduce_left {
  width: 36%;
  height: auto;
  float: left;
}
.home_introduce_left_img {
  width: 20%;
  text-align: right;
  float: left;
  line-height: 138px;
}
.home_introduce_left_text {
  float: left;
  text-align: left;
  line-height: 24px;
  color: #696c73;
  margin-left: 20px;
}
.home_introduce_left_text_h3 {
  font-size: 28px;
  color: #333333;
  line-height: 100px;
}
.home_introduce_left_text_bottom {
  width: 260px;
  height: 1px;
  background: #696c73;
  margin-top: 50px;
}
.home_introduce_right {
  float: left;
  width: 64%;
}
.home_introduce_right_in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: row;
  flex-direction: row;
  -moz-box-direction: row;
  -webkit-flex-direction: row;
  box-pack: center;
  height: 380px;
}
.home_introduce_right_01 {
  background: #f5f5f5;
  width: 33.33%;
  margin-left: 4px;
  cursor: pointer;
}
.home_introduce_right_01_top {
  width: 100%;
  height: 200px;
  text-align: center;
  margin: auto;
}
.home_introduce_right_01_top img {
  margin-top: 100px;
}
.home_introduce_right_01_middle {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
}
.home_introduce_right_01_bottom {
  width: 100%;
  height: 110px;
  text-align: center;
  margin-top: 45px;
  color: #333333;
  font-size: 16px;
}

.home_resolve {
  width: 100%;
  min-width: 1200px;
  height: auto;
  padding-top: 80px;
  /* background: url("../img/home_shading.png") repeat; */
}

.home_resolve_h2 {
  width: 100%;
  line-height: 80px;
  font-size: 32px;
  text-align: center;
  color: #333333;
}

.home_resolve_p {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #696c73;
}

.home_resolve_banner {
  width: 100%;
  height: auto;
}

.home_success {
  width: 100%;
  min-width: 1200px;
  height:auto;
  background: #f5f5f5;
  margin: auto;
}

.home_success_button_out{
  width: 100%;
  height: auto;
  padding:40px 0;
  background: white;
}

.home_success .home_success_button {
  cursor: pointer;
  width: 160px;
  height: 100px;
  margin-left: 6.5%;
  background: #b02418;
  text-align: center;
}

.home_success .home_success_button .home_success_button_p {
  font-size: 18px;
  color: white;
  line-height: 60px;
}

.home_success .home_success_button .home_success_button_bottom {
  width: 30px;
  height: 2px;
  font-size: 18px;
  background: white;
  text-align: center;
  margin-left: 45px;
  opacity: 0.4;
  line-height: 60px;
}

.home_success .home_success_show {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 40px 0 60px 0;
}

.home_success .home_success_show ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_success .home_success_show ul li {
  width: 29%;
  height: auto;
  background: #f5f5f5;
  overflow: hidden;
}

.home_success .home_success_show ul li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home_success .home_success_show ul .home_success_show_white {
  background: white;
  width: 29%;
  padding-left: 1%;
  padding-top: 3%;
}

.home_success .home_success_show ul .home_success_show_white h5 {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 50px;
}

.home_success .home_success_show ul .home_success_show_white .home_success_show_border_p {
  width: 30px;
  height: 2px;
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 10px;
}

.home_success .home_success_show ul .home_success_show_white p {
  margin-bottom: 35px;
  margin-right: 35px;
  font-size: 12px;
  color: #696c73;
  letter-spacing: 0;
  line-height: 24px;
}

.home_success .home_success_show ul .more_bottom_60 {
  padding-bottom: 60px;
}

.home_success_show_parent_top{
  cursor: pointer;
  position: relative;
}

.home_success_show_child_top{
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.home_success_show_parent_bottom{
  cursor: pointer;
  position: relative;
}

.home_success_show_child_bottom_icon{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  opacity: 0.8;
}

.home_success_show_child_bottom{
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.home_success_show_child_top_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  opacity: 0.8;
}

.home_success_show_child_bottom_icon img,.home_success_show_child_top_icon img{

  width: 100%;
  height: 100%;
}

.home_success_show_parent_top:hover .home_success_show_child_top{
  height: 100%;
  transition: 0.3s;
-moz-transition:  0.3s; /* Firefox 4 */
-webkit-transition:  0.3s; /* Safari å’Œ Chrome */
-o-transition:  0.3s; /* Opera */
}

.home_success_show_parent_bottom:hover .home_success_show_child_bottom{
  height: 100%;
  transition: 0.3s;
  -moz-transition:  0.3s; /* Firefox 4 */
-webkit-transition:  0.3s; /* Safari å’Œ Chrome */
-o-transition:  0.3s; /* Opera */
}

.home_strong{
  width: 100%;
  min-width: 1200px;
  height: auto;
  background: white;

  position: relative;
}

.home_strong .home_strong_img{
  width: 100%;
  height: 100%;
 
}

.home_strong .home_strong_title .h3{
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
text-align: center;
line-height: 45px;
font-weight: 800;
}

.home_strong .home_strong_title{
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.home_strong .home_strong_title p{
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
line-height: 48px;
opacity: 0.8;
}

.home_strong_pic{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 220px;
  margin-top: 50px;
}

.home_strong_pic ul{
  width: 80%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content:space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: auto;
}

.home_strong_pic ul li{
  text-align: center;
  width: 30%;
  padding-bottom: 5px;
  cursor: pointer;
  
}

.home_strong_pic ul li .home_strong_pic_big_p{
font-size: 24px;
color: #FFFFFF;
letter-spacing: 1px;
margin-top:30px;
line-height: 37px;
font-weight: 0;
}

.home_strong_pic_small_p{
font-size: 12px;
color: #FFFFFF;
letter-spacing: 1px;
text-align: center;
line-height: 24px;
margin-top: 21px;
opacity: 0.7;
max-width: 288px;
margin: auto;
margin-top: 20px;
}