.container1{
    width: 1180px;
    margin: 0 auto;
}
.g-banner {
    height:500px
}
.g-banner .g-banner-bg {
    width:100%;
    height:100%;
    padding-top:150px;
    background: #5862f1 url("../images/wmy/wmy-banner.png") no-repeat center;
    -webkit-background-size:1920px 500px;
    -moz-background-size:1920px 500px;
    background-size:1920px 500px;
}
.g-banner h2 {
    color:#fff;
    font-size:40px;
    font-weight: bold;
    line-height: 40px;
}
.g-banner h2 span{
    color: #FFE360;
}
.g-banner p{
    color:#fff;
    font-size:40px;
    font-weight: bold;
    line-height: 40px;
    margin: 50px 0;
}
.g-banner p span{
    color: #FFE360;
}
.g-banner .js-wmy {
    position: relative;
    display:block;
    color:#FFFFFF;
    font-size: 28px;
    width: 235px;
    line-height: 58px;
    text-align: center;
    border-radius: 5px 25px;
    background: -moz-linear-gradient(top, #5f69ef, #404df6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f69ef), color-stop(1, #404df6));
    background: -webkit-linear-gradient(top, #5f69ef, #404df6);
    background: -o-linear-gradient(top, #5f69ef, #404df6);
    background: -ms-linear-gradient(top, #5f69ef, #404df6);
    background: linear-gradient(to bottom, #5f69ef, #404df6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b8ac0', endColorstr='#404df6', GradientType=0);
    margin-left: 85px;
}
.g-banner .js-wmy:before{
    content: '';
    display: block;
    background: url("../images/wmy/wmy-jt.png") no-repeat left center;
    width: 62px;
    height: 16px;
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translate(0, -50%);
}
.inner-wmy{
    width: 100%;
    margin: 0 auto;
}
.iwmy1{
    background: url("../images/wmy/iwmy1bg.png") no-repeat center;
    padding: 100px 0 130px 0;
    overflow: hidden;
    background-size: cover;
}
.iwmy_title{
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 1.2;
}
.iwmy1_info{
    font-size: 22px;
    font-weight: 400;
    color: #676C73;
    line-height: 39px;
    text-align: center;
    margin: 25px 0 65px 0;
}
.iwmy1_con{

}
.iwmy1_con ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.iwmy1_con ul li{
    padding: 28px 25px;
    height: 120px;
    width: 23.5%;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 14px rgba(14, 39, 83, 0.03);
    border-radius: 10px;
}
img{
    transition: .5s;
}
.iwmy1_img{
    float: left;
    width: 56px;
    height: 56px;
}
.iwmy1_con ul li:hover .iwmy1_img img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.iwmy1_txt{
    margin-left: 73px;
    margin-top: 5px;
    color: #333333;
    font-weight: 400;
}
.iwmy1_txt h3{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.iwmy1_txt p{
    font-size: 14px;
}
.iwmy2{
    margin: 100px 0 70px 0;
}
.iwmy2_con{
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.iwmy2_con_pic{
    width: 704px;
    height: 440px;
}
.iwmy2_con_detail{
    position: absolute;
    height: 100%;
    width: 100%;
}
.iwmy2_con_detail_container{
    position: relative;
}
.sales-problme-card{
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #C1D8FF;
    box-shadow: 0px 2px 10px 0px rgba(0, 37, 117, 0.14);
    border-radius: 10px;
    padding: 33px;
    transition: all .3s linear;
    width: 291px;
}
.sales-problme-card.one{
    top: 60px;
    left: 38px;
}
.sales-problme-card.two{
    top: 290px;
    left: 0;
}
.sales-problme-card.three{
    top: 10px;
    right: 80px;
}
.sales-problme-card.four{
    top: 280px;
    right: 0;
}
.problem-icon{
    margin-right: 20px;
}
.problem-title{
    color: #333;
    font-size: 20px;
}
.problem-txt{
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.open{
    background: linear-gradient(90deg, #6C58E8 0%, #38A0F4 100%);
    box-shadow: 0px 2px 10px 0px rgba(0, 37, 117, 0.14);
    align-items: unset;
    border: none;
    width: 401px;
}
.open .problem-title{
    color: #fff;
}
.open .problem-txt{
    display: block;
}
.iwmy3{
    padding: 39px 0;
    background: linear-gradient(90deg, #1B5BEF 40%, #41AAFA 100%);
}
.iwmy3 .container1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.iwmy3_fl{
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
}
.iwmy3_fr{
    display: flex;
    align-items: center;
}
.iwmy3_fr img{
    margin: 0 25px;
}
.iwmy3_fr a{
    display: block;
    width: 168px;
    height: 52px;
    line-height: 52px;
    background: #FF8B00;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    transition: .5s;
}
.iwmy3_fr a:hover{
    background: #fc9417;
}
.iwmy4{
    position: relative;
}
.iwmy4:after{
    content: '';
    display: block;
    background: url("../images/wmy/iwmy4-1bg.png") no-repeat top right;
    width: 322px;
    height: 662px;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: -1;
}
.iwmy4:before{
    content: '';
    display: block;
    background: url("../images/wmy/iwmy4-2bg.png") no-repeat top right;
    width: 322px;
    height: 662px;
    position: absolute;
    left: 0;
    bottom: 250px;
    z-index: -1;
}
.iwmy4_1{
    margin: 75px 0 55px 0;
    position: relative;
}
.iwmy4_1_con{
    margin-top: 25px;
}
.func_title{
    overflow: hidden;
}
.func_title ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.func_title ul li {
    width: 14.5%;
    cursor:pointer;
}
.func_title ul li h3 {
    font-size: 22px;
    color: #333;
    line-height: 48px;
    border: 2px solid #fff;
    border-radius: 26px;
    text-align: center;
}
.func_title ul .on h3{
    border: 2px solid #236DEF;
    color: #236DEF;
}
.func_show{

}
.func_show .func_info {
    display:none;
}
.func_info{
    padding-top: 50px;
}
.func_info ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.func_info ul li{
    width: 23.5%;
    height: 174px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 37, 117, 0.14), 0px -2px 0px 0px #236DEF;
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 20px;
}
.func_pic{
    width: 52px;
    height: 52px;
    background: #e9f0fd;
    border-radius: 50%;
    position: relative;
}
.func_pic:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.func_txt{
    margin-top: 20px;
}
.func_txt h3{
    font-size: 20px;
    font-weight: 400;
    color: #111F33;
    line-height: 30px;
    transition: .5s;
}
.func_info ul li:hover .func_pic img{
    -webkit-transform: rotate(360deg);
    -ms-transform:rotate(360deg);
    transform: rotate(360deg);
}
.func_info ul li:hover .func_txt h3{
    color: #236DEF;
}
.iwmy4_2_con{
    margin: 65px 0 40px 0;
    position: relative;
}
.iwmy4_2_con_detail{

}
.iwmy4_2_con_detail ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.iwmy4_2_con_detail ul li{
    width: 49%;
    margin-bottom: 20px;
}
.iwmy4_2_con_detail ul li a{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 37, 117, 0.14);
    border-radius: 10px;
    padding: 34px 70px;
    position: relative;
}
.iwmy4_2_con_detail ul li:nth-child(2n) a{
    padding: 34px 130px;
}
.iwmy4_2_con_detail ul li a:after{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-width:60px;
    border-style:solid;
    position: absolute;
    border-radius: 10px;
}
.iwmy4_2_con_detail ul li:nth-child(1) a:after{
    border-color:transparent #fff #fff transparent;
    right: 0;
    bottom: 0;
}
.iwmy4_2_con_detail ul li:nth-child(2) a:after{
    border-color: transparent transparent #fff #fff;
    left: 0;
    bottom: 0;
}
.iwmy4_2_con_detail ul li:nth-child(3) a:after{
    border-color: #fff #fff transparent transparent;
    right: 0;
    top: 0;
}
.iwmy4_2_con_detail ul li:nth-child(4) a:after{
    border-color: #fff transparent transparent #fff;
    left: 0;
    top: 0;
}
.iwmy4_2_detail_1{
    display: flex;
    align-items: unset;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}
.iwmy4_2_detail_1 span{
    color: #999999;
    border-bottom: 1px solid #999;
    position: relative;
    padding-bottom: 10px;
    width: 44px;
}
.iwmy4_2_detail_1 span:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #236DEF;
    bottom: -1px;
    position: absolute;
    transition: .5s;
}
.iwmy4_2_detail_1 h3{
    color: #333333;
}
.iwmy4_2_detail_2{
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    line-height: 22px;
    margin: 15px 0 35px 0;
}
.iwmy4_2_detail_3{
    width: 120px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #236DEF;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #236DEF;
    text-align: center;
    transition: .5s;
}
.iwmy4_2_detail_4{
    position: absolute;
    right: 0;
    bottom: -20px;
}
.iwmy4_2_con_detail ul li a:hover .iwmy4_2_detail_1 span{
    color: #236DEF;
}
.iwmy4_2_con_detail ul li a:hover .iwmy4_2_detail_1 span:after{
    width: 100%;
}
.iwmy4_2_con_detail ul li a:hover .iwmy4_2_detail_1 h3{
    color: #236DEF;
}
.iwmy4_2_con_detail ul li a:hover .iwmy4_2_detail_3{
    background: #236DEF;
    color: #fff;
}
.iwmy4_2_con_center{
    width: 227px;
    height: 227px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}