body{
    background-color: #f8f8f8;
}
.market{
    margin-top:70px;
    margin-bottom:40px;
}
.market_bottom{
    display: flex;
    margin:50px 0 40px 0;
}
.market_bottom li{
    position: relative;
    width: 325px;
	height: 320px;
	background-image: linear-gradient(139deg, 
		#ebf6f9 24%, 
		#e0e0f3 100%), 
	linear-gradient(
		#f5f5fd, 
		#f5f5fd);
    border: solid 1px #e4e4e4;
    padding: 32px 50px;
    box-sizing: border-box;
}
.market_bottom li h4{
    	font-family: CenturyGothic;
	font-size: 60px;;
	color: #1d2088;
}
.market_bottom li span{
    position: absolute;
    display: block;
    top:44%;
    left: 0;
    font-family: SourceHanSansCN-Regular;
	font-size: 24px;
    color: #ffffff;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius:0 50px 0 0 ;
    background-color: #4186e3;
    padding-left: 50px;
}
.market_bottom li p{
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	color: #777777;
}
.market_bottom li p:nth-child(2){
    margin-bottom: 66px;
}

.market_detail{
    background: url(../images/together_back.png);
    height: 430px;
    box-sizing: border-box;
}
.market_detail .htmlCenter{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.market_detail_text{
    width: 40%;
    margin-top: 96px;

    
}
.market_detail_text h5{
    font-family: SourceHanSansCN-Bold;
	font-size: 36px;
	color: #ffffff;
}
.market_detail_text p{
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
    color: #ffffff;
    margin-bottom: 36px;
}
.market_detail_text p span{
    color: #1d2088;
}
.market_detail_echarts{
    margin-top: 54px;
    background-color: #fff;
    box-sizing: border-box;
}
.market_detail_echarts p{
    text-align: center;
    line-height: -20px;
}
.advantage1{
    margin-top: 109px;
    margin-bottom: 66px;
}
.advantage1_top{
    text-align: center;
}
.advantage1_top p:nth-child(1){
    font-family: SourceHanSansCN-Bold;
	font-size: 36px;
    color: #1d2088;
    background: url(../images/together1.png) no-repeat;
    background-size: 100%;
    width: 148px;
    margin: 0 auto;
    padding-top: 82px;
}
.advantage1_top p:nth-child(2){
font-family: SourceHanSansCN-Light;
	font-size: 24px;
    color: #8e8e8e;
    margin-bottom: 50px;
}
.advantage1_bottom{
    display: flex;
    flex-wrap: wrap;
}
.advantage1_bottom li{
    position: relative;
    width: 404px;
    height: 180px;
    margin-right: 44px;
    padding-top: 64px;
    padding-right: 74px;
    margin-bottom: 54px;
    background: url(../images/together_back2.png) no-repeat;
    box-sizing: border-box;
}
.advantage1_bottom li:nth-child(3n){
    margin-right: 0px;
    
}
.advantage1_bottom li p:nth-child(2){
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    margin-left: 110px;

	color: #303030;
}
.advantage1_bottom li p:nth-child(3){
	font-family: SourceHanSansCN-Regular;
    font-size: 16px;
     margin-left: 110px;
	color: #838383;
}

.advantage1_bottom li span{
    position: absolute;
    font-family: BodoniBT-Bold;
	font-size: 48px;
    color: #ffffff;
    top: 52%;
    left: 8%;
    transform: translateY(-50%);
}


.advantage2{
    padding-top: 114px;
    background: url(../images/together_back4.png);
    
}
.advantage2_top p:nth-child(1){
    text-align: center;
    font-family: SourceHanSansCN-Bold;
	font-size: 36px;
    color: #ffffff;
    background: url(../images/together2.png) no-repeat;
    background-size: 100%;
    width: 148px;
    margin: 0 auto;
    padding-top: 66px;
}
.advantage2_top p:nth-child(2){
    text-align: center;
    font-family: SourceHanSansCN-Light;
	font-size: 24px;
    color: #ffffff;
    margin-bottom: 110px;
}

.advantage2_bottom{
    display: flex;
}
.advantage2_bottom li{
    width: 240px;
	height: 290px;
	background-color: #f8f8f8;
	box-shadow: 0px 8px 8px 0px 
		rgba(192, 192, 192, 0.42);
	border-radius: 20px;
    text-align: center;
    padding-left:29px;
    padding-right:29px;
    margin-right: 30px;
    box-sizing: border-box;
    margin-bottom: 110px;
}
.advantage2_bottom li:nth-child(4){
    margin-right:0;
}

.advantage2_bottom li p{
    position: relative;
    margin-top: 139px;
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
    color: #838383;
    text-align: center;
}
.advantage2_bottom li p span{
    position: absolute;
    width: 240px;
    height: 197px;
    padding-top: 50px;
    background: url(../images/together_back3.png) no-repeat;
	font-family: SentyMARUKO-Elementary;
	font-size: 80px;
	line-height: 36px;
    left: 50%;
    transform: translate(-50%,-88%);
	color: #ffffff;
}
.policy{
        text-align: center;
    padding-top: 109px;
    padding-bottom: 64px;
    background-color: #fff;
}
.policy_top p:nth-child(1){
    font-family: SourceHanSansCN-Bold;
	font-size: 36px;
    color: #1d2088;
    background: url(../images/together3.png) no-repeat;
    background-size: 100%;
    width: 148px;
    margin: 0 auto;
    padding-top: 66px;
}
.policy_top p:nth-child(2){
   	font-family: SourceHanSansCN-Light;
	font-size: 24px;
    color: #8e8e8e;
    margin-bottom: 36px;
}
.policy_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../images/together_back6.png) no-repeat;
}
.policy_bottom li{
    width: 313px;
	height: 340px;
    text-align: center;
    box-sizing: border-box;
}

.policy_bottom li img{
    width: 64px;
    margin-top: 58px;
    margin-bottom: 20px;
}
.policy_bottom p:nth-child(2){
 	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	color: #000000;
}
.policy_bottom p:nth-child(32){
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
	color: #555555;
}

.condition{
    background: url(../images/together_back5.jpg) no-repeat;
     padding-top: 88px;
}
.condition_top p:nth-child(1){
    text-align: center;
    font-family: SourceHanSansCN-Bold;
	font-size: 36px;
    color: #ffffff;
    background: url(../images/together4.png) no-repeat;
    background-size: 100%;
    width: 148px;
    margin: 0 auto;
    padding-top: 66px;
}
.condition_top p:nth-child(2){
    text-align: center;
   font-family: SourceHanSansCN-Light;
	font-size: 24px;
    color: #ffffff;
    margin-bottom: 77px;
}

.condition_bottom{
    position: relative;
    display: flex;
    flex-wrap:wrap ;
    width: 1300px;
	height: 480px;
	background-color: #ffffff;
	box-shadow: 0px 8px 8px 0px 
		rgba(192, 192, 192, 0.42);
    border-radius: 20px;
    padding:61px 51px 61px 51px;
    box-sizing: border-box;
}
.condition_bottom::after{
    position:absolute;
    content: "+";
    width: 92px;
    height: 92px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: ArialMT;
	font-size: 60px;
    line-height: 92px;
    text-align: center;
	color: #2c52d9;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    border-radius: 50%;
}
.condition_bottom li{
     display: flex;
     width: 50%;
     box-sizing: border-box;
}
.condition_bottom li:nth-child(1){
    border-right: 1px dotted #b2b2b2;;
    border-bottom: 1px dotted #b2b2b2;;
}
.condition_bottom li:nth-child(4){
    border-left: 1px dotted #b2b2b2;;
    border-top: 1px dotted #b2b2b2;;
    padding-left: 160px;
}
.condition_bottom li:nth-child(2){
    padding-left: 160px;
}
.condition_bottom li div{
    margin-top: 38px;
    margin-left: 30px;
    box-sizing: border-box;
}
.condition_bottom li div:nth-child(2){
    margin-top: 60px;
}
.condition_bottom_left p{
    font-family: Antonio-Regular;
	font-size: 72px;
	font-style: italic;
	color: #d1d1d1;
}
.condition_bottom_left p span{
    font-family:SourceHanSansCN-Light;
}
.condition_bottom_right{
    font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #595959;
}
.process{
    margin-top: 74px;
}
.process_top p:nth-child(1){
    padding-top: 100px;
    font-family: SourceHanSansCN-Bold;
	font-size: 36px;
    color: #1d2088;
    text-align: center;
    background: url(../images/together5.png) no-repeat;
    background-size: 100%;
    width: 148px;
    margin: 0 auto;
    padding-top: 66px;
}
.process_top p:nth-child(2){
    font-family: SourceHanSansCN-Light;
	font-size: 24px;
    color: #8e8e8e;
    text-align: center;
}

.process_bottom{
    display: flex;
    height: 570px;
    background: url(../images/together_back7.png) no-repeat;
}
.process_bottom div{
    width: 30%;
    height: 440px;
}

.process_bottom li{
    /* width: ; */
    height: 50%;
    margin: 0 auto;
    box-sizing: border-box;
}
.process_bottom h4{
    font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	color: #000000;
}
.process_bottom p{
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #8e8e8e;
}
.center_text{
    padding-top: 110px;
    padding-left: 147px;
    padding-right: 37px;
}
.circle{
    padding-top: 190px;
}
.circle2{
    padding-top: 180px;
    padding-left: 98px;
    padding-right: 60px;
}
.apply{
    height: 360px;
    padding-top: 64px;
    /* padding-bottom: 90px; */
    background: url(../images/together_back8.png) no-repeat;
}
.apply_top p:nth-child(1){
    text-align: center;
    font-family: SourceHanSansCN-Bold;
	font-size: 36px;
	color: #ffffff;
}
.apply_top p:nth-child(2){
    text-align: center;
    font-family: SourceHanSansCN-Light;
	font-size: 24px;
    color: #ffffff;
    margin-bottom: 64px;
}

.apply_center p:nth-child(1){
    font-family: SentyMARUKO-Elementary;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 5px;
	color: #ffffff;
}
.apply_center{
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.apply_center p:nth-child(2){
    font-family: SourceHanSansCN-Normal;
	font-size: 18px;
	color: #ffffff;
}
.apply_center p:nth-child(2) span{
    font-family: CenturyGothic;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.apply_bottom input{
    width: 242px;
	height: 60px;
	background-color: #ffffff;
	border: solid 1px #d3d3d3;
    opacity: 0.34;
    font-family: SourceHanSansCN-Normal;
	font-size: 18px;
    color: #015fc1;
    padding-left: 20px;
    margin-right: 10px;
    box-sizing: border-box;
}
.apply_bottom input:nth-child(3){
    width: 476px;
	height: 60px;
}
.apply_bottom button{
    width: 293px;
	height: 60px;
    background-color: #015fc1;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    outline: none;
    border: 0;
    color: #ffffff;
    cursor: pointer;
}