﻿/*******************************************************
 					通用样式
 *******************************************************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: arial "微软雅黑";
}

li {
    list-style: none;
}


/*清除浮动*/

.clear-float {
    clear: both;
}

.case-dongtai>ul>li>h1>a {
    color: #303030!important;
    text-decoration: none;
}

.case-dongtai>ul>li>h1>a:hover {
    color: #ff4e00!important;
    text-decoration: none;
}


/*******************************************************
 					头部
 *******************************************************/

.newsDetai-header {
    width: 100%;
    height: 100px;
}

.newsDetai-header .logo {
    float: left;
    width: 340px;
    height: 100%;
    background: url(../img/index_logo.png) no-repeat center right;
}

.newsDetai-header .right {
    float: right;
    min-width: 1000px;
    margin-right: 20px;
}

.newsDetai-header .right-Email {
    text-align: right;
    font-size: 12px;
    color: #888;
    line-height: 50px;
    margin-right: 40px;
}

.newsDetai-header .right-Email em {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 20px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.newsDetai-header .right-Email em:nth-child(1) {
    background-image: url(../img/index_right_03.png);
}

.newsDetai-header .right-Email em:nth-child(2) {
    background-image: url(../img/index_right_05.png);
}

.newsDetai-header .nav ul {
    float: right;
}

.newsDetai-header .nav li {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 40px;
    border-radius: 3px;
}

.newsDetai-header .nav li.active {
    background: #FF4E00;
    color: #fff;
}

.yun-sevice,
.get-chanpin {
    border: 1px solid #FE6D3F;
    color: #FE6D3F;
    float: right;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
}

.yun-sevice {
    margin-right: 10px;
}

.yun-sevice em,
.get-chanpin em {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: center;
    vertical-align: middle;
}

.yun-sevice em {
    background-image: url(../img/index_right_10.png);
}

.get-chanpin em {
    background-image: url(../img/index_right_13.png);
}


/*顶部图片*/

.case-top-img {
    width: 100%;
    height: 200px;
    background: url(../img/case_banner_01.png);
    background-size: 100% 100%;
    color: #fff;
}

.newsDetai-top-imgFont {
    margin: 0 auto;
    width: 1300px;
    padding-top: 45px;
}

.newsDetai-top-imgFont p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.newsDetai-top-imgFont p:nth-child(1)~p {
    line-height: 30px;
}

.newsDetai-top-imgFont p a {
    color: #FF905F;
    font-weight: bold;
}


/*******************************************************
 					案例页 行业客户
 *******************************************************/

.case-kehu .tittle {
    text-align: center;
    padding-top: 20px;
    color: #333333;
}

.case-kehu .tittle p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
}

.case-kehu .tittle p:nth-child(2) {
    margin-top: 20px;
    font-size: 14px;
}

.case-kehu-list {
    width: 1300px;
    margin: 40px auto 10px;
    overflow: hidden;
}

.case-kehu-list li {
    width: calc(100% / 5);
    height: 90px;
    margin-bottom: 35px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    line-height: 150px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.case-kehu-list li {}


/*******************************************************
 					案例页 客户案例
 *******************************************************/

.case-dongtai {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.case-dongtai .tittle p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
}

.case-dongtai .tittle p:nth-child(2) {
    margin-top: 20px;
    font-size: 14px;
}

.case-dongtai>ul {
    width: 650px;
}

.case-dongtai>ul li {
    line-height: 36px;
    font-size: 14px;
    padding: 5px 0 10px 0;
    display: block;
    height: 170px;
}

.case-dongtai>ul li h1 {
    text-align: left;
    padding-left: 20px;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 68%;
}

.case-dongtai>ul li span {
    width: 176px;
    height: 126px;
    display: block;
    border: 3px #eeeeee solid;
    float: left;
}

.case-dongtai>ul em {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #C2C2C2;
    border-radius: 50%;
    margin-right: 10px;
}

.case-dongtai .left {
    float: left;
}

.case-dongtai .right {
    float: right;
}

.case-dongtai .case-info {
    float: left;
    width: 450px;
    padding-left: 20px;
    color: #333;
    line-height: 24px;
}

.case-dongtai .case-info a {
    font-size: 14px;
    color: #ff4e00;
    text-decoration: none;
}

.case-dongtai .case-info a:hover {
    padding-bottom: 0px;
    border-bottom: 1px solid #ff4e00;
}

.case-dongtai .case-link {
    float: left;
    padding-left: 20px;
    width: 450px;
}

.case-dongtai .case-link a {
    font-size: 12px;
    color: #ff4e00;
    background-color: #f0f3f5;
    padding: 2px 14px;
    text-decoration: none;
    font-weight: bold;
}

.case-dongtai .case-link a:hover {
    padding-left: 16px;
}


/*******************************************************
 					新闻详情
 *******************************************************/

.case-content-wrap {
    width: 1300px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
}

.case-content {
    width: 1300px;
    float: left;
}

.case-content .nav {
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 25px;
    background: #F7F8F8;
    font-size: 14px;
}

.case-content .tittle {
    text-align: center;
    font-size: 24px;
}

.case-content .time {
    text-align: center;
    margin: 27px;
}

.case-content .time em {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/news_list_03.png);
    vertical-align: -4px;
    margin-right: 10px;
    background-position: center;
}

.case-content hr {
    border: none;
    border-top: 1px solid #ccc;
    padding: 40px 0 10px 0;
}

.case-content-text {
    padding: 42px 22px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.case-content-right {
    overflow: hidden;
}

.case-content-right .seach {
    line-height: 40px;
    padding-left: 10px;
    background: #F7F8F8;
    font-size: 14px;
}

.case-content-right input {
    outline: none;
    border: none;
    background: none;
    line-height: 18px;
    font-size: 14px;
    width: 245px;
}

::-webkit-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.case-content-right .btn-seach {
    float: right;
    background: url(../img/news_detail_12.png);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
}

.contact-us {
    background: #F7F8F8;
    margin-top: 20px;
    padding: 15px 0 45px 15px;
    font-size: 15px;
}

.contact-us>p {
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-us li {
    margin: 10px 0;
}

.contact-us li>div {
    display: inline-block;
    color: #666;
    line-height: 40px;
}

.contact-us .left {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us li:nth-child(1) .left {
    vertical-align: -40%;
}

.contact-us li:nth-child(1) .right {
    line-height: 26px;
}

.contact-us li:nth-child(2) .left {
    vertical-align: -30%;
}

.contact-us li:nth-child(2) .right {
    line-height: 26px;
}

.contact-us li:nth-child(1) .left {
    background-image: url(../img/news_detail_15.png);
}

.contact-us li:nth-child(2) .left {
    background-image: url(../img/news_detail_30.png);
}

.contact-us li:nth-child(3) .left {
    background-image: url(../img/news_detail_20.png);
}

.contact-us li:nth-child(4) .left {
    background-image: url(../img/news_detail_22.png);
}

.contact-us li a {
    color: #FE6D3F;
    text-decoration: none;
}

.contact-us .QRCode {
    width: 190px;
    height: 190px;
    background: url(../img/news_detail_25.png);
    margin-left: 40px;
    margin-top: 20px;
}


/*******************************************************
 					专家
 *******************************************************/

.zhuanjia {
    width: 100%;
    height: 250px;
    position: relative;
    background: url(../img/index_02.png);
    background-size: 100% 100%;
    margin-top: 0px;
}

.zhuanjia-mask {
    width: 100%;
    height: 100%;
    background: url(../img/index_102_02.png);
    background-size: 100%;
    opacity: 0.7;
    position: absolute;
}

.zhuanjia-zixun {
    text-align: center;
    color: #fff;
    padding-top: 68px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.zhuanjia-zixun p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
}

.zhuanjia-zixun p:nth-child(2) {
    display: block;
    margin: 30px auto;
    width: 310px;
    line-height: 45px;
    text-align: center;
}


/*******************************************************
 					案例页 行业客户
 *******************************************************/

.case-honor {
    background-color: #f3f3f3;
}

.case-honor .tittle {
    text-align: center;
    padding: 50px 0;
    color: #333333;
}

.case-honor .tittle p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
}

.case-honor .tittle p:nth-child(2) {
    margin-top: 20px;
    font-size: 14px;
}

.case-honor-list {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.case-honor-list li {
    width: calc(100% / 4);
    height: 200px;
    margin-bottom: 120px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    line-height: 460px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.case-honor-list li:nth-child(1) {
    background-image: url(../img/honor_01.png);
}

.case-honor-list li:nth-child(2) {
    background-image: url(../img/honor_02.png);
}

.case-honor-list li:nth-child(3) {
    background-image: url(../img/honor_03.png);
}

.case-honor-list li:nth-child(4) {
    background-image: url(../img/honor_04.png);
}


/*******************************************************
 					底部
 *******************************************************/

.index-footer {
    background: #303030;
}

.index-footer-content {
    width: 1300px;
    margin: 0 auto;
    font-size: 14px;
    color: #aaaaaa;
    overflow: hidden;
    padding: 50px 0 40px;
}

.index-footer-content .left {
    float: left;
}

.index-footer-content ul {
    float: left;
}

.index-footer-content ul:nth-child(2) {
    margin-left: 100px;
    margin-right: 70px;
}

.index-footer-content ul:nth-child(3) {
    margin-right: 50px;
}

.index-footer-content div:not(.bottom) ul li:nth-child(1) {
    color: #fff;
    margin-bottom: 35px;
    font-weight: bold;
}

.index-footer-content div:not(.bottom) ul li {
    line-height: 26px;
}

.index-footer-content .right {
    float: right;
}

.index-QRCode {
    width: 142px;
    height: 142px;
    background: url(../img/news_detail_25.png);
    background-size: 100% 100%;
}

.index-footer-content .bottom {
    width: 815px;
    margin: 70px auto 0;
    color: #666;
    font-size: 12px;
}

.index-footer-content .bottom li {
    float: left;
    padding: 0 10px;
    border-right: 2px solid #666;
}

.index-footer-content .bottom>span {
    margin-left: 30px;
    margin-right: 40px;
}

.case-dongtai h1.title a {
    color: #333;
    text-decoration: none;
}

.page {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.page li {
    display: inline-block;
    float: none !important;
}

.page li.thisclass a {
    color: #ff4e00 !important
}

.page a {
    margin: 0 3px;
    color: #666;
    text-decoration: none;
}