/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-size: 12px;
  background: #ebebeb;
  color: #232323;
  line-height: 1.6;
  	font-family: "微软雅黑","宋体",Verdana,Arial,Helvetica,sans-serif;
}

/*.mac body {
  font-family: "微软雅黑","宋体",Verdana,Arial,Helvetica,sans-serif;erif;
}

.win body {
  font-family: "微软雅黑","宋体",Verdana,Arial,Helvetica,sans-serif;
}*/
.Clear{clear:both;}
header .megamenu a {
  color: #48ae6e;
  text-decoration: none;
}
header .megamenu a:visited {
  text-decoration: none;
}
header .megamenu a:hover {
  text-decoration: underline;
}
.opacity-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

header {
  position: relative;
  z-index: 100;
}
header .logo {
  background: #fff;
  position: relative;
  z-index: 1000;
}
header .logo a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/logo.png);
  width: 365px;
  height: 69px;
}
header .search {
  position: absolute;
  right: 0;
  top: 0;
  background: #6ec08c;
  width: 187px;
  height: 44px;
  padding-left: 38px;
  padding-top: 26px;
  z-index: 1001;
}
/*header .search input.text {
  background: #a6e0bb;
  color: #377a50;
  padding: 0 10px;
  border: none;
  margin: 0;
  width: 106px;
  height: 20px;
  box-sizing: content-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  float: left;
}*/
header .search input#search-keyword{
	 background: #a6e0bb;
  color: #377a50;
  padding: 0 10px;
  border: none;
  margin: 0;
  width: 106px;
  height: 20px;
  box-sizing: content-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  float: left;
}
header .search input.text.placeholder {
  color: #6aad83;
}
header .search input.text:-moz-placeholder {
  color: #6aad83;
}
header .search input.text::-moz-placeholder {
  color: #6aad83;
}
header .search input.text:-ms-input-placeholder {
  color: #6aad83;
}
header .search input.text::-webkit-input-placeholder {
  color: #6aad83;
}
header .search input.button-search {
  margin-top: 26px;
  display: block;
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/btn-search.png);
  background-position: center center;
  float: left;
  background-color: #a6e0bb;
  padding: 0;
  border: none;
  margin: 0;
  width: 26px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-sizing: content-box;
  cursor:pointer;
}
header .english {
  position: absolute;
  z-index: 1001;
  right: 0;
  top: 0;
}
header .english a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/head-en.png);
  width: 149px;
  height: 70px;
}
header nav {
  position: relative;
  z-index: 1000;
  background: url(../img/navi-bg.png);
  height: 82px;
}
header nav .navi-handle {
  display: none;
}
header nav ul {
  height: 82px;
}
header nav ul li.navi-category {
  display: block;
  float: left;
  width: 16.666%;
  height: 82px;
  background: url(../img/navi-pipe.png) no-repeat left 1px;
}
header nav ul li.navi-category a.navi-title {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  text-align:center;
  line-height:82px;
  color:#1C3124;
  font-size:14px;
  white-space: nowrap;
  overflow: hidden;
  background-position: center 28px;
  height: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 855px) {
  header nav ul li.navi-category a.navi-title {
    background-position: center -132px;
  }
}
header nav ul li.navi-category a.navi-title:hover {
  background-color: #48ae6e;
  background-position: center -52px;
}
@media only screen and (min-width: 768px) and (max-width: 855px) {
  header nav ul li.navi-category a.navi-title:hover {
    background-position: center -212px;
  }
}

header .megamenu {
  position: relative;
}
header .megamenu .megamenu-panel {
  width: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 999;
  top: auto;
  bottom: 10px;
  padding-top: 500px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(43, 43, 43, 0.32);
  -moz-box-shadow: 0 1px 2px rgba(43, 43, 43, 0.32);
  box-shadow: 0 1px 2px rgba(43, 43, 43, 0.32);
  background-color: rgba(255, 255, 255, 0.93);
}
header .megamenu .megamenu-panel .container {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 855px) {
  header .megamenu .megamenu-panel .container {
    width: 100%;
  }
}
header .megamenu .megamenu-panel .container .grid {
  width:100%;
  padding: 0 10px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 855px) {
  header .megamenu .megamenu-panel .container .grid {
    float: none;
    width: auto;
  }
}
header .megamenu .megamenu-panel .container .grid .box {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}
header .megamenu .megamenu-panel .container .grid .box h1 {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 58px;
  background-color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
}
header .megamenu .megamenu-panel .container .grid .box h1 span {
  display: block;
  padding-left: 20px;
  font-size: 18px;
  color: #302f2e;
  font-weight: bold;
  line-height: 58px;
  height: 58px;
}
header .megamenu .megamenu-panel .container .grid .box ul.links {
  overflow: hidden;
}
header .megamenu .megamenu-panel .container .grid .box ul.links li {
  float: left;
  width: 50%;
  background: #f4f4f4 url(../img/dd-links-bg.png) no-repeat right center;
}
header .megamenu .megamenu-panel .container .grid .box ul.links li:hover {
  background: #34a55e url(../img/dd-links-bg2.png) no-repeat right center;
}
header .megamenu .megamenu-panel .container .grid .box ul.links li:hover a {
  color: #fff !important;
}
header .megamenu .megamenu-panel .container .grid .box ul.links li:hover a span.pdf {
  background-position: right bottom;
}
header .megamenu .megamenu-panel .container .grid .box ul.links li:hover a span.outer {
  background-position: right bottom;
}
header .megamenu .megamenu-panel .container .grid .box ul.links li a {
  display: block;
  color: #302f2e;
  line-height: 44px;
  text-decoration: none;
  padding-left: 20px;
  font-size: 14px;
  height: 44px;
  padding-top:2px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
header .megamenu .megamenu-panel .container .grid .box ul.links li a span.pdf {
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/dd-links-pdf.png);
  background-position: right top;
  width: 21px;
  height: 46px;
  padding-left: 10px;
  vertical-align: middle;
}
header .megamenu .megamenu-panel .container .grid .box ul.links li a span.outer {
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/dd-links-outer.png);
  background-position: right top;
  width: 18px;
  height: 46px;
  padding-left: 10px;
  vertical-align: middle;
}
header .megamenu .megamenu-panel .container .grid .box ul.links-oneline li {
  background: url(../img/dd-links-bg.png) no-repeat right center;
  position: relative;
}
header .megamenu .megamenu-panel .container .grid .box ul.links-oneline li.gray {
  background-color: #f2f2f2;
}
header .megamenu .megamenu-panel .container .grid .box ul.links-oneline li.withnotice a{
	height:32px;
}
header .megamenu .megamenu-panel .container .grid .box ul.links-oneline li.withnotice .notice{
	position:absolute;
	left:20px;top:23px;
	display:block;
}
/*header .megamenu .megamenu-panel .container .grid .box ul.links-oneline li.withnotice a span.link {
  text-decoration: underline;
}
header .megamenu .megamenu-panel .container .grid .box ul.links-oneline li.withnotice a:hover span.link {
  text-decoration: none;
}*/
header .megamenu .megamenu-panel .container .grid .box ul.links-oneline li a {
  padding: 13px 0 11px 20px;
  display: block;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
header .megamenu .megamenu-panel .container .grid .box ul.links-oneline li span.notice {
  display: block;
  padding-top: 6px;
  color: #000;
  font-size: 10px;
}
header .megamenu .megamenu-panel.products .automatic-machinery {
  background: url(../img/am-bg.png) no-repeat right 25px;
  padding: 35px 0;
}
header .megamenu .megamenu-panel.products .automatic-machinery .title {
  margin-bottom: 14px;
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/am-title.png);
  width: 265px;
  height: 15px;
}
header .megamenu .megamenu-panel.products .automatic-machinery a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/am-link.png);
  width: 180px;
  height: 28px;
}
header .megamenu .megamenu-panel.products .automatic-machinery a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header .megamenu .megamenu-panel.products .products-components {
  background: url(../img/pc-bg.png) no-repeat right 15px;
  padding: 35px 0;
}
header .megamenu .megamenu-panel.products .products-components .title {
  margin-bottom: 14px;
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/pc-title.png);
  width: 277px;
  height: 15px;
}
header .megamenu .megamenu-panel.products .products-components a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/pc-link.png);
  width: 180px;
  height: 28px;
}
header .megamenu .megamenu-panel.products .products-components a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header .megamenu .megamenu-panel.products .products-info {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/products-info.png);
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
header .megamenu .megamenu-panel.products ul.am-products {
  margin-top: 12px;
  padding-bottom: 30px;
}
header .megamenu .megamenu-panel.products ul.am-products li.am-products {
  height: 54px;
  width: 486px;
  line-height: 54px;
  background-repeat: no-repeat;
  overflow: hidden;
}
header .megamenu .megamenu-panel.products ul.am-products li.am-products.package a.link {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/am-package.png);
  width: 186px;
  height: 54px;
  float: left;
}
header .megamenu .megamenu-panel.products ul.am-products li.am-products.industrial a.link {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/am-industrial.png);
  width: 186px;
  height: 54px;
  float: left;
}
header .megamenu .megamenu-panel.products ul.am-products li.am-products.light a.link {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/am-light.png);
  width: 186px;
  height: 54px;
  float: left;
}
header .megamenu .megamenu-panel.products ul.am-products li.am-products ul {
  float: left;
  margin-bottom: 0;
  overflow: hidden;
}
header .megamenu .megamenu-panel.products ul.am-products li.am-products ul li {
  float: left;
  padding: 0 0 0 15px;
}
header .megamenu .megamenu-panel.products .pc-sub {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-catalog {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/pc-catalog.png);
  width: 221px;
  height: 65px;
  float: left;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search {
  float: left;
  height: 43px;
  padding-left: 15px;
  padding-top: 22px;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text {
  background: #a6e0bb;
  padding: 0 10px;
  border: none;
  margin: 0;
  width: 151px;
  height: 20px;
  color: #377a50;
  vertical-align:middle;
  box-sizing: content-box;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: left;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text.placeholder {
  color: #6aad83;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text:-moz-placeholder {
  color: #6aad83;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text::-moz-placeholder {
  color: #6aad83;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text:-ms-input-placeholder {
  color: #6aad83;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text::-webkit-input-placeholder {
  color: #6aad83;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text:focus.placeholder {
  color: transparent;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text:focus:-moz-placeholder {
  color: transparent;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text:focus::-moz-placeholder {
  color: transparent;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text:focus:-ms-input-placeholder {
  color: transparent;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.text:focus::-webkit-input-placeholder {
  color: transparent;
}
header .megamenu .megamenu-panel.products .pc-sub .pc-search input.button-search {
  margin-top: 26px;
  display: block;
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/btn-search.png);
  background-position: center center;
  float: left;
  background-color: #a6e0bb;
  padding: 0;
  border: none;
  margin: 0;
  width: 26px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-sizing: content-box;
}
header .megamenu .megamenu-panel.products ul.pc-products {
  margin-top: 15px;
  padding-bottom: 27px;
  overflow: hidden;
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products {
  float: left;
  height: 33px;
  width: 210px;
  padding-right: 26px;
  background-repeat: no-repeat;
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products a {
  display: block;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  width: 210px;
  height: 33px;
  font-size:14px;
  font-weight:bold;
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products.info a {
  background-image: url(../img/pc-info.png);
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products.cad a {
  background-image: url(../img/pc-cad.png);
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products.new a {
  background-image: url(../img/pc-new.png);
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products.air a {
  background-image: url(../img/pc-air.png);
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products.end a {
  background-image: url(../img/pc-end.png);
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products.seminar a {
  background-image: url(../img/pc-seminar.png);
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products ul {
  margin-bottom: 0;
  overflow: hidden;
}
header .megamenu .megamenu-panel.products ul.pc-products li.pc-products ul li {
  float: left;
  padding: 0 0 0 15px;
}
header .megamenu .megamenu-panel.support .bottom-nav {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  padding: 16px 0 18px;
}
header .megamenu .megamenu-panel.support .bottom-nav ul {
  overflow: hidden;
}
header .megamenu .megamenu-panel.support .bottom-nav ul li {
  float: left;
  padding: 0 10px;
}
header .megamenu .megamenu-panel.support .bottom-nav ul li a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  width: 230px;
  height: 35px;
}
header .megamenu .megamenu-panel.support .bottom-nav ul li.standard a {
  background-image: url(../img/products-standard.png);
}
header .megamenu .megamenu-panel.support .bottom-nav ul li.security a {
  background-image: url(../img/products-security.png);
}
header .megamenu .megamenu-panel.company .dd-message h1 {
  background-image: url(../img/dd-message-bg.jpg);
}
header .megamenu .megamenu-panel.company .dd-company h1 {
  background-image: url(../img/dd-company-bg.jpg);
}
header .megamenu .megamenu-panel.company .dd-csr h1 {
  background-image: url(../img/dd-csr-bg.jpg);
}
header .megamenu .megamenu-panel.company .dd-procurement h1 {
  background-image: url(../img/dd-procurement-bg.jpg);
}
header .megamenu .megamenu-panel.ir .dd-library h1 {
  background-image: url(../img/dd-library-bg.jpg);
}
header .megamenu .megamenu-panel.ir .dd-stock h1 {
  background-image: url(../img/dd-stock-bg.jpg);
}
header .megamenu .megamenu-panel.ir .dd-finance h1 {
  background-image: url(../img/dd-finance-bg.jpg);
}
header .megamenu .megamenu-panel.recruit .recruit-top {
  background: white url(../img/recruit-top-bg.jpg) no-repeat right top;
  height: 118px;
  border: 1px solid #ddd;
  margin: 35px 10px 20px 10px;
}
header .megamenu .megamenu-panel.recruit .recruit-top a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/recruit-top.png);
  background-position: 30px center;
  height: 118px;
}
header .megamenu .megamenu-panel.recruit .recruit-graduate {
  background: white url(../img/recruit-graduate-bg.jpg) no-repeat right top;
  height: 118px;
  border: 1px solid #ddd;
  margin: 0 0 20px;
}
header .megamenu .megamenu-panel.recruit .recruit-graduate a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/recruit-graduate.png);
  background-position: 30px center;
  height: 118px;
}
header .megamenu .megamenu-panel.recruit .recruit-career {
  background: white url(../img/recruit-career-bg.jpg) no-repeat right top;
  height: 118px;
  border: 1px solid #ddd;
  margin: 0 0 30px;
}
header .megamenu .megamenu-panel.recruit .recruit-career a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/recruit-career.png);
  background-position: 30px center;
  height: 118px;
}
header .megamenu .megamenu-panel.support .container .grid .box {
  margin-bottom: 20px;
}
header .megamenu .megamenu-panel.support .dd-support01 h1 {
  background-image: url(../img/dd-support01-bg.jpg);
}
header .megamenu .megamenu-panel.support .dd-support02 h1 {
  background-image: url(../img/dd-support02-bg.jpg);
}
header .megamenu .megamenu-panel.support .dd-finance h1 {
  background-image: url(../img/dd-finance-bg.jpg);
}
header .megamenu .megamenu-panel.support .others {
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
header .megamenu .megamenu-panel.support .others ul {
  overflow: hidden;
}
header .megamenu .megamenu-panel.support .others ul li {
  float: left;
  background: url(../img/dd-links-bg.png) no-repeat left center;
  padding: 8px 30px 8px 15px;
}

footer {
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 5;
}
footer .copy {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  width:377px;
  height: 40px;
  background-image: url(../img/foot-copy.png);
}
footer nav {
  padding-top: 15px;
  padding-right: 20px;
  position: absolute;
  right: 40px;
  top: 0;
}
footer nav ul {
  border-left: 1px solid #525252;
  overflow: hidden;
  text-align:center;
  line-height:1;
}
footer nav ul li {
  font-size: 10px;
  line-height: 10px;
  /*float: left;*/
  display: inline;
  border-right: 1px solid #525252;
  padding: 0 15px;
}
footer nav ul li a {
  color: #676767;
  text-decoration:none;
}
footer nav ul li a:visited{
  color: #232323;
}
footer nav ul li a:hover{
  text-decoration:underline;
}
footer .backtop {
  position: absolute;
  right: 0;
  top: 0;
}
footer .backtop a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-image: url(../img/foot-backtop.png);
}

/* module css
-----------------------------------*/

.box_link{
	cursor:pointer;
}