@charset "UTF-8";
.yt-slider {
    position: relative;
    overflow: hidden;
    height: 670px;
    margin: 0 auto;
}
.yt-slider > a {
    position: absolute;
    z-index: 100;
    width: 53px;
    height: 123px;
    top: 50%;
    margin-top: -61.5px;
}
.yt-slider > a.yts-prev {
    left: 155px;
    background: url("../images/ytslider-left.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.yt-slider > a.yts-prev:hover {
    background: url("../images/ytslider-left-a.png") no-repeat center;
    background-size: contain;
}
.yt-slider > a.yts-next {
    right: 155px;
    background: url("../images/ytslider-right.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.yt-slider > a.yts-next:hover {
    background: url("../images/ytslider-right-a.png") no-repeat center;
    background-size: contain;
}
.yt-slider .bd ul li {
    position: relative;
    height: 670px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.yt-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;
}



.yt-service-safe {
    height: 760px;
    background: #FFFFFF;
    text-align: center;
}
.yt-service-safe .ytss-title {
    margin-top: 130px;
}
.yt-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);*/
}
.yt-service-safe .ytss-title p {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
.yt-service-safe .ytss-list {
    margin: 145px 0 175px;
}
.yt-service-safe .ytss-list ul li {
    float: left;
    width: 20%;
    text-align: center;
}
.yt-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("../images/backgroundsize.min.htc");
    behavior: url("../images/backgroundsize.min.htc");
    transition:all .2s;
    -webkit-transition:all .2s;
}
.yt-service-safe .ytss-list ul li i.icon-mouse {
    background-image: url("../images/icon-mouse.png");
}
.yt-service-safe .ytss-list ul li i.icon-lock {
    background-image: url("../images/icon-lock.png");
}
.yt-service-safe .ytss-list ul li i.icon-zan {
    background-image: url("../images/icon-zan.png");
}
.yt-service-safe .ytss-list ul li i.icon-baozhang {
    background-image: url("../images/icon-baozhang.png");
}
.yt-service-safe .ytss-list ul li i.icon-headphone {
    background-image: url("../images/icon-headphones.png");
}
.yt-service-safe .ytss-list ul li h5 {
    font-size: 18px;
    color: #1F7EDD;
    font-weight: bold;
    margin: 28px 0;
}
.yt-service-safe .ytss-list ul li p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 28px;
}
.yt-service-safe .ytss-list ul li:hover, .yt-service-safe .ytss-list ul li.active {
    cursor: default;
}
.yt-service-safe .ytss-list ul li:hover i, .yt-service-safe .ytss-list ul li.active i {
    background-position: 0 -101px;
}
.yt-service-safe .ytss-list ul li:hover h5, .yt-service-safe .ytss-list ul li:hover p, .yt-service-safe .ytss-list ul li.active h5, .yt-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: 900px;
}

.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 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: 40px 35px 26px 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/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")
}
/*2015-02-25*/
.home-mt110{
    margin: 110px 0 0 0;
}
/*side end*/

/*--------------------------2016-03-23 cc---------------------------------------------------*/

/*简介模块*/

.yt-intro {
    height: 320px;
    background: #f8f8f8 url("../images/yt-intro-bg.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;

}
.yt-intro .yt-intro-logo {
    float: left;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    overflow: hidden;
    margin-top: 73px;
}
.yt-intro .yt-intro-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.yt-intro .yt-intro-text {
    float: left;
    overflow: hidden;
    width: 960px;
    margin-left: 43px;
    margin-top: 124px;
}
.yt-intro .yt-intro-text h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    min-height: 19px;
    line-height: 28px;

}
.yt-intro .yt-intro-text h2 em {
    color: #1F7EDD;
}
.yt-intro .yt-intro-text p {
    color: #333333;
    font-size: 18px;
    min-height: 19px;
    margin-top: 5px;
    line-height: 28px;
}

/*我们是创业者合伙人*/
.yt-service-safe {
    height:679px;
    background: #3c88d7;
    text-align: center;
    border-top: 1px #3c88d7 solid;

}
.yt-service-safe .ytss-title,.pcc-dragon-service .ytss-title{
    margin-top: 112px;
}
.yt-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;
}
.yt-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-1.png");
}
.pc-opus-show-c .ytss-list ul li i.icon-lock {
    background-image: url("../images/icon-lock-1.png");
}
.pc-opus-show-c .ytss-list ul li i.icon-zan {
    background-image: url("../images/icon-zan-1.png");
}
.pc-opus-show-c .ytss-list ul li i.icon-baozhang {
    background-image: url("../images/icon-baozhang-1.png");
}
.pc-opus-show-c .ytss-list ul li i.icon-headphone {
    background-image: url("../images/icon-headphones-1.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;
}
.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: 50px;
}
.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;
}


/*服务*/
.yt-service-safe .pc-list {
    margin-top: 120px;
    text-align: left;
    overflow: auto;
}
.pcc-list-dragon{
    margin-top: 117px;
    text-align: left;
    overflow: auto;
}
.yt-service-safe .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;
}

.yt-service-safe .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;
}
.pcc-list-dragon span b{
    color: #999999;
}
.yt-service-safe .pc-list span:hover, .yt-service-safe .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;
}
.yt-service-safe .pc-list span:hover a,.yt-service-safe .pc-list span:hover b,.pcc-list-dragon span:hover a,.pcc-list-dragon span:hover b{
    color: #ffffff;
}
.yt-service-safe .pc-list span a,.pcc-list-dragon span a{
    display: block;
    margin-top: 58px;
    color: #ffffff;
    cursor: default;
    font-size: 18px;
    font-weight: 400;
}
.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: 680px;
    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;
}

/*--------------------------2016-03-23 cc end---------------------------------------------------*/
/*# sourceMappingURL=main-index.css.map */
