li{list-style:none;}
.w-1600{width:1600px;margin: auto;overflow: hidden;}

/*---头部-------------------------------------------------------------------------------*/

.ty-ch-logo{width:100%; margin: auto; overflow: hidden;text-align: center;background: #2240c4; line-height: 28px; font-size: 18px;}
.ty-ch-logo-img{width:60%; float: left; background: #fff; padding: 20px 0px; }
.ty-ch-logo-stock{ width:40%; float: left;  color: #fff; margin-top:40px;}

.ty-ch-nav-other{width:20%; background: #2240c4; color: #fff; height: 141px; padding-top: 50px;}
.ty-ch-nav-other .et-magnifying-glass:before {
  content: "\e9d9";
	color: #fff;
	font-size: 28px;
}
.ty-ch-nav-other select{
	border:0;
	color: #fff;
    font-size: 18px;
    padding-left: 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    background-position-x: 100%;
	margin-top: -6px;
}

.select-blue{background:#2240c4;color: #fff; border:0;font-size: 15px;}





/*--企业文化-------------------------------------------------------------------------------*/
.ty-ch-in-culture{
	width:93%;
	background: #fff;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
	position: absolute;
	margin-top: -50px;
	overflow: hidden;
	z-index: 9;
	left: 0;
	height: auto;
	padding: 2.5% 2% 2.5% 10%;
}

.ty-ch-in-culture .title{
	width: 250px;
	float: left;
	color: #1f1f1f;
	font-size: 22px;
	font-weight: bold;
}

.ty-ch-in-culture .title span{
	
display: block;
	
text-transform: uppercase;
	
color: #17309c;
	
font-size: 16px;
	
font-weight: normal;
	margin-bottom: 10px;
}


.ty-ch-in-culture .title::after{
	content:
	'';
	width: 110px;
	height: 1px;
	background: #000;
	display: block;
	margin-top: 15px;
}

.ty-ch-in-culture .list{
	width: calc(100% - 250px);
	float: left;
}
.ty-ch-in-culture .list li{
	float:left;
	width:33.33%;
	border-left:1px solid #dcdcdc;
	height: auto;
	padding-left:20px;
}




.ty-ch-in-culture .list li .number{
    text-transform: uppercase;
    width: 70px;
    float: left;
    font-size: 12px;
	transition: all 0.3s;
}
.ty-ch-in-culture .list li .number span{
    display: block;
    font-size: 33px;
    color: #17309c;
    font-weight: bold;
    line-height: 32px;
}
.ty-ch-in-culture .list li .info{
    width: 70%;
    float: left;
    color: #2c2c2c;
    line-height: 20px;
	transition: all 0.3s;
}
.ty-ch-in-culture .list li .info span{
    display: block;
    color: #888;
    font-size: 16px;
    margin-bottom: 15px;
}



.ty-ch-in-culture .list li:hover .number{transform:translateX(-2px);transition: all 0.3s;}

.ty-ch-in-culture .list li:hover .info{transform:translateX(2px);transition: all 0.3s;}






/*---解决方案-----*/

.ty-ch-in-solution{
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	background: url(style/images/art/in-solution-bg.jpg) no-repeat top right #fff;
	padding-top: 200px;
}


.ty-ch-in-solution .title{
	width:100%;
	margin: auto;
	overflow: hidden;
}

.ty-ch-in-solution .title .title-left{
    width: 87%;
    float: left;
    color: #868686;
    font-size: 16px;
}
.ty-ch-in-solution .title .title-left span{
    display: block;
    color: #000000;
    font-size: 48px;
    font-weight: bold;
    line-height: 75px;
    letter-spacing: 2px;
}

.ty-ch-in-solution .title .title-left::after{
	content:
	'';
	width: 60px;
	height: 5px;
	background: #efb208;
	display: block;
	margin-top: 1.5%;
}

.ty-ch-in-solution .title .title-right{
    width: 12%;
    float: right;
    background: #2240c4;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    border-radius: 50px;
    margin-top: 2%;
	transition: all 0.3s;
}

.ty-ch-in-solution .title .title-right:hover{width: 12.5%;transition: all 0.3s;}



.ty-ch-in-solution .content{
	width:100%;
	background: url(style/images/art/in-solution-bg2.jpg) no-repeat bottom left #fff;
	margin: auto;
	overflow: hidden;
	height: 602px;
	position: relative;
	margin-top: 3%;
}


.ty-ch-in-solution .content .content-1600{
	width:1600px;
	margin: auto;
	overflow: hidden;
	height: 100%;
}


.ty-ch-in-solution .content .content-1600 .contentLeft{
    width: 46%;
    float: left;
    margin: auto;
    overflow: hidden;
    height: 100%;
}
.ty-ch-in-solution .content .content-1600 .contentRight{
    width: 53%;
    height: 100%;
    float: right;
}
.ty-ch-in-solution .content .content-1600 .contentRight-row1{
    height: 45%;
    margin-bottom: 2%;
}

.ty-ch-in-solution .content .content-1600 .contentRight-row1 .list{
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.ty-ch-in-solution .content .content-1600 .contentRight-row1 .list li{
    width: 49%;
    float: left;
    height: 100%;
}


.ty-ch-in-solution .content .content-1600 .contentRight-row2{
    height: 53%;
}

.in-solution-box{
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 100%;
    color: #fff;
}
.in-solution-box .pic{
    width: 100%;
    margin: auto;
    overflow: auto;
    position: absolute;
    z-index: 1;transition: all 0.3s;
}
.in-solution-box .pic img{}
.in-solution-box .title1{
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    left: 10%;
    top: 22%;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    border-left: 8px solid #ffc629;
    padding-left: 15px;
    letter-spacing: 2px;
    transition: all 0.2s;
}

.in-solution-box .pic:hover{ opacity:0.9; transition: all 0.2s;}
.in-solution-box:hover .text{ opacity:1;transition: all 0.6s; top: 32%;}
.in-solution-box:hover .text2{ opacity:1;transition: all 0.6s; bottom: 14%;}
.in-solution-box:hover .title1{top: 16%;transition: all 0.3s;}
.in-solution-box:hover .title2{bottom:38%;transition: all 0.3s;}

.in-solution-box .title2{
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    left: 35px;
    bottom: 16%;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    border-left: 8px solid #ffc629;
    padding-left: 15px;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.in-solution-box .title2 a{color:#fff}

.in-solution-box .text{
    width: 80%;
    max-width: 340px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    left: 10%;
    top: 36%;
    font-size: 18px;
    opacity:0;
    transition: all 0.6s;
}

.in-solution-box .text2{
    width: 80%;
    max-width: 340px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    left: 35px;
    bottom: 6%;
    font-size: 16px;
    opacity:0;
    transition: all 0.6s;
}
.in-solution-box .btn{
    position: absolute;
    z-index: 99;
    bottom: 15%;
    left: 10%;
    background: #2240c4;
    width: 160px;
    height: 48px;
    line-height: 1;
    font-size: 18px;
}











/*---首页产品-----*/


.ty-ch-in-pro{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/art/in-pro-bg.jpg) no-repeat left top #1a39c0;
	padding-top: 3%;
	color: #fff;
	margin-top: 5%;
}
.ty-ch-in-pro .in-pro-left{
    width: 35%;
    float: left;
    padding: 2% 5% 5% 5%;
}
.ty-ch-in-pro .in-pro-left .ipl-title{
    font-size: 38px;
    line-height: 1.7;
    font-weight: bold;
}

.ty-ch-in-pro .in-pro-left .ipl-title::after{
	content:
	'';
	width: 50px;
	height: 1px;
	background: #fff;
	display: block;
	margin-top: 5%;
}

.ty-ch-in-pro .in-pro-left .ipl-text{
    width: 86%;
    max-width: 420px;
    font-size: 15px;
    margin-top: 18%;
    line-height: 2;
}
.ty-ch-in-pro .in-pro-left .ipl-circle{
    width: 60px;
    height: 60px;
    background: #efb208;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    transform: rotate(313deg);
    margin-top: 15%;transition: all 0.3s;
}

.ty-ch-in-pro .in-pro-left .ipl-circle:hover{
    transform: rotate(393deg);transition: all 0.3s;}


.ty-ch-in-pro .in-pro-right{
    width: 62%;
    float: right;
}

.ty-ch-in-pro .in-pro-right .list-sort{width:100%;margin: 5% auto 8% 4%;overflow: hidden;}
.ty-ch-in-pro .in-pro-right .list-product{
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 6% 7% 3% 8%;
}

.ty-ch-in-pro .in-pro-right .list-sort .list{float: left;width: 110px;height: 110px;border: 1px solid #fff;border-radius: 50%; text-align: center;}
.ty-ch-in-pro .in-pro-right .list-sort .swiper-slide .pic{ text-align:center; margin-top: 25px; margin-bottom: 5px}

.ty-ch-in-pro .in-pro-right .list-sort .list:hover{ background:#efb208; border:1px solid #efb208}
.ty-ch-in-pro .in-pro-right .list-sort .swiper-slide .pic img{width:100%; max-width:55px}
.ty-ch-in-pro .in-pro-right .list-sort .swiper-slide .text{ font-size: 15px; color: #fff;}



.ty-ch-in-pro .in-pro-right .list-product .list{}
.ty-ch-in-pro .in-pro-right .list-product .list .title{
    text-align: center;
    font-size: 26px;
    margin-top: 6%;
    color: #333;
}
.ty-ch-in-pro .in-pro-right .list-product .list .pic{}
.ty-ch-in-pro .in-pro-right .list-product .list .pic img{
    width: 100%;
    /*min-height: 260px;*/
    /*max-height: 324px;*/
    object-fit: cover;
}








/*---服务--英文--*/
.ty-service-title{
	width:100%;
	margin:3% auto;
	overflow: hidden;
	text-align: center;
	font-size: 42px;
	text-transform: uppercase;
	font-weight:bold;
	color: #1a1a1a;
	line-height: 1.5;
}

.ty-service-title::after{
	content:'';
	display: block;
	width:40px;
	height: 2px;
	background: #0163bf;
	margin-top: 30px;
	margin: auto;
}

.ty-service-content{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-top: 1px solid #dedede;
}

.ty-service-content li{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.ty-service-content li .w-40{
	width:45%;
	float: left;
	margin: auto;
	overflow: hidden;
}
.ty-service-content li .w-60{
	width:55%;
	float: left;
	margin: auto;
	overflow: hidden;
	padding: 5% 5% 2% 5%;
}
.ty-service-content li .w-60 .title{
	width:100%;
	font-size: 30px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight:bold;
	color: #1a1a1a;
	
}
.ty-service-content li .w-60 .text{
	width:100%;
	font-size: 15px;
	margin-top: 3%;
	line-height: 1.8;
}

.ty-service-right{float:right!important;}

.ty-service-content li .w-60 .text p span{color:#005eec}




@media (max-width: 1280px) {
	
	.ty-service-content li .w-60 .text {line-height: 1.5;}
}


@media (max-width: 996px) {
	
	.ty-service-right{float:left!important;}
	.ty-service-content li .w-40{width:100%;}
	.ty-service-content li .w-40 img{width:100%}
	.ty-service-content li .w-60{width:100%;}
	.ty-service-title{font-size:28px;}
	.ty-service-content li .w-60 .title{font-size:20px;}
	.ty-service-content li .w-60 .text {line-height: 1.3;}
}

















/*---解决方案---英文--*/
.ty-en-in-solution{
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-top: 5%;
}

.ty-en-in-solution .title{
    font-size: 48px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.ty-en-in-solution .title::after{
	content:'';
	display: block;
	width:60px;
	height: 4px;
	background: #efb208;
	margin-top: 20px;
}

.ty-en-in-solution .content{	  
    font-size: 18px;
    line-height: 1;
    color: #333;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.ty-en-in-solution .contentLeft{
	width: 48%;
	float: left;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	height: 502px;
	color: #fff;
	max-width: 762px;
}

.ty-en-in-solution .contentLeft .pic{
    position: absolute;
}
.ty-en-in-solution .contentLeft .title{
    position: absolute;
    z-index: 2;
    font-size: 26px;
    left: 10%;
	top:25%;
	text-transform: uppercase;
	color: #fff;
}


.ty-en-in-solution .contentLeft .title::after{
	content:'';
	display: none;
}


.ty-en-in-solution .contentLeft .text{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:40%;
	font-size: 20px;
}
.ty-en-in-solution .contentLeft .more{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:60%;
	width:260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #edb20e;
}



.ty-en-in-solution .contentRight{
	width: 50%;
	float: left;
	margin: auto;
	overflow: hidden;
	margin-left: 2%;
}
.ty-en-in-solution .contentRight .contentRightSub{
	width:30.33%;
	float: left;
	margin: auto;
	overflow: hidden;
	margin-left: 3%;
	position: relative;
	height: 506px;
	color: #fff;
}

.ty-en-in-solution .contentRight .contentRightSub .pic{
    position: absolute;
}
.ty-en-in-solution .contentRight .contentRightSub .title{
    position: absolute;
    z-index: 2;
    font-size: 18px;
    left: 5%;
	top:45%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width:90%;
}


.ty-en-in-solution .contentRight .contentRightSub .title::after{
	content:'';
	display: none;
}


.ty-en-in-solution .contentRight .contentRightSub .text{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:10%;
}
.ty-en-in-solution .contentRight .contentRightSub .more{
    position: absolute;
    z-index: 2;
    left: 10%;
	bottom:5%;
	display: none;
}


.margin-top{margin-top:40px!important;}





@media (max-width: 996px) {
	
	.ty-en-in-solution .title{font-size:26px;}
	
	
	.ty-en-in-solution .contentLeft{width:100%}
	.ty-en-in-solution .contentRight{width: 103%;margin-left: -3%;}
	
	
	
	.margin-top{margin-top:0px!important;}
	.ty-en-in-solution .contentLeft .text{font-size:16px;width: 80%;}
}















/*-------------------------------------------------------------首页产品-----*/
.ty-en-in-pro{
	width:100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	height: 800px;
}
.ty-en-in-pro .e-i-p-left{
	width:50%;
	margin: auto;
	overflow: hidden;
	float: left;
	position: relative;
	height: 100%;
	background: #2240c4;
	padding: 5%;
	color: #fff;
}


.ty-en-in-pro .e-i-p-left .title1{
    font-size: 30px;
}
.ty-en-in-pro .e-i-p-left .title2{
    font-size: 22px;
    margin: 5% 0 3%;
}
.ty-en-in-pro .e-i-p-left .text{
    font-size: 16px;
}
.ty-en-in-pro .e-i-p-left .btn{
    border: 1px solid #fff;
    background: none;
    margin-top: 8%;
}
.ty-en-in-pro .e-i-p-left .pic{
    text-align: right;
}




.ty-en-in-pro .e-i-p-right{
	width: 50%;
    margin: auto;
    overflow: hidden;
    float: right;
    position: relative;
    height: 100%;
    padding: 5% 5% 0 0;
}


.ty-en-in-pro .e-i-p-right .title{
    text-align: right;
    font-size: 42px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin: auto;
    overflow: hidden;
    line-height: 1;
}
.ty-en-in-pro .e-i-p-right .list{
    width: 90%;
    margin: auto;
    overflow: hidden;
    height: 75%;
    position: absolute;
    bottom: 0;
}
.ty-en-in-pro .e-i-p-right .list ul{
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-left: 0;
    height: 100%;
}
.ty-en-in-pro .e-i-p-right .list ul li{
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 50%;
    float: left;
    height: 50%;
	color: #5d5d5d;
	padding: 5%;
}
.ty-en-in-pro .e-i-p-right .list ul li .list1{
	font-size: 22px;
    font-weight: bold;
}
.ty-en-in-pro .e-i-p-right .list ul li .list2{
	font-size: 18px;
	margin: 20px 0 30px;
}
.ty-en-in-pro .e-i-p-right .list ul li .list3{}
.ty-en-in-pro .e-i-p-right .list ul li .list3 span{ color: #ccc;} 
.ty-en-in-pro .e-i-p-right .list ul li .list4{
    float: right;
    margin-right: 3%;
    margin-top: 10px;
}






@media (max-width: 1440px) {
	.ty-en-in-pro .e-i-p-left .pic {
    text-align: left;
	}
	
	.ty-en-in-pro .e-i-p-right .list ul li .list1 {
    font-size: 20px;
	}
	
}




@media (max-width: 996px) {
	
	
	.ty-en-in-pro{height:auto;}
	.ty-en-in-pro .e-i-p-left{width:100%; height: auto; position: relative;}
	.ty-en-in-pro .e-i-p-left .pic img{width:100%}
	
	
	
	.ty-en-in-pro .e-i-p-left .title1{ font-size:26px;}
	.ty-en-in-pro .e-i-p-left .title2{ font-size:20px;}
	.ty-en-in-pro .e-i-p-left .text{ font-size:15px;}
	
	
	.ty-en-in-pro .e-i-p-right{width:100%; height:auto;padding: 5% 5% 0 5%;}
	.ty-en-in-pro .e-i-p-right .title{ font-size:26px; text-align: left;}
	.ty-en-in-pro .e-i-p-right .list{position:relative; width:100%; margin-top:4%}
	.ty-en-in-pro .e-i-p-right .list ul li .list1{font-size:17px;letter-spacing:-1px; height: 50px;}
	.ty-en-in-pro .e-i-p-right .list ul li .list2 {font-size: 15px;  line-height: 22px; height: 40px; margin: 20px 0 30px;}
	.ty-en-in-pro .e-i-p-right .list ul li .list4{float: left;}
	.ty-en-in-pro .e-i-p-right .list ul li .list4 img{width:50%}
}













/*----------------------------------------------------------首页关于我们¬----*/
.ty-en-in-ab{width:100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	background: #2240c4;
	color: #fff;
	height: auto;
	position: relative;
}

.ty-en-in-ab .e-i-a-pic{
	width:55%; 
	float: left;
}
.ty-en-in-ab .e-i-a-pic img{ 
width:100%;
}
.ty-en-in-ab .e-i-a-info{
	width:45%;
	float: right;
	position: absolute;
	height: 100%;
	z-index: 999;
	left: 55%;
}

.ty-en-in-ab .e-i-a-info .title{
    width: 70%;
    margin: auto;
    font-size: 36px;
    font-weight: bold;
    margin-top: 15%;
    margin-bottom: 5%;
}

.ty-en-in-ab .e-i-a-info .title::before{
	content:
	'';
	display: inline-block;
	width: 8px;
	height: 30px;
	background: #edb20e;
	margin-right: 10px;
}



.ty-en-in-ab .e-i-a-info .text{
    width: 70%;
    margin: auto;
    font-size: 16px;
    line-height: 27px;
}
.ty-en-in-ab .e-i-a-info .btn{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 145px;
    height: 100px;
    background: #edb20e;
    line-height: 100px;
    padding: 0;
}




@media (max-width: 1440px) {
	
	.ty-en-in-ab .e-i-a-info .title{margin-top:8%;    width: 80%;}
	.ty-en-in-ab .e-i-a-info .text{font-size: 15px;    width: 80%;}
	.ty-en-in-ab .e-i-a-info .btn{height:90px; line-height: 90px;}
}

@media (max-width: 1300px) {
	
	.ty-en-in-ab .e-i-a-info .text{font-size: 15px; line-height: 20px;}
	.ty-en-in-ab .e-i-a-info .btn{height:80px; line-height: 80px;}
}


@media (max-width: 1100px) {
	
	.ty-en-in-ab .e-i-a-info .text{font-size: 14px; }
	.ty-en-in-ab .e-i-a-info .btn{height:60px; line-height: 60px;}
}



@media (max-width: 996px) {
	
	.ty-en-in-ab .e-i-a-info{width:100%; left: 0;}
	.ty-en-in-ab .e-i-a-pic{width:140%}
	.ty-en-in-ab .e-i-a-pic img{ opacity: 0.4}
	.ty-en-in-ab .e-i-a-info .title{width: 90%;font-size: 26px;}
	.ty-en-in-ab .e-i-a-info .title::before{height: 20px;}
	.ty-en-in-ab .e-i-a-info .text{width: 90%;}
	.ty-en-in-ab{margin-top:5%;}

}





/*---首页关于我们¬----*/
.ty-ch-in-ab{width:100%;margin: auto;overflow: hidden;position: relative;}
.ty-ch-in-ab .bg{
    text-align: right;
    width: 62%;
    right: 0;
    position: relative;
    float: right;
}
.ty-ch-in-ab .info{
    position: absolute;
	width:500px;
	left:6%;
    margin-top: 6%;
}

.ty-ch-in-ab .info .title{
    color: #1b1b1b;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.ty-ch-in-ab .info .title span{
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 4;
}


.ty-ch-in-ab .info .title::after{
	content:	'';
	width: 50px;
	height: 1px;
	background: #333;
	display: block;
	margin-top: 5%;
}


.ty-ch-in-ab .info .text{
    color: #606060;
    text-align: justify;
}


.ty-ch-in-ab .info .text::before{
	content:
	'';
	width: 24px;
	height: 1px;
	background: #333;
	display: block;
	margin-top: 10px;
	margin-bottom: 10%;
}



.ty-ch-in-ab .info .list{
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    font-size: 14px;
    color: #616161;
	height: 120px;
}
.ty-ch-in-ab .info .list li{}
.ty-ch-in-ab .info .list li .ico{
    margin-left: 10px;transition: all 0.3s;
}
.ty-ch-in-ab .info .list li .bt1{
    margin: 10% 0;transition: all 0.3s;
}
.ty-ch-in-ab .info .list li .bt2{transition: all 0.3s;}
.ty-ch-in-ab .info .list li .bt2 span{
    color: #2240c4;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -2px;
    margin-right: 5px;
}
.ty-ch-in-ab .info .list li:hover .ico{transform:translateY(-5px);transition: all 0.3s;}
.ty-ch-in-ab .info .list li:hover .bt1{transform:translateY(2px);transition: all 0.3s;}
.ty-ch-in-ab .info .list li:hover .bt2{transform:translateY(3px);transition: all 0.3s;}

.ty-ch-in-ab .info .btn{
    background: #2240c4;
    width: 160px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 10%;
}

.ty-ch-in-ab .info .btn:hover{ background:#ffc629}







/*---首页配件----*/
.ty-ch-in-pro-pei{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f6f7fa;
	padding: 5% 6%;
}

.ty-ch-in-pro-pei .ipp-left{
    width: 320px;
    float: left;
    border-right: 1px solid #e5e5e5;
}
.ty-ch-in-pro-pei .ipp-left .title{
    color: #272626;
    font-size: 16px;
}
.ty-ch-in-pro-pei .ipp-left .title span{
    display: block;
    font-size: 46px;
    font-weight: bold;
    color: #121212;
    line-height: 1.5;
}

.ty-ch-in-pro-pei .ipp-left .title-right{
    float: right;
    background: #2240c4;
    color: #fff;
    text-align: center;
    border-radius: 50px;
	width: 25%;
    line-height: 35px;
    font-size: 14px;
    margin-top: -12%;
	display:none;
}

.ty-ch-in-pro-pei .ipp-left .sort{
    width: 100%;
    height: 250px;
    overflow-y: scroll;
    margin-top: 5%;
}

.ty-ch-in-pro-pei .ipp-left .sort li{
    width: 80%;
    border-radius: 50px;
    padding-left: 20px;
    line-height: 2;
    margin: 11% 0;
    font-size: 15px;
	color: #666666;
}


.ty-ch-in-pro-pei .ipp-left .sort li:hover{
	background: url(style/images/art/in-pro-pei-ico.png) no-repeat right 20px center #2240c4;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	color:#fff;
}





.ty-ch-in-pro-pei .ipp-right{
    width: calc(96% - 340px);
    float: right;
}

.ty-ch-in-pro-pei .ipp-right .list{}
.ty-ch-in-pro-pei .ipp-right .list .pic{}
.ty-ch-in-pro-pei .ipp-right .list .pic img{
	    width: 100%;
    min-height: 360px;
	max-height: 432px;
    object-fit: cover;
}





#jq22 {
	width: 100%;
	height: 300px;
	margin: 10px auto;
	padding-right: 12px;
	overflow: hidden;
			}

#jq22 p {
	color: #999;
	font-size: 12px;
	line-height: 320%;
	text-align: left;
	text-indent: 2em;
			}





/*---首页新闻----*/
.ty-ch-in-news{
    width: 100%;
    margin: 5% auto;
    overflow: hidden;
}

.ty-ch-in-news .title{
    font-size: 16px;
}
.ty-ch-in-news .title span{
    display: block;
    font-size: 48px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.ty-ch-in-news .sort{

    font-size: 16px;
    width: 180px;
    float: right;
    margin-top: -70px;
    text-align: center;
    color: #666;
    height: 55px;
}
.ty-ch-in-news .sort li{
    width: 33.33%;
    float: left;
    line-height: 55px;
}
.ty-ch-in-news .sort li a{color:#fff}



.ty-ch-in-news-sort-current{
    background: #efb208;
    border-radius: 50px;
    margin-left: -1px;
}


.ty-ch-in-news .content{ 
	width:100%;
	margin: 3% 0;
	overflow: hidden;
	position: relative;
}

.ty-ch-in-news .content .video{
    float: left;
    width: 42%;
    margin: auto;
    overflow: hidden;
    height: 517px;
    z-index: 1;
    position: absolute;
    padding-bottom: 10px;
}

.ty-ch-in-news .content .video img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
}



.ty-ch-in-news .content .list{
    width: 55%;
    float: right;
    margin: auto;
    overflow: hidden;
}

.ty-ch-in-news .content .list li{box-shadow: 2px 4px 11px rgb(0 0 0 / 8%);margin-right: 0;text-align: center;height: 507px;margin-bottom: 10px;width: 45%;float: left;margin-left: 4%;}

.ty-ch-in-news .content .list li .pic{
    width: auto;
    margin: auto;
    overflow: hidden;
    height: auto;
    z-index: 1;
}
.ty-ch-in-news .content .list li .pic img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
}



.ty-ch-in-news .content .list li .date{
    font-size: 16px;
    margin: 20px;
}
.ty-ch-in-news .content .list li .title{
    width: 80%;
    margin: 3% auto;
    font-size: 18px;
    letter-spacing: 1px;
    height: 50px;
	text-align: left;
    color: #696969;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ty-ch-in-news .content .list li .title a{color: #696969;}



.ty-ch-in-news .content .list li .more{
    width: 50%;
    margin: 10% auto 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    line-height: 3;
    font-size: 15px;
}








.tab-menu{
            margin-top: 0px;
            height: 55px;
            overflow: hidden;
            position: relative;
            border-radius: 50px;
        }
 .tab-menu li{
            height: 24px;
            line-height: 24px;
            float: left;
            text-align: center;
            position: relative;
        }
.tab-menu span{
            margin: 1px;
            display: inline-block;
            height: 53px;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 50px;
            transition: left .4s;
            -webkit-transition: left .4s;
            -moz-transition: left .4s;
        }
 .tab-menu li:hover{
            cursor: pointer;
        }
.tworow{
            width: 450px;
            background-color: #2240c4;
        }
.tworow span{
            width: 148px;
            background-color: #efb208;
        }
.tworow .active{
            color: white;
        }
.tworow li{
            width: 80px;
            color: #fff;
        }
.eightrow li{
            width: 50px;
            color: white;
        }
.eightrow .active{
            color: #10aefc;
        }
.eightrow{
            width: 700px;
            background: #10aefc;
        }
.eightrow span{
            width: 42px;
            background: white;
        }







/*---底部----*/
.ty-bottom1{width:90%;margin: auto;overflow: hidden;padding: 1% 0 0 0;}
.ty-bottom1 .bo-sort{width:calc(96% - 380px);float: left;margin-top: 3.5%;}
.ty-bottom1 .bo-sort ul{display: flex;margin-left: -3%;}
.ty-bottom1 .bo-sort ul li{margin: 0 2% 0 0%; font-size:17px; background: url(style/images/art/bo-line.jpg) no-repeat left center;padding-left: 2%;text-align: center;}

.ty-bottom1 .bo-sort ul li:first-child{background:none;}


.ty-bottom1 .bo-contact{width:380px; float:right;}
.ty-bottom1 .bo-contact img{float:left;margin-right: 10px;margin-top: 8px;}
.ty-bottom1 .bo-contact .tel{
    width: 255px;
    float: left;
    margin-top: 71px;
}
.ty-bottom1 .bo-contact .tel span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.ty-bottom1 .bo-contact .code{
    width: 105px;
    float: right;
    margin-bottom: 0;
}


.ty-bottom2{width:100%;margin: 3% auto;overflow: hidden;}
.ty-bottom2 .copyright{width: calc(98% - 285px);float: left}
.ty-bottom2 .icp{width: 330px; float:right;text-align: right;letter-spacing: 0.5px;}



.ty-bottom1 a{color:#fff;}
.ty-bottom1 a:hover{color:#96a3d9;}

.ty-bottom2 a{color:#fff;}
.ty-bottom2 a:hover{color:#96a3d9;}







/* 内页
------------------------------ */
.nei-top{width:100%; margin: auto; overflow: hidden; position: relative;}

.nei-top .tp{position: relative;z-index: 0;}
.nei-top .tp img{max-width: none;width: 100%;}

.nei-top .about-top-text{color:#fff;position: absolute;padding-left: 10%;overflow: hidden;text-align: left;z-index: 99;    top: 30%;}
.nei-top .about-top-text .line{width:40px; height: 1px; background: #fff; display: block; overflow: hidden;}
.nei-top .about-top-text h1{font-size: 45px;text-transform: uppercase; font-weight:bold;}
.nei-top .about-top-text h2{font-size: 40px;text-transform: uppercase;margin: 30px 0;letter-spacing: 1px;font-weight:bold;color: #fff;line-height: 1;}
.nei-top .about-top-text .line{width:80px; height: 3px; background: #fff;}
.nei-top .about-top-text h3{font-size: 50px;width: 60%;min-width: 500px;color: #fff;line-height: 1;text-transform: uppercase;}



/*子页内栏目导航*/

.nei-top-menu-box{width:100%;background: #fff;height: 120px;position: relative;z-index: 9;border-bottom:1px solid #ebebeb;}

.nei-top-menu{width:100%;overflow: hidden;}
.nei-top-menu .submenu{width: 100%;color: #8c8c8c;font-size: 16px;margin: auto;overflow: hidden;    border-bottom: 1px solid #c6c6c6;padding-left: 0%;text-align: center;}
.nei-top-menu .submenu li{width: auto;text-align: center;display: inline-block;margin: 0 2% 0 0;padding-left: 2%;line-height: 26px; background: url(style/images/art/nei-nav-line.jpg) no-repeat left center;}
.nei-top-menu .submenu li:first-child{background:none;}

/*------------子页内栏目导航--------BUTTON----------*/
	.button27 {
	color: rgba(0,0,0,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.button27:hover{color: #b0957a;
}
.button27 a{
	color: #434343;
	text-decoration: none;
	display: block;
}
.button27 a:hover{color: #333;}

.button27::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: -1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, -600%) rotate(30deg);
	transform: translate(-100%, -600%)  rotate(30deg);
	background-color: #fdc426;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	color: #fff;
}
.button27:hover::before{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}





/*关于我们*/
/*关于我们*/
.ty-ab{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/art/ab-bg.jpg) no-repeat right bottom;
	padding-top: 5%;
	padding-bottom: 5%;
}
.ty-ab .info{
	width: 100%;
    float: left;
    margin-left: 0%;
}
.ty-ab .info .title{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #333;
}
.ty-ab .info .title span{
    display: block;
    font-size: 60px;
    font-weight: normal;
}
.ty-ab .info .title2{
    font-size: 20px;
    color: #333;
    margin-top: 1%;
}
.ty-ab .info .title2::after{
	content:
	'';
	width: 95px;
	height: 4px;
	background: #fdc426;
	display: block;
	margin-top: 2%;
}

.ty-ab .info .pic{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 5%;
}
.ty-ab .info .pic img{
	width:100%;
}

.ty-ab .info .text{
    font-size: 16px;
    line-height: 2;
    margin-top: 4%;
}

.ty-ab .list{
	width: 100%;
	float: right;
	position: relative;
	color: #fff;
	text-align: center;
}

.ty-ab .list li{
    position: relative;
    width: 33.33%;
    float: left;
	transition: all 0.3s;
}






.ty-ab-list-li-title{
    margin-top: 12%;
	color: #2240c4;
	font-size: 24px;
}
.ty-ab-list-li-title span{
    font-size: 82px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -3px;
}
.ty-ab-list-li-text{
    margin-bottom: 12%;
    font-size: 17px;
    margin-top: 2%;
	color: #666666;
}

li:nth-child(2)  .ty-ab-list-li-title span:after{
	content:'+';
	display:inline-block;
	font-size:24px;
	position:absolute;	
}




/*.ty-ab{*/
/*	width:100%;*/
/*	margin: auto;*/
/*	overflow: hidden;*/
/*	background: url(style/images/ab-bg2.jpg) no-repeat right bottom;*/
/*	padding-top: 5%;*/
/*	padding-bottom: 5%;*/
/*}*/
/*.ty-ab .info{*/
/*	width:45%;*/
/*	float: left;*/
/*	margin-left: 10%;*/
/*}*/
/*.ty-ab .info .title{*/
/*	font-size: 30px;*/
/*	font-weight: bold;*/
/*	line-height: 1.3;*/
/*	color: #333;*/
/*}*/
/*.ty-ab .info .title span{*/
/*    display: block;*/
/*    font-size: 60px;*/
/*    font-weight: normal;*/
/*}*/
/*.ty-ab .info .title2{*/
/*    font-size: 20px;*/
/*    color: #333;*/
/*    margin-top: 2%;*/
/*}*/
/*.ty-ab .info .title2::after{*/
/*	content:*/
/*	'';*/
/*	width: 95px;*/
/*	height: 4px;*/
/*	background: #fdc426;*/
/*	display: block;*/
/*	margin-top: 2%;*/
/*}*/


/*.ty-ab .info .text{*/
/*    font-size: 16px;*/
/*    line-height: 2;*/
/*    margin-top: 7%;*/
/*}*/

/*.ty-ab .list{*/
/*	width: 30%;*/
/*	float: right;*/
/*	margin-right: 5%;*/
/*	position: relative;*/
/*	color: #fff;*/
/*	text-align: center;*/
/*}*/

/*.ty-ab .list .li1{*/
/*    position: relative;*/
/*    width: 60%;*/
/*    background: #f7aa14;*/
/*    float: right;*/
/*	transition: all 0.3s;*/
/*}*/

/*.ty-ab .list .li1:hover{*/
/*	width: 63%;*/
/*	transition: all 0.3s;*/
/*}*/


/*.ty-ab .list .li2{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    float: right;*/
/*    background-color: rgba(255,255,255,0.9);*/
/*    color: #333;*/
/*	transition: all 0.3s;*/
/*}*/
/*.ty-ab .list .li2 .li2-2{width: 60%;float: right;}*/
/*.ty-ab .list .li2 .li2-2::after{content:'+';display: block;margin-top: -36%;padding-bottom: 30%;MARGIN-RIGHT: -44%;}*/


/*.ty-ab .list .li2:hover{*/
/*	width: 105%;*/
/*	transition: all 0.3s;*/
/*}*/



/*.ty-ab .list .li3{*/
/*    position: relative;*/
/*    width: 60%;*/
/*    background: #2240c4;*/
/*    float: right;*/
/*	transition: all 0.3s;*/
/*}*/

/*.ty-ab .list .li3:hover{*/
/*	width: 63%;*/
/*	transition: all 0.3s;*/
/*}*/


/*.ty-ab-list-li-title{*/
/*    margin-top: 12%;*/
/*}*/
/*.ty-ab-list-li-title span{*/
/*    font-size: 46px;*/
/*    line-height: 1;*/
/*    font-weight: bold;*/
/*}*/
/*.ty-ab-list-li-text{*/
/*    margin-bottom: 12%;*/
/*    font-size: 17px;*/
/*    margin-top: 2%;*/
/*}*/












.nei-title1{width:100%; font-size: 24px;    line-height: 1.8; margin: 5% 0;color: #222;}
.nei-title1 span::after {
    content: '';
    width: 60px;
    height: 5px;
    background: #efb208;
    display: block;
    margin-top: 1.5%;
}

.nei-title1 span{ display: block; font-size: 42px; font-weight: bold;	line-height: 1.2;	text-transform: uppercase;}

.nei-title1::after{
	content:
	'';
	height: 2px;
	width: 43px;
	background: #17309c;
	display: block;
	margin-left: 10%;
	margin-top: -25px;
	display: none;
}




/*企业文化*/
.ty-culture1{
	width:100%;
	margin: auto ;
	overflow: hidden;
	background: url(style/images/art/culture-bg1.jpg) no-repeat right bottom;
	padding-left: 8%;
	padding-right: 10%;
	padding-bottom: 4%;
}

.ty-culture1 .title{
	width:100%; 
	margin: auto;








	overflow: hidden;
	color: #222;
}


.ty-culture1 .content{
	width:100%; 
	margin: auto;
	overflow: hidden;
}

.ty-culture1 .content .logo{
    width: 179px;
    float: left;
}

.ty-culture1 .content .text{
    width: calc(93% - 180px);
    float: right;
    font-size: 17px;
    line-height: 2;
}
.ty-culture1 .content .text span{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2%;
}



.ty-culture2{
	width:100%;
	margin: 0% auto 2%;
	overflow: hidden;
	height: 683px;
	background: url(style/images/art/culture-bg2.jpg) no-repeat bottom right;
	position: relative;
}


.ty-culture2 ul{
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-left: 0;
}
.ty-culture2 ul li{
	width:
	calc((100% - 0px)/3);
	float: left;
	border-left: 1px solid rgba(255,255,255,0.4);
	height: 683px;
	position: relative;
	color: #fff;
	padding: 8% 2% 0 2%;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s;
}
.ty-culture2 ul li .ico{
}
.ty-culture2 ul li .title{
    font-size: 24px;
    margin: 5% 0;
    line-height: 1.5;
	
}
.ty-culture2 ul li .title span{
    display: block;
    text-transform: uppercase;
}
.ty-culture2 ul li .line{
    width: 68px;
    height: 1px;
    background: #fff;
}
.ty-culture2 ul li .text{
    font-size: 14px;
    margin-top: 12%;
	opacity:0;
	transition: all 0.3s;
}
.ty-culture2 ul li .arrow{
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
	transition: all 0.3s;
	    position: fixed;
	    bottom: 200px;
}

.ty-culture2 ul li .arrow svg path{stroke:#fff;}

.ty-culture2 ul li:hover{
	background-color: rgba(0,0,0,0.2);
	padding: 5% 2% 0 2%;
	transition: all 0.3s;
}


.ty-culture2 ul li:hover .text{ opacity:1;transition: all 0.3s;}
.ty-culture2 ul li:hover .arrow{
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    line-height: 40px;
	background:#fff;
	transform:translateY(300%);
	transition: all 0.3s;
}

.ty-culture2 ul li:hover .arrow svg path{stroke:#1b308d;}








/*荣誉资质*/
.ty-honor{
	width:100%;
	margin: auto;
	overflow: hidden
}
.ty-honor .title{
	width:100%;
	margin: auto;
	overflow: hidden
}
.ty-honor .list{
	width:100%;
	margin: auto;
	overflow: hidden
}





/*发展历程*/
.ty-lc{
	width:100%;
	margin: auto;
	overflow: hidden
}
.ty-lc .title{
	width:100%;
	margin: auto;
	overflow: hidden
}
.ty-lc .list{
	width:100%;
	margin: auto;
	overflow: hidden
}


.tab-content{
	
}
.tab-content::before{
	content:
	'';
	width: 1px;
	height: 100%;
	background: #dedede;
	display: block;
	position: absolute;
	left: 50%;
	z-index: -1;
}


.tab-content ul{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0;
}
.tab-content ul li{width:50%;he;margin-left: 0;padding-left: 0;font-size: 15px;}
.tab-content ul li:nth-child(even){ float: left; margin-top: 380px;}    /**li的偶数行样式**/
.tab-content ul li:nth-child(odd){ float: right;  margin-bottom: 380px;}    /**li的奇数行样式**/

.tab-content ul li:nth-child(even) .line{
    float: right;width:60px;height:1px; background: #ccc;
    margin-top: 12px;
}
.tab-content ul li:nth-child(even) .line::after{content:''; width:15px;height: 15px;background: #fff; border:4px solid #ccc;display: block;border-radius: 50%;margin-top: -7px;margin-left: 53px;}

.tab-content ul li:nth-child(even) .date{
    text-align: right;margin-right: 80px;
}
.tab-content ul li:nth-child(even) .date span{
	font-size: 24px;
}
.tab-content ul li:nth-child(even) .text{
    text-align: right;margin-right: 80px;line-height: 2.5;
}
.tab-content ul li:nth-child(even) .pic{
    text-align: right;margin-right: 80px;
}
.tab-content ul li:nth-child(even) .pic img{width:100%; max-width:469px}


.tab-content ul li:nth-child(odd) .line{
    float: left;width:60px;height:1px;
    background: #ccc;
    margin-top: 12px;
    }
.tab-content ul li:nth-child(odd) .line::before{content:''; width:15px;height: 15px;background: #fff; border:4px solid #ccc;display: block;border-radius: 50%;margin-top: -7px;margin-left: -7px;}
.tab-content ul li:nth-child(odd) .date{
    margin-left: 80px;
}
.tab-content ul li:nth-child(odd) .date span{
    font-size: 24px;
}
.tab-content ul li:nth-child(odd) .text{
    margin-left: 80px;line-height: 2.5;
}
.tab-content ul li:nth-child(odd) .pic{
    margin-left: 80px;
}

.tab-content ul li:nth-child(odd) .pic img{width:100%; max-width:469px}








/*人才招聘*/
.ty-zp{
	width:100%;
	margin: auto;
	overflow: hidden;
}
.ty-zp ul{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding-left: 0;
}


.ty-zp ul li{width:100%;margin: auto;overflow: hidden;border-bottom: 1px solid #d7d7d7;padding-bottom: 2%;margin-bottom: 3%;}
.ty-zp ul li .info{ width:calc(96% - 150px); float: left;}
.ty-zp ul li .info .title{
    font-size: 22px;
    color: #222;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.ty-zp ul li .info .title a{
    color: #222;}
.ty-zp ul li .info .date{
    margin-top: 2%;
    color: #8b8b8b;
}

.ty-zp ul li .btn{background: url(style/images/art/zp-btn-ico.png) no-repeat right 20px center #f49d00;float: right; width:150px;border-radius: 8px;height: 50px;padding: 19px 20px 14px;text-transform: none;font-weight: normal;}







/*联系我们*/
.ty-contact{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}

.ty-contact .list1{
	width:100%;
	margin: 3% 0;
	overflow: hidden;
}

.ty-contact .list1 li{
	width:33.33%;
	float: left;
	color: #222;
}
.ty-contact .list1 li .ico{
	width:50px;
	float: left;transform: rotate(0deg);transition: all 0.3s;
}
.ty-contact .list1 li .info{
	width:calc(96% - 50px);
	float: right;
	font-size: 17px;
}
.ty-contact .list1 li .info span{
	display: block;
	font-weight: bold;
}

.ty-contact-tel{font-size:34px; line-height: 1.2}



.ty-contact .list1 li:hover .ico{transform: rotate(15deg);transition: all 0.3s;}




.ty-contact .list2{
	width:100%;
	margin: 3% 0;
	overflow: hidden;
}


.ty-contact .list2 li{
	width:30.33%;
	float: left;
	color: #222;
	border: 1px solid #e6e6e6;
	margin-left: 3%;
	padding: 3%;
	height: 460px;
}




.ty-contact .list2 li:nth-child(1){margin-left:0}



.ty-contact .list2 li .title{
    font-size: 24px;
    font-weight: bold;
    color: #696969;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.ty-contact .list2 li .line{
    width: 25px;
    height: 1px;
    background: #a4a4a4;
    float: left;
    margin: 5% auto;
    overflow: hidden;
}
.ty-contact .list2 li .text{
    width: 100%;
    margin: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 2.2;
}














/*解决方案*/
.ty-solution{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #fdfdfd;
}
.ty-solution .title{
	width:100%;
	margin:5% auto 3%;
	overflow: hidden;
	padding-left: 1%;
}

.ty-solution .title .title-left{
    width: 88%;
    float: left;

    color: #868686;
    font-size: 16px;

}
.ty-solution .title .title-left span{
    display: block;
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    line-height: 75px;
    letter-spacing: 2px;
}

.ty-solution .title .title-left::after{
	content:
	'';
	width: 60px;
	height: 5px;
	background: #efb208;
	display: block;
	margin-top: 1.5%;
}

.ty-solution .toutiao{
	display: flex;
	width: 98%;
	margin: auto;
	overflow: hidden;
	padding-left: 1%;
	box-shadow: 2px 1px 12px rgb(0 0 0 / 7%);
	margin-right: 2%;
	margin-bottom: 5%;
}

.ty-solution .toutiao .pic{}
.ty-solution .toutiao .pic img{
    width: 100%;
}
.ty-solution .toutiao .info{
    margin: 2% 5%;
}
.ty-solution .toutiao .info .title{
    color: #1c1c1c;
    font-size: 42px;
    line-height: 1.5;
    background: url(style/images/art/case-ico.jpg) no-repeat left top;
    padding-top: 60px;
    padding-left: 3%;
    margin: 17% auto 2%;
}
.ty-solution .toutiao .info .text{
    color: #7f7f7f;
    font-size: 18px;
    padding-left: 3.5%;
    margin: 5% 0;
}
.ty-solution .toutiao .info .btn{
    background: #2240c4;
    float: right;
    width: 170px;
    margin-top: 0%;
}


.ty-solution .content{
	width:100%;
	margin: auto;
	overflow: hidden;
}



.ty-solution .content ul{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding-left: 0;
}
.ty-solution .content ul li{
	width:47%;
	margin-right: 2%;
	margin-left: 1%;
	float: left;
	margin-bottom: 5%;
}
.ty-solution .content ul li .pic{}
.ty-solution .content ul li .pic img{
	width: 100%;
}
.ty-solution .content ul li .info{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #fff;
	box-shadow: 2px 1px 12px rgb(0 0 0 / 7%);
	padding: 2% 7% 6%;
}
.ty-solution .content ul li .info .title{
	color: #1c1c1c;
	font-size: 25px;
	line-height: 1.5;
	background: url(style/images/art/case-ico.jpg) no-repeat left top;
	padding-top: 60px;
	padding-left: 3%;
	margin: 3% auto 2%;
}
.ty-solution .content ul li .info .text{
	color: #7f7f7f;
	font-size: 18px;
	padding-left: 3.5%;
	height: 70px;
}








/*投资*/
.ty-touzi{
    width: 100%;
    margin: 0 auto 5%;
    overflow: hidden;
}
.ty-touzi li{
    width: 29.58%;
    float: left;
    margin-left: 5%;
}

.ty-touzi li:nth-child(1){ margin-left:0}


.ty-touzi li .pic{
}
.ty-touzi li .pic img{width: 100%;}
.ty-touzi li .info{
    width: 92%;
    float: right;
    margin-top: -106px;
    z-index: 999;
    background: #fff;
    position: relative;
    padding: 12% 8%;
    box-shadow: 2px 1px 12px rgb(0 0 0 / 7%);
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin-bottom: 10px;
}
.ty-touzi li .info .title{
    font-size: 26px;
    font-weight: bold;
    color: #333e46;
	transition: all 0.3s;
}
.ty-touzi li .info .text{
    color: #333e46;
    font-size: 14px;
    line-height: 3;
	transition: all 0.3s;
}


.ty-touzi li:hover .info{
	background:#fcb026;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.ty-touzi li:hover .info .title{transform:translateX(8px);transition: all 0.3s;}
.ty-touzi li:hover .info .text{transform:translateX(-8px);transition: all 0.3s;}





/*新闻*/
.ty-news{
	width:100%;
	margin: auto;
	overflow: hidden;
}
.ty-news ul{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding-left: 0;
}
.ty-news ul li{width:100%;margin: auto;overflow: hidden;border-bottom: 1px solid #d7d7d7;padding-bottom: 2%;margin-bottom: 3%;}
.no-line{border-bottom:none!important;}

.ty-news ul li .pic{width:30%; float: left; margin-right: 5%; border-radius: 20px; overflow: hidden;    
    max-width: 480px;
    float: left;
    border-radius: 30px;
    overflow: hidden;}
.ty-news ul li .pic img{width: 100%;
    min-height: 160px;
    object-fit: cover;}



.ty-news ul li .info2{ width:65%!important;}
.ty-news ul li .info{ width:100%; float: left;}
.ty-news ul li .info .title{
    font-size: 22px;
    color: #222;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.ty-news ul li .info .title2{ margin-top:3%}

.ty-news ul li .info .title a{

    color: #222;}
.ty-news ul li .info .text{
	font-size: 16px;
	line-height: 2;
	margin: 2% 0 4%;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ty-news ul li .info .text2{margin: 5% 0 8%!important;}


.ty-news ul li .info .date{
    margin-top: 2%;
    color: #8b8b8b;
}
.ty-news ul li .info .date img{ margin-right:10px;}
.ty-news ul li .btn{background: url(style/images/art/zp-btn-ico.png) no-repeat right 20px center #f49d00;float: right; width:150px;border-radius: 8px;height: 50px;padding: 19px 20px 14px;text-transform: none;font-weight: normal; margin-top: -30px;}





.ty-video1{
	width:100%;
margin: auto;
overflow: hidden;
}
.ty-video1 .toutiao{
	width:75%;
	float: left;
	margin-top:3%
}
.ty-video1 .tuijian{
	width:20%;
	float: right;
	max-width: 280px;
}

.ty-video1 .tuijian .title{
	font-size: 28px;
	padding-left: 20px;
	border-left: 4px solid #c6000b;
	color: #222;
	margin-bottom: 5%
}

.ty-video1 .tuijian .list{
	width:100%;
	margin: auto;
	overflow: hidden;
}

.ty-video1 .tuijian .list li{}
.ty-video1 .tuijian .list li .title{font-size:18px; padding-left: 0; border-left: 0;}
.ty-video1 .tuijian .list li .title a{color:#222;}


.ty-video2{
	width:100%; 
	margin:5% auto;
	overflow: hidden;
}

.ty-video2 li{
	width:30.33%; float: left;
	margin-left:4.2%;
	box-shadow: 2px 1px 12px rgb(0 0 0 / 7%);
    margin-bottom: 10px;
}
.ty-video2 li .pic{}
.ty-video2 li .title{
	font-size: 22px;
	text-align: center;
	color: #222;
	padding-bottom: 5%
}
.ty-video2 li .title a{ color:#222;}


.ty-video2 li:nth-child(1){
	margin-left:0
}











/*产品栏目导航*/

.pro-menu{    width: 70%;
    overflow: hidden;
    position: relative;
	margin-top: -90px;
margin-bottom: 3%;
	float: right;
}
.pro-menu .submenu{width: 100%;text-align: center;color: #8c8c8c;font-size: 15px;margin: auto;height: 60px;  }
.pro-menu .submenu li{width: auto;text-align: left;display: inline-block;margin: 0;line-height: 25px; }
.pro-menu .submenu li:first-child{background:none;}



.pro-menu .swiper-slide  .submenu{width: auto;text-align: left;display: inline-block;margin: 0 2% 0 0;line-height: 25px; }


/*------------产品栏目导航--------BUTTON----------*/
	.button28 {
	color: rgba(0,0,0,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.button28:hover{color: #b0957a;
}
.button28 a{
	color: #434343;
	text-decoration: none;
	display: block;
}
.button28 a:hover{color: #e79500;}

.button28::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	z-index: -1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, -600%) rotate(30deg);
	transform: translate(-100%, -600%)  rotate(30deg);
	background-color: #fdc426;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	color: #fff;
}
.button28:hover::before{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}







/*产品*/


.ty-pro{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f6f6f6;
	padding: 4% 0;
}


.ty-pro li{
	width: 21.5%;
	float: left;
	height: 500px;
	margin-right: 3%;
	background: #fff;
	position: relative;
	transition: all 0.1s;
	margin-bottom: 4%;
}



.ty-pro li .pic{
    height: 72%;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.ty-pro li .pic img{
    width: 100%;
    object-fit: cover;
}

.ty-pro li .info{
	width:100%;
	margin: auto;
	position: relative;
	z-index: 99;
	background: #fff;
	height: 40%;
	overflow: hidden;
	margin-top: 80%;
	transition: all 0.1s;
}


.ty-pro li .info .title{
    color: #616161;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 8% 2%;
    width: 100%;
}
.ty-pro li .info .list{
    width: 100%;
    padding: 0 5%;
	margin: auto;
	overflow: hidden;
	opacity: 0;
	height: 0
}

.ty-pro li .info .list .pro-row{
	width:46%;
	float: left;
	margin: 0 2%;
	font-size: 13px;
}

.ty-pro li .info .list .pro-row a{ color:#333}

.ty-pro li .info .more{
	width:100%;
    text-align: center;
	margin: 5% 0;
}

.ty-pro li .info .more img{
	margin-left:10px;
}

.ty-pro li .info .more a{ color:#333}
.ty-pro li .info .more a:hover{ color:#ffc618}


.ty-pro li:hover .info{height: 50%;margin-top: 70%;	transition: all 0.1s;}
.ty-pro li:hover .info .list{ opacity:1; height: 40%;}

.ty-pro li:hover{border-bottom: 4px solid #ffc618;
	transition: all 0.1s;}









/*产品2*/


.ty-pro2{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f6f6f6;
	padding: 0;
}

.ty-pro2 .pro2-top1{
    width: 100%;
    margin:5px auto;
    overflow: hidden;
}
.ty-pro2 .pro2-top1 .xiala{
    width: 300px;
    float: left;
    margin: auto;
    overflow: hidden;
    border-right: 1px solid #e4e7e8;
}
.ty-pro2 .pro2-top1 .mbx{
    width: calc(100% - 600px);
    text-align: right;
    float: right;
    line-height: 45px;
}


.pro2-select{ width:500px; margin-left:0px;}
.pro2-select select{  border: none; background: none; font-size: 17px; }



.ty-pro2 .pro2-nav{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/art/pro2-bg.jpg)center bottom;
	padding: 5% 8% 6%;
	color: #fff;
}


.ty-pro2 .pro2-nav .title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3%;
}
.ty-pro2 .pro2-nav .list{
    display: flex;
}

.ty-pro2 .pro2-nav .list li{
	margin-right: 3%;
	font-size: 17px;
	background: url(style/images/art/pro-nav-ico.png) no-repeat left center;transition: all 0.3s;
	padding-left: 40px;
}

.ty-pro2 .pro2-nav .list li:hover{
	background: url(style/images/art/pro-nav-ico2.png) no-repeat left center;transition: all 0.3s;
}

.ty-pro2 .pro2-nav .list li a{color:#fff}
.ty-pro2 .pro2-nav .list li a:hover{color:rgba(255,255,255,0.8)}





.ty-pro2 .pro2-list{
    width: 96%;
    margin: 4% auto;
}
.ty-pro2 .pro2-list ul{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-left: 0;
	margin-left:-1%
}
.ty-pro2 .pro2-list ul li{
    width: 22%;
    float: left;
    background: #fff;
	margin-left:2%;
    margin-right: 1%;
    margin-bottom: 4%;
	border-bottom:4px solid #fff;transition: all 0.3s;
}
.ty-pro2 .pro2-list ul li .pic{
    width: 100%;
    text-align: center;
    max-height: none;
    height: auto;
    position: relative;
    padding-bottom:10px;

}
.ty-pro2 .pro2-list ul li .pic img{

    min-width: 100%;
    transition: all .5s ease;
}
.ty-pro2 .pro2-list ul li .title{
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    font-size: 16px;
    color: #1679d5;
    font-weight: bold;
    line-height: 20px;
	height:80px;
    padding: 5% 0;
}
.ty-pro2 .pro2-list ul li .title span{
    display: block;
    color: #616161;
    font-size: 22px;
    font-weight: normal;
}
.ty-pro2 .pro2-list ul li .info{
    width: 82%;
    margin: 5% auto;
    font-size: 14px;
}
.ty-pro2 .pro2-list ul li .more{
    width: 100%;
    text-align: center;
    margin: 8% 0;
}

.ty-pro2 .pro2-list ul li .more img{
	margin-left:10px;
}

.ty-pro2 .pro2-list ul li .more a{color:#444; font-size:16px}



.ty-pro2 .pro2-list ul li:hover{
	box-shadow: 4px 4px 6px rgba(0,0,0,0.08);
	border-bottom:4px solid #ffc618;transition: all 0.3s;
}








/*产品详情*/


.ty-pro-detail{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f6f6f6;
	padding: 0;
}

.ty-pro-detail .mbx{
	width:100%;
	margin: auto;
	overflow: hidden;
	line-height: 60px;
	border-bottom: 1px solid #e3e3e3;
}
.ty-pro-detail .mbx img{ margin:0 15px}

.ty-pro-detail .toubu{width:90%; margin: 4% auto; overflow: hidden }
.ty-pro-detail .toubu .pic{
    width: 44.25%;
    float: left;
    text-align: center;
    max-height: none;
    height: auto;
    position: relative;
    padding-bottom: 30px;
}
.ty-pro-detail .toubu .pic img{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%) scale(1);*/
    /*height: 100%;*/
    /*min-width: 100%;*/
    transition: all .5s ease;
}
.ty-pro-detail .toubu .info{width: 45%;float: right;}
.ty-pro-detail .toubu .info .title{
    font-size: 32px;
    font-weight: bold;
    color: #333e46;
    line-height: 1.5;
}
.ty-pro-detail .toubu .info .title span{
    display: block;
    color: #fcb026;
    font-weight: normal;
    font-size: 20px;
}
.ty-pro-detail .toubu .info .text{
    font-size: 15px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 3%;
    margin-top: 5%;
}
.ty-pro-detail .toubu .info .gonglv{
    margin: 5% 0;
    font-size: 15px;
}
.ty-pro-detail .toubu .info .gonglv span{ font-weight:bold;}
.ty-pro-detail .toubu .info .btn{ background: #fcb026; color: #333e46; width:180px; height: 50px; padding: 16px 20px 14px; font-size: 14px;}


.ty-pro-detail-content1{
	width:100%; 
	margin: auto;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}

.ty-pro-detail-content1 .title{
	width:90%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	display: flex;
	margin-top: 3%;
}

.ty-pro-detail-content1 .title li{
    margin-right: 80px;
}


.ty-pro-detail-content1 .title li:hover ::after{ content:''; width:100%; height:3px;background:#facd00; display:block; margin-top:22px}


.ty-pro-detail-content1 .title a{ color:#666}
.ty-pro-detail-content1 .title a:hover{ color:#facd00}

.ty-pro-detail-content2{
	width:90%; 
	margin:3% auto;
	overflow: hidden;
}

.ty-pro-detail-content2 .ld{
    border-bottom: 1px solid #cbcbcb;
}
.ty-pro-detail-content2 .ld .title{
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    color: #666666;
}

.ty-pro-detail-content2 .ld .text{
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    margin: 3% 0;
    line-height: 2;
}

.ty-pro-detail-content2 .cs{
    margin: 5% 0;
}
.ty-pro-detail-content2 .cs .title{
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    color: #666666;
}


.ty-pro-detail-content2 .cs .text{
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
	margin: 3% 0
}


.ty-pro-detail-content2 .cs .text table thead{background-color: rgba(0, 0, 0, 0.03);}









/*配件*/
.peijian-nav{
    width: auto;
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: -70px;
}

.peijian-nav li{
    font-size: 16px;
    line-height: 60px;
    color: #222;
	width: auto;
	margin: 0 15px;
}

.peijian-nav li a{color:#222;}
.peijian-nav li a:hover{color:#facd00;}
.peijian-nav li:hover{color:#facd00}




.peijian{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.peijian .pj-row{
    width: 100%;
    margin: auto;
    overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	padding:2% 0 4% 0;
	margin-bottom: 2%
}
.peijian .pj-row .pj-sort{
    width: 268px;
    float: left;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 353px;
    color: #fff;
}
.peijian .pj-row .pj-sort .pic{
    position: absolute;
}
.peijian .pj-row .pj-sort .pic img{}
.peijian .pj-row .pj-sort .title{
    position: relative;
    z-index: 99;
    width: 80%;
    margin: auto;
    margin-top: 16%;
    font-size: 18px;
    font-weight: bold;
}
.peijian .pj-row .pj-sort .nav{
    position: relative;
    z-index: 99;
    width: 80%;
    margin: auto;
    margin-top: 7%;
    height: 180px;
    overflow: hidden;
}
.peijian .pj-row .pj-sort .nav li{
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.peijian .pj-row .pj-sort .nav li a{color:#fff; padding: 2px 10px}
.peijian .pj-row .pj-sort .nav li a:hover{ color:#333}

.peijian .pj-row .pj-sort .btn{
    position: relative;
    z-index: 99;
    background: #fcb026;
    margin-left: 10%;
    color: #666;
	margin-top: 5%
}
.peijian .pj-row .pj-list{
    width: calc(100% - 290px);
    float: left;
    margin-left: 22px;
    display: flex;
}
.peijian .pj-row .pj-list li{
    width: 31.33%;
    margin-left: 2%;
	float: left;
}
.peijian .pj-row .pj-list li .pic{
    text-align: center;
    max-height: none;
    height: auto;
    position: relative;
    padding-bottom: 72%;
    width: 100%;
}
.peijian .pj-row .pj-list li .pic img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    transition: all .5s ease;
}
.peijian .pj-row .pj-list li .title{
    text-align: center;
	height:36px ;
    font-size: 18px;
    margin-top:0px;
    font-weight: bold;
    color: #222;
}

.peijian .pj-row .pj-list li .title a{color:#222}


.peijian-list{
	width:100%!important;
	display:inline-block!important;
	margin-left:-22px!important;
}



/*-----------------------------------------------------------------------------------*/

@media (max-width: 1800px) { 
}




@media (max-width: 1620px) { 
	.w-1600{width:96%}
	.ty-ch-in-solution .content .content-1600{width:96%}
	
	.ty-ch-in-pro .in-pro-left{padding: 2% 3% 5% 3%;width: 38%;}
	.ty-ch-in-pro .in-pro-left .ipl-title{font-size: 37px;}
	.ty-ch-in-ab .info{width: 460px;left: 4%;}
}


@media (min-width: 1440px) {
	.ty-ch-nav-other{width:18%}
}



@media (max-width: 1439px) {
	.ty-ch-in-culture{width:96%; padding: 2.5% 2% 2.5% 5%}
	.ty-ch-in-culture .title{width:200px}
	
	.ty-ch-in-pro .in-pro-right .list-sort .list{width:95px; height: 95px;}
	.ty-ch-in-pro .in-pro-right .list-sort .swiper-slide .pic{margin-top: 15px;}
	.ty-ch-in-pro .in-pro-right .list-sort .swiper-slide .text{font-size: 14px;}
	.ty-ch-in-pro .in-pro-right .list-product .list .title{font-size: 20px;}
	
	.ty-ch-in-pro .in-pro-left .ipl-title {    font-size: 30px;}
	.ty-ch-in-ab .info{    width: 400px; }
	
	.nei-top .about-top-text h2{font-size:40px}
	.nei-top .about-top-text h3{font-size:40px}
	
	.ty-culture2{height:600px;}
	.ty-culture2 ul li .title{font-size:20px;}
	
	
	
	.nei-title1::after{margin-left: 12%;}
	
	
	
	.ty-solution .toutiao .info .title{font-size:32px;}
	.ty-solution .content ul li .info .title{font-size:32px;}
	.ty-solution .toutiao .info .text{font-size:16px;}
	.ty-solution .content ul li .info .text{font-size:16px; height:45px;}
	
	.ty-pro2 .pro2-nav{padding: 5% 5% 6%;}
	.ty-pro li{height: 420px;}
	
	
	
	.peijian .pj-row .pj-sort{height:300px;}
	.peijian .pj-row .pj-sort .nav{height:120px;}
	
	
}






@media (max-width: 1280px) {
	
	.ty-ch-in-ab .bg{width:58%}
	.ty-ch-nav-other select{font-size:16px;}
	.ty-ch-logo{font-size:16px;}
	.ty-ch-in-culture .title {    width: 170px;}
	.ty-ch-in-culture .list{width: calc(100% - 200px);}
	
	.in-solution-box .title2{font-size: 24px;}
	
	.ty-pro li{width:30.33%; height: 520px;}
	
	.ty-pro2 .pro2-nav .list li{font-size:15px;margin-right: 2%;}
	
}


@media (min-width: 1200px) {
	
	
}
@media (max-width: 1199px) {
	.ty-video1 .toutiao{width:100%;}
	.ty-video1 .tuijian{width:100%; max-width: 100%}
	.ty-video1 .tuijian .title{margin-bottom:2%;margin-top:4%}
	.ty-video1 .tuijian .list li{width:30.33%; float: left;    margin-left: 4.2%;margin-bottom: 10px;}
	.ty-video1 .tuijian .list li:nth-child(1){    margin-left: 0;}
}
@media (min-width: 992px) and (max-width: 1199px) {
   
	
}


@media (max-width: 1100px) {
	.ty-ch-in-ab .bg	{width:54%;}
}




@media (max-width: 1024px) {
	.ty-pro2 .pro2-list ul li{width: 30%;}	
}



@media (min-width: 992px) {
   
	
}
@media (max-width: 991px) {
	
	.w-1600{width:96%}
	
	
	.ty-ch-nav-other{display:none}
	.ty-ch-logo-stock{margin-top: 5px;}
	
	.ty-ab-list-li-title{
	    margin-top: 12%;
	    color: #2240c4;
	    font-size: 15px;
	}
	li:nth-child(2) .ty-ab-list-li-title span:after {
	    content: '+';
	    display: inline-block;
	    font-size: 15px;
	    position: absolute;
	}
	
	

	.ty-ch-in-culture{position:relative;margin-top: 5%;width: 100%;padding: 5% 2% 5% 5%;}
	.ty-ch-in-culture .title{width:100%}
	.ty-ch-in-culture .list{width:100%; margin-top: 5%}
	.ty-ch-in-culture .list li{width:100%;margin-top: 5%}
	
	.ty-ch-in-solution{ padding-top:5%}
	
	.ty-ch-in-solution .title .title-left{width:70%;font-size: 14px; line-height: 1.2}
	.ty-ch-in-solution .title .title-left span{font-size:22px;}
	.ty-ch-in-solution .title .title-right{width:25%;line-height: 35px;    font-size: 14px;margin-top: 7%;}
	.ty-ch-in-solution .content .content-1600 .contentLeft{width:100%;    height: 40%;}
	.ty-ch-in-solution .content .content-1600 .contentRight{width:100%;    height: 58%;margin-top: 2%;}
	
	.in-solution-box .title1{font-size: 24px;    left: 3%;}
	.in-solution-box .text{font-size: 14px;width: 70%;}
	.in-solution-box .btn{width: 140px;height: 40px;    font-size: 14px;}
	.in-solution-box .title2{font-size: 15px;width: 90%;left: 10px;line-height: 20px;    border-left: 5px solid #ffc629;}
	
	.ty-ch-in-pro .in-pro-left{width:100%}
	.ty-ch-in-pro .in-pro-left .ipl-title{font-size: 22px;}
	.ty-ch-in-pro .in-pro-left .ipl-text{    margin-top: 6%;width: 100%;font-size: 14px;line-height: 1.6;}
	.ty-ch-in-pro .in-pro-left .ipl-circle{    margin-top: 5%;    width: 50px;line-height: 50px;    height: 50px;}
	
	
	.ty-ch-in-pro .in-pro-right{width:100%}
	
	.ty-ch-in-ab .info{width:90%; z-index: 999;left: 5%;margin-top: 10%;}
	.ty-ch-in-ab .bg{width:100%;    position: initial;}
	.ty-ch-in-ab .bg img{ opacity:0.2}
	.ty-ch-in-ab .info .title{font-size: 22px;  }
	.ty-ch-in-ab .info .list{}
	.ty-ch-in-ab .info .list li .bt1{font-size:12px;}
	
	.ty-ch-in-pro-pei{padding: 5% 5%;}
	.ty-ch-in-pro-pei .ipp-left{width:100%;border-right:none}
	
	.ty-ch-in-pro-pei .ipp-left .title span{    font-size: 22px;}
	.ty-ch-in-pro-pei .ipp-left .sort li{width: 100%;}
	.ty-ch-in-pro-pei .ipp-left .title-right{display:block;}
	.ty-ch-in-pro-pei .ipp-left .sort{display:none;}
	.ty-ch-in-pro-pei .ipp-right{width:100%; margin-top:3%;}
	.ty-ch-in-pro-pei .ipp-right .list .pic img{min-height:260px;}
	
	
	.ty-ch-in-news .title{font-size:14px;}
	.ty-ch-in-news .title span{font-size:22px;}
	.ty-ch-in-news .sort{margin-top:3%; width:100%;height: 45px;font-size: 15px;}
	.ty-ch-in-news .sort li{line-height:55px;}
	.ty-ch-in-news .content{float:left;}
	
	
	.ty-ch-in-news .content .video{width:100%;height: auto;position: relative;}
	.ty-ch-in-news .content .list{width:100%}
	.ty-ch-in-news .content .list li{width:98%; margin-left: 0; height: auto; margin-top: 3%; padding-bottom: 2%; text-align:left;}
	.ty-ch-in-news .content .list li .date{margin:2% 0}
	.ty-ch-in-news .content .list li .title{width:100%;font-size: 16px;}
	.ty-ch-in-news .content .list li .more{margin: 0; border-bottom: 0; border-top: 0; font-size: 14px;}
	
	
	
	.ty-bottom1 .bo-sort{width:100%; display:none}
	.ty-bottom1 .bo-contact{width:100%}
	.ty-bottom1 .bo-contact .tel{margin-top: 44px;}
	.ty-bottom2 .copyright{width:100%; text-align: center}
	.ty-bottom2 .icp{width:100%; text-align: center}
	
	
	.nei-top .about-top-text h2{font-size:0px}
	.nei-top .about-top-text h3{font-size:0px}
	
	
	
	.ty-ab .info{width:90%; margin-left: 5%}
	.ty-ab .info .title{font-size:22px;}
	.ty-ab .info .title span{font-size:32px;}
	.ty-ab .info .title2{font-size:14px;}
	
	.nei-top-menu{display:none;}
	
	.ty-ab .list{width:100%}
	
	
	.ty-ab .list .li1{width:33.33%; float: left;}
	.ty-ab .list .li2{width:33.33%; float: left;}
	.ty-ab .list .li2 .li2-2{width:100%;}
	.ty-ab .list .li3{width:33.33%; float: left;}
	
	.ty-ab-list-li-text{font-size: 12px;}
	.ty-ab-list-li-title span{font-size: 30px;letter-spacing:-2px}
	.ty-ab{background:none;}
	
	
	
	.ty-culture1{padding-left:5%; padding-right: 5%;}
	.ty-culture1 .content .logo{width:100%;  text-align: center;}
	.ty-culture1 .content .logo img{width:100px;}
	.ty-culture1 .content .text{width:100%}
	.ty-culture1 .content .text span{font-size: 20px;}

	.ty-culture1 .content .text{font-size: 16px;}
	.ty-culture2{height:auto;background: url(style/images/art/culture-bg2.jpg)#02629f no-repeat bottom center;}
	.ty-culture2 ul li{width:100%;height: auto;border-left: 0;border-bottom: 1px solid rgba(255,255,255,0.4);padding: 5% 2% 0 2%;}
	.ty-culture2 ul li .text{opacity: 1;margin-top: 5%;margin-bottom: 5%;}
	.ty-culture2 ul li .arrow{display:none}
	.ty-culture2 ul li:hover .arrow{display:none}
	.ty-culture2 ul li .title{margin: 0% 0;font-size: 18px;}
	.ty-culture2 ul li .line{width: 50px;margin-top: 2%;}
	.ty-culture2 ul li .ico {    width: 20%;    float: left;}
	
	
	.nei-title1{font-size:22px;}
	.nei-title1 span{font-size:24px;}
	
	
	.nei-title1::after{width:30px; margin-left: 0; margin-top: 2%}
	
	
	
	.tab-content::before{    left: 4%;}
	
	.tab-content ul li{width:100%; height: auto}
	
	.tab-content ul li:nth-child(odd){float:left; margin-bottom: 12%}
	
	.tab-content ul li:nth-child(odd) .line{width:20px}
	.tab-content ul li:nth-child(odd) .date{margin-left:5%;}
	.tab-content ul li:nth-child(odd) .text{margin-left:5%;    line-height: 1.5;margin-top: 2%}
	.tab-content ul li:nth-child(odd) .pic{margin-left:5%;margin-top: 2%}
	
	
	
	.tab-content ul li:nth-child(even){margin-top:0; margin-bottom: 12%}
	.tab-content ul li:nth-child(even) .line{float:left}
	.tab-content ul li:nth-child(even) .line::after{margin-left: -7px;}
	.tab-content ul li:nth-child(even) .line{width:20px}
	.tab-content ul li:nth-child(even) .date{text-align:left;}
	.tab-content ul li:nth-child(even) .text{text-align:left; margin-right: 0;margin-left: 5%;    line-height: 1.5;margin-top: 2%}
	.tab-content ul li:nth-child(even) .pic{text-align:left; margin-right: 0;margin-left: 5%; margin-top: 2%}
	
	
	
	
	.ty-zp ul li .info{width:100%}
	.ty-zp ul li .info .title{width:100%; font-size:18px;}
	.ty-zp ul li .btn{background: url(style/images/art/zp-btn-ico.png) no-repeat right 10px center #f49d00;float:none;margin: auto;width: auto;height: auto;padding: 10px 20px 10px;border-radius: 50px;margin-top: 3%;margin-bottom: 3%;}
	
	
	.ty-contact .list1 li{width:100%;margin: 3% 0;}
	.ty-contact .list1 li .info{font-size:15px;}
	.ty-contact-tel{font-size:26px;}
	
	.ty-contact .list2 li{width:100%;margin: 3% 0; height: auto;padding: 8% 5%;}
	.ty-contact .list2 li .title{font-size:20px;}
	
	.ty-solution .title .title-left span{font-size:24px;}
	.ty-solution .title .title-left{font-size:14px; width:100%}
	.ty-solution .toutiao{margin-top:5%;display:block; margin-left: 1%}
	.ty-solution .toutiao .info .btn{ float: left; margin-top:5%; margin-bottom: 5%; display:none}
	.ty-solution .toutiao .info .title{font-size:20px;background:url(style/images/art/case-ico2.jpg) no-repeat left top;padding-top: 0px;padding-left: 40px;margin: 5% auto 2%;}
	.ty-solution .toutiao .info .text{padding-left: 0;font-size: 15px;}
	
	.ty-solution .content ul li{width:98%;}
	.ty-solution .content ul li .info .title{font-size:20px;background:url(style/images/art/case-ico2.jpg) no-repeat left top;    padding-top: 5px; padding-left: 40px;}
	
	.ty-solution .content ul li .info .text{padding-left: 0;font-size: 15px;}
	
	
	.ty-news ul li .info .title{font-size:18px;}
	.ty-news ul li .info .text{font-size:14px;}
	.ty-news ul li .btn{background: url(style/images/art/zp-btn-ico.png) no-repeat right 10px center #f49d00;float:none;margin: auto;width: auto;height: auto;padding: 10px 20px 10px;border-radius: 50px;margin-top: 3%;margin-bottom: 3%;}
	
	
	.ty-video1 .tuijian .title{font-size:18px;}
	.ty-video1 .tuijian .list li{width:100%; margin-left: 0;}
	.ty-video1 .tuijian .list li .title{font-size:16px;}
	
	.ty-video2 li{width:100%; margin-left: 0;}
	.ty-video2 li .title{font-size:16px;}
	
	
	.ty-pro li{width:45%; height: 580px; margin-right: 5%}
	
	
	
	.pro-menu{margin-top:1%; width:100%}
	.pro-menu .submenu{font-size:15px;height: 35px;}
	.pro-menu .swiper-slide .submenu{line-height:40px;}
	
	.ty-pro li .info .title{font-size: 20px;}
	
	.ty-pro2 .pro2-nav{display:none;}
	.ty-pro2 .pro2-top1 .mbx{display:none;}
	.ty-pro2 .pro2-top1 .xiala{width:100%}
	.pro2-select{margin-left: 0;}
	
	
	.ty-pro-detail .mbx img{margin:0 5px;}
	
	
	.ty-pro-detail .toubu{width:100%; }
	.ty-pro-detail .toubu .pic{width:100%;padding-bottom: 30px;}
	.ty-pro-detail .toubu .pic img{top: 0%;
    left: 0%;
    transform: translate(0%, 0%) scale(1);
    height: auto;
    min-width: 100%;
    width: 100%;
    transition: all .5s ease;
	}

	.ty-pro-detail .toubu .info{width:100%; margin-top: 5%}
	.ty-pro-detail .toubu .info .title{    font-size: 22px;}
	.ty-pro-detail-content1 .title{    font-size: 18px;width:100%;margin-top: 7%;}
	
	.ty-pro-detail-content2{width:100%;}
	.ty-pro-detail-content2 .ld .title{    font-size: 22px; margin: 3% 0}
	.ty-pro-detail-content2 .cs .title{    font-size: 22px; margin: 3% 0}
	
	
	
	
	.peijian-nav{width:100%;margin-top:0}
	.peijian-nav li{ 
		font-size: 16px;
	    line-height: 60px;
	    color: #222;
		width: 100%;
		margin: 0 0px;}
	
	
	.peijian .pj-row .pj-sort{width:100%;height: 230px;}
	.peijian .pj-row .pj-sort .title{margin-top:6%}
	.peijian .pj-row .pj-sort .pic{width:100%}
	.peijian .pj-row .pj-list{display:none}
	.peijian .pj-row .pj-sort .nav{height:85px;}
	
	
	
	.tworow{width:100%}
	.tworow span{width:33.33%}
	

	
}








@media (min-width: 768px) and (max-width: 991px) {
    
	
}



@media (max-width: 767px) {
    
	.ty-touzi li{width:100%}
	.ty-touzi li .info{    padding: 8% 8%;margin-bottom: 8%;}
	.ty-touzi li .info .title{font-size:22px;}
	
	
	.ty-news ul li .pic{width:100%}
	.ty-news ul li .info2{width:100%!important}
	
	
	.ty-pro li{width:100%; height: 538px; margin-right: 0%}
	
	.ty-pro2 .pro2-list ul li{width: 97%;}

    .in-solution-box .text2{display:none}

    .pj-list li {
        width: 100%;
        margin-left: 0%;
        float: left;
        padding-bottom: 15px;
    }
    .peijian .pj-row .pj-list li {
        width: 100%;
    }

    .ty-pro li .info {
        width: 98%;
        margin-top: 62%;
    }


}
@media (min-width: 1450px) {
	
	
}
@media (min-width: 1281px) {
	
	
}





/*=========  TY-EN-CONTACT  ==================*/



.ty-en-contanct{
    width:100%;
    margin: auto;
    overflow: hidden;
    background: #f8f8f8;
}

.ty-en-contanct .t-e-c-l{
    width:100%;
    float: left;
    margin: auto;
    overflow: hidden;
    position: absolute;
    z-index: 22;
}

.ty-en-contanct .t-e-c-r{
    width:50%;
    float: right;
    margin: auto;
    overflow: hidden;
}

.ty-en-contanct .t-e-c-l .title{
    font-size:50px;
    line-height: 1;
    font-weight: bold;
    color: #3b3b3b;
    margin-top: 5%;
}

.ty-en-contanct .t-e-c-l .title::after{
    content:'';
    display: block;
    width:30px;
    height: 1px;
    background: #c4c4c4;
    margin-top: 20px;
}

.ty-en-contanct .t-e-c-l .info{ margin-top: 3%}
.ty-en-contanct .t-e-c-l .info .bt{ color: #3b3b3b; font-size: 22px; font-weight: bold;}
.ty-en-contanct .t-e-c-l .info .list{}
.ty-en-contanct .t-e-c-l .info .list li{ margin: 1% 0}


@media (max-width: 992px) {
    .ty-en-contanct .t-e-c-l .title{font-size:26px;}
    .ty-en-contanct .t-e-c-l .info .bt{font-size:18px;}
    .ty-en-contanct .t-e-c-l{ position: relative;}
    .ty-en-contanct .t-e-c-r{ width:100%; margin-top: 3%}
}









.t-e-nei-top-menu-box{width:100%;background: #fff;position: relative;z-index: 9;border-bottom:1px solid #ebebeb;}

.t-e-nei-top-menu{width:100%;overflow: hidden;}
.t-e-nei-top-menu .t-e-submenu{width:auto;text-align: center;float: left;line-height: 100px;color: #8c8c8c;font-size: 16px;margin: 0 15px;}
.t-e-nei-top-menu .t-e-submenu li{float:left;  width:auto; text-align: center; list-style: none; color: #5c5c5c;padding: 30px 10px;}
.t-e-nei-top-menu .t-e-submenu li a{color: #444444;}
.t-e-z-dh{float:right;line-height: 100px;color: #8c8c8c;font-size: 16px;margin-right: 10px;}
.t-e-z-dh img{ margin:0 10px}



.ty-en-in-solution{
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-top: 5%;
}

.ty-en-in-solution .title{
    font-size: 48px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.ty-en-in-solution .title::after{
	content:'';
	display: block;
	width:60px;
	height: 4px;
	background: #efb208;
	margin-top: 20px;
}

.ty-en-in-solution .content{	  
    font-size: 18px;
    line-height: 1;
    color: #333;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.ty-en-in-solution .contentLeft{
	width: 48%;
	float: left;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	height: auto;
	color: #fff;
	max-width: 762px;
}

.ty-en-in-solution .contentLeft .pic{
    position: absolute;    width: 100%;
    overflow: hidden;
    padding-bottom: 67%;
    position: relative;
}
.ty-en-in-solution .contentLeft .pic img{width: 100%; transition: all 0.6s; opacity: 1;width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;}

.ty-en-in-solution .contentLeft .title{
    position: absolute;
    z-index: 2;
    font-size: 26px;
    left: 10%;
	top:25%;
	text-transform: uppercase;
	color: #fff;
}


.ty-en-in-solution .contentLeft .title::after{
	content:'';
	display: none;
}


.ty-en-in-solution .contentLeft .text{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:40%;
	font-size: 20px;
}
.ty-en-in-solution .contentLeft .more{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:60%;
	width:260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #edb20e;
}


.ty-en-in-solution .contentLeft:hover .pic img{width: 106%!important;
    transition: all 0.6s;
    opacity: 0.85; }






.ty-en-in-solution .contentRight{
	width: 50%;
	float: left;
	margin: auto;
	overflow: hidden;
	margin-left: 2%;
}
.ty-en-in-solution .contentRight .contentRightSub{
	width:30.33%;
	float: left;
	margin: auto;
	overflow: hidden;
	margin-left: 3%;
	position: relative;
	height: auto;
	color: #fff;
}

.ty-en-in-solution .contentRight .contentRightSub .pic{
    position: absolute;    width: 100%;
    overflow: hidden;
    padding-bottom: 215%;
    position: relative;
}
.ty-en-in-solution .contentRight .contentRightSub .pic img{width: 100%; transition: all 0.6s; 
	height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;}
.ty-en-in-solution .contentRight .contentRightSub .title{
    position: absolute;
    z-index: 2;
    font-size: 18px;
    left: 5%;
	top:45%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width:90%;
}


.ty-en-in-solution .contentRight .contentRightSub .title::after{
	content:'';
	display: none;
}


.ty-en-in-solution .contentRight .contentRightSub .text{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:10%;
}
.ty-en-in-solution .contentRight .contentRightSub .more{
    position: absolute;
    z-index: 2;
    left: 10%;
	bottom:5%;
	transition: all 0.3s;
	width:80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #edb20e;
	opacity: 0
}


.margin-top{margin-top:40px!important;}

.ty-en-in-solution .contentRight .contentRightSub:hover .pic img{width: 106%; transition: all 0.6s; opacity: 0.85}
.ty-en-in-solution .contentRight .contentRightSub:hover .more{bottom:8%;transition: all 0.3s; opacity: 1 }
.ty-en-in-solution .contentRight .contentRightSub:hover .more a{color:#fff}

@media (max-width: 996px) {
	
	.ty-en-in-solution .title{font-size:26px;}
	
	
	.ty-en-in-solution .contentLeft{width:100%}
	.ty-en-in-solution .contentRight{width: 103%;margin-left: -3%;}
	
	
	
	.margin-top{margin-top:0px!important;}
	.ty-en-in-solution .contentLeft .text{font-size:16px;width: 80%;}
}

.ty-en-in-solution{
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-top: 5%;
}

.ty-en-in-solution .title{
    font-size: 48px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.ty-en-in-solution .title::after{
	content:'';
	display: block;
	width:60px;
	height: 4px;
	background: #efb208;
	margin-top: 20px;
}

.ty-en-in-solution .content{	  
    font-size: 18px;
    line-height: 1;
    color: #333;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.ty-en-in-solution .contentLeft{
	width: 48%;
	float: left;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	height: auto;
	color: #fff;
	max-width: 762px;
}

.ty-en-in-solution .contentLeft .pic{
    position: absolute;    width: 100%;
    overflow: hidden;
    padding-bottom: 67%;
    position: relative;
}
.ty-en-in-solution .contentLeft .pic img{width: 100%; transition: all 0.6s; opacity: 1;width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;}

.ty-en-in-solution .contentLeft .title{
    position: absolute;
    z-index: 2;
    font-size: 26px;
    left: 10%;
	top:25%;
	text-transform: uppercase;
	color: #fff;
}


.ty-en-in-solution .contentLeft .title::after{
	content:'';
	display: none;
}


.ty-en-in-solution .contentLeft .text{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:40%;
	font-size: 20px;
}
.ty-en-in-solution .contentLeft .more{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:60%;
	width:260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #edb20e;
}


.ty-en-in-solution .contentLeft:hover .pic img{width: 106%!important;
    transition: all 0.6s;
    opacity: 0.85; }






.ty-en-in-solution .contentRight{
	width: 50%;
	float: left;
	margin: auto;
	overflow: hidden;
	margin-left: 2%;
}
.ty-en-in-solution .contentRight .contentRightSub{
	width:30.33%;
	float: left;
	margin: auto;
	overflow: hidden;
	margin-left: 3%;
	position: relative;
	height: auto;
	color: #fff;
}

.ty-en-in-solution .contentRight .contentRightSub .pic{
    position: absolute;    width: 100%;
    overflow: hidden;
    padding-bottom: 215%;
    position: relative;
}
.ty-en-in-solution .contentRight .contentRightSub .pic img{width: 100%; transition: all 0.6s; 
	height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;}
.ty-en-in-solution .contentRight .contentRightSub .title{
    position: absolute;
    z-index: 2;
    font-size: 18px;
    left: 5%;
	top:45%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width:90%;
}


.ty-en-in-solution .contentRight .contentRightSub .title::after{
	content:'';
	display: none;
}


.ty-en-in-solution .contentRight .contentRightSub .text{
    position: absolute;
    z-index: 2;
    left: 10%;
	top:10%;
}
.ty-en-in-solution .contentRight .contentRightSub .more{
    position: absolute;
    z-index: 2;
    left: 10%;
	bottom:5%;
	transition: all 0.3s;
	width:80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #edb20e;
	opacity: 0
}


.margin-top{margin-top:40px!important;}

.ty-en-in-solution .contentRight .contentRightSub:hover .pic img{width: 106%; transition: all 0.6s; opacity: 0.85}
.ty-en-in-solution .contentRight .contentRightSub:hover .more{bottom:8%;transition: all 0.3s; opacity: 1 }
.ty-en-in-solution .contentRight .contentRightSub:hover .more a{color:#fff}

@media (max-width: 996px) {
	
	.ty-en-in-solution .title{font-size:26px;}
	
	
	.ty-en-in-solution .contentLeft{width:100%}
	.ty-en-in-solution .contentRight{width: 103%;margin-left: -3%;}
	
	
	
	.margin-top{margin-top:0px!important;}
	.ty-en-in-solution .contentLeft .text{font-size:16px;width: 80%;}
}




/* 新闻 */

.t-e-news4{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f2f2f2;
}

.t-e-news4 ul{
	width:100%;
	margin: auto;
	overflow: hidden;
}

.t-e-news4 ul li{
	width:30.33%;
	margin: auto;
	overflow: hidden;
	float: left;
	margin-right: 3%;
	margin-bottom: 4%;
}

.t-e-news4 ul li .tp{
    width: 100%;
    position: relative;
	background: #000;
}
.t-e-news4 ul li .tp .pic{
	padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.t-e-news4 ul li .tp .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.t-e-news4 ul li .tp .date{
    position: absolute;
    width: 100px;
    height: 40px;
    background: #2240c4;
    color: #fff;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    bottom: 0;
    font-size: 13px;
}
.t-e-news4 ul li .info{
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 6%;
}
.t-e-news4 ul li .info .title{
    width: 100%;
    margin: auto;
    overflow: auto;
    font-size: 18px;
    color: #333;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.t-e-news4 ul li .info .text{
    width: 100%;
    margin: auto;
    overflow: hidden;
    color: #c2bdbd;
    font-size: 13px;
	height: 36px;
    line-height: 1.4;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.t-e-news4 ul li .info .more{
    width: 130px;
    height: 36px;
    border: 1px solid #c2bdbd;
    line-height: 36px;
    color: #c2bdbd;
    text-align: center;
    float: right;
    margin-top: 20px;
    font-size: 12px;
}

.t-e-news4 ul li:hover .tp .date{
	background: #fcbb04;
}

.t-e-news4 ul li:hover .tp .pic img{
	width: 106%!important;
    transition: all 0.6s;
    opacity: 0.8;
}




@media (max-width: 1024px) {
	.t-e-news4 ul li{
		width:47%;
	}
}



@media (max-width: 768px) {
	.t-e-news4 ul li{
		width:100%;
		margin-right: 0;
	}
}
