@charset "utf-8";

/*@fcm*/


/*****************************************************代码初始化*****************************************************/

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    line-height: 1em;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

img {
    border: 0
}


/*****************************************************公共样式******************************************************/


/*头部区域*/

.cs-top {
    width: 100%;
    min-width: 1200px;
    height: 110px;
    position: absolute;
    overflow: hidden;
    z-index: 10;
}

.cs-top .cs-header {
    width: 100%;
    min-width: 1200px;
    height: 110px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
}

.cs-top .cs-header .logo {
    width: 200px;
    height: 52px;
    position: absolute;
    left: 20px;
    top: 27px;
}

.cs-top .cs-header .text {
    position: absolute;
    top: 35px;
    left: 250px;
}

.cs-top .cs-header .text .tel {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}

.cs-top .cs-header .text .info {
    font-size: 18px;
    color: #fff;
}

.cs-top .cs-header .nav {
    position: absolute;
    right: 60px;
    top: 0;
}

.cs-top .cs-header .nav li {
    float: left;
}

.cs-top .cs-header .nav a {
    font-size: 16px;
    color: #fff;
    padding: 0 13px;
    line-height: 110px;
}

.cs-top .cs-header .nav a:hover {
    color: #e60012;
}

.newsight-totop {
    width: 50px;
    height: 50px;
    position: fixed;
    border: 5px solid #ccc;
    bottom: 50px;
    right: 20px;
    z-index: 110;
    background: url(../img/gotop.jpg) no-repeat;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    display: none;
}

.newsight-totop:hover {
    background-position: bottom;
    border-color: #e60012
}


/*20180728咨询条修改*/

.sidebar-contact-2 {
    position: absolute;
    top: 200px;
    overflow: hidden;
    width: 180px;
    height: 440px;
    top: 25%;
    right: 0;
    z-index: 10000;
}

.sidebar-contact-2 .main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0F9;
    background: url(../img/sidebar-contact-2-bg.png) no-repeat;
    left: 0;
    top: 0;
}

.sidebar-contact-2 .title {
    position: absolute;
    width: 30px;
    font-size: 20px;
    color: #FFF;
    top: 140px;
    left: 6px;
    cursor: pointer;
}

.sidebar-contact-2 .close {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/sidebar-contact-2-close.png) no-repeat;
    left: 86px;
    top: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.sidebar-contact-2 .close:hover {
    transform: rotateZ(180deg);
}

.sidebar-contact-2 .content {
    position: absolute;
    width: 115px;
    height: 320px;
    left: 36px;
    top: 50px;
    padding: 5px;
}

.sidebar-contact-2 .content .line {
    width: 105px;
    margin: 0 5px;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #ccc;
}

.sidebar-contact-2 .content .tel-no span {
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    background: url(../img/sidebar-contact-2-icons.png) no-repeat;
    margin-left: 4px;
}

.sidebar-contact-2 .content .tel-no {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #DD2D1A
}

.sidebar-contact-2 .content .mob-no span {
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    background: url(../img/sidebar-contact-2-icons.png) no-repeat -31px 0;
    margin-left: 3px;
}

.sidebar-contact-2 .content .mob-no {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #DD2D1A
}

.sidebar-contact-2 .content .qq {
    display: block;
    width: 105px;
    float: left;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    font-weight: 800;
    color: #DD2D1A;
    border: 1px solid #DD2D1A;
    border-radius: 5px;
    margin: 10px 5px;
    transition: all 0.3s
}

.sidebar-contact-2 .content .qq:hover {
    color: #FFF;
    background: #DD2D1A
}

.sidebar-contact-2 .content .qq span {
    display: block;
    float: left;
    margin-top: 2px;
    height: 21px;
    width: 21px;
    margin-left: 8px;
    margin-right: 6px;
    background: url(../img/sidebar-contact-2-icons.png) no-repeat -62px 0;
}

.sidebar-contact-2 .content .qq.online span {
    background-position: -124px 0;
}

.sidebar-contact-2 .content .qq.online:hover span {
    background-position: -124px -31px;
}

.sidebar-contact-2 .content .qq.qq1:hover span {
    background-position: -62px -31px;
}

.sidebar-contact-2 .content .qq.qq2 span {
    background-position: -93px 0;
}

.sidebar-contact-2 .content .qq.qq2:hover span {
    background-position: -93px -31px;
}

.sidebar-contact-2 .content .qq.qq1 {
    margin-top: 16px;
}

.sidebar-contact-2 .content .v2 {
    width: 105px;
    height: 105px;
    float: left;
    background: url(../img/v2.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 5px;
    border: 1px solid #DD2D1A
}

.banner1-mfp {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner1-mfp ul.ul1 {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.banner1-mfp li.l1 {
    position: absolute;
    height: 100%;
    z-index: 1;
    display: none;
    text-align: center;
    overflow: hidden;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.banner1-mfp li.l1 img.bg-pic {
    height: 100%;
}

.banner1-mfp .arrow {
    display: none;
    width: 50px;
    height: 60px;
    position: absolute;
    z-index: 10;
    top: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner1-mfp .arrow:before,
.banner1-mfp .arrow:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #F0F0F0;
    top: 20px;
    left: 8px;
    transform: rotate(45deg);
}

.banner1-mfp .arrow:after {
    transform: rotate(-45deg);
    top: 39px;
}

.banner1-mfp .arrow.bt-left:before {
    transform: rotate(-45deg)
}

.banner1-mfp .arrow.bt-left:after {
    transform: rotate(45deg)
}

.banner1-mfp .arrow.bt-left {
    left: 10px;
}

.banner1-mfp .arrow.bt-right {
    right: 10px;
}

.banner1-mfp .bt-list {
    height: 20px;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

.banner1-mfp .bt-list span {
    background-color: #FFF;
    display: inline-block;
    margin-left: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}


/*标题公共样式*/

.cs-pub-title {
    padding: 54px 0 60px;
    text-align: center;
}

.cs-pub-title .en {
    font-size: 18px;
    margin-bottom: 16px;
}

.cs-pub-title .red {
    color: #e60012;
    font-size: 18px;
}

.cs-pub-title .black {
    color: #000;
    font-size: 18px;
}

.cs-pub-title .white {
    color: #fff;
    font-size: 18px;
}


/*服务项目*/

.cs-service {
    width: 100%;
    height: 400px;
    background: #fff;
}

.cs-ser-title .en {
    color: #fff;
}

.cs-service .cs-ser-main {
    width: 1200px;
    margin: 0 auto;
}

.cs-service .cs-ser-main li {
    float: left;
    width: 298px;
    height: 302px;
    border-left: 1px solid #5f7384;
    border-right: 1px solid #aab2b8;
    text-align: center;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.cs-service .cs-ser-main .cs-ser-icon {
    width: 130px;
    height: 130px;
    background: url(../yantai/img/cs-ser-icon.png) no-repeat;
    margin: 0 auto;
}

.cs-service .cs-ser-main h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 18px 0 24px;
}

.cs-service .cs-ser-main .info {
    font-size: 14px;
    color: #fff;
    padding: 0 40px;
    line-height: 1.5em;
}

.cs-service .cs-ser-main li.l2 .cs-ser-icon {
    background-position: 0 -140px;
}

.cs-service .cs-ser-main li.l3 .cs-ser-icon {
    background-position: 0 -280px;
}

.cs-service .cs-ser-main li.l4 .cs-ser-icon {
    background-position: 0 -420px;
}

.cs-service .cs-ser-main li.l1 {
    border-left: none;
    width: 299px;
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.cs-service .cs-ser-main li.l2 {
    transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}

.cs-service .cs-ser-main li.l3 {
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.cs-service .cs-ser-main li.l4 {
    border-right: none;
    width: 299px;
    transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}

.cs-service .cs-ser-main li.l1.on {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.cs-service .cs-ser-main li.l2.on {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.cs-service .cs-ser-main li.l3.on {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.cs-service .cs-ser-main li.l4.on {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}


/*5种服务项目20190822*/

.services_5 {
    width: 100%;
    background: #fff;
}

.services_5 ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.services_5 ul li {
    width: 130px;
    padding: 110px 55px 20px;
    float: left;
}

.services_5 ul li .icon-out {
    width: 130px;
    height: 130px;
    background: #FFF;
    border-radius: 20px;
    transform: rotate(45deg);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    overflow: hidden;
    transition: 0.5s;
}

.services_5 ul li .icon {
    width: 50px;
    height: 50px;
    background: url("../weihai/img/6-services.png");
    margin: 39px auto;
    transform: rotate(-45deg);
}

.services_5 ul h3 {
    color: #081626;
    font-size: 22px;
    margin-top: 72px;
    font-weight: 400;
    text-align: center;
}

.services_5 ul li.xuanchuan:hover .icon-out {
    background: #bc995d;
}

.services_5 ul li.xuanchuan:hover .icon-out .icon {
    background-position: 0 50px;
}

.services_5 ul li.jianzhu .icon {
    background-position: -60px 0;
}

.services_5 ul li.jianzhu:hover .icon-out {
    background: #4f54b8;
}

.services_5 ul li.jianzhu:hover .icon-out .icon {
    background-position: -60px 50px;
}

.services_5 ul li.gongye .icon {
    background-position: -120px 0;
}

.services_5 ul li.gongye:hover .icon-out {
    background: #b86d4f;
}

.services_5 ul li.gongye:hover .icon-out .icon {
    background-position: -120px 50px;
}

.services_5 ul li.juese .icon {
    background-position: -180px 0;
}

.services_5 ul li.juese:hover .icon-out {
    background: #4fb8b7;
}

.services_5 ul li.juese:hover .icon-out .icon {
    background-position: -180px 50px;
}

.services_5 ul li.mg .icon {
    background-position: -240px 0;
}

.services_5 ul li.mg:hover .icon-out {
    background: #52b982;
}

.services_5 ul li.mg:hover .icon-out .icon {
    background-position: -240px 50px;
}


/*成功案例*/

.cs-case {
    overflow: hidden;
}

.cs-case-list {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.cs-case-list li {
    width: 300px;
    height: 250px;
    position: relative;
    text-align: center;
    overflow: hidden;
    float: left;
}

.cs-case-list li a .cs-case-pic {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
}

.cs-case-list li a:hover .cs-case-pic {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.cs-case-list .cs-case-dim {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.cs-case-list li a:hover .cs-case-dim {
    opacity: 0.2;
}

.cs-case-list .cs-case-logo {
    width: 100%;
    position: absolute;
    top: 30px;
    text-align: center;
    overflow: hidden;
}

.cs-case-list .cs-case-logo img {
    height: 54px;
    opacity: 0;
    margin-top: 20px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.cs-case-list li a:hover .cs-case-logo img {
    opacity: 1;
    margin-top: 0;
}

.cs-case-list .cs-case-line {
    width: 0px;
    height: 1px;
    border: 0px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 100px;
    left: 10%;
    opacity: 0;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.cs-case-list li a:hover .cs-case-line {
    width: 80%;
    opacity: 1;
}

.cs-case-list .cs-case-play {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 120px;
    left: 127.5px;
}

.cs-case-list .cs-case-info {
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cs-case-list li a:hover .cs-case-info {
    opacity: 1;
}

.cs-culture {
    margin-top: 58px;
    min-width: 1200px;
    padding: 50px 0;
    height: 510px;
    overflow: hidden;
    background: url(../yantai/img/cs-culture-bg.png) no-repeat;
    background-position: center bottom;
    transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
}

.cs-culture.on {
    background-position: center top
}

.cs-culture .main {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.cs-culture .main .cn {
    opacity: 0;
    transition: all 1.5s;
    position: relative;
    left: -100px;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.cs-culture.on .main .cn {
    opacity: 1;
    left: 0;
}

.cs-culture .main .border {
    width: 350px;
    height: 350px;
    border: 1px solid #999;
    position: absolute;
    right: 0;
    top: -460px;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.cs-culture .main .border.on {
    top: 160px;
}

.cs-culture .main .border-content {
    width: 290px;
    height: 290px;
    position: absolute;
    right: 0;
    top: 160px;
    padding: 30px;
    color: #FFF;
}

.cs-culture .main .border-content .p1 {
    font-size: 36px;
    color: #e60012;
    font-weight: bolder;
    padding-top: 20px;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.cs-culture .main .border-content .p1.on {
    top: 0;
    opacity: 1
}

.cs-culture .main .border-content .p0 {
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    line-height: 50px;
    position: relative;
    opacity: 0;
    top: 50px;
}

.cs-culture .main .border-content .p0.p2 {
    padding-top: 30px;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.cs-culture .main .border-content .p0.p2.on {
    top: 0;
    opacity: 1
}

.cs-culture .main .border-content .p0.p3 {
    transition: all 1.2s;
    overflow: hidden;
}

.cs-culture .main .border-content .p0.p3.on {
    top: 0;
    opacity: 1
}

.cs-culture .main .border-content .p0.p3 span {
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    line-height: 50px;
    float: left;
}

.cs-culture .main .border-content .p0.p3 span.no {
    background-color: #FFF;
    line-height: 30px;
    padding: 15px 10px;
    margin: 10px 2px;
    border-radius: 3px;
    background: url(../yantai/img/number-zhenlie.png) no-repeat;
}

.cs-culture .main .border-content .p0.p3 span.no.no1 {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.cs-culture .main .border-content .p0.p3 span.no.no1.no_ {
    background-position: 0 -30px
}

.cs-culture .main .border-content .p0.p3 span.no.no2 {
    background-position: -30px 0;
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -webkit-transition: all 1.2s;
}

.cs-culture .main .border-content .p0.p3 span.no.no2.no_ {
    background-position: -30px -90px;
}

.cs-culture .main .border-content .p0.p3 span.no.no3 {
    background-position: -60px 0;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.cs-culture .main .border-content .p0.p3 span.no.no3.no_ {
    background-position: -60px -240px;
}

.cs-culture .main .border-content .p0.p3 span.no.no4 {
    background-position: -90px 0px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.cs-culture .main .border-content .p0.p3 span.no.no4.no_ {
    background-position: -90px -240px;
}

.cs-culture .main .border-content .p0.p4 {
    transition: all 1.4s;
    -moz-transition: all 1.4s;
    -o-transition: all 1.4s;
    -webkit-transition: all 1.4s;
}

.cs-culture .main .border-content .p0.p4.on {
    top: 0;
    opacity: 1
}

.cs-culture.our-advan {
    background: url("../qingdao/img/youshi.jpg")
}


/*我们的优势*/

.cs-culture.our-advan {
    margin-top: 70px;
    padding: 50px 0 0;
    width: 100%;
    min-width: 1200px;
    height: 800px;
    background: url("../qingdao/img/youshi.jpg") no-repeat center;
}


/*新闻中心*/

.cs-news {
    width: 100%;
    min-width: 1200px;
    height: 610px;
    background: #f3f3f3;
}

.cs-news .cs-news-title .en {
    font-size: 18px;
    color: #e60012;
}

.cs-news .cs-news-main {
    width: 1200px;
    margin: 0 auto;
}

.cs-news .cs-news-main .left {
    width: 800px;
    height: 370px;
    float: left;
}

.cs-news .cs-news-main .left li {
    width: 262px;
    height: 370px;
    background: #fff;
    float: left;
    margin-right: 7px;
}

.cs-news .cs-news-main .left li:nth-child(3) {
    margin-right: 0;
}

.cs-news .left .top {
    width: 100%;
    height: 180px;
    position: relative;
}

.cs-news .left .top .time {
    padding: 12px 25px 0 0;
    float: right;
}

.cs-news .left .top .y-m {
    font-size: 10px;
    color: #999;
}

.cs-news .left .top .d {
    font-size: 58px;
    color: #666;
}

.cs-news .left .top .news-pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.cs-news .left li:hover .news-pic {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.cs-news .left .bottom {
    height: 156px;
    width: 212px;
    padding: 14px 25px 20px;
}

.cs-news .left .bottom .title {
    color: #555;
    font-size: 16px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cs-news .left li:hover .bottom .title {
    color: #e60012;
}

.cs-news .left .bottom .info {
    color: #888;
    text-indent: 2em;
    padding-top: 22px;
    line-height: 1.6em;
}

.cs-news .cs-news-main .right {
    width: 362px;
    height: 320px;
    padding: 25px 15px;
    background: #fff;
    float: right;
}

.cs-news .cs-news-main .right li {
    margin-bottom: 20px;
}

.cs-news .cs-news-main .right .title {
    font-weight: 200;
    color: #666;
}

.cs-news .cs-news-main .right .icon {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../yantai/img/news-list-icon.png);
    background-position: right;
    margin-right: 10px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cs-news .cs-news-main .right .time {
    color: #999;
    float: right;
}

.cs-news .cs-news-main .right li:hover .icon {
    background-position: left;
}

.cs-news .cs-news-main .right li:hover .title {
    color: #333;
}

.cs-news .cs-news-main .right li:hover .time {
    color: #666;
}


/*服务客户*/

.cs-customers {
    width: 100%;
    height: 536px;
    background: url(../yantai/img/index-customer-bg.png) no-repeat center fixed;
}

.cs-cus-main {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.cs-cus-main ul {
    display: block;
    width: 1146px;
    height: 303px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.cs-cus-main li {
    width: 190px;
    height: 100px;
    background: #fff;
    overflow: hidden;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cs-cus-main li img {
    width: 100%;
    height: 100%;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.cs-cus-main li:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


/*签约新闻*/

.cs-sign {
    width: 100%;
    background: #f3f3f3;
    padding-bottom: 110px;
}

.cs-sign .cs-sign-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.cs-sign .cs-sign-main li {
    width: 360px;
    height: 326px;
    margin-right: 60px;
    margin-bottom: 32px;
    float: left;
    position: relative;
    overflow: hidden;
}

.cs-sign .cs-sign-main li:nth-child(3n) {
    margin-right: 0;
}

.cs-sign .cs-sign-main .top {
    width: 100%;
    height: 260px;
}

.cs-sign .cs-sign-main .top img {
    width: 100%;
    height: 260px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cs-sign .cs-sign-main .top img.sign-pic {
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-transform: scale(0.1);
}

.cs-sign .cs-sign-main .top img.sign-logo {
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.cs-sign .cs-sign-main li:hover .top img.sign-pic {
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.cs-sign .cs-sign-main li:hover .top img.sign-logo {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
}

.cs-sign .cs-sign-main .bottom {
    width: 100%;
    height: 66px;
    overflow: hidden;
}

.cs-sign .cs-sign-main .bottom .text {
    position: relative;
    top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cs-sign .cs-sign-main li:hover .bottom .text {
    top: -66px;
}

.cs-sign .cs-sign-main .bottom h3 {
    padding: 0 15px;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 60px;
    text-align: center;
}

.cs-sign .cs-sign-main .bottom .line {
    width: 100%;
    height: 1px;
    background: #F90;
    z-index: 1;
    margin-bottom: 5px;
}


/*联系我们*/

.home-contact {
    width: 100%;
    padding-bottom: 20px;
    background: url(../beijing/image/home-contact-bg.jpg) no-repeat center;
    background-size: cover;
}

.home-contact .text {
    width: 1200px;
    margin: -22px auto 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.home-contact .text .ch,
.home-contact .text .en {
    color: #fff;
    line-height: 1.4em;
}

.home-contact .text .h {
    font-size: 16px;
    margin: 40px 0 2px;
    color: #fff;
}

.home-contact .text .hot-line {
    font-size: 30px;
    font-style: italic;
    color: #fff;
}

.home-contact ul {
    width: 1400px;
    margin: 56px auto 0;
    overflow: hidden;
}

.home-contact ul li {
    width: 412px;
    height: 116px;
    float: left;
    margin-bottom: 60px;
}

.home-contact ul .area {
    height: 56px;
    background: url(../beijing/image/home-contact-icon.png) no-repeat left center;
    padding-left: 74px;
    line-height: 56px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 24px;
}

.home-contact ul li:nth-child(n+2) {
    border-left: 1px dashed #5e5c5d;
    padding-left: 80px;
}

.home-contact ul li:nth-child(3n+1) {
    border-left: none;
    padding-left: 0;
}

.home-contact ul .pub-p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}

.home-contact .public-title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

.home-contact .public-title .ch {
    font-size: 44px;
    color: #000;
}

.home-contact .public-title .en {
    font-size: 14;
    color: #000;
    text-transform: uppercase;
    margin-top: 8px;
}

.home-contact .public-title.write .ch,
.home-contact .public-title.write .en {
    color: #fff;
}


/*底部区域*/

.cs-footer .top {
    width: 100%;
    height: 100px;
    padding-top: 30px;
    background: #000;
    border-bottom: 1px solid #333;
    overflow: hidden;
}

.cs-footer .main {
    width: 1200px;
    margin: 0 auto;
}

.cs-footer .top .footer-logo {
    float: left;
}

.cs-footer .top .right {
    float: right;
    margin-top: 10px;
}

.cs-footer .top .right ul {
    width: 650px;
    height: 26px;
    background: url(../yantai/img/cs-footer-top-right-bg.png);
    border-bottom: 1px solid #666;
}

.cs-footer .top .right ul li {
    float: right;
    height: 14px;
    margin-top: 4.5px;
}

.cs-footer .top .right ul li a {
    font-size: 12px;
    color: #fff;
    padding: 0 16px;
    border-left: 1px solid #ccc;
}

.cs-footer .top .right ul li:hover a {
    color: #e60012;
}

.cs-footer .top .ft-nav {
    margin-top: 4px;
}

.cs-footer .top .ft-nav span {
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
}

.cs-footer .top .ft-nav a {
    font-size: 12px;
    color: #fff;
}

.cs-footer .top .ft-nav a:hover {
    color: #e60012;
}

.cs-footer .bottom {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 20px;
    background: #000;
}

.cs-footer .bottom .link {
    color: #fff;
    float: left;
}

.cs-footer .bottom ul {
    float: left;
    margin-top: 15px;
}

.cs-footer .bottom ul li {
    float: left;
    line-height: 1.5em
}

.cs-footer .bottom ul li a {
    color: #fff;
}

.cs-footer .bottom ul li.link a {
    color: #999;
    padding: 0 10px;
}

.cs-footer .bottom ul li.link a:hover {
    color: #e60012;
}