@charset "utf-8";
/* CSS Document */
html,
body,
blockquote,
dd,
dl,
fieldset,
legend,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
ul,
li,
th,
td,
form,
input,
textarea,
button,
dl,
dd {
  margin: 0;
  padding: 0;
}
fieldset,
iframe,
img {
  border: 0;
}
address,
cite,
code,
em,
ins,
kbd,
pre,
samp,
strong,
sub,
sup,
var {
  font-family: "微软雅黑";
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
sub,
sup {
  font-size: 100%;
  font-weight: normal;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
input,
button,
textarea,
select,
optgroup,
option {
  font: inherit;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
}
a {
  color: #666666;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*html5
-------------------------------------------------------------- */
header,
footer,
nav,
section,
article,
figure,
figcaption {
  display: block;
}
/*base
-------------------------------------------------------------- */
html {
  background: #fffcf6;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #666666;
}
html body.index {
  /*  background: url(/images/bg_02.jpg) repeat-x top;*/
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
a:link,
a:visited {
  text-decoration: none;
  -webkit-transition: color .3s ease;
}
a:hover,
a:active {
  text-decoration: none;
  outline: 0;
  color: #ee0000;
}
.tip {
  color: #ccc;
}
.b {
  width: 1200px;
  margin: 0 auto;
}
.c {
  width: 1200px;
  margin: 0 auto;
}
.h10 {
  height: 10px;
}
.mt10 {
  margin-top: 10px;
}
.select-outer {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #ccc;
}
.select-inner {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 22px;
  overflow: hidden;
  position: relative;
}
.select-h {
  border: 1px solid #ccc;
  height: 24px;
  font-size: 12px;
  position: relative;
  zoom: 1;
  margin: -1px;
}
.wh300 {
  padding: 3px;
}
.wh300 .select-inner {
  width: 300px;
}
.wh300 select {
  width: 302px;
}
.wh100 {
  padding: 3px;
}
.wh100 .select-inner {
  width: 100px;
}
.wh100 select {
  width: 102px;
}
.wh200 {
  padding: 3px;
}
.wh200 .select-inner {
  width: 200px;
}
.wh200 select {
  width: 202px;
}
.w300 {
  width: 300px;
}
.texthide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rbox {
  border: #e6e6e6 1px solid;
  overflow: hidden;
  _zoom: 1;
}
.ov {
  overflow: hidden;
  _zoom: 1;
}
.shadow {
  -moz-box-shadow: 0px 2px 4px #999999;
  -webkit-box-shadow: 0px 2px 4px #999999;
  box-shadow: 0px 2px 4px #999999;
}
a.button {
  font-size: 14px;
  text-decoration: none;
  background: #ee0000;
  padding: 0.4em 1.5em;
  border: 1px solid #ee0000;
  color: #ee0000;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/*CSS badoo style pagination*/
div.manu {
  font-size: 13px;
  padding: 10px 0px;
  color: #48b9ef;
  font-family: arial, Helvetica, sans-serif;
  background-color: #fff;
  text-align: center;
}
div.manu a {
  border: #f0f0f0 2px solid;
  padding: 2px 5px;
  margin: 0px 2px;
  color: #48b9ef;
  text-decoration: none;
}
div.manu a:hover {
  border: #ff5a00 2px solid;
  color: #ff5a00;
}
div.manu a:active {
  border: #ff5a00 2px solid;
  color: #ff5a00;
}
div.manu span.current {
  border: #ff5a00 2px solid;
  padding: 2px 5px;
  font-weight: bold;
  color: #fff;
  background-color: #ff6c16;
}
div.manu span.disabled {
  display: none;
}
header {
  background: url('/img/top_bg.jpeg') repeat-x;
  height: 112px;
}
header .c {
  position: relative;
  height: 112px;
}
.logo {
  position: absolute;
  left: 0;
  top: 30px;
  height: 60px;
  background: url('/img/logo.png') no-repeat;
  padding-left: 90px;
}
.logo p {
  font-weight: bold;
  color: #006699;
}
.logo .cn-name {
  font-size: 25px;
}
.logo .en-name {
  font-size: 13px;
}
.lang {
  position: absolute;
  right: 0;
  top: 10px;
}
.lang a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background: url('/img/lang.png') no-repeat;
  padding-left: 38px;
  margin-right: 20px;
}
.lang .en {
  background-position: 0 -29px;
}
.lang .jp {
  background-position: 0 -59px;
}
.menu {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.menu > ul > li {
  float: left;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  z-index: 9999;
}
.menu > ul > li a {
  display: block;
  padding: 0 12px;
}
.menu > ul > li a:hover {
  background: #006699;
  color: #fff;
}
.menu > ul > li ul {
  position: absolute;
  background: #ddd;
  display: none;
  width: 170px;
}
.menu > ul > li ul li {
  border-bottom: 1px solid #ccc;
}
.menu > ul > li:hover ul {
  display: block;
}
.i-title {
  background: url('/img/title_bg.png') no-repeat center 90%;
  height: 100px;
  line-height: 100px;
}
.i-title p {
  font-size: 30px;
  text-align: center;
  color: #006699;
}
.business {
  padding: 20px 0 60px 0;
}
.business .i-con {
  overflow: hidden;
  _zoom: 1;
}
.business .i-con ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.business .i-con li {
  width: 222px;
  margin-right: 20px;
  display: inline-block;
}
.business .i-con li .tit {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
.business .i-con li .tit i {
  margin-right: 5px;
  color: #006699;
}
.business .i-con li p {
  margin-bottom: 20px;
  white-space: normal;
  font-size: 12px;
}
.product {
  background: #f4f4f4;
  padding: 40px 0 60px 0;
}
.product .i-con {
  margin-bottom: 40px;
  margin-top: 20px;
}
#CSSBox {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
#CSSBox ul li {
  float: left;
  list-style: none;
  margin: 10px 10px;
}
#CSSBox ul li span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.ibox {
  padding: 50px 0;
  overflow: hidden;
  _zoom: 1;
}
.ibox .box-title {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  _zoom: 1;
  line-height: 40px;
}
.ibox .box-title strong {
  font-size: 20px;
  color: #006699;
  float: left;
  border-bottom: 2px solid #006699;
}
.ibox .box-title a {
  float: right;
  font-size: 14px;
  margin-right: 10px;
}
.ibox .box-con {
  margin: 30px 0;
}
.i-about {
  width: 580px;
  float: left;
}
.i-about .box-con p {
  font-size: 14px;
  margin-bottom: 20px;
}
.i-about .box-con h5 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #006699;
}
.i-news {
  width: 580px;
  float: right;
}
.i-news li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  _zoom: 1;
}
.i-news li .img {
  max-width: 150px;
  max-height: 105px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.i-news li a {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.i-news li p {
  height: 76px;
  overflow: hidden;
  font-size: 12px;
}
.fgs li {
  float: left;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 260px;
  font-size: 12px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fgs li a {
  color: #000;
}
.bottom-banner {
  background: url(/img/bottom-banner.jpg) center no-repeat;
  height: 298px;
}
.footer {
  background-color: #666666;
  font-size: 14px;
  color: #ffffff;
  padding: 40px 0;
  text-align: center;
}
.m-banner {
  height: 400px;
  background-repeat: no-repeat;
  width: 100%;
}
.n-main {
  margin-top: 50px;
  overflow: hidden;
  _zoom: 1;
}
.n-left {
  float: left;
  width: 230px;
}
.n-left .nav .title {
  font-size: 20px;
  font-weight: bold;
  background: #006699;
  color: #fff;
  padding: 10px 0;
  border-bottom: 2px solid #6fd5ff;
  text-indent: 10px;
}
.n-left .nav li {
  line-height: 40px;
  border-bottom: 1px solid #999;
}
.n-left .nav li a {
  display: block;
  background: #ddd;
  padding-left: 10px;
}
.n-left .nav li .cur,
.n-left .nav li a:hover {
  background: #006699;
  color: #fff;
}
.n-right {
  float: right;
  width: 930px;
}
.n-right .title {
  overflow: hidden;
  _zoom: 1;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
}
.n-right .title strong {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #006699;
}
.n-right .title span {
  float: right;
  line-height: 40px;
}
.n-right .title span i {
  margin: 0 5px;
}
.n-right .m-content {
  margin: 40px 0;
  min-height: 400px;
  line-height: 24px;
}
.news li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  _zoom: 1;
}
.news li .img {
  max-width: 150px;
  max-height: 105px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.news li .new-tit {
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 5px;
}
.news li a {
  font-weight: bold;
  display: inline-block;
  float: left;
}
.news li span {
  float: right;
}
.news li p {
  height: 86px;
  overflow: hidden;
}
.newslist li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  _zoom: 1;
}
.detail .detail-title {
  font-size: 20px;
  color: #000;
  text-align: center;
}
.detail .detail-memo {
  color: #ddd;
  text-align: center;
}
.detail .detail-content {
  margin-top: 20px;
  min-height: 400px;
}
.piclist dl {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 32px;
}
.piclist dd {
  margin-bottom: 5px;
}
.piclist dt {
  text-align: center;
  font-weight: normal;
}
.job .memo {
  margin-bottom: 40px;
}
.job li {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.job li i {
  margin-right: 10px;
}
.job li span {
  float: right;
}
