@charset "UTF-8";
.lm-slider {
    position: relative;
    overflow: hidden;
    height: 670px;
    margin: 0 auto;
}
.lm-slider > a {
    position: absolute;
    z-index: 100;
    width: 53px;
    height: 123px;
    top: 50%;
    margin-top: -61.5px;
}
.lm-slider > a.yts-prev {
    left: 155px;
    background: url(../images/20160225/ytslider-left.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.lm-slider > a.yts-prev:hover {
    background: url(../images/20160225/ytslider-left-a.png) no-repeat center;
    background-size: contain;
}
.lm-slider > a.yts-next {
    right: 155px;
    background: url(../images/20160225/ytslider-right.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.lm-slider > a.yts-next:hover {
    background: url(../images/20160225/ytslider-right-a.png) no-repeat center;
    background-size: contain;
}
.lm-slider .bd ul li {
    position: relative;
    height: 670px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lm-slider .bd ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 670px;
    margin: 0 auto;
    z-index: 20;
    background-position: center;
    background-repeat: no-repeat;
}



.lm-service-safe {
    height: 760px;
    background: #FFFFFF;
    text-align: center;
}
.lm-service-safe .ytss-title {
    margin-top: 130px;
}
.lm-service-safe .ytss-title h2 {
    font-size: 34px;
    color: #1F7EDD;
    /*background: url(../images/20160225/ytssh-bg-line.png) no-repeat center;
    background-size: 561px 1px;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);*/
}
.lm-service-safe .ytss-title p {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
.lm-service-safe .ytss-list {
    margin: 145px 0 175px;
}
.lm-service-safe .ytss-list ul li {
    float: left;
    width: 20%;
    text-align: center;
}
.lm-service-safe .ytss-list ul li i {
    width: 70px;
    height: 101px;
    overflow: hidden;
    display: inline-block;
    background-position: 0 0;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
    transition:all .2s;
    -webkit-transition:all .2s;
}
.lm-service-safe .ytss-list ul li i.icon-mouse {
    background-image: url(../images/20160225/icon-mouse.png);
}
.lm-service-safe .ytss-list ul li i.icon-lock {
    background-image: url(../images/20160225/icon-lock.png);
}
.lm-service-safe .ytss-list ul li i.icon-zan {
    background-image: url(../images/20160225/icon-zan.png);
}
.lm-service-safe .ytss-list ul li i.icon-baozhang {
    background-image: url(../images/20160225/icon-baozhang.png);
}
.lm-service-safe .ytss-list ul li i.icon-headphone {
    background-image: url(../images/20160225/icon-headphones.png);
}
.lm-service-safe .ytss-list ul li h5 {
    font-size: 18px;
    color: #1F7EDD;
    font-weight: bold;
    margin: 28px 0;
}
.lm-service-safe .ytss-list ul li p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 28px;
}
.lm-service-safe .ytss-list ul li:hover, .lm-service-safe .ytss-list ul li.active {
    cursor: default;
}
.lm-service-safe .ytss-list ul li:hover i, .lm-service-safe .ytss-list ul li.active i {
    background-position: 0 -101px;
}
.lm-service-safe .ytss-list ul li:hover h5, .lm-service-safe .ytss-list ul li:hover p, .lm-service-safe .ytss-list ul li.active h5, .lm-service-safe .ytss-list ul li.active p {
    color: #fe9a3c;
}

/*按钮边框样式*/
.bg-fff {
    background: #FFFFFF !important;
}

.pc-opus-show {
    min-width: 1210px;
    background-color: #f7f7f7;
    min-height: 710px;
}

.pc-opus-show-c {
    margin: 0 auto;
    width: 1210px;
    padding-bottom: 100px;
}
.pc-opus-show-c .pc-title {
    padding-top: 105px;
    padding-bottom: 30px;
    text-align: center;
}
.pc-opus-show-c .pc-title i {
    display: inline-block;
    width: 140px;
    border-top: 1px solid #e3e3e3;
    vertical-align: middle;
    margin-top: -17px;
}
.pc-opus-show-c .pc-title h3 {
    font-size: 34px;
    color: #1f7edd;
    padding: 0 30px;
    display: inline-block;
    font-weight: normal;
}
.pc-opus-show-c > p {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 28px;
    max-width: 485px;
    margin: 0 auto;
    text-align: center;

}

.pc-opus-show-list {
    margin: 0 -17px;
}
.pc-opus-show-list *{
    cursor: default;
}
.pc-opus-show-list li {
    margin: 0 17px;
    margin-bottom: 44px;
    float: left;
    position: relative;
}
.pc-opus-show-list li:hover .this-show-ceng {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.pc-opus-show-list li:hover .this-show {
    opacity: 1;
    filter: alpha(opacity=100);
}
.pc-opus-show-list .this-show-ceng {
    position: absolute;
    background-color: #1f7edd;
    opacity: 0;
    z-index: 222;
    width: 100%;
    height: 100%;
    top: 0;
    filter: alpha(opacity=0);
    transition: .6s;
    -webkit-transition: .6s;
}
.pc-opus-show-list .this-show {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 333;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pc-opus-show-list .this-show p {
    font-size: 14px;
    color: #fff;
    padding: 20px 35px 70px 35px;
    line-height: 26px;
    text-align: center;
    max-height: 80px;
    overflow: hidden;
}
.pc-opus-show-list .this-show a {
    border: 1px solid #a1c9f1;
    background-color: #1f7edd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    width: 121px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 15px auto 0;
}
.pc-opus-show-list .this-show a:hover {
    background-color: #1964b0;
}
.pc-opus-show-list i {
    display: block;
    width: 277px;
    height: 156px;
    background-color: #ccc;
    overflow: hidden;
}
.pc-opus-show-list i img {
    width: 100%;
}
.pc-opus-show-list a > span {
    display: block;
    width: 275px;
    border: 1px solid #e4e4e4;
    border-top: 0;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.pc-opus-show-list a > span:hover {
    color: #86adf5;
}

.pc-media-report-list .l {
    width: 321px;
    height: 487px;
    overflow: hidden;
    background-color: #ccc;
    float: left;
    margin-right: 40px;
}
.pc-media-report-list .l img {
    width: 100%;
}
.pc-media-report-list .r {
    float: right;
    width: 849px;
}
.pc-media-report-list .r li:first-child {
    padding-top: 0;
}
.pc-media-report-list .r li {
    padding-bottom: 26px;
    padding-top: 26px;
    border-bottom: 1px dashed #dcdcdc;
}
.pc-media-report-list .r li:hover i, .pc-media-report-list .r li.active i {
    border-color: #f4bc88;
}
.pc-media-report-list .r li:hover .link-title, .pc-media-report-list .r li.active .link-title {
    color: #fe9a3c;
}
.pc-media-report-list .r li i {
    display: block;
    float: left;
    width: 176px;
    height: 98px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin-right: 24px;
}
.pc-media-report-list .r li i img {
    width: 100%;
}
.pc-media-report-list .r li > div {
    float: left;
    max-width: 629px;
}
.pc-media-report-list .r li > div p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /*方向*/
    -webkit-line-clamp: 2;
    /*显示多少行文本*/
}
.pc-media-report-list .r li > div a {
    font-size: 18px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    /* 溢出截取 */
    white-space: nowrap;
    /* 禁止换行 */
}
.pc-media-report-list .r li > div a:hover {
    color: #86adf5;
}
.pc-media-report-list .r li > div span {
    font-size: 14px;
    color: #929292;
    display: block;
    padding: 10px 0;
}
.pc-media-report-list .r > a {
    display: block;
    background-color: #fcfcfc;
    margin-top: 20px;
    text-align: right;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #1f7edd;
}
.pc-media-report-list .r > a:hover {
    background-color: #edebeb;
    color: #1687f7;
}

.pc-add-project {
    min-width: 1210px;
    height: 580px;
    background: url(../images/20160225/index-bg.png) no-repeat center;
    position: relative;
    background-size: cover;
}
.pc-add-project .c {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 333;
}
.pc-add-project .c p {
    font-size: 41px;
    color: #fff;
    padding-top: 145px;
}
.pc-add-project .c > a {
    display: inline-block;
    padding: 12px 9px;
    border: 1px solid #88b7e8;
    font-size: 16px;
    color: #fff;
    margin: 70px 10px 85px 10px;
}
.pc-add-project .c > a.active, .pc-add-project .c > a:hover {
    color: #1f7edd;
    background-color: #fff;
}
.pc-add-project .c > span {
    border: 0;
    background-color: #fe9a3c;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    width: 223px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    display: block;
    margin: 0 auto;
}
.pc-add-project .c > span:hover {
    background-color: #fe8009;
}
.pc-add-project .c > span a {
    display: block;
    color: #fff;
}

.pc-add-project-ceng {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #237ddd;
    opacity: 0.2;
    z-index: 222;
}

/*
    sidebar
*/
.side-bar {
    width:54px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -110px;
    z-index:999;
}
.side-bar li{
    position: relative;
    color: #fff;
    width: 100%;
    overflow: hidden
}
.side-bar li>i,.side-bar li>a{
    width: 54px;
    height: 54px;
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2
}


.side-bar li>i:hover,.side-bar li>a:hover{
    background-color: #3C3C3C
}
.side-bar li a.side-bar-kefu,.side-bar li a.side-bar-kefu:hover{
    background-color:transparent;
    color:#fff;
}
.side-bar li>div{
    position: absolute;
    width: 96px;
    left: -46px;
    background: #358FEB;
    top: 0;
    min-height: 54px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px 0 0 3px;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}
.side-bar li:hover{
    overflow: inherit
}
.side-bar li:hover>div{
    left: -96px;
    opacity: 1;
    filter: alpha(opacity=100)
}
.side-bar li:first-child>a,.side-bar li:first-child>i{
    border-radius: 3px 3px 0 0
}
.side-bar li:last-child>a,.side-bar li:last-child>i{
    border-radius: 0 0 3px 3px
}
.side-bar-tel>i{
    background-image: url(../images/side-icon-tel.png)
}
.side-bar-tel>div>p{
    line-height:54px;
}
.side-bar-qq>a{
    background-image: url(../images/side-icon-qq.png)
}
.side-bar-qq>div>p{
    line-height: 54px
}
.side-bar-service>a{
    background-image: url(../images/side-icon-service.png)
}
.side-bar-service>div>p{
    line-height: 54px
}
.side-bar-weixin>div{
    height: 101px;
    padding: 4px 0
}
.side-bar-weixin>i{
    background-image: url(../images/side-icon-weixin.png)
}
.side-bar-weixin img{
    width: 78px;
    height: 78px;
    display: block;
    margin: 3px auto
}
.side-bar-top>i{
    border: 0!important;
    background-image: url(../images/side-icon-top.png)
}
.home-mt{
    margin: 81px 0 0 0;
}
/*side end*/

/*--------------------------2016-03-23 cc---------------------------------------------------*/

/*简介模块*/

.lm-intro {
    height: 320px;
    background: #f8f8f8 url(../images/lm-intro-bg.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;

}
.lm-intro .lm-intro-logo {
    float: left;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    overflow: hidden;
    margin-top: 73px;
}
.lm-intro .lm-intro-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.lm-intro .lm-intro-text {
    float: left;
    overflow: hidden;
    width: 960px;
    margin-left: 43px;
    margin-top: 94px;
}
.lm-intro .lm-intro-text h2 {
        font-size: 22px;
    font-weight: normal;
    color: #000000;
    line-height: 32px;

}
.lm-intro .lm-intro-text h2 em {
    color: #1F7EDD;
}
.lm-intro .lm-intro-text p {
        margin-top: 10px;
    color: #8c8d8d;
    font-size: 14px;
    line-height: 28px;
}

/*我们是创业者合伙人*/
.lm-service-safe {
    height:679px;
    background: #3c88d7;
    text-align: center;
    border-top: 1px #3c88d7 solid;

}
.lm-service-safe .ytss-title,.pcc-dragon-service .ytss-title{
    margin-top: 112px;
}
.lm-service-safe .ytss-title h2,.pcc-dragon-service .ytss-title h2 {
    position: relative;
    border-bottom:1px #e6e6e7 solid ;
    width: 692px;
    margin: 0 auto;
}
.ytss-title h2 a{
    display:inline-block;
    font-size: 34px;
    color: #ffffff;
    height: 34px;
    line-height: 34px;
    background: #3c88d7;
    position: relative;
    top: 17px;
    padding: 0 17px;
}
.lm-service-safe .ytss-title p {
    margin-top: 40px;
    font-size: 14px;
    color: #dcdcdc;
    line-height: 28px;
}
.pcc-dragon-service .ytss-title p{
    margin-top: 40px;
    font-size: 14px;
    color: #bababa;
    line-height: 28px;
}
.pc-opus-show-c .ytss-list {
    overflow: auto;
    min-width: 1210px;
    width: 1210px;
    margin: 0 auto;
}
.pc-opus-show-c .ytss-list ul li {
    float: left;
    width: 18%;
    text-align: center;
    margin-right: 53px;
}
.pc-opus-show-c .ytss-list ul li i {
    width: 70px;
    height: 101px;
    overflow: hidden;
    display: inline-block;
    background-position: 0 0;
    background-size: cover;
    transition:all .2s;
    -webkit-transition:all .2s;
    -mos-transition:all .2s;
}
.pc-opus-show-c .ytss-list ul li i.icon-mouse {
    background-image: url(../images/icon-mouse.png);
}
.pc-opus-show-c .ytss-list ul li i.icon-lock {
    background-image: url(../images/icon-lock.png);
}
.pc-opus-show-c .ytss-list ul li i.icon-zan {
    background-image: url(../images/icon-zan.png);
}
.pc-opus-show-c .ytss-list ul li i.icon-baozhang {
    background-image: url(../images/icon-baozhang.png);
}
.pc-opus-show-c .ytss-list ul li i.icon-headphone {
    background-image: url(../images/icon-headphones.png);
}
.pc-opus-show-c .ytss-list ul li h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin: 18px 0;
}
.pc-opus-show-c .ytss-list ul li p {
    color: #dcdcdc;
    font-size: 14px;
    line-height: 26px;
    text-align:center;
}
.pc-opus-show-c .ytss-list ul li:hover,.pc-opus-show-c .ytss-list ul li.active{
    cursor: default;
}
.pc-opus-show-c .ytss-list ul li:hover i, .pc-opus-show-c .ytss-list ul li.active i {
    background-position: 0 -101px;
}
.pc-opus-show-c .ytss-list ul li:hover h5, .pc-opus-show-c .ytss-list ul li:hover p, .pc-opus-show-c .ytss-list ul li.active h5, .pc-opus-show-c .ytss-list ul li.active p {
    color: #fe9a3c;
}
li.left-lis-cc{
    width: 170px!important;
}
li.left-lis-cc p{
    text-align: left;
}
.pc-opus-show-c .ytss-list ul li.right-lis-cc{
    width: 150px!important;
    float: right;
    margin-right: 0!important;
}


/*按钮边框样式*/
.bg-fff {
    background: #FFFFFF !important;
}
.pc-opus-show-c {
    margin: 0 auto;
    width: 1210px;
    padding-bottom: 100px;
}
.pc-opus-show-c .pc-title {
    padding-top: 105px;
    padding-bottom: 30px;
    text-align: center;
}
.pc-our-service .pc-title {
    padding-top: 94px;
    padding-bottom: 20px;
    text-align: center;
}
.pc-opus-show-c .pc-title i {
    display: inline-block;
    width: 140px;
    border-top: 1px solid #e3e3e3;
    vertical-align: middle;
    margin-top: -17px;
}
.pc-opus-show-c .pc-title h3 {
    font-size: 34px;
    color: #1f7edd;
    padding: 0 30px;
    display: inline-block;
    font-weight: normal;
}
.pc-opus-show-c > p {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 28px;
    max-width: 485px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 124px;
}
.pc-our-service .pc-opus-show-c > p {
    margin-bottom: 135px;
    color:#dcdcdc;
}
.pc-our-service {
    min-width: 1210px;
    height: 664px;
    background: url(../images/index-bg2.jpg) no-repeat center;
    position: relative;
    background-size: cover

}
.pc-our-service .pc-opus-show-c {
    z-index: 333;
    position: absolute;
    width: 100%;
    text-align: center;
}


/*服务*/
.pc-list {
    margin-top: 120px;
    text-align: left;
    overflow: auto;
}
.pcc-list-dragon{
    margin-top: 117px;
    text-align: left;
    overflow: auto;
}
.pc-list span {
    float: left;
    width: 160px;
    height: 160px;
    border: 2px solid #cacaca;
    font-size: 18px;
    transition: all .2s;
    -webkit-transition: all .2s;
    text-align: center;
    margin-right: 97px;
}
.magrit-00{
    margin-right: 0!important;
}
.pcc-list-dragon span{
    float: left;
    width: 160px;
    height: 160px;
    background: #ffffff;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    border-radius: 160px;
    border: 1px solid #cacaca;
    font-size: 18px;
    transition: all .2s;
    -webkit-transition: all .2s;
    text-align: center;
    margin-right: 99px;
}
.pc-list-t span{
    color: #999999;
}
.pc-list span b,.pcc-list-dragon span b{
    display: block;
    font-size: 12px;
    color: #999999;
    height: 12px;
    line-height: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ffffff;
}
.pc-list-t span b{
    color: #999999;
}
.pcc-list-dragon span b{
    color: #999999;
}
.pc-list span:hover, .pc-list span.active {
    background-color: #fe9a3c;
    border: 2px solid #fe9a3c;
    color:#fff;
}
.pcc-list-dragon  span:hover ,.pcc-list-dragon span.active{
    background-color: #fe9a3c;
    border: 1px solid #fe9a3c;
}
.pc-list span:hover a,.pc-list span:hover b,.pcc-list-dragon span:hover a,.pcc-list-dragon span:hover b{
    color: #ffffff;
}
.pc-list span a,.pcc-list-dragon span a{
    display: block;
    margin-top: 58px;
    color: #ffffff;
    cursor: default;
    font-size: 18px;
    font-weight: 400;
}
.pc-list-t span a{
    color: #999999;
}
.pcc-list-dragon span a{
    color: #999999;
}

.pc-our-service-ceng {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4c4e59;
    opacity: 0.75;
    z-index: 222;
}
.pc-add-project .c > span{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.pc-our-service >p{
    font-size: 14px;
    color: #dcdcdc;
}

.color-fff{
    color: #ffffff!important;
}


/*一条龙服务*/
.pcc-dragon-service{
    min-width: 1210px;
    height: 708px;
    background:#ffffff url(../images/cc-droge-long.jpg) no-repeat center;
    position: relative;
    text-align: center;
    padding-top:1px;
    width: 100%;

}
.pcc-dragon-service .ytss-title h2{
    border-bottom: 1px #e2e2e3 solid;
    width: 692px;
}
.pcc-dragon-service .ytss-title a{
    background: #ffffff;
    color: #1f7edd;
}
.procedureAsk{
    position:absolute;
    top:280px;
    display:inline-block;
    width:300px;
    height:50px;
    background:#1F7EDD;
    font-size:20px;
    line-height:50px;
    color:#FFF;
    left:455px;
    cursor:pointer;
}
.procedureAsk:hover{
    background:#3492e9;
}
.procedure-list{
    width:1210px;
    height:206px;
    margin-top:100px;
    position:relative;
    color:#999;
}
.procedureDescription{
    position:absolute;
    left:0;
    top:185px;
    width:100%;
    text-align:center;
    color:#999;
}
.procedure-list a{
    display:inline-block; 
    position:relative;
    width:122px;
    height:124px;
    border: 1px solid #A5A5A5;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.procedure-list a .icon{
    margin-top:10px;
    padding-bottom:10px;
    font-size:50px;
    position:absolute;
    left:0;
    top:-10px;
}
.procedure-list a .title{
    position:absolute;
    left:0;
    bottom:25px;
}
.procedure-list a span{
    width:100%;
    display:inline-block;
    text-align:center;
}
.procedure-list a .progress{
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.procedure-list .active{
    background:#45a2ff;
    border: 1px solid #45a2ff;
    color:#FFF;
}
.procedure-list a:not(:last-of-type){
    margin-right:26px;
}

.procedure-list a img{
    position:absolute;
    right:-23px;
    top:57px;
}

.pc-opus-show{
  overflow: hidden;
}
/* 所有icon可能错误修复 */
.procedure-list a:nth-of-type(2) .icon{
    font-size:40px !important;
    top:2px;
}
.procedure-list a:nth-of-type(3) .icon{
    font-size:43px !important;
    top:3px;
}
.procedure-list a:nth-of-type(4) .icon{
    font-size:45px !important;
    top:5px;
}
.procedure-list a:nth-of-type(5) .icon{
    font-size:46px !important;
    top:3px;
}
.procedure-list a:nth-of-type(6) .icon{
    font-size:40px !important;
    top:6px;
}
.procedure-list a:nth-of-type(7) .icon{
    font-size:44px !important;
    top:-1px;
}
.procedure-list a:nth-of-type(8) .icon{
    font-size:44px !important;
    top:-1px;
}
/*--------------------------2016-03-23 cc end---------------------------------------------------*/
/*# sourceMappingURL=main-index.css.map */
/*首页底部改版*/
/*/乐喵旗下*/
.dx-title {
  background: url(../images/dx-title-bg.jpg) no-repeat center bottom;
  text-align: center;
  padding-top: 60px;
}

.dx-title h3 {
  font-size: 40px;
}

.dx-title span {
  font-size: 24px;
  color: #999999;
  line-height: 50px;
  display: inline-block;
  padding-bottom: 10px;
}

.link-main {
  width: 1210px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: 50px auto 0;
  min-width: 1210px;
}

.link-main > i {
  position: absolute;
  width: 25px;
  height: 100px;
  display: block;
  cursor: pointer;
}

.link-content {
  width: 1130px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.icon-link-left {
  background-image: url(../images/icon-link-right.png);
  background-repeat: no-repeat;
  background-position: center left;
  left: 0;
  top: 0;
}

.icon-link-left:hover {
  background-position: -64px center;
}

.icon-link-right {
  background-image: url(../images/icon-link-left.png);
  background-repeat: no-repeat;
  background-position: center left;
  right: 0;
  top: 0;
}

.icon-link-right:hover {
  background-position: -64px center;
}

.link-content li {
  width: 230px;
  height: 100px;
  float: left;
}

.link-content li a {
  display: block;
  width: 198px;
  height: 98px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  background: #fff;
}

.link-content li a > img {
  width: 168px;
  height: auto;
  margin: 16px auto;
  display: block;
}

.link-content li a:hover {
  border-color: #D6DBDD;
}

/*乐喵旗下end*/
/*合作伙伴*/
.friendly-links {
  height: 130px;
  overflow: hidden;
  background-color: #f9f9f9;
  position: relative;
  min-width: 1200px;
  border-top: 1px solid #e5e5e5;
}
.friendly-links .tempWrap {
  overflow: inherit !important;
}

.fl-slide {
  padding: 40px 0;
  width: 1210px;
  margin: 0 auto;
  text-align:center;
  -webkit-align-items: center;
  -webkit-justify-content:center;
  align-items: center;
  justify-content:center;
  display:flex;
  display:-webkit-flex;
}

.friendly-links .fl-slide > a {
  opacity: 0;
  transition: 0.3s all;
}
.friendly-links:hover .fl-slide > a {
  opacity: 1;
}

.fl-slide ul li {
  width: 150px;
  height: 50px;
  overflow: hidden;
  display: block;
  float: left;
}
.fl-slide ul li a {
  display: block;
  padding: 0 10px;
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s all;
}
.fl-slide ul li a:hover {
  filter: gray;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.fl-slide .prev,
.fl-slide .next {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  z-index: 999;
}

.fl-slide .prev {
  margin-left: -600px;
}

.fl-slide .next {
  margin-left: 550px;
}

.fl-slide a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}

.fl-slide a.prev i {
  /* background: url(../images/fl-prev.png) no-repeat center; */
}

.fl-slide a.next i {
  /* background: url(../images/fl-next.png) no-repeat center; */
}

/*合作伙伴 end*/
.lm-group-wrap {
  background: #f9f9f9;
  padding-bottom: 100px;
}

@media screen and (max-width: 650px) {
  .lm-group-wrap,
  .friendly-links {
    display: none;
  }
}

/* New Titles */
.pic-title {
    padding-top: 105px;
    padding-bottom: 30px;
    text-align: center;
}
.pic-title {
    padding-top: 94px;
    padding-bottom: 20px;
    text-align: center;
}
.pic-title i {
    display: inline-block;
    width: 140px;
    border-top: 1px solid #e3e3e3;
    vertical-align: middle;
    margin-top: -17px;
}
.pic-title h3 {
    font-size: 34px;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    font-weight: normal;
}

.white-title {
    padding-bottom: 30px;
    text-align: center;
}
.white-title i {
    display: inline-block;
    width: 140px;
    border-top: 1px solid #e2e2e3;
    vertical-align: middle;
    margin-top: -17px;
}
.white-title h3 {
    font-size: 34px;
    color: #1f7edd;
    padding: 0 30px;
    display: inline-block;
    font-weight: normal;
}

.white-title h3 {
    font-size: 34px;
    color: #1f7edd;
    padding: 0 30px;
    display: inline-block;
    font-weight: normal;
}
.white-title p {
    padding-top: 34px;
    color:#bababa;
}
