.tradeBanner{
    background: url("../../images/Tidetrade/banner.jpg") no-repeat center;
    height: 529px;
    width: 100%;
    position: relative;
}
.exicon {
    background: url("../../images/Tidetrade/icon.png") no-repeat;
}
.trademain{
    width: 1200px;
    margin: 0 auto;
}
.trademain a{
    width: 148px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #f2f212;
    border-radius: 2px;
    display:inline-block;
    font-size: 16px;
    color: #2d2d2d;
    position: absolute;
    left:50%;
    bottom:80px;
    /*margin-left: -100px;*/
    transform: translate(-50%,-50%);
    text-decoration: none;
}
.trademain a:active,.trademain a:hover{
    background-color: rgba(242, 242, 18, 0.9);
    text-decoration: underline;
}

.trade_nav{
    width: 100%;
    height: 52px;
    background-color: rgba(39, 7, 90, 0.5);
    /*opacity: 0.5;*/
    position: absolute;
    left: 0;
    bottom: 0;
}
.trade_nav .nav_wrap{
    width: 1120px;
    height: 52px;
    margin: 0 auto;
    display: flex;
}
.navFix{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(39, 7, 90, 1);
}
.trade_nav .nav_wrap .wrap_tab{
    width: 124px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.trade_nav .nav_wrap .wrap_tab a{
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #ffffff;
    text-decoration:none;
    display: block;
}
.trade_nav .nav_wrap .current {
    background-color: #5b2aff;
}
.vouchCon{
    width: 1200px;
    margin: 0 auto;
}
.vouchconTop{
	position:relative;
}
.tradeBox{
    padding: 100px 0 60px;
}
.trademain h2{
    background: url("../../images/Tidetrade/h2_bg.png") center no-repeat;
    font-size: 44px;
    font-weight: normal;
    color: #333333;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.trademain .h2bg{
    background: url("../../images/Tidetrade/h2_bg1.png") center no-repeat;
    color: #ffffff;
}
.trademain .title{
    font-size: 16px;
    color: #999;
    margin-top: 35px;
    text-align: center;
}
.trademain h4{
    font-size: 30px;
    font-weight: normal;
    color: #242a36;
    text-align: center;
    margin-top: 45px;
}
.productbg{
    height:419px;
    background: url("../../images/Tidetrade/pic2.png") center no-repeat;
}
.productbg img{
    margin: 0 auto;
}
.productbg .slwoleft{
    width: 300px;
    padding-top: 5px;
    margin-left: 25px;
}
.productbg .slworight{
    margin-right: 72px;
    margin-left: 0;
}
.productbg .slwoleft li{
    display: flex;
}
.productbg .slwoleft li i{
    display: inline-block;
}
.productbg .slwoleft li:nth-child(2){
    margin-top: 150px;
}
.productbg .slwoleft li .licion1{
    width: 39px;
    height:39px;
    background-position: 0 -94px;
}
.productbg .slwoleft li .licion2{
    width: 40px;
    height:40px;
    background-position: -115px -94px;
}
.productbg .slwoleft li .licion3{
    width: 45px;
    height:45px;
    background-position: -55px -94px;
}
.productbg .slwoleft li .licion4{
    width: 37px;
    height:42px;
    background-position: -170px -94px;
}
.productbg .slwoleft li>div{
    padding-top: 5px;
    padding-left: 22px;
    width: 220px;
}
.productbg .slwoleft li>div h5{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: normal;
}
.productbg .slwoleft li>div h5:hover{
    color:#5b2aff;
}
.productbg .slwoleft li>div p{
    margin-top: 20px;
    font-size: 13px;
    color: #666666;
    line-height: 24px;
}
.productbg .slworight  li:nth-child(2){
    margin-top: 130px;
}
.productbg .slwo{
    width: 280px;
    height: 270px;
    margin:47px auto 0;
    background: url("../../images/Tidetrade/up1.png") no-repeat 1px bottom;
}
.productbg .slwo img{
    margin-left: 63px;
    position: relative;
    top:0px;
    animation: myMove 2s ease-in infinite forwards;
    -webkit-animation: myMove 2s infinite;
    /* infinite 表示无限循环 */

    /*-moz-animation: paom1 2s ease-in infinite forwards;*/
    /*-ms-animation: paom1 2s ease-in infinite forwards;*/
    /*-webkit-animation: paom1 2s ease-in infinite forwards;*/
    /*-o-animation: paom1 2s ease-in infinite forwards;*/
    /*animation: paom1 2s ease-in infinite forwards;*/

}
@keyframes myMove {
    0% {
        top: 0px;
    }

    50% {
        top: -20px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes myMove {
    0% {
        top: 0px;
    }

    50% {
        top: -20px;
    }

    100% {
        top: 0px;
    }
}
@keyframes paom1{
    0% {
        opacity: 1;
        margin-bottom: 0;
    }
    100% {
        opacity: 0;
        margin-left: 0;
        margin-bottom: 600px
    }
}
.cot1list li:hover i.exicon,.slwoleft li:hover i.exicon{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}
.tradecont{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.tradecont img{
    margin: 0 auto;
}
.oneul{
    position: relative;
    width:473px;
    height:306px;
    background: url("../../images/Tidetrade/pic1.png") no-repeat;
}
.oneul li.circle_bottom {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 21px;
    background-color: rgba(180, 154, 254, 0.5);
}
.oneul li:first-child.circle_bottom {
    top: 72px;
    left: 229px;
}
.oneul li:nth-child(2).circle_bottom {
    top: 152px;
    left: 105px;
}
.oneul li:nth-child(3).circle_bottom {
    top: 153px;
    left: 339px;
}
.animation,animation2{
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tradecont .contpp{
    margin-top:20px;
    width: 602px;
}

.tradecont .contpp p{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 40px;
}
.tradeGray{
    background: #f6f6fe;
}
.tradePic{
    background: url("../../images/Tidetrade/bg3.png") no-repeat center top;
}
.tradePic1{
    background: url("../../images/Tidetrade/bg1.png") no-repeat center top;
}
.tradePic2{
    background: url("../../images/Tidetrade/bg2.png") no-repeat center top;
}
.cot1list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.cot1list li {
    position: relative;
    text-align: center;
    width: 221px;
    height: 351px;
    background: #ffffff;
    border-radius: 10px;
    color: #333333;
}
.cot1list li i {
    display: inline-block;
    margin: 40px 0 30px;
    width: 89px;
    height: 83px;
}
.cot1list .lisc1 i{
    margin: 50px 0 30px;
}
.cot1list .lisc2 i {
    margin: 50px 0 30px;
    width: 87px;
    height: 79px;
    background-position: -122px 0;
}
.cot1list .lisc3 i {
    width: 88px;
    height: 92px;
    background-position: -243px -0px;
}
.cot1list .lisc4 i {
    width: 59px;
    height: 94px;
    background-position: -350px 0px;
}
.cot1list .lisc5 i {
    margin: 60px 0 30px;
    width: 87px;
    height: 74px;
    background-position: -429px 0px;
}
.cot1list li h6 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
}
.cot1list li p {
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
}

.cot1list li.active {
    background-color: #f2eef8;
    box-shadow: 0px 0px 13px 0px
    rgba(255, 255, 255, 0.88);
}

.left,.right{
    position: relative;
    text-align: left;
}
.left h5,.right h5{
    font-size: 20px;
    color: #333333;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
}
.left p,.right p{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.left p::before,.right p::before{
    content:'';
    display: inline-block;
    position: absolute;
    top: -34px;
    left:0;
    width:46px;
    height: 4px;
    background-color: #5b2aff;
}

.twoul{
    position: relative;
    width:1200px;
    height:675px;
    background: url("../../images/Tidetrade/01.png") no-repeat;
    margin: 50px 0;
}
.twoul li.circle_bottom {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: rgba(91, 42, 255, 0.5);
}
.twoul li .circle_bottom2 {
    position: absolute;
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 29px;
    background-color: rgba(91, 42, 255, 0.3);
}
.twoul li:first-child.circle_bottom {
    top: 219px;
    right: 100px;
}
.twoul li:nth-child(2).circle_bottom {
    top: 449px;
    right: 152px;
}
.twoul li:nth-child(3).circle_bottom {
    bottom: -2px;
    left: 134px;
}
.twoul li:nth-child(4).circle_bottom {
    bottom: 37px;
    left: 381px;
}

.twoul li:first-child.circle_bottom .circle_bottom2 {
    top: -4px;
    right: -5px;
}
.twoul li:nth-child(2).circle_bottom .circle_bottom2 {
    top: -5px;
    right: -4px;
}
.twoul li:nth-child(3).circle_bottom .circle_bottom2 {
    top: -5px;
    right: -4px;
}
.twoul li:nth-child(4).circle_bottom .circle_bottom2 {
    top: -5px;
    right: -4px;
}



.threeul{
    position: relative;
    width:1192px;
    height:572px;
    background: url("../../images/Tidetrade/02.png") no-repeat;
}
.threeul li.circle_bottom {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 21px;
    background-color: rgba(91, 42, 255, 0.5);
}
.threeul li .circle_bottom2 {
    position: absolute;
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 29px;
    background-color: rgba(91, 42, 255, 0.3);
}

.threeul li:first-child.circle_bottom {
    top: 100px;
    left: 8px;
}
.threeul li:nth-child(2).circle_bottom {
    top: 353px;
    left: 110px;
}
.threeul li:first-child.circle_bottom .circle_bottom2 {
    top: -3px;
    left: -3px;
}
.threeul li:nth-child(2).circle_bottom .circle_bottom2 {
    top: -3px;
    left: -3px;
}
