body {
    background-color: #eee;
}

.container-top {
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px 0 rgba(102, 110, 117, .09);
    padding: 45px 0;
}

.container-top>div {
    width: 1200px;
    margin: 0 auto;
}

.container-top>div>div:first-child {
    margin-top: 7px;
}

.container-top>div>div:last-child {
    margin-left: 265px;
}

.search-tag {
    margin-top: 3px;
    overflow: hidden;
}

.search-tag li {
    float: left;
    font-size: 12px;
    color: #999;
    padding: 0 5px;
    cursor: default;
}

.container-top>div>div:last-child .li-hover:hover {
    color: #0b84ed;
    cursor: pointer;
}

.container-top>div>div:last-child li:first-child {
    padding-left: 0;
}

.search-box {
    width: 600px;
    border: 2px solid #486aaf;
    height: 44px;
    position: relative;
}

.search-box .search-type {
    float: left;
    width: 75px;
    height: 40px;
    font-size: 12px;
    color: #666;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
}

.search-box .search-type:hover {
    cursor: pointer;
}

.search-type-active {
    height: 40px;
}

.search-type-active font {
    vertical-align: middle;
}

.search-type-active span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    background-image: url(../img/unfold-icon.png);
    transform: rotate(0deg);
    transition: transform .3s linear;
    vertical-align: middle;
}

.search-box .search-type:hover span {
    transform: rotate(180deg);
    transition: transform .3s linear;
}

.type-list {
    position: absolute;
    left: -2px;
    top: 42px;
    width: 77px;
    height: 0px;
    background-color: #fff;
    transition: height .3s linear;
    overflow: hidden;
    box-sizing: border-box;
}

.search-box .search-type:hover .type-list,
.type-list:hover {
    height: 90px;
    border: 1px solid #ddd;
    border-top: none;
    transition: height .3s linear;
}

.type-list li {
    line-height: 30px;
    text-align: center;
}

.type-list li:hover {
    color: #0b84ed;
}

.search-box input {
    outline: none;
    border: none;
    float: left;
    width: 425px;
    height: 40px;
    padding: 8px;
}

.search-box .search-btn {
    float: right;
    width: 96px;
    height: 40px;
    background-color: #486aaf;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}


/* 主体 */

.container {
    width: 1200px;
    margin: 0 auto;
}

.introduction {
    height: 375px;
}


/* 公司信息 */

.introduction-left {
    float: left;
    width: 240px;
    height: 375px;
    background-color: #fff;
}

.introduction-left-top {
    height: 28px;
    background-color: #ff6a00;
    font-size: 12px;
    color: #fff;
}

.introduction-left-top>div:first-child {
    float: left;
    margin-left: 10px;
}

.introduction-left-top>div:first-child span,
.introduction-left-top>div:first-child img {
    vertical-align: middle;
}

.introduction-left-top>div:first-child span {
    margin-right: 2px;
    line-height: 28px;
}

.introduction-left-top>div:first-child img {
    display: inline-block;
    width: 11px;
    height: 11px;
    box-sizing: border-box;
}

.medal-box {
    float: right;
    margin-right: 5px;
}

.medal-box ul {
    overflow: hidden;
    height: 28px;
}

.medal-box ul li {
    float: left;
    width: 11px;
    height: 13px;
    line-height: 13px;
    margin: 7.5px 2px;
}

.medal {
    background-image: url(../img/medal-icon.png);
    background-size: cover;
}

.activity {
    opacity: .4;
}

.medal-box ul .medal-triangle {
    background-image: url(../img/down-triangle-white-icon.png);
    width: 8px;
    height: 4px;
    margin-top: 11.5px;
    background-repeat: round;
}

.introduction-left-logo>img {
    display: block;
    width: 68px;
    height: 68px;
    margin: 20px auto;
    border: 1px solid #fff;
}

.introduction-left-title {
    padding-left: 20px;
    margin-bottom: 18px;
}

.introduction-left-title>h5 {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.introduction-left-title>div {
    width: 68px;
    height: 16px;
    font-size: 12px;
    color: red;
    background-color: #fff6df;
    margin-top: 5px;
}

.introduction-left-title>div>span {
    display: inline-block;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    background-color: red;
    color: #fff;
    margin-right: 2px;
}

.introduction-left-info {
    padding-left: 20px;
    font-size: 12px;
    color: #666;
}

.introduction-left-info>div {
    height: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}

.introduction-left-info>div>label,
.introduction-left-info>div>img,
.introduction-left-info>div>font {
    vertical-align: middle;
}

.introduction-left-info>div>img {
    margin-right: 7px;
}

.introduction-left-btn {
    margin-top: 23px;
}

.introduction-left-btn>div:hover {
    cursor: pointer;
}

.introduction-left-btn-fav,
.introduction-left-btn-contact {
    width: 120px;
    height: 48px;
    border-top: 1px solid #f1f1f1;
    color: #666;
    font-size: 12px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

.introduction-left-btn-fav {
    border-right: 1px solid #f1f1f1;
}

.introduction-left-btn-fav img {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    box-sizing: border-box;
    vertical-align: middle;
}

.introduction-left-btn-fav img,
.introduction-left-btn-fav span,
.introduction-left-btn-contact img,
.introduction-left-btn-contact span {
    vertical-align: middle;
}


/* 企业概况 */

.introduction-middle {
    float: left;
    width: 700px;
    height: 375px;
    background: #fff;
    padding: 0 20px;
    margin-left: 20px;
    font-size: 14px;
    font-family: HiraginoSansGB-W6;
    text-align: left;
    box-sizing: border-box;
}

.introduction-middle>div:first-child {
    height: 144px;
}

.introduction-middle-title {
    color: #333;
    margin: 20px 0;
}

.introduction-middle p {
    color: #666;
    line-height: 22px;
    width: 660px;
}

.introduction-middle-mid {
    height: 106px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

.introduction-middle-mid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    height: 22px;
    border: 1px solid #486aaf;
    border-radius: 10px;
    font-family: HiraginoSansGB-W3;
    color: #486aaf;
    margin-right: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.des-icon {
    width: 53px;
    height: 30px;
    margin-right: 14px;
}


/* 企业信息右侧栏 */

.introduction-right {
    float: left;
    box-sizing: border-box;
    width: 220px;
    height: 375px;
    background-color: #fff;
    margin-left: 20px;
    font-size: 14px;
}

.introduction-right-title {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: #999;
}

.info-wrap {
    width: 100%;
    margin-top: 31px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}

.info-wrap>div {
    margin-bottom: 16px;
    height: 16px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

.info-wrap span {
    width: 32px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 1px;
    margin: 0 8px;
    background-color: #666;
}

.info-wrap b {
    color: #e1241c;
    font-size: 12px;
    font-weight: 600;
}

.line {
    width: 180px;
    height: 1px;
    background: #f1f1f1;
    margin: 0 auto;
    margin-top: 40px;
}

.introduction-right .count-title {
    margin-top: 40px;
    margin-bottom: 27px;
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 16px;
}

.introduction-right .count-title img {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: -2px;
}

.introduction-right h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.introduction-right p {
    text-align: center;
    font-size: 13px;
    color: #333;
    margin-top: 13px;
}


/* 客户类型 */

.customer-type {
    background-color: #fff;
    margin-top: 20px;
}

.customer-type-title {
    line-height: 27px;
    font-family: HiraginoSansGB-W6;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    margin-left: 30px;
    padding-top: 20px;
    font-weight: 700;
}

.customer-type-main {
    box-sizing: border-box;
    width: 1000px;
    height: 270px;
}


/* 标签导航 */

.tag-nav {
    background-color: #fff;
    margin: 20px 0;
}

.tag-nav ul {
    overflow: hidden;
}

.tag-nav li {
    float: left;
    padding: 12px 16px;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #fff;
    transform: border;
}

.tag-nav li:hover {
    cursor: pointer;
    color: #5584ff;
}

.tag-nav .tag-active {
    color: #5584ff;
    border-bottom: 2px solid #5584ff;
}


/* 顶部通知栏 */

.top-notice {
    width: 1200px;
    height: 30px;
    margin-bottom: 20px;
    position: relative;
    margin: 0 auto;
}

.top-notice marquee {
    color: #ddbe32;
    font-size: 16px;
    margin: 20 30px;
    overflow: hidden;
    cursor: pointer;
}


/* 服务列表 */

.service-list {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.service {
    border: 5px solid white;
    box-sizing: border-box;
    width: 240px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
    cursor: pointer;
}


/* .service:hover {
    border: 5px solid blueviolet;
} */

.service-imgbox {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-imgbox img {
    max-width: 100%;
    max-height: 200px;
    border: 1px solid #f1f1f1;
}

.service-title {
    color: #333;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    font-family: HiraginoSansGB-W3;
    width: 200px;
    margin: 12px 0;
    overflow: hidden;
}

.service-list-btnbox {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.service-list-btnbox>div {
    display: inline-block;
}

.service-list-btnbox button {
    float: left;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #c4c6cf;
    border-width: 1px;
    border-radius: 3px;
    background-color: #fff;
    line-height: 26px;
}

.service-list-btnbox button:hover {
    cursor: pointer;
}

.service-list-btnbox button:disabled {
    cursor: not-allowed;
}

.service-list-btnbox .service-list-btn-activity {
    border-color: #5584ff;
    background-color: #5584ff;
    color: #fff;
}


/* 客户案例 */

.customer-case-box {
    margin-top: 40px;
}

.customer-case-list {
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customer-case {
    width: 590px;
    height: 180px;
    margin-bottom: 20px;
    background-color: #fff;
}

.customer-case>div {
    float: left;
}


/* 客户案例左半 */

.customer-case-left {
    position: relative;
}

.customer-case-left:hover .customer-case-videobox {
    display: flex;
}

.customer-case-imgbox,
.customer-case-videobox {
    width: 180px;
    height: 180px;
    cursor: pointer;
}


/* 图片盒子 */

.customer-case-imgbox {
    background-size: cover;
}

.customer-case-playbtn {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    left: 10px;
    bottom: 10px;
    background-image: url(../img/playbtn.png);
    background-size: 100% 100%;
    z-index: 10;
}


/* 视频盒子 */

.customer-case-videobox {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    align-items: center;
}

.customer-case-videobox video {
    max-width: 180px;
    max-height: 180px;
    margin: 0 auto;
}

.customer-case-loudbtn,
.customer-case-mutebtn {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    bottom: 10px;
    z-index: 10000;
    font-style: normal;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: .6;
}

.customer-case-loudbtn {
    opacity: .6;
    background-image: url(../img/loud-btn.png);
}

.customer-case-mutebtn {
    opacity: .6;
    background-image: url(../img/mute-btn.png);
}

.customer-case-loudbtn:hover,
.customer-case-mutebtn:hover {
    opacity: 1;
}


/* 客户案例右半 */

.customer-case-right {
    padding: 10px;
    box-sizing: border-box;
    width: 410px;
    height: 180px;
}

.customer-case-title {
    font-weight: 400;
    line-height: 24px;
}

.customer-case-title-box span {
    color: #5b9bff;
    border: 1px solid #5b9bff;
    font-size: 12px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 8px;
    margin-left: 8px;
}

.customer-case-describe {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.customer-case-price-box {
    margin-top: 34px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.company-profile {
    background-color: #fff;
}

.company-profile p {
    color: #666666;
    font-size: 12px;
    line-height: 32px;
}

.company-profile img {
    border-width: 0.0px;
    border-style: initial;
    width: 1200px;
    float: none;
    margin: 0.0px;
}

.qianniu {
    background-color: #fff;
}

.qianniu p {
    font-size: 12px;
    color: #333;
    line-height: 32px;
    cursor: pointer;
}

.qianniu h1 {
    color: #333;
    cursor: pointer;
}

.qianniu p a {
    color: #5584ff;
}

.qianniu p a:hover {
    text-decoration: underline;
}

.qianniu p img {
    /* width: 50%;
    height: 50%; */
}