@font-face {
    font-family: 'font1';
    src: url("./font/font1.woff2");
}
@font-face {
    font-family: 'font2';
    src: url("./font/font1.woff2");
}
@font-face {
    font-family: 'font3';
    src: url("./font/font1.woff2");
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    font-style: normal;
}
html,body{
    font-family: 'font1';
    color: #333;
}
.container{
    margin: auto;
}
.btn {
    font-size: 12px;
    padding: 12px 37px;
    border: 1px solid #131313;
    background: 0 0;
    color: #131313;
    transition: color .5s ease,background .5s ease;
    border-radius: 0;
}
.btn:hover {
    background: #131313;
    color: #fff;
}
.header{
    display: flex;
    padding: 0 20px;
    border-bottom: 1px solid #cdcdcd;
}
.header .logo{
 width: 570px;
 text-align: center;
}
.header .nav{
   float:right;
   width:100%;
}
.header .nav a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 33px 0;
    font-family: 'font2';
    border-bottom: 2px solid #fff;
    /* position: relative; */
    width: 13%;
    display: inline-block;
	text-align:center;
}
.header .nav a:hover{
    border-bottom: 2px solid #005074;
}
.header .nav .navList{
	top: 64px;
	left: 232px;
	z-index: 22;
}
.header .nav .newList{
	top: 64px;
	left: 294px;
	z-index: 22;
}
.header .nav .navList,.header .nav .newList{
	position: absolute;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
.header .nav .navList li,.header .nav .newList li{
	border: none;
	height: 40px;
	width: 90px;
	line-height: 40px;
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
}
.header .nav .navList li:hover,.header .nav .newList li:hover{
	background: #000;
}
.header .nav .navList li a:hover,.header .nav .newList li a:hover{
	color: #fff;
}
.header .nav .navList li a,.header .nav .newList li a{
	text-decoration-line: none;
	border-bottom: 0;
	padding: 0;
	font-size: 14px;
	width: 100%;
	display: inline-block;
}
.banner{
    /* height: 300px; */
}
.banner .swiper-slide{
 position: relative;
}
.banner .swiper-slide .position{
    position: absolute;
    width: 30%;
    bottom: 5%;
    left: 5%;
    padding: 20px;
    background-color: rgba(255 , 255, 255, .5);
}
.banner .swiper-slide .position .banner-activity{
    font-size: 12px;
}
.banner .swiper-slide .position .banner-title{
    font-size: 28px;
}
.banner .swiper-slide .position .banner-details{
    color: #727272;
    font-size: 14px;
    margin-bottom: 15px;
}
.banner .swiper-slide .position .banner-abt{
    display: inline-block;
}
.news {
    margin-top: 30px;
}
.news .news-title{
    text-align: center;
    height: 42px;
    position: relative;
    margin-bottom: 20px;
}
.news .news-title .news-title-abt{
    position: absolute;
    right: 10%;
    top: 0;
}
.news .news-title .name{
    font-size: 23px;
    line-height: 42px;
    font-weight: bold;
}
.swiper-pagination-bullet-active{
    background-color: #94c01f;
}
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 0;
}

.swiper-pagination{
    display: flex;
    justify-content: center;
    margin-top: 5px;
    position: unset;
}
.swiper-button-prev, .swiper-button-next{
   
    padding: 10px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    color: #eee;
}
.swiper-button-prev:after:hover, .swiper-button-next:after:hover{
    color: #94c01f;
}
.news-content{
    width:1280px;
    margin: auto;
}
.news-content .news-swiper{
    margin: 20px auto;
}
.news-content .swiper-slide{
    display: flex;
    box-shadow: 0 0 22px rgb(19 19 19 / 8%);
}
.news-content .swiper-slide .left{
/*  width: 100%;
 overflow:hidden; */
}
.news-content .swiper-slide .right{
    padding: 12px 18px;
}
.news-content  .swiper-slide .right .story{
    display: inline-block;
    padding: 5px;
    color: #fff;
    background-color: #005074;
    font-size: 12px;
    margin-bottom: 12px;
}
.news-content  .swiper-slide .right .details{
    color: #727272;
    font-size: 14px;
    margin-top: 12px;
	height: 50px;
	    line-height: 25px;
	    overflow: hidden;
}
.news-content a{
	 color: #727272;
	 text-decoration: none;
}
.product-swiper{
    width: 1280px;
    margin: auto;
	padding-top: 50px;
}
.product-swiper .swiper-wrapper .swiper-slide {
    margin-top: 0 !important;
    position: relative;
    cursor: pointer;
}
.product-swiper .swiper-wrapper .swiper-slide .hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    padding: 15px;
}
.product-swiper .swiper-wrapper .swiper-slide .hover:hover{
    background: rgba(0,0,0,0.5);
    transition: bottom 0.5s ease, opacity 0.7s ease, color 500ms ease;
}
.product-swiper .swiper-wrapper .swiper-slide .hover .name{
    position: absolute;
    bottom: 20px;
    left: 30px;
	color: #727272;
}
.product-swiper .swiper-wrapper .swiper-slide .hover:hover .name{
   opacity: 0;
}
.product-swiper .swiper-wrapper .swiper-slide .hover .details{
    opacity: 0;
}
.product-swiper .swiper-wrapper .swiper-slide .hover:hover .details{
    opacity: 1;
}
.product-swiper .swiper-wrapper .swiper-slide .hover .abt span{
    position: absolute;
    bottom: -20px;
    left: 30px;
    opacity: 0;
    font-size: 14px;
    text-decoration-line: none;
    color: #fff;
}
.product-swiper .swiper-wrapper .swiper-slide .hover:hover .abt span{
    opacity: 1;
    bottom: 20px;
    transition: bottom 0.5s ease, opacity 0.7s ease, color 500ms ease;
}
.product-swiper .swiper-wrapper .swiper-slide .hover .abt span:hover{
    color: #b3d11e;
}
.about{
	width:1280px;
	margin: auto;
	margin-bottom: 80px;
}
.about .title{
	margin: 52px 0;
	text-align: center;
	font-size: 28px;
}
.about-content {
	display: flex;
	justify-content: space-around;
}
.about-list {
	width: 32%;
	height: auto;
}
.about-list .li .number{
	font-size: 48px;
	text-align: center;
}
.about-list .li .percentage{
	display: flex;
	justify-content: center;
}
.numberDecimal,.numberProportion,.person{
	height: 60px;
	display: inline-block;
}
.lineStyle {
	margin: 10px 0 20px 0;
	height: 1px;
	border: 0;
	background: #e2e2e2;
	background-image: linear-gradient(to right,#f6f6f6,#e2e2e2,#f6f6f6);
}
.about-text {
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}
.scheme {
	background: linear-gradient(0deg, #e7ecf0 65%, #fff 65%, #fff 100%);
}
.scheme-content {
	width: 1152px;
	margin: auto;
	padding-bottom: 80px;
	margin-bottom: 120px;
}
.scheme .scheme-content .title {
	text-align: center;
	font-size: 28px;
	padding: 40px 0;
}
.scheme-list {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: space-between;
}
.scheme-list div{
	width: 48%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.scheme-list div>img{
	width: 100%;
	height: 100%;
}
.teaser-tile__content {
	text-decoration-line: none; 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
.teaser-tile__content:hover{
	background: rgba(0,0,0,0.5);
}
.teaser-tile__content:hover .application{
	bottom: 100px;
}
.teaser-tile__content:hover .teaser-tile__cta{
	bottom: 12px;
}
.teaser-tile__cta:hover {
	color: #bbd03a !important;
}
.teaser-tile__content .application{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 26px;
	left: 50%;
	-webkit-transition: bottom 800ms ease;
	transition: bottom 800ms ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0;
	    width: 100%;
    text-align: center;
}
.teaser-tile__content .teaser-tile__cta {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-size: 13px;
	width: 95px;
	height: auto;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -16px;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: bottom 0.5s ease, opacity 0.7s ease, color 500ms ease;
    transition: bottom 0.5s ease, opacity 0.7s ease, color 500ms ease;
    text-transform: uppercase;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: bottom;
}	
.overview .swiper-slide{
    position: relative;
}
.overview .position {
    margin: 0 auto;
    width: 1280px;
    margin-top: -188px;
    background: #fff;
    position: relative;
    box-shadow: 1px 2px 19px rgb(0 0 0 / 50%);
}
.overview .imgDiv{
	height: 300px;
    background-image: url('https://www.trumpf.cn/filestorage/TRUMPF_Master/_processed_/f/a/csm_Success-Story-toolcraft-building_1ac8608dea.jpg');
}
.overview .imgDiv img {
    width: 100%;
    height: 100%;
}
.position .backView a{
    width: 124px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: -66px;
    right: 0;
    font-size: 13px;
    text-align: center;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    text-decoration-line: none;
}
.position .backView a:hover{
    color: #fff;
    background: #000;
}
.case-content .img>img {
    width: 253px;
    height: 253px;
}
.overview .case-content {
    display: flex;
    justify-content: space-between;
} 
.case-content .text {
    padding: 45px 50px 45px 45px;
    position: relative;
}
.text .title {
    font-size: 23px;
} 
.text .name{
    font-size: 16px;
}
.text .details {
    padding-top: 20px;
    color: #727272;
    font-size: 16px;
    width: 80%;
}
.text .linkHistory {
    position: absolute;
    bottom: 14px;
    right: 14px;
}
.text .linkHistory a{
    background: #bbd03a;
    color: #fff;
    width: 126px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    text-decoration-line: none;
    font-size: 13px;
}
.linkHistory a:hover{
    background: #fff;
    color: #bbd03a;
    border: 1px solid #bbd03a;
}
.bottomBox {
    margin: 0 auto;
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.bottomBox .warpBox{
    width: 290px;
    height: 354px;
    position: relative;
}
.warpBox img {
    width: 100%;
    height: 100%;
}
.warpBox .targetLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.warpBox .targetLink:hover{
    background: rgba(0,0,0,0.5);
}
.warpBox .targetLink:hover .career{
    bottom: 70px;
}
.warpBox .targetLink:hover .learnMore{
    bottom: 20px;
    opacity: 1;
}
.targetLink .learnMore:hover {
    color: #bbd03a;
}
.targetLink .career {
    position: absolute;
    bottom: 26px;
    left: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: bottom 500ms ease;
    transition: bottom 500ms ease;
    text-decoration-line: none;
    color: #fff;
    font-size: 20px;
}
.targetLink .learnMore {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    left: 22%;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: bottom 0.5s ease, opacity 0.7s ease, color 500ms ease;
    transition: bottom 0.5s ease, opacity 0.7s ease, color 500ms ease;
    text-transform: uppercase;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: bottom;
}
.location {
    height: 640px;
    overflow: hidden;   
    position: relative;
}
.location .locationImg {
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
}
.locationWrap {
    position: absolute;
    z-index: 2;
    top: 120px;
    width: 100%;
}
.locationWrap .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 24px;
}
.locationWrap .content{
    width: 560px;
    height: 348px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 65px 60px 60px 110px;
    box-shadow: 0 7px 22px rgb(19 19 19 / 8%);
}
.locationWrap .content .left{
    font-size: 44px;
    width: 40%;
}
.locationWrap .content .right {
    padding: 0 15px 0 30px;
    font-size: 16px;
    color: #131313;
    border-left: 1px solid #e2e2e2;
}
.locationWrap .branchSearch {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.locationWrap .branchSearch a{
    text-decoration-line: none;
    color: fff;
    padding: 12px 36px;
    background: #b3d11e;
    font-size: 12px;
}
.locationWrap .branchSearch a:hover{
    color: #b3d11e;
    background: #fff;
    border: 1px solid #b3d11e;
}

@media (max-width:1440px) {
    .banner .swiper-slide .position{
        position: initial;
        width: 100%;
        text-align: center;
    }
}
@media (max-width:750px) {
    .banner .swiper-slide .position{
        position: initial;
        width: 100%;
        text-align: center;
    }
}
.indexhidetitle{
	height: 20px;
    overflow: hidden;
    line-height: 20px;
}