.banner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner i{
    width: 100%;
    height: 100%;
}
.bannerList{
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerCont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannerCont .w1600{
    padding-top: 190px;
}
.bannerTitle img{
    margin: 0 auto;
}
.bannerText{
    margin-top: 25px;
    color: #fff;
    text-align: center;
    font-size: 26px;
}
.bannerCont .bannerTitle{
    font-size: 52px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.swiper-slide-active .bannerEye{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .bannerTitle{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .bannerText{
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .bannerMore{
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.bannerMore{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 30px;
}
.bannerMoreBox{
    color: #ffff;
    display: flex;
    align-items: center;
}
.bannerMoreBox:hover{
    text-decoration: underline;
}
.moreRight{
    margin-left: 12px;
}
.pageTurning{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.pageTurning .w1600{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.banner .swiper-button-prev{
    transition: all 0.5s;
    opacity: 1;
    position: initial;
    width: 48px!important;
    height: 96px!important;
    background: url("../images/leftIcon.png") center no-repeat;
    background-size: 10px auto;
    margin-top: initial;
    margin-left: 0;
    border-radius: 0 8px 8px 0;
}
.banner .swiper-button-prev:hover{
    
    background:rgba(0,0,0,0.3) url("../images/leftIcon.png") center no-repeat;
    background-size: 10px auto;
}
.banner .swiper-button-next{
    transition: all 0.5s;
    opacity: 1;
    position: initial;
    width: 48px!important;
    height: 96px!important;
    background: url("../images/rightIcon.png") center no-repeat;
    background-size: 10px auto;
    margin-top: initial;
    margin-right: 0px;
    border-radius: 8px 0 0 8px;
}
.banner .swiper-button-next:hover{
    
    background:rgba(0,0,0,0.3) url("../images/rightIcon.png") center no-repeat;
    background-size: 10px auto;
}
 

.banner .swiper-button-prev:after, .banner .swiper-button-next:after{
    display: none;
}

.bannerPage{
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #fff;
}
.bannerPage .w1600{
    display: flex;
}
.bannerPage .swiper-pagination{
    display: flex;
    align-items: baseline;
    width: auto;
    position: initial;
    font-size: 18px;
}
.bannerPage .swiper-pagination-current{
    color: #e60012;
    font-size: 26px;
    margin-right: 10px;
}
.bannerPage .swiper-pagination-total{
    margin-left: 8px;
}
.downImg{
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: TopBot 2s ease-in-out infinite both;
}
@keyframes TopBot {
    0% {transform:translateY(-8px)}
    50% {transform:translateY(0px)}
    100% {transform:translateY(-8px)}
}
.productInfo {
    margin-top: 100px;
}
.productTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productTopList{
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
    height: 688px;
    position: relative;
    overflow: hidden;
}
.productTopList:first-child{
    margin-left: 0;
}
.productTopList i{
    transition: all 0.5s;
}
.productTopList:hover i{
    transform: scale(1.05);
}
.porductLink{
    width: 100%;
    height: 100%;
}
.productContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productType{
    margin-top: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #111;
}
.productTitle{
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.productMore{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.productMore .productMoreInfo{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    z-index: 2;
    position: relative;
}
.productMore .productMoreInfo:hover{
    text-decoration: underline;
}
.productMoreRight {
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.productMoreRight img{
    width: 100%;
}
.productBtn{
    margin-top: 30px;
    display: flex;
}
.productBtnList{
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.productBtnList:first-child{
    margin-left: 0;
}
.productBtnList .productType{
    margin-top: 40px;
    font-size: 32px;
}
.productBtnList .productTitle{
    margin-top: 10px;
    font-size: 18px;
}
.productBtnList i{
    transition: all 0.5s;
}
.productBtnList:hover i{
    transform: scale(1.05);
}
.industry{
    margin-top: 90px;
}
.industryTop{
    text-align: center;
}
.industryTitle{
    font-size: 40px;
    color: #333333;
    font-weight: 500;
}
.industryText{
    font-size: 18px;
    margin-top: 25px;
}
.industryBtn{
    height: 820px;
    margin-top: 40px;
    position: relative;
}
.industryList{
    height: 100%;
    position: relative;
}
.industryList i{
    width: 100%;
    height: 100%;
}
.industryBtnBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.industrySwiper{
    position: relative;
    height: 100%;
}
.applicationMore a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.applicationMore a:hover{
    text-decoration: underline;
}
.applicationTitle{
    margin-top: 140px;
    font-size: 32px;
	font-weight:bold;
    color: #fff;
}
.applicationText {
    margin-top: 25px;
    width: 680px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.applicationMore{
    margin-top: 50px;
    display: flex;
}
.applicationMoreImg{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.applicationMoreImg img{
    width: 100%;
}
.iconHover{
    display: none;
}
.industryCheck{
    position: absolute;
    bottom: 120px;
    width: 100%;
}
.industryCheck .w1600{

}
.industryCheckList{
    padding-bottom: 30px;
    flex: 1;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    position: relative;
    transition-property: initial!important;
	justify-content: center;
}
.industryCheckList:hover .industryIcon i, .industryCheckList:hover .industryCheckText{
    opacity: 1;
}
.industryCheckText{
    font-size: 20px;
	font-weight:bold;
    opacity: 0.5;
    color: #fff;
    margin-top: 20px;
    transition: all 0.5s;
}
.industryCheckList:hover, .industryCheckList.swiper-slide-thumb-active{
    padding-bottom: 55px;
}
.industryCheckList.swiper-slide-thumb-active .industryCheckText, .industryCheckList.swiper-slide-thumb-active .industryIcon i{
    opacity: 1;
}

.industryCheckList:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    transition: all 0.5s;
    background: #fff;
}
.checkSwiper .swiper-wrapper{
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.industryCheckList.swiper-slide-thumb-active:after{
    width: 100%;
}
.industryIcon{
    height: 56px;
}
.industryIcon i{
    margin: 0 auto;
    opacity: 0.5;
    transition: all 0.5s;
}
.icon-1{
    width: 68px;
    height: 52px;
}
.icon-2{
    width: 68px;
    height: 52px;
}
.icon-3{
    width: 68px;
    height: 52px;
}
.icon-4{
    width: 68px;
    height: 52px;
}
.icon-5{
    width: 68px;
    height: 52px;
}
.icon-6{
    width: 68px;
    height: 52px;
}
.applicatPage{
    position: absolute;
    top: 140px;
    right: 0;
    width: 100%;
}
.applicatPage .w1600{
    display: flex;
    justify-content: flex-end;
}
.applicatPage .swiper-pagination {
    position: initial;
    display: flex;
    align-items: flex-start;
    width: auto;
    color: #fff;
    font-size: 24px;
    line-height: 0.8;
}
.applicatPage .swiper-pagination-current{
    font-size: 72px;
    margin-right: 20px;
}
.applicatPage .swiper-pagination-total{
    margin-left: 20px;
}
.integrated{
    padding: 220px 0 190px;
    margin-top: 50px;
}
.integratedBox{
    width: 1280px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
	text-align:justify;
text-align-last: center;
}
.integratedTitle{
    font-size: 40px;
    font-weight: 500;
}
.integratedText{
    font-size: 17px;
    line-height: 32px;
    margin-top: 35px;
    
}
.integratedBox .applicationMore{
    justify-content: center;
    margin-top: 45px;
}
.trainInfo {
    margin-top: 40px;
    display: flex;
}
.trainInfoList{
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
    height: 710px;
    position: relative;
    overflow: hidden;
}
.trainInfoList:first-child{
    margin-left: 0;
}
.trainContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: grid;
	padding:45px;
	box-sizing: border-box;
   align-content: end; 
}
.trainType {
    margin-top: 70px;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.trainTitle {
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
	line-height: 28px;
    color: #fff;
}
.trainMore {
    display: flex;
    justify-content: left;
    margin-top: 40px;
}
.trainMore .trainMoreInfo {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    position: relative;
}
.trainMore .trainMoreInfo:hover{
    text-decoration: underline;
}
.trainMoreRight {
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.trainMoreRight img{
    width: 100%;
}
.trainInfoList i{
    transition: all 0.5s;
}
.trainInfoList:hover i{
    transform: scale(1.05);
    transition: all 0.5s;
}
/*首页技术服务*/

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

table{margin: 0 auto;border-collapse:collapse;border-spacing:0;width: 100% !important;max-width: 100% !important;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran3000{-webkit-transition:all 3s linear; -moz-transition:all 3s linear; -ms-transition:all 3s linear; transition:all 3s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img,.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}


.n_down_nav { width: 100%; text-align: center; position: relative; margin: 50px 0 44px; }
.n_down_nav:after { width: 100%; height: 1px; background: #e5e5e5; content: ''; position: absolute; top: 22px; left: 0; z-index: -1; }
.n_down_nav span { display: inline-block; }
.n_down_nav a { position: relative; z-index: 2; display: inline-block; border: 1px solid #fff; padding: 0 20px; height: 43px; line-height: 43px; font-size: 16px; color: #fff; margin: 10px 5px;  }
.n_down_nav a:hover, .n_down_nav a.on { background: #115fad; color: #fff; border-color: #115fad; }

/*END*/
.case{
    background: #fafafa;
    padding: 80px 0 100px;
}
.caseSwiper{
    margin-top: 40px;
    height: 480px;
    min-width: 1200px;
    position: relative;
}
.caseList{
    width: 890px!important;
    position: relative;
}
.caseList i{
    width: 100%;
    height: 100%;
}
.caseList:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.caseList.swiper-slide-active:after{
    opacity: 0;
    z-index: -1;
}
.casePos{
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
}
.caseList.swiper-slide-active .casePos{
    opacity: 1;
}
.casePosTitle{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.caseList.swiper-slide-active .casePosTitle{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.caseList.swiper-slide-active .casePosText{
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.caseList.swiper-slide-active .caseMoreInfo{
    animation-delay: 1.1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.casePosText{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}
.caseMoreInfo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 16px;
}
.caseMoreInfo a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.caseMoreInfo a:hover{
    text-decoration: underline;
}
.caseMoreRight{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.caseMoreRight img{
    width: 100%;
}
.caseSwiper .swiper-pagination{
    bottom: 30px!important;
}
.caseSwiper .swiper-pagination-bullet{
    margin: 0 6px!important;
    width: 22px!important;
    height: 2px!important;
    background: #ccc;
    opacity: 1;
    border-radius: initial;
}
.caseSwiper .swiper-pagination-bullet-active{
    background: #fb3610;
}
.casePage{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.casePage .w1600{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casePage .swiper-button-next:after, .casePage .swiper-button-prev:after{
    display: none;
}
.casePage .swiper-button-prev{
    position: initial;
    width: 13px;
    height: 27px;
    background: url("../images/caseLeft.png") center no-repeat;
    background-size: cover;
    margin-left: 180px;
}
.casePage .swiper-button-next{
    position: initial;
    width: 13px;
    height: 27px;
    background: url("../images/caseRight.png") center no-repeat;
    background-size: cover;
    margin-right: 180px;
}
.casePage .swiper-button-prev:hover{
    background: url("../images/caseLefts.png") center no-repeat;
    background-size: cover;
}
.casePage .swiper-button-next:hover{
    background: url("../images/caseRights.png") center no-repeat;
    background-size: cover;
}

.service{
    margin-top: 100px;
    display: flex;
    padding-bottom: 100px;
}
.serviceList{
    width: calc((100% - 80px) / 3);
    margin-left: 40px;
    background: #fafafa;
    height: 210px;
    padding: 0 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #666666;
    position: relative;
}
.serviceList:first-child{
    margin-left: 0;
}
.serviceList:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #e60012;
    left: 0;
    transition: all 1s;
}
.serviceList:hover:after{
    width: 100%;
}
.serviceText{
    font-size: 26px;
    font-weight: 500;
    color: #333333;
	margin-top:15px;
}
.serviceMore{
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-size: 14px;
	justify-content: center;
}
.serviceRightImg{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.serviceRightImg img{
    width: 100%;
}
.serviceMore:hover{
    text-decoration: underline;
}
.serviceListInfo{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}
.serviceRight i{

}
.service-1{
    background-size: cover;
    width: 70px;
    height: 72px;
}
.service-2{
    background-size: cover;
    width: 68px;
    height: 60px;
}
.service-3{
    background-size: cover;
    width: 68px;
    height: 64px;
}
.serviceHover{
    display: none;
}
.serviceList:hover .serviceDefault{
    display: none;
}
.serviceList:hover .serviceHover{
    display: block;
}
.bannerEye{
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    font-size: 26px;
}