body {padding-top: 0;}
.js-header {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    border-bottom: 1px solid rgba(255, 255, 255, .1); 
    z-index: 999;
}
.Gaussian-blur {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.header-scroll {
    -webkit-box-shadow: 0 0 16px 0px #333333;
            box-shadow: 0 0 16px 0px #333333;
    background: #333333;
    border: none;
}

/* 轮播进度颜色 */
.swiper-pagination-bullet-active i {border-top:3px solid #fff;}

.js-btn-primary {
    width: 142px;
	height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
	background-color: #0066ff;
    color: #f7f8fa;
}

.font-left .w1200 {padding: 0;}

.container {
    padding: 80px 0;
    text-align: center;
}

.market {
    background: url('../images/jinshi/bg2.png') center;
}

.container .js-title {
    font-size: 30px;
	color: #11111a;
}

.container .desc {
    width: 53.5%;
    font-size: 14px;
	color: #666666;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 58px;
} 

.container .market-points {
    position: relative;
    margin: 0 auto;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    border: 1px solid #ececec;
}
.container .market-points .inner-ball {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width:256px;
    height: 256px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 19px rgba(0,102,255, 0.1);
            box-shadow: 0px 0px 100px 19px rgba(0,102,255, 0.1);
}

.container .market-points .inner-ball h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    color: #0066ff;
    -webkit-box-reflect: below -206px -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)),to(rgba(194,218,255,.05)))
}

.todo-content .todo-right .todo-list::after,
.what-todo .todo-content::after,
.advantage .item-list::after,
.three-step .item-list::after,
.footer .company-info::after,
.container .market-points .Q-common::after {
    content: '';
    display: table;
    height: 0;
    clear: both;
}

.container .market-points .Q-common {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 388px;
    text-align: left;
    color: #666666;
    font-size: 16px;
    height: 70px;
}

.container .market-points .Q-common span {padding: 26px 0;line-height: 24px;}

.container .market-points .Q-icon {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 70px;
	height: 70px;
    border-radius: 50%;
    margin: 0 15px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(64, 66, 77, 0.1);
	        box-shadow: 0px 0px 16px 0px rgba(64, 66, 77, 0.1);
}
.container .market-points .Q-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.container .market-points .Q-one {
    top: 60px;
    left: -242px;
}
.container .market-points .Q-two {
    left: -323px;
    bottom: 60px;
}
.container .market-points .Q-three {
    top: 60px;
    right: -323px;
}
.container .market-points .Q-four {
    right: -323px;
    bottom: 60px;
}
.container .market-points .Q-one img {
    -webkit-transform: translate(-50%,-57%);
        -ms-transform: translate(-50%,-57%);
            transform: translate(-50%,-57%);
}
.container .market-points .Q-three img {
    -webkit-transform: translate(-47%,-53%);
        -ms-transform: translate(-47%,-53%);
            transform: translate(-47%,-53%);
}

.container .market-points .Q-four img {
    -webkit-transform: translate(-48%,-51%);
        -ms-transform: translate(-48%,-51%);
            transform: translate(-48%,-51%);
}

.what-todo .todo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}

.todo-content .todo-left {
    width: 540px;
    height: 320px;
    float: left;
}

.todo-content .todo-right {
    width: 33%;
    padding-left: 8%;
    text-align: left;
    float: left;
}

.dot-icon {
    min-width: 8px;
	min-height: 8px;
    border-radius: 50%;
    margin-right: 19px;
    background-color: #fff;
	border: solid 3px #0066ff;
    margin-top: 7px;
}

.todo-content .todo-right .todo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.todo-content .todo-right .todo-list>div{float: left;}

.todo-content .todo-right .todo-list:not(:last-child) {
    margin-bottom: 7%;
}

.advantage {
    height: 363px;
    background: url('../images/jinshi/backg.png') no-repeat;
}

.advantage .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.advantage .item-list .item {
    width: 25%;
}
.advantage .item-list .item .item-name {
    position: relative;
    font-size: 18px;
    color: #11111a;
    margin: 28px 0 37px 0;
}

.advantage .item-list .item .item-name::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,11px);
        -ms-transform: translate(-50%,11px);
            transform: translate(-50%,11px);
    width: 40px;
    height: 2px;
    background-color: #0066ff;
}

.advantage .item-list .item .item-desc {
    width: 75%;
    font-size: 14px;
    color: #666666;
    margin: 0 auto;
}

.three-step {
    height: 388px;
}

.three-step .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 59px;
}

.three-step .item-list .item {
    width: 310px;
	height: 280px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(64, 66, 77, 0.1);
	        box-shadow: 0px 0px 16px 0px rgba(64, 66, 77, 0.1);
    margin: 0 40px;
}

.to-right-icon {
    height: 280px;
    line-height: 280px;
}

.three-step .item-list .item .item-top {
    position: relative;
}

.three-step .item-list .item .item-top .step {
    position: absolute;
    right: 32px;
    top: 39px;
    font-weight: bold;
    font-size: 4.375rem;
    color: #ffffff;
    opacity: 0.2;
}

.three-step .item-list .item .item-bottom .item-name {
    font-size: 18px;
    color: #11111a;
    padding: 30px 0 16px 0;
}

.three-step .item-list .item .item-bottom .item-desc {
    font-size: 14px;
    color: #666666;
}

.footer {
    background-color: #333333;
}

.footer .company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid rgba(118,118,118, .2);
}

.footer .company-info .company-item {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin-right: 85px;
}

.footer .company-info .company-item:last-child {
  margin-right: 0;
}

.footer .company-info .company-item img {
    vertical-align: middle;
}

.js-copyright {
    text-align: center;
    padding: 26px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
}