
/*--公共部分--*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  cursor: pointer;
}

body{
    overflow-x:hidden;
}

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
      word-break: break-word;
}

body, button, input, select, textarea {
  font: 14px/1.5 Arial, 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
  color: #333;
}

ul, li {
  list-style: none;
}

img {
	max-width: 100%;
  border: 0px;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th, table td {
  border: 1px solid #ccc;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

article, aside, footer, header, nav, section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input, textarea, select {
  outline: none;
}

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
  outline-style: none;
  -webkit-appearance: none;
  resize: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}

.bd_weixin_popup, .content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.commonweb {
  padding: 0px 15px;
}

.commonwebbox {
  margin-left: 0px;
  margin-right: 0px;
}

.commonleft {
  float: none;
}

.commonright {
  float: none;
}

.visible-sm, .visible-md, .visible-lg {
  display: none;
}

.hidden-sm, .hidden-md, .hidden-lg {
  display: block;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (max-width: 320px) {
  body {
    min-width: 320px;
  }
}

@media (min-width: 768px) {
  .commonweb {
    padding: 0px 20px;
  }
  .commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  .commonweb {
    padding: 0px 40px;
  }
  .commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
  }
  .commonleft {
    float: left;
  }
  .commonright {
    float: right;
  }
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  html {
    cursor: default;
  }
  .commonleft {
    float: left;
  }
  .commonright {
    float: right;
  }
  .visible-lg {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1260px) {
  .commonweb {
    margin: 0px auto;
    max-width: 1200px;
    padding: 0;
  }
}

/* layout start*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform,-moz-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform,-webkit-transform,-moz-transform,-o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: height,-o-transform;
  -moz-transition-property: transform,height,-moz-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform,-moz-transform,-o-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -o-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}


.ovhid {
  overflow: hidden;
}

.ac {
  color: #023894;
}

.disblock {
  display: block;
}

.inblock {
  display: inline-block;
}

.font16 {
  font-size: 14px;
}

.font17, .font18 {
  font-size: 15px;
}

.font20, .font22 {
  font-size: 16px;
}

.font24, .font26, .font28 {
  font-size: 18px;
}

.font30, .font32, .font36, .font40, .font42, .font46 {
  font-size: 20px;
}

.font54 {
  font-size: 24px;
}

.font60 {
  font-size: 30px;
}

.lighter {
  font-weight: lighter;
}

.unline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.scale img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.gray {
  color: #5b5c61;
}

.grey {
  color: #666;
}

.imghover img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.bggrey {
  background-color: #fafafa;
}

.bggray {
  background-color: #f7f7f7;
}

.bgwhite {
  background-color: #fff;
}

@font-face{
    font-family:"Montserrat";
    font-weight:lighter;
    src:url(../woff/montserrat-light.woff);
}

@media (min-width: 768px) {
  .font16 {
    font-size: 16px;
  }
  .font17 {
    font-size: 17px;
  }
  .font18, .font17 {
    line-height: 34px;
  }
  .font18, .font22, .font20 {
    font-size: 18px;
  }
  .font28, .font24, .font26 {
    font-size: 22px;
  }
  .font30, .font32, .font36 {
    font-size: 24px;
  }
  .font40, .font42 {
    font-size: 26px;
  }
  .font46 {
    font-size: 28px;
  }
  .font54 {
    font-size: 30px;
  }
  .font60 {
    font-size: 40px;
  }
  .distable {
    width: 100%;
    display: table;
  }
  .table-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .sm-block {
    display: block;
  }
}

@media (min-width: 1024px) {
  .font22, .font20 {
    font-size: 20px;
  }
  .font24 {
    font-size: 24px;
  }
  .font26 {
    font-size: 26px;
  }
  .font28 {
    font-size: 28px;
    line-height: normal;
  }
  .font40, .font42 {
    font-size: 30px;
    line-height: normal;
  }
  .font46 {
    font-size: 32px;
  }
  .font54 {
    font-size: 36px;
  }
  .font60 {
    font-size: 50px;
  }
  .md-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
  .font30 {
    font-size: 30px;
    line-height: normal;
  }
  .font32 {
    font-size: 32px;
    line-height: normal;
  }
  .font36 {
    font-size: 36px;
    line-height: normal;
  }
  .font40 {
    font-size: 40px;
  }
  .scale:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  .font42 {
    font-size: 42px;
  }
  .font46 {
    font-size: 46px;
  }
  .font54 {
    font-size: 54px;
  }
  .font60 {
    font-size: 60px;
  }
  .imghover:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
}

/* header s */
body {
  padding-top: 60px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 299;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.headerweb {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
  line-height: 60px;
  font-size: 0;
}

.logo {
  padding: 20px 0;
}

.logo a {
  display: block;
  width: 100%;
}

.logo a img {
  display: block;
  height: 20px;
}

.index-lang, .index-search {
  display: inline-block;
  vertical-align: middle;
}

.index-icon {
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  -o-background-size: auto;
  background-size: auto;
  background-position: center center;
}

.group-icon{
    width:36px;
    height:36px;
    display:inline-block;
    vertical-align:middle;
    background:url(../png/icon46.png) center center no-repeat;
    background-size:21px;
    margin-left:5px;
    font-size:0;
}

.index-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 5px;
}

.index-search .search-txt {
  display: none;
}

.index-search .search-icon {
  background-image: url(../png/index-search.png);
}

.index-search .search-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  overflow: hidden;
  display: none;
}

.index-search .search-box input {
  display: block;
  float: left;
  line-height: 40px;
  height: 40px;
}

.index-search .search-box .sinput {
  width: 80%;
  border: 1px solid #0450a3;
  color: #333;
  font-size: 14px;
  text-indent: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.index-search .search-box .sbtn {
  width: 20%;
  color: #fff;
  font-size: 14px;
  background-color: #0450a3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index-lang {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.index-lang .lang-icon {
  background-image: url(../png/lang-icon.png);
  -o-background-size: 24px auto;
  background-size: 24px auto;
}

.index-lang .lang-txt {
  display: none;
}

.index-lang .languge-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 100px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

.index-lang .languge-wrapper ul li {
  width: 100%;
  line-height: 20px;
  padding: 4px 0;
  text-align: center;
}

.index-lang .languge-wrapper ul li a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========================*/
.mobnav-btn {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 36px;
  position: relative;
}

.mobnav-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #999999;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.mobnav-btn span:first-child {
  top: 8px;
}

.mobnav-btn span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}

.mobnav-btn span:last-child {
  bottom: 9px;
}

.mobnav-btn.open span:first-child {
  top: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobnav-btn.open span:nth-child(2) {
  opacity: 0;
}

.mobnav-btn.open span:last-child {
  bottom: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*===========================*/
nav {
  position: fixed;
  top: 56px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 80px;
  z-index: 188;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

nav .lvnav {
  width: 100%;
}

nav .lvnav .lv1 {
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}

nav .lvnav .lv1 h4 {
  width: 100%;
  padding: 5px 0;
  position: relative;
}

nav .lvnav .lv1 h4 a {
  display: block;
  color: #282828;
  font-size: 15px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

nav .lvnav .lv1 h4 .num, nav .lvnav .lv1 h4 .nvm {
  display: inline-block;
  vertical-align: middle;
}

nav .lvnav .lv1 h4 .num {
  color: #006db8;
  font-family: "Montserrat";
  opacity: 0.2;
  padding-right: 10px;
  font-size: 22px;
}

nav .lvnav .lv1 h4 .icon {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 100%;
}

nav .lvnav .lv1 h4 .icon:after {
  content: '';
  position: absolute;
  border: 1px solid #6d6e8b;
  border-left: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  right: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
}

nav .lvnav .lv1.cur2 h4 .icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.second-lvnav {
  width: 100%;
  padding: 0 25px 20px;
  display: none;
}

.hsubnav-image {
  float: left;
  position: relative;
  display: none;
}

.hsubnav-image .image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hsubnav-image .image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 61.36364%;
}

.hsubnav-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hsubnav-image:after {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 16px;
  right: 0;
  width: 1px;
  background-color: #e6e6e6;
}

.hsubnav {
  width: 100%;
}

.hsubnav .lv2 {
  width: 100%;
  line-height: 24px;
  padding: 3px 0;
}

.hsubnav .lv2 a {
  display: block;
  width: 100%;
  color: #403f3f;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  body {
    padding-top: 90px;
  }
  .logo {
    float: left;
    padding: 19px 0;
	  margin-top: 8px;
  }
  .logo a img {
    height: 38px;
  }
  .headerweb {
    padding-left: 20px;
    padding-right: 0px;
  }
  .header-left {
    float: none;
    width: 100%;
    padding-right: 200px;
  }
  .header-left:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .header-right {
    float: none;
    line-height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .index-search {
    margin-right: 0px;
    margin-left: 0px;
    width: 70px;
    padding: 16px 5px;
    background-color: #0450a3;
    cursor: pointer;
  }
  .group-icon{
    width: 70px;
    height: 90px;
    background-color: #0450a3;
    background-image: url(../png/icon45.png);
    background-size: 30px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    background-position: center 15px;
    padding-top: 55px;
    position:relative;
  }
  .group-icon:after{
      content:'';
      display:block;
      width:1px;
      height:35px;
      background-color:#fff;
      position:absolute;
      right:0;
      top:50%;
      margin-top:-17px;
  }
  .index-search .search-txt {
    display: block;
    width: 100%;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .index-search .search-icon {
    background-image: url(../png/index-searchw.png);
    margin: 0 auto;
  }
  .index-search .search-box {
    left: auto;
    width: 300px;
    right: 0;
    padding: 20px 15px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .index-search .search-box .sinput {
    width: 75%;
  }
  .index-search .search-box .sbtn {
    width: 25%;
    cursor: pointer;
  }
  .index-search .search-box .sbtn:hover {
    background-color: #054994;
  }
  .index-lang {
    padding-top: 27px;
    padding-bottom: 27px;
    margin-right: 26px;
    line-height: 36px;
  }
  .index-lang .lang-icon {
    -o-background-size: auto auto;
    background-size: auto auto;
    display: inline-block;
    vertical-align: middle;
  }
  .index-lang .lang-txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding-left: 7px;
    padding-right: 16px;
    position: relative;
    cursor: pointer;
  }
  .index-lang .lang-txt:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #999999;
    right: 0;
    top: 50%;
    margin-top: -2px;
  }
  .index-lang .languge-wrapper {
    padding-top: 5px;
  }
  .index-lang .languge-wrapper ul li {
    line-height: 22px;
  }
  .index-lang .languge-wrapper ul li a {
    font-size: 14px;
  }
  .index-lang .languge-wrapper ul li a:hover {
    color: #0450a3;
  }
  /*===========================*/
  .mobnav-btn {
    display: none;
  }
  /*===========================*/
  nav {
    position: static;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: inherit;
    display: block;
    float: left;
    padding-left: 15px;
  }
  nav .lvnav .lv1 {
    width: auto;
    padding: 0 3px;
    border-bottom: none;
    float: left;
  }
  nav .lvnav .lv1 h4 {
    padding: 0px;
  }
  nav .lvnav .lv1 h4 a {
    display: block;
    padding: 25px 0;
    width: 100%;
    position: relative;
    color: #333333;
  }
  nav .lvnav .lv1 h4 a::after {
    content: '';
    position: absolute;
    height: 6px;
    left: 51%;
    top: 0;
    right: 51%;
    background-color: #00479d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav .lvnav .lv1 h4 .icon {
    display: none;
  }
  nav .lvnav .lv1.cur h4 a:after, nav .lvnav .lv1:hover h4 a:after {
    left: 0;
    right: 0;
  }
  .second-lvnav {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #f9f9f9;
  }
  .hsubnav-table {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
  }
  .hsubnav-image {
    padding-right: 65px;
    width: 420px;
    display: block;
  }
  .hsubnav-wrap {
    overflow: hidden;
    padding-left: 45px;
    padding-top: 6px;
  }
  .hsubnav {
    width: auto;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding-right: 20px;
  }
  .hsubnav .lv2 {
    line-height: 32px;
    padding: 4px 0;
  }
  .hsubnav .lv2 a {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
  }
  .hsubnav .lv2 a::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 15px;
    background: url(../png/navarrow.png) no-repeat scroll center center;
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .hsubnav .lv2 a:hover {
    color: #0450a3;
  }
  .hsubnav .lv2 a:hover::before {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1260px) {
  .headerweb {
    padding-left: 30px;
  }
  nav {
    padding-left: 44px;
  }
  nav .lvnav .lv1 {
    padding: 0 10px;
  }
  nav .lvnav .lv1 h4 a {
    font-size: 16px;
  }
  .second-lvnav {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hsubnav-table {
    max-width: 1145px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .hsubnav-image {
    padding-right: 85px;
    width: 440px;
  }
  .hsubnav-wrap {
    padding-left: 65px;
  }
  .hsubnav {
    padding-right: 100px;
  }
  .hsubnav .lv2 a {
    font-size: 14px;
  }
}
@media(min-width:1360px){
    .index-search{
        width:100px;
    }
    .group-icon{
        width:135px;
        font-size:14px;
    }
}
@media (min-width: 1440px) {
  nav {
    padding-left: 40px;
  }
  nav .lvnav .lv1 {
    padding: 0 11px;
  }
  nav .lvnav .lv1 h4 a {
    font-size: 18px;
  }
  .hsubnav .lv2 a {
    font-size: 16px;
  }
}

@media (min-width: 1620px) {
  nav {
    padding-left: 60px;
  }
  nav .lvnav .lv1 {
    padding: 0 20px;
  }
  nav .lvnav .lv1 h4 a {
    font-size: 20px;
  }
  .hsubnav .lv2 a {
    font-size: 18px;
  }
}

/* header e */

footer {
  font-family: "Montserrat";
}

.footer-info {
  padding: 25px 0 20px;
  background-color: #313335;
}

.footer-info img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-info .right {
  padding-top: 20px;
}

.footer-link {
  letter-spacing: -1px;
  font-size: 0;
}

.footer-link a {
  font-size: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #696c72;
}

.footer-link a:after {
  content: '|';
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  color: #696c72;
}

.footer-link a:last-child:after {
  display: none;
}

.footer-img {
  max-width: 50%;
  margin: 0 auto;
}

.footer-share {
  font-size: 0;
}

.footer-share a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
}

.footer-share .facebook {
  background: url(../png/icon37.png) center center no-repeat;
  margin-left: 0;
}

.footer-share .linkedin {
  background: url(../png/icon38.png) center center no-repeat;
}

.footer-share .youtube {
  background: url(../png/icon39.png) center center no-repeat;
}

.footer-share .twitter {
  background: url(../png/icon40.png) center center no-repeat;
}

.footer-share .instagram {
  background: url(../png/icon41.png) center center no-repeat; display:none;
}

.footer-contact {
  color: #83898e;
  letter-spacing: -1px;
  padding-top: 15px;
}

.footer-contact p {
  padding-left: 30px;
  -o-background-size: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 3px;
  margin-bottom: 10px;
}

.footer-contact .tel {
  background-image: url(../png/icon42.png);
}
.footer-contact a{color: #83898e;}

.footer-contact .address {
  background-image: url(../png/icon43.png);
}

.footer-contact .mail {
  background-image: url(../png/icon44.png);
  background-position: left 4px;
}

.footer-copyright {
  background-color: #292a2c;
  color: #5c6063;
  text-align: center;
  padding: 10px 0;
}
.footer-copyright a{
    color:#5c6063;
}

@media (min-width: 768px) {
  .footer-info {
    padding-top: 32px;
    padding-bottom: 10px;
  }
  .footer-link a {
    font-size: 15px;
  }
  .footer-img {
    margin: 0;
    max-width: 40%;
    padding: 20px 0 0;
  }
  .footer-contact p {
    background-position-y: center;
    -o-background-size: 25px;
    background-size: 25px;
    padding-left: 40px;
  }
  .footer-contact .mail {
    background-position-y: center;
  }
  .footer-copyright {
    padding: 15px 0;
  }
}

@media (min-width: 1260px) {
  .footer-info {
    padding-bottom: 20px;
  }
  .footer-info .left {
    width: 55%;
    float: left;
    padding-top: 15px;
  }
  .footer-info .right {
    width: 45%;
    float: right;
    text-align: right;
  }
  .footer-link a:hover {
    color: #fff;
  }
  .footer-img {
    max-width: 52%;
    padding-top: 67px;
  }
  .footer-contact p, .footer-contact .mail {
    background-position-x: right;
  }
  .footer-contact p {
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 22px;
  }
  .footer-contact .tel {
    -o-background-size: 29px;
    background-size: 29px;
  }
  .footer-contact .address {
    -o-background-size: 34px;
    background-size: 34px;
  }
  .footer-contact .mail {
    -o-background-size: 30px;
    background-size: 30px;
  }
  .footer-contact {
    padding-top: 48px;
  }
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
  display: block;
}

.banner .dot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  text-align: center;
}

.banner .dot span {
  background-color: #fff;
  opacity: 0.5;
  margin: 0 3px;
  vertical-align: middle;
}

.banner .dot span.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .banner .dot {
    bottom: 5px;
  }
}

@media (min-width: 1024px) {
  .banner .dot {
    bottom: 5px;
  }
  .banner .dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

@media (min-width: 1260px) {
  .banner .dot {
    bottom: 10px;
  }
  .banner .btn {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 20;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: rgba(0, 0, 0, 0.1) url(../png/icon27.png) center no-repeat;
  }
  .banner .prev {
    left: -80px;
  }
  .banner .next {
    right: -80px;
    background-image: url(../png/icon28.png);
  }
  .banner:hover .prev {
    left: 0;
  }
  .banner:hover .next {
    right: 0;
  }
}

.inAbout {
  padding: 30px 0;
  font-family: 'Montserrat';
}

.n-tit {
  color: #3f4144;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
}

.n-tit:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #0066d6;
  margin: 5px auto 0;
}

.inAbout-top {
  color: #3f4144;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 739px;
  /*letter-spacing: -1px;*/
  font-size:16px;
}

.m-bg {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.inAbout-bd {
  padding: 30px 0;
  color: #3f4144;
}

.inAbout-bd .more {
  min-width: 120px;
  height: 34px;
  line-height: 34px;
  background: #0066d6 url(../png/icon31.png) 83px center no-repeat;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 23px;
  margin-top: 20px;
  font-size: 14px;
}

.inVideo {
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}

.inVideo img {
  width: 100%;
  display: block;
}

.inVideo .icon {
  width: 50px;
  height: 50px;
  background: url(../png/icon30.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .inAbout {
    padding: 40px 0;
  }
  .inAbout-top {
    padding: 15px 0 30px;
  }
  .inAbout-bd {
    position: relative;
  }
  .inAbout-bd .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .inAbout-bd .desc {
    max-width: 40%;
  }
  .inVideo {
    width: 56.25%;
    display: block;
    float: right;
    max-height: 100%;
    margin-top: 0;
    z-index: 2;
  }
}

@media (min-width: 1024px) {
  .inAbout-top {
    text-align: center;
  }
}

@media (min-width: 1260px) {
  .inAbout {
    padding: 70px 0;
  }
  .n-tit:after {
    width: 40px;
    height: 4px;
    margin-top: 20px;
  }
  .inAbout-top {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .inAbout-bd {
    padding: 0 0 28px;
    margin-top: 45px;
    font-size: 16px;
  }
  .inAbout-bd .more {
    margin-top: 60px;
  }
  .inAbout-bd .text {
    top: 25%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .inAbout-bd .desc {
    max-width: 32%;
  }
  .inVideo {
    bottom: 45px;
  }
  .inVideo .icon {
    width: 80px;
    height: 80px;
    right: 36.05%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: -40px;
    left: auto;
  }
}

.inProduct {
  padding: 0 0 30px;
}

.inProduct .bd {
  padding: 10px 30px;
  margin-top: 30px;
  position: relative;
}

.inProduct .thumb {
  padding: 20px 15px;
  text-transform: uppercase;
  border: 1px solid #ddd;
}

.inProduct h3 {
  color: #3f4144;
}

.inProduct .item {
  padding-top: 20px;
}

.inProduct .item span {
  padding-bottom: 7px;
  padding-left: 0;
}

.inProduct .item a {
  color: #8d929a;
}

.inProduct .item a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #8d929a;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  vertical-align: 2px;
  margin-right: 4px;
}

.inProduct img {
  max-width: 100%;
  margin: 0 auto;
}

.inProduct .btn {
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -15px;
  background: url(../png/icon32.png) no-repeat;
  z-index: 30;
}

.inProduct .prev {
  background-position: left top;
  left: -5px;
}

.inProduct .next {
  background-position: right top;
  right: -5px;
}

@media (min-width: 768px) {
  .inProduct .thumb {
    border: none;
  }
}

@media (min-width: 1260px) {
  .inProduct {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .inProduct .bd {
    margin-top: 5px;
  }
  .inProduct .view {
    padding: 20px 10px;
  }
  .inProduct .thumb {
    padding: 20px 60px 70px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-bottom: 4px solid transparent;
  }
  .inProduct .btn:hover {
    background-position-y: bottom;
  }
  .inProduct li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .inProduct li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  }
  .inProduct li:hover .thumb {
    border-bottom-color: #0066d6;
  }
  .inProduct li:hover h3 {
    color: #0066d6;
  }
  .inProduct a:hover {
    color: #0066d6;
  }
}

@media (min-width: 1400px) {
  .inProduct .bd {
    padding: 10px 0;
  }
  .inProduct .prev {
    left: -99px;
  }
  .inProduct .next {
    right: -99px;
  }
}

.inSolution {
  padding: 30px 0;
}

.inSolution .n-tit {
  color: #fff;
  margin-bottom: 25px;
}

.inSolution .n-tit:after {
  background-color: #fff;
}

.inSolution .bd {
  padding: 0 30px;
  position: relative;
}

.inSolution .thumb {
  background-color: #fff;
  overflow: hidden;
}

.inSolution .img {
  display: block;
  overflow: hidden;
}

.inSolution img {
  width: 100%;
  display: block;
}

.inSolution .article {
  padding: 20px;
}

.inSolution h3 {
  text-transform: uppercase;
  letter-spacing: -0.5px;
  position: relative;
  color: #3f4144;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.inSolution h3 a {
  line-height:30px;
  height:60px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
}

.inSolution h3:before {
  content: '';
  display: block;
  width: 150%;
  height: 1px;
  background-color: #ececec;
  position: absolute;
  bottom: 0;
  left: 0;
}

.inSolution h3:after {
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  background-color: #0066d6;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}

.inSolution .desc {
  color: #8d929a;
  display: -webkit-box;
  height: 66px;
  line-height: 22px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  letter-spacing: -1px;
}

.inSolution .more {
  min-width: 120px;
  height: 34px;
  line-height: 32px;
  background: #fff url(../png/icon33.png) 83px center no-repeat;
  color: #8d929a;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 23px;
  margin-top: 20px;
  font-size: 14px;
  border: 1px solid #8d929a;
  text-transform: uppercase;
}

.inSolution .btn {
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -15px;
  background: url(../png/icon34.png) no-repeat;
  z-index: 30;
}

.inSolution .prev {
  background-position: left top;
  left: -5px;
}

.inSolution .next {
  background-position: right top;
  right: -5px;
}

@media (min-width: 1260px) {
  .inSolution {
    padding-bottom: 70px;
    padding-top: 55px;
  }
  .inSolution h3 {
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
  .inSolution .article {
    padding: 25px 35px 22px;
  }
  .inSolution .btn:hover {
    background-position-y: bottom;
  }
  .inSolution .more {
    margin-top: 35px;
  }
  .inSolution .thumb:hover .more {
    border-color: #0066d6;
    color: #0066d6;
    background-image: url(../png/icon35.png);
  }
  .inSolution .thumb:hover h3 a {
    color: #0066d6;
  }
}

@media (min-width: 1400px) {
  .inSolution .prev {
    left: -99px;
  }
  .inSolution .next {
    right: -99px;
  }
}

.inEvent {
  padding: 30px 0;
  font-family: "Montserrat";
}

.inEvent-wrapper {
  padding-top: 30px;
}

.inEvent-left {
  background: url(../jpg/img83.jpg) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px;
}

.inEvent-left .date {
  color: #777c83;
  letter-spacing: -1px;
  font-weight: lighter;
}

.inEvent-left .desc {
  color:#3f4144;
  font-size: 13px;
  display: -webkit-box;
  height: 60px;
  line-height: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.inEvent-left h3 {
  margin: 10px 0;
  display: -webkit-box;
  height: 52px;
  line-height: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.inEvent-left h3 a {
  color: #3f4144;
  letter-spacing: -1px;
}

.inEvent-left .img {
  overflow: hidden;
  display: block;
  vertical-align: top;
  margin-top: 10px;
}

.inEvent-left img {
  max-width: 100%;
  margin: 0 auto;
}

.inEvent-left .more {
  min-width: 120px;
  height: 34px;
  line-height: 34px;
  background: #0066d6 url(../png/icon31.png) 83px center no-repeat;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 23px;
  margin-top: 20px;
  font-size: 14px;
}

.inEvent-list {
  margin-top: 30px;
}

.inEvent-list ul {
  border-top: 1px solid #eee;
}

.inEvent-list li {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.inEvent-list h3 {
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: -1px;
  position: relative;
  padding-left: 20px;
}

.inEvent-list h3:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #8d929a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 8px;
}

.inEvent-list h3 a {
  color: #3f4144;
  display: block;
}

.inEvent-list .date {
  color: #a4a8ae;
  font-weight: lighter;
  padding-left: 20px;
}

.inEvent-list .desc {
  font-size: 13px;
  padding-left: 20px;
  letter-spacing: -1px;
  display: -webkit-box;
  height: 40px;
  line-height: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.inEvent-list .desc a {
  color: #3f4144;
}

@media (min-width: 1024px) {
  .inEvent {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .inEvent-list {
    margin-top: 0;
    padding-left: 20px;
  }
  .inEvent-left, .inEvent-list {
    width: 50%;
    float: left;
  }
}

@media (min-width: 1260px) {
  .inEvent {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .inEvent-wrapper {
    padding-top: 50px;
  }
  .inEvent-left {
    padding: 45px 60px 42px;
  }
  .inEvent-left .desc {
    max-width: 420px;
  }
  .inEvent-left h3 {
    margin: 16px 0;
    line-height: 30px;
    height: 60px;
  }
  .inEvent-left h3:hover {
    color: #0066d6;
  }
  .inEvent-left h3:hover a {
    color: #0066d6;
  }
  .inEvent-left .img {
    margin-top: 20px;
  }
  .inEvent-left .more {
    margin-top: 36px;
  }
  .inEvent-list {
    padding-left: 40px;
  }
  .inEvent-list li {
    padding: 43px 125px 42px 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .inEvent-list li:hover {
    -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  }
  .inEvent-list li:hover h3 a {
    color: #0066d6;
  }
  .inEvent-list .arrow {
    content: '';
    display: block;
    width: 59px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 49px;
    background: url(../png/icon36.png) no-repeat;
  }
  .inEvent-list h3 {
    margin-bottom: 14px;
    padding-left: 30px;
  }
  .inEvent-list h3:before {
    left: 10px;
  }
  .inEvent-list .desc {
    padding-left: 30px;
  }
  .inEvent-list .date {
    position: absolute;
    right: 10px;
    top: 40px;
  }
}

.recruitmentfloat {
  display: none;
  z-index: 300;
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
}

.tianjiatvwrap {
  width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 2.5%;
  margin-top: -125px;
}

.tianjiatvwrap .videobox {
  height: 250px;
  position: relative;
  z-index: 1;
}

.recclosebtn {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: -5px;
  cursor: pointer;
  z-index: 100;
  margin: -20px -20px 0 0;
  z-index: 9;
}

.recclosebtn:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.recclosebtn:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .tianjiatvwrap {
    width: 660px;
    left: 50%;
    margin-left: -330px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tianjiatvwrap .videobox {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .tianjiatvwrap {
    width: 700px;
    margin-left: -350px;
  }
  .tianjiatvwrap .videobox {
    height: 400px;
  }
}

@media (min-width: 1260px) {
  .tianjiatvwrap {
    width: 1000px;
    margin-left: -500px;
  }
  .tianjiatvwrap .videobox {
    height: 600px;
  }
}


.subbanner img {
  width: 100%;
  display: block;
}

.container {
  padding-top: 10px;
  padding-bottom: 30px;
}

.container.pbnone {
  padding-bottom: 0;
}

.wrapper {
  padding-top: 25px;
}

.m-tit {
  text-align: center;
  position: relative;
}

.m-tit span {
  font-size: 34px;
  color: #ededed;
  display: inline-block;
  vertical-align: top;
  font-family: "Montserrat";
  letter-spacing: -2px;
}

.m-tit h3 {
  width: 100%;
  text-align: center;
  color: #090d2e;
  left: 0;
  top: 30%;
  position: absolute;
}

.m-tit h3:after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background-color: #023894;
  margin: 2px auto 0;
}

@media (min-width: 768px) {
  .container {
    padding-bottom: 40px;
  }
  .m-tit span {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .m-tit span {
    font-size: 80px;
    letter-spacing: -3px;
  }
  .m-tit h3 {
    top: 36%;
  }
  .m-tit h3:after {
    margin-top: 12px;
  }
}

.product-class li {
  width: auto;
}

.product-class a {
  display: block;
  padding: 0 18px;
  color: #090d2e;
  line-height: 43px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.product-class .on {
  background-color: #0450a3;
  color: #fff;
}

.centerC-list {
  padding-top: 30px;
}

.centerC-list ul {
  padding-bottom: 10px;
}

.centerC-list li {
  margin-bottom: 15px;
}

.centerC-list li a {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}

.centerC-list .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px;
  overflow: hidden;
}

.centerC-list .thumb img {
  width: 100%;
}

.centerC-list .content {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-right: 10px;
}

.centerC-list .name {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
}

.centerC-list .desc {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  display: -webkit-box;
  height: 44px;
  line-height: 22px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.centerC-list .more {
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../png/icon01.png);
  -o-background-size: 15px auto;
  background-size: 15px auto;
}

@media (min-width: 768px) {
  .centerC-list {
    padding-top: 40px;
  }
  .centerC-list ul {
    margin: 0 -9px;
    padding-bottom: 20px;
  }
  .centerC-list li {
    float: left;
    width: 50%;
    padding: 0 9px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  .centerC-list {
    padding-top: 50px;
  }
  .centerC-list ul {
    padding-bottom: 38px;
  }
  .centerC-list li {
    margin-bottom: 18px;
  }
  .centerC-list a:hover .content {
    background: -webkit-linear-gradient(135deg, #0450a3, #1873d9);
    background: -moz- oldlinear-gradient(135deg, #0450a3, #1873d9);
    background: -o-linear-gradient(135deg, #0450a3, #1873d9);
    background: linear-gradient(-45deg, #0450a3, #1873d9);
  }
  .centerC-list a:hover .name {
    color: #ffffff;
  }
  .centerC-list a:hover .desc {
    color: #ffffff;
  }
  .centerC-list a:hover .more {
    background-image: url(../png/icon02.png);
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  .centerC-list a:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  .centerC-list .thumb {
    padding: 0 20px;
  }
  .centerC-list .thumb img {
    -webkit-transition: -webkit-transform ease 0.7s;
    transition: -webkit-transform ease 0.7s;
    -o-transition: -o-transform ease 0.7s;
    -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
    transition: transform ease 0.7s;
    transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
  }
  .centerC-list .content {
    width: 50%;
    padding: 0 25px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .centerC-list .name {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 26px;
  }
  .centerC-list .desc {
    margin-bottom: 28px;
  }
  .centerC-list .more {
    height: 27px;
    -o-background-size: 27px auto;
    background-size: 27px auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
  }
}

@media (min-width: 1200px) {
  .product-class {
    margin: 0 14px;
  }
  .product-class a:hover {
    color: #fff;
    background-color: #0450a3;
  }
  .centerC-list {
    padding: 68px 10px 0;
  }
}

.page img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.solution .solution-list {
  padding-bottom: 10px;
}

.solution .solution-list li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.solution-list .dot {text-align:center; }

.solution-list .dot span{display:inline-block; vertical-align:top; margin:0 4px; background-color:#0450a3; opacity:0.5; }

.solution-list .dot span.swiper-pagination-bullet-active{opacity:1;}

.solution-detail {
  position: relative;
}

.solution-detail img {
  display: block;
  height: 250px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.solution-detail h2 {
  background-color: #fff;
  text-align: center;
  color: #3154a5;
  line-height: 60px;
  border: 1px solid #eee;
}

.solution-other {
  padding: 25px 0;
}

.solution-other h3 {
  color: #3154a5;
}

.solution-list ul {
  padding-top: 10px;
}

.solution-list li {
  padding-bottom: 20px;
  text-align: center;
}

.solution-list img {
  width: 100%;
  display: block;
}

.solution-list h4 {
  border: 1px solid #dcdce5;
  border-top: none;
  color: #090d2e;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 60px;
  -webkit-transition: .3s color ease;
  -o-transition: .3s color ease;
  -moz-transition: .3s color ease;
  transition: .3s color ease;
}

.solution-list span {
  display: block;
}

@media (min-width: 768px) {
  .product-class.solution-class {
    padding-top: 10px;
  }
  .solution-detail img {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .solution-other {
    padding: 35px 0 25px;
  }
  .solution-list ul {
    margin: 0 -10px;
    padding-top: 15px;
  }
  .solution-list h4 {
    height: 80px;
  }
  .solution .solution-list {
    padding-bottom: 20px;
  }
  .solution .solution-list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .solution .solution-list {
    padding-bottom: 25px;
  }
  .solution .solution-list li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .solution-detail h2 {
    white-space: nowrap;
    min-width: 35.416%;
    line-height: 80px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%);
    transform: translateY(35%);
    border: none;
  }
}

@media (min-width: 1260px) {
  .product-class.solution-class {
    padding-top: 30px;
  }
  .solution {
    margin-bottom: -20px;
  }
  .solution .solution-list {
    padding-bottom: 10px;
  }
  .solution .solution-list li {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .solution-detail {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .solution-detail h2 {
    line-height: 112px;
  }
  .solution-other {
    padding: 45px 0 40px;
  }
  .solution-other .solution-list h4 {
    height: 145px;
  }
  .solution-list .bd{margin-top: 20px;}
  .solution-list ul {
      padding-top:0;
    margin: 0;
  }
  .solution-list li {
    padding: 0 15px 20px;
  }
  .solution-list a:hover h4 {
    color: #3154a5;
  }
  .solution-list h4 {
    height: 110px;
  }
  .solution-list .dot{
      display:none;
  }
  .solution-list{
      position:relative;
  }
  .solution-list .btn{
      width:50px;
      height:93px;
      display:block;
      position:absolute;
      top:50%;
      margin-top:-46px;
      z-index:1;
      background:url(../png/right-arrow.png) center center no-repeat;
      background-size:30px;
  }
  .solution-list .prev{
      left:-70px;
      transform:rotate(180deg);
      -webkit-transform:rotate(180deg);
      -moz-transform:rotate(180deg);
      -o-transform:rotate(180deg);
      -ms-transform:rotate(180deg);
  }
  .solution-list .next{
      right:-70px;
  }
}

.news {
  padding-bottom: 0;
}

.newsA-topnews-swiper {
  margin-bottom: 15px;
}

.newsA-topnews-swiper .thumb {
  overflow: hidden;
}

.newsA-topnews-swiper .thumb img {
  width: 100%;
}

.newsA-topnews-swiper a {
  display: block;
  background-color: #f2f2f2;
}

.newsA-topnews-swiper .conent {
  padding: 10px 15px 40px;
}

.newsA-topnews-swiper .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsA-topnews-swiper .desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  height: 72px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.newsA-topnews-swiper .more {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.newsA-topnews-swiper .newsA-pages {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 10;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.newsA-topnews-swiper .newsA-pages span {
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #d9d9d9;
}

.newsA-topnews-swiper .newsA-pages .swiper-pagination-bullet-active {
  background-color: #3154a5;
}

.full-newsA-wrapper {
  padding: 20px 0 30px;
  background-color: #f2f2f2;
}

.full-newsA-wrapper ul {
  padding-bottom: 10px;
}

.full-newsA-wrapper li {
  margin-bottom: 20px;
}

.full-newsA-wrapper li a {
  display: block;
  background-color: #ffffff;
}

.full-newsA-wrapper .thumb {
  overflow: hidden;
}

.full-newsA-wrapper .thumb img {
  width: 100%;
}

.full-newsA-wrapper .content {
  padding: 15px;
}

.full-newsA-wrapper .title {
  font-size: 18px;
  max-height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
}

.full-newsA-wrapper .date {
  padding: 5px 0;
  font-size: 14px;
  line-height: 22px;
  color: #0450a3;
}

.full-newsA-wrapper .date .dd {
  display: inline-block;
  vertical-align: top;
}

.full-newsA-wrapper .date .dd:before {
  content: '.';
  display: inline-block;
  vertical-align: top;
}

.full-newsA-wrapper .desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  height: 72px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (min-width: 768px) {
  .full-newsA-wrapper ul {
    font-size: 0;
    margin-right: -20px;
  }
  .full-newsA-wrapper li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 20px;
  }
  .full-newsA-wrapper .title {
    max-height: none;
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 1024px) {
  .full-newsA-container {
    padding: 75px 0 0;
  }
  .newsA-title {
    margin: 0 0 78px;
    font-size: 30px;
  }
  .newsA-title:after {
    margin: 12px auto 0;
  }
  .newsA-topnews-swiper {
    margin-bottom: 58px;
  }
  .newsA-topnews-swiper .thumb {
    float: left;
    width: 65%;
  }
  .newsA-topnews-swiper .thumb img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    -moz-transition: transform ease .7s, -moz-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
  }
  .newsA-topnews-swiper a {
    overflow: hidden;
    zoom: 1;
  }
  .newsA-topnews-swiper a:hover .title {
    color: #3154a5;
  }
  .newsA-topnews-swiper a:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  .newsA-topnews-swiper a:hover .more {
    color: #3154a5;
  }
  .newsA-topnews-swiper .conent {
    overflow: hidden;
    zoom: 1;
    padding: 40px 25px 50px;
  }
  .newsA-topnews-swiper .title {
    margin-bottom: 24px;
    font-size: 22px;
    max-height: 64px;
    line-height: 32px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
  .newsA-topnews-swiper .desc {
    margin-bottom: 24px;
    height: 120px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
  .newsA-topnews-swiper .newsA-pages {
    left: 65%;
    bottom: 42px;
    width: 35%;
    text-align: left;
    padding-left: 25px;
  }
  .full-newsA-wrapper {
    padding: 56px 0 50px;
  }
  .full-newsA-wrapper ul {
    padding-bottom: 40px;
    margin: 0 -17px;
  }
  .full-newsA-wrapper li {
    margin-bottom: 34px;
    width: 33.3333%;
    padding: 0 17px;
  }
  .full-newsA-wrapper li a {
    position: relative;
    overflow: hidden;
    height: 368px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.15);
  }
  .full-newsA-wrapper li .desc {
    font-size: 16px;
  }
  .full-newsA-wrapper li a:hover {
    background-color: #0450a3;
  }
  .full-newsA-wrapper li a:hover .thumb {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .full-newsA-wrapper li a:hover .content {
    -webkit-transform: translate(0, 62%);
    -moz-transform: translate(0, 62%);
    -ms-transform: translate(0, 62%);
    -o-transform: translate(0, 62%);
    transform: translate(0, 62%);
    padding: 21.16402% 30px 0;
  }
  .full-newsA-wrapper li a:hover .title {
    color: #fff;
  }
  .full-newsA-wrapper li a:hover .desc {
    opacity: 0;
    color: #fff;
  }
  .full-newsA-wrapper li a:hover .date {
    opacity: 0;
  }
  .full-newsA-wrapper .content {
    position: relative;
    padding: 31.74603% 30px 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
  }
  .full-newsA-wrapper .thumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transform: translate(0, -101%);
    -moz-transform: translate(0, -101%);
    -ms-transform: translate(0, -101%);
    -o-transform: translate(0, -101%);
    transform: translate(0, -101%);
    -webkit-transition: -webkit-transform ease .5s;
    transition: -webkit-transform ease .5s;
    -o-transition: -o-transform ease .5s;
    -moz-transition: transform ease .5s, -moz-transform ease .5s;
    transition: transform ease .5s;
    transition: transform ease .5s, -webkit-transform ease .5s, -moz-transform ease .5s, -o-transform ease .5s;
    overflow: hidden;
    width: 100%;
  }
  .full-newsA-wrapper .thumb:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.34921%;
  }
  .full-newsA-wrapper .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    max-width: 120%;
    min-height: 100%;
  }
  .full-newsA-wrapper .title {
    font-size: 20px;
    margin-bottom: 28px;
    max-height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    height: auto;
    -webkit-transform: all ease .5s;
    -moz-transform: all ease .5s;
    -ms-transform: all ease .5s;
    -o-transform: all ease .5s;
    transform: all ease .5s;
  }
  .full-newsA-wrapper .desc {
    -webkit-transform: opacity ease .5s;
    -moz-transform: opacity ease .5s;
    -ms-transform: opacity ease .5s;
    -o-transform: opacity ease .5s;
    transform: opacity ease .5s;
  }
  .full-newsA-wrapper .date {
    -webkit-transform: opacity ease .5s;
    -moz-transform: opacity ease .5s;
    -ms-transform: opacity ease .5s;
    -o-transform: opacity ease .5s;
    transform: opacity ease .5s;
    position: absolute;
    left: 38px;
    top: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    color: #ffffff;
    background-color: #0450a3;
  }
  .full-newsA-wrapper .date .dd {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 1.2;
  }
  .full-newsA-wrapper .date .dd:before {
    display: none;
  }
  .full-newsA-wrapper .desc {
    height: 120px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 1260px) {
  .newsA-topnews-swiper .conent {
    padding: 60px 38px 50px;
  }
  .newsA-topnews-swiper .title {
    font-size: 24px;
    max-height: 72px;
    line-height: 36px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .newsA-topnews-swiper .desc {
    height: 120px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
  .newsA-topnews-swiper .newsA-pages {
    padding-left: 38px;
  }
  .full-newsA-wrapper li a {
    height: 435px;
  }
  .full-newsA-wrapper li a:hover .content {
    -webkit-transform: translate(0, 70%);
    -moz-transform: translate(0, 70%);
    -ms-transform: translate(0, 70%);
    -o-transform: translate(0, 70%);
    transform: translate(0, 70%);
  }
}

.full-newsdetailB-container {
  padding: 30px 0;
  background-color: #ffffff;
}

.full-newsdetailB-container .article-tilte {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
  color: #090d2e;
}

.full-newsdetailB-container .date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #8e8e8e;
}

.full-newsdetailB-container .newsdetailB-article {
  position: relative;
  padding: 38px 0 30px;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  line-height: 24px;
  color: #68686b;
}

.full-newsdetailB-container .newsdetailB-article img {
  max-width: 100%;
  margin: 0.5em 0;
}

.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl {
  margin-bottom: 10px;
}

.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666666;
}

.full-newsdetailB-container .newsdetailB-ctrl .return {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  background-color: #0450a3;
}

@media (min-width: 768px) {
  .full-newsdetailB-container .article-tilte, .full-newsdetailB-container .date {
    text-align: center;
  }
  .full-newsdetailB-container .newsdetailB-article {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .news-detail {
    padding-bottom: 37px;
  }
  .full-newsdetailB-container {
    padding: 12px 0 0;
	width:854px;
	max-width:100%;
	margin:0 auto;
	
  }
  .full-newsdetailB-container .article-tilte {
    font-size: 24px;
    margin: 0 0 13px;
    line-height: 1.2;
  }
  .full-newsdetailB-container .date {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .full-newsdetailB-container .newsdetailB-article {
    padding: 55px 0;
    margin-bottom: 37px;
  }
  .full-newsdetailB-container .single-page {
    padding: 0 100px;
  }
  .full-newsdetailB-container .newsdetailB-ctrl {
    position: relative;
    padding-right: 200px;
  }
  .full-newsdetailB-container .newsdetailB-ctrl .page-ctrl {
    margin-bottom: 0;
  }
  .full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a:hover {
    color: #0450a3;
  }
  .full-newsdetailB-container .newsdetailB-ctrl .return {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 3;
    width: 145px;
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1260px) {
  .full-newsdetailB-container .article-tilte {
    font-size: 36px;
  }
  .full-newsdetailB-container .single-page {
    max-width: 840px;
    padding: 0;
    margin: 0 auto;
  }
  .full-newsdetailB-container .newsdetailB-article {
    padding-bottom: 85px;
  }
}

.honorA-list {
  overflow: hidden;
  font-size: 0;
}

.honorA-list ul {
  margin: 0 -5px;
}

.honorA-list a {
  display: block;
  padding: 10px 10px 15px;
  background-color: #f2f2f2;
}

.honorA-list ul {
  padding-bottom: 15px;
}

.honorA-list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.honorA-list .thumb {
  position: relative;
  overflow: hidden;
}

.honorA-list .thumb:after {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 80%;
}

.honorA-list .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.honorA-list .msg {
  padding-top: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #68686b;
}

.honorA-list .msg .title {
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.honorA-list .msg .desc {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.full-honorA-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
}

.full-honorA-popup .honorA-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 94%;
  height: 66%;
  max-width: 800px;
}

.full-honorA-popup .honorA-wrap li {
  text-align: center;
  font-size: 0;
}

.full-honorA-popup .honorA-wrap li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.full-honorA-popup .honorA-wrap li img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.full-honorA-popup .honorA-wrap li img.lanky {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.full-honorA-popup .honorA-popupsw {
  height: 100%;
}

.full-honorA-popup .honorA-pages {
  display: none;
}

.full-honorA-popup .honorA-ctrl {
  position: absolute;
  top: 50%;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  width: 38px;
  height: 74px;
  -o-background-size: 15px auto;
  background-size: 15px auto;
  margin-top: -37px;
}

.full-honorA-popup .honorA-prev {
  left: -5px;
  background-image: url(../png/honoraprev.png);
}

.full-honorA-popup .honorA-next {
  right: -5px;
  background-image: url(../png/honoranext.png);
}

.full-honorA-popup .honorA-popupsw {
  height: 100%;
}

.full-honorA-popup .honorA-close {
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../png/honoraclose.png);
}

@media (min-width: 768px) {
  .honorA-list ul {
    overflow: hidden;
    margin: 0 -10px 0;
    padding-bottom: 30px;
  }
  .honorA-list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .honorA-list li a {
    padding: 20px 20px 32px;
  }
  .honorA-list li .thumb:after {
    padding-bottom: 90%;
  }
}

@media (min-width: 1024px) {
  .honorA-list {
    margin-top: -10px;
  }
  .honorA-list ul {
    margin: 0 -17px -35px;
  }
  .honorA-list li {
    width: 33.3333%;
    padding: 0 17px;
    margin-bottom: 34px;
  }
  .honorA-list li .thumb:after {
    padding-bottom: 95%;
  }
  .honorA-list li .thumb img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    -moz-transition: transform ease .7s, -moz-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
  }
  .honorA-list li a:hover img {
    -webkit-transform: scale(1.03) translate(-50%, -50%);
    -moz-transform: scale(1.03) translate(-50%, -50%);
    -ms-transform: scale(1.03) translate(-50%, -50%);
    -o-transform: scale(1.03) translate(-50%, -50%);
    transform: scale(1.03) translate(-50%, -50%);
  }
  .full-honorA-popup .honorA-close {
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: -o-transform ease .3s;
    -moz-transition: transform ease .3s, -moz-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s, -moz-transform ease .3s, -o-transform ease .3s;
  }
  .full-honorA-popup .honorA-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .full-honorA-popup .honorA-ctrl {
    -o-background-size: auto;
    background-size: auto;
  }
  .full-honorA-popup .honorA-prev {
    left: -80px;
  }
  .full-honorA-popup .honorA-next {
    right: -80px;
  }
}

@media (min-width: 1260px) {
  .honorA-list li a {
    padding-top: 50px;
  }
  .honorA-list li .thumb:after {
    padding-bottom: 80%;
  }
  .honorA-list ul {
    padding-bottom: 50px;
  }
  .honorA-list .msg .title {
    padding: 0 20%;
    font-size: 16px;
    white-space: normal;
    min-height: 44px;
  }
}

.contactA-info {
  margin-bottom: 30px;
}

.contactA-info .info {
  font-size: 14px;
  line-height: 24px;
  color: #868686;
  padding-bottom: 15px;
}

.contactA-info .info a{ color: #868686;}

.contactA-info .info p {
  padding-left: 27px;
  padding-bottom: 7px;
}

.contactA-info .info .add {
  background: url(../png/icon03.png) left 1px no-repeat;
}

.contactA-info .info .mail {
  background: url(../png/icon04.png) left 1px no-repeat;
}

.contactA-info .info .tel {
  background: url(../png/icon05.png) left 1px no-repeat;
}

.contactA-info .info .name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #0450a3;
}

.contactA-info .qrcode {
  padding-top: 15px;
  margin-top: 15px;
}

.contactA-info .qrcode .qrimgs {
  font-size: 0;
}

.contactA-info .qrcode img {
  max-width: 45%;
  margin-right: 3%;
}

.contactA-info .contactA-bdmap {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

.contactA-info .contactA-bdmap .map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.footer-zx {position: fixed;right: 10px;bottom: 100px;width: 40px;z-index: 450;}
.btn-msg{position: relative;z-index: 1;display: inline-block;vertical-align: top;width: 40px;height: 40px;border-radius: 50%;background-color: #0049C7;box-shadow: 0 0 6px #0049c7; cursor: pointer;}
.btn-msg>span{position: absolute; z-index: -1; bottom: 0; left: 50%; width: 16px; height: 12px;  background-color: #0049C7; box-shadow: 0 0 6px #0049c7;}
.btn-msg::before, .btn-msg::after{content: "";position: absolute;top: 50%;left: 10px;height: 2px;background-color: #fff;transition: all .3s;}
.btn-msg::before{width: 20px;margin-top: -4px;}
.btn-msg::after{width: 10px;margin-top: 3px;}
.btn-msg:hover::before{width: 10px;}
.btn-msg:hover::after{width:20px;}


.popupFeedbackBox{ display: none;position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 999;background-color: rgba(0,0,0,0.6);}

.popupFeedback{position: absolute;top: 50%;left: 50%; width: 90%; max-height: 85%; max-width: 1320px; padding: 20px; -webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%); background: #fff; overflow-x: hidden; overflow-y: auto;}

.popupFeedback .title{font-size:20px; padding-bottom: 20px; text-align: center;}

.popupFeedback form .text-item{float: left;width: 100%; padding:0px;position: relative; overflow: hidden;}

.popupFeedback form input[type="text"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 96% center;
  -o-background-size: 22px auto;
  background-size: 22px auto;
  border: 1px solid #c1c1c1;
}

.popupFeedback form input[type="text"]:focus {
  border-color: #0450a3;
}

.popupFeedback form input[type="text"]::-moz-placeholder, .popupFeedback form textarea::-moz-placeholder {
  color: #b2b2b2;
}

.popupFeedback form input[type="text"]::-webkit-input-placeholder, .popupFeedback form textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}

.popupFeedback form .content-item {
  position: relative;
  clear: left;
}

.popupFeedback form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  height: 116px;
  border: 1px solid #c1c1c1;
  background-repeat: no-repeat;
  background-position: 96% 10px;
  -o-background-size: 22px auto;
  background-size: 22px auto;

}

.popupFeedback form textarea:focus {
  border-color: #0450a3;
}

.popupFeedback form .must {
  width: 5px;
  height: 5px;
  background: url(../png/icon06.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 15px;
}

.popupFeedback form .ctrl-item {
  padding: 20px 0 15px;
  font-size: 0;
  text-align: center;
}

.popupFeedback form .ctrl-item input {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin: 0 3%;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  height: 42px;
  border: 0;
  outline: 0;
  max-width: 192px;
  cursor: pointer;
}

.popupFeedback form .ctrl-item input[type="submit"] {
  background-color: #0450a3;
}

.popupFeedback form .ctrl-item input[type="reset"] {
  background-color: #e3e3e3;
  color: #444654;
}

.popupFeedback form .v-code {
  position: relative;
  margin-top: 10px;
  padding-right: 92px;
}

.popupFeedback form .v-code img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  border: 1px solid #c1c1c1;
}

.closePopupFeedback{position: absolute; right: 10px; top: 10px; width: 20px; height: 20px; transform: rotate(45deg); -webkit-transform: rotate(45deg); cursor: pointer;}
.closePopupFeedback::after{content: ''; width: 2px; height: 100%; left: 50%; margin-left:-1px; top: 0px; background: #333; position: absolute;}
.closePopupFeedback::before{content: ''; width: 100%; height: 2px; top: 50%; margin-top:-1px; left: 0px; background: #333; position: absolute;}

@media (min-width: 768px) {
  .contactA-info {
    margin-bottom: 40px;
  }
  .contactA-info .info {
    padding-bottom: 30px;
    font-size: 15px;
  }
  .contactA-info .contactA-bdmap {
    padding-bottom: 45%;
  }
}

@media (min-width: 1024px) {
    .contactA-info .info{
        float: left;
        width: 36%;
        padding-bottom: 0;
    }
  .contactA-info .info .name {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .contactA-info .qrcode {
    padding-top: 15px;
    margin-top: 15px;
  }
  .contactA-info .contactA-bdmap {
    float: right;
    width: 62%;
    padding-bottom: 34.16%;
  }
}

@media (min-width: 1260px) {
  .contactA-info {
    margin-bottom: 60px;
  }
  .contactA-info .info {
    padding-top: 13px;
  }
  .contactA-info .qrcode {
    padding-top: 20px;
    margin-top: 36px;
  }
  .contactA-info .contactA-bdmap {
    width: 61.7%;
  }
}

.contactB-feedback {
  padding: 30px 0 0;
  background: url(../png/contactbdash.png) top left repeat-x;
}

.contactB-feedback h3 {
  color: #0450a3;
  padding-bottom: 10px;
}

.contactB-feedback .feedback-form .thumb {
  display: none;
}

.contactB-feedback .feedback-form .must {
  width: 5px;
  height: 5px;
  background: url(../png/icon06.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 10px;
}

.contactB-feedback .feedback-form .text-item {
  position: relative;
  overflow: hidden;
}

.contactB-feedback .feedback-form input[type="text"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 96% center;
  -o-background-size: 22px auto;
  background-size: 22px auto;
  border: 1px solid #c1c1c1;
}

.contactB-feedback .feedback-form input[type="text"]:focus {
  border-color: #0450a3;
}

.contactB-feedback .feedback-form input[type="text"]::-moz-placeholder, .contactB-feedback .feedback-form textarea::-moz-placeholder {
  color: #b2b2b2;
}

.contactB-feedback .feedback-form input[type="text"]::-webkit-input-placeholder, .contactB-feedback .feedback-form textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}

.contactB-feedback .feedback-form .text-name {
  background-image: url(../png/contactbfm01.png);
}

.contactB-feedback .feedback-form .text-name:focus {
  background-image: url(../png/contactbfm01ac.png);
}

.contactB-feedback .feedback-form .text-tel {
  background-image: url(../png/contactbfm02.png);
}

.contactB-feedback .feedback-form .text-tel:focus {
  background-image: url(../png/contactbfm02ac.png);
}

.contactB-feedback .feedback-form .text-countries {
  background-image: url(../png/contactbfm03.png);
}

.contactB-feedback .feedback-form .text-countries:focus {
  background-image: url(../png/contactbfm03ac.png);
}

.contactB-feedback .feedback-form .text-company {
  background-image: url(../contactbfm04.html);
}

.contactB-feedback .feedback-form .text-company:focus {
  background-image: url(../contactbfm04ac.html);
}

.contactB-feedback .feedback-form .text-email {
  background-image: url(../png/contactbfm05.png);
}

.contactB-feedback .feedback-form .text-email:focus {
  background-image: url(../png/contactbfm05ac.png);
}

.contactB-feedback .feedback-form .content-item {
  position: relative;
  clear: left;
}

.contactB-feedback .feedback-form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  height: 116px;
  border: 1px solid #c1c1c1;
  background-repeat: no-repeat;
  background-position: 96% 10px;
  -o-background-size: 22px auto;
  background-size: 22px auto;
  background-image: url(../png/contactbfm06.png);
}

.contactB-feedback .feedback-form textarea:focus {
  background-image: url(../png/contactbfm06ac.png);
  border-color: #0450a3;
}

.contactB-feedback .feedback-form .ctrl-item {
  padding: 20px 0 15px;
  font-size: 0;
  text-align: center;
}

.contactB-feedback .feedback-form .ctrl-item input {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin: 0 3%;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  height: 42px;
  border: 0;
  outline: 0;
  max-width: 192px;
  cursor: pointer;
}

.contactB-feedback .feedback-form .ctrl-item input[type="submit"] {
  background-color: #0450a3;
}

.contactB-feedback .feedback-form .ctrl-item input[type="reset"] {
  background-color: #e3e3e3;
  color: #444654;
}

.contactB-feedback .feedback-form .v-code {
  position: relative;
  margin-top: 10px;
  padding-right: 92px;
}

.contactB-feedback .feedback-form .v-code img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  border: 1px solid #c1c1c1;
}

@media (min-width: 1024px) {
  .contactB-feedback .feedback-form .must {
    left: 15px;
    top: 15px;
  }
  .contactB-feedback {
    padding: 40px 0 0;
  }
  .contactB-feedback .feedback-form {
    overflow: hidden;
    zoom: 1;
  }
  .contactB-feedback .feedback-form .thumb {
    display: block;
    float: right;
    margin-left: 20px;
  }
  .contactB-feedback .feedback-form .form {
    overflow: hidden;
    zoom: 1;
  }
  .contactB-feedback .feedback-form form {
    margin: 0 -5px;
  }
  .contactB-feedback .feedback-form .text-item {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  .contactB-feedback .feedback-form .mail-item {
    padding: 0 5px;
  }
  .contactB-feedback .feedback-form .mail-item input {
    background-position: 98% center;
  }
  .contactB-feedback .feedback-form .content-item {
    padding: 0 5px;
  }
  .contactB-feedback .feedback-form .content-item textarea {
    background-position: 98% 10px;
  }
  .contactB-feedback .feedback-form input[type="text"] {
    padding-left: 15px;
    line-height: 54px;
    height: 54px;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }
  .contactB-feedback .feedback-form textarea {
    padding: 10px 15px;
    height: 188px;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }
  .contactB-feedback .feedback-form .ctrl-item {
    font-size: 0;
    text-align: center;
    overflow: hidden;
    zoom: 1;
  }
  .contactB-feedback .feedback-form .ctrl-item input {
    float: left;
    line-height: 54px;
    height: 54px;
    width: 192px;
    margin: 0 3px;
  }
  .contactB-feedback .feedback-form .v-code {
    width: 50%;
    padding-left: 5px;
    padding-right: 112px;
  }
  .contactB-feedback .feedback-form .v-code img {
    right: 5px;
  }

  .popupFeedback{padding: 40px;}

  .popupFeedback .title{font-size: 32px; text-align: center; padding-bottom: 30px;}

  .popupFeedback form .text-item {
    float: left;
    width: 50%;
    padding: 0 10px;
  }

  .popupFeedback form .content-item{padding: 0px 10px;}

  .popupFeedback form input[type="text"] {
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 54px;
    height: 54px;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }
  .popupFeedback form .must{left: 15px;}
  .popupFeedback form textarea {
    padding: 10px 15px;
    height: 188px;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }

  .popupFeedback form .v-code {
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 112px;
  }
  .popupFeedback form .v-code img {
    right: 5px;
  }

}

@media (min-width: 1260px) {
  .contactA-info {
    padding-top: 20px;
    margin-bottom: 80px;
  }
  .contactB-feedback .feedback-form .ctrl-item {
    padding-top: 40px;
  }
  .contactB-feedback {
    padding-top: 50px;
  }
  .contactB-feedback h3 {
    padding-bottom: 32px;
  }
  .contactB-feedback .feedback-form input[type="text"] {
    margin-bottom: 17px;
  }
  .contactB-feedback .feedback-form .v-code {
    margin-top: 17px;
    margin-bottom: 0;
  }
  .popupFeedback{padding: 60px;}
}

.future img {
  width: 100%;
  display: block;
}

.future h2 {
  color: #090d2e;
  padding-top: 12px;
}

.future .desc {
  color: #68686b;
}

.future .desc p:before {
  content: '·';
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
}

.business {
  padding: 30px 0;
  margin-top: 30px;
}

.business-list dl {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}

.business-list dt {
  width: 33px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: url(../png/icon07.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.business-list h3 {
  color: #090d2e;
  padding-bottom: 2px;
}

.business-list dd {
  padding-top: 8px;
  color: #68686b;
}

.business-img {
  padding-top: 20px;
}

.business-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .future .desc {
    line-height: 26px;
  }
  .business-list dl {
    padding-left: 60px;
  }
  .business-list dd {
    line-height: 26px;
  }
}

@media (min-width: 1260px) {
  .business {
    margin-top: 80px;
    padding-top: 67px;
  }
  .business-list {
    width: 61.67%;
    float: left;
  }
  .business-img {
    width: 35%;
    float: right;
    padding-top: 25px;
  }
}

.culture-top {
  max-width: 930px;
  margin: 0 auto;
  color: #68686b;
  padding-bottom: 20px;
}

.culture-bd {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #347fd7;
  padding-bottom: 10px;
}

.culture-bd img {
  width: 100%;
  display: block;
}

.culture-bd .desc {
  color: #fff;
  padding: 10px 0 5px;
}

.culture-dot span {
  background-color: #fff;
  opacity: 0.7;
  margin: 0 5px;
}

.culture-dot span.swiper-pagination-bullet-active {
  opacity: 1;
}

.culture-image {
  padding-top: 30px;
}

.culture-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .culture-bd {
    padding-bottom: 0;
  }
  .culture-hd {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 18.64%;
    top: 0;
    z-index: 20;
    background: -webkit-linear-gradient(135deg, #1358ce, #3885d8);
    background: -moz- oldlinear-gradient(135deg, #1358ce, #3885d8);
    background: -o-linear-gradient(135deg, #1358ce, #3885d8);
    background: linear-gradient(-45deg, #1358ce, #3885d8);
    color: #fff;
  }
  .culture-hd .btn {
    width: 4.67%;
    height: 12.08%;
    display: block;
    position: absolute;
    top: 36.03%;
    background: url(../png/icon08.png) center no-repeat;
    -o-background-size: cover;
    background-size: cover;
  }
  .culture-hd .prev {
    left: 10.38%;
  }
  .culture-hd .next {
    right: 10.38%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .culture-hd h3 {
    width: 69.2%;
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .culture-hd .thumb {
    width: 100%;
    position: absolute;
    top: 65%;
    left: 0;
    text-align: center;
    padding: 0 10px;
  }
  .culture-image {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .culture .wrapper {
    padding-top: 0;
    margin-top: -5px;
  }
}

.download-control {
  border: 1px solid #e5e5e5;
}

.download-control .title {
  display: block;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.download-control .cover {
  background-color: #0450a3;
}

.download-control .lists {
  padding: 20px 10px;
}

.download-control .lists ul {
  font-size: 0;
}

.download-control .lists ul li {
  display: inline-block;
  vertical-align: top;
  min-width: 50%;
  line-height: 28px;
}

.download-control .lists ul li a {
  display: block;
  width: 100%;
  color: #090d2e;
  font-size: 14px;
}

.download-control .lists ul li.cur a {
  color: #023894;
}

.download-searchwrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.download-search {
  width: 100%;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  padding-right: 60px;
  max-width: 386px;
}

.download-search .input-word {
  display: block;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 100%;
  color: #333;
  text-indent: 15px;
}

.download-search .input-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: transparent url(../png/icon09.png) no-repeat scroll center center;
  font-size: 0;
  cursor: pointer;
}

.download-tab {
  padding-bottom: 20px;
}

.download-tab table {
  width: 100%;
  text-align: center;
}

.download-tab th {
  width: 33.3333%;
  height: 68px;
  background-color: #0450a3;
  color: #fff;
  border: none;
  font-weight: normal;
  border-right: 1px solid #fff;
}

.download-tab th:last-child {
  border-bottom: none;
}

.download-tab td {
  height: 60px;
  border: none;
  border-bottom: 1px dashed #e5e5e5;
  color: #061125;
}

.download-tab td {
  position: relative;
}

.download-tab tr:hover td {
  color: #0450a3;
}

.download-tab .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
}

.download-tab .left {
  text-align: left;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .download-control .lists {
    padding: 30px 20px;
  }
  .download-control .lists ul li {
    width: 33.333%;
    min-width: 1em;
  }
  .download-tab {
    padding-bottom: 30px;
  }
  .download-tab td {
    height: 82px;
  }
  .download-tab .left {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .download-control {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: none;
  }
  .download-control .title {
    padding: 50px 0;
    line-height: 28px;
  }
  .download-control .cover {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    background: url(../jpg/img29.jpg) no-repeat scroll center center;
    -o-background-size: contain;
    background-size: contain;
    background-color: #f5f5f5;
  }
  .download-control .lists {
    text-align: left;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-left: none;
  }
  .download-control .lists ul li {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  .download-control .lists ul li a {
    font-size: 16px;
  }
  .download-control .lists ul li:hover a {
    color: #023894;
  }
  .download-searchwrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .download-search .input-word {
    font-size: 16px;
    text-indent: 20px;
  }
  .download-tab {
    padding-bottom: 55px;
  }
  .download-tab .left {
    padding-left: 40px;
  }
}

@media (min-width: 1260px) {
  .download-control .title {
    padding: 64px 0;
  }
  .download-control .cover {
    width: 184px;
  }
  .download-control .lists {
    padding-left: 72px;
    padding-right: 100px;
  }
  .download-control .lists ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .download-control .lists ul li a {
    font-size: 20px;
    padding: 7px 0;
  }
  .download-tab .left {
    padding-left: 57px;
  }
  .download-control {
    margin-top: 85px;
  }
}

.dev-hd{
    position:relative;
    padding:0 40px;
}

.dev-hd .btn{
    width:33px;
    height:64px;
    display:block;
    position:absolute;
    top:50%;
    margin-top:-32px;
    background:url(../png/arr.png) center center no-repeat;
    background-size:13px;
}

.dev-hd .prev{
    left:0;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}

.dev-hd .next{
    right:0;
    
}

.dev-img img {
  display: block;
  width: 100%;
}

.dev-bd {
  border-bottom: 2px solid #abb8d4;
  padding-bottom: 15px;
  padding-top: 30px;
}

.dev-bd li {
  width: auto;
}

.dev-bd a {
  min-width: 140px;
  line-height: 35px;
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #6c6c6e;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.dev-bd a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #023894;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.dev-bd a:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border: 3px solid #abb8d4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.dev-bd .on a {
  color: #fff;
  background-color: #023894;
}

.dev-bd .on a:before {
  opacity: 1;
}

.dev-bd .on a:after {
  border-color: #3154a5;
}

.dev-years {
  padding-bottom: 10px;
}

.event {
  color: #68686b;
  padding-top: 30px;
}

.event dl {
  padding-bottom: 20px;
}

.event dt {
  color: #4a70b0;
  padding-bottom: 5px;
}

.event dd {
  padding-left: 50px;
  position: relative;
  padding-bottom: 10px;
}

.event .year {
  position: absolute;
  left: 0;
  top: 0;
}

.event-bd {
  display: none;
}

.event-bd:first-child {
  display: block;
}

@media (min-width: 1024px) {
  .dev-bd {
    padding-left: 40px;
    padding-right: 40px;
  }
  .dev-years, .event {
    margin: 0 15px;
  }
  .event-bd dl {
    padding: 0 8%;
  }
}

@media (min-width: 1260px) {
  .event {
    padding-top: 75px;
    padding-bottom: 130px;
  }
  .event dt {
    padding-bottom: 35px;
  }
  .event dd {
    padding-left: 65px;
  }
  .dev-bd a:hover {
    color: #fff;
    background-color: #023894;
  }
  .dev-bd a:hover:before {
    opacity: 1;
  }
  .dev-bd a:hover:after {
    border-color: #3154a5;
  }
}

.responsibility {
  position: relative;
  padding-bottom: 10px;
}

.responsibility li img {
  width: 100%;
  display: block;
}

.responsibility li:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(239, 239, 239, 0.64);
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.responsibility .swiper-slide-active:after {
  opacity: 0;
}

.responsibility .desc {
  position: relative;
  z-index: 2;
}

.responsibility .thumb {
  width: 150px;
  height: 74px;
  position: absolute;
  right: 3%;
  bottom: 10px;
  z-index: 20;
  background-color: #0450a3;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
}

.responsibility .thumb:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #0c5eb7;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.responsibility .thumb .icon {
  display: block;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.responsibility .dot {
  padding-left: 10px;
  padding-top: 10px;
  text-align: center;
}

.responsibility .dot span {
  margin: 0 3px;
  background-color: #023894;
  opacity: 0.5;
}

.responsibility .dot span.swiper-pagination-bullet-active {
  opacity: 1;
}

.responsibility .btn {
  width: 38px;
  height: 70px;
  display: none;
  position: absolute;
  top: 50%;
  background: rgba(137, 135, 135, 0.77) url(../png/icon11.png) center no-repeat;
  z-index: 30;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.responsibility .prev {
  left: 0;
}

.responsibility .next {
  right: 0;
  background-image: url(../png/icon12.png);
}

.responsibility-bd {
  position: relative;
  padding-bottom: 10px;
  max-width: 1068px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .responsibility {
    padding-bottom: 22px;
  }
  .responsibility .thumb {
    width: 30.149%;
    height: 30.03%;
    bottom: 10px;
  }
  .responsibility .thumb:after {
    height: 22px;
    bottom: -22px;
  }
  .responsibility .btn {
    display: block;
  }
}

@media (min-width: 1024px) {
  .responsibility .btn {
    width: 48px;
    height: 89px;
  }
}

@media (min-width: 1260px) {
  .responsibility {
    margin-bottom: 35px;
    margin-top: 45px;
  }
  .responsibility .thumb {
    font-size: 24px;
  }
  .responsibility .prev {
    left: -68px;
  }
  .responsibility .next {
    right: -68px;
  }
}

.structure-top {
  max-width: 857px;
  margin: 0 auto;
}

.structure-top img {
  display: block;
  width: 100%;
}

.structure-btn {
  font-size: 0;
  text-align: center;
  margin-top: -19px;
}

.structure-btn a {
  display: inline-block;
  width: 40%;
  max-width: 220px;
  line-height: 40px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  color: #023894;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.structure-btn .on {
  border-color: #023894;
  background-color: #023894;
  color: #fff;
}

.structure-tab .display {
  display: block;
  font-size: 16px;
  padding-top: 30px;
}

.structure-tab .display li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.structure-tab .display .dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #023894;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 2;
}

.structure-tab .lighting {
  padding-top: 30px;
  display: none;
}

.structure-tab .lighting li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.structure-tab .lighting li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #023894;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 2;
}

.structure-bot {
  padding-top: 20px;
}

.structure-bot .text {
  background-color: #fafafa;
  padding: 50px;
  color: #68686b;
  position: relative;
}

.structure-bot .text:before, .structure-bot .text:after {
  content: '';
  display: block;
  width: 34px;
  height: 29px;
  position: absolute;
}

.structure-bot .text:before {
  background: url(../png/icon15.png) no-repeat;
  left: 10px;
  top: 10px;
}

.structure-bot .text:after {
  background: url(../png/icon16.png) no-repeat;
  right: 10px;
  bottom: 10px;
}

.structure-bot .top {
  color: #333;
  padding-bottom: 10px;
}

.structure-bot .image img {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .structure-tab .display {
    text-align: center;
    padding: 140px 0px 0;
    position: relative;
  }
  .structure-tab .display:before {
    content: '';
    display: block;
    width: 0;
    height: 80px;
    border-left: 1px dashed #c9c9c9;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .structure-tab .display ul {
    position: relative;
  }
  .structure-tab .display li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 14px;
  }
  .structure-tab .display li:before {
    content: '';
    display: block;
    width: 0;
    height: 58px;
    border-left: 1px dashed #c9c9c9;
    position: absolute;
    left: 50%;
    bottom: 100%;
  }
  .structure-tab .display li:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px dashed #c9c9c9;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 59px;
  }
  .structure-tab .display li:last-child:after {
    display: none;
  }
  .structure-tab .display .desc {
    width: 123px;
    height: 123px;
    border: 2px solid #5694d4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
  }
  .structure-tab .display .dot {
    width: 18px;
    height: 18px;
    bottom: 100%;
    top: auto;
    left: 50%;
    margin-left: -9px;
    margin-bottom: 50px;
  }
  .structure-tab .lighting {
    padding-top: 125px;
    position: relative;
  }
  .structure-tab .lighting:before {
    content: '';
    display: block;
    width: 0;
    height: 70px;
    border-left: 1px dashed #c9c9c9;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .structure-tab .lighting ul {
    font-size: 0;
  }
  .structure-tab .lighting li {
    width: 33.3333%;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
  }
  .structure-tab .lighting li:before {
    width: 18px;
    height: 18px;
    bottom: 100%;
    top: auto;
    left: 50%;
    margin-left: -9px;
    margin-bottom: 50px;
  }
  .structure-tab .lighting li:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px dashed #c9c9c9;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 59px;
  }
  .structure-tab .lighting li:last-child:after {
    display: none;
  }
  .structure-tab .lighting h4 {
    background-color: #1265a7;
    height: 50px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
  }
  .structure-tab .lighting .thumb {
    position: relative;
  }
  .structure-tab .lighting .thumb:after {
    content: '';
    display: block;
    width: 0;
    height: 58px;
    border-left: 1px dashed #c9c9c9;
    position: absolute;
    left: 50%;
    bottom: 100%;
  }
  .structure-tab .lighting .desc {
    height: 73px;
    background-color: #4483bc;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
  }
  .structure-bot {
    margin-bottom: 50px;
  }
  .structure-bot .image {
    position: relative;
    max-width: 600px;
    float: right;
  }
  .structure-bot .image .title {
    width: 300px;
    position: absolute;
    left: -123px;
    bottom: -1px;
  }
  .structure-bot .image:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #f4f5f9;
    position: absolute;
    right: 25.83%;
    top: 100%;
  }
  .structure-bot .text {
    float: left;
  }
}

@media (min-width: 1024px) {
  .structure-tab .display li {
    padding: 0 12px;
  }
  .structure-tab .display .desc {
    width: 143px;
    height: 143px;
    font-size: 16px;
  }
  .structure-bot {
    position: relative;
    padding-bottom: 80px;
  }
  .structure-bot .text {
    width: 55%;
    float: left;
    padding: 50px 100px;
  }
  .structure-bot .text:after {
    right: 72px;
  }
  .structure-bot .image {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .structure-bot .icon {
    width: 103px;
    height: 98px;
    background: url(../png/icon14.png) no-repeat;
    position: absolute;
    bottom: 100%;
    left: 22.17%;
    margin-bottom: 10px;
  }
}

@media (min-width: 1260px) {
  .structure-top {
    padding-top: 20px;
  }
  .structure-btn a:hover {
    border-color: #023894;
    background-color: #023894;
    color: #fff;
    border-left-color: #fff;
  }
  .structure-tab .lighting {
    padding-bottom: 35px;
  }
  .structure-tab .lighting ul {
    margin: 0 -105px;
  }
  .structure-tab .lighting li {
    padding: 0 53px;
  }
  .structure-bot {
    padding-top: 25px;
    padding-bottom: 95px;
    margin-bottom: 55px;
  }
  .structure-bot .text {
    width: 52.3%;
    padding: 70px 110px 40px 65px;
  }
  .structure-bot .text:before {
    top: 39px;
    left: 18px;
  }
  .structure-bot .text:after {
    bottom: 33px;
  }
  .structure-bot .image .title {
    width: 391px;
    left: -161px;
  }
  .structure-bot .image:after {
    width: 50px;
    height: 50px;
  }
}

.productA-info table th, .productA-info table td {
  border: 0;
}

.info-album-swiper {
  border: 1px solid #dbdbdb;
}

.info-album-swiper img {
  width: 100%;
}

.info-album-swiper .productA-pages {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.info-album-swiper .productA-pages span {
  opacity: 1;
  background-color: #fff;
}

.info-album-swiper .productA-pages .cur, .info-album-swiper .productA-pages .swiper-pagination-bullet-active {
  background-color: #0450a3;
}

.productA-info {
  padding-bottom: 20px;
}

.productA-info .info .name {
  padding: 15px 0 5px;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
}

.productA-info .desc {
  border-bottom: 1px solid #dadada;
  padding: 10px 0 18px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.productA-info .btns-wrapp {
  display: none;
}

.full-productA-detail .productA-info .btns-wrapp {
  display: none;
}

.product-tab {
  padding: 30px 0;
}

.product-tab .tab-title {
  font-size: 0;
  background-color: #ededed;
  display:table;
  width:100%;
}

.product-tab .tab-title h3 {
    width: 25%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    height: 59px;
    color: #666;
}

.product-tab .tab-title h3::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #ccc;
}

.product-tab .tab-title h3.cur {
  background-color: #0450a3;
  color: #fff;
}

.tab-panel .box {
  display: none;
}

.tab-panel .box:first-child {
  display: block;
}

.tab-bd {
  padding: 10px;
  background-color: #fff;
}

.tab-bd table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #0450a3;
}

.tab-bd table th {
  line-height: 40px;
  background-color: #0450a3;
  color: #fff;
  font-weight: normal;
  border: none;
}

.tab-bd table td {
  text-align: center;
  line-height: 30px;
  border: none;
  border-top: 1px solid #f3f5f8;
  color: #68686b;
}

.tab-bd table tr:nth-child(2n+1) td {
  background-color: #f9fcfe;
}

.s-bd {
  background-color: #fff;
  padding: 15px;
}

.s-bd li {
  padding: 10px;
}

.s-bd img {
  display: block;
  width: 100%;
}

.pro-download {
  padding: 15px;
  background-color: #fff;
}

.pro-download li {
  border-bottom: 1px dashed #e5e5e5;
  display: table;
  width: 100%;
  position: relative;
}

.pro-download li:last-child {
  border-bottom: none;
}

.pro-download .item {
  width: 33.333%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 50px;
}

.pro-download a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product-icon {
  margin-top: 13px;
  background-color: #fff;
  padding: 20px 0;
}

.product-icon ul {
  width: 100%;
  display: table;
  vertical-align: middle;
  max-width: 1100px;
  margin: 0 auto;
}

.product-icon li {
  display: table-cell;
  vertical-align: middle;
}

.product-icon img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.other {
  text-align: center;
}

.other h3 {
  padding: 12px 0;
  text-align: left;
}

.other ul {
  margin: 0 -3px;
}

.other li {
  padding: 0 3px 15px;
}

.other .img {
  border: 1px solid #cfcfcf;
  display: block;
  overflow: hidden;
}

.other img {
  width: 100%;
  display: block;
}

.other h4 {
  color: #666666;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .product-tab {
    padding: 45px 0;
  }
  .product-tab .tab-title h3 {
    padding: 0 20px;
  }
  .tab-bd {
    padding: 30px;
  }
  .tab-bd .table {
    max-width: 972px;
    margin: 0 auto;
  }
  .s-bd .ovhid {
    max-width: 930px;
    margin: 0 auto;
  }
  .s-bd ul {
    margin: 0 -10px;
  }
  .s-bd li:nth-child(1), .s-bd li:nth-child(2) {
    border-bottom: 2px solid #eee;
  }
  .s-bd li {
    padding: 20px 10px;
  }
}

@media (min-width: 1024px) {
  .info-album-swiper {
    display: table-cell;
    vertical-align: middle;
    width: 480px;
  }
  .info-album-swiper img {
    width: 100%;
  }
  .info-album-swiper .productA-pages {
    display: none;
  }
  .productA-info {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .productA-info .info {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 160px 5.95238%;
  }
  .productA-info .info .name {
    padding: 16px 0 26px;
    font-size: 32px;
    line-height: 1.5;
    font-size: 32px;
  }
  .productA-info .desc {
    padding: 23px 0 30px;
    line-height: 24px;
  }
  .productA-info .btns-wrapp {
    position: absolute;
    left: 9.55414%;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0 40px;
  }
  .productA-info .productA-btns-swiper li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #dadada;
    width: 25%;
  }
  .productA-info .productA-btns-swiper li::after {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 100%;
  }
  .productA-info .productA-btns-swiper li img {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
  }
  .productA-info .productA-btns-swiper li.cur {
    border-color: #0450a3;
  }
  .productA-info .productA-ctrl {
    position: absolute;
    top: 0;
    width: 14px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .productA-info .productA-prev {
    left: 0;
    background-image: url(../png/icon17.png);
  }
  .productA-info .productA-prev:hover {
    background-image: url(../png/icon19.png);
  }
  .productA-info .productA-next {
    right: 0;
    background-image: url(../png/icon18.png);
  }
  .productA-info .productA-next:hover {
    background-image: url(../png/icon20.png);
  }
  .product-tab .tab-title h3 {
    line-height: 60px;
  }
  .tab-bd {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .s-bd {
    padding-top: 0;
    padding-bottom: 0;
  }
  .s-bd ul {
    margin: 0 -24px;
  }
  .s-bd li {
    padding: 45px 24px;
  }
  .pro-download .item {
    height: 82px;
  }
  .pro-download .item:first-child {
    width: 15%;
  }
  .pro-download .item:nth-child(2) {
    width: 70%;
  }
  .pro-download .item:nth-child(3) {
    width: 15%;
  }
  .pro-download {
    padding: 30px 15px 20px;
  }
  .pro-download li:hover {
    color: #0450a3;
  }
  .pro-download .ovhid {
    max-width: 980px;
    margin: 0 auto;
  }
  .product-icon {
    padding: 40px 0;
  }
  .other {
    padding-bottom: 18px;
  }
  .other h3 {
    padding: 22px 0 25px;
  }
  .other h4 {
    padding-top: 25px;
  }
}

.laboratory {
  padding: 30px 0;
}

.laboratory img {
  width: 100%;
  display: block;
}

.laboratory h3 {
  color: #090d2e;
  padding-bottom: 5px;
  padding-top: 15px;
}

.laboratory .text {
  color: #68686b;
  padding-bottom: 20px;
}

.laboratory-dot {
  text-align: center;
  padding-top: 10px;
}

.laboratory-dot span {
  margin: 0 3px;
  background-color: #023894;
  opacity: 0.5;
}

.laboratory-dot span.swiper-pagination-bullet-active {
  opacity: 1;
}

.certificate {
  padding-bottom: 30px;
}

.certificate h3 {
  padding: 20px 0;
  color: #090d2e;
}

.certificate-tab img {
  width: 100%;
  display: block;
}

.certificate-bd {
  text-align: center;
  padding-top: 30px;
  color: #090d2e;
}

.certificate-bd h4 {
  padding-top: 10px;
}

.certificate-bd .dot {
  padding-top: 10px;
}

.certificate-bd .dot span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #fff;
  border: 1px solid #787878;
}

.certificate-bd .dot span.swiper-pagination-bullet-active {
  background-color: #0450a3;
  border-color: #0450a3;
}

.national {
  padding: 30px 0;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.national-item ul:before {
  display: none;
}

.national-item li {
  padding: 20px 0;
}

.national-item li:last-child .circle {
  background-image: url(../png/icon24.png);
}

.national-item .thumb {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

.national-item .circle {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: url(../png/icon23.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  text-align: center;
}

.national-item .desc {
  padding-top: 10px;
  color: #090d2e;
}

.projects {
  padding: 30px 0;
}

.projects h3 {
  color: #090d2e;
  padding-bottom: 5px;
}

.projects .top-text {
  color: #68686b;
}

.projects .bd {
  padding-top: 20px;
}

.projects img {
  width: 100%;
  display: block;
}

.projects .desc {
  padding-top: 20px;
  color: #68686b;
}

.projects .desc li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 10px;
}

.projects .desc li:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #3154a5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.standard h3 {
  color: #090d2e;
  padding-bottom: 5px;
}

.standard .text-top {
  color: #68686b;
}

.standard-tab {
  padding-top: 30px;
  padding-bottom: 20px;
}

.standard-tab table {
  width: 100%;
  border: 1px solid #b1c5d5;
}

.standard-tab table td {
  border: none;
  border-top: 1px solid #b1c5d5;
  padding: 10px;
  height: 57px;
  color: #090d2e;
  line-height: 22px;
}

.standard-tab table td:last-child {
  text-align: center;
}

.standard-tab table tr:nth-child(2n) td {
  background-color: #f4f7f9;
}

.standard-tab table th {
  height: 57px;
  font-weight: normal;
  background-color: #0450a3;
  color: #fff;
  font-size: 16px;
}

.standard-tab table th:last-child {
  width: 34.2%;
}

@media (min-width: 768px) {
  .laboratory-tab {
    display: table;
    width: 100%;
  }
  .laboratory-tab .image {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .laboratory-tab .text {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .laboratory-bd {
    padding-top: 20px;
  }
  .certificate {
    padding-bottom: 40px;
  }
  .certificate h3 {
    padding: 40px 0 30px;
  }
  .certificate-tab .image {
    width: 50%;
    float: left;
    padding-left: 20px;
  }
  .certificate-tab .certificate-wrap {
    width: 50%;
    float: left;
    padding-left: 30px;
    padding-top: 45px;
  }
  .national-item li {
    width: 50%;
    float: left;
    padding: 30px 0;
  }
  .national-item .thumb {
    width: 300px;
  }
  .national-item .circle {
    width: 300px;
    height: 300px;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .laboratory-tab .text {
    padding-left: 40px;
  }
  .national-item ul {
    position: relative;
  }
  .national-item ul:before {
    content: '';
    display: block;
    width: 82px;
    height: 82px;
    background: url(../png/icon25.png) no-repeat;
    position: absolute;
    top: 139px;
    left: 50%;
    margin-left: -41px;
  }
  .projects {
    padding-bottom: 40px;
    position: relative;
  }
  .projects:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    background-color: #f7f7f7;
  }
  .projects .commonweb {
    position: relative;
    z-index: 2;
  }
  .projects .bd {
    position: relative;
  }
  .projects .image {
    width: 57.5%;
  }
  .projects .desc {
    width: 38.333%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .projects .desc ul {
    height: 100%;
    overflow-y: scroll;
  }
  .standard {
    padding-top: 30px;
  }
  .standard h3 {
    padding-bottom: 10px;
  }
  .standard-tab {
    padding-top: 45px;
  }
  .standard-tab table th {
    font-size: 24px;
  }
  .standard-tab table td:first-child {
    padding-left: 25px;
  }
}

@media (min-width: 1260px) {
  .laboratory {
    margin-top: 20px;
  }
  .laboratory-tab {
    margin-top: 20px;
  }
  .laboratory-tab .text {
    padding-left: 63px;
    padding-right: 110px;
  }
  .laboratory-bd {
    position: relative;
    padding: 25px 50px;
  }
  .laboratory-bd .btn {
    width: 30px;
    height: 67px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .laboratory-bd .prev {
    left: 0;
    background: url(../png/icon21.png) no-repeat;
  }
  .laboratory-bd .next {
    right: 0;
    background: url(../png/icon22.png) no-repeat;
  }
  .laboratory-dot {
    display: none;
  }
  .certificate-tab .image {
    padding-left: 42px;
    padding-right: 8px;
  }
  .certificate-tab .certificate-wrap {
    padding-left: 50px;
  }
  .certificate {
    padding-bottom: 75px;
  }
  .certificate h3 {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .certificate-bd h4 {
    padding: 10px 30px 0;
  }
  .certificate-bd .dot {
    padding-top: 20px;
  }
  .national {
    padding-top: 55px;
    min-height: 815px;
  }
  .national-item {
    padding-top: 20px;
  }
  .national-item .thumb {
    width: 396px;
  }
  .national-item .circle {
    width: 396px;
    height: 396px;
    font-size: 20px;
    padding: 30px 75px;
    line-height: 26px;
  }
  .national-item ul:before {
    top: 188px;
  }
  .national-item .desc {
    padding-top: 30px;
  }
  .projects {
    padding-top: 80px;
    padding-bottom: 68px;
  }
  .projects .bd {
    margin-top: 13px;
  }
  .projects ul {
    padding-right: 25px;
    margin-right: -25px;
  }
  .projects ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    height: 1px;
  }
  .projects ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #0450a3;
  }
  .projects ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #dadada;
  }
  .projects .desc {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .projects .desc li {
    padding-bottom: 30px;
  }
  .standard-tab {
    padding-bottom: 45px;
  }
}

@media (min-width: 1400px) {
  .laboratory-bd {
    padding: 25px 0;
    margin-bottom: 5px;
  }
  .laboratory-bd .prev {
    left: -70px;
  }
  .laboratory-bd .next {
    right: -70px;
  }
}
.introduction{
    max-width:1000px;
    margin:0 auto;
}
.introduction img{
    max-width:100%;
    height:auto !important;
}
.introduction li {
  text-align: center;
  padding: 15px;
  color: #68686b;
}

.introduction li i {
  font-style: normal;
}

.introduction .num {
  color: #023894;
  display: block;
}

.introduction-bd {
  padding-top: 20px;
  padding-bottom: 20px;
}

.introduction-bd img {
  width: 100%;
  display: block;
}

.introduction-bd .text {
  background: url(../jpg/img70.jpg) top center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 30px;
}

@media (min-width: 768px) {
  .introduction-bd {
    width: 100%;
    display: table;
  }
  .introduction-bd .image, .introduction-bd .text {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .introduction li{
      width:20%;
  }
}

@media (min-width: 1260px) {
  .introduction li {
    padding-top: 0;
  }
  .introduction-top {
    padding-bottom: 5px;
  }
  .introduction-bd {
    padding-top: 45px;
    padding-bottom: 90px;
  }
  .introduction-bd .image {
    width: 51.67%;
  }
  .introduction-bd .text {
    width: 48.33%;
    padding-right: 21.1%;
    padding-left: 6.5%;
    -o-background-size: 100%;
    background-size: 100%;
    position: relative;
    background-position-y: center;
  }
  .introduction-bd .text:after {
    content: '';
    display: block;
    width: 4.55%;
    height: 8.52%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../png/icon26.png) no-repeat;
    -o-background-size: cover;
    background-size: cover;
  }
}

.download-list li {
  padding: 10px 0;
}

.download-list img {
  display: block;
  width: 100%;
}

.download-list .thumb {
  display: block;
  overflow: hidden;
  position: relative;
}

.download-list .thumb:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.download-list .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  text-align: center;
}

.download-list h3:after {
  content: '';
  display: block;
  width: 34px;
  height: 30px;
  background: url(../png/icon29.png) no-repeat;
  margin: 15px auto 0;
}

@media (min-width: 768px) {
  .download-list ul {
    margin: 0 -10px;
  }
  .download-list li {
    padding: 10px;
  }
}

@media (min-width: 1260px) {
  .download-list {
    padding-top: 75px;
    padding-bottom: 35px;
  }
  .download-list ul {
    margin: 0 -10px;
  }
  .download-list li {
    padding: 10px;
  }
}

.searchtitle401 {
  padding: 15px;
  background-color: #f1f1f1;
}

.searchcont401 {
  padding: 10px 0;
}

.resultlist401 {
  font-size: 13px;
  padding: 15px 0;
}

.resultlist401 img {
  display: block;
  width: 100%;
}

.resultlist401 li {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}

.resultlist401 h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.resultlist401 h4 a {
  display: block;
}

.resultlist401 h4 em {
  color: red;
  font-style: normal;
}

.resultlist401 h4 a {
  display: block;
}

.resulttext401 {
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
}

.resultlabel401 {
  color: #333;
  display: inline-block;
  padding-top: 3%;
}

.searchinputcont401 {
  padding-right: 60px;
}

.searchinputcont401 dt input {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 12px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
}

.searchinputcont401 dd input {
  position: relative;
  left: 60px;
  margin-left: -60px;
  float: left;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: #023894;
}

.searchimg401 {
  display: block;
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .searchcont401 {
    padding: 30px 0;
  }
  .searchinputcont401 {
    max-width: 61.8%;
    margin: 0 auto;
  }
  .searchtitle401 {
    font-size: 24px;
  }
  .resultlist401 {
    padding: 3% 0;
  }
  .resultlist401 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
  }
  .searchimg401 {
    float: left;
    margin: 0 3% 0 0;
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }
  .resultlist401 h4 {
    font-size: 20px;
    margin-bottom: 2%;
  }
}

@media (min-width: 1024px) {
  .searchcont401 {
    padding: 0 0 50px;
  }
  .searchtitle401 {
    padding: 28px 15px;
  }
  .searchinputcont401 {
    width: 45%;
  }
  .searchinputcont401 dt {
    float: left;
    width: 78%;
  }
  .searchinputcont401 dd {
    float: left;
    width: 22%;
  }
  .searchinputcont401 dd input {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .searchinputcont401 dt input {
    font-size: 18px;
  }
  .searchinputcont401 dd input {
    text-align: center;
    font-size: 16px;
  }
}

#ie-alert-overlay {
  width: 100%;
  height: 100%;
  background: url(../png/bg.png) repeat 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

* html #ie-alert-overlay {
  position: absolute;
  z-index: 9999;
}

#ie-alert-panel {
  width: 520px;
  height: 331px;
  position: fixed;
  background: url(../png/iealertsprite.png) no-repeat;
  background-position: -1px -109px;
  top: 50%;
  left: 50%;
  margin: -201px 0 0 -296px;
  padding: 72px 0 0 72px;
  _position: absolute;
  _top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  z-index: 10000;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#ie-alert-panel div, #ie-alert-panel p, #ie-alert-panel span, #ie-alert-panel a, #ie-alert-panel img, #ie-alert-panel ul, #ie-alert-panel li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#ie-alert-panel p {
  font-size: 14px;
  width: 486px;
  text-align: justify;
}

#ie-alert-panel img {
  border: 0;
}

#ie-alert-panel span {
  font-size: 18px;
  margin: 0 0 20px 0;
  display: block;
  padding: 0;
}

#ie-alert-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#ie-alert-panel li {
  float: left;
  margin: 0 22px 0 0;
}

#ie-alert-panel li.last {
  margin-right: 0;
}

#ie-alert-panel a {
  display: inline-block;
  vertical-align: top;
}

#goon {
  text-decoration: underline;
}

.browser {
  position: absolute;
  bottom: 35px;
}

.chrome, .firefox, .ie9, .opera, .safari {
  background: url(../png/iealertsprite.png) no-repeat;
}

.chrome {
  background-position: 0 0;
  width: 73px;
  height: 96px;
  margin: 0 4px 0 0;
}

.firefox {
  background-position: -292px 0;
  width: 73px;
  height: 98px;
}

.ie9 {
  background-position: -179px 0;
  width: 95px;
  height: 98px;
}

.opera {
  background-position: -90px 0;
  width: 73px;
  height: 98px;
}

.safari {
  background-position: -387px 0;
  width: 73px;
  height: 98px;
  margin: 0 4px 0 0;
}

.page{
    text-align:center;
}
.page .laypageskin_molv a,.page .laypageskin_molv span{
    width:36px;
    height:36px;
    padding:0;
    margin:0 2px 0 3px;
    border:1px solid #d8d8d8;
    display:inline-block;
    background-color:#fff;
    line-height:34px;
    text-align:center;
    vertical-align:middle;
    font-size:14px;
    border-radius:0;
}
.page .laypageskin_molv a img{
    display:inline-block;
    vertical-align:middle;
}

.page .laypageskin_molv .laypage_curr{
    color:#fff;
    background-color:#0450a3 !important;
    border-color:#0450a3;
}
.page .laypageskin_molv .laypage_next{
    background:#fff url(../gif/pagingright.gif) center center no-repeat;
}
.page .laypageskin_molv .laypage_prev{
    background:#fff url(../gif/pagingleft.gif) center center no-repeat;
}

div[contenteditable] {
    display: none !important;
}

.more-btn{
    display:block;
    background-color:#0450a3;
    color:#fff;
    line-height:50px;
    font-size:16px;
    text-align:center;
    text-transform:uppercase;
    margin-top:40px;
}

.index-lang:hover .inen-view{opacity:1; pointer-events:auto;}

.inen-view { position: absolute; top: 60px; left: 50%; z-index: 200; opacity:0; pointer-events:none; padding: 10px 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; background: rgba(255, 255, 255, 0.8); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.inen-view a { display: block; width: 100%; min-width: 90px; padding: 8px 15px; line-height: 20px; text-align: center; font-size: 14px; color: #4c4d4d; white-space: nowrap; }

@media(min-width:1024px){
    .more-btn{
        margin-top:60px;
    }
	.inen-view { top: 90px; padding: 0; background: rgba(255, 255, 255, 0.8); }
  .inen-view a { font-size: 16px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .inen-view a:hover { background: #fff; }
}
@media(max-width:768px){
.structure-bot .image .title{
    display:none;
}
}


.product-classBox{padding:0px 30px; position:relative}
.product-classBox span{ width:30px;height:30px; position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); cursor:pointer}
.product-classBox span:after{content:''; width:15px; height:15px;position:absolute;  top:50%; -webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg);}
.product-classBox span.product-classPrev{left:0px;}
.product-classBox span.product-classPrev:after{border-left: 2px solid #090d2e;border-bottom: 2px solid #090d2e; left:10px;}
.product-classBox span.product-classNext{right:0px;}
.product-classBox span.product-classNext:after{border-right: 2px solid #090d2e;border-top: 2px solid #090d2e; right:10px}
.product-classBox span:hover:after{border-color:#0450a3}


