.wrapper {
    width: 100%;
}
.wrapper.mt {
    margin-bottom: -60px;
}
.wrapper .solution_banner_box {
    height: 298px;
    /*@media screen and (max-width: 1200px) {
      .solution_banner{
        width: 1000px;
      }
    }
    @media screen and (min-width: 1201px) {
      .solution_banner{
        width: 1200px;
      }
    }*/
}
.wrapper .solution_banner_box.IMS {
    background: url("../images/solution_banner1.png") center center no-repeat #00125E;
}
.wrapper .solution_banner_box.IMS .solution_banner h2 {
    padding-top: 96px;
}
.wrapper .solution_banner_box.SCPC {
    background: url("../images/solution_banner2.png") center center no-repeat #00125E;
}
.wrapper .solution_banner_box.SCPC .solution_banner h2 {
    padding-top: 96px;
}
.wrapper .solution_banner_box.BIC {
    background: url("../images/solution_banner3.png") center center no-repeat #00125E;
}
.wrapper .solution_banner_box.BIC .solution_banner h2 {
    padding-top: 96px;
}
.wrapper .solution_banner_box.YXZC {
    background: url("../images/solution_banner4.png") center center no-repeat #00125E;
}
.wrapper .solution_banner_box.application {
    background: url("../images/solutionSQ.png") center center no-repeat #00125E;
    height: 219px;
}
.wrapper .solution_banner_box .solution_banner {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}
.wrapper .solution_banner_box .solution_banner h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 72px;
    margin-bottom: 32px;
}
.wrapper .solution_banner_box .solution_banner a {
    width: 160px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #fff;
}
.wrapper .container {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}
.wrapper .hot_scene {
    padding-bottom: 60px;
}
.wrapper .hot_scene .hot_scene-title {
    font-size: 20px;
    color: #000;
    padding: 42px 0 40px 0;
    text-align: center;
}
.wrapper .hot_scene > ul {
    display: flex;
    flex: 1;
    text-align: center;
    padding: 0 160px;
    border-bottom: 1px solid #ddd;
}
.wrapper .hot_scene > ul > li {
    padding: 0 0 64px;
    width: 116px;
    position: relative;
    top: 0;
    left: 0;
}
.wrapper .hot_scene > ul > li:hover p {
    color: #29abe2;
}
.wrapper .hot_scene > ul > li:hover b {
    display: block;
}
.wrapper .hot_scene > ul > li.active p {
    color: #29abe2;
}
.wrapper .hot_scene > ul > li.active b {
    display: block;
}
.wrapper .hot_scene > ul > li p {
    font-size: 18px;
    color: #383838;
}
.wrapper .hot_scene > ul > li b {
    width: 116px;
    height: 4px;
    background-color: #29abe2;
    position: absolute;
    bottom: -2.5px;
    left: 0;
    display: none;
}
.wrapper .hot_scene > ul > li:nth-child(1) i {
    background-image: url(../images/sprite.png);
    background-position: 0 -62px;
    background-size: 558px 384px;
    width: 40px;
    height: 40px;
}
.wrapper .hot_scene > ul > li:nth-child(1):hover i {
    background-position: -218px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(1).active i {
    background-position: -218px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(2) i {
    background-image: url(../images/sprite.png);
    background-position: -44px -62px;
    background-size: 558px 384px;
    width: 40px;
    height: 40px;
}
.wrapper .hot_scene > ul > li:nth-child(2):hover i {
    background-position: -262px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(2).active i {
    background-position: -262px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(3) i {
    background-image: url(../images/sprite.png);
    background-position: -87px -62px;
    background-size: 558px 384px;
    width: 40px;
    height: 40px;
}
.wrapper .hot_scene > ul > li:nth-child(3):hover i {
    background-position: -306px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(3).active i {
    background-position: -306px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(4) i {
    background-image: url(../images/sprite.png);
    background-position: -132px -62px;
    background-size: 558px 384px;
    width: 40px;
    height: 40px;
}
.wrapper .hot_scene > ul > li:nth-child(4):hover i {
    background-position: -350px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(4).active i {
    background-position: -350px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(5) i {
    background-image: url(../images/sprite.png);
    background-position: -176px -62px;
    background-size: 558px 384px;
    width: 40px;
    height: 40px;
}
.wrapper .hot_scene > ul > li:nth-child(5):hover i {
    background-position: -394px -62px;
}
.wrapper .hot_scene > ul > li:nth-child(5).active i {
    background-position: -394px -62px;
}
.wrapper .hot_scene .hot {
    display: none;
}
.wrapper .hot_scene .hot.active {
    display: block;
}
.wrapper .hot_scene .hot .hot_scene-content {
    border-bottom: 1px solid #ddd;
    padding: 40px 30px;
}
.wrapper .hot_scene .hot .hot_scene-content h2 {
    font-size: 18px;
    color: #000;
    padding-bottom: 32px;
}
.wrapper .hot_scene .hot .hot_scene-content > ul {
    width: 100%;
    padding: 0;
    border: none;
    display: flex;
    flex: 1;
}
.wrapper .hot_scene .hot .hot_scene-content > ul > li {
    width: 154px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    color: #29abe2;
    border: 1px solid #29abe2;
    padding: 0;
}
.wrapper .hot_scene .hot .hot_scene-content > ul > li:last-of-type {
    margin-right: 0;
}
.wrapper .hot_scene .hot .goodness {
    padding: 60px 0;
}
.wrapper .hot_scene .hot .goodness .goodness-title {
    font-size: 20px;
    color: #000;
    padding: 42px 0 40px 0;
    text-align: center;
}
.wrapper .hot_scene .hot .goodness .goodness-tit {
    font-size: 20px;
    color: #000;
    padding: 42px 0 10px 0;
    text-align: center;
}
.wrapper .hot_scene .hot .goodness .goodness_title_detail {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.wrapper .hot_scene .hot .goodness .img_box {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.wrapper .hot_scene .hot .goodness .img_box img {
    width: 241px;
}
.wrapper .hot_scene .hot .goodness .application_box {
    text-align: center;
    height: 194px;
    background-image: url("../images/solution12.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.wrapper .hot_scene .hot .goodness .application_box h3 {
    font-size: 26px;
    color: #fff;
    padding: 74px 0 36px;
}
.wrapper .hot_scene .hot .goodness .application_box a {
    font-size: 18px;
    height: 48px;
    width: 250px;
    display: inline-block;
    background-color: #f7931e;
    line-height: 48px;
    color: #fff;
}
.wrapper .hot_scene .hot .goodness ul {
    display: flex;
    flex: 1;
    text-align: center;
}
.wrapper .hot_scene .hot .goodness ul li {
    width: 50%;
    padding: 4px 0;
}
.wrapper .hot_scene .hot .goodness ul li h3 {
    font-size: 16px;
    color: #383838;
    padding: 26px 0 20px;
}
.wrapper .hot_scene .hot .goodness ul li p {
    font-size: 14px;
    color: #383838;
    line-height: 20px;
    padding-bottom: 10px;
}
.wrapper .hot_scene .hot .goodness ul li:nth-child(1) {
    padding-right: 20%;
    padding-left: 4%;
    border-right: 1px solid #ddd;
}
.wrapper .hot_scene .hot .goodness ul li:nth-child(1) i {
    background-image: url(../images/sprite.png);
    background-position: -295px 0;
    background-size: 558px 384px;
    width: 30px;
    height: 30px;
}
.wrapper .hot_scene .hot .goodness ul li:nth-child(2) {
    padding-left: 20%;
    padding-right: 4%;
}
.wrapper .hot_scene .hot .goodness ul li:nth-child(2) i {
    background-image: url(../images/sprite.png);
    background-position: -332px 0;
    background-size: 558px 384px;
    width: 30px;
    height: 30px;
}
.wrapper .hot_scene .hot .good_line {
    border-bottom: 1px solid #ddd;
}
.wrapper .goodness {
    padding: 60px 0;
}
.wrapper .goodness .goodness-title {
    font-size: 20px;
    color: #000;
    padding: 42px 0 40px 0;
    text-align: center;
}
.wrapper .goodness .goodness-tit {
    font-size: 20px;
    color: #000;
    padding: 42px 0 10px 0;
    text-align: center;
}
.wrapper .goodness .goodness_title_detail {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.wrapper .goodness .img_box {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.wrapper .goodness .img_box img {
    width: 241px;
}
.wrapper .goodness .application_box {
    text-align: center;
    height: 194px;
    background-image: url("../images/solution12.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.wrapper .goodness .application_box h3 {
    font-size: 26px;
    color: #fff;
    padding: 74px 0 36px;
}
.wrapper .goodness .application_box a {
    font-size: 18px;
    height: 48px;
    width: 250px;
    display: inline-block;
    background-color: #f7931e;
    line-height: 48px;
    color: #fff;
}
.wrapper .goodness ul {
    display: flex;
    flex: 1;
    text-align: center;
}
.wrapper .goodness ul li {
    width: 50%;
    padding: 4px 0;
}
.wrapper .goodness ul li h3 {
    font-size: 16px;
    color: #383838;
    padding: 26px 0 20px;
}
.wrapper .goodness ul li p {
    font-size: 14px;
    color: #383838;
    line-height: 20px;
    padding-bottom: 10px;
}
.wrapper .goodness ul li:nth-child(1) {
    padding-right: 20%;
    padding-left: 4%;
    border-right: 1px solid #ddd;
}
.wrapper .goodness ul li:nth-child(1) i {
    background-image: url(../images/sprite.png);
    background-position: -295px 0;
    background-size: 558px 384px;
    width: 30px;
    height: 30px;
}
.wrapper .goodness ul li:nth-child(2) {
    padding-left: 20%;
    padding-right: 4%;
}
.wrapper .goodness ul li:nth-child(2) i {
    background-image: url(../images/sprite.png);
    background-position: -332px 0;
    background-size: 558px 384px;
    width: 30px;
    height: 30px;
}
.wrapper .good_line {
    border-bottom: 1px solid #ddd;
}
.wrapper .industry {
    padding-bottom: 60px;
}
.wrapper .industry .industry-title {
    font-size: 20px;
    color: #000;
    padding: 42px 0 40px 0;
    text-align: center;
}
.wrapper .industry ul {
    display: flex;
    flex: 1;
    text-align: center;
}
.wrapper .industry ul li p {
    font-size: 14px;
    color: #383838;
}
.wrapper .industry ul li:nth-child(1) i {
    background-image: url(../images/sprite.png);
    background-position: 0 -267px;
    background-size: 558px 384px;
    width: 51px;
    height: 51px;
}
.wrapper .industry ul li:nth-child(2) i {
    background-image: url(../images/sprite.png);
    background-position: -55px -267px;
    background-size: 558px 384px;
    width: 51px;
    height: 51px;
}
.wrapper .industry ul li:nth-child(3) i {
    background-image: url(../images/sprite.png);
    background-position: -109px -267px;
    background-size: 558px 384px;
    width: 51px;
    height: 51px;
}
.wrapper .industry ul li:nth-child(4) i {
    background-image: url(../images/sprite.png);
    background-position: -163px -267px;
    background-size: 558px 384px;
    width: 51px;
    height: 51px;
}
.wrapper .industry ul li:nth-child(5) i {
    background-image: url(../images/sprite.png);
    background-position: -217px -267px;
    background-size: 558px 384px;
    width: 51px;
    height: 51px;
}
.wrapper .industry ul li:nth-child(6) i {
    background-image: url(../images/sprite.png);
    background-position: -271px -267px;
    background-size: 558px 384px;
    width: 51px;
    height: 51px;
}
.wrapper .gain_width {
    width: 100%;
    background-color: #fbfbfb;
    padding-bottom: 40px;
}
.wrapper .gain_width .gain {
    margin-top: 0;
}
.wrapper .gain_width .gain .gain-title {
    font-size: 20px;
    color: #000;
    padding: 42px 0 40px 0;
    text-align: center;
    background-color: #fbfbfb;
}
.wrapper .gain_width .gain .give {
    width: 100%;
    height: auto;
}
.wrapper .gain_width .gain .gain-bg .gain-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul {
    display: flex;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-first li:nth-child(1) {
    background-image: url("../images/solution01.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-first li:nth-child(2) {
    background-image: url("../images/solution02.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-first li:nth-child(3) {
    background-image: url("../images/solution03.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-second li:nth-child(1) {
    background-image: url("../images/solution04.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-second li:nth-child(2) {
    background-image: url("../images/solution05.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-second li:nth-child(3) {
    background-image: url("../images/solution06.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-third li {
    margin-bottom: 0;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-third li:nth-child(1) {
    background-image: url("../images/solution07.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-third li:nth-child(2) {
    background-image: url("../images/solution08.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul.gain-third li:nth-child(3) {
    background-image: url("../images/solution09.png");
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li {
    background: none;
    position: relative;
    height: 266px;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    flex: 1;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain1 {
    background-image: url(../images/sprite.png);
    background-position: 0 -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain2 {
    background-image: url(../images/sprite.png);
    background-position: -61px -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain3 {
    background-image: url(../images/sprite.png);
    background-position: -124px -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain4 {
    background-image: url(../images/sprite.png);
    background-position: -186px -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain5 {
    background-image: url(../images/sprite.png);
    background-position: -251px -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain6 {
    background-image: url(../images/sprite.png);
    background-position: -312px -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain7 {
    background-image: url(../images/sprite.png);
    background-position: -374px -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain8 {
    background-image: url(../images/sprite.png);
    background-position: -436px -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .icon-gain9 {
    background-image: url(../images/sprite.png);
    background-position: -500px -324px;
    background-size: 558px 384px;
    width: 60px;
    height: 60px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li:last-of-type {
    margin-right: 0;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li:hover .gain-info {
    transform: translateY(-100%);
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li:hover .gain-detail {
    transform: translateY(-100%);
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .gain-info {
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(0%);
    transition: all 0.5s;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .gain-info .title {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .gain-detail {
    height: 266px;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(0%);
    transition: all 0.5s;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.wrapper .gain_width .gain .gain-bg .gain-box ul li .gain-detail h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 30px 0 20px;
}
.wrapper .why-me {
    margin-top: 0;
}
.wrapper .why-me .why-me-title {
    font-size: 20px;
    color: #000;
    padding: 42px 0 40px 0;
    text-align: center;
}
.wrapper .why-me .why-me-bg {
    margin-bottom: 60px;
}
.wrapper .why-me .why-me-bg .why-me-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrapper .why-me .why-me-bg .why-me-box ul {
    display: flex;
}
.wrapper .why-me .why-me-bg .why-me-box ul li {
    background: none;
    position: relative;
    height: 266px;
    background: #fff;
    overflow: hidden;
    flex: 1;
}
.wrapper .why-me .why-me-bg .why-me-box ul li:nth-child(1) {
    border: 1px solid #ccc;
}
.wrapper .why-me .why-me-bg .why-me-box ul li:nth-child(2) {
    border: 1px solid #ccc;
    border-left: none;
}
.wrapper .why-me .why-me-bg .why-me-box ul li:nth-child(3) {
    border: 1px solid #ccc;
    border-left: none;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .icon-why-me1 {
    background-image: url(../images/sprite.png);
    background-position: -280px -168px;
    background-size: 558px 384px;
    width: 92px;
    height: 92px;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .icon-why-me2 {
    background-image: url(../images/sprite.png);
    background-position: -373px -168px;
    background-size: 558px 384px;
    width: 81px;
    height: 92px;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .icon-why-me3 {
    background-image: url(../images/sprite.png);
    background-position: -455px -168px;
    background-size: 558px 384px;
    width: 92px;
    height: 92px;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .icon-why-me4 {
    background-image: url(../images/sprite.png);
    background-position: 2px -168px;
    background-size: 558px 384px;
    width: 93px;
    height: 93px;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .icon-why-me5 {
    background-image: url(../images/sprite.png);
    background-position: -92px -168px;
    background-size: 558px 384px;
    width: 93px;
    height: 93px;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .icon-why-me6 {
    background-image: url(../images/sprite.png);
    background-position: -186px -168px;
    background-size: 558px 384px;
    width: 93px;
    height: 93px;
}
.wrapper .why-me .why-me-bg .why-me-box ul li:last-of-type {
    margin-right: 0;
}
.wrapper .why-me .why-me-bg .why-me-box ul li:hover .why-me-info {
    transform: translateY(-100%);
}
.wrapper .why-me .why-me-bg .why-me-box ul li:hover .why-me-detail {
    transform: translateY(-100%);
}
.wrapper .why-me .why-me-bg .why-me-box ul li .why-me-info {
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(0%);
    transition: all 0.5s;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .why-me-info .title {
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
    color: #383838;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .why-me-detail {
    height: 266px;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(0%);
    background-color: #ccc;
    transition: all 0.5s;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .why-me-detail h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 26px;
}
.wrapper .why-me .why-me-bg .why-me-box ul li .why-me-detail p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #fff;
}
.wrapper .business_box h2 {
    font-size: 20px;
    color: #000;
    padding: 42px 0 40px 0;
    text-align: center;
}
.wrapper .business_box .business {
    flex: 1;
    display: flex;
}
.wrapper .business_box .business p {
    text-align: justify;
    width: 440px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    padding: 30px 0;
}
.wrapper .business_box .business img {
    width: 495px;
    height: auto;
}
.wrapper .service-support {
    margin-top: 0;
}
.wrapper .service-support .service-support-title {
    font-size: 20px;
    color: #000;
    padding: 42px 0 40px 0;
    text-align: center;
}
.wrapper .service-support .service-support-bg .service-support-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrapper .service-support .service-support-bg .service-support-box ul {
    display: flex;
}
.wrapper .service-support .service-support-bg .service-support-box ul.service-support-first li:nth-child(1) {
    background-image: url("../images/solutionCY01.png");
}
.wrapper .service-support .service-support-bg .service-support-box ul.service-support-first li:nth-child(2) {
    background-image: url("../images/solutionCY02.png");
}
.wrapper .service-support .service-support-bg .service-support-box ul.service-support-first li:nth-child(3) {
    background-image: url("../images/solutionCY03.png");
}
.wrapper .service-support .service-support-bg .service-support-box ul.service-support-second li:nth-child(1) {
    background-image: url("../images/solutionCY04.png");
}
.wrapper .service-support .service-support-bg .service-support-box ul.service-support-second li:nth-child(2) {
    background-image: url("../images/solutionCY05.png");
}
.wrapper .service-support .service-support-bg .service-support-box ul.service-support-second li:nth-child(3) {
    background-image: url("../images/solutionCY06.png");
}
.wrapper .service-support .service-support-bg .service-support-box ul li {
    background: none;
    position: relative;
    height: 276px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    flex: 1;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .icon-service-support1 {
    background-image: url(../images/sprite.png);
    background-position: -56px -108px;
    background-size: 558px 384px;
    width: 54px;
    height: 54px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .icon-service-support2 {
    background-image: url(../images/sprite.png);
    background-position: -113px -108px;
    background-size: 558px 384px;
    width: 54px;
    height: 54px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .icon-service-support3 {
    background-image: url(../images/sprite.png);
    background-position: -169px -108px;
    background-size: 558px 384px;
    width: 54px;
    height: 54px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .icon-service-support4 {
    background-image: url(../images/sprite.png);
    background-position: -227px -108px;
    background-size: 558px 384px;
    width: 54px;
    height: 54px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .icon-service-support5 {
    background-image: url(../images/sprite.png);
    background-position: -283px -108px;
    background-size: 558px 384px;
    width: 54px;
    height: 54px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .icon-service-support6 {
    background-image: url(../images/sprite.png);
    background-position: 0 -108px;
    background-size: 558px 384px;
    width: 54px;
    height: 54px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li:last-of-type {
    margin-right: 0;
}
.wrapper .service-support .service-support-bg .service-support-box ul li:hover .service-support-info {
    transform: translateY(-100%);
}
.wrapper .service-support .service-support-bg .service-support-box ul li:hover .service-support-detail {
    transform: translateY(-100%);
}
.wrapper .service-support .service-support-bg .service-support-box ul li .service-support-info {
    height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(0%);
    transition: all 0.5s;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .service-support-info .title {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .service-support-detail {
    height: 276px;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(0%);
    transition: all 0.5s;
    color: #fff;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .service-support-detail h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 36px 0 28px;
}
.wrapper .service-support .service-support-bg .service-support-box ul li .service-support-detail p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.wrapper .info_save_box {
    padding-bottom: 70px;
    text-align: center;
}
.wrapper .info_save_box h3 {
    font-size: 18px;
    padding: 36px 0 40px;
    color: #383838;
    text-align: center;
}
.wrapper .info_save_box ul {
    width: 740px;
    margin: 0 auto;
}
.wrapper .info_save_box ul li {
    padding: 10px 0;
}
.wrapper .info_save_box ul li label {
    text-align: left;
    float: left;
    width: 126px;
    line-height: 30px;
    font-size: 18px;
    color: #383838;
}
.wrapper .info_save_box ul li label i {
    color: red;
}
.wrapper .info_save_box ul li input {
    border: 1px solid #ddd;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    width: 614px;
    height: 30px;
    float: left;
}
.wrapper .info_save_box ul li textarea {
    height: 110px;
    font-size: 14px;
    padding: 10px;
    width: 592px;
    float: left;
}
.wrapper .info_save_box a {
    background-color: #f7931e;
    width: 250px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 40px auto 0;
}
.wrapper .why-me-new {
    margin-top: 0;
}
.wrapper .why-me-new .why-me-title {
    font-size: 20px;
    color: #000;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
}
.wrapper .why-me-new .why-me-title img {
    margin: 0 auto;
}
.wrapper .why-me-new .why-me-title img:nth-of-type(1) {
    width: 1000px;
}
.wrapper .why-me-new .why-me-title img:nth-of-type(2) {
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -339px;
    width: 678px;
}
.wrapper .why-me-new .why-me-title img:nth-of-type(3) {
    width: 848px;
    margin-top: 454px;
}
.wrapper .why-me-new .why-me-title img:nth-of-type(4) {
    margin: 66px auto 12px;
    width: 210px;
}
.wrapper .why-me-new .why-me-bg {
    margin-bottom: 60px;
    background-image: url(../images/zhuce-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 147px;
    background-position: bottom center;
    padding: 40px 0 100px;
}
.wrapper .why-me-new .why-me-bg .why-me-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul {
    display: flex;
    justify-content: space-around;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul.why-me-second {
    justify-content: space-between;
    padding: 0 60px;
    margin: 16px 0;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul.why-me-first {
    padding: 0 182px;
    margin-bottom: 74px;
    margin-top: 16px;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(248, 151, 59, 0.21);
    border-radius: 8px;
    position: relative;
    height: 300px;
    width: 250px;
    overflow: hidden;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li:last-of-type {
    margin-right: 0;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li:hover .why-me-detail {
    transform: translateY(-100%);
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li .why-me-info {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(0%);
    transition: all 0.5s;
    padding-bottom: 44px;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li .why-me-info .title {
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
    color: #383838;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li .why-me-info img:first-child {
    margin: 66px auto 34px;
    width: 53px;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li .why-me-info img:nth-of-type(2) {
    margin: 0 auto 40px;
    width: 184px;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li .why-me-info p {
    line-height: 29px;
    text-align: center;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li .why-me-detail {
    height: 300px;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(0%);
    background-color: rgba(247, 151, 59, 0.66);
    transition: all 0.5s;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li .why-me-detail img {
    margin-top: 96px;
}
.wrapper .why-me-new .why-me-bg .why-me-box ul li .why-me-detail h6 {
    font-size: 24px;
    font-style: italic;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
}