/* 首页 */

.titleBox {
    text-align: center;
    position: relative;
    /* padding:30px 0;*/
    padding: 20px 0;
    margin-bottom: 30px;
}

.titleBox::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 30px;
    background: #5f9ff6;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.noBorder__titleBox::after{
    display: none;
}
.titleBox .title {
    font-size: 38px;
    color: #383838;
    font-weight: normal;
}

.titleBox .en_title {
    font-family: Arial;
    font-size: 30px;
    color: #c2c2c2;
    font-weight: 600;
}
.index_section{
    padding-top:70px;
}

/* 关于木马
 */

.index_section .sectionCon {
    text-align: center;
    font-size: 18px;
    color: #656565;
    line-height: 1.7;
}
.about_section .sectionCon{
    margin-bottom: 50px;
}

/* 案列 */
.case_section .caseBox{
    padding-top:30px;
}
.case_section .caseList {
    position: relative;
    padding-top: 50%;
    background: #656565;
}

.case_section .caseList li {
    position: absolute;
    width: 25%;
    top: 0;

}

.case_section .caseList li .outside {
    position: relative;
    padding-top: 100%;
}

.imgTask li .outside:after,
.imgTask li .outside::before {
    position: absolute;
    content: "";
    background: #fff;
    z-index: 5;
}

.imgTask li .outside:after {
    right: 0;
    width: 6px;
    height: 100%;
    top: 0;
}

.imgTask li .outside::before {
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
}

.imgTask li .outside .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.imgTask .wenTask {
    background: rgba(95, 159, 246, .8);
    color: #fff;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.4s;
    transform: scale(0);
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    /* display: none; */
    z-index: 2;
}
.imgTask li .outside:hover .wenTask{
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
    transform: scale(1);
}
.imgTask .wenBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 45px;
}

.imgTask .wenBox .icon {
    display: block;
    max-height: 62px;
    margin: 0 auto;
    margin-bottom: 15px;
    height: auto;
    max-width: 100px;
    width: auto;
}

.imgTask .wenBox .title {
    font-size: 30px;
    line-height: 1.7;
}

.imgTask .wenBox .en-title {
    font-size: 14px;
    font-family: Arial;
}

.imgTask .wenBox .moreBtn {
    color: #fefefe;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    width: 85px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #fefefe;
    margin-top: 10px;
}

.case_section .caseList li.li_1 .outside {
    padding-top: 200%;
}

.case_section .caseList li.li_2 {
    width: 50%;
    left: 25%;
}

.case_section .caseList li.li_2 .outside {
    padding-top: 50%;
}

.case_section .caseList li.li_3 {
    left: inherit;
    right: 0;
}

.case_section .caseList li.li_3 .outside {
    padding-top: 200%;
}

.case_section .caseList li.li_3 .outside::after {
    display: none;
}

.case_section .caseList li.li_4 {
    left: 25%;
    top: inherit;
    bottom: 0;
}

.case_section .caseList li.li_5 {
    left: 50%;
    top: inherit;
    bottom: 0;
}

/* 创意科技 */
.technologyBox{
    padding-top:70px;
}
.technologyList {
    padding-top: 75%;
    position: relative;
}

.technologyList li {
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
}

.technologyList li .outside {
    padding-top: 100%;
    position: relative;
}

.technologyList li.li_2 {
    width: 50%;
    left: 25%;
}

.technologyList li.li_3 {
    right: 0;
    left: inherit;
}

.technologyList li.li_4 {
    left: 25%;
    top: 33.3333%;
}

.technologyList li.li_5 {
    left: 50%;
    top: 33.3333%;
}

.technologyList li.li_6 {
    top: 33.3333%;
    right: 0;
    left: inherit;
}

.technologyList li.li_7 {
    bottom: 0;
    top: inherit;
}

.technologyList li.li_8 {
    bottom: 0;
    top: inherit;
    left: 25%;
}

.technologyList li.li_9 {
    bottom: 0;
    top: inherit;
    left: 50%;
}

.technologyList li.li_2 .outside {
    padding-top: 50%;
}

.technologyList li.li_1 .outside,
.technologyList li.li_6 .outside {
    padding-top: 200%;
}

/* 新媒体 */
.art_section .artBox{
    padding-top:55px;
}
.art_section .artList li {
    width: 25%;
    float: left;
}

.art_section .artList li .outside {
    position: relative;
    padding-top: 100%;
}

.art_section .artList li.li_2,
.art_section .artList li.li_4 {
    width: 50%;
}

.art_section .artList li.li_2 .outside,
.art_section .artList li.li_4 .outside {
    padding-top: 50%;
}

.art_section .artList li:nth-child(3n) .outside::after {
    display: none;
}

/* 新闻资讯
 */
.news_section .newsListBox {
    width: 1220px;
    margin: 0 auto;
}

.news_section .newsList li {
    width: 33.33333333%;
    float: left;
    margin: 10px 0;
}

.news_section .newsList li .outside {
    margin: 0 10px;
    border: 1px solid #e9e9e9;
    display: block;
    color: #383838;
}

.news_section .newsList li .imgBox {
    height: 150px;
}

.news_section .newsList li .txtBox {
    padding: 15px;
}

.news_section .newsList li .txtBox .title {
    font-size: 18px;
    margin-bottom: 8px;
}

.news_section .newsList li .outside:hover .txtBox {
    background: #5f9ff6;
    color: #fff;
}

.strategic_setion .sectionCon{
    padding-bottom: 50px;
}
/* 战略合作 */
.partnerBox {
    width: 1220px;
    margin: 0 auto;
    padding: 45px 0;
}

.partnerList li {
    width: 16.66666666666%;
    float: left;
    margin: 10px 0;
}

.partnerList li .outside {
    margin: 0 10px;
    border: 1px solid #e9e9e9;
    height: 86px;
    text-align: center;
}

.partnerList li .outside img {
    max-height: 45px;
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
}

.partnerList li .outside:after {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
    /* width: 1px; */
}

/* 关于我们 */
.aboutContent {
    padding:40px 0 60px 0;
}


/* 新闻列表 */
.localMenu {
    font-size: 14px;
    color: #6e6e6e;
    padding: 12px 0;
}

.localMenu a {
    color: #6e6e6e;
    position: relative;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.localMenu a::after {
    display: inline;
    content: ">";
    padding-left: 3px;
}

.localMenu a:last-child::after {
    display: none;
}

.localMenu a:hover,
.localMenu a.active {
    color: #589dfb;
}

.NewsColumn li {
    float: left;
    width: 50%;
    font-size: 16px;
    margin: 15px 0;
}

.NewsColumn li .outside {
    display: block;
    margin: 0 15px;
    border: 1px solid #e9e9e9;
    padding: 20px 0 20px 20px;
    color: #6a6a6a;
    box-shadow: 0 0 5px #F0F0F0;

}
.NewsColumn li .outside:hover{
    background: #5f9ff6;
    color:#fff;
}
.NewsColumn li .outside:hover .title,
.NewsColumn li .outside:hover .date{
    color:#fff; 
}
.NewsColumn li .outside:hover .left{
    border-right-color: #fff;
}
.NewsColumn li .inner {
    height: 120px;
    position: relative;
    padding-right: 105px;
}

.NewsColumn li .left {
    height: 120px;
    border-right: 1px solid #b9b9b9;
    padding-right: 20px;
}

.NewsColumn li .img {
    height: 120px;
    width: 120px;
    float: left;
}

.NewsColumn li .date {
    position: absolute;
    width: 105px;
    text-align: center;
    right: 0;
    color: #b9b9b9;
    height: 80px;
    top: 50%;
    margin-top: -40px;
}

.NewsColumn li .txtBox {
    padding-left: 140px;
}

.NewsColumn li .txtBox .title {
    font-size: 18.67px;
    color: #232323;
    margin-bottom: 10px;
}

.NewsColumn li .txtBox .tit_con {
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

.NewsColumn li .date .day {
    font-size: 50.67px;
    font-family: Arial;
    line-height: 50px;
}

.NewsColumn li .date .year {
    font-size: 16px;
    line-height: 30px;
}

/* day */
.newsContent {
    padding: 40px 0;
}

.dataHtml {
    line-height: 1.8;
    font-size: 18px;
    color: #656565;
}
.dataHtml h2{
    font-size: 24px;
}

.dataHtml img {
    max-width: 100%;
    margin: 20px auto;
}

.conTitleBox {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
}

.conTitleBox .title {
    font-size: 32px;
    color: #232323;
    margin-bottom: 15px;
}

.conTitleBox .tips {
    font-size: 14px;
    color: #b9b9b9;
}

.conTitleBox .tips span {
    margin: 0 15px;
}



/* 经典案列页面样式 */
.casePage{
    padding:50px 0 100px 0;
}
.swiperList li {
    width: 33.33333%;
    margin: 5px 0;
    float: left;
}

.caseList_swiper li {
    /* margin: 8px 0; */
}

.swiperList li .outside {
    margin: 0 5px;
    padding-top: 100%;
    position: relative;
}

.caseList_swiper li .outside {
    padding-top: 112%;
    /* margin: 0 8px; */
}

.swiperList li .inner {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    background: rgba(84, 152, 245, 0.8);
    transition: all ease-in-out 0.4s;
    transform: scale(0);
    opacity: 0;
    width: 0;
    height: 0;
    /* width: 100%;
    height: 100%; */
    color: #fff;
    text-align: center;
}

.swiperList li .inner::after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
}

.caseList_swiper li:nth-child(1),
.caseList_swiper li:nth-child(2) {
    /* width: 50%;*/
}

.caseList_swiper li:nth-child(1) .outside,
.caseList_swiper li:nth-child(2) .outside {
    /*padding-top: 70%;*/
}

.swiperList li .con {
    /* display: table;
    width: 100%;
    height: 100%; */
    padding: 0 25px;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    max-width: 90%;
    padding-bottom: 40PX;
}

/* .table-cell {
    display: table-cell;
    vertical-align: middle;
} */
.swiperList li .con .number {
    font-size: 24px;
    font-family: arial;
    margin-bottom: 10px;
}

.swiperList li .con p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiperList li .con .line {
    width: 1px;
    height: 26px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}

.swiperList li .con .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.swiperList li .btn {
    color: #fefefe;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    width: 85px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #fefefe;
    margin-top: 10px;
}

.swiperList li .outside:hover .inner {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
    transform: scale(1);
}

.swiperList li .btn_add {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 46px;
    height: 46px;
    background: url(../image/add.png) center no-repeat;
    background-size: 100% 100%;
}


/* 案列详情页 */
.caseDetail{
    padding:30px 0 80px 0;
}
.caseDetail_swiper,
.caseDetail_swiper .swiper-slide,
.caseDetail_swiper .img {
    width: 820px;
    height: 760px;
}

.caseDetail_swiper {
    float: left;
}

.caseDetailCon .rightTxtBox {
    float: right;
    width: 380px;
}

.caseDetailCon .rightTxtBox .txtBox {
    height: 580px;
    background: #eaf3ff;
    font-size: 18px;
    color: #222222;
    padding: 50px;
    line-height: 1.9;
}

.caseDetailCon .rightTxtBox .con {
    overflow: hidden;
    max-height: 480px;
}

.caseDetailCon .rightTxtBox .backBox {
    height: 180px;
    line-height: 180px;
    background: #91bfff;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.caseDetailCon .backBox .btn_back {
    display: inline-block;
    background: url(../image/back.png) right center no-repeat;
    background-size: 44px 44px;
    padding-right: 72px;
    cursor: pointer;
}

.swiper-btn {
    width: 62px;
    height: 62px;
    background: rgba(95, 159, 246, .6);
}

.swiper-btn::after {
    position: absolute;
    width: 62px;
    height: 62px;
    content: "";
    top: 0;
    left: 0;
}

.swiper-next {
    right: 22px;
}

.swiper-prev {
    left: 22px;
}

.swiper-next::after {
    background: url(../image/pre_next.png) center no-repeat;
}

.swiper-prev::after {
    background: url(../image/pre_up.png) center no-repeat;
}


/* 联系我们 */
.contactBox {
    border: 1px solid #e9e9e9;
    height: 612px;
    color: #656565;
    margin:50px 0;
}

.contactBox .left,
.contactBox .right {
    float: left;
    width: 50%;
    height: 100%;
}

.contactBox .left .inner {
    padding: 75px 60px 60px;
    height: 100%;
    border-right: 1px solid #e9e9e9;
}

.contactBox .left .txtBox {
    font-size: 18px;
    line-height: 1.8;
    height: 275px;
    overflow: hidden;
    margin-bottom: 20px;
}

.contactBox .left .txtBox .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.contactBox .picList {
    font-size: 0;
    text-align: center;
}

.contactBox .picList li {
    display: inline-block;
    border: 1px solid #e9e9e9;
    height: 88px;
    width: 88px;
    margin: 0 10px;
}

.contactBox .picList li.ewm {
    border-color: #fff;
}

.contactBox .picList li.ewm img {
    width: 88px;
    height: 88px;
}

.contactBox .picList li img {
    display: inline-block;
    vertical-align: middle;
}

.contactBox .picList li:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.contactBox .right .map,
.contactBox .right .map img {
    height: 100%;
    width: 100%;
}

/* 客户留言 */
.eaditContactTit {
    font-size: 30px;
    color: #383838;
}

.eaditInfo .group {
    margin-top: 20px;
}

.eaditInfo .group::after,
.eaditInfo .group::before {
    display: block;
    content: "";
    clear: both;
}

.eaditInfo .group .line {
    width: 380px;
    float: left;
    margin-left: 30px;
}

.eaditInfo .group .line:first-child {
    margin-left: 0;
}

.eaditInfo .group .line input {
    border: 1px solid #e9e9e9;
    line-height: 48px;
    height: 48px;
    padding: 0 10px;
}

.eaditInfo .btn_submit {
    height: 50px;
    line-height: 50px;
    width: 200px;
    font-size: 18px;
    text-align: center;
    background: #5f9ff6;
    display: block;
    color: #fff;
    margin-top: 25px;
}

.contactList {
    border: 1px solid #e9e9e9;
    padding: 35px 0;
    margin-top: 90px;
    margin-bottom: 70px;
}

.contactList .item {
    float: left;
    width: 33.3333%;
    height: 82px;
    overflow: hidden;
    text-align: center;
    border-left: 1px solid #e9e9e9;
}

.contactList .item:first-child {
    border-left: none;
}

.contactList .item img {
    width: 66px;
    height: 66px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-left: 30px;
}

.contactList .item .txtBox {
    max-width: 58%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #656565;
    text-align: left;
    /* padding-right: 30px; */
}

.contactList .item .txtBox .title {
    margin-bottom: 5px;
}

.mediaList_swiper li {
    width: 50%;
}
.mediaList_swiper li .outside{
    padding-top:84%;
}
.mediaList_swiper li:nth-child(3n) {
    width: 100%;
}
.mediaList_swiper li:nth-child(3n) .outside {
    padding-top:42%;
}
.mediaDetails{
    padding:30px 0 80px 0;
}