@charset "utf-8";
html {
	min-width: 1200px;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}

body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}

input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}

body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}

ul, ol, li {
	list-style: none;
}

input {
	background: none;
	border: 0 none;
}

img, iframe {
	border: 0px;
	display: block;
}

em, i {
	font-style: normal;
}

button, input, select, textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.red {
	color: #ba292e;
}

.fl, .left {
	float: left;
}

.fr, .right {
	float: right;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.hidden {
	display: none;
}

a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #40929e;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #aaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aaa;
}
/*清除浮动*/
.clearfix {
	*zoom: 1;
}
.about .about_con .fl .btn a.tantou,.cpzx .btn a.tantou {
	background: linear-gradient(-45deg, #40929e 40%, #ffffff 50%, #40929e 60%);
	background-size: 480% 181%;
	animation: shine 10s linear infinite;
	overflow: hidden;
}

/*三角形*/
.bj01 {
	display: none;
	position: absolute;
	bottom: 0;
}

.bj01 img {
	display: block;
	z-index: 9;
	width: 50%;
}

/*MYTG管道优势*/
.adv {
	width: 100%;
	background: #F5F5F5;
	position: relative;
	z-index: 9;
}

.adv .wrap {
	display: flex;
}

.adv .adv_con {
	display: flex;
}

.adv .adv_con li {
	z-index: 9;
	width: 205px;
	height: 275px;
	position: relative;
	cursor: pointer;
	transition: All 0.4s ease-in-out;
}

.adv .adv_con li:hover {
	transition: all 0.5s linear;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
}

.adv .con01 li:nth-child(1) {
	margin-top: -30px;
	z-index: 9;
	margin-right: 20px;
}

.adv .con03 li:nth-child(2) {
	margin-top: -30px;
	z-index: 9;
}

.adv .con03 li:nth-child(1) {
	margin-right: 20px;
}

.adv .adv_con li img {
	display: block;
	width: 100%;
	height: 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: 335px;
}

.adv .con02 .tit01 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #242424;
	margin-top: 35px;
	line-height: 35px;
}

.adv .con02 .tit02 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #F39C18;
	line-height: 28px;
}

.adv .con02 .des1 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #242424;
	line-height: 28px;
}

.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: 47px;
	padding-bottom: 45px;
	width: 100%;
	background: #F5F5F5;
}

.cpzx .title {
	text-align: center;
}

.cpzx .title h4 {
	font-size: 36px;
	font-weight: 400;
	color: #242424;
	line-height: 36px;
}

.cpzx .title p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
}

.cpzx .cp_nav {
	margin: 25px 0 36px;
	display: flex;
	justify-content: space-around;
}

.cpzx .cp_nav li {
	flex: 1;
}

.cpzx .cp_nav li a {
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx .cp_nav li a:hover {
	font-weight: bold;
	color: #40929E;
}

.cpzx .cp_nav li a img {
	display: none;
	margin-left: 8px;
}

.cpzx .cp_nav li a:hover img {
	display: block;
}

.cpzx .cp_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4,285px);
}

.cpzx .cp_list li {
	flex: 1;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}

.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%;
	height: 213px;
	overflow: hidden;
}

.cpzx .cp_list li a .img img {
	width: 100%;
	height: 213px;
	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: 96%;
	padding: 0 2%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	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;
    position: relative;
    z-index: 9;
}

.cpzx .btn a {
	margin: 0 25px;
	display: block;
	text-align: center;
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: #40929E;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

.cpzx .btn a:hover {
	background: #F39C18;
	animation: jelly 0.5s;
}



/*我们的案例*/
.case {
	margin-top: -136px;
	width: 100%;
	background: url(../images/case.png) no-repeat;
	background-size: cover;
	z-index: 9999;
	padding-bottom: 38px;
	background-position: center;
}

.case .wrap {
	display: block;
	clear: left;
}

.case .title {
	padding-top: 175px;
	text-align: center;
}

.case .title h4 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	line-height: 36px;
}

.case .title p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 38px;
}

.case .title p span {
	color: #F39C18;
}

.case .parHd {
	height: 45px;
	width: 1200px;
	position: relative;
}

.case .parHd s {
	display: block;
	width: 410px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 22px;
}

.case .parHd b {
	display: block;
	width: 410px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 22px;
}

.case .parHd ul {
	display: block;
	width: 380px;
	height: 45px;
	margin: 0 auto;
}

.case .parHd ul li {
	display: block;
	width: 178px;
	height: 43px;
	float: left;
	border: #eee solid 1px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.case .parHd ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 43px;
	text-align: center;
}

.case .parHd ul li:hover, .case .parHd ul li.on {
	background-color: #005197;
	border: #005197 solid 1px;
}

.case .parHd ul li:hover a, .case .parHd ul li.on a {
	color: #fff;
}

.case .parHd ul li:nth-child(2) {
	margin-left: 20px;
}

.case .parHd ul li:first-child+li {
	margin-left: 20px;
}

.case .parBd {
	width: 1200px;
	height: 265px;
	margin-top: 20px;
}

.case .parBd .slideBox {
	width: 1200px;
	height: 265px;
	position: relative;
}

.case .parBd .slideBox .sPrev {
	width: 40px;
	height: 90px;
	background-color: rgba(255, 255, 255, .4);
	position: absolute;
	left: -58px;
	top: 75px;
}

.case .parBd .slideBox .sNext {
	width: 40px;
	height: 90px;
	background-color: rgba(255, 255, 255, .4);
	position: absolute;
	right: -58px;
	top: 75px;
}

.case .parBd .slideBox .sPrev:hover, .case .parBd .slideBox .sNext:hover {
	background-color: #40929E;
}

.case .parBd .slideBox .sPrev span {
	width: 16px;
	height: 30px;
	display: block;
	background: url(../images/icon6.png) no-repeat;
	margin-top: 32px;
	margin-left: 13px;
}

.case .parBd .slideBox .sNext span {
	width: 16px;
	height: 30px;
	display: block;
	background: url(../images/icon5.png) no-repeat;
	margin-top: 32px;
	margin-left: 13px;
}

.case .parBd .slideBox ul {
	width: 1200px;
	height: 265px;
}

.case .parBd .slideBox ul li {
	float: left;
	width: 290px;
	margin-right: 13px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.case .parBd .slideBox ul li .img {
	width: 290px;
	height: 214px;
	overflow: hidden;
}

.case .parBd .slideBox ul li .img img {
	width: 290px;
	height: 214px;
	background-size: 100%;
	transition: all .36s ease;
}

.case .parBd .slideBox ul li p {
	width: 290px;
	height: 44px;
	font-size: 16px;
	color: #242424;
	line-height: 40px;
}

.case .parBd .slideBox ul li:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}



/*我们始终执着于对创新与品质的更高追求*/
.banner01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0 0;
}

.banner01 .fl {
	display: flex;
	justify-content: space-between;
}

.banner01 .fl .line {
	display: block;
	width: 25px;
	height: 6px;
	background: #F39C18;
	margin-right: 11px;
	margin-top: 20px;
}

.banner01 .fl p {
	width: 392px;
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 42px;
}

.banner01 .fr {
	width: 63%;
}

.banner01 .fr form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}

.banner01 .fr .srk {
	width: 260px;
	height: 48px;
	line-height: 48px;
	color: #666666;
	font-size: 16px;
	background: rgba(255,255,255,0.93);
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding-left: 12px;
}

.banner01 .fr input {
	height: 48px;
	line-height: 48px;
	color: #666666;
	font-size: 16px;
	padding-left: 30px;
	border: none;
	outline: medium;
	width: 85%;
}

.banner01 .fr button {
	width: 165px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	border: none;
	cursor: pointer;
	background: #40929E;
	border-radius: 4px;
    outline: medium;
}

.banner01 .fr button:hover {
	animation: jelly 0.5s;
	background: #F39C18;
}

.ico-name {
	background: url(../images/form-name2.png) no-repeat left;
}

.ico-phone {
	background: url(../images/form-phone2.png) no-repeat left;
}

.banner01 .fr .des {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
}


/*关于我们*/
.about {
	padding: 44px 0;
	background: #F5F5F5;
}

.about .about_con {
	display: flex;
	justify-content: space-between;
}

.about .about_con .fl {
	width: 542px;
}

.about .about_con .fl .tit {
	display: flex;
	align-items: center;
}

.about .about_con .fl .tit img {
	width: 23px;
	height: 23px;
	display: block;
}

.about .about_con .fl .tit h4 {
	font-size: 36px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin: 0 10px 0 16px;
}

.about .about_con .fl .tit span {
	font-size: 36px;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 30px;
	text-transform: uppercase;
}

.about .about_con .fl .des {
	margin: 41px 0 45px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	text-align: justify;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.about .about_con .fl .btn {
	display: flex;
}

.about .about_con .fl .btn a {
	display: block;
	text-align: center;
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: #40929E;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

.about .about_con .fl .btn a:hover {
	background: #F39C18;
	animation: jelly 0.5s;
}

.about .about_con .fl .btn a:nth-child(1) {
	margin-right: 40px;
}

.about .about_con .fr {
	width: 600px;
	height: 355px;
	position: relative;
}

.about .about_con .fr .img {
	width: 100%;
	height: 100%;
}

.about .about_con .fr .img img {
	width: 100%;
	display: block;
}

.about .about_con .fr ul.sz {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
	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: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 20px;
}

.about .about_con .fr ul.sz li .sz01 span {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	margin-right: 5px;
}

.about .about_con .fr ul.sz li .sz02 {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}

.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);
}



/*服务流程*/
.fwlc {
	position: relative;
	padding: 50px 0 180px;
	background: url(../images/bj4.png) no-repeat;
	background-size: cover;
}

.fwlc .con01 .title {
	text-align: center;
}

.fwlc .con01 .title h4 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	line-height: 36px;
}

.fwlc .con01 .title p {
	font-size: 14px;
	font-weight: 400;
	color: #ccc;
	line-height: 38px;
}

.fwlc .con01 .tod {
	margin-top: 27px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.fwlc .con01 .icon {
	position: relative;
	width: 156px;
	height: 60px;
	padding-top: 160px;
	float: left;
	text-align: center;
	margin: 0 80px 0 0;
	cursor: pointer;
	transition: All 0.4s ease-in-out;
}

.fwlc .con01 .icon:hover {
	transition: all 0.5s linear;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
}

.fwlc .con01 .icon em {
	width: 29px;
	height: 160px;
	background: url(../images/z_em.png) center no-repeat;
	display: block;
	position: absolute;
	right: -60px;
	top: 0;
}

.fwlc .con01 .icon:hover span {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

.fwlc .con01 .icon:hover b {
	color: #F39C18;
}

.fwlc .con01 .icon b {
	font-weight: normal;
	display: block;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.fwlc .con01 .icon1 {
	background: url(../images/z1.png) center top no-repeat;
}

.fwlc .con01 .icon2 {
	background: url(../images/z2.png) center top no-repeat;
}

.fwlc .con01 .icon3 {
	background: url(../images/z3.png) center top no-repeat;
}

.fwlc .con01 .icon4 {
	background: url(../images/z4.png) center top no-repeat;
}

.fwlc .con01 .icon5 {
	background: url(../images/z5.png) center top no-repeat;
}

.fwlc .con01 .icon5 {
	margin-right: 0;
}


/*专注细节 追求卓越*/
.fwlc .con02 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 208px;
	background: url(../images/bj1.png) center no-repeat;
}

.fwlc .con02 .wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 58px;
}

.fwlc .con02 .fl {
	margin-top: 63px;
}

.fwlc .con02 .fl h4 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.fwlc .con02 .fl p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 42px;
}

.fwlc .con02 .fr {
	width: 389px;
	padding-top: 40px;
	text-align: center;
	display: flex;
}

.fwlc .con02 .fr .ewm {
	width: 114px;
	height: 114px;
	display: block;
	background: #fff;
	margin-top: -16px;
	margin-left: -10px;
}

.fwlc .con02 .fr .tel {
	font-weight: bold;
	text-align: center;
	color: #F39C18;
	font-size: 24px;
	margin-bottom: 8px;
	width: 269px;
	height: 44px;
	line-height: 44px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 4px 0 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fwlc .con02 .fr .tel s {
	width: 30px;
	height: 30px;
	background-position: -208px -63px;
	margin-right: 16px;
}

.fwlc .con02 .fr .tel img {
	display: block;
	margin-right: 8px;
}

.fwlc .con02 .fr .zx {
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-family: arial;
	cursor: pointer;
	width: 269px;
	height: 44px;
	line-height: 44px;
	background: #F39C18;
	border-radius: 4px 0 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fwlc .con02 .fr .zx img {
	display: block;
	margin-left: 15px;
	animation: bounce 1s linear infinite;
}

.fwlc .con02 .fr .zx s {
	width: 22px;
	height: 20px;
	display: inline-block;
	background-position: -168px -62px;
	margin-left: 20px;
	vertical-align: middle;
}


/*新闻中心*/
.news {
	padding: 43px 0 58px;
}

.news .title {
	text-align: center;
}

.news .title h4 {
	font-size: 36px;
	font-weight: 400;
	color: #242424;
	line-height: 36px;
}

.news .title p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
}

.news .news_con {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 20px;
}

.news .news_con .fl {
	width: 320px;
	height: 240px;
	overflow: hidden;
	border-radius: 8px;
}

.news .news_con .fl img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news .news_con .fl:hover img {
	transform: scale(1.1, 1.1);
}

.news .news_con .fr {
	width: 70%;
}

.news .news_con .fr ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.news .news_con .fr ul li {
	width: 400px;
	margin: 0 0;
	position: relative;
	padding-bottom: 25px;
}

.news .news_con .fr ul li em {
	float: left;
	display: block;
	width: 76px;
	height: 76px;
	background: #eee;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 9px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 14px;
	transition: all .3s ease-in-out 0s;
}

.news .news_con .fr ul li em span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #aaa;
	line-height: 50px;
	padding-top: 3px;
	transition: all .3s ease-in-out 0s;
}

.news .news_con .fr ul li a {
	display: flex;
	align-items: center;
	width: 100%;
}

.news .news_con .fr ul li h3 {
	width: 383px;
	float: right;
	padding: 20px 0;
	margin-left: 38px;
}

.news .news_con .fr ul li p {
	font-size: 18px;
	color: #333;
	width: 84%;
	line-height: 18px;
	padding-left: 52px;
	transition: all .3s ease-in-out 0s;
}

.news .news_con .fr ul li p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 9px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .news_con .fr ul li:hover h3 {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	border-radius: 4px;
}

.news .news_con .fr ul li:hover em {
	background: #40929E;
	color: #fff;
}

.news .news_con .fr ul li:hover em span {
	color: #fff;
}

.news .mo {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 178px;
	height: 46px;
	line-height: 46px;
	background: #40929E;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.news .mo:hover {
	animation: jelly 0.5s;
	background: #F39C18;
}

@keyframes zitc {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
/*  20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }*/
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes bounce {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(6px);
	}










