﻿.content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 35px;
    margin-top: 35px;
}
.content img {
    width: 75px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.content ul {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    float: left;
    list-style: none;
}
 .content ul li {
     width: 164px;
     float: left;
     border: 1px solid #ebb001;
     margin-right: 30px;
     border-top: 3px solid #ebb001;
     padding: 20px 25px;
     text-align: center;
 }
.content ul li a img {
    width: 60px;
    margin: 0 auto;
    text-align: center;
}
.content_title a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    /*height:20px;
    line-height:20px;*/
}
.content ul li:nth-child(5) {
    margin-right: 0!important;
}
.content .more {
    width: 108px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
}
.content .more a {
    float: left;
    width: 108px;
    height: 30px;
    border: 1px solid #ebb001;
    border-radius: 6px;
    line-height: 30px;
    color: #ebb001;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 18px;
}
.content .cont {
    height: 105px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.content li:hover {
    width: 164px;
    float: left;
    border: 1px solid #ebb001;
    margin-right: 30px;
    border-top: 3px solid #ebb001;
    padding: 20px 25px;
    text-align: center;
    box-shadow: -2px 0 7px #e0e0e0,2px 0 7px #e0e0e0,0 0 0 #e0e0e0, 0 2px 7px #e0e0e0;
    /*-webkit-box-shadow: 3px 3px 3px #000;
   -moz-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;*/
}
.content li:hover .more a {
    float: left;
    width: 108px;
    height: 30px;
    /*border: 1px solid #ebb001;*/
    border-radius: 6px;
    background: #ebb001;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 18px;
}
.content li:hover .content_title a {
    color: #ebb001;
}
.content li:hover img {
    -webkit-transform: scale(1) rotateZ(360deg);
    -moz-transform: scale(1) rotateZ(360deg);
    -o-transform: scale(1) rotateZ(360deg);
    -ms-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.why {
    width: 1200px;
    height: 488px;
    background: url(../images/why.jpg) no-repeat;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.why_img {
    width: 75px;
    height: 100px;
    line-height: 60px;
    background: url(../images/why_img.png) no-repeat;
    text-align: left;
    padding-left: 10px;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    margin-left: 15px;
}
.why_img1 {
    width: 75px;
    height: 100px;
    line-height: 60px;
    background: url(../images/why_img1.png) no-repeat;
    text-align: left;
    padding-left: 22px;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    margin-left: 15px;
}

.why_left {
    width: 400px;
    margin-top: 70px;
}
.why_left ul {
    float: left;
    list-style: none;
    width: 400px;
}
.why_left ul li {
    float: left;
    width: 400px;
    text-align: right;
    height: 100px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
}
.why_left ul li:hover {
    float: left;
    width: 400px;
    text-align: right;
    height: 100px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #ebb001;
}
.why_right {
    width: 430px;
    margin-top: 70px;
}
.why_right ul {
    float: left;
    list-style: none;
    width: 430px;
}
.why_right ul li {
    float: left;
    width: 430px;
    text-align: left;
    height: 100px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
}
.why_right ul li:hover {
    float: left;
    width: 430px;
    text-align: left;
    height: 100px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #ebb001;
}
.why_left li:hover .why_img {
    width: 75px;
    height: 100px;
    line-height: 60px;
    background: url(../images/why1_img.png) no-repeat;
    text-align: left;
    padding-left: 10px;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    margin-left: 15px;
}
.why_right li:hover .why_img1 {
    width: 75px;
    height: 100px;
    line-height: 60px;
    background: url(../images/why1_img1.png) no-repeat;
    text-align: left;
    padding-left: 22px;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    margin-left: 15px;
}
.content1 {
    width: 140px;
    margin: 0 auto;
    text-align: center;
    /*margin-top: 20px;*/
}
.content1 a {
    float: left;
    width: 140px;
    height: 137px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    font-size: 34px;
    color: #fff;
    background: url(../images/zhenduan.png) no-repeat;
}
.content1 a:hover {
    width: 140px;
    height: 137px;
    background: url(../images/zhenduan1.png) no-repeat;
    color: #fff;
}
.ys_left {
    width: 600px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.ys_right {
    width: 600px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.ys_rightbox {
    width: 600px;
    margin-left: 150px;
}
.ys_rightbox1 {
    width: 315px;
    height: 60px;
    line-height: 60px;
    margin-left: 60px;
    margin-top: 35px;
}
.ys_rightbox1 a {
    float: left;
    width: 280px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #ebb001;
    margin-left: 150px;
    text-align: center;
    font-size: 20px;
}
.ys_rightbox1 a:hover {
    float: left;
    width: 280px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #333333;
    margin-left: 150px;
    text-align: center;
    font-size: 20px;
}
.ys_right_img {
    width: 65px;
    text-align: left;
    height: 50px;
    margin-top: 8px;
}
.ys_right_cont {
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 16px;
}
.ys_rightbox a:hover {
    color: #ebb001;
    font-size: 20px;
}
/*网络营销解决方案*/
.floor04_02c {
    background: url(../images/f4_02_cl.png) no-repeat;
    width: 100%;
    height: 595px;
    width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.floor04_02_xyjz {
    width: 645px;
}
.title_04_021 {
    height: 180px;
}
.w112 {
    width: 112px;
    height: 100%;
}
.title_04_02name {
    font-size: 37px;
    font-weight: bold;
    color: #ff6600;
}
.title_04_02desc {
    font-size: 18px;
    color: #333;
    position: relative;
    left: 18px;
    top: 22px;
}
.clear {
    clear: both;
}
.title_04_02name1 {
    font-size: 27px;
    color: #333;
    position: relative;
    top: 6px;
}
.title_04_02ul ul {
    position: relative;
    float: left;
    left: 35px;
}
.title_04_02ul li {
    width: 100%;
    height: 42px;
    cursor: pointer;
    text-align: left;
    list-style: none;
}
.floor04_con_call_02 {
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #ff6600;
    position: relative;
    left: 195px;
    top: 15px;
}
.floor04_02_sft {
    width: 555px;
}
.title_04_021 {
    height: 180px;
}
.w112 {
    width: 112px;
    height: 100%;
}
.title_04_02name {
    font-size: 37px;
    font-weight: bold;
    color: #ebb001;
}
.title_04_02desc {
    font-size: 18px;
    color: #333;
    position: relative;
    left: 18px;
    top: 22px;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.title_04_02name1 {
    font-size: 27px;
    color: #333;
    position: relative;
    top: 6px;
}
.floor04_con_call_02 {
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #ff6600;
    position: relative;
    left: 195px;
    top: 15px;
    cursor:pointer;
}
.num {
    width: 20px;
    height: 20px;
    background: #ffd800;
    text-align: center;
    color: #fff;
    margin-top: 3px;
}
.title_04_02ul .txt {
    text-align: left;
    font-size: 16px;
    margin-left: 20px;
}
.title_04_02ul .txt:hover {
    text-align: left;
    margin-left: 20px;
    color: #ebb001;
}
.xiaohai_con_call a {
    float: left;
    color: #fff;
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #ebb001;
    font-size: 16px;
}
.xiaohai_con_call a:hover {
   float: left;
   color: #fff;
   width: 180px;
   height: 45px;
   text-align: center;
   line-height: 45px;
   background: #333333;
   font-size: 16px;
}
/*您现在可以选择*/
.floor06 {
    height: 390px;
    width: 100%;
}
.floor06_fl {
    width: 50%;
    height: 100%;
    background: #ebb001;
}
.floor06_fl_1 {
    width: 602px;
    height: 100%;
}
.floor06_fr {
    width: 50%;
    height: 100%;
    background: #3f3f3f;
}
.floor06_fr_1 {
    width: 598px;
    height: 100%;
}
.floor06_fr_1 .floor06_fl_c {
    position: relative;
    float: left;
    left: 90px;
}
.h40 {
    width: 100%;
    height: 40px;
}
.f6_fl_ct {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    height: 52px;
}
.f6_fl_ct1 {
    font-size: 14px;
    color: #fff;
    height: 32px;
}
.f6_fl_ct1 span.more {
    display: block;
    width: 108px;
    height: 20px;
    background: #fff;
    color: #ebb001;
}
.floor06_fr_1 span.more {
    background: #ff6600;
    color: #fff;
}
.f6_fl_ct2 {
    height: 65px;
    font-size: 19px;
    color: #fff;
}
.f6_fl_name {
    height: 55px;
    font-size: 14px;
    color: #fff;
}
.f6_fl_name span {
    display: block;
    width: 48px;
    height: 100%;
    float: left;
    line-height: 42px;
}
.floor06_fr_1 .f6_fl_name input {
    background: url(../images/f6_name_tel1.png) no-repeat;
}
.f6_fl_name input {
    background: url(../images/f6_name_tel.png) no-repeat;
    width: 330px;
    border: 0px;
    float: left;
    height: 42px;
    text-indent: 60px;
    line-height: 42px;
    color: #000;
}
.f6_fl_name input {
    outline: none;
}
.f6_fl_name input::-webkit-input-placeholder { /* WebKit browsers */
    color: #555;
}
.f6_fl_name {
    height: 55px;
    font-size: 14px;
    color: #fff;
}
.f6_fl_name span {
    display: block;
    width: 48px;
    height: 100%;
    float: left;
    line-height: 42px;
}
.floor06_fr_1 .f6_fl_name input {
    background: url(../images/f6_name_tel1.png) no-repeat;
}
.f6_fl_submit {
    position: relative;
    float: left;
    left: 50px;
    top: 12px;
}
.f6_fl_submit {
    position: relative;
    float: left;
    left: 50px;
    top: 12px;
}
.submit_anniu {
    width: 152px;
    height: 38px;
    text-align: center;
    /*line-height: 36px;*/
    background: #d25909;
    color: #fff;
    border: 1px solid #ff9854;
    font-size: 16px;
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 10px;
}
.submit_anniu1 {
    width: 152px;
    height: 38px;
    text-align: center;
    /*line-height: 36px;*/
    background: #ff9854;
    color: #fff;
    border: 1px solid #ff9854;
    font-size: 16px;
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 10px;
}
.submit_anniu:hover {
    background: #333;
}
.submit_anniu1:hover {
    background: #333;
}
.floor06_fr_1 .f6_fl_submit a {
    background: #ff9854;
}
.f6_fl_submit a {
    width: 152px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #d25909;
    color: #fff;
    border: 1px solid #ff9854;
    font-size: 16px;
    cursor: pointer;
    float: left;
    display: block;
}
.f6_fl_submit a:hover, .floor06_fr_1 .f6_fl_submit a:hover {
    background: #333;
}
.fw_box {
    width: 1200px;
    float: left;
    margin-top: 30px;
}
.fw {
    width: 100px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: #ebb001;
    color: #fff;
}
.fw_cont {
    width: 1050px;
    border: 1px solid #CCC;
    text-align: left;
    padding: 10px;
}
.fw_cont ul {
    float: left;
    width: 1050px;
}
.fw_cont ul li {
    width:auto;
    height: 23px;
    line-height: 23px;
    float: left;
    text-align: left;
    list-style: none;
    margin:0 10px;
}
.fw_cont ul li a {
    width:auto;
    float: left;
    height: 23px;
    line-height: 23px;
    text-align: left;
}
/*员工管理*/
.w100 {
    width:100%;
}
.ygfc_dtitle {
    width: 230px; 
    text-align: center; 
    margin: 0 auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
}
.ygfc {
    width: 1200px;
    margin: 20px auto;
    text-align: center;
}
    .ygfc li {
        width:380px;
        margin-right:30px;
        float:left;
        text-align:center;
        background:#f44435;
    }
        .ygfc li:nth-child(2) {
            background:#f79925;
        }
        .ygfc li:nth-child(3) {
            background:#01addd;
            margin-right:0px!important;
        }
.ygfc_title {
    background: url(../images/gj.png) no-repeat center;
    width: 335px;
    border: 1px solid #fff;
    float: left;
    margin: 13px 13px;
    padding-left: 17px;
    position: relative;
    top: 0px; 
    left: 0px; 
    height: 85px;
}
.ygfc li:nth-child(2) .ygfc_title {
    background: url(../images/yj.png) no-repeat center;
    width: 335px;
    border: 1px solid #fff;
    float: left;
    margin: 13px 13px;
    padding-left: 17px;
    position: relative;
    top: 0px; 
    left: 0px; 
    height: 85px;
}
.ygfc li:nth-child(3) .ygfc_title {
    background: url(../images/jj.png) no-repeat center;
    width: 335px;
    border: 1px solid #fff;
    float: left;
    margin: 13px 13px;
    padding-left: 17px;
    position: relative;
    top: 0px; 
    left: 0px; 
    height: 85px;
}
.ygfc_xszx {
    width: 130px; 
    position: absolute; 
    top: -15px; 
    left: -10px;
}
.ygfc_box {
    width: 352px;
    border: 1px solid #fff;
    text-align: center;
    margin-left: 13px;
    margin-top: -14px;
    border-top: none;
    margin-bottom: 15px;
}
.ygfc_img {
    background: url(../images/ygfcimg_bg.png) no-repeat center;
    width: 205px;
    height: 205px;
    float: left;
    margin: 20px 80px 5px 80px;
}
.ygfc_img img {
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 18px;
}
.ygfc_name {
    font-size:30px;
    color:#fff;
}
.ygfc_name a {
    font-size:30px;
    color:#fff;
}
.ygfc_depart {
    color:#fff;
    margin-top:5px;
    margin-bottom:5px;
}
.ygfc_m_img {
    width:20px;
    margin-top:5px;
}
.ygfc_mobile {
    width: 195px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.ygfc_email {
    width: 285px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    float: left;
    margin-left: 90px;
}
.ygfc_e_img {
    width:25px;
    margin-top:3px;
}
.ygfc_cont {
    color:#fff;    
}
.ygfc_zuo {
    width: 242px;
    text-align:left;
    margin-left:10px;
    height:55px;
    line-height:26px;
    overflow:hidden;
    margin-top:10px;
}
    .ygfc_zuo span {
        /*height:40px;
        line-height:26px;
        overflow:hidden;*/
        border-bottom: 2px solid #fff;
    }
.ygfc_zhong {
    width: 20px;
    text-align:center;
    font-size:12px;
    margin-top: 5px;
}
.ygfc_you {
    width:80px;
    height:80px;
}
.ygfc_you img {
    width:80px;
    height:80px;
}
