/* ---------------------------------------------------------- */
/* reset */
/* ---------------------------------------------------------- */
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
/* ---------------------------------------------------------- */
body {
  background: #fff;
  font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 87.5%;
}
a {
  color: #000;
  text-decoration: none;
}
#wrapper {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  background-color: #fff;
  width: 1100px;
  padding-top: 60px;
}
#header {
  position: fixed;
  z-index: 50;
  width: 100%;
  padding: 7px 0 10px;
}
#header a {
  letter-spacing: 0.1rem;
}
#header a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#header .inner {
  margin: 0 auto;
  width: 980px;
  position: relative;
}
#header h1 {
  display: inline-block;
  margin-left: 1px;
}
#header h1 .maker {
  position: absolute;
  right: 0;
  top: 4px;
}
#header .nav {
  position: absolute;
  top: 0;
  left: 90px;
}
#header .nav ul li {
  position: relative;
  display: inline-block;
  font-size: 79%;
  font-weight: 400;
}
#header .nav ul li:first-child {
  margin: 0;
}
#header .nav ul li:first-child a {
  padding-left: 0;
}
#header .nav ul li a {
  display: inline-block;
  padding: 12px 15px;
}
#header .js-pulldownLink.is-hover > a,
#header .js-pulldownLink.is-hover > a:hover {
  padding-bottom: 30px;
  position: relative;
}
#header .js-pulldownLink.is-hover > a::before,
#header .js-pulldownLink.is-hover > a:hover::before {
  content: "";
  width: 75px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 30px;
  left: 0;
}
#header .js-pulldownLink.is-hover .pulldown {
  display: block;
}
#header .js-pulldownLink.concept.is-hover > a::before,
#header .js-pulldownLink.concept.is-hover > a:hover::before {
  width: 56px;
  left: 16px;
}
#header .js-pulldownLink.concept.is-hover .pulldown {
  width: 136px;
  height: 63px;
  left: -6px;
}
#header .js-pulldownLink.concept.is-hover .pulldown ul {
  padding: 14px 0 0 22px;
}
#header .js-pulldownLink.concept.is-hover .pulldown ul > li {
  margin-top: 8px;
}
#header .js-pulldownLink.concept.is-hover .pulldown ul > li:first-child {
  margin-top: 0;
}
#header .js-pulldownLink.concept.is-hover .body {
  height: 63px;
}
#header .pulldown {
  display: none;
  width: 440px;
  height: 194px;
  position: absolute;
  top: 51px;
  left: -24px;
}
#header .pulldown ul {
  padding: 0 0 24px 44px;
}
#header .pulldown ul li a {
  padding: 0 !important;
  margin-right: 16px !important;
}
#header .pulldown .ttl {
  background: rgba(255,255,255,0.9);
  padding: 13px 50px 4px;
}
#header .pulldown .subttl {
  padding: 15px 50px 13px;
}
#header .pulldown .body {
  background: rgba(255,255,255,0.9);
  height: 160px;
  box-sizing: border-box;
}
#header .pulldown .box {
  width: 253px;
}
#header .pulldown .box.regularLine {
  width: 170px;
}
#header .pulldown .box.regularLine .ttl {
  padding: 15px 50px 2px 0;
}
#header .pulldown .box.regularLine .body {
  padding: 43px 0 29px;
}
#header .pulldown .box.regularLine .body ul {
  padding-left: 0;
}
#header .pulldown .box.regularLine .body ul li:first-child a {
  margin-right: 29px !important;
}
#header .pulldown .box.regularLine .body a {
  padding: 0;
}
#footer {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
}
#footer:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
#footer a {
  font-size: 79%;
  letter-spacing: 0.1rem;
}
#footer a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#footer .pagetop {
  background: url("../images/common/icon-arrow.png") no-repeat center 12px;
  width: 1100px;
  height: 48px;
  margin: 10px auto 0;
}
#footer .pagetop a {
  font-size: 86%;
  display: inline-block;
  padding: 26px 10px 15px;
  line-height: 1;
}
#footer .nav {
  border-top: 1px solid #ccc;
  padding: 30px 0 15px;
}
#footer .nav .inner {
  width: 1100px;
  margin: 0 auto;
}
#footer .nav li {
  display: inline-block;
}
#footer .nav a {
  display: inline-block;
}
#footer .content {
  width: 443px;
  float: left;
  margin-left: 255px;
}
#footer .content li a {
  padding: 9px 0;
  margin-right: 28px;
}
#footer .lang {
  width: 155px;
  float: left;
}
#footer .lang li a {
  padding: 9px 0;
}
#footer .lang li span {
  font-size: 86%;
  display: inline-block;
  padding: 9px 0 0 2px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.1rem;
}
#footer .lang li:first-child:after {
  content: " / ";
}
#footer .bottom {
  margin-top: 30px;
}
#footer .bottom .sub-content {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
#footer .bottom .sub-content a {
  font-size: 72%;
  padding: 5px 12px;
  letter-spacing: normal;
}
#footer .bottom .copyright {
  display: inline-block;
  vertical-align: middle;
  font-size: 72%;
  line-height: 2;
}
#footer .sns {
  clear: both;
  padding-top: 23px;
}
#footer .sns h3 {
  margin-bottom: 10px;
}
.product_sns_item {
  float: left;
  width: 26px;
  position: relative;
  cursor: pointer;
}
.product_sns_item.active .product_sns_wrap {
  height: 60px;
}
.product_sns_item + .product_sns_item {
  margin-left: 7px;
}
.product_sns_wrap {
  position: absolute;
  width: 130px;
  height: 0;
  left: -65px;
  margin-left: 50%;
  transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  overflow: hidden;
  text-align: center;
}
.product_sns_popup {
  position: relative;
  display: inline-block;
  padding: 10px;
  box-sizing: content-box;
  border: 1px solid #cbcbcb;
  margin: 0 auto;
  top: 5px;
  background: #fff;
  height: 44px;
  box-sizing: border-box;
}
.product_sns_popup::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 0;
}
.product_sns_popup::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #cbcbcb transparent;
  z-index: -1;
}
.sns_center {
  text-align: center;
}
.sns_center .product_sns_item {
  float: none;
  width: 26px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.fb-like {
  height: 20px;
  overflow: hidden;
}
#loading {
  position: fixed;
  width: 174px;
  height: 152px;
  z-index: 9000;
  top: 50%;
  left: 50%;
  margin-top: -76px;
  margin-left: -87px;
}
#loading .icon {
  margin: 24px auto 0;
  width: 68px;
  height: 68px;
  -webkit-animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
#followPageTop {
  position: absolute;
  top: 0;
  z-index: 7000;
}
.modalElement {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8000;
  display: none;
}
.modalElement .modalElement__wrapper {
  position: relative;
}
.modalElement .modalElement__bg {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}
.modalElement .modalElement__closeBtn {
  width: 25px;
  height: 25px;
  z-index: 8100;
  position: absolute;
  top: 63px;
  right: 0;
  background: url("../../images/common/close_btn.png");
  cursor: pointer;
}
.modalElement .modalElement__closeBtn:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.modalElement .modalElement__content {
  width: 860px;
  height: 100%;
  margin: 0 auto;
  z-index: 8200;
  position: relative;
  box-sizing: border-box;
}
.modalElement .modalElement__content:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ---------------------------------------------------------- */
/* util */
/* ---------------------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.txL {
  text-align: left !important;
}
.txR {
  text-align: right !important;
}
.vaT {
  vertical-align: top;
}
.vaM {
  vertical-align: middle;
}
.vaB {
  vertical-align: bottom;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fNone {
  float: none;
}
.glass {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
table {
  width: 892px;
  font-size: 86%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
  background-color: rgba(255,255,255,0.3);
}
table .table-head {
  text-align: center;
  background-color: #f6f7f9;
  padding: 14px 0;
  font-size: 100%;
  letter-spacing: 0.2em;
  background-color: rgba(255,255,255,0.5);
}
table tr {
  border-top: 1px solid #fff;
}
table th {
  font-weight: bold;
  width: 287px;
  padding: 14px 0 14px 48px;
}
table td {
  width: 604px;
  padding: 14px 0 14px 36px;
}
.jiathis_style_32x32 .jtico{ background:url(http://citizen.com.cn/basel2016/img/wb_logo2.png) !important; width:7px; height:34px !important; }
.jiathis_style_32x32 .jtico:hover{ background:url(http://citizen.com.cn/basel2016/img/wb_logo.png) !important}
.jiathis_style_32x32{ width:43px; margin:auto; height:34px; line-height:34px}
.jiathis_button_tsina,.jiathis_style_32x32 .jiathis_button_tsina span{ height:34px !important; line-height:34px !important}