/*body{*/
/*    opacity: 0;*/
/*}*/

.cq-banner p, .cq-content-title {
    line-heighcq-banner-msgt: 1;
    text-align: center
}
.cq-content-top, .cq-content-top-left {
    position: relative
}

.cq-banner, .cq-content-equity, .cq-content-top, .cq-content-top-bg, .cq-content-top-bg ul li, .cq-content-type ul {
    box-sizing: border-box
}

.cq-content {
    width: 100%
}

.cq-content .cq-banner {
    width: 100%;
    height: 323px;
    background: url(/img/pc/orangeEquity/newbanner.png) center no-repeat #fff;
    background-size: 100% 100%
}

.cq-banner-title{
    position: relative;
    top: 50%;
    transform: translateY(-40%);
}

.cq-conent-bg {
    width: 100%;
    height: 800px;
    background-color: #f7f9fc;
    /*opacity: 0;*/
}
.cq-conent-bg .cq-conent-title{
    background: #fff;
    height:70px;
}
.cq-conent-bg .cq-conent-title ul{
    margin: 4px auto 0;
    /*width: 1025px;*/
    text-align: center;
    height: 48px;
}
.cq-conent-bg .cq-conent-title ul li{
    display: inline-block;
    height: 30px;
    padding: 20px 45px;
    margin: auto;
    font-size: 16px;
}
.activebg{
    transition:width .5s;
    color:#fff;
    cursor:pointer;
    background: url(/img/pc/orangeEquity/activebg.png) center no-repeat #fff;
}
.cq-conent-bg .cq-conent-concent{
    overflow: hidden;
    width: 1250px;
    /*opacity: '0';*/
    height: 600px;
    /*background: #f7f9fc;*/
    margin: 0 auto;
}
.cq-conent-bg .cq-conent-footer{
    width:1280px;
    height:91px;
    margin: auto;
    background: url(/img/pc/orangeEquity/baitiao.png) no-repeat 0 0/cover;
}
.cq-conent-bg .cq-conent-footer .cq-content-tips{
    padding: 44px 0 0 35px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.cq-conent-bg .cq-conent-footer .cq-content-tips div {
    float:right;
    margin: 0 40px 0 0;
    color: #ff7200;
    font-size: 16px;
}
.cq-conent-bg .cq-conent-footer .cq-content-tips img{
    width:18px;
    height:21px;
    position: absolute;
    margin-left: -24px;
}
.cq-content .cq-content-our{
    width:100%;
    height:1180px;
    background: #fff;
}
.cq-content .cq-content-our .cq-product{
    width: 1260px;
    height: 680px;
    margin:0 auto;
}

.cq-product-title {
    padding: 80px 0 30px 0;
    color: #282828;
    font-size: 30px;
    text-align: center
}
.cq-content-title-vice {
    margin: 0 auto 65px;
    color: #666;
    font-size: 22px;
    text-align: center
}
.cq-content .cq-content-our .cq-product ul li{
    display: inline-block;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(97,131,155,.2);
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    height:420px;
    width: 290px;
    margin-left: 20px;
}
/*.cq-content .cq-content-our .cq-product ul li:hover{*/
/*    height:420px;*/
/*    width: 290px;*/
/*    margin-top: -20px;*/
/*}*/

.cq-content .cq-content-our .cq-product ul li .cq-product-content-title {
    margin: 20px 20px 10px;
    color: #282828;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 22px;
    font-weight: 300
}
.cq-content .cq-content-our .cq-product ul li .cost-line {
    display: block;
    width: 45px;
    height: 2px;
    margin-top: -9px;
    margin-left: 22px;
    margin-bottom: 20px;
    background-color: #ff7200
}
.cq-product-content-content{
    margin: 10px auto;
    width: 255px;
    height: 92px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666;
}
.cq-our-advantage{
    width: 1260px;
    overflow: hidden;
    height: 500px;
    margin:0 auto;
}
.cq-our-advantage ul li{
    position: relative;
    float: left;
    overflow: hidden;
    height:240px;
    width: 112px;
    margin-right: 20px;
    /*animation:mymove 4s;*/
    /*-webkit-animation:mymove 4s; !*Safari and Chrome*!*/
}


.cq-our-advantage ul li .cq-ad-title{
    /*width: 87px;*/
    text-align: center;
    height: 22px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    margin-top: 26px;
    letter-spacing: 0px;
    color: #282828;
}
.cq-our-advantage ul li .cq-ad-tips{
    text-align: center;
    height: 16px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 16px;
    color: #666666;
}
.cq-our-advantage ul .cq-ad-one{
    margin:0 150px 0 50px;
}
.cq-our-advantage ul .cq-ad-two{
    margin-right: 150px;
}
.cq-our-advantage ul .cq-ad-three{
    margin-right: 150px;
}
.cq-our-advantage ul .cq-ad-four{
    margin-right: 150px;
}
@keyframes mymove
{
    from {top:0px;}
    to {top:200px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {top:0px;}
    to {top:200px;}
}

.cq-banner p {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 2px;
}

.cq-banner .cq-banner-msg {
    margin-top: 15px;
    color: #fff;
    font-size: 24px
}
.cq-banner .cq-banner-consult{
    border: 1px solid #fff;
    border-radius: 24px;
    width: 180px;
    height: 48px;
    line-height: 48px;
    margin: 20px auto 0;
    font-size: 18px;
    /*margin-top: 40px;*/
    text-align: center;
}
.cq-banner .cq-banner-consult:hover{
    cursor:pointer;
    background: rgba(194,194,194,.3);
}

.cq-content-top {
    width: 1200px;
    height: 826px;
    margin: 0 auto;
    padding-top: 91px
}

.cq-content-title {
    background: url(/img/pc/orangeEquity/bg.jpg) center no-repeat #fff;
    color: #282828;
    font-size: 30px;
    height: 750px;
}

.cq-content-top-left .border {
    position: absolute;
    width: 434px;
    height: 486px;
    background-color: #fff;
    border: 1px solid #ffd4b2;
    left: -21px;
    top: -21px
}

.cq-content-top-bg {
    position: absolute;
    width: 440px;
    height: 486px;
    padding-top: 88px;
    background-color: #2d3741;
    z-index: 10
}

.cq-content-top-bg ul {
    position: relative
}

.cq-content-top-bg ul li {
    position: relative;
    left: -6px;
    width: 229px;
    height: 63px;
    padding-left: 90px;
    line-height: 63px;
    font-size: 22px;
    color: #fff;
    cursor: pointer
}


.cq-content-top-bg ul .active {
    background-color: rgba(255, 114, 0, .5);
    background-color: #ff7200 \9
}

.cq-content-right-hint {
    position: absolute;
    bottom: 30px;
    right: 70px;
    color: #999;
    font-size: 14px
}

.cq-content-top-right {
    position: relative;
    top: 30px;
    left: 102px;
    width: 1098px;
    height: 600px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1)
}

.cq-content-type {
    position: absolute;
    width: 1250px;
    height: 600px
}

.cq-content-type ul {
    overflow: hidden;
    margin-top: 20px;
    /*padding-top: 35px*/
}

.cq-content-type ul li {
    float: left;
    width:250px;
    height: 180px;
    text-align: center;
    opacity: 0;
}

.cq-content-type ul li div {
    width: 248px;
    height: 150px;
    margin: 0 auto;
    text-align: center
}

.cq-content-type ul li div img {
    vertical-align: middle;

}

.cq-content-type ul li > p {
    font-size: 16px;
    color: #333
}

.cq-content-bottom {
    padding-top: 101px;
    padding-bottom: 140px;
    background: url(/img/pc/orangeEquity/bg.jpg) center no-repeat #fff
}

.cq-content-bottom-all {
    width: 1250px;
    height: 407px;
    margin: 0 auto;
    overflow: hidden
}

.cq-content-bottom-all ul li {
    position: relative;
    width: 325px;
    height: 242px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
    transition: .3s all ease;
    float: left;
    overflow: hidden
}

.cq-content-bottom-all ul .active {
    width: 511px;
    height: 407px
}

.li-one {
    background: url(/img/pc/orangeEquity/icon-one.png) 45px center no-repeat
}

.li-two {
    background: url(/img/pc/orangeEquity/icon-two.png) 45px center no-repeat
}

.li-three {
    background: url(/img/pc/orangeEquity/icon-three.png) 45px center no-repeat
}

.li-four {
    background: url(/img/pc/orangeEquity/icon-four.png) 45px center no-repeat
}

.li-five {
    background: url(/img/pc/orangeEquity/icon-five.png) 45px center no-repeat
}

.div-bg-one {
    background: url(/img/pc/orangeEquity/div-one.jpg) no-repeat
}

.div-bg-two {
    background: url(/img/pc/orangeEquity/div-two.jpg) no-repeat
}

.div-bg-three {
    background: url(/img/pc/orangeEquity/div-three.jpg) no-repeat
}

.div-bg-four {
    background: url(/img/pc/orangeEquity/div-four.jpg) no-repeat
}

.div-bg-five {
    background: url(/img/pc/orangeEquity/div-five.jpg) no-repeat
}

.bottom-bg-one, .bottom-bg-three, .bottom-bg-two {
    background-repeat: no-repeat
}

.bottom-bg-one {
    background-image: url(/img/pc/orangeEquity/bottom-bg-one.jpg)
}

.bottom-bg-two {
    background-image: url(/img/pc/orangeEquity/bottom-bg-two.jpg);
    margin-left: 18px
}

.bottom-bg-three {
    background-image: url(/img/pc/orangeEquity/bottom-bg-three.jpg);
    margin-left: 18px
}

.cq-content-bottom-all .img-div {
    position: absolute;
    margin-top: 48px;
    text-align: center;
    left: 95px;
    transition: .3s all ease
}

.cq-content-bottom-all div p {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-top: 26px;
    line-height: 1
}

.bottom-title {
    margin-bottom: 44px;
    line-height: 1
}

.cq-content-bottom-all div .msg-tip {
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 95px;
    text-align: left;
    margin-top: 0;
    font-weight: 300
}
.cq-content-bottom-all div .msg-tips {
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 152px;
    text-align: left;
    margin-top: 0;
    font-weight: 300
}

.cq-content-equity {
    width: 100%;
    height: 260px;
    padding-top: 90px;
    background: url(/img/pc/orangeEquity/footer-banner.jpg)
}

.bottom-bg-one .one-bg, .bottom-bg-one .three-bg, .bottom-bg-one .two-bg, .bottom-bg-three .one-bg, .bottom-bg-three .three-bg, .bottom-bg-three .two-bg, .bottom-bg-two .one-bg, .bottom-bg-two .three-bg, .bottom-bg-two .two-bg {
    background-repeat: no-repeat;
    position: relative
}

.cq-content-equity span {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #fff;
    margin: 33px auto 0;
    color: #fff;
    text-align: center
}

.cq-content-equity p {
    font-size: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 1
}

.cq-content-bottom-all div .msg-tip span {
    display: inline-block;
    width: 57px;
    height: 30px
}

.bottom-bg-one .one-bg {
    background-image: url(/img/pc/orangeEquity/ruzhu-one.png);
    top: 14px
}

.bottom-bg-one .two-bg {
    background-image: url(/img/pc/orangeEquity/ruzhu-two.png);
    top: 16px
}

.bottom-bg-one .three-bg {
    background-image: url(/img/pc/orangeEquity/ruzhu-three.png);
    top: 15px;
    left: 2px
}

.bottom-bg-two .one-bg {
    background-image: url(/img/pc/orangeEquity/jiekou-one.png);
    top: 9px
}

.bottom-bg-two .two-bg {
    background-image: url(/img/pc/orangeEquity/jiekou-two.png);
    top: 10px
}

.bottom-bg-two .three-bg {
    background-image: url(/img/pc/orangeEquity/jiekou-three.png);
    top: 12px;
    left: 4px
}

.bottom-bg-three .one-bg {
    background-image: url(/img/pc/orangeEquity/pichong-one.png);
    top: 13px;
    left: 2px
}

.bottom-bg-three .two-bg {
    background-image: url(/img/pc/orangeEquity/pichong-two.png);
    top: 10px;
    left: 3px
}

.bottom-bg-three .three-bg {
    background-image: url(/img/pc/orangeEquity/pichong-three.png);
    top: 15px;
    left: 7px
}

.swiper-container {
    height: 600px
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    padding-left: 600px;
    text-align: center
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: 0 0;
    margin: 0 10px;
    opacity: .8;
    border: 1px solid #ccc;
    cursor: pointer
}

.swiper-active-switch {
    background: #ff7200;
    border: 1px solid #ff7200
}