﻿

/* CSS活动的公共样式 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.gr_center {
    text-align: center;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1200 a {
    color: #666666
}

.grWidth {
    width: 1200px;
    margin: 0 auto;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.hidden {
    overflow: hidden;
}

.wrap1000 {
    width: 1000px;
    margin: 0 auto;
}


/*  产品与服务 */

.indexCon {
    padding: 20px 0;
    overflow: hidden;
    margin: 0 auto;
}

.indexCon .title1 {
    font-size: 32px;
    color: #010101;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
}

.indexCon .title1 span {
    display: block;
    font-size: 14px;
}

.indexCon .title1 span a {
    background: url(../image/aicon.png) no-repeat right center;
    color: #999;
    padding-right: 20px;
    display: inline-block;
}

.indexCon .title1 a:hover {
    color: #e8312e;
}

.product {
    overflow: hidden;
    margin-bottom: 30px;
}

.iSerTitle {
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 45px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    font-weight: normal;
}

.iSerTitle1 {
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 45px;
    color: #333;
    margin-bottom: 5px;
    font-weight: normal;
}

.iserBox {
    width: 274px;
    float: left;
    overflow: hidden;
    margin-right: 34px;
}

.product .last {
    margin-right: 0;
}

.iSerList {
    width: 274px;
    margin: 0 auto;
}

.iSerList .iImg {
    width: 274px;
    height: 126px;
    overflow: hidden;
    display: block;
}

.iSerList .iImg img {
    width: 274px;
    height: 126px;
    transition: all 0.6s;
    transform: scale(1, 1);
}

.iSerList .iImg:hover img {
    transition: all 0.6s;
    transform: scale(1.1, 1.1);
}

.iSerList h3 {
    line-height: 18px;
    font-size: 15px;
    font-weight: normal;
    height: 25px;
    margin-top: 15px;
}

.iSerList h3 a {
    color: #242424;
    transition: all 0.4s;
}

.iSerList h3 a:hover,
.iSerList h3 a:hover,
.iSerList p a:hover {
    color: #e8312e;
    padding-left: 6px;
    transition: all 0.4s;
}

.iSerList p a {
    color: #969696;
    transition: all 0.4s;
}

.iSerTel {
    width: 274px;
    height: 254px;
    background: #e7e7e7;
    margin: 0 auto;
}

.iSerTel h3 {
    background: #333;
    padding: 11px 15px 0;
    text-align: center;
    font-weight: normal;
}

.iSerTel h3 span {
    display: block;
    font-size: 14px;
    color: #fff;
    height: 29px;
    line-height: 29px;
}

.iserTelA {
    padding: 20px;
}

.iserTelA h4 {
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
}

.atext {
    height: 45px;
    line-height: 45px;
    background: url(../image/dh.jpg) no-repeat left center;
    padding-left: 44px;
    font-size: 16px;
    border: none;
    color: #a9a9a9;
    border-bottom: 1px solid #666;
    display: block;
    font-family: "微软雅黑";
    width: 200px;
}

.asubt {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e8312e;
    font-size: 16px;
    color: #fff;
    border: none;
    font-family: "微软雅黑";
    margin: 15px auto 0;
    cursor: pointer;
}

.asubt:hover {
    background: #e60012;
    color: #fff;
}

.ptb40 {
    padding: 40px 0;
    overflow: hidden;
}

.ml28 {
    margin-left: 28px;
}


/*  首页案例 */

.cese {
    overflow: hidden;
    margin-bottom: 60px;
}

.cese .title {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    height: 40px;
}

.cese ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.cese li {
    float: left;
    width: 240px;
    position: relative;
    background: #fd4f4c;
    overflow: hidden;
}

.cese li img {
    width: 240px;
    transform: scale(1, 1);
    transition: all 0.3s;
}

.cese li.big {
    width: 480px;
}

.cese li.big img {
    width: 480px;
}

.cese li div {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 0.3s;
    top: 50%;
    margin-top: -40px;
    filter: alpha(opacity=0);
    z-index: 5;
}

.cese li div p {
    margin-bottom: 10px;
}

.cese li div span {
    border: 1px solid #fff;
    padding: 5px 0;
    border-right: none;
    border-left: none;
    display: inline-block;
    font-size: 16px;
}

.cese li:hover img {
    opacity: 0.1;
    filter: alpha(opacity=10);
    transform: scale(1.1, 1.1);
    transition: 0.3s;
}

.cese li:hover div {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.5s;
    filter: alpha(opacity=50);
}

.cese li.big:hover div {
    transform: scale(1.3, 1.3);
}

.cese .more {
    text-align: center;
    font-size: 16px;
}

.cese .more a {
    background: url(../image/cmore.png) no-repeat right 3px;
    padding-right: 30px;
    color: #f9000e;
    transition: all 0.5s;
}

.cese .more a:hover {
    color: #ff2632;
    padding-left: 15px;
    transition: all 0.5s;
}


/* 新闻中心 */

.maiNews {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.maiNews:nth-of-type(3) {
    margin-right: 0;
}

.maiNews h2 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-weight: normal;
}

.maiNews h2 a {
    float: right;
    height: 18px;
    padding-top: 11px;
}

.maiNews h2 a img {
    padding: 0;
    margin: 0;
    display: block;
}

.maiNews ul {
    padding-top: 10px;
}

.maiNews ul li {
    height: 35px;
    line-height: 35px;
    padding-right: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
}

.maiNews ul li a {
    display: block;
    width: 90%;
    height: 30px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    transition: all 0.4s;
}

.maiNews ul li a:hover {
    color: #e8312e;
    padding-left: 6px;
    transition: all 0.4s;
}

.maiNews ul li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 30px;
    width: 100px;
    color: #999;
    text-align: right;
    font-size: 12px;
}


/* 新闻中心 */

.maiNews1 {
    width: 378px;
    float: left;
}

.maiNews1 .item-img {
    float: left;
}

.maiNews1 .item-img img {
    width: 90px;
    height: 53px
}

.maiNews1 .item-info {
    float: left;
    width: 235px;
    height: 55px;
    padding-left: 6px;
}

.maiNews1 .item-info h4 span {
    float: right;
    width: auto;
}

.maiNews1 .item-info h4 a {
    width: 150px;
    float: none;
}

.maiNews1 .item-info p {
    line-height: 15px;
    color: #999999
}

.maiNews1 h2 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-weight: normal;
}

.maiNews1 h2 a {
    float: right;
    height: 18px;
    padding-top: 11px;
}

.maiNews1 h2 a img {
    padding: 0;
    margin: 0;
    display: block;
}

.maiNews1 ul {
    padding-top: 10px;
}

.maiNews1 ul li {
    height: 25px;
    line-height: 25px;
}

.maiNews1 ul li a {
    display: block;
    width: 240px;
    height: 25px;
    font-size: 12px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    transition: all 0.4s;
}

.maiNews1 ul li a:hover {
    color: #e8312e;
    padding-left: 6px;
    transition: all 0.4s;
}

.maiNews1 ul li span {
    display: block;
    height: 25px;
    width: 100px;
    float: right;
    color: #999;
    text-align: right;
    font-size: 12px;
}


/* 最新案例列表样式 */

.mainCaseB {
    background: url(../image/cbj.jpg) no-repeat center top #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mainCaseB h2 {
    text-align: center;
    font-size: 32px;
    line-height: 54px;
    color: #3a3a3a;
}

.mainCaseB h3 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    padding-top: 10px;
}

.caseBtitle {
    width: 100%;
    max-width: 1200px;
    margin: -10px auto 0;
    background: #fff;
    box-shadow: 1px 1px 3px #e3e3e3;
    padding: 10px;
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.caseBtitle ul {
    float: left;
}

.caseBtitle ul li {
    width: 90px;
    height: 35px;
    line-height: 35px;
    float: left;
    background: url(../image/flb.jpg) no-repeat left center;
    padding-left: 20px;
    margin-left: 30px;
    font-size: 14px;
}

.caseBtitle ul li.current {
    background: url(../image/flh.jpg) no-repeat left center;
}

.caseBtitle .caseBtitle_right {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
}

.caseBtitle span {
    display: block;
    float: right;
    height: 35px;
    line-height: 35px;
}

.caseBtitle span a {
    font-size: 14px;
    padding: 0 10px;
}

.caseBtitle span a:hover {
    color: #e8312e;
}

.caseBtitle .searchB {
    width: 360px;
    height: 35px;
    float: right;
}

.caseBtitle .searchB .text {
    width: 275px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: none;
    background: #ededed;
    color: #999;
    float: left;
    font-family: "微软雅黑";
    padding: 0 0 0 10px;
}

.caseBtitle .searchB .subt {
    width: 75px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #e8312e;
    border: none;
    font-size: 15px;
    color: #fff;
    float: left;
    font-family: "微软雅黑";
}

.caseBlist {
    width: 1140px;
    margin: 8px auto 0;
    background: #fff;
    box-shadow: 1px 1px 3px #e3e3e3;
    padding: 15px 30px;
    border-radius: 2px;
    overflow: hidden;
}

.caseBlist li {
    width: 14%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
}

.caseBlist li a:hover,
.caseBlist li a.current {
    color: #e8312e;
}

.caseBshow {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.caseBshow ul {
    /* width: 1250px; */
}

.caseBshow ul li {
    float: left;
    width: 24.25%;
    margin-top: 10px;
    margin-right: 1%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 4px #e3e3e3;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.caseBshow ul li:nth-of-type(4n) {
    margin-right: 0;
}

.caseBshow ul li .mPic {
    display: block;
}

.caseBshow ul li .mPic img {
    width: 100%;
    height: auto;
}

.caseBshow ul li .cTxt {
    padding: 15px 10px;
    font-size: 12px;
    color: #999;
    height: 95px;
    overflow: hidden;
}

.caseBshow ul li .cTxt span {
    display: block;
    font-size: 14px;
    display: block;
    color: #333;
    margin-bottom: 5px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.caseBshow ul li .cTxt span a {
    font-size: 14px;
    color: #333;
}

.caseBshow ul li .cTxt div {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.caseBshow ul li p {
    margin-top: 5px;
    color: #c5c5c5;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.caseBshow ul li .cxqin {
    padding: 5px 20px;
    border-top: 1px solid #ececec;
    overflow: hidden;
}

.caseBshow ul li .cxqin .linka {
    color: #e8312e;
    line-height: 14px;
    float: left;
}

.caseBshow ul li .cxqin .linkb {
    display: block;
    width: 16px;
    height: 14px;
    float: right;
    background: url(../image/la.png) no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.caseBshow ul li .cxqin .linkb:hover {
    background: url(../image/lah.png) no-repeat;
}

#pages {
    text-align: center;
    margin-top: 20px;
}

#pages span {
    padding: 5px;
    background-color: #E8312E;
    color: #fff;
    height: 35px;
    width: 65px;
    display: inline-block;
    line-height: 35px;
    margin-left: -1px;
}

#pages a {
    padding: 5px;
    width: 65px;
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #e5e5e5;
    height: 35px;
    line-height: 35px;
    margin-left: -1px;
}


/* 案例详细 */

.showCase {
    background: #fff;
    padding-bottom: 50px;
    overflow: hidden;
}

.casePctop {
    text-align: center;
    /* position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px; */
}

.ctopShow {
    width: 1920px;
    height: 720px;
    position: relative;
    margin-left: -960px;
    left: 50%;
}

.caseText {
    padding-top: 70px;
    text-align: left;
    padding-bottom: 55px;
}

.caseIco {
    margin-bottom: 20px;
}

.caseTextleft {
    width: 52%;
    max-width: 520px;
    float: left;
}

.textMain .caTitle {
    display: block;
    color: #000 !important;
    font-size: 20px;
    margin-bottom: 8px;
}

.textMain .caShow {
    color: #333333;
    font-size: 14px;
}

.caseTextright {
    width: 41%;
    max-width: 410px;
    float: right;
}

.caseRighttext ul li {
    display: block;
    margin-bottom: 15px;
}

.caseRighttext ul li span {
    color: #000 !important;
    font-size: 16px;
}

.caseRighttext ul li a:hover {
    color: #333 !important;
}

.caseRighttext ul li {
    color: #333333 !important;
    font-size: 16px;
}

.caseRighttext ul li a {
    color: #333333 !important;
    font-size: 16px;
    text-decoration: underline;
}

.showMain {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.showMain img {
    max-width: 100%;
    margin-top: 25px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .3);
}

.showTitle {
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    height: 35px;
    color: #333;
}

.caseFoot {
    background: #fff;
    width: 100%;
    height: 140px;
    border-top: 1px solid #d8d8d8;
    padding-top: 40px;
    text-align: center;
}

.caseFoot span {
    font-size: 25px;
    line-height: 30px;
}

.caseNews {
    padding-bottom: 40px
}

.caseNews h2 {
    font-size: 16px;
}

.caseNews .tie {
    margin-bottom: 20px;
}

.ctopShowA {
    background: #efefef;
}

.ctopShowA h3 {
    color: #13305c !important;
    font-size: 40px;
    display: block;
    padding-top: 40px;
    line-height: 60px;
}

.ctopShowA h4 {
    color: #13305c !important;
    font-size: 16px;
    display: block;
    text-indent: 14px;
    letter-spacing: 11px;
}

.showApic {
    width: 648px;
    height: 346px;
    margin: 40px auto 0;
    background: url(../image/mac.png) no-repeat;
    padding: 55px 32px 159px 30px;
}

.showApic img {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.casePageBtn {
    padding-top: 22px;
    text-align: center;
}

.zxBtn {
    background: #e8312e;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    float: left;
    color: #fff !important;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.zxBtn:hover {
    background: #c92724;
    color: #fff;
}

.zxBtna,
.fhBtn {
    background: #e8312e;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fhBtn {
    background: #666;
}

.zxBtna:hover,
.fhBtn:hover {
    background: #c92724;
    color: #fff;
}

.leftBtn {
    background: url(../image/rightbtn3.png) no-repeat;
    width: 68px;
    height: 136px;
    display: block;
    text-indent: -9999px;
    position: fixed;
    top: 56%;
    margin-top: -65px;
    left: 5%;
    _position: absolute;
}

.leftBtn:hover {
    background: url(../image/rightbtn3-hover.png) no-repeat;
}

.rightBtn {
    background: url(../image/rightbtn4.png) no-repeat;
    width: 68px;
    height: 136px;
    display: block;
    text-indent: -9999px;
    position: fixed;
    top: 56%;
    margin-top: -65px;
    right: 5%;
    _position: absolute;
}

.rightBtn:hover {
    background: url(../image/rightbtn4-hover.png) no-repeat;
}


/* 全网营销 */

.subNav {
    height: 28px;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 25px;
    background-color: #efefef;
}

.subNav a {
    height: 28px;
    display: inline-block;
    color: #fff;
    font: normal 12px/28px "宋体";
    background: #1b1f29;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 25px;
    padding: 0 25px;
    margin: 0 12px;
}

.subNav a:hover,
.subNav a.current {
    background: #e73633;
}

.wrap1100 {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.yuzhOne {
    margin-top: 15px;
    position: relative;
    height: 316px;
    padding-top: 88px;
    background: url(../image/yzhbj.jpg) no-repeat center top;
}

.yuzhOneL {
    width: 580px;
    height: 220px;
    float: left;
}

.yuzhOneL img {
    width: 185px;
    height: 210px;
    border: 5px solid #1b2430;
    float: left;
    margin-right: 35px;
}

.yuzhOneL h2 {
    font-family: "微软雅黑";
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
    background: url(../image/yzhline.jpg) no-repeat 230px bottom;
    padding-bottom: 30px;
}

.yuzhOneL p {
    padding-top: 20px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.yuzhOneR {
    margin-left: 60px;
    width: 560px;
}

.yuzhOneR img {
    width: 185px;
    height: 210px;
    border: 5px solid #d53831;
    float: left;
    margin-right: 35px;
}

.yuzhOneR h2 {
    background: url(../image/yzhlinet.jpg) no-repeat 230px bottom;
}

.yuzhTwo {
    text-align: center;
    font-family: "微软雅黑";
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #222;
    background: #f4f4f4;
    padding-bottom: 30px;
    padding-top: 60px;
}

.yuzhVs {
    margin-top: 15px;
    width: 457px;
    text-align: center;
}

.yuzhVs img {
    width: 457px;
    height: 603px;
    display: block;
}

.yuzhVs h2 {
    padding: 15px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #222;
}

.yuzhVs p {
    font-family: "宋体";
    font-size: 14px;
    line-height: 21px;
    color: #666;
}

.yuzhVsa {
    width: 186px;
    text-align: center;
    font-size: 160px;
    height: 603px;
    line-height: 603px;
    color: #e8312e;
}

.yuzhThree {
    height: 135px;
    text-align: center;
}

.yuzhBj {
    background: #f4f4f4;
    overflow: hidden;
}

.yuzhFour {
    height: 120px;
    background: url(../image/yxld.jpg) no-repeat center top;
    margin-top: 40px;
    text-align: center;
    padding-top: 30px;
}

.yuzhFour h2,
.yuzhFive h2 {
    font-size: 52px;
    line-height: 54px;
    font-weight: bold;
    color: #222;
}

.yuzhFour h2 span,
.yuzhFive h2 span {
    color: #e8312e;
}

.yuzhFour h3,
.yuzhFive h3 {
    font-size: 22px;
    line-height: 30px;
}

.yuzhTd {
    width: 285px;
    height: 193px;
    background: url(../image/sdyl.jpg) no-repeat;
    float: left;
    margin-top: 20px;
}

.tdr {
    margin-right: 20px;
}

.yuzhTd h2 {
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.yuzhTd p {
    padding: 25px 35px 0;
    font-family: "宋体";
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.yuzhFive {
    padding: 60px 0 35px;
    text-align: center;
    overflow: hidden;
}

.yuzhFive h2 {
    font-size: 42px;
}

.yuzhSix {
    height: 372px;
    background: url(../image/sdss.jpg) no-repeat center top;
}

.yuzhSixL {
    width: 381px;
    height: 372px
}

.yuzhSixR {
    width: 800px;
    color: #f1d727;
    font-size: 14px;
}

.yuzhSixR p {
    float: left;
    line-height: 22px;
}

.pcA {
    width: 180px;
    padding: 45px 10px 0;
    height: 90px;
}

.pcB {
    width: 180px;
    padding: 25px 10px 0;
    height: 65px;
}

.yuzhGw {
    background: url(../image/gwbj.jpg) no-repeat center top;
    height: 744px;
    padding-top: 84px;
}

.yuzhGw p {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 25px;
}

.yuzhGw .left {
    padding-right: 665px;
    text-align: right;
}

.yuzhGw .right {
    padding-left: 665px;
}

.yuzhCase {
    height: 730px;
    background: url(../image/cabj.jpg) no-repeat center top;
    padding-top: 149px;
}

.yuzhCase .w1200 {
    position: relative;
}

.caseTj {
    width: 1200px;
    height: 680px;
    overflow: hidden;
}

.caseTj .bd {
    width: 1200px;
    height: 680px;
    overflow: hidden;
}

.caseTj .bd ul {
    *width: 999999px;
}

.caseTj .bd li {
    width: 386px;
    height: 672px;
    border: 4px solid #ee6562;
    float: left;
    margin-right: 10px;
}

.caseTj .bd li a {
    width: 386px;
    height: 672px;
    display: block;
    position: relative;
    overflow: hidden;
}

.caseTj .hd a {
    display: block;
    width: 89px;
    height: 177px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
}

.caseTj .bd .desktop {
    position: absolute;
    left: 0;
    top: 0;
    width: 386px;
    height: 672px;
    overflow: hidden;
}

.caseTj .bd .desktop .inside {
    position: absolute;
    left: 0px;
    width: 386px;
    line-height: 0;
}

.caseTj .bd .desktop .inside {
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -ms-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
}

.caseTj .bd .desktop .inside img {
    width: 386px;
}

.caseTj .bd a:hover .desktop .inside {}

.caseTj .hd .next {
    background: url(../image/btn.png) no-repeat;
    position: absolute;
    top: 275px;
    left: -110px;
}

.caseTj .hd .prev {
    background: url(../image/btn.png) no-repeat 0 -177px;
    position: absolute;
    top: 275px;
    right: -110px;
}

.caseTj .hd .next:hover,
.caseTj .hd .prev:hover {
    opacity: 1;
}

.yuzhBuild {
    background: #f4f4f4;
    text-align: center;
    overflow: hidden;
}

.yuzhSeven {
    width: 1200px;
    margin: 30px auto 0;
}

.yuzhSeven .item {
    float: left;
    width: 300px;
    overflow: hidden;
    z-index: 10;
}

.yuzhSeven .item img {
    display: block;
    width: 300px;
    height: 235px;
    height: auto;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.yuzhSeven .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.yuzhSeven .s1 img,
.yuzhSeven .s6 img {
    width: 600px;
}

.yuzhSeven .s1,
.yuzhSeven .s6 {
    width: 600px;
}

.yuzhEight {
    width: 1200px;
    padding: 45px 0 70px;
    overflow: hidden;
    margin: 0 auto;
}

.yuzhEightL {
    width: 486px;
    padding-top: 34px;
    text-align: left;
}

.yuzhEightL h2 {
    height: 76px;
    padding-bottom: 35px;
}

.yuzhEightL .row {
    height: 41px;
    border-bottom: 2px solid #d0d0d0;
}

.yuzhEightL .row span {
    font-family: "宋体";
    font-size: 14px;
    color: #797979;
    display: block;
    width: 95px;
    height: 41px;
    line-height: 41px;
    float: left;
    background: url(../image/rwoline.jpg) no-repeat center right;
}

.rowText {
    width: 370px;
    height: 41px;
    line-height: 41px;
    margin-left: 10px;
    float: left;
    border: none;
    background: none;
}

.rowTwo {
    margin-top: 30px;
    height: 35px;
    float: right;
}

.rowTwo .submit {
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-family: "宋体";
    font-size: 14px;
    border: none;
    cursor: pointer;
    background: #e8312e
}

.rowTwo .submit:hover {
    background: #f04340;
    color: #fff;
}

.yuzhEightR {
    width: 567px;
    height: 340px;
    position: relative;
    background: url(../image/ceo.jpg) no-repeat;
}

.yuzhEightR p {
    padding: 45px 35px 0 220px;
    font-family: "宋体";
    font-size: 12px;
    text-align: left;
}

.yuzhEightR h2 {
    font-family: Impact, arial;
    font-size: 36px;
    color: #222;
    position: absolute;
    bottom: 40px;
    right: 35px;
}

.yuzhEightR h2 span {
    color: #e8312e;
}


/* 合作伙伴 */

.pageIclient {
    padding-bottom: 60px;
    background: #f6f6f6;
    overflow: hidden;
}

.iClientList {
    padding-top: 50px;
    overflow: hidden;
}

.iClientList .item {
    float: left;
    cursor: default;
    position: relative;
    width: 200px;
    height: 140px;
    overflow: hidden;
    cursor: pointer;
}

.iClientList .item img {
    display: block;
    position: absolute;
    width: 200px;
    height: 140px;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.iClientList .item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    opacity: 1;
}

.yzhBanner {
    width: 1920px;
    height: 446px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


/* 关于我们 */

.aboutBox1 {
    padding: 30px 0 120px 0;
    overflow: hidden;
}

.aboutBox1 .title {
    font-size: 24px;
    text-align: center;
    background: url(../image/icon.jpg) no-repeat center bottom;
    padding-bottom: 20px;
    line-height: 30px;
    margin-bottom: 60px;
    font-weight: bold;
}

.aboutBox1 .title span {
    color: #e8312e;
}

.aboutFont {
    height: 110px;
    font-size: 14px;
    color: #6a6a6a
}

.aboutFont h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #1b1f29;
}

.aboutFont h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b1f29;
}

.aboutFont p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.culture {
    background: url(../image/about_img2.jpg) no-repeat center top;
    height: 554px;
    overflow: hidden;
}

.culture .grWidth {
    padding-top: 150px;
    color: #fff;
}

.culture h2 {
    height: 85px;
    line-height: 85px;
    font-size: 24px;
    font-weight: bold;
}

.culture .c1 {
    padding-left: 110px;
    margin-bottom: 75px;
}

.culture .c2 {
    padding-left: 80px;
}

.aboutWarp {
    background: #f6f6f6;
    padding: 60px 0;
    overflow: hidden;
}

.evaluate {
    padding-bottom: 55px;
    overflow: hidden;
    position: relative;
}

.evaluate .title {
    font-size: 24px;
    background: url(../image/icon2.png) no-repeat 110px 10px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: -30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
}

.evaluate .title strong {
    color: #e8312e;
}

.evaluate .title span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.aHonor {
    background: url(../image/honor_bg.jpg) no-repeat center 16px;
    padding-bottom: 50px;
}

.aboutTitle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 40px;
}

.aboutTitle strong {
    color: #e8312e;
}

.aboutTitle span {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.aHonor_main {
    padding: 5px 45px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.aHonor_main li {
    float: left;
    width: 23.5%;
    background: #fff;
    text-align: center;
    margin-right: 2%;
    box-shadow: 0 0 3px #ccc;
}

.aHonor_main li img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
    display: block;
}

.aHonor_main li span {
    height: 40px;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aHonor_main li.last {
    margin-right: 0;
}

.glimpse {
    background: url(../image/honor_bg.jpg) no-repeat center 16px;
    text-align: center;
    padding-bottom: 70px;
}


/* 成品云网站建设 */

.colundBanner {
    background: url(../image/cloud_banner.jpg) no-repeat center top;
    height: 445px;
    overflow: hidden;
}

.colundBanner .font {
    padding: 65px 30px 0 660px;
}

.colundBanner h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.colundBanner h3 {
    font-size: 20px;
    margin: 10px 0 15px 0;
}

.colundBanner h3 span {
    color: #e73633;
}

.colundBanner p {
    font-size: 14px;
    color: #474747;
    font-family: "宋体";
    margin-bottom: 15px;
    line-height: 28px;
}

.colundBanner .more {
    display: inline-block;
    width: 120px;
    height: 35px;
    background: #e73633;
    text-align: center;
    color: #fff;
    font-family: "宋体";
    line-height: 35px;
}

.colundBanner .more:hover {
    background: #1b1f29;
}

.cloudBox1 {
    padding: 60px 0;
    overflow: hidden;
}

.cloudTitle {
    font-size: 24px;
    font-weight: bold;
    height: 60px;
}

.cloudTitle span {
    color: #e8312e;
    background: url(../image/icon2.png) no-repeat right center;
    padding-right: 25px;
}

.cloudBox1 ul {}

.cloudBox1 ul li {
    float: left;
    width: 190px;
    height: 85px;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px 20px;
    line-height: 20px;
    margin-right: 12px;
}

.cloudBox1 ul li .last {
    margin-right: 0;
}

.cloudBox1 ul li h3 {
    font-size: 18px;
    height: 30px;
    background: url(../image/coludline.jpg) no-repeat left bottom;
    font-weight: bold;
    margin-bottom: 10px;
}

.cloudBox2 {
    padding: 50px 0;
    background: #efefef;
    overflow: hidden;
}

.cloudBox2 table {
    background: #d1d1d1;
}

.cloudBox2 table th,
.cloudBox2 table td {
    background: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    height: 64px;
}

.cloudBox2 table th {
    background: #e8e8e8;
    font-size: 14px;
    font-weight: normal;
}

.cloudBox2 table .tr_2 td {
    color: #e8312e;
    font-weight: bold;
}

.cloudBox2 table .tr_3 td {
    color: #333;
}

.cloudBox2 table tr .th_1 {
    background: #e8312e;
    color: #fff;
}

.cloudBox2 table .th_3 {
    background: #fff;
}

.cloudBox3 {
    margin: 50px auto;
    overflow: hidden;
}

.cloudBox3 .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cloudBox3 .title span {
    color: #e8312e;
}

.cloudBox3 .p1 {
    margin-bottom: 45px;
}

.cloudBox3 li {
    background: url(../image/icon2.png) no-repeat right center;
    width: 190px;
    height: 158px;
    float: left;
    margin-right: 22px;
    overflow: hidden;
}

.cloudBox3 li span {
    display: inline-block;
    width: 138px;
    height: 158px;
    background: url(../image/process_bg.png) no-repeat;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    line-height: 158px;
}

.cloudBox3 li.last {
    margin-right: 0;
    background: 0;
    width: 158px;
}

.cloudBox3 li.c3 span {
    line-height: 20px;
    padding-top: 58px;
    height: 100px;
}

.cloudBox3 li:hover span {
    background: url(../image/process_bgh.png) no-repeat;
}

.cloudBox4 {
    background: #efefef;
    padding: 50px 0;
    overflow: hidden;
}

.cloudBox .cloudTitle {
    height: 40px;
}

.cloudBox4_top {
    overflow: hidden;
    margin-bottom: 40px;
    height: 25px;
}

.cloudBox4_top div {
    float: left;
    margin-right: 20px;
}

.cloudBox4_top span {
    height: 22px;
    background: #1b1f29;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    margin-right: 10px;
}

.cloudBox4_top a {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #c8c8c8;
}

.cloudBox4_top a:hover,
.cloudBox4_top .active {
    background: #1b1f29;
    border: 1px solid #1b1f29;
    color: #fff;
}

.cloudBox4_main {
    width: 1220px;
    overflow: hidden;
}

.cloudBox4_main ul {
    width: 1270px;
}

.cloudBox4_main ul li {
    float: left;
    width: 380px;
    margin-bottom: 40px;
    margin-right: 38px;
    overflow: hidden;
    box-shadow: 0 0 3px #d1d1d1;
}

.cloudBox4_main ul li .cImg {
    background: #fff;
    padding: 35px;
    border-bottom: 1px solid #eaeaea;
}

.cloudBox4_main ul li .cImg a {
    display: block;
    width: 310px;
    height: 520px;
    overflow: hidden;
}

.cloudBox4_main ul li img {
    width: 310px;
    height: auto;
    position: relative;
}

.cloudBox4_main ul li p {
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding: 0 35px;
}

.cloudBox4_main ul li p .more {
    float: right;
    background: url(../image/c_icon.png) no-repeat right center;
    padding-right: 20px;
    color: ##7b7b7b;
}

.cloudBox4_main ul li p .more:hover {
    color: #e8312e;
}

.backTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #e73633 url(../image/top_icon.png) no-repeat center center;
    display: none;
    z-index: 999;
}

.backTop:hover {
    background: #c0100d url(../image/top_icon.png) no-repeat center center;
}

.cloudBox4 .load {
    background: #e73633;
    display: inline-block;
    width: 1220px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-family: "宋体";
}

.cloudBox4 .load:hover {
    background: #c0100d;
}


/* 网站建设 */

.websiteBox1,
.websiteBox2,
.websiteBox3,
.websiteBox4 {
    background: url(../image/website_img1.jpg) no-repeat center top;
    height: 560px;
    overflow: hidden
}

.websiteFont {
    width: 475px;
    margin-top: 100px;
    background: url(../image/font_bg1.png) no-repeat left top;
    padding: 35px 0 0 35px;
    overflow: hidden;
}

.websiteFont h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
}

.websiteFont h2 span {
    color: #e8312e;
}

.websiteFont h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.websiteFont div {
    margin-bottom: 30px;
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
}

.websiteFont .btn {
    height: 35px;
    line-height: 35px;
}

.websiteFont .btn a {
    display: inline-block;
    width: 110px;
    height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 25px;
    background: #e8312e;
}

.websiteFont .btn .btn2 {
    background: #1b1f29;
}

.websiteFont .btn a:hover {
    background: #c0100d;
    transition: all 0.3s;
}

.websiteBox2,
.websiteBox4 {
    background: url(../image/website_img2.jpg) no-repeat center top;
    height: 590px;
}

.websiteFont2,
.websiteFont4 {
    text-align: right;
    background: url(../image/font_bg2.png) no-repeat right top;
    float: right;
    padding: 35px 35px 0 0;
}

.websiteFont2 div,
.websiteFont4 div {
    text-align: left;
}

.websiteBox3 {
    background: url(../image/website_img3.jpg) no-repeat center top;
}

.websiteFont3 {
    color: #fff;
}

.websiteFont3 h2 {
    color: #fff;
}

.websiteFont3 .btn .btn2 {
    background: #fff;
    color: #1b1f29;
}

.websiteFont3 .btn .btn2:hover {
    color: #fff;
}

.websiteBox4 {
    background: url(../image/website_img4.jpg) no-repeat center top;
}

.websiteBox5 {
    padding: 70px 0;
    background: #f8f8f8;
    overflow: hidden
}

.websiteTitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
}

.websiteTitle strong {
    color: #e8312e;
}

.websiteBox5_main {
    padding-top: 20px;
}

.websiteBox5_main li {
    float: left;
    padding: 35px 0 30px 0;
    width: 35%;
    height: auto;
    border-bottom: 1px dashed #b6b7b8;
    /* padding-right: 115px; */
    padding-right: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.websiteBox5_main li:nth-of-type(3n) {
    width: 30%;
    padding-right: 0;
}

.websiteBox5_main li span {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(../image/website_icon.png) no-repeat;
    float: left;
}

.websiteBox5_main li div {
    width: 80%;
    max-width: 275px;
    margin-left: 55px;
    color: #848484;
}

.websiteBox5_main li div h3 {
    font-size: 22px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    color: #1b1f29;
    margin-bottom: 5px;
}

.websiteBox5_main li div p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.websiteBox5_main li.w2 span {
    background-position: -46px 0;
}

.websiteBox5_main li.w3 span {
    background-position: -92px 0;
}

.websiteBox5_main li.w4 span {
    background-position: -138px 0;
}

.websiteBox5_main li.w5 span {
    background-position: -184px 0;
}

.websiteBox5_main li.w6 span {
    background-position: -230px 0;
}

.websiteBox5_main li.w7 span {
    background-position: -276px 0;
}

.websiteBox5_main li.w8 span {
    background-position: -322px 0;
}

.websiteBox5_main li.w9 span {
    background-position: -368px 0;
}

.websiteBox5_main li.w3,
.websiteBox5_main li.w6,
.websiteBox5_main li.w9 {
    padding-right: 0;
}

.websiteBox6 {
    background: url(../image/website_img5.jpg) no-repeat center top;
    height: 605px;
}

.websiteBox6 .websiteTitle {
    color: #fff;
    padding-top: 55px;
    margin-bottom: 15px;
}

.websiteBox6 .p01 {
    font-size: 16px;
    color: #9ca3b2;
}

.websiteBox7 {
    padding: 55px 0;
    overflow: hidden;
}

.websiteTitle span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
}

.websiteBox7 ul {
    overflow: hidden;
}

.websiteBox7 li {
    float: left;
    background: #1b1f29 url(../image/w_icon1.png) no-repeat 25px center;
    height: 160px;
    padding: 25px;
    overflow: hidden;
    padding-left: 145px;
    width: 32%;
    color: #b7b7b7;
    border-radius: 5px;
    margin-right: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.websiteBox7 li:nth-of-type(3n) {
    margin-right: 0;
}

.websiteBox7 li h3 {
    color: #fff;
    font-size: 18px;
    height: 30px;
    `
}

.websiteBox7 li.w2 {
    background: #1b1f29 url(../image/w_icon2.png) no-repeat 25px center;
}

.websiteBox7 li.w3 {
    background: #1b1f29 url(../image/w_icon3.png) no-repeat 25px center;
    margin-right: 0;
}

.websiteBox8 {
    padding-bottom: 55px;
    overflow: hidden;
    padding-top: 10px;
}

.websiteBox8 .font {
    font-size: 16px;
    line-height: 36px
}

.websiteBox8 .font span {
    color: #e8312e;
}

.websiteBox8 .btn {
    text-align: center;
    margin-top: 40px;
}

.websiteBox8 .btn a {
    display: inline-block;
    width: 315px;
    height: 45px;
    text-align: center;
    background: #e8312e;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    line-height: 45px;
}

.websiteBox8 .btn a:hover {
    background: #1b1f29;
    transition: all 0.3s;
}


/* 新闻列表样式 */

.pageContent {
    background: #f2f2f2;
    padding: 10px 0;
    margin-top: 20px;
    overflow: hidden;
}

.newsList li {
    margin-bottom: 35px;
    overflow: hidden;
}

.newsList a {
    display: block;
}

.newsList .dateL {
    float: left;
    width: 156px;
    height: 94px;
    color: #a8a9ab;
    background: url(../image/datebj.png) no-repeat;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    padding-right: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.newsList a:hover .dateL {
    background-position: 0 -94px;
    color: #fff;
}

.newsList .dateL span {
    display: block;
    font-size: 54px;
    line-height: 58px;
    font-weight: bold;
}

.newsList .dateL i {
    font-style: normal;
    font-size: 20px;
}

.newsList .itemC {
    float: right;
    width: 980px;
    height: 155px;
    background: #fff;
    box-shadow: 0 0 2px #e6e6e6;
    padding-left: 20px;
}

.newsList .itemC h2 {
    font-family: "微软雅黑";
    font-size: 17px;
    padding: 20px 0;
    color: #1b1f29;
    font-weight: bold;
    float: left;
    width: 635px;
}

.newsList a:hover .itemC h2,
.newsList a:hover .itemCtwo h2 {
    color: #e8312e;
}

.newsList .itemC p {
    line-height: 20px;
    color: #666;
    width: 635px;
    font-family: "宋体";
}

.newsList .itemC .moreR {
    width: 184px;
    height: 155px;
    display: block;
    float: right;
    background: url(../image/more.jpg) no-repeat center;
    border-left: 1px solid #e8e8e9;
    margin-left: 60px;
}

.newsList a:hover .itemC .moreR {
    background: url(../image/morehover.jpg) no-repeat center;
}

.newsList .itemCtwo {
    float: right;
    width: 85%;
    max-width: 1010px;
    height: 140px;
    background: #fff;
    box-shadow: 0 0 2px #e6e6e6;
    padding: 8px 60px 7px 8px;
    padding-left: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.newsList .itemCtwo img {
    display: block;
    float: left;
    padding-right: 45px;
    height: 140px;
}

.newsList .itemCtwo h2 {
    font-family: "微软雅黑";
    font-size: 17px;
    padding: 20px 0;
    color: #1b1f29;
    font-weight: bold;
}

.newsList .itemCtwo p {
    line-height: 20px;
    color: #666;
    font-family: "宋体";
}

.newsList a:hover .itemCtwo h2 {
    color: #e8312e;
}


/* 新闻详细 */

.pageNews {
    padding: 0 10px;
    background: #f9f9f9;
    overflow: hidden;
}

.newsDetailed {
    border-bottom: 1px solid #dee1e2;
    padding: 80px 0 50px;
    text-align: center;
}

.newsDetailed h3 {
    font-size: 25px;
    line-height: 30px;
    color: #4a4a4a;
}

.newsDetailed h4 {
    font-size: 14px;
    font-family: "微软雅黑";
    padding-top: 25px;
    color: #717171;
}

.newsDetailed h4 span {
    padding: 0 15px;
}

.newsDetaitshow {
    width: 90%;
    max-width: 980px;
    margin: 0px auto;
    padding: 60px 0px;
    color: #333333;
    line-height: 30px;
    font-size: 14px;
}

.newsPage {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 20px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0px;
    overflow: hidden;
}

.newsPage dl {
    margin: 0px;
    padding: 0px;
}

.newsPage dl dt {
    float: left;
    font-size: 14px;
    color: #404040;
    line-height: 26px;
}

.newsPage dl dt a {
    color: #404040;
}

.newsPage dl dt a:hover {
    color: #007bc4;
}

.newsPage dl dd {
    float: right;
    padding-top: 5px;
}

.newsPage a.return {
    background: #e73633;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    padding: 8px 30px;
}


/* 加入我们 */

.jobCon {
    padding-bottom: 50px;
}

.jobConTitle {
    height: 71px;
    background: url(../image/jobsbj.jpg) no-repeat;
}

.jobConTitle h2 {
    width: 226px;
    line-height: 71px;
    height: 71px;
    float: left;
    padding-left: 110px;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #fff;
    padding-right: 45px;
}

.jobConTitle span {
    float: left;
    display: block;
    width: 72px;
    height: 54px;
    padding-top: 17px;
}

.jobConNr {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e8e8e8
}

.jobConNr h3 {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e8e8e8;
    font-family: "宋体";
    font-size: 12px;
}

.jobConNr h3 b {
    color: #e8312e;
}

.conNr p {
    padding-top: 20px;
    font-family: "宋体";
    font-size: 12px;
    color: #666
}

.jobCon a.delivery {
    display: block;
    margin: 25px auto 0;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background: #e8312e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jobCon a:hover.delivery {
    background: #db1512;
    color: #fff;
}


/* 誉字号页面在线咨询 */

.yzhKef {
    width: 157px;
    position: fixed;
    right: 1px;
    top: 170px;
}

.kef_top {
    height: 130px;
    background: url(../image/kf_top.png) no-repeat;
}

.kef_cont {
    background: url(../image/kf_content.png) repeat-y;
    padding: 10px 10px 5px;
}

.kef_cont p {
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.cont_tel {
    background: url(../image/kf_tel.png) no-repeat;
}

.cont_mob {
    background: url(../image/kf_mob.png) no-repeat;
}

.cont_qq {
    background: url(../image/kf_qq.png) no-repeat;
}

.kef_code {
    padding: 10px 0;
    text-align: center;
    background: url(../image/kf_cbj.png) repeat-y;
}

.kef_code img {
    border: 3px solid #fff;
    margin: 0;
    padding: 0;
}

.kef_code span {
    font-family: "宋体";
    color: #fff;
    display: inline-block;
}

.kef_line {
    height: 32px;
    background: url(../image/kf_line.png) no-repeat;
}

.kef_dzx {
    height: 90px;
}

.kef_dtel {
    height: 32px;
    background: url(../image/kf_btel.png) no-repeat;
    text-align: center;
    color: #fff836;
    padding-top: 15px;
    font-size: 18px;
}


/* 内页公用 */

.yuzhTitle {
    text-align: center;
    font-family: "微软雅黑";
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #222;
    background: url(../image/icon.jpg) no-repeat center bottom;
    padding-bottom: 30px;
}

.pageTitle {
    text-align: center;
    padding: 30px 0 50px 0;
}

.pageTitle h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px
}

.pageTitle h2:before,
.pageTitle h2:after {
    display: inline-block;
    content: " ";
    height: 14px;
    vertical-align: top;
    border-bottom: 2px solid #dfdfdf;
    width: 12%;
}

.pageTitle h2:before {
    margin-right: 10px;
}

.pageTitle h2:after {
    margin-left: 10px;
}

.pageTitle h3 {
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    color: #9f9e9e;
    font-size: 12px;
    line-height: 18px;
}

.QQcustomer {
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 9999;
    cursor: pointer;
    width: 136px;
    height: 136px;
}

.QQcustomer span {
    display: block;
    width: 10px;
    height: 9px;
    right: 0;
    top: 0;
    cursor: pointer;
    position: absolute;
    background: url(../image/qqcustomer_span.png) no-repeat;
    z-index: 33;
}

.QQcustomer .big {
    position: relative;
    width: 100%;
    height: 136px;
}

.QQcustomer .big img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
}


/* 增值服务 */

.zzfwBanner {
    width: 1920px;
    height: 440px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.zzfwBox1 {
    padding: 45px 0 30px 0;
}

.zzfwBox1 .title {
    text-align: center;
    font-size: 25px;
    color: #676767;
    font-weight: normal;
}

.zzfwBox1 .title span {
    display: block;
    font-size: 40px;
    color: #1d1d1d;
    font-weight: bold;
    line-height: 40px;
    margin-top: 15px;
}

.zzfwBox1 .title strong {
    color: #e8312e;
}

.zzfwBox1_ul {
    width: 1220px;
    overflow: hidden;
    margin-top: 40px;
}

.zzfwBox1_ul ul {
    width: 1260px;
}

.zzfwBox1_ul li {
    float: left;
    background: #efefef;
    padding: 30px 30px 30px 25px;
    height: 110px;
    overflow: hidden;
    width: 335px;
    font-size: 12px;
    color: #666;
    border: 1px solid #e9e9e9;
    margin: 0 21px 35px 0;
}

.zzfwBox1_ul li img {
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 15px;
    transition: all 0.5s;
}

.zzfwBox1_ul li h3 {
    font-size: 18px;
    color: #333333;
    height: 35px;
}

.zzfwBox1_ul li:hover {
    background: #f6f6f6;
    transition: all 0.8s;
    box-shadow: 0 0 5px 2px #fff inset;
}

.zzfwBox1_ul li:hover img {
    margin-top: -8px;
    transition: all 0.5s;
}

.zzfwBox2 {
    background: url(../image/gkk_bg.jpg);
    padding: 60px 0;
    overflow: hidden;
}

.zzfwBox2 .title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}

.zzfwBox2 .title span,
.zzfwBox2 .title strong {
    display: block;
    margin-top: 15px;
}

.zzfwBox2 .title strong {
    font-size: 36px;
    line-height: 36px;
    color: #d82421;
    letter-spacing: 0px;
}

.zzfwBox2_ul {
    margin-top: 40px;
    overflow: hidden;
}

.zzfwBox2_ul li {
    float: left;
    width: 242px;
    height: 130px;
    padding: 20px 70px 20px 0;
    background: #fff url(../image/gkk_bg2.jpg) no-repeat right center;
    line-height: 20px;
    margin-bottom: 30px;
    color: #1b1f29;
}

.zzfwBox2_ul li h3 {
    height: 30px;
    line-height: 30px;
    background: #e8312e;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
}

.zzfwBox2_ul li span {
    display: block;
    color: #e8312e;
    margin-bottom: 5px;
}

.zzfwBox2_ul li.left {
    padding-left: 20px;
}

.zzfwBox2_ul li.right {
    background: #fff;
    padding-right: 20px;
}

.zzfwBox2_ul li.last {
    background: none;
    width: 400px;
    margin-left: 70px;
}

.zzfwBox2_ul li.last h4 {
    font-size: 36px;
    line-height: 36px;
    color: #585d67;
    line-height: 130px;
}

.zzfwBox2_font {
    background: #fff;
    height: 115px;
}

.zzfwBox2_font .left {
    padding: 15px 0 0 30px;
    font-size: 14px;
    color: #2c2c2c;
}

.zzfwBox2_font .left h3 {
    font-size: 22px;
    font-weight: normal;
    color: #e8312e;
    height: 35px
}

.zzfwBox2_font .left .sp1 {
    width: 230px;
    display: inline-block;
}

.zzfwBox2_font .fr {
    width: 315px;
    background: #e8312e;
    height: 115px;
    text-align: center;
}

.zzfwBox2_font .fr a {
    display: inline-block;
    width: 190px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 30px;
    background: #ae1c1a;
    margin-top: 25px;
    transition: all 0.3s;
}

.zzfwBox2_font .fr a:hover {
    box-shadow: 0 0 8px #fff inset;
    transition: all 0.3s;
}

.zzfwBox3 {
    padding: 40px 0;
    overflow: hidden;
}

.zzfwBox3 .title,
.zzfwBox4 .title {
    text-align: center;
    color: #323232;
    font-weight: normal;
    font-size: 18px;
}

.zzfwBox3 .title strong,
.zzfwBox4 .title strong {
    display: block;
    color: #e8312e;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.zzfwBox3_main {
    width: 1920px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

.zzfwBox3_main li {
    float: left;
    width: 479px;
    height: 374px;
    margin-right: 1px;
    margin-bottom: 1px;
    overflow: hidden;
}

.zzfwBox3_main li img {
    width: 479px;
    height: 374px;
    transition: all 0.6s;
    transform: scale(1, 1);
}

.zzfwBox3_main li:hover img {
    transition: all 0.6s;
    transform: scale(1.1, 1.1);
}

.zzfwBox4 {
    padding-bottom: 50px;
    overflow: hidden;
}

.zzfwBox4_main {
    background: url(../image/jxkh_bg.jpg);
    padding: 45px 0 0 0;
    overflow: hidden;
    margin-top: 25px;
}

.zzfwBox4_main .left {
    width: 470px;
    height: 420px;
    background: url(../image/jxkh_bg2.png) no-repeat;
    padding: 25px 21px 0 21px;
}

.zzfwBox4_main .left img {
    width: 470px;
    height: 265px;
}

.zzfwBox4_main .right {
    width: 580px;
    float: right;
    color: #fff;
    font-size: 14px;
}

.zzfwBox4_main .right h3 {
    font-size: 30px;
    line-height: 30px;
    height: 50px;
    font-weight: bold;
}

.zzfwBox4_main .right h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.zzfwBox4_main .right .p1 {
    font-size: 18px;
    margin-bottom: 25px;
}

.zzfwBox4_main .right .p1 a {
    color: #fff;
    border-bottom: 1px solid #a5a8ae;
}

.zzfwBox4_main .right .p1 a:hover {
    border-bottom: 1px solid #fff;
}

.zzfwBox4_main .right .font {
    line-height: 28px;
    height: 170px;
    margin-bottom: 10px;
    overflow: hidden;
}

.zzfwBox4_main .right .font p {
    text-indent: 2em;
}

.zzfwBox4_main .right .btn a {
    display: inline-block;
    width: 155px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 20px;
    margin-right: 20px;
    transform: all 0.3s;
}

.zzfwBox4_main .right .btn a:hover {
    background: #e8312e;
    color: #fff;
    transform: all 0.3s;
}

.zzfwBox5 {
    background: #efefef;
    overflow: hidden;
    padding-top: 50px;
}

.zzfwBox5 .title {
    text-align: center;
    font-size: 18px;
    color: #686868;
    margin-bottom: 40px;
}

.zzfwBox5 .title span {
    display: block;
    font-size: 36px;
    color: #1b1f29;
    font-weight: normal;
    margin-top: 5px;
    line-height: 48px;
}

.zzfwBox5 .title strong {
    color: #e8312e;
    display: inline-block;
    border-bottom: 1px solid #e8312e;
}

.zzfwForm {
    width: 610px;
    background: #fff;
    overflow: hidden;
}

.zzfwForm .top {
    background: #e8312e;
    color: #fff;
    height: 100px;
    padding: 15px 0 0 30px;
    font-size: 14px;
}

.zzfwForm .top h5 {
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 30px;
}

.zzfwForm .top h5 span {
    font-size: 30px;
}

.zzfwForm_main {
    padding: 30px 30px 60px 30px;
    overflow: hidden;
}

.zzfwForm_main input {
    display: block;
    height: 45px;
    line-height: 45px;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
    width: 498px;
    background: #fff url(../image/form_icon.png) no-repeat 10px 0;
    padding-left: 50px;
    font-size: 14px;
}

.zzfwForm_main .f2 {
    background-position: 10px -52px;
}

.zzfwForm_main .f3 {
    background-position: 10px -103px;
}

.zzfwForm_main .f4 {
    display: inline-block;
    width: 160px;
    margin-right: 5px;
    background: #fff;
    padding-left: 10px;
}

.zzfwForm_main .f5 {
    border: none;
    background: #e8312e;
    border-bottom: 3px solid #c9211e;
    height: 67px;
    line-height: 67px;
    border-radius: 0 0 0 5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transform: all 0.5s;
}

.zzfwForm_main input:focus {
    border: 1px solid #e8312e;
}

.zzfwForm_main .f5:hover {
    background: #333;
    transform: all 0.5s;
    border-bottom: 3px solid #111;
}

.zzfwForm2 .zzfwForm_main {
    background: #efefef;
    border: 1px solid #e1e1e1;
    border-bottom: none;
}

.zzfwForm2 .top {
    background: #1b1f29;
}


/* 联系我们 */

.contactMap {
    background: url(../image/map_bg.jpg) no-repeat center top;
    height: 505px;
    overflow: hidden;
    padding-top: 75px;
}

.mapMain {
    background: url(../image/map.png) no-repeat center top;
    height: 460px;
    width: 600px;
    position: relative;
}

.mp {
    position: absolute;
    cursor: pointer;
    background: url(../image/fi1.png) no-repeat 4px 18px;
    width: 24px;
    height: 63px;
    transition: all 0.2s;
}

.mp:hover {
    background: url(../image/fi2.png) no-repeat 4px 18px;
    transition: all 0.2s;
}

.mp:hover .find_mi1 {
    color: #e8312e;
}

.hover_tu {
    background: url(../image/fi2.png) no-repeat 4px 18px;
}

.mp .mito {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #666;
}

.mp .find_mi1 {
    left: -12px;
    width: 55px;
    text-align: center;
    text-shadow: 0 0 1px #fff;
    color: #333
}

.mp .find_mi2 {
    left: -5px;
    width: 55px;
}

.feng {
    position: absolute;
    display: none;
    width: 347px;
    height: 85px;
    left: -230px;
    top: -78px;
    background: url(../image/vf1.png) no-repeat 0 top;
    z-index: 10;
}

.feng img {
    width: 80px;
    height: 60px;
}

.feng .sang {
    position: absolute;
    left: 235px;
    bottom: 0px;
    background: url(../image/vf2.png) no-repeat 0 0;
    width: 14px;
    height: 8px;
}

.feng .tree {
    height: 62px;
    width: 330px;
    margin: 9px;
}

.feng .tree .boou {
    width: 86px;
    height: 62px;
    float: left;
}

.feng .tree .du_size {
    float: right;
    height: 62px;
    width: 230px;
}

.feng .tree .du_size p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

.mp1 {
    right: 106px;
    top: 300px;
}

.mp2 {
    right: 136px;
    top: 295px;
}

.mp3 {
    right: 155px;
    top: 245px;
}

.mp4 {
    right: 287px;
    top: 210px;
}

.mp5 {
    right: 100px;
    top: 190px;
}

.mp6 {
    right: 160px;
    top: 200px;
}

.mp1 {
    background: url(../image/fi3.png) no-repeat 0 5px;
}

.mp1:hover {
    background: url(../image/fi3.png) no-repeat 0 5px;
    transition: all 0.2s;
}

.mp1 .find_mi1 {
    color: #e8312e;
    font-weight: bold;
    font-size: 13px;
}

.lxwmBox1 {
    padding: 60px 0;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

.lxwmBox1 h2 {
    font-size: 34px;
    color: #1b1f29;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: bold;
}

.lxwmBox1 h3 {
    font-size: 20px;
    color: #747474;
    font-weight: normal;
    margin-bottom: 30px;
}

.lxwmBox1 h3 strong {
    font-size: 36px;
    color: #e8312e;
    line-height: 36px;
}

.lxwmBox1 .left {
    width: 55%;
    max-width: 630px;
    overflow: hidden;
}

.lxwmBox1 li {
    font-size: 18px;
    color: #5b5b5b;
    padding: 15px 0;
    border-bottom: 1px dashed #cac9c9;
    background: url(../image/conatct_icon1.png) no-repeat left center;
    padding-left: 45px;
}

.lxwmBox1 li.c2 {
    background: url(../image/conatct_icon2.png) no-repeat left center;
}

.lxwmBox1 li.c3 {
    background: url(../image/conatct_icon3.png) no-repeat left center;
}

.lxwmBox1 li.c4 {
    background: url(../image/conatct_icon4.png) no-repeat left center;
}

.lxwmBox1 li a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #1b1f29;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    padding: 0 20px;
    margin-left: 15px;
}

.lxwmBox1 li a:hover {
    background: #e8312e;
}

.lxwmBox1 .right {
    float: right;
    width: 43%;
    max-width: 520px;
    font-size: 18px;
    color: #a0a0a0;
}

.lxwmBox1 .right div.fl {
    padding-right: 35px;
    border-right: 1px solid #e5e5e5;
    margin-right: 35px;
}

.lxwmBox1 .right img {
    width: 200px;
    height: 200px;
    padding: 10px;
    border: 1px dashed #d6d6d6;
}

.lxwmBox1 .right h3 {
    font-size: 32px;
    line-height: 40px;
    color: #e8312e;
    margin-bottom: 15px;
}

.lxwmBox2 {
    background: #f4f4f4;
    padding: 50px 0 70px 0;
    overflow: hidden;
}

.lxwmBox2 .title {
    font-size: 36px;
    color: #1b1f29;
    line-height: 36px;
    font-weight: bold;
}

.lxwmBox2_main {
    margin-top: 30px;
    overflow: hidden;
}

.lxwmBox2_main ul {
    width: 1280px;
}

.lxwmBox2_main li {
    float: left;
    width: 575px;
    margin-right: 16px;
    height: 109px;
    padding: 25px;
    padding-left: 0;
    font-size: 14px;
    color: #3b3b3b;
    border: 1px solid #f4f4f4;
    transition: all 0.5s;
}

.lxwmBox2_main li img {
    width: 109px;
    height: 109px;
    float: left;
    margin-right: 20px;
}

.lxwmBox2_main li h4 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.lxwmBox2_main li span {
    margin-right: 15px;
}

.lxwmBox2_main li:hover {
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    padding-left: 25px;
    transition: all 0.5s;
    width: 550px;
}

.fuwu {
    margin-bottom: 30px;
    overflow: hidden;
}

.fuwu h5 {
    padding-top: 10px;
    text-align: center;
}

.fuwu h5 a {
    display: block;
    color: #FFF;
    background-color: #e8312e;
    padding: 7px;
    width: 143px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.fuwu h5 a:hover {
    background: #333;
    transition: all 0.3s;
}

.fuwu .zzfwBox1_ul {
    margin-top: 20px;
}

.fuwu .zzfwBox1_ul li {
    margin: 0 19px 20px 0;
    padding: 30px 25px
}


/* e+ */


/* 顶部 */

.e1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.eNav {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: #fff url(../image/opc.png);
    position: fixed;
    z-index: 999;
    overflow: hidden;
}

.aNav_main {
    width: 1200px;
    margin: 0 auto;
}

.eNav h1 {
    font-size: 18px;
    font-weight: normal;
    color: #3c3c3c;
}

.eNav .menu {
    width: 330px;
    margin-left: 340px;
    font-size: 16px;
    color: #a0a0a0;
}

.eNav .menu li {
    float: left;
    width: 72px;
    text-align: center;
}

.eNav .menu li a {
    color: #a0a0a0;
}

.eNav .menu li .current,
.eNav .menu li a:hover {
    color: #3c3c3c;
}

.eNav .btn {
    float: right;
    width: 330px;
    margin-top: 15px;
}

.eNav .btn span,
.eNav .btn a {
    float: left;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #df003a;
    text-align: center;
    font-size: 16px;
    color: #df003a;
    margin-left: 10px;
    cursor: pointer;
}

.eNav .btn span:hover,
.eNav .btn a:hover {
    background: #df003a;
    color: #fff;
    transition: all 0.3s;
}

.eline {
    height: 60px;
    width: 100%;
}

.ebox {
    font-size: 14px;
    overflow: hidden;
    line-height: 26px;
    height: 768px;
}

.eTitle {
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    height: 45px;
    font-family: 'SiYuan-ExtraLig29ec0814e53d6';
    font-weight: bold;
}

.ebox .more,
.ebox .more2,
.eBtn {
    color: #e50000;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;
}

.ebox .more:hover,
.more2:hover,
.eBtn:hover {
    text-decoration: underline;
}

.ebox1 {
    background: url(../image/ebox1_bg.jpg) repeat-x;
    background: linear-gradient(#151724, #36415a);
}

.box1_font {
    position: absolute;
    top: 115px;
    left: 0;
    color: #fff;
    width: 540px;
}

.box1_img img {
    position: absolute;
    right: 0;
    bottom: 50px;
    height: 690px;
}

.box1_img .eimg2 {
    right: 305px;
    bottom: 40px;
    height: 580px;
}

.box1_img .eimg3 {
    right: 600px;
    bottom: 40px;
    height: 480px;
}

.ebox2 {
    height: 735px;
    padding-top: 43px;
    background: #fff;
}

.box2_font .eTitle,
.box4_font .eTitle {
    color: #000;
    height: 45px;
}

.box2_font {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
}

.box2_font .more {
    margin-top: 10px;
}

.ebox2 .img4 {
    position: absolute;
    top: 180px;
    left: 270px;
    height: 510px;
}

.ebox2 .img5 {
    position: absolute;
    bottom: 85px;
    left: 150px;
    height: 400px;
}

.ebox2 .img6 {
    position: absolute;
    bottom: 75px;
    right: 285px;
    height: 300px;
}

.ebox2 .img7 {
    position: absolute;
    bottom: 120px;
    right: 225px;
    height: 38px;
}

.ebox2 .img8 {
    position: absolute;
    bottom: 120px;
    right: 175px;
    height: 38px;
}

.ebox3 {
    background: #f6f6f6;
    height: 688px;
    padding-top: 80px;
}

.box3_font,
.box6_font {
    color: #6d6d6d;
}

.ebox3 .img9 {
    position: absolute;
    top: 150px;
    left: 0;
    width: 1200px;
    height: 400px;
}

.ebox3 .img10 {
    position: absolute;
    top: 378px;
    right: 220px;
}

.ebox3 h4 {
    font-size: 115px;
    color: #000;
    font-family: Arial;
    line-height: 115px;
    z-index: 10;
    right: 45px;
    top: 215px;
    position: absolute;
    font-weight: normal;
}

.ebox3 .tie {
    font-size: 30px;
    color: #a7a7a7;
    font-weight: normal;
    line-height: 30px;
    z-index: 10;
    position: absolute;
    top: 395px;
    left: 340px;
    animation: myfirst 4s linear 2s infinite alternate;
}

@keyframes myfirst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    50% {
        color: #e0002a;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

.box4_font {
    top: 225px;
    left: 0;
    position: absolute;
    z-index: 10;
    color: #6d6d6d;
}

.ebox4 .img9 {
    position: absolute;
    right: -360px;
    top: 45px;
    height: 800px;
}

.ebox4 .img10 {
    position: absolute;
    top: 80px;
    left: 265px;
    z-index: 5;
}

.ebox4 .img11 {
    position: absolute;
    top: 65px;
    left: 295px;
    z-index: 4;
}

.ebox4 .img12 {
    position: absolute;
    top: 160px;
    left: 600px;
    z-index: 3;
}

.ebox4 .font2 p {
    text-align: center;
    position: absolute;
    z-index: 8;
    top: 460px;
    left: 275px;
    background: url(../image/e_line.png) repeat-y center 15px;
    font-size: 0;
    line-height: 0;
}

.ebox4 .font2 p i {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../image/e_line2.png) no-repeat;
}

.ebox4 .font2 p span {
    display: block;
    color: #6d6d6d;
    background: #fff;
    font-size: 14px;
    margin-top: 140px;
    line-height: 24px;
}

.ebox4 .font2 .p2 {
    top: 420px;
    left: 480px;
}

.ebox4 .font2 .p2 span {
    margin-top: 280px;
}

.ebox4 .font2 .p3 {
    top: 585px;
    left: 675px;
}

.ebox5 {
    background: url(../image/img14.jpg) no-repeat center top;
    height: 700px;
    padding-top: 68px;
}

.ebox5 .box5_font {
    color: #fff;
}

.ebox5 .box5_font h3 {
    color: #fff;
}

.ebox5 .img10 {
    position: absolute;
    top: 120px;
    left: 240px;
    height: 540px;
}

.ebox6 {
    background: #fff;
    height: 700px;
    padding-top: 68px;
}


/* .ebox6 .more{color:#4a97ff;} */

.ebox6 .img11 {
    top: 150px;
    left: 270px;
    position: absolute;
    height: 340px;
}

.ebox6 .img12 {
    bottom: 90px;
    left: 530px;
    position: absolute;
}

.ebox7 {
    background: url(../image/img18.jpg) no-repeat center top;
    height: 768px;
}

.ebox7 .box7_font {
    position: absolute;
    top: 205px;
    left: 0;
    color: #000;
}

.ebox7 .box7_font .eTitle {
    color: #000;
}

.ebox7 .img13 {
    top: 165px;
    position: absolute;
    right: 565px;
    z-index: 3;
}

.ebox7 .img14 {
    top: 90px;
    position: absolute;
    right: 125px;
    z-index: 5;
}

.ebox7 .img15 {
    top: 165px;
    position: absolute;
    right: 50px;
    z-index: 3;
}

.ebox8 {
    margin-top: 60px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 0;
    zoom: 1;
    margin-bottom: 90px;
}

.ebox8 span {
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #e0002a;
    margin-left: 35px;
    cursor: pointer;
}

.ebox8 span:hover {
    background: #333;
    transition: all 0.3s;
}


/* E+弹出层 */

.eTeam,
.eProcess {
    background: #fff;
    padding: 20px 30px;
    width: 900px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -350px 0 0 -480px;
    display: none;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
}

.eTeam ul {
    overflow: hidden;
}

.eTeam ul li {
    float: left;
    width: 260px;
    font-size: 12px;
    color: #5f5f5f;
    margin-right: 20px;
    height: 150px;
    margin-left: 20px;
}

.eTeam ul li h3 {
    font-size: 15px;
    color: #e3002b;
    height: 26px;
}

.eProcess {
    color: #e3002b;
    font-size: 15px;
    margin-top: -270px;
    padding: 20px 50px;
    width: 860px;
}

.eProcess h3 {
    text-align: left;
    height: 40px;
}

.eProcess li {
    height: 35px;
    line-height: 35px;
}

.eProcess li span,
.eProcess h3 span {
    display: inline-block;
    width: 320px;
}

.eProcess li .sp1,
.eProcess h3 .sp1 {
    width: 220px;
}

.eProcess li span {
    color: #5f5f5f;
}

.eBusiness,
.eExampless {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 272px;
    padding: 4em;
    margin: -136px 0 0 -155px;
    background: #fff;
    display: none;
    text-align: center;
}

.eBusiness img,
.eExampless img {
    width: 150px;
    height: 150px;
}

.eBusiness p,
.eExampless p {
    color: #e3002b;
    font-size: 15px;
    margin-top: 15px;
}


/* 汇款方式 */

.hkfs {
    padding: 60px 0;
    overflow: hidden;
}

.hkfsMain {
    margin-bottom: 35px;
    overflow: hidden;
    line-height: 22px;
    /* padding-left: 60px; */
}

.hkfsMain h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.hkfsMain h5 span {
    color: #f70000;
}

.hkfsMain .box {
    width: 80%;
    max-width: 560px;
    padding: 10px 5px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.hkfsMain .box img {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 60px;
    border-right: 1px solid #ccc;
    padding: 5px 5px 5px 0;
    margin-right: 15px;
}

.hkfsMain .box .font {
    display: inline-block;
    text-align: left;
}


@media screen and (max-width: 768px){
    .subNav{
        background: #f2f2f2;
        padding-top: 25px;
    }
    .websiteBox1, .websiteBox3{
        width: 100%;
    }
    .subNav a{
        padding: 5px 10px;
        margin: 0 5px;
    }
    .showMain{
        width: 100%;
    }
    .lxwmBox1{
        padding-top: 15px;
    }
    .lxwmBox1 h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .lxwmBox1 h3 strong{
        font-size: 24px;
    }
    .lxwmBox1 h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px){
    .subNav a{
        display: block;
        float: left;
        width: 30%;
        padding: 5px 0;
        margin: 0 5px;
    }
}

