/*body{overflow-x: hidden;}*/
.homeMain{
    width: 100%;
    height: 100%;
}
.homeMain .page{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homeMain .page .tBox{
    margin: 40px 0 0 0;
}
.homeMain .page .tBox .title{
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #333;
    float: left;
}
.homeMain .news .tBox .title{
    padding-right: 42px;
    background: url("../images/home/news-i1.png") no-repeat right center;
    background-size: 26px auto;
}
.homeMain .page .tBox .linkBox{
    float: right;
    position: relative;
    margin: 0 0 0 30px;
}
.homeMain .page .tBox .linkBox:last-child{
    margin: 0;
}
.homeMain .page .linkBox .link{
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #888888;
}
.homeMain .page .linkBox .line{
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: calc(50% + 14px);
    transition: all .6s;
}
.homeMain .page .linkBox:hover .line{
    width:100%;transition:all .6s;background-color:#f4121c
}
.homeMain .page .linkBox.active .line{
    width:100%;transition:all .6s;background-color:#f4121c
}
.homeMain .news{
    background: #f8f8f8;
}
.news .newsList{
    margin: 40px 0 0 0;
}
.news .newsList .topNews{
    display: block;
    width: 820px;
    float: left;
    background: #fff;
}
.news .topNews .imgBox{
    position: relative;
}
.news .topNews:hover .imgBox::after{
    content: "";position: absolute;width: 100%;height: 100%;border: 6px solid #d6000f; box-sizing: border-box;top: 0;left: 0;
}
.news .topNews .imgBox img{
    display: block;
    margin: 0 auto;
}
.news .newsList .topNews .txtBox{
    padding: 41px 6%;
}
.news .topNews .txtBox .t1{
    font-size: 12px;
    color: #999;
}
.news .topNews .txtBox .t1 .icon{
    display: inline-block;
    width: 36px;
    height: 16px;
    margin: 0 0 0 6px;
    background: url("../images/home/news-i3.png") no-repeat center;
}
.news .topNews .txtBox .t2{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 7px 0 0 0;
    transition: all .6s;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.news .topNews:hover .txtBox .t2{
    color: #f4101a;
}
.news .newsList .list{
    width: 820px;
    float: right;
}
.news .newsList .list .item{
    display: block;
    width: 390px;
    background: #fff;
    transition: all .6s;
}
.news .newsList .list .item:hover{
    transform: translate3d(0, -2px, 0);
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.news .newsList .list .item:nth-child(odd){
    float: left;
}
.news .newsList .list .item:nth-child(even){
    float: right;
}
.news .newsList .list .item:nth-child(1),.news .newsList .list .item:nth-child(2) {
    margin: 0 0 30px 0;
}
.news .newsList .item .imgBox{
    position: relative;
}
.news .newsList .item:hover .imgBox::after{
    content: "";position: absolute;width: 100%;height: 100%;border: 6px solid #d6000f; box-sizing: border-box;top: 0;left: 0;
}
.news .newsList .item .imgBox img{
    display: block;
    margin: 0 auto;
}
.news .newsList .item .txtBox{
    padding: 28px 9%;
}
.news .newsList .item .t1{
    font-size: 12px;
    color: #999;
}
.news .newsList .item .t2{
    min-height: 3em;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 8px 0 0 0;
    transition: all .6s;
}
.news .newsList .item:hover .t2{
    color: #f4101a;
}
.homeMain .case-R{
    background: #fff;
}
.case-R .caseBox{
    margin: 40px 0 0 0;
}
.case-R .caseTab{
    float: left;
}
.case-R .caseTab .tab{
    position: relative;
    height: 60px;
    line-height: 60px;
    margin: 30px 0 0 0;
}
.case-R .caseTab .tab:first-child{
    margin: 0;
}
.case-R .caseTab .tab .t1{
    display: inline-block;
    font-size: 26px;
    color: #333;
    transition: all .6s;
}
.case-R .caseTab .tab.active .t1,.case-R .caseTab .tab:hover .t1{
    color: #f4101a;
    font-weight: bold;
}
.case-R .caseTab .tab .line{
    display: block;
    width: 0;
    height: 1px;
    transition: all .6s;
}
.case-R .caseTab .tab.active .line{
    width: 100%;
    background-color: #f4121c;
}
.case-R .caseTab .tab:hover .line{
    width:100%;transition:all .6s;background-color:#f4101a
}
.case-R .caseBanner{
    width: 76.19%;
    float: right;
}
.case-R .caseBanner .swiper-slide a{
    display: block;
}
.case-R .caseBanner .swiper-slide img{
    display: block;
    margin: 0 auto;
}
.homeMain .case-C{
    background: #fff;
}
.case-C .caseList{
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 40px 0 0 0;
}
.case-C .caseList .item{
    display: block;
    width: 390px;
    margin: 40px 0 0 0;
}
.case-C .caseList .item:nth-child(1),.case-C .caseList .item:nth-child(2),.case-C .caseList .item:nth-child(3),.case-C .caseList .item:nth-child(4){
    margin: 0;
}
.case-C .caseList .item .imgBox{
    width: 100%;
    height: 330px;
    overflow: hidden;
    transition: all .6s;
    position: relative;
}
.case-C .caseList .item:hover .imgBox::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.case-C .caseList .item img{
    display: block;
    margin: 0 auto;
    transition: all .6s;
}
.case-C .caseList .item:hover img{
    transform: scale(1.2);
    -webkit-transform:scale(1.2);
}
.homeMain .comment{
    background: #f8f8f8;
}
.comment .commentList{
    margin: 40px 0 0 0;
}
.comment .commentList .topComment{
    display: block;
    width: 740px;
    float: left;
    background: #fff;
}
.comment .topComment .imgBox{
    position: relative;
}
.comment .topComment:hover .imgBox::after{
    content: "";position: absolute;width: 100%;height: 100%;border: 6px solid #d6000f; box-sizing: border-box;top: 0;left: 0;
}
.comment .topComment .imgBox img{
    display: block;
    margin: 0 auto;
}
.comment .commentList .topComment .txtBox{
    padding: 45px 5.5%;
}
.comment .topComment .txtBox .t1{
    font-size: 16px;
    color: #999;
}
.comment .topComment .txtBox .t1 .icon{
    display: inline-block;
    width: 36px;
    height: 16px;
    margin: 0 0 0 6px;
    background: url("../images/home/news-i3.png") no-repeat center;
}
.comment .topComment .txtBox .t2{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 8px 0 0 0;
    transition: all .6s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comment .topComment:hover .txtBox .t2{
    color: #f4101a;
}
.comment .commentList .list{
    width: 900px;
    float: right;
}
.comment .commentList .list .item{
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 0 30px 0;
    transition: all .6s;
}
.comment .commentList .list .item:hover{
    transform: translate3d(0, -2px, 0);
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}
.comment .commentList .list .item:last-child{
    margin: 0;
}
.comment .commentList .item .imgBox{
    width: 206px;
    position: relative;
    float: left;
}
.comment .commentList .item:hover .imgBox::after{
    content: "";position: absolute;width: 100%;height: 100%;border: 6px solid #d6000f; box-sizing: border-box;top: 0;left: 0;
}
.comment .commentList .item .imgBox img{
    display: block;
    margin: 0 auto;
}
.comment .commentList .item .txtBox{
    padding: 50px 0 0 5%;
    width: calc(90% - 206px);
    float: left;
}
.comment .commentList .item .t1{
    font-size: 16px;
    color: #999;
}
.comment .commentList .item .t2{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 10px 0 0 0;
    transition: all .6s;
}
.comment .commentList .item:hover .t2{
    color: #f4101a;
}
.homeMain .bottom{
    background: #fff;
}
.bottom .page-content{
    height: 100%;
}
.bottom .txtContent{
    height: 100%;
    margin: 64px 0 0 0;
}
.bottom .navTab{
    float: left;
}
.bottom .navTab .tab{
    position: relative;
    margin: 30px 0 0 0;
}
.bottom .navTab .tab:first-child{
    margin: 0;
}
.bottom .navTab .tab .t1{
    display: inline-block;
    font-size: 40px;
    color: #333;
    transition: all .6s;
}
.bottom .navTab .tab.active .t1,.bottom .navTab .tab:hover .t1{
    font-weight: bold;
    color: #f4121c;
}
.bottom .navTab .tab .line{
    display: block;
    width: 0;
    height: 1px;
    margin: 10px 0 0 0;
    transition: all .6s;
}
.bottom .navTab .tab.active .line{
    width: 100%;
    background-color: #f4121c;
}
.bottom .navTab .tab:hover .line{
    width:100%;transition:all .6s;background-color:#f4101a
}
.bottom .coop{
    width: 85.71%;
    height: 100%;
    float: right;
    background: url("../images/home/boss.png") no-repeat right 5% bottom 92%;
    background-size: 40% auto;
}
.bottom .coop .coopDes {
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 200%;
    text-align: justify;
    color: #333333;
}
.bottom .intro .introDes{
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 200%;
    text-align: justify;
    color: #333333;
    float: left;
}
.bottom .intro .introImg{
    width: 42%;
    float: right;
}
.bottom .intro .introVideo{
    width: 42%;
    float: right;
}
.bottom .intro .introVideo video {
    max-width: 100%;
    height: auto;
    border: none;
}
.bottom .coop .coopDes .more,.bottom .intro .introDes .more{
    display: block;
    font-size: 12px;
    color: #f4121c;
    margin: 1.5em 0 0 0;
}
.bottom .intro .introImg .txt{
    font-size: 16px;
    color: #666;
    line-height: 200%;
    text-align: right;
}
.bottom .coop .coopDes strong{
    font-size: 17px;
}
.bottom .intro{
    width: 85.71%;
    height: 100%;
    float: right;
}
.home-bottom{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (max-width:1680px){
    .homeMain .page .tBox{
        margin: 30px 0 0 0;
    }
    .homeMain .page .tBox .title{
        height: 50px;
        line-height: 50px;
        font-size: 32px;
    }
    .homeMain .news .tBox .title {
        padding-right: 34px;
        background: url(../images/home/news-i1.png) no-repeat right center;
        background-size: 21px auto;
    }
    .homeMain .page .linkBox .link{
        height: 50px;
        line-height: 50px;
    }
    .news .newsList{
        margin: 30px 0 0 0;
    }
    .news .newsList .topNews{
        width: 48.8%;
    }
    .news .newsList .item .imgBox{
        height: 181px;
        overflow: hidden;
    }
    .news .newsList .topNews .txtBox{
        padding: 27px 6%;
    }
    .news .topNews .txtBox .t2{
        font-size: 15px;
    }
    .news .newsList .list{
        width: 48.8%;
    }
    .news .newsList .list .item{
        width: 47.56%;
    }
    .news .newsList .list .item:nth-child(1),.news .newsList .list .item:nth-child(2) {
        margin: 0 0 25px 0;
    }
    .news .newsList .item .txtBox{
        padding: 24px 9%;
    }
    .news .newsList .item .t2{
        font-size: 15px;
        margin: 7px 0 0 0;
    }
    .case-R .caseBox{
        margin: 30px 0 0 0;
    }
    .case-R .caseTab .tab{
        height: 50px;
        line-height: 50px;
        margin: 25px 0 0 0;
    }
    .case-R .caseTab .tab .t1{
        font-size: 21px;
    }
    .case-C .caseList{
        margin: 30px 0 0 0;
    }
    .case-C .caseList .item{
        width: 330px;
    }
    .case-C .caseList .item .imgBox{
        height: 290px;
    }
    .comment .commentList{
        margin: 30px 0 0 0;
    }
    .comment .commentList .topComment{
        width: 44%;
    }
    .comment .commentList .topComment .txtBox{
        padding: 38px 5%;
    }
    .comment .topComment .txtBox .t1{
        font-size: 13px;
    }
    .comment .topComment .txtBox .t2{
        font-size: 18px;
        margin: 7px 0 0 0;
    }
    .comment .commentList .list{
        width: 54%;
    }
    .comment .commentList .list .item{
        margin: 0 0 25px 0;
    }
    .comment .commentList .item .imgBox{
        width: 176px;
    }
    .comment .commentList .item .txtBox{
        padding: 41px 0 0 5%;
        width: calc(90% - 176px);
    }
    .comment .commentList .item .t1{
        font-size: 13px;
    }
    .comment .commentList .item .t2{
        font-size: 18px;
        margin: 8px 0 0 0;
    }
    .bottom .txtContent{
        margin: 52px 0 0 0;
    }
    .bottom .navTab .tab{
        margin: 25px 0 0 0;
    }
    .bottom .navTab .tab .t1{
        font-size: 33px;
    }
    .bottom .navTab .tab .line{
        margin: 8px 0 0 0;
    }
    .bottom .coop .coopDes ,.bottom .intro .introDes{
        font-size: 12px;
    }
    .bottom .intro .introImg .txt{
        font-size: 14px;
    }
}
@media screen and (max-width:1440px){
    .homeMain .page .tBox .title{
        height: 45px;
        line-height: 45px;
        font-size: 30px;
    }
    .homeMain .news .tBox .title {
        padding-right: 32px;
        background: url(../images/home/news-i1.png) no-repeat right center;
        background-size: 20px auto;
    }
    .homeMain .page .linkBox .link{
        height: 45px;
        line-height: 45px;
    }
    .news .newsList .topNews .txtBox{
        padding: 30px 6%;
    }
    .news .topNews .txtBox .t2{
        font-size: 14px;
        margin: 8px 0 0 0;
    }
    .news .newsList .item .imgBox{
        height: auto;
    }
    .news .newsList .item .txtBox{
        padding: 20px 8%;
    }
    .news .newsList .item .t2{
        font-size: 14px;
        margin: 6px 0 0 0;
    }
    .case-R .caseTab .tab{
        height: 45px;
        line-height: 45px;
        margin: 22px 0 0 0;
    }
    .case-R .caseTab .tab .t1{
        font-size: 20px;
    }
    .case-C .caseList .item{
        width: 297px;
        margin: 36px 0 0 0;
    }
    .case-C .caseList .item .imgBox{
        height: 288px;
    }
    .comment .commentList .topComment .txtBox{
        padding: 37px 5%;
    }
    .comment .topComment .txtBox .t1{
        font-size: 12px;
    }
    .comment .topComment .txtBox .t2{
        font-size: 16px;
    }
    .comment .commentList .item .imgBox{
        width: 158px;
    }
    .comment .commentList .item .txtBox{
        padding: 37px 0 0 5%;
        width: calc(90% - 158px);
    }
    .comment .commentList .item .t1{
        font-size: 12px;
    }
    .comment .commentList .item .t2{
        font-size: 16px;
    }
    .bottom .txtContent{
        margin: 48px 0 0 0;
    }
    .bottom .navTab .tab{
        margin: 22px 0 0 0;
    }
    .bottom .navTab .tab .t1{
        font-size: 30px;
    }
    .bottom .coop .coopDes strong{
        font-size: 14px;
    }
    .bottom .coop .coopDes, .bottom .intro .introDes{
        line-height: 175%;
    }
    .bottom .intro .introImg .txt{
        font-size: 12px;
    }
}
@media screen and (max-width:1366px){
    .homeMain .page .tBox{
        margin: 20px 0 0 0;
    }
    .homeMain .page .tBox .title{
        height: 42px;
        line-height: 42px;
        font-size: 28px;
    }
    .homeMain .page .linkBox .link{
        height: 42px;
        line-height: 42px;
    }
    .news .newsList {
        margin: 20px 0 0 0;
    }
    .news .topNews:hover .imgBox::after{
        border: 4px solid #d6000f;
    }
    .news .newsList .topNews .txtBox {
        padding: 21px 5%;
    }
    .news .topNews .txtBox .t2{
        margin: 6px 0 0 0;
    }
    .news .newsList .list .item:nth-child(1), .news .newsList .list .item:nth-child(2) {
        margin: 0 0 20px 0;
    }
    .news .newsList .item:hover .imgBox::after{
        border: 4px solid #d6000f;
    }
    .news .newsList .item .txtBox {
        padding: 17px 5%;
    }
    .news .newsList .item .t2 {
        font-size: 13px;
        margin: 4px 0 0 0;
    }
    .case-R .caseBox {
        margin: 20px 0 0 0;
    }
    .case-C .caseList{
        margin: 20px 0 0 0;
    }
    .case-C .caseList .item {
        width: 285px;
        margin: 30px 0 0 0;
    }
    .case-C .caseList .item .imgBox {
        height: 248px;
    }
    .comment .topComment:hover .imgBox::after{
        border: 4px solid #d6000f;
    }
    .comment .topComment .txtBox .t2{
        margin: 5px 0 0 0;
    }
    .comment .commentList {
        margin: 20px 0 0 0;
    }
    .comment .commentList .list .item {
        margin: 0 0 24px 0;
    }
    .comment .commentList .item .imgBox {
        width: 151px;
    }
    .comment .commentList .item:hover .imgBox::after{
        border: 4px solid #d6000f;
    }
    .comment .commentList .item .txtBox {
        padding: 32px 0 0 5%;
        width: calc(90% - 151px);
    }
    .bottom .txtContent{
        margin: 46px 0 0 0;
    }
    .bottom .navTab .tab{
        margin: 20px 0 0 0;
    }
    .bottom .navTab .tab .t1{
        font-size: 28px;
    }
    .bottom .coop .coopDes, .bottom .intro .introDes{
        line-height: 150%;
    }
    .bottom .home-bottom .right .tip{
        width: 582px;
        height: 50px;
        line-height: 50px;
        border: 4px solid #f4121c;
        font-size: 25px;
    }
}
@media screen and (max-width:1280px){
    .homeMain .page .tBox{
        margin: 15px 0 0 0;
    }
    .homeMain .page .tBox .title{
        height: 40px;
        line-height: 40px;
        font-size: 26px;
    }
    .homeMain .news .tBox .title {
        padding-right: 28px;
        background: url(../images/home/news-i1.png) no-repeat right center;
        background-size: 18px auto;
    }
    .homeMain .page .linkBox .link{
        height: 40px;
        line-height: 40px;
    }
    .news .newsList .topNews .txtBox {
        padding: 19px 4%;
    }
    .news .topNews .txtBox .t2{
        font-size: 12px;
        margin: 4px 0 0 0;
    }
    .news .newsList {
        margin: 15px 0 0 0;
    }
    .news .newsList .list .item:nth-child(1), .news .newsList .list .item:nth-child(2) {
        margin: 0 0 29px 0;
    }
    .news .newsList .item .txtBox {
        padding: 16px 4%;
    }
    .news .newsList .item .t2 {
        font-size: 12px;
        margin: 2px 0 0 0;
    }
    .news .newsList .item .imgBox {
        height: 145px;
    }
    .case-R .caseBox {
        margin: 15px 0 0 0;
    }
    .case-C .caseList{
        margin: 15px 0 0 0;
    }
    .case-C .caseList .item {
        width: 266px;
    }
    .case-C .caseList .item .imgBox {
        height: 232px;
    }
    .comment .commentList {
        margin: 15px 0 0 0;
    }
    .comment .commentList .topComment .txtBox {
        padding: 36px 5%;
    }
    .comment .topComment .txtBox .t2{
        font-size: 14px;
        margin: 5px 0 0 0;
    }
    .comment .commentList .item .imgBox {
        width: 141px;
    }
    .comment .commentList .item .t2 {
        font-size: 14px;
        margin: 4px 0 0 0;
    }
    .bottom .txtContent {
        margin: 40px 0 0 0;
    }
}


@media screen and (min-width: 1921px) {
    body{
        font:18px/1.5 'Microsoft JhengHei','Microsoft YaHei','微软雅黑','STHei', 'Hei', Helvetica, Arial, Verdana, sans-serif;
        
    }
    .homeMain .page .linkBox .link{
        font-size: 24px
    }
    .news .newsList .topNews{
        width: 50%;
    }
    .news .topNews .imgBox img{
        width: 100%;
    }
    .news .newsList .list{
        width: 49%;
    }
    .news .newsList .list .item{
        width: 48%;
    }
    .news .newsList .item .imgBox img{
        width: 100%;
    }
    .news .newsList .list .item:nth-child(1), .news .newsList .list .item:nth-child(2){
        margin: 0 0 5% 0;
    }
    .news .topNews .txtBox .t1{
        font-size: 24px;
    }
    .news .topNews .txtBox .t2{
        font-size: 24px;
    }
    .news .newsList .item .t1{
        font-size: 24px;
    }
    .news .newsList .item .t2{
        font-size: 24px;
    }

    .case-R .caseBanner .swiper-slide img{
        width: 100%;
    }
    .case-R .caseTab .tab .t1{
        font-size: 30px;
    }

    .case-C .caseList .item{
        width: 24%;
        /*margin-right: 1%;*/
    }
    .case-C .caseList .item .imgBox{
        height: auto;
    }
    .case-C .caseList .item img{
        width: 100%;
    }
    .case-C .caseList .item:nth-child(1), 
    .case-C .caseList .item:nth-child(2), 
    .case-C .caseList .item:nth-child(3), 
    .case-C .caseList .item:nth-child(4){

    }


    .comment .commentList .topComment{
        width: 49%;margin-right: 1%;
    }
    .comment .topComment .imgBox img{
        width: 100%;
    }
    .comment .commentList .list{
        width: 50%;
    }
    .comment .commentList .list .item{
        margin-bottom: 37px;
    }
    .comment .commentList .item .imgBox{
        width: 26%;
    }
    .comment .commentList .item .txtBox{
        width: 66%;
    }
    .comment .commentList .item .imgBox img{
        width: 100%;
    }
    .comment .topComment .txtBox .t1,
    .comment .commentList .item .t1{
        font-size: 20px;
    }
    .comment .topComment .txtBox .t2,
    .comment .commentList .item .t2{
        font-size: 24px;
        
    }
    .bottom .coop .coopDes strong,
    .bottom .coop .coopDes,
    .bottom .intro .introDes{
        font-size: 24px;
    }
    .bottom .coop .coopDes .more,.bottom .intro .introDes .more{
        font-size: 14px;
    }
}