body{background: #f0f5fa;}
/*.wrapper{background: url(../images/visionbg-2.png) no-repeat;background-size: auto 34%;background-position: right 580px;}*/
.wrapper{background: #fff;}
.part{width: 100%;overflow: hidden;}
.marketPart{height: 510px;background: linear-gradient(227deg, #bbd9ff80 0%, #ffffff 75%);background-size: auto 700px;width: 100%;overflow: hidden;}
.marketPart .aboutUsTop{width: 1200px;height: 100%;margin: 0 auto;display:flex;}
.marketPart_con {width: 50%;}
.marketPart .aboutUsTop h4{font-size: 43px;height: 50px;width: 500px;font-weight: normal;color: #004f99;line-height: 50px;margin: 65px 0 50px 0;display: inline-block;padding-left: 27px;background: url(../images/leftline.png) no-repeat;background-size: 7px auto;background-position:left center;}
.marketPart .aboutUsTop p{text-align: justify;font-size: 18px;width: 500px;color: #004f99;line-height: .6rem;padding: 0;}
.marketPart_img {width: 50%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.marketPart_img img {width: 90%;border-radius: 8px;}

@media screen and (max-width: 900px){
    .wrapper {background: unset;}
    /* .marketPart{background: url(../images/market.jpg) no-repeat;background-position:  center bottom;min-height: unset;height: auto; padding-bottom: 90px;background-size: 100%;} */
    .marketPart{
        /*background: linear-gradient(270deg, #bbd9ff 0%, #ffffff 75%);*/
        /* background-size: 100%; */
        min-height: unset;
        height: auto;
        /* padding-bottom: 120px; */
        background-size: 100%;
        /* background: url('../images/market.jpg') 100% center bottom no-repeat,
        linear-gradient(90deg, #EDF6FF, #E9F3FD, #E0EDFD, #DDEDFD, #CFE3FC,#C7E1FC); */
    }
    .marketPart .aboutUsTop{width: 90%;margin: 0 auto;/* margin-bottom: 40px; */padding-bottom: .5rem;display: flex;flex-direction: column;}
    .marketPart_con {width: 100%;}
    .marketPart .aboutUsTop h4{width: calc(100% - .7rem);padding: 0 .35rem;margin: 0 auto;margin-top: .5rem;display: block;font-size: .4rem;line-height: .64rem;height: .64rem;background-position: left center;padding-left: 27px;background: url(../images/leftline.png) no-repeat;background-size: 7px auto;background-position: left center;margin-bottom: 20px;}
    .marketPart .aboutUsTop p{width: 100%;}
    .marketPart .aboutUsTop p{margin-top: 0;margin-left: 0;font-size: 16px;background: unset;height: auto;padding: 0;line-height: 180%;}

    .marketPart_img {width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;margin-top: 20px;}
    .marketPart_img img {width: 100%;border-radius: 8px;}

