@charset "utf-8";

/*三角形*/
.bj01 {
	display: none;
	position: absolute;
	bottom: -1px;
}

.bj01 img {
	display: block;
	z-index: 9;
	width: 50%;
}

/*MYTG管道优势*/
.adv {
	width: 100%;
	background: #fff;
	margin-bottom: .37rem;
}

.adv .wrap {
}

.adv .box {
	display: flex;
	justify-content: space-between;
	margin-top: .09rem;
}

.adv .adv_con {
	width: 47%;
}

.adv .adv_con li {
	width: 100%;
	position: relative;
}

.adv .con01 li:nth-child(1) {
	margin-bottom: .3rem;
}

.adv .con03 li:nth-child(2) {
}

.adv .con03 li:nth-child(1) {
	margin-bottom: .3rem;
}

.adv .adv_con li img {
	display: block;
	width: 100%;
}

.adv .adv_con li .tit {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 85px;
	background: url(../images/bj3.png) bottom no-repeat;
	background-size: cover;
}

.adv .adv_con li .tit p {
	width: 100%;
	text-align: center;
	margin-top: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.adv .con02 {
	width: 100%;
}

.adv .con02 .tit01 {
	text-align: center;
	font-size: .44rem;
	font-weight: bold;
	color: #242424;
	margin-top: .3rem;
	line-height: .5rem;
}

.adv .con02 .tit02 {
	text-align: center;
	font-size: .28rem;
	font-weight: bold;
	color: #F39C18;
	line-height: .55rem;
}

.adv .con02 .des1 {
	text-align: center;
	font-size: .24rem;
	font-weight: 400;
	color: #242424;
	line-height: .28rem;
}

.adv .con02 .ewm {
	width: 112px;
	height: 112px;
	display: block;
	margin: 0 auto;
}

.adv .con02 .des2 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #242424;
	line-height: 25px;
}

/*产品中心*/
.cpzx {
	padding-top: .45rem;
	padding-bottom: .60rem;
	width: 100%;
	background: #F5F5F5;
}

.cpzx .title {
	text-align: center;
}

.cpzx .title h4 {
	font-size: .44rem;
	font-weight: bold;
	color: #242424;
	line-height: .45rem;
}

.cpzx .title p {
	font-size: .22rem;
	font-weight: 400;
	color: #aaa;
	line-height: .68rem;
}

.cpzx .cp_nav {
	margin: .1rem 0 .1rem;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,32%);
}

.cpzx .cp_nav li {
	flex: 1;
	height: .68rem;
	line-height: .68rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.06);
	border-radius: .34rem;
	margin-bottom: .22rem;
}

.cpzx .cp_nav li a {
    display: block;
    text-align: center;
    font-size: .28rem;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 .1rem;
}

.cpzx .cp_nav li:hover a {
	font-weight: bold;
	color: #40929E;
}

.cpzx .cp_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,48.5%);
}

.cpzx .cp_list li {
	flex: 1;
	background: #fff;
	overflow: hidden;
	margin-bottom: .2rem;
}

.cpzx .cp_list li:hover {
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}

.cpzx .cp_list li a {
}

.cpzx .cp_list li a .img {
	width: 100%;
	overflow: hidden;
}

.cpzx .cp_list li a .img img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.cpzx .cp_list li:hover a .img img {
	transform: scale(1.1, 1.1);
}

.cpzx .cp_list li a .tit {
	width: 100%;
	padding: 0 2%;
	height: .74rem;
	line-height: .74rem;
	text-align: center;
	font-size: .28rem;
	font-weight: 400;
	color: #242424;
}

.cpzx .cp_list li:hover a .tit {
	font-weight: bold;
	color: #40929E;
}

.cpzx .btn {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.cpzx .btn a {
	display: block;
	text-align: center;
	font-size: .28rem;
	font-weight: 400;
	color: #FFFFFF;
	width: 3.3rem;
	height: .78rem;
	line-height: .78rem;
	background: #40929E;
	border-radius: .39rem;
}

/*我们的案例*/
.icase .bk_title {
}

.icase .bk_title .bt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icase .bk_title .bt .line {
	display: inline-block;
	width: .64rem;
	height: 1px;
	background: #CCCCCC;
}

.icase .bk_title .bt h4 {
	font-size: .44rem;
	font-weight: bold;
	color: #fff;
	line-height: .4rem;
	margin: 0 .15rem;
}

.icase .bk_title p {
	text-align: center;
	font-size: .22rem;
	font-weight: 400;
	color: #CCCCCC;
	line-height: .5rem;
	text-transform: uppercase;
}

.icase {
	width: 100%;
	background: url(../images/case1.png) left no-repeat;
	background-size: cover;
	padding: .4rem 0 .46rem;
}

.icase .main {
}

.icase .inner {
	width: 100%;
	overflow: hidden;
	margin-bottom: .3rem;
	margin-top: .2rem;
/* position: relative; */
}

.icase .list {
}

.icase .list dd {
	position: relative;
}

.icase .list img {
	display: block;
	width: 100%;
}

.icase .list h3 {
	background: #fff;
	line-height: .7rem;
	color: #222;
	font-weight: normal;
	padding: 0 .2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.icase .dots {
	text-align: center;
	line-height: .7rem;
	position: relative;
	right: 0;
	top: -1rem;
	z-index: 10;
	width: 50%!important;
	margin-left: 50%;
	background: #fff;
}

.icase .dots span {
	margin: 0 .05rem;
	background: #fff;
	border: 1px solid #d0d0d0;
	opacity: 1;
	outline: medium;
	width: .18rem;
	height: .18rem;
	border-radius: 50%;
}

.icase .dots span.swiper-pagination-bullet-active {
	background: #40929E;
	border-color: #40929E;
}

.icase .dots span:focus {
	outline: medium;
}

.icase .listx {
	margin-top: -.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.icase .list dd.dd {
	width: 48.5%;
	float: left;
	margin: 0 0 .2rem;
}

.icase .list dd.dd h3 {
	text-align: center;
}



/*了解更多*/
.icase .ljgd {
	margin: 0 auto;
	width: 3.30rem;
	height: .78rem;
	border: 1px solid #40929E;
	border-radius: .39rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-top: .15rem;
}

.icase .ljgd img {
	display: block;
	margin-right: .08rem;
	width: .28rem;
	height: .32rem;
}

.icase .ljgd span {
	font-size: .28rem;
	font-weight: 400;
	color: #fff;
}

.icase .item:hover img {
	transform: scale(1.1,1.1);
}

/*立即咨询*/
.ljzx {
	width: 100%;
	padding: .25rem 0;
	background: #F5F5F5;
}

.ljzx .wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.ljzx .wrap .zx01 {
	display: flex;
	align-items: center;
}

.ljzx .wrap .zx01 img {
	width: .7rem;
	margin-right: .11rem;
}

.ljzx .wrap .zx01 .tel01 {
}

.ljzx .wrap .zx01 .tel01 p {
	font-size: .24rem;
	font-weight: 400;
	color: #333333;
}

.ljzx .wrap .zx01 .tel01 h4 {
	font-size: .3rem;
	font-weight: 400;
	color: #333333;
}

.ljzx .wrap .zx02 {
	display: block;
	text-align: center;
	width: 2.08rem;
	height: .68rem;
	line-height: .65rem;
	background: #40929E;
	border-radius: 34px;
	font-size: .28rem;
	font-weight: 400;
	color: #FFFFFF;
}


/*我们始终执着于对创新与品质的更高追求*/
.banner01 {
	padding: .41rem 0 0;
	display: inline-block;
	width: 100%;
}

.banner01 .fl {
	width: 100%;
}

.banner01 .fl .line {
	display: block;
	width: .64rem;
	height: 4px;
	background: #EEEEEE;
	margin: 0 auto;
	margin-top: .2rem;
}

.banner01 .fl p {
	width: 100%;
	font-size: .32rem;
	font-weight: bold;
	line-height: .45rem;
	color: #40929E;
	text-align: center;
}

.banner01 .fr {
	width: 100%;
}

.banner01 .fr form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: .3rem;
}

.banner01 .fr .srk {
	width: 47%;
	height: .85rem;
	line-height: .8rem;
	color: #666666;
	font-size: 16px;
	background: rgba(255,255,255,0.93);
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 0 .16rem;
}

.banner01 .fr input {
	height: .8rem;
	line-height: .85rem;
	color: #666666;
	font-size: .28rem;
	border: none;
	outline: medium;
	width: 100%;
}

.banner01 .fr button {
	width: 100%;
	height: .83rem;
	line-height: .83rem;
	color: #fff;
	font-size: .28rem;
	border: none;
	cursor: pointer;
	background: #40929E;
	border-radius: 4px;
	margin-top: .3rem;
}

.banner01 .fr button:hover {
	font-weight: bold;
}

.banner01 .fr .des {
	font-size: .22rem;
	font-weight: 400;
	color: #aaa;
	line-height: .38rem;
	margin-top: .12rem;
}


/*关于我们*/
.about {
	margin: .77rem 0 .5rem;
}

.about .about_con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about .about_con .fl {
	width: 100%;
}

.about .about_con .fl .tit {
}

.about .about_con .fl .tit h4 {
	font-size: .44rem;
	font-weight: bold;
	color: #333333;
	line-height: .65rem;
	text-align: center;
}

.about .about_con .fl .tit span {
	width: 100%;
	display: inline-block;
	font-size: .22rem;
	font-weight: 400;
	color: #CCCCCC;
	line-height: .3rem;
	text-transform: uppercase;
	text-align: center;
}

.about .about_con .fl .des {
	margin: .1rem 0 .34rem;
	font-size: .24rem;
	font-weight: 400;
	color: #333333;
	line-height: .46rem;
	text-align: justify;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.about .about_con .fr {
	width: 100%;
	height: 4.08rem;
	position: relative;
}

.about .about_con .fr .img {
	width: 100%;
	height: 100%;
}

.about .about_con .fr .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.about .about_con .fr ul.sz {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1.27rem;
	background: rgba(64, 146, 158, .88);
	display: flex;
	justify-content: space-between;
}

.about .about_con .fr ul.sz li {
	flex: 1;
	text-align: center;
}

.about .about_con .fr ul.sz li:nth-child(2) {
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}

.about .about_con .fr ul.sz li .sz01 {
	font-size: .18rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .3rem;
	margin-top: .26rem;
}

.about .about_con .fr ul.sz li .sz01 span {
	font-size: .45rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: .3rem;
	margin-right: .04rem;
}

.about .about_con .fr ul.sz li .sz02 {
	font-size: .22rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .5rem;
}

.about ul.about_list {
	margin-top: 31px;
	display: flex;
	justify-content: space-between;
}

.about ul.about_list li {
	width: 292px;
	height: 219px;
	overflow: hidden;
}

.about ul.about_list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about ul.about_list li a img {
	width: 100%;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.about ul.about_list li:hover a img {
	transform: scale(1.1, 1.1);
}

/*了解更多*/
.about .ljgd {
	margin: 0 auto;
	width: 3.30rem;
	height: .78rem;
	border: 1px solid #40929E;
	border-radius: .39rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-top: .36rem;
}

.about .ljgd img {
	display: block;
	margin-right: .08rem;
	width: .28rem;
	height: .32rem;
}

.about .ljgd span {
	font-size: .28rem;
	font-weight: 400;
	color: #333;
}

/*服务流程*/
.fwlc {
	position: relative;
	padding: .4rem 0 .35rem;
	background: url(../images/bj4.png) no-repeat;
	background-size: cover;
}

.fwlc .con01 .title {
	text-align: center;
}

.fwlc .con01 .title h4 {
	font-size: .44rem;
	font-weight: bold;
	color: #fff;
	line-height: .45rem;
}

.fwlc .con01 .title p {
	font-size: .24rem;
	font-weight: 400;
	color: #ccc;
	line-height: .68rem;
	text-transform: uppercase;
}

.fwlc .con01 .tod {
	margin-top: .27rem;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.fwlc .con01 .icon {
	position: relative;
	width: 1.52rem;
	height: 100%;
	padding-top: 1.5rem;
	float: left;
	text-align: center;
	margin: 0 .7rem .48rem 0;
}

.fwlc .con01 .icon4,.fwlc .con01 .icon5 {
	margin: 0 .7rem 0 0;
}

.fwlc .con01 .icon:nth-child(3) {
	margin: 0 0;
}

.fwlc .con01 .icon:nth-child(3) em {
	transform: rotate(120deg);
	position: absolute;
	right: 70%;
	top: 73%;
}

.fwlc .con01 .icon em {
	width: .29rem;
	height: 1.52rem;
	background: url(../images/z_em.png) center no-repeat;
	display: block;
	position: absolute;
	right: -27px;
	top: 0;
	background-size: 100%;
}

.fwlc .con01 .icon:nth-child(4) em {
	transform: rotate(180deg);
}

.fwlc .con01 .icon:hover span {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

.fwlc .con01 .icon b {
	font-weight: normal;
	display: block;
	font-size: .26rem;
	color: #fff;
	margin-top: .1rem;
}

.fwlc .con01 .icon1 {
	background: url(../images/z1.png) center top no-repeat;
	background-size: 100%;
}

.fwlc .con01 .icon2 {
	background: url(../images/z2.png) center top no-repeat;
	background-size: 100%;
}

.fwlc .con01 .icon3 {
	background: url(../images/z3.png) center top no-repeat;
	background-size: 100%;
}

.fwlc .con01 .icon4 {
	background: url(../images/z4.png) center top no-repeat;
	background-size: 100%;
}

.fwlc .con01 .icon5 {
	background: url(../images/z5.png) center top no-repeat;
	background-size: 100%;
}

.fwlc .con01 .icon5 {
	margin-right: 0;
}

/*用工业思维打造智能化高端设备*/
.zzxj {
	width: 100%;
}

.zzxj .xjnr {
	padding: .37rem 0 .38rem;
	margin: 0 0.24rem;
}

.zzxj .xjnr h4 {
	font-size: 0.36rem;
	color: #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: .38rem;
}

.zzxj .xjnr p {
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
	line-height: .45rem;
	margin: .2rem 0 .4rem;
}

.zzxj .xjnr .xxan {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: .15rem;
}

.zzxj .xjnr .xxan .zx {
	width: 2.76rem;
	height: .78rem;
	line-height: .78rem;
	border-radius: .39rem;
	color: #333;
	text-align: center;
	font-size: .28rem;
	font-weight: 400;
	background: #fff;
}

.zzxj .xjnr .xxan img {
	width: .35rem;
	vertical-align: sub;
	margin-right: .05rem;
}

.zzxj .xjnr .xxan .tel02 {
	width: 2.76rem;
	height: .78rem;
	line-height: .78rem;
	background: #fff;
	border-radius: .39rem;
	color: #333;
	text-align: center;
	font-size: .28rem;
	font-weight: 400;
}






/*新闻中心*/
/*新闻动态*/
.news {
	width: 100%;
	padding: .3rem 0 0;
}

.news .title {
	border-bottom: 1px solid #ECECEC;
	position: relative;
}

.news .title .bt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news .title .bt h4 {
	font-size: .4rem;
	font-weight: 400;
	color: #333333;
	line-height: .9rem;
}

.news .title .bt a {
	font-size: .28rem;
	font-weight: 400;
	color: #333333;
	line-height: .24rem;
}

.news .title .line {
	display: block;
	width: 1.6rem;
	height: 5px;
	background: #40929E;
	box-shadow: 0px 4px 8px 0px rgba(64,146,158,0.36);
	border-radius: 3px;
	position: absolute;
	bottom: -3px;
}

.news .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news .xw01 {
	width: 100%;
}

.news .xw_list {
	width: 100%;
	margin-top: .5rem;
}

.news .xw_list li a {
	width: 100%;
	display: flex;
	margin-bottom: .38rem;
}

.news .xw_list li a span {
	font-size: .28rem;
	font-weight: bold;
	color: #999;
	line-height: .28rem;
	margin-right: .2rem;
	width: 15%;
}

.news .xw_list li a p {
	font-size: .28rem;
	line-height: .28rem;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 84%;
}

.news .xw_list li a:hover span,.news .xw_list li a:hover p {
	color: #EE2535;
}














