header.scroll {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-top: 0;
	/* height: 85px; */
}

header .logo2 {
	display: none;
}

header.scroll .logo1 {
	display: none;
}

header.scroll .logo2 {
	display: block !important;
}

header.scroll #menu li a {
	color: #2c2c2c;
}

header.scroll #menu li a:hover {
	color: #34cd8b;
}



.w1488 .h2_title {
	margin-bottom: 70px;
	color: #333333;
	font-size: 39.5px;
	text-align: center;
}

.h2_title p {
	font-size: 16px;
	margin-top: 1rem;
}

.navigation li a {
	color: #fff;
	font-size: 15px;
	padding: 5px 20px;
	display: block;
	line-height: 25px;
}


.w1488 {
	max-width: 1528px;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

/* #case-index .w1488 {
	max-width: 1800px;
	width: 100%;
	padding: 0 25px;
	margin: 0 auto;
	box-sizing: border-box;
} */

#about-index {
    background-color: #fff;
    padding: 0 0px 100px;
}

.a-i-l {
	float: left;
	width: 55%;
}

.a-i-r {
	float: right;
	width: 526px;
}

.a-i-tit {
	font-size: 36px;
	text-align: left;
	margin-bottom: 40px;
	font-weight: bold;
}

.a-i-des {
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 1.8rem;
}

.a-i-con {
	line-height: 1.5rem;
	font-size: 14px;
}

.about-url {
    font-size: 16px;
    color: #fff;
    background-color: #5942d2;
    border-radius: 20px;
    padding: 8px 0;
    width: 140px;
    margin: 20px auto 45px;
    display: block;
    text-align: center;
}

.about-url:hover{
	background-color: #34cd8b;
}

.i-r-box {
	position: relative;
}

.r-img1,
.r-img2 {
	float: left;
	position: relative;
}

.r-img1 {
	padding: 60px;
	border: 1px dashed #ccc;
	border-radius: 50%;
}



.r-img1 img {
	box-shadow: 0 0 21px 3px #ddd;
	border-radius: 50%;
}


.r-img2 {
	padding: 60px 0;
	position: absolute;
	right: 90px;
}

.about-list {
	margin-top: 0px;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	border: 1px solid #ccc;
	padding: 0px 3%;
	box-sizing: border-box;
	transition: all 0.7s;
	border-radius: 10px;
}

#about-index .w1488{
	overflow: unset;
}

.about-list:hover {
}

.about-list:nth-child(4) {
	margin-right: 0;
}

.about-list:hover {
	background-color: #5942d2;
	border-color: #5942d2;
	color: #fff;
    margin-top: -35px;
	box-shadow: 0px 12px 80px -12px #5942d2;
}

.about-list .img2 {
	display: none;
}

.about-list:hover .img1 {
	display: none;
}

.about-list:hover .img2 {
	display: block !important;
}

.about-list:hover .about-url{
	background-color: #fff;
	color: #5942d2;
}

.a-l-img {
	height: 160px;
	position: relative;
}
	

.a-l-img img {
	position: absolute;
	top: 30%;
}
.a-l-con {
	height: 180px;
}

.a-l-tit {
	font-size: 22px;
	font-weight: bold;
}

.a-l-url {
	padding: 1.5rem 0;
}

.a-l-url span {
	min-width: 50%;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 1.7rem;
}

#wt-index {
	padding: 30px 0 100px;
}

.w-i-l {
	float: left;
}

.w-i-box {
	position: relative;
	box-sizing: border-box;
}

.w-i-img1 {
	position: absolute;
	z-index: 1;
}

.w-i-img2 {
	position: absolute;
	z-index: 2;
	top: 38px;
}

.w-i-r {
	float: right;
}

.w-i-l,
.w-i-r {
	width: 35%
}

.i-r-tit {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

.i-r-des {
	text-align: center;
	font-size: 34px;
	margin-top: 30px;
}

p.i-r-con {
	font-size: 15px;
	text-align: center;
	line-height: 1.5rem;
	padding: 0 8%;
}

#case-index {
    padding: 0 0 100px;
	background-color: #fff;
}

#case-index .w1488{
	overflow: unset;
}

.c-i-top {
	margin-bottom: 2rem;
}

.c-i-tit {
	font-size: 32px;
	text-align: left;
	margin-bottom: 40px;
	font-weight: bold;
	float: left;
}

.c-i-url {
	float: right;
}

.c-i-url a {
	margin-left: 60px;
	line-height: 3rem;
	color: #595959;
}

.c-i-url a:hover {
	color: #ca113e;
}

.trans {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.c-list {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 92px;
    border-radius: 15px;
    overflow: hidden;
	position: relative;
	top: 0;
}

.c-list:nth-child(3n){
	margin-right: 0;
}

.c-l-img {
	width: 100%;
	overflow: hidden;
	transition: all 1s;
}

.c-l-img .img {
    overflow: hidden;
    transition: all 1s;
    height: 288px;
    padding-top: 10px;
    background-color: #fff;
}

.c-l-img img {
    width: auto;
    max-width: 100%;
    display: block;
    transition: all 0.3s;
    margin: 0 auto;
    max-height: 100%;
}

/* .c-l-con {
	font-size: 16px;
	color: #595959;
	box-sizing: border-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
} */

.c-list:hover {
	/* box-shadow: 0 0 7px 2px #aaa; */
	/* background-color: #ca113e; */
	
	    top: -35px;
		box-shadow: 0px 12px 80px -12px #aaa;
}




.c-l-des {
	font-size: 14px;
	color: #595959;
	padding-bottom: 20px;
}

.c-i-bottom .c-list:nth-child(3n) {
	margin-right: 0;
}


.swiper-pagination-clickable .swiper-pagination-bullet {

	width: 15px;

	height: 15px;

	display: inline-block;

	border-radius: 50%;

	background: none;

	border: 2px solid #7a7a7a;

	opacity: 1;

	margin: 0 10px
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {

	background: #7a7a7a;

}

.swiper-container-h .swiper-pagination-clickable .swiper-pagination-bullet {
	border: 2px solid #fff;
}

.swiper-container-h .swiper-pagination-clickable .swiper-pagination-bullet-active {

	background: #fff;

}



#tyfled_solutions {
	position: relative
}

.h5_position {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 900;
	width: 100%;
}

.h5_position .h2_title * {
	color: #fff;
	text-align: left;
	display: block
}

.sulutions_tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 910;
	background: rgba(0, 0, 0, 0.5);
	color: #fff
}

.sulutions_tabs ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sulutions_tabs li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sulutions_tabs li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 50px;
	padding-top: 50px;
	padding-bottom: 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6;
	box-sizing: border-box;
}

.sulutions_tabs li b {
	font-size: 20px;
	font-weight: normal;
	display: block;
}

.sulutions_tabs li p {
	display: block;
	margin-bottom: 25px
}

.sulutions_tabs li span {
	display: block;
	height: 24px;
}

.sulutions_tabs li.active a {
	display: inline-block
}

.sulutions_tabs li.active {
	background: #ca113e;
	border-left-color: #ca113e;
	border-right-color: #ca113e;
}

.sulutions_tabs li a {
	background: url(/images/newimage/icon_vv.png) no-repeat right center;
	display: inline-block;
	padding-right: 20px;
	color: #fff;
	display: none
}

#solutions_carousel .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 901;
	color: #fff;
	padding-top: 300px;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

#tyfled_solutions .wauto {
	max-width: 1488px;
	margin: 0 auto
}

#solutions_carousel .item {
	line-height: 1.8;
	font-size: 14px;
}

#solutions_carousel .item b {
	font-size: 20px;
}

#solutions_carousel .item p {
	display: block;
	margin-top: 5px;
}

#adv-index {
	background-color: #f4f4f4;
	padding: 8rem 0;
}

#adv-index .left-con{
	width: 45%;
	float: left;
}

#adv-index .left-con .tit{
	font-size: 46px;
	color: #686868;
	font-weight: bold;
	margin-bottom: 50px;
}

#adv-index .left-con .des{
	font-size: 22px;
	line-height: 38px;
	color: #686868;
	margin-bottom: 150px;
}

#adv-index .left-con .url{
	border:2px solid #5942d2;
	border-radius: 25px;
	width: 200px;
	padding: 10px 0;
	margin-top: 50px;
	display: block;
	text-align: center;
	color: #000;
}

#adv-index .left-con .url:hover{
	background-color: #5942d2;
	color: #fff;
}



#adv-index .right-con{
	width: 50%;
	float: right;
}

.adv-i-list {
    float: left;
    width: 50%;
    margin-right: 0%;
    padding: 3%;
    box-sizing: border-box;
    padding-left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.adv-i-list:nth-child(1){
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.adv-i-list:nth-child(2){
	border-bottom: 1px solid #cfcfcf;
}

.adv-i-list:nth-child(3){
	border-right: 1px solid #cfcfcf;
}




.w1488 .adv-i-list:nth-child(2n+1) {
	margin-right: 0;
}

.l-l-img {
	width: 100%;
	text-align: center;
}

.l-r-con {
	float: right;
	width: 60%;
	line-height: 1.7rem;
	font-size: 14px;
	color: #7a7a7a;
}



.adv-img1 {
	display: block;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	height: 65px;
}

.adv-img2 {
	display: none;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	height: 65px;
}

.adv-i-list:hover {
	background-color: #5942d2;
	color: white;
	box-shadow: 0 0 22px 7px #ccc;
	border-color:#5942d2;
}

.adv-i-list:hover .l-l-img .adv-img1 {
	display: none;
}

.adv-i-list:hover .l-l-img .adv-img2 {
	display: block !important;
}

.adv-i-list:hover .l-r-con {
	color: #fff;
}

.l-r-tit {
	font-size: 18px;
	color: #7a7a7a;
}

.adv-i-list:hover .l-r-tit {
	color: #fff;
}

#mes-index {
    padding: 155px 0 178px;
    background-image: url(/images/newimage/ser-zx.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-attachment:fixed;
}

#mes-index .h2_title {
	color: black;
	margin-bottom: 55px;
	text-align: left;
	font-size: 39px;
	font-weight: normal;
	color:#fff;
	text-align:center;
}

#mes-index .h2_title p{
	font-size: 14px;
	color: #fff;
}

.m-i-tab {
	width: 100%;
}

.m-s-input {
	width: 25.5%;
	border: none;
	padding-left: 10px;
	background-color: #fff;
	line-height: 3rem;
	box-sizing: border-box;
	margin-right: 1.5%;
	float: left;
}

.submit-input {
	width: 19%;
	float: left;
	background-color: #5942d2;
	color: #fff;
	line-height: 3rem;
	height: 3rem;
	border: none;
	text-align: center;
}


#lc-index {
	padding: 10rem 0;
}

#lc-index .h2_title {
	text-align: left;
	color: #737373;
}

#lc-index .h2_title::after {
	content: "";
	width: 25px;
	height: 3px;
	background-color: #737373;
	margin: 15px 0 10px;
	display: block;
}

.lc-i-l {
	float: left;
	width: 43%;
}

.lc-i-tit {
	color: #ca113e;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.lc-i-des {
	line-height: 1.7rem;
	margin-bottom: 70px;
	font-size: 14px;
}

.lc-i-url {
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	color: #737373;
}

.lc-i-url:hover {
	color: #fff;
	background-color: #ca113e;
	border: 1px solid #ca113e;
}

.lc-i-r {
	float: right;
	width: 55%;
}

.lc-i-r img {
	display: block;
	width: 100%
}

#news-index {
	padding: 3rem 0;
}

#news-index .h2_title {
	text-align: left;
}

.news-i-l,
.news-i-r {
	width: 47.5%;
}

.news-i-l {
	float: left;
	margin-right: 5%;
}

.news-i-r {
	float: right;
	height: 854.92px;
	overflow: hidden;
}

.mar-box {
	height: 854.92px;
	overflow: hidden;
}

.news-first {
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #737373;
	display: block;
	color: #737373;
}

.news-first img {
	display: block;
	width: 100%;
}


.news-list {
	width: 47.5%;
	float: left;
	color: #737373;
	border-bottom: 1px solid #737373;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-top: 20px;
}


.news_index_center .news-list {
	border-bottom: unset;
}

.news-list:hover div {
	color: #ca113e;
}

.news-i-r .news-list {
	width: 100%;
}

.news-list:nth-child(2n) {
	padding-right: 0;
}

.news-i-r .marquee-vert .news-list {
	padding-right: 0;
}

.news-l-t {
	font-size: 16px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 0.7s;
}

.news-l-des {
	font-size: 14px;
	line-height: 1.7rem;
	transition: all 0.7s;
}

.news-f-con .time {
	margin: 10px 0;
	padding: 5px;
	background: #ccc;
	float: left;
	color: #fff;
}

.time div {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
}

.news-f-tit {
	float: left;
	margin-top: 25px;
	font-size: 18px;
	margin-left: 2%;
}


.n-box {

	width: 74%;

	float: left;

}





.news_index_left,

.news_index_right {

	float: left;

	width: 100%;

	background: #fff;

	border-right: 1px solid #ededed;

	overflow: hidden;

	min-height:600px;

}



.news_index_center {

	float: right;

	width: 25%;

	background: #fff;

	height: 600px;

	overflow: hidden
}



.news_index_center img {

	width: 100%
}



.news_h1 {

	font-size: 45px;

	color: #414141;

	position: relative;

	padding: 30px 17px;

}



.news_h1 a {

	font-size: 16px;

	padding-top: 3%;

	float: right;

	color: #4a4a4a;

	font-family: Arial, Helvetica, sans-serif;

}



.news_h1 font {

	display: block;

	font-size: 14px;

	color: #757575;

	text-transform: uppercase;

	font-family: Arial, Helvetica, sans-serif;

	padding-top: 5px
}



.news_index_left p,

.news_index_right p {

	display: block;

	line-height: 1.5rem;

	min-height: 5vw;

}



.news_index_left ul,

.news_index_right ul,

.news_index_center ul {

	padding: 5px 15px;

	padding-bottom: 15px
}



.news_index_left ul li,

.news_index_right ul li {

	font-size: 13px;

	color: #858687;

	position: relative;

	padding-bottom: 5px;

	float: left;

	width: 32%;

	margin-right: 2%;

}



.news_index_center ul li {

	width: 100%;

	padding-bottom: 5px;

	position: relative;

	font-size: 13px;

}





.news_index_left ul li:nth-child(3n),

.news_index_right ul li:nth-child(3n) {

	margin-right: 0;

}



.news_index_left ul li p img,

.news_index_right ul li p img,

.news_index_center ul li p img {

	display: block;

	width: 100%;

	height: 15vw;

}



.news_index_center ul li:nth-child(2) p img {

	height: 25.7vw;

}



.news_index_left ul li a,

.news_index_right ul li a,

.news_index_center ul li a {

	font-size: 20px;

	color: #000;

	display: block;

	margin: 10px 0;

}



.news_index_left ul li a.url,

.news_index_right ul li a.url,

.news_index_center ul li a.url {

	font-size: 16px;

	color: #000;

	padding-top: 10px;

	padding-bottom: 20px;

	margin-bottom: 25px;
	height: unset;

}



.news_index_left ul li:nth-child(1) a.url,

.news_index_left ul li:nth-child(2) a.url,

.news_index_left ul li:nth-child(3) a.url {

	border-bottom: 2px solid #ccc;

}



.news_index_left ul li:nth-child(4) a.url,

.news_index_left ul li:nth-child(5) a.url,

.news_index_left ul li:nth-child(6) a.url {

	padding-bottom: 0;

}



.news_index_left ul li a:hover,

.news_index_right ul li a:hover,

.news_index_center ul li a:hover {

	color: #d10005;

	text-decoration: underline
}



.news_index_left ul li span,

.news_index_right ul li span,

.news_index_center ul li span {

	position: absolute;

	right: 14px;

	top: 0
}



.news_top {

	font-size: 14px;

	color: #707070;

	line-height: 1.5;

	text-align: center;

	border-bottom: 1px solid #ededed;

	padding: 30px 0
}



.news_bottom b,

.news_top b {

	font-size: 18px;

	color: #828181;

	display: block;

	padding-bottom: 10px
}



.news_bottom {

	font-size: 14px;

	color: #707070;

	line-height: 1.5;

	text-align: center;

	padding: 30px 0
}



.news_left {

	float: left;

	width: 520px;

	margin-top: 30px
}



.news_right {

	float: right;

	width: 520px;

	margin-top: 30px
}



/* .news_h1 {

					font-size: 20px;

					margin-bottom: 5px

				} */



.news_ul li {

	padding: 4px 0
}



.news_ul li a {

	font-size: 14px;

	color: #333
}



.news_ul li.litop {

	padding: 0;

	height: 108px
}



.news_ul li.litop img {

	float: left;

	width: 160px;

	height: 100px;

	margin-right: 15px
}



.news_ul li.litop p.a a {

	font-size: 14px;

	font-weight: 700
}



.news_ul li.litop p.p {

	display: block;

	color: #666;

	font-size: 13px;

	line-height: 20px;

	padding-top: 5px
}



.news_ul li a:hover {

	color: #e60012;

	text-decoration: underline
}





.news_h1.news_h2 {

	margin: 60px 0;

	padding: 0 17px;

	padding-left: 0;

}



.sale_btn {

	text-align: center;

	margin-top: 30px
}



.sale_btn a {

	background: url(../images/newimage/msg.jpg) no-repeat 8px center;

	display: inline-block;

	padding: 5px 8px;

	border: 2px solid #5c5c5c;

	border-radius: 6px;

	-webkit-border-radius: 6px;

	-moz-border-radius: 6px;

	-o-border-radius: 6px;

	-ms-border-radius: 6px;

	color: #333;

	text-indent: 25px
}









.news_index_center .news-bottoms ul {

	padding: 5px 15px;

	padding-bottom: 15px;

}



.news_index_center .news-bottoms .news-pro ul li a {

	margin: 5px 0;

}



.news_index_center .news-bottoms .news-pro ul li a h3 {

	font-size: 15px;

	line-height: 25px;

	padding: 0.5rem 0;

}



.news-pro {

	padding: 1rem;

	overflow: hidden;

	box-sizing: border-box;

	height: 57.5vw;

}



.news_index_left ul li a {

	/* height: 50px; */

}



























/***/
#banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 600;
}


.c-list-box {
	width: 100%;
}


/* li#contact_li {
    width: 319px !important;
} */




#scrollTop {
	text-align: center;
	cursor: pointer;
	line-height: 30px;
	z-index: 990;
	width: 56px;
	height: 44px;
	background: url(/images/newimage/icon_scroll.jpg) no-repeat;
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: none;
}


.hidden-con {
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	position: absolute;
	bottom: -50px;
	color: white;
	padding: 0 20px;
	height: 50px;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}

.c-list:hover .hidden-con {
	bottom: 0;
}

.hidden-con .list-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 25px;
	font-weight: bold;
}

.c-l-con {
	color: #000;
	font-size: 15px;
	line-height: 1.7rem;
	padding-top: 30px;
	padding-bottom: 15px;
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 2;
	font-weight: normal;
	transition: all 0.4s;
}

.c-l-con i {
	transition: all 0.4s;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 0;
	background: #b49173;
	z-index: -1;
}

.c-l-con h5 {
    line-height: 24px;
    font: 20px/24px "OR";
    color: #333333;
    padding: 0px 20px 10px;
}


.c-l-con p {
    display: block;
    color: #7a7a7a;
    padding: 0 20px;
    font: 14px/24px "OR";
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}


/* .c-list:hover .c-l-con h5 {
	color: #fff;
	border-bottom: 0;
	padding-bottom: 11px;
}

.c-list:hover .c-l-con p {
	color: #fff;
} */

/* .c-list:hover .c-l-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
 */
.c-list:hover .c-l-con i {
	height: 100%;
}

.c-list:hover .c-l-con {
	color: #fff;
}

.bgs1 {
	background: url(/images/newimage/i_pic1.png) center top no-repeat;
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto;
	transition: all 0.4s;
	margin-top: 20px;
}

.list-tit:hover i {
	transform: rotate(360deg);
}


#sol-index {
	background-image: url(/images/newimage/sol-index.png);
	padding: 7rem 0;
	background-size: 100% 100%;
	background-attachment: fixed;
}

#sol-index .w1488 {
	min-width: 1488px;
	padding: 0;
	box-sizing: border-box;
}

.sol-top,
.sol-bottom {
	height: 255px;
}


.sol-top .sol-list {
	float: left;
	width: 144px;
	height: 170px;
	margin-left: 124px;
	padding-top: 18px;
	transition: all 0.7s;
	margin-top: 66px;
	border-radius: 9%;
}

.sol-top .sol-list:first-child {
	margin-left: 0;
}

.sol-top .sol-list img {
	width: 79px;
	margin: 0 auto;
	display: block;
}

.sol-top .sol-list:hover {
	height: 170px;
	margin-top: 46px;
	background-image: url(/images/newimage/up-bc.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

/* .sol-top .sol-list:hover img{
					margin-bottom: 46px;
				} */

.sol-bottom .sol-list {
	float: left;
	width: 144px;
	height: 150px;
	margin-left: 124px;
	position: relative;
	transition: all 0.7s;
	padding-top: 40px;
	border-radius: 9%;
}

.sol-bottom .sol-list:first-child {
	margin-left: 0;
}

.sol-bottom .sol-list img {
	width: 79px;
	margin: 0 auto;
	display: block;
}

.sol-bottom .sol-list:hover {
	height: 150px;
	background-image: url(/images/newimage/down-bc.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.sol-center {
	width: 100%;
	height: 1px;
	background-color: #3b3b3b;
	min-width: 1488px;
	padding: 0;
	box-sizing: border-box;
}

.top-bor .bor {
	height: 20px;
	width: 1px;
	background-color: #3b3b3b;
	margin-left: 267px;
	float: left;
}

.top-bor .bor:first-child {
	margin-left: 72px;
}

.bottom-bor .bor {
	height: 20px;
	width: 1px;
	background-color: #3b3b3b;
	margin-left: 267px;
	float: left;
}

.bottom-bor .bor:first-child {
	margin-left: 72px;
}

/* .top-bor {
				    margin-top: 20px;
				} */

.bottom-bor {
	margin-bottom: 20px;
}

.sol-tit {
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}

.sol-tit div {
	font-size: 39.55px;
	margin-bottom: 20px;
}

.sol-tit p {
	font-size: 16px;
}

.sol-top .sol-list:nth-child(1) img,
.sol-top .sol-list:nth-child(5) img {
	width: 114px;
}


.xg {
	text-align: center;
	display: block;
	padding: 50px 0 80px;
	font-size: 40px;
}


.back-img {

	width: 100%;

	position: absolute;

	top: 0;
	
	left: 0;

	z-index: -1;

}



.back-img {

	width: 100%;

	display: block;

}



.back-img.active {

	display: block;

}



.w1200 {

	max-width: 1200px;

	margin: 0 auto;

}



.w1200 .sol-tit {

	text-align: center;

	margin-bottom: 50px;

}



.w1200 .sol-tit div {
    font-size: 39.5px;
}



.w1200 .wt-list {

	text-align: center;

}



.w1200 .wt-list .wt-l-tit {

	font-size: 35.5px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 1rem;

}



.w1200 .wt-list .wt-l-des {

	font-size: 22px;

	color: #fff;

}



.w1200 .wt-list .wt-l-des font {

	font-size: 45px;

}



.wt-yuan {

	width: 303px;

	height: 303px;

	margin: 0 auto;

	border: 2px solid #fff;

	border-radius: 50%;

	padding: 50px 20px;

	box-sizing: border-box;

	text-align: center;

	font-size: 18px;

	color: #fff;

	margin-top: 50px;

	position: relative;

}



.yuantit {

	margin-top: 0.5rem;

	margin-bottom: 1rem;

}



.yuan-key p {

	font-size: 15.5px;

	font-weight: bold;

	padding-bottom: 0.5rem;

}

#wt-index {
	height: 600px;
	padding-top: 150px;
}

@media(max-width:1587px) {
	#tyfled_solutions .wauto {
		max-width: 90%
	}

	.sulutions_tabs li {
		padding: 25px
	}
}

@media screen and (max-width:1576px) {


	#sol-index .w1488 {
		min-width: 1400px;
		padding: 0 44px;
		box-sizing: border-box;
	}

	.sol-top .sol-list {
		width: 113px;
	}

	.top-bor .bor:first-child {
		margin-left: 51px;
	}

	.top-bor .bor {
		margin-left: 237px;
	}


	.bottom-bor .bor:first-child {
		margin-left: 51px;
	}

	.bottom-bor .bor {
		margin-left: 237px;
	}

	.sol-bottom .sol-list {
		float: left;
		width: 144px;
	}

	.sol-bottom .sol-list {
		float: left;
		width: 113px;
	}

	.sol-top .sol-list img,
	.sol-top .sol-list img {
		width: 65px;
	}

	.sol-top .sol-list:nth-child(1) img,
	.sol-top .sol-list:nth-child(5) img {
		width: 90px;
	}
}

@media screen and (max-width:1488px) {
	.w1488 {
		max-width: 100%;
		padding: 0 45px;
		box-sizing: border-box;
	}

	.agencies_ul {
		width: 100%;
		padding: 0 45px;
		box-sizing: border-box;
	}

	.contact_us_ul {
		width: 100%;
		padding: 0 45px;
		box-sizing: border-box;
	}

	.footer {
		width: 100%;
		box-sizing: border-box;
	}

}



@media screen and (max-width:1440px) {
	/* .news_index_left, .news_index_right {
	    height: 1050px;
	}
	
	.news_index_center {
	    height: 1050px;
	} */
	
	.news_h1 {
	    font-size: 33px;
	}
	
	.news_index_left ul li a {
	    /* height: 40px; */
	}
	
	.news_index_left ul li a, .news_index_right ul li a, .news_index_center ul li a {
	    font-size: 18px;
	}
	
	.news_index_center .news-bottoms .news-pro ul li a h3{
		font-size: 14px;
	}
	
	.news_index_left p, .news_index_right p {
	    line-height: 1.4rem;
	    font-size: 12px;
	}
	
	.news_index_left ul li a.url, .news_index_right ul li a.url, .news_index_center ul li a.url{
		font-size: 14px;
	}
}











@media screen and (max-width:1381px) {
	.a-i-l {
		float: left;
		width: 44%;
	}

}


@media(max-width:1360px) {
	#solutions_carousel .item a {
		padding-top: 200px;
	}

	.sulutions_tabs li span {
		display: none
	}

	.sulutions_tabs li p {
		margin-bottom: 0
	}

	.sulutions_tabs {
		position: static
	}

	#tyfled_solutions .sulutions_tabs {
		background: rgba(0, 0, 0, 0.8);
	}

	#tyfled_solutions .sulutions_tabs .wauto {
		max-width: 100%
	}

	.sulutions_tabs li.active {
		background: #ca113e;
	}
}

@media screen and (max-width:1298px) {}


@media screen and (max-width:1155px) {


	.a-i-l {
		width: 40%;
	}

	.a-i-r {
		width: 499px;
	}

	.r-img2 {
		right: 57px;
	}

	.l-r-tit {
		font-size: 17px;
	}
}

@media screen and (max-width:1024px) {
	.w1488 {
		padding: 0 20px;
	}


	.agencies_ul {
		padding: 0 20px;
	}

	.contact_us_ul {
		padding: 0 20px;
	}

	#about-index {
		padding: 3rem 0px;
	}


	.a-i-l {
		width: 100%;
	}

	.a-i-r {
		display: none;
	}


	.about-list {
		width: 49%;
		margin-top: 30px;
		background-color: #ca113e;
		border-color: #ca113e;
		color: #fff;
	}

	/* .about-list .img2 {
		display: none;
	}

	.about-list .img1 {
		display: none;
	}

	.about-list .img2 {
		display: block !important;
	} */

	.a-l-img img {
		position: unset !important;
		margin: 0 auto;
		padding-top: 30px;
	}

	.about-list:nth-child(2n) {
		margin-right: 0;
	}

	#wt-index {
		padding: 3rem 0;
	}


	.w-i-l {
		display: none;
	}

	.w-i-r {
		width: 100%;
	}

	#case-index {
		padding: 3rem 0;
	}

	.c-i-top {
		margin-bottom: 1rem;
	}

	.c-i-tit {
		margin-bottom: 0;
		font-size: 24px;
	}

	.c-i-url {
		display: none;
	}

	#lc-index {
		padding: 3rem 0;
	}

	.Cooperation_agencies {
		background: #efefef;
		margin-top: 60px;
		padding-bottom: 2rem;
	}

	.Cooperation_agencies .index_title p {
		padding: 0 25px;
		line-height: 1.7rem;
	}
}

@media screen and (max-width:1000px) {
	
	.navigation li a {
	    padding: 5px 13px;
	}

	.m-s-input {
		width: 100%;
		margin-bottom: 2rem;
		margin-right: 0;
	}

	.submit-input {
		width: 283px;
		float: unset !important;
		display: block;
		margin: 0 auto;
	}

	.Cooperation_agencies {
		padding-bottom: 2rem;
	}

	.Cooperation_agencies .index_title a {
		padding-top: 3rem;
	}
	
	.n-box{
		width: 100%;
	}
	
	.news_index_left, .news_index_right{
		border-right: unset;
		min-height: auto;
	}
	
	.news_index_left ul li p img, .news_index_right ul li p img, .news_index_center ul li p img {
	    height: 21vw;
	}
	
	.news_index_center{
		display: none;
	}
	
	
	
	
}

@media screen and (max-width:900px) {
	
	.news_h1{
		padding: 30px 0px;
	}
	
	.news_index_left ul, .news_index_right ul, .news_index_center ul {
	    padding: unset;
	}
	
	.news_index_left ul li, .news_index_right ul li {
	    width: 100%;
	    margin-right: 0%;
	}
	
	.news_index_left ul li:nth-child(3n) {
	    margin-right: 1.5%;
	}
	
	.news_index_left ul li:nth-child(2n) {
	    margin-right: 0;
	}
	
	.news_index_left ul li:nth-child(1) a.url, .news_index_left ul li:nth-child(2) a.url, .news_index_left ul li:nth-child(3) a.url{
		border-bottom: unset;
	    margin-bottom: unset;
	}
	
	.news_index_left ul li p img, .news_index_right ul li p img, .news_index_center ul li p img {
	    height: 43vw;
	}
	
	.news_index_left ul li a, .news_index_right ul li a, .news_index_center ul li a {
	    font-size: 15px;
	    height: unset;
	    margin: 10px 0;
	}
	
	
	
	.news_index_left ul li:nth-child(4) a.url, .news_index_left ul li:nth-child(5) a.url, .news_index_left ul li:nth-child(6) a.url {
	    padding-bottom: 0;
	    margin-bottom: unset;
	}
	
	
	
	.c-list {
		width: 49%;
		margin-right: 2%;
	}
	
	
	.c-l-con p {
	    height: 45px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.c-i-bottom .c-list:nth-child(3n) {
		margin-right: 2%;
	}

	.c-i-bottom .c-list:nth-child(2n) {
		margin-right: 0;
	}

	.c-l-img img {
		height: 27vw;
	}

	.c-l-des {
		display: none;
	}

	.c-l-con {
		background: #fff;
		color: #000;
	}

	#tyfled_solutions .wauto {
		max-width: 100%
	}

	#solutions_carousel .item a {
		padding: 0 35px;
		padding-top: 180px;
	}

	.sulutions_tabs li {
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.sulutions_tabs li b {
		font-size: 16px
	}

	.sulutions_tabs li:nth-child(5) {
		width: 100%
	}

	#solutions_carousel .item a {
		padding: 0 25px;
		padding-top: 180px;
	}

	#solutions_carousel .item a {
		padding-top: 25px
	}

	#solutions_carousel .item a p {
		font-size: 14px;
		max-height: 75px;
		overflow: hidden
	}

	.swiper-pagination-clickable .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0 4px;
	}


	#adv-index {
		padding: 2rem 0;
	}

	#mes-index {
		padding: 2rem 0;
	}

	.lc-i-l {
		width: 100%;
		margin-bottom: 1rem;
	}

	.lc-i-url {
		display: block;
		width: 190px;
	}

	.lc-i-r {
		width: 100%;
	}

	.agencies_ul_list li {
		width: 33%;
		height: 12.1vw;
	}


	.agencies_ul_list {
		padding-top: 0;
		padding: 10px 0;
	}

	#news-index {
		padding: 2rem 0;
	}

	.news-i-r {
		display: none;
	}


	.news-i-l {
		width: 100%;
		margin-right: 0;
	}

	.contact_us {
		padding: 3rem 0;
	}

	.contact_us_map {
		width: 100%;
		margin-bottom: 2rem;
	}

	.contact_us_form {
		width: 100%;
	}

	.contact_us_form li.submit {
		padding-left: 0;
	}


	.contact_us_form li.submit input {
		display: block;
		margin: 0 auto;
	}

	.news-f-con .time {
		width: 20%;
	}

	.news-f-con .time p {
		text-align: center;
	}

	.news-f-tit {
		width: 70%;
	}

	.footer li {
		width: 49% !important;
		border-right: 0;
		border-bottom: 1px solid;
	}

	#sol-index {
		padding: 2rem 0;
	}

	.sol-tit {
		margin-bottom: 0;
	}

	.sol-tit div {
		font-size: 32px;
	}

	.sol-tit p {
		font-size: 16px;
		padding: 0 15px;
		line-height: 1.8rem;
	}



	.hidden-con .list-center {
		display: none;
	}

	.c-l-con h5 {
		font-size: 13px;
	}


	.w1200 .sol-tit div {
		font-size: 30px;
		padding: 0 15px;
	}

	.w1200 .wt-list .wt-l-tit {
		font-size: 31.5px;
		padding: 0 15px;
	}

	.w1200 .wt-list .wt-l-des {
		font-size: 22px;
		padding: 0 15px;
	}

	.w1200 .wt-list .wt-l-des font {
		font-size: 32px;
	}

	.w1200 .sol-tit {
		text-align: center;
		margin-bottom: 35px;
	}

	.lc-i-r {
		display: none;
	}

	#wt-index {
		height: 550px;
	}

}

@media screen and (max-width:600px) {
	.news_index_left p, .news_index_right p {
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
	
	.news_index_left ul li a, .news_index_right ul li a, .news_index_center ul li a {
	    font-size: 13px;
	}
	
	#solutions_carousel .item a p {
		display: none
	}

	.sol-tit div {
		font-size: 24px;
	}

	.sol-tit p {
		font-size: 13px;
	}

	.w1488 .h2_title {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.h2_title p {
		font-size: 14px;
	}

	#mes-index .h2_title {
		margin-bottom: 2rem;
		font-size: 20px;
	}

	.m-s-input {
		margin-bottom: 1rem;
	}

	.m-i-tab {
		margin-bottom: 2rem;
	}

	.lc-i-tit {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.lc-i-des {
		line-height: 1.5rem;
		margin-bottom: 20px;
		font-size: 13px;
	}

	.lc-i-url {
		width: 150px;
		font-size: 13px;
	}

	.Cooperation_agencies {
		margin-top: 0px;
		padding-top: 20px;
	}
	
	
	
	.about-list {
		width: 100%;
	}
	.a-i-tit {
		font-size: 30px;
		margin-bottom: 19px;
	}

	.a-i-des {
		font-size: 17px;
	}


	.a-l-con {
		height: auto;
		min-height: 231px;
	}

	.a-l-tit {
		font-size: 16px;
	}

	.a-l-url span {
		min-width: 100%;
	}

	.l-r-tit {
		font-size: 12px;
	}

	.l-l-img {
		padding: 0 2%;
		border-right: unset !important;
	}

	.adv-img1 {
		height: 50px;
		padding-top: 20px;
	}

	.adv-img2 {
		height: 50px;
		padding-top: 20px;
	}

	.l-r-con {
		padding-left: 2%;
		border-left: unset;
		min-height: 150px;
		width: 62%;
		line-height: 23px;
		font-size: 13px;
		padding-top: 15px;
	}

	.agencies_ul_list li {
		width: 49%;
		height: 20.1vw;
	}
}



@media screen and (max-width:539px) {
}

@media screen and (max-width:500px) {
	.footer li {
		display: none;
	}

	li#contact_li {
		display: block;
		border-bottom: 0;
		margin-bottom: 0;
		width: 100% !important;
		text-align: center;
		line-height: 1.7rem;
	}

	.i-r-tit {
		font-size: 30px;
		text-align: center;
		font-weight: bold;
	}

	.i-r-des {
		text-align: center;
		font-size: 24px;
		margin-top: 15px;
	}

	.xg {
		padding: 20px 0px 20px;
		font-size: 30px;
	}

	.c-l-con {
		font-size: 12px;
		/* line-height: 35px;
	    height: 35px; */
	}

	.c-l-con h5 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 10px 5px;
		font-weight: normal;
	}

	.c-l-con p {
		display: none;
	}

	.w1200 .sol-tit div {
		font-size: 24px;
		padding: 0 15px;
		margin-bottom: 10px;
	}

	.w1200 .sol-tit {
		margin-bottom: 35px;
	}

	.w1200 .wt-list .wt-l-tit {
		font-size: 21.5px;
	}

	.w1200 .wt-list .wt-l-des {
		font-size: 16px;
	}

	.w1200 .wt-list .wt-l-des font {
		font-size: 22px;
	}

	.wt-yuan {
		width: 240px;
		height: 240px;
		margin: 0 auto;
		border: 2px solid #fff;
		border-radius: 50%;
		padding: 14px 10px;
		box-sizing: border-box;
		text-align: center;
		font-size: 16px;
		color: #fff;
		margin-top: 50px;
		position: relative;
	}

	.yuan-key p {
		font-size: 14.5px;
		font-weight: bold;
		padding-bottom: 0.5rem;
	}


}

@media(max-width:400px) {
	
	.news_index_left ul li, .news_index_right ul li {
	    width: 100%;
	    margin-right: 0%;
	}
	
	.news_index_left ul li p img, .news_index_right ul li p img, .news_index_center ul li p img {
	    height: 73vw;
	}

	#solutions_carousel .item a p {
		line-height: 1.5;
		max-height: 65px;
	}

	.sulutions_tabs li {
		padding: 10px 5px;
	}

	.a-l-tit {
		text-align: center;
	}
}
