html,body {font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Arial","sans-serif";font-size: 15px;color: #333;}
*{margin:0;padding:0;list-style:none;box-sizing: border-box;}
input,textarea,select,button{vertical-align:middle;outline:none;font-family:"PingFang SC","Microsoft YaHei",微软雅黑;font-size: 16px;color:#333;}
input,select,textarea{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;box-shadow:none;}
input::-webkit-input-placeholder {color: #a9b5bd;}
textarea{resize:none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
i, em{font-style: normal;}
img {border: none;vertical-align: middle;}
a{font-size:16px;color:#333;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#c00;}
:focus {outline: none;}
.clear {clear:both;}
.slh {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tslh {text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
table {border-spacing: 0;border-collapse: collapse;}
a,input,textarea,select,button,
.sbox button,
.syslink .sysli i,
.syslink .sysli span
{-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.mt20x {margin-top: 20px;}
.pdk25x {padding-bottom: 30px!important;}

body {
	background: url(../images/bg.jpg) no-repeat center top;
	background-color: #f2f4f6;
}
/*主体框架*/
.head {
	height: 160px;
}
.head,
.nav ul,
.main,
.flink {
	width: 1220px;
	margin: 0 auto;
}
.head,
.sbox,
.nav ul,
.notice,
.notice .noli li,
.navxxk,
.syslink,
.kanban .tab,
.kanban .ktit,
.kanban .content .kli,
.jtit,
.jtit a,
.flink ul,
.dqbox,
.layui-laypage {
	display: flex;
	align-items: center;
}
.sbox button,
.nav ul li a,
.notice .notit a,
.navxxk li a,
.zhuanti .ztit,
.syslink .sysli,
.kanban .content .kli .iconfont,
.flink .ltit,
.flink ul li,
.copy,
.posli a,
.posli a i,
.lmenu .lmt,
.lpage,
.a-futit ul,
.nocon,
.nocon i,
.kanban .ktit1 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.navcon .navitem li,
.jbox li,
.lrbox,
.lmenu li a,
.rtop,
.list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navcon,
.kanban,
.kanban .content .kli .kfont,
.qikan,
.copy,
.posbox,
.posli a,
.lmenu,
.arbox,
.nocon {
	display: flex;
	flex-direction: column;
}
.logo {
	flex: 1;
}
.sbox {
    width: 340px;
}
.sbox input {
    flex: 1;
	width: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 13px;
	border: none;
	border-right: none;
	border-radius: 3px 0 0 3px;
}
.sbox button {
    width: 52px;
	height: 42px;
	font-size: 20px;
	color: #fff;
	border: none;
	background: #2693f8;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}
.sbox button:hover {
	background: #045eb2;
}
.nav {
	background: #045eb2;
}
.nav ul li {
	width: 244px;
}
.nav ul li a {
	height: 52px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.nav ul li:first-child a::before {
	left: 0;
}
.nav ul li a::after,
.nav ul li:first-child a::before,
.nav ul li a:hover::before{
	content: '';
	position: absolute;
	right: 0;
	height: 20px;
	width: 1px;
	background: rgba(255,255,255, .25);
}
.nav ul li a i {
	font-size: 24px;
	font-weight: normal;
	margin-right: 6px;
}
.nav ul li a:hover {
	background: #003c80;
}
.nav ul li a:hover::after {
	width: 0;
}
.nav ul li a:hover::before {
	left: -1px;
	background: #045eb2;
}
.main {
	background: #fff;
	padding: 0 20px;
}

/* 通知公告 */
.notice {
	padding: 18px 0;
}
.notice .notit a,
.kanban .ktit1 {
	width: 140px;
	height: 40px;
	background: #edf5fe;
	border: 1px solid #afceea;
	border-radius: 3px;
	color: #045eb2;
	font-size: 16px;
	font-weight: bold;
}
.notice .notit a:hover {
	color: #fff;
	background: #045eb2;
	border-color: #045eb2;
}
.notice .notit a i,
.kanban .ktit1 i {
	margin-right: 5px;
	font-weight: normal;
	font-size: 18px;
}
.notice .noli {
	flex: 1;
	height: 20px;
	overflow:hidden;
	white-space:nowrap;
	margin-left: 20px;
}
.notice .noli li {
	position: relative;
	padding-left: 15px;
	margin-left: 30px;
	display:inline-block; display:-moz-inline-stack; *display:inline;
}
.notice .noli li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #75a4cf;
}
.plus-mar-left {overflow:hidden; word-break:keep-all; white-space:nowrap;}
.plus-mar-left ul {list-style:none; margin:0; padding:0; display:inline-block; *display:inline; zoom:1;}
.plus-mar-left li {display:inline-block; *display:inline; zoom:1; }

/* 新闻幻灯片 */
.hdbox,
.hdbox .swiper-slide img {
	width: 600px;
	height: 350px;
}
.hdbox .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}
.hdbox .swiper-slide a span {
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(0,0,0, .5);
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 130px 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

/* 首页新闻列表 */
.news,
.linew,
.botnew {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newtab {
	flex: 1;
	width: 0;
	margin-left: 28px;
}
.navxxk {
	border-bottom: 1px solid #ddd;
}
.navxxk li {
	padding: 0 12px;
	position: relative;
}
.navxxk li:before,
.navxxk li:first-child:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -13px;
	width: 1px;
	height: 18px;
	background: #ddd;
}
.navxxk li:first-child:before {
	width: 0;
}
.navxxk li:first-child {
	padding-left: 0;
}
.navxxk li a {
	padding: 5px 12px 12px 12px;
	font-size: 20px;
}
.navxxk li.actived a {
	font-weight: bold;
	color: #045eb2;
	position: relative;
}
.navxxk li.actived a::after {
	position: absolute;
	content: '';
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #045eb2;
}
.navcon .navitem {
	display: none;
}
.navcon .navitem ul,
.jbox ul {
	padding-top: 16px;
}
.navcon .navitem li,
.jbox li {
	height: 40px;
}
.navcon .navitem li a,
.jbox li a {
	flex: 1;
	padding: 0 10px 0 18px;
	font-size: 16px;
	position: relative;
}
.navcon .navitem li a::before,
.jbox li a:before,
.list li a::before {
	position: absolute;
	content: '';
	left: 2px;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #75a4cf;
}
.navcon .navitem li span,
.jbox li span {
	color: #aaa;
	text-align: right;
	padding-right: 2px;
}
.navcon .current {
	display: block;
	-webkit-animation: rigin .3s 1 both;
	animation: rigin .3s 1 both;
}

/* 专题专栏 */
.zhuanti,
.zhuanti .ztpic {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zhuanti .ztit {
	width: 84px;
	height: 70px;
	background: #045eb2;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.zhuanti .ztpic {
	flex: 1;
	margin-left: 12px;
}

/* 中间两块新闻 */
.linew,
.botnew {
	margin-top: 15px;
}
.leftx {
	margin-left: 0;
}
.rightx {
	flex: 0 0 552px;
}
.linew .navxxk li {
	padding: 0;
	margin-right: 40px;
}
.linew .navxxk li:before,
.linew .navxxk li:first-child:before {
	width: 0;
}
.linew .navxxk li a {
	padding: 15px 0;
}
.linew .navxxk li.actived a {
	font-weight: bold;
	color: #045eb2;
	position: relative;
}
.linew .navxxk li.actived a::after {
	position: absolute;
	content: '';
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #045eb2;
}

/* 系统链接 */
.syslink {
	background: #edf5fe;
	margin-top: 30px;
}
.syslink .sysli {
	flex: 1;
	height: 70px;
	position: relative;
}
.syslink .sysli::after {
	position: absolute;
	content: '';
	right: 0;
	width: 1px;
	height: 36px;
	background: #d4e1ee;
}
.syslink .sysli:last-child::after {
	width: 0;
}
.syslink .sysli span {
	font-size: 18px;
	font-weight: bold;
	color: #444;
}
.syslink .sysli i {
	font-size: 26px;
	color: #045eb2;
	margin-right: 8px;
}
.syslink .sysli:hover i,
.syslink .sysli:hover span {
	color: #c00;
}
.syslink .sysli:hover i {
	font-size: 28px;
}
.syslink .sysli:hover span {
	font-size: 20px;
}

/* 底部三列 */
.botnew {
	padding-bottom: 46px;
}
.kanban {
	width: 472px;
	position: relative;
}
.qikan {
	flex: 1;
	width: 0;
	margin-left: 28px;
}
.kanban .ktit {
	font-size: 20px;
	font-weight: bold;
	color: #045eb2;
	position: absolute;
	left: 0;
	height: 57px;
}
.kanban .ktit::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #045eb2;
}
.kanban .ktit1 {
	font-size: 18px;
	width: 110px;
	height: 50px;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 3px 3px 0 0;
}
.kanban .ktit1 i {
    font-size: 20px;
}
.kanban .tab {
	justify-content: flex-end;
	border-bottom: 1px solid #afceea;
	height: 58px;
	align-items: flex-end;
}
.kanban .tab li {
	height: 32px;
	line-height: 32px;
	/* padding: 0 12px; */
	font-size: 14px;
	margin-left: 20px;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 9px;
}
.kanban .tab li.on {
	font-weight: bold;
	color: #045eb2;
	position: relative;
	/* background: #eaf3fd; */
}
/* .kanban .tab li.on::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #045eb2;
} */
.kanban .content {
	display:none;
	-webkit-animation: rigin .3s 1 both;
	animation: rigin .3s 1 both;
}
.kanban .content .kbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 15px;
}
.kanban .content .kli {
	width: 230px;
	background: #f4f5f6;
	border-radius: 3px;
	height: 108px;
	margin-top: 12px;
	padding-left: 22px;
}
.kanban .content .kli .iconfont,
.nocon i {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: #fff;
	font-size: 26px;
	background: #045eb2;
}
.kbox2 .kli .iconfont {
	background: #3890da!important;
	border-radius: 5px!important;
}
.kbox3 .kli .iconfont {
	background: #00b5dc!important;
	border-radius: 18px!important;
}
.kbox4 .kli .iconfont {
	background: #0ba2e1!important;
}
.kanban .content .kli .kfont {
	flex: 1;
	margin-left: 16px;
}
.kanban .content .kli .kfont .num {
	font-size: 22px;
	color: #045eb2;
	margin-bottom: 5px;
}
.kanban .content .kbox2 .kli .kfont .num {
	color: #006bc5!important;
}
.kanban .content .kbox3 .kli .kfont .num {
	color: #008dab!important;
}
.kanban .content .kbox4 .kli .kfont .num {
	color: #0077a9!important;
}
.jtit {
	border-bottom: 1px solid #ddd;
	height: 58px;
}
.jtit a {
	font-size: 20px;
	font-weight: bold;
	color: #045eb2;
	position: relative;
	left: 0;
	height: 57px;
}
.jtit a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #045eb2;
}

/* 友情链接 */
.foot {
	background: #065ab1;
}
.flink {
	position: relative;
}
.flink ul {
	height: 64px;
	font-size: 16px;
	color: #fff;
}
.flink .ltit {
	width: 150px;
}
.flink .ltit .iconfont {
	font-size: 18px;
	margin-right: 5px;
}
.flink li {
	flex: 1;
	cursor:pointer;
	position: relative;
}
.flink li .dli {
	color: #fff;
}
.flink li:before {
	position: absolute;
	content: '';
	left: 0;
	width: 1px;
	height: 18px;
	background: rgba(255,255,255, .2);
}
.flink li i {
	color: rgba(255,255,255, .8);
	font-size: 14px;
	margin-left: 10px;
}
.flink .linkli {
	border: 1px solid #ccc;
	background:#fff;
	display:none;
	position:absolute;
	width: 100%;
	left:0;
	right: 0;
	bottom: 47px;
	max-height: 350px;
	overflow-y: auto;
	padding: 12px 20px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 18px rgba(0,0,0,.2);
	box-shadow: 0px 0px 18px rgba(0,0,0,.2);
}
.flink .linkli::-webkit-scrollbar {
	width: 8px;
}
.flink .linkli::-webkit-scrollbar-thumb {
	background: #ddd;
}
.flink .linkli::-webkit-scrollbar-track-piece {
	background: transparent;
}
.flink .linkli a {
	width: 100%;
	display: inline-block;
	height: 32px;
	line-height: 32px;
}
.copy {
	padding: 26px 0 30px 0;
	line-height: 30px;
	border-top: 1px solid rgba(255,255,255, .1);
}
.copy,
.copy a {
	color: #adcbe7;
}

/* 右侧悬浮 */
.posbox {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -150px;
}
.posli {
	margin-bottom: 1px;
}
.posli a {
	width: 80px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0, .05);
}
.posli a:hover i,
.posli a:hover span {
	color: #c00;
}
.posli a i {
	color: #045eb2;
	font-size: 32px;
	height: 52px;
	margin-top: 3px;
}
.posli a span {
	font-size: 15px;
	line-height: 16px;
	color: #666;
	text-align: center;
	padding: 0 10px 13px 10px;
}
.posli .ewm {
	position: absolute;
	right: 80px;
	display: none;
	-webkit-animation: rigin .3s 1 both;
	animation: rigin .3s 1 both;
}
.posli .wx {
	top: 0;
}
.posli .app {
	top: 100px;
}
.close a i {
	color: #bbb;
	font-size: 18px;
	height: 22px;
}

/* 列表 */
.dqbox {
	color: #888;
	padding: 22px 0;
}
.dqbox i {
	margin-right: 5px;
	color: #045eb2;
}
.dqbox a {
	color: #888;
}
.dqbox em {
	color: #f00;
	padding: 5px;
}
.lrbox {
	align-items: stretch;
	border: 1px solid #ddd;
	padding: 0 20px;
	min-height: 500px;
}
.lmenu {
	width: 260px;
	border-right: 1px solid #e4e4e4;
	margin-right: 25px;
}
.lmenu .lmt {
	margin-right: 20px;
	height: 58px;
	font-size: 20px;
	font-weight: bold;
	color: #045eb2;
	justify-content: flex-start;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	position: relative;
}
.lmenu .lmt::after {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 80px;
	height: 3px;
	background: #045eb2;
}
.lmenu ul {
	margin: 20px 20px 0 0;
}
.lmenu li.on a {
	color: #fff;
	font-weight: bold;
	background: #045eb2;
}
.lmenu li.on a i {
	color: #fff;
	font-weight: normal;
}
.lmenu li a {
	padding: 15px 20px;
	background: #f4f4f4;
	margin-bottom: 1px;
}
.lmenu li a span {
	flex: 1;
	padding-left: 7px;
}
.lmenu li a i {
	font-size: 20px;
	color: #999;
}
.rli {
	flex: 1;
	padding: 0 10px;
	width:0;
}
.rtop {
	height: 58px;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
}
.rtop .rtit {
	font-size: 20px;
	font-weight: bold;
	color: #045eb2;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	border-bottom: 3px solid #045eb2;
}
.rtop .rmo a {
	color: #999;
}
.list {
	margin-top: 20px;
}
.list li {
	height: 40px;
}
.list li a {
	flex: 1;
	position: relative;
	padding-left: 18px;
}
.list li.line {
    margin-bottom: 30px;
	position: relative;
}
.list li.line::after {
	content: '';
	position: absolute;
	bottom: -15px;
	width: 100%;
	height: 1px;
    border-bottom: 1px dotted #ccc;
}
.list li span {
	font-size: 15px;
	color:#999;
}

/* 文章页 */
.arbox {
	border: 1px solid #ddd;
	padding: 5px 50px 5px 50px;
	min-height: 500px;
}
.a-h1tit {
	text-align:center;
	padding: 40px 0 25px 0;
}
.a-h1tit h1 {
	font-size: 30px;
}
.a-futit {
	padding-bottom: 30px;
	text-align:center;
	border-bottom: 1px solid #ddd;
	color:#888;
}
.a-futit li {
	margin-right: 23px;
}
.a-futit li a {
	color:#666;
}
.a-artcon {
	line-height: 36px;
	padding: 30px 0;
	font-size: 18px;
	font-family: "宋体";
}
.a-artcon img {
	max-width: 100%;
	margin: 25px 0;
}
.a-artcon a {
	text-decoration: underline;	
	color:#045eb2;
	font-size: 18px;
}

/* 附件 */
.a-tpdtit {
	border-bottom: 1px solid #ddd;
	height: 60px;
	line-height: 60px;
}
.a-tpdtit span {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color:#045eb2;
	border-bottom: 3px solid #045eb2;
}
.a-fj {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
.a-fj a {
	line-height: 24px;
	color: #045eb2;
	margin-right: 10px;
	font-size: 16px;
	padding-right: 20px;
}
.a-fj a i {
	margin-right: 5px;
}

/* 介绍 */
.liarbox {
	padding: 25px 10px 10px 10px;
	font-size: 18px;
	line-height: 36px;
	font-family: "宋体";
}
.liarbox p {
	margin-bottom: 20px;
}

/* 信息标准列表 */
.tabbz {
	width: 100%;
	border: 1px #ddd solid;
	margin: 20px 0 15px 0;
}
.tabbz tr:hover {
	background: #f6f6f6;
}
.tabbz td,
.tabbz th {
	padding: 10px;
	border: 1px solid #ddd;
}
.tabbz th,
.tabbz .tf {
	background: #f6f6f6;
	font-weight: bold;
	text-align: center;
}
.tabbz th:nth-child(1) {
	width: 160px;
}
.tabbz th:nth-child(3),
.tabbz th:nth-child(4) {
	width: 120px;
}
.tabbz td:nth-child(1),
.tabbz td:nth-child(3),
.tabbz td:nth-child(4) {
	text-align: center;
}
.tabart td {
	text-align: left!important;
}
.tabbz .tf {
	width: 150px;
	text-align: center!important;
}
.tabbz .xh {
	min-height: 100px;
	height: 100px;
}

/* 404 */
.error {
	text-align: center;
}
.error span {
	display:block;
	color:#777;
	margin-bottom: 25px;
}
.error span.b {
	color:#999;
}
.error span.t {
	font-size: 28px;
	background:url(../images/error.jpg) no-repeat center top;
	padding-top: 170px;
	margin-top: 100px;
}
.error a {
	margin-left: 3px;
	color:#c00;
	text-decoration: underline;
}

/* 首页数据看板暂无内容 */

.nocon {
	margin-top: 27px;
	height: 228px;
}
.nocon i {
	background: #f2f2f2;
	color: #bbb;
}
.nocon span {
	color: #999;
	margin-top: 15px;
}




/****** 返回顶部 ******/
#totop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 999;
	width: 50px;
	cursor: pointer;
	display: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
*html #totop {
	position: absolute;
	cursor: pointer;
	right: 20px;
	display: none;
	top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")
}
#totop span {
	display: block;
	width: 50px;
	height: 50px;
	background: #000;
	filter:Alpha(opacity=60);
	opacity:0.6;
	text-align: center;
	color: #888;
	overflow: hidden;
}
#totop span img {
	width: 26px;
	height: 18px;
	margin-top: 16px;
}

/****** 分享 ******/
#fx {
	margin: 15px 0 40px 0;
	height: 38px;
	text-align: center;
}
#fx a {
	display: inline-block;
	float: none;
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}
#fx a.bds_weixin {
	background: url(../images/wx.png) no-repeat center center;
}
#fx a.bds_tsina {
	background: url(../images/wb.png) no-repeat center center;
}
#fx a.bds_sqq {
	background: url(../images/qq.png) no-repeat center center;
}

/* layui分页 */
.lpage {
}
.layui-laypage {
    margin: 10px 0 30px 0;
}
.layui-laypage a:first-child {
    border-radius: 2px 0 0 2px;
}
.layui-laypage a:last-child,
.layui-laypage-count {
    border-radius: 0 2px 2px 0;
}
.layui-laypage a,
.layui-laypage span {
    padding: 0 15px;
    height: 37px;
    line-height: 37px;
    margin-right: -1px;
    color: #666;
    font-size: 15px;
}
.layui-laypage a, 
.layui-laypage span {
    border: 1px solid #e2e2e2;
}
.layui-disabled, .layui-disabled:hover {
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.layui-laypage .layui-laypage-curr {
    position: relative;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
	right: -1px;
	bottom: -1px;
    background-color: #045eb2!important;
}
.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
}
.layui-laypage .layui-laypage-spr {
    color: #999;
}


/* 选项卡切入 */

@keyframes rigin {
0% {
    opacity: 0;
	-webkit-transform: translate(20px,0);
 	transform: translate(20px,0);
}
100% {
    opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
}
@-webkit-keyframes rigin {
0% {
    opacity: 0;
	-webkit-transform: translate(20px,0);
	transform: translate(20px,0);
}
100% {
    opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
}
