@charset "UTF-8";
@import "lightbox.css";
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Arial", "sans-serif";
}
/* 定义动画
.test1{
	 0% {
        margin-left: 100px;
     }
     40% {
        margin-left: 150px;
        background: orange;
     }
     100% {
        margin-left: 100px;
        background: red;
     }
}
@-webkit-keyframes name {
    .test1;
}
@-moz-keyframes name {
    .test1;
}
@-ms-keyframes name {
    .test1;
}

*/
/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5), 
       only screen and (min-device-pixel-ratio: 1.5) {
       	
}
*/
/***********************CSS3**********************************/
/*
       ease：逐渐变慢
     linear：匀速
    ease-in：加速
   ease-out：减速
ease-in-out：加速然后减速
*/
.content-box {
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.border-box {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/***********************webkit 特有 filter特效****************************/
.filter-invert {
  -webkit-filter: invert(1);
}
/***********************移动端flex布局**********************************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/***********************class**********************************/
.clear {
  clear: both;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/*********************************************************/
.c-red {
  color: #D43F3A;
}
.c-blue {
  color: #335599;
}
.a-light {
  color: #969595;
}
.a-light:hover {
  color: #FFF;
}
.a-white {
  color: #FFF;
}
.dark-bar {
  background: #252525;
  color: #969595;
  line-height: 1.5;
  font-size: 12px;
}
#top {
  padding: 4px 0;
}
#top .list {
  padding-top: 4px;
  padding-bottom: 4px;
}
#top a {
  margin: 0 4px;
  color: #969595;
}
#top a:hover {
  color: #FFF;
}
#top i {
  margin-right: 4px;
}
#top .country i {
  width: 16px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
#top .country i.c-jp {
  background-image: url("../images/jp.png");
}
#top .country i.c-us {
  background-image: url("../images/us.png");
}
#top .country i.c-kr {
  background-image: url("../images/kr.png");
}
#menu .logo {
  height: 66px;
  padding-top: 15px;
}
#menu .logo .thumbnail {
  padding: 0;
  border: none;
}
#menu .logo .thumbnail img {
  margin-left: 0;
}
#menu .menu-select {
  padding-bottom: 20px;
}
#menu .menu-btn {
  height: 66px;
}
#menu ul {
  font-size: 0;
}
#menu li {
  padding: 0;
  background: url("../images/nav-bg.png") right center no-repeat;
}
#menu li:last-child {
  background: none;
}
#menu li .hover {
  background: #335599;
  color: #FFF;
}
#menu li a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px;
  color: #335599;
  text-decoration: none;
  padding: 23px 30px;
  display: inline-block;
  height: 66px;
}
#menu li a span {
  height: 19px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #FFF;
}
#menu li a:hover {
  background: #335599;
  color: #FFF;
}
#menu li a.active {
  background: #335599;
  color: #FFF;
}
#menu2 {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: #FFF;
}
#menu2 .navbar-brand {
  padding: 13px 0;
  width: 209px;
  height: 60px;
  overflow: hidden;
}
#menu2 .navbar-nav > li > a {
  padding: 20px;
  font-size: 16px;
}
#menu2 .navbar-toggle {
  margin: 13px 0;
}
#myCarousel .carousel-control span {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  font-size: 30px !important;
}
#myCarousel .carousel-control.right span {
  right: 0;
}
#myCarousel .item img {
  margin: 0 auto;
}
/*
@media all and (max-width: 768px) {
	#myCarousel{
		.item{
			width: auto;
			height: 150px;
		}
	}

}*/
.page-row {
  padding: 15px 0;
}
.main-title {
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
  margin: 15px 0;
}
.main-title .title-block {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  background: #f7f7f7;
  color: #333;
}
.main-title strong {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  background: #f7f7f7;
  color: #333;
}
.main-title a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  background: #f7f7f7;
  color: #333;
}
.main-title a:hover {
  background: #335599;
  color: #FFF;
  text-decoration: none;
}
.item-style1 .list {
  display: block;
  margin: 15px 0;
  border: 1px solid #efefef;
  border-bottom: 2px solid #323232;
}
.item-style1 .list .thumbnail {
  padding: 0;
  border: none;
}
.item-style1 .list h5 {
  text-align: center;
  margin-bottom: 16px;
  padding: 0 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.item-style1 .list:hover {
  background: #f7f7f7;
}
.item-style2 .pic {
  margin: 15px 0;
}
.item-style2 .info {
  margin: 15px 0;
}
.item-style2 .thumbnail {
  padding: 0;
  border: none;
}
.item-style2 h4 {
  margin-top: 0;
  line-height: 32px;
}
.item-style2 .date {
  height: 26px;
  line-height: 26px;
  background: #f7f7f7;
  margin-bottom: 10px;
  color: #969595;
}
.item-style2 .date i {
  height: 26px;
  width: 26px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  background: #335599;
  color: #FFF;
  margin-right: 10px;
}
.item-style2 p {
  line-height: 1.5;
}
.item-style3 img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border-radius: 100%;
}
.item-style3 .col {
  padding: 4px;
}
.item-style3 .col .btn {
  padding: 6px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-color: #efefef;
  border-radius: 0;
}
.item-style3 .col .btn:hover {
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
#item-menu {
  margin-top: -10px;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
}
#foot {
  padding: 16px 0;
  background: #323232;
  border-top: 5px solid #335599;
  color: #969595;
}
#foot .list {
  padding-top: 16px;
  padding-bottom: 16px;
}
#foot h4 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 20px;
}
#foot p {
  line-height: 2;
}
#foot .wechat .thumbnail {
  width: 100px;
  padding: 0;
  margin-bottom: 0;
}
#foot .contact li {
  line-height: 2;
}
#foot .contact i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #969595;
  margin-right: 8px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  color: #323232;
}
#foot .contact a {
  color: #FFF;
}
#copyright {
  padding: 8px 0;
}
#banner {
  background: url("../images/banner.jpg") top center no-repeat;
  height: 120px;
}
#page-container {
  min-height: 500px;
  margin-bottom: 30px;
}
#page-title {
  padding: 15px 0;
  border-bottom: 1px solid #EFEFEF;
}
#page-title .title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
}
#page-title .bread {
  font-size: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
#page-title .bread ul {
  margin-bottom: 0;
}
#page-title .bread li {
  height: 36px;
  line-height: 36px;
  padding: 0;
}
#page-title .bread li .item {
  display: inline-block;
  font-size: 12px;
  margin-left: 1px;
  padding: 0 15px;
  color: #686868;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page-title .bread li .hover {
  background: #335599;
  color: #FFF;
  text-decoration: none;
}
#page-title .bread li a {
  background: #f7f7f7;
  display: inline-block;
  font-size: 12px;
  margin-left: 1px;
  padding: 0 15px;
  color: #686868;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page-title .bread li a:hover {
  background: #335599;
  color: #FFF;
  text-decoration: none;
}
#page-title .bread li a.active {
  background: #335599;
  color: #FFF;
  text-decoration: none;
}
#page-title .bread li span {
  display: inline-block;
  font-size: 12px;
  margin-left: 1px;
  padding: 0 15px;
  color: #686868;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-block {
  padding: 15px 0;
}
.item-style4 .list {
  border: 1px solid #efefef;
  display: block;
  padding: 10px;
  margin: 15px 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item-style4 .list h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.item-style4 .list .pic {
  float: left;
  width: 90px;
  height: 90px;
}
.item-style4 .list .pic img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.item-style4 .list .info {
  padding-left: 110px;
}
.item-style4 .list .info p {
  margin-bottom: 14px;
  height: 36px;
  overflow: hidden;
  color: #969595;
  font-size: 12px;
}
.item-style4 .list.nopic {
  background: #fafafa;
}
.item-style4 .list.nopic h4 {
  color: #333;
}
.item-style4 .list.nopic .info {
  padding-left: 10px;
}
.item-style4 .list:hover {
  border-radius: 4px;
  background: #f7f7f7;
  border-color: #264073;
  background: #335599;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.item-style4 .list:hover h4 {
  color: #FFF;
}
.item-style4 .list:hover p {
  color: rgba(255, 255, 255, 0.5);
}
.item-style4.page {
  margin-left: -5px;
  margin-right: -5px;
}
.item-style4.page .col {
  padding-left: 5px;
  padding-right: 5px;
}
.item-style4.page .col .list {
  margin: 5px 0;
}
.item-style5 .list {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #323232;
}
.item-style5 .list .thumbnail {
  padding: 0;
  border: none;
}
.item-style5 .list .thumbnail.max-height {
  max-height: 200px;
  overflow: hidden;
}
.item-style5 .list h3 {
  line-height: 32px;
}
.item-style5 .list h3 a {
  color: #333;
}
.item-style5 .list blockquote {
  background: #f9f9f9;
  color: #787878;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}
.item-style5 .list .date {
  color: #969595;
  line-height: 30px;
  border-bottom: 1px dotted #c3c3c3;
  margin-bottom: 15px;
  display: inline-block;
}
.item-style5 .list .date i {
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  color: #FFF;
  background: #335599;
}
.item-style5 .list p {
  margin-bottom: 15px;
  line-height: 2;
}
.item-style5 .list .btn {
  margin-bottom: 15px;
}
.item-style5 .photos {
  margin-left: -10px;
  margin-right: -10px;
}
.item-style5 .photos .col {
  padding: 10px;
}
.item-style5 .photos .col .thumbnail {
  margin-bottom: 0;
  overflow: hidden;
}
.side-title {
  padding: 15px 0;
  line-height: 24px;
}
.side-title h4 {
  margin: 0;
}
#side-menu .panel {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 0;
  box-shadow: none;
}
#side-menu .panel h4 {
  margin: 0;
  color: #335599;
}
#side-menu .panel h4 a {
  display: block;
  text-decoration: none;
}
.side-menu-list {
  margin-top: 15px;
  margin-bottom: 0;
}
.side-menu-list li {
  line-height: 26px;
}
.side-menu-list li i {
  margin-right: 8px;
}
.side-menu-list li a {
  color: #333;
}
.page-view .thumbnail {
  padding: 0;
  border: none;
}
.page-view .thumbnail img {
  margin-left: 0;
}
.page-view .thumbnail.black {
  background: #000;
}
.page-view .thumbnail.center img {
  margin-left: auto;
}
.page-view p {
  line-height: 2;
}
.page-view li {
  line-height: 2;
}
.page-view .title-1 {
  border-bottom: 1px solid #323232;
  padding-bottom: 10px;
  line-height: 2;
}
.page-view .title-2 {
  border-left: 5px solid #323232;
  background: #f7f7f7;
  line-height: 2;
  padding: 0 10px;
}
.page-view .title-3 i {
  font-style: normal;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  background: #D43F3A;
  color: #FFF;
  border-radius: 100%;
  font-weight: bold;
}
.page-view .title-3 i.c-yellow {
  background: #efad4d;
}
.page-view .title-3 i.c-blue {
  background: #335599;
}
.page-view .table-type1 th {
  background: #f7f7f7;
}
.page-view .table-type1 .td-title {
  background: #f7f7f7;
}
.page-view .table-type1 .td-subtitle {
  background: #f7f7f7;
}
.page-view .table-type1 .bold {
  font-weight: bold;
}
.page-view .table-type1 .text-c {
  text-align: center;
}
.page-view .table-type1 .under {
  text-decoration: underline;
}
.page-view .table-type1.noborder th {
  border: none;
  background: none;
}
.page-view .table-type1.noborder td {
  border: none;
}
.page-view .table-type1.bgred {
  width: 100%;
  border: 1px solid #CCC;
  background-color: #FCDBE4;
  margin-bottom: 20px;
}
.page-view .table-type1.bgred td {
  padding: 10px 5px;
  white-space: nowrap;
}
.page-view .table-type1.bgred td.line {
  padding: 0;
}
.page-view .table-type1.bgred hr {
  border-color: #000;
}
.page-view .right {
  float: right;
}
.page-view .margin-left-10 {
  margin-left: 10px;
}
.time-line .year {
  white-space: nowrap;
  font-weight: bold;
}
.time-line .month {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.time-line .line {
  width: 20px;
  background: url("../images/timeline.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.time-line .line.start {
  background-position: left;
}
.time-line .line.end {
  background-position: right;
}
.item-style6 .list {
  display: block;
  border: 1px solid #efefef;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item-style6 .list .title {
  padding: 10px;
  background: #f7f7f7;
}
.item-style6 .list .title h4 {
  margin: 0;
  line-height: 20px;
  padding-left: 46px;
}
.item-style6 .list i {
  position: absolute;
  display: block;
  margin: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  background: #335599;
  border-radius: 100%;
}
.item-style6 .list .thumbnail {
  margin-bottom: 0;
  height: 140px;
  padding: 10px;
  border: none;
}
.item-style6 .list:hover {
  border-radius: 4px;
  border-color: #335599;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.item-style6 .list:hover i {
  background: #FFF;
  color: #335599;
}
.item-style6 .list:hover .title {
  background: #335599;
  color: #FFF;
}
.item-style6 .list:hover .title .c-blue {
  color: rgba(255, 255, 255, 0.5);
}
.item-style6.page {
  margin-left: -5px;
  margin-right: -5px;
}
.item-style6.page .col {
  padding: 0 5px;
}
.item-style6.page .col .list {
  margin: 5px 0;
}
.qa-list i.q {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  position: absolute;
  color: #FFF;
  left: 15px;
}
.qa-list .question {
  padding-left: 38px;
  display: block;
  margin-bottom: 10px;
}
.qa-list .question i.q {
  background: #D43F3A;
}
.qa-list .answer {
  padding-left: 38px;
  margin-bottom: 20px;
}
.qa-list .answer i.q {
  background: #323232;
}
.item-style7 {
  margin-left: -10px;
  margin-right: -10px;
}
.item-style7 .col {
  padding-left: 10px;
  padding-right: 10px;
}
.item-style7 .list {
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #EFEFEF;
}
dl.dl-inline dt {
  width: 50%;
  float: left;
}
dl.dl-inline dd {
  padding-left: 50%;
  display: block;
}
.table-plus {
  text-align: center;
  margin-bottom: 20px;
}
#about-contact .list {
  margin-bottom: 15px;
  display: block;
}
#about-contact .list i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  position: absolute;
  color: #FFF;
  border-radius: 100%;
  font-size: 20px;
}
#about-contact .list i.icon-phone-sign {
  background: #418bca;
}
#about-contact .list i.icon-print {
  background: #5bb85d;
}
#about-contact .list i.icon-envelope-alt {
  background: #efad4d;
}
#about-contact .list i.icon-map-marker {
  background: #da5550;
}
#about-contact .list h4 {
  padding-left: 51px;
}
#about-contact .list p {
  padding-left: 51px;
}
label.BMapLabel {
  max-width: 210px;
}
.title-img img {
  width: 60px;
  height: 60px;
}
#table-company .small td {
  font-size: 12px;
}
