@charset "utf-8";
@font-face {
  font-family: 'iconfont';  /* Project id 2729359 */
  src: url('//at.alicdn.com/t/font_2729359_po6gwidsyr.woff2?t=1630399297341') format('woff2'),
       url('//at.alicdn.com/t/font_2729359_po6gwidsyr.woff?t=1630399297341') format('woff'),
       url('//at.alicdn.com/t/font_2729359_po6gwidsyr.ttf?t=1630399297341') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e611";
}

.icon-arrow-right:before {
  content: "\e663";
}

.icon-arrow-left:before {
  content: "\e662";
}
.icon-arrow-down:before {
  content: "\e60e";
}
.icon-copy:before {
  content: "\e60c";
}
.icon-arrow-h-right:before {
  content: "\e600";
}
.icon-video-play:before {
  content: "\e6c4";
}
:root {
  --SW-PAGE-ROOT-COLOR: #bf0009;
  --SW-PAGE-YELLOW-COLOR: #ffe241;
  --SW-PAGE-RED-COLOR:#ff0000;
  --SW-PAGE-GRAY-COLOR:#666666;
  --SW-PAGE-GREEN-COLOR: #06ae56;
  --SW-PAGE-3: rgba(0, 0, 0, 0.1);
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details, /* 1 */
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
    display: none;
  }

/*! Animate v2.1.0-alpha.1 */
.container { -webkit-transition: max-width .3s; -o-transition: max-width .3s; transition: max-width .3s }
.act { -webkit-transition-property: opacity,-webkit-transform; transition-property: opacity,-webkit-transform; -o-transition-property: transform,opacity; transition-property: transform,opacity; transition-property: transform,opacity,-webkit-transform; -webkit-transition-duration: .7s; -o-transition-duration: .7s; transition-duration: .7s }
.sw-tg.sw-upToDown { opacity: 0; -webkit-transform: translate(0,-20px); -ms-transform: translate(0,-20px); transform: translate(0,-20px) }
.sw-tg.sw-downToUp { opacity: 0; -webkit-transform: translate(0,20px); -ms-transform: translate(0,20px); transform: translate(0,20px) }
.sw-tg.sw-leftToRight { opacity: 0; -webkit-transform: translate(-20px,0); -ms-transform: translate(-20px,0); transform: translate(-20px,0) }
.sw-tg.sw-rightToLeft { opacity: 0; -webkit-transform: translate(20px,0); -ms-transform: translate(20px,0); transform: translate(20px,0) }
.act.sw-downToUp, .act.sw-leftToRight, .act.sw-rightToLeft, .act.sw-upToDown { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none }
.sw-tg.sw-rightToLeftSkew { opacity: 0; -webkit-transform: translate(20px,0) scale(.9) skew(-20deg); -ms-transform: translate(20px,0) scale(.9) skew(-20deg); transform: translate(20px,0) scale(.9) skew(-20deg); -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0 }
.act.sw-rightToLeftSkew { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none }
.sw-tg.sw-rightToLeftScale { opacity: 0; -webkit-transform: translate(20px,0) scale(.9); -ms-transform: translate(20px,0) scale(.9); transform: translate(20px,0) scale(.9); -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100% }
.act.sw-rightToLeftScale { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none }
.sw-tg.sw-upToDownScale { opacity: 0; -webkit-transform: translate(0,-20%) scale(.2); -ms-transform: translate(0,-20%) scale(.2); transform: translate(0,-20%) scale(.2); -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100% }
.act.sw-upToDownScale { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center }
.sw-d1 { -webkit-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s }
.sw-d2 { -webkit-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s }
.sw-d3 { -webkit-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s }
.sw-d4 { -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s }
.sw-d5 { -webkit-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .5s }
.sw-d6 { -webkit-transition-delay: .6s; -o-transition-delay: .6s; transition-delay: .6s }
.sw-d7 { -webkit-transition-delay: .7s; -o-transition-delay: .7s; transition-delay: .7s }
.sw-d8 { -webkit-transition-delay: .8s; -o-transition-delay: .8s; transition-delay: .8s }
.sw-d9 { -webkit-transition-delay: .9s; -o-transition-delay: .9s; transition-delay: .9s }
.sw-d10 { -webkit-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s }
.sw-d0-5 { -webkit-transition-delay: .05s; -o-transition-delay: .05s; transition-delay: .05s }
.sw-d1-5 { -webkit-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s }
.sw-d2-5 { -webkit-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s }
.sw-d3-5 { -webkit-transition-delay: .35s; -o-transition-delay: .35s; transition-delay: .35s }
.sw-d4-5 { -webkit-transition-delay: .45s; -o-transition-delay: .45s; transition-delay: .45s }
.sw-d5-5 { -webkit-transition-delay: .55s; -o-transition-delay: .55s; transition-delay: .55s }
.sw-d6-5 { -webkit-transition-delay: .65s; -o-transition-delay: .65s; transition-delay: .65s }
.sw-d7-5 { -webkit-transition-delay: .75s; -o-transition-delay: .75s; transition-delay: .75s }
.sw-d8-5 { -webkit-transition-delay: .85s; -o-transition-delay: .85s; transition-delay: .85s }
.sw-d9-5 { -webkit-transition-delay: .95s; -o-transition-delay: .95s; transition-delay: .95s }
.icon-show { -webkit-animation: iconShow .5s; animation: iconShow .5s }
.logo-show { display: block; position: relative; z-index: 1 }
.logo-show:before { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100% }
.logo-show:hover:before { -webkit-animation: logoShow .5s 1 linear; animation: logoShow .5s 1 linear; content: '' }

@keyframes updown {
  0% {
      top: 0px;
  }

  50% {
      top: 10px;
  }

  100% {
      top: 0px;
  }
}

@-webkit-keyframes updown {
  0% {
      top: 0px;
  }

  50% {
      top: 10px;
  }

  100% {
      top: 0px;
  }
}



/*每个网站单独共用部分*/
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

body {
	font-size: 16px;
  font-family:"Microsoft YaHei","Noto Serif SC",sans-serif;
	color: #333;
  
}
 
 

body,html {
  
	width:100%;
	height:100%;
	 
}
a {
	color:inherit;
	text-decoration:none;
	cursor:pointer
}
.desktop a:hover,a:focus {
	text-decoration:none
}
a:focus {
	outline:0
}
ul {
	position:relative;
	list-style:none;
	padding:0;
	margin:0
}
ul li {
	position:relative
}
img {
	vertical-align:middle
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	color:inherit;
	margin:0;
	text-rendering:optimizeLegibility
}


.rollimg  img{ transition:all 0.8s;}
.rollimg  img:hover{ transform: scale(1.1, 1.1);}

.rollupliimg  li img{ 	transition:All 0.4s ease-in-out;
   -webkit-transition:All 0.4s ease-in-out;
   -moz-transition:All 0.4s ease-in-out;
   -o-transition:All 0.4s ease-in-out;}
.rollupliimg li:hover img{	transform:translate(0,-10px);
   -webkit-transform:translate(0,-10px);
   -moz-transform:translate(0,-10px);
   -o-transform:translate(0,-10px);
   -ms-transform:translate(0,-10px);}

.rollli li{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;

}
.rollli li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	/*-webkit-box-shadow:0px 5px 15px #e5e5e5;
	-moz-box-shadow:0px 5px 15px #e5e5e5;
	box-shadow:0px 5px 15px #e5e5e5;*/
}


.btnbox {
  background: none;
  padding: 9px 30px 8px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 400
}

.btnbox:before {
  content: '';
  position: absolute;
  z-index: -1
}

.btnbox:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  left: -50%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0
}

.btnbox:hover:after {
  height: 100%;
  width: 150%
}
.rollimg  img{ transition:all 0.8s;}
.rollimg  img:hover{ transform: scale(1.1, 1.1);}

/*Clear Css*/
.clear{clear:both; font-size:0px; height:0px; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:block;zoom:1;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

.pull-right {
    float: right!important;
}
.pull-left {
	float: left!important;
  }

 
html[lang=zh] .en {
	display:none
}
html[lang=en] .cn {
	display:none
}

html[lang=en] body {
   
  font-family: Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
}


.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon.icon-dropdown-arrow {
  fill: transparent;
  stroke: currentColor;
  width: 15px;
  margin-left: 7px;
  vertical-align: middle;
}


.bold{
  font-weight: 600;
}

.mt30{
  margin-top: 30px;
}
.fnt24{
  font-size: 24px;
}

 input.form-control:focus,button:focus{
  outline: none;
  box-shadow: none;
  background: none;
 

}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  color:#d7d7d7;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
/*row s*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.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;
}
.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%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .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%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .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%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .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%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*row end*/



.hide {
	display: none!important
}

.show {
	display: block!important
}

.visb {
	visibility: visible
}

.invisible {
	visibility: hidden
}

html.mobile .only-desktop {
	display: none
}

html.desktop .only-mobile {
	display: none
}
 
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.header {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 90;
  height: 80px;
  -webkit-transform: translateZ(0);
  border-bottom: 1px solid #d4d4d4;
}

.header.sticky-header {
  
   position:fixed;
  z-index: 10001;
  width: 100%;
  top:0;
  background-color: #fff;
  box-shadow: 0 6px 10px -1px rgba(68,68,68,0.4);
  -moz-box-shadow: 0 6px 10px -1px rgba(68,68,68,0.4);
  -webkit-box-shadow: 0 6px 10px -1px rgba(68,68,68,0.4);
}

.wrap{ width:1200px; position:relative; margin:0 auto;}



.logo {
  background-image: url(../images/logo.png?t=202109); 
  background-size: 100%;
  background-repeat: no-repeat;

  width: 151px;
    height: 40px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 10;
}

 

.header .wrap {
   
  width: 94%;
  
}

.menu {
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  
}

.header .menu.nav.in {
  left: -20px;
}

.menu.acts{
  visibility: visible;
  transition: all 0.3s ease 0s;
  opacity:1
  
}

.menu ul {
  text-align: center;
}
.menu li {
  float: none;
  display: inline-block;
  padding: 0 1.3%;
    margin: 0;
    position: relative;
   
}

.menu li a.nav-link {
  height: 80px;
  line-height: 80px;
  display: inline-block;
 
  position: relative;
  font-size: 1rem;
   
 
}
 

.menu > ul > li:hover a.nav-link:after, .menu > ul > li.active a.nav-link:after,.menu > ul > li.on a.nav-link:after {
  width: 100%;
  color: var(--SW-PAGE-ROOT-COLOR);
}
.menu > ul > li a.nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  border-bottom: 0.5px solid;
  display: inline-block;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  
}

.menu > ul > li dl a:after{
  content: none;
}


 
 
.sticky-header .menu > ul > li:hover a.nav-link:after,.sticky-header .menu > ul > li.active a.nav-link:after
,.sticky-header .menu > ul > li.on a.nav-link:after{
  color: var(--SW-PAGE-ROOT-COLOR);
}

.menu-link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.menu-link *{box-sizing: border-box;}
.menu-link { display:none; border-radius:5px; box-sizing: border-box; position:absolute; top:5px;right:-8px;font-size: 12px;z-index: 10;width:42px;height:42px; padding:6px 8px;}
.menu-link:hover,
.menu-link:focus {}
.menu-link span {position: relative;display: block;margin-top:12px;}
.menu-link span,
.menu-link span:before,
.menu-link span:after {background-color: #333;width: 100%;height:3px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s; border-radius:3px;}
.menu-link span:before,
.menu-link span:after {position: absolute;top: -.7em;content: " ";}
.menu-link span:after {top: .7em;}
.menu-link.active span {background: transparent !important;}
.menu-link.active span:before { background-color:#333;
-webkit-transform: rotate(45deg) translate(.5em, .4em);
-moz-transform: rotate(45deg) translate(.5em, .4em);
-ms-transform: rotate(45deg) translate(.5em, .4em);
-o-transform: rotate(45deg) translate(.5em, .4em);
transform: rotate(45deg) translate(.5em, .4em);
}
.menu-link.active span:after { background-color:#333;
-webkit-transform: rotate(-45deg) translate(.6em, -.5em);
-moz-transform: rotate(-45deg) translate(.6em, -.5em);
-ms-transform: rotate(-45deg) translate(.6em, -.5em);
-o-transform: rotate(-45deg) translate(.6em, -.5em);
transform: rotate(-45deg) translate(.6em, -.5em);
}
 


.sticky-header  .menu li a {
  color: #333;

}

.sticky-header .menu li icon{
   
  color: #333;
  
}

.header .menu .submenu{
  position: fixed;
  width: 100%;
  background-color: #fff;
 
  left: 0;
  top: auto;
  
  bottom: auto;
    overflow: hidden;
    margin-top: 0px;
     z-index: 90;
     padding-bottom: 32px;
   /*  min-height: 200px;*/
    
     
}


.header .menu .submenu.in {
  left: 0;
  visibility: visible;
}


.header .menu .submenu dl,.header .menu .submenu dt,.header .menu .submenu dd{
  margin: 0;
  padding: 0;
}

.header .menu .submenu .wrap{
  height: auto;
}

 
.header .menu .submenu .row.row5 .col-md-2{
  width: 20%;
}
.header .menu .submenu .row.row8 .col-md-1{
  width: 10%;
  padding-left: 10px;
  padding-right: 0;
}
.header .menu .submenu .row.row8 .col-md-2{
  width: 15%;
  
  padding-left: 10px;
  padding-right: 0;
}

.header .menu .submenu .row.row10 .col-md-2{
  width: 11.11%;
}

.header .submenu h3 {
  
  padding: 20px 0 10px 0;
  font-weight: normal;
  overflow: hidden;
  margin: 0;
  font-weight: 550;
}

.header .submenu h3.collapsed .iconfont {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.header .submenu h3 .iconfont {
  float: right;
  font-size: 14px;
  -webkit-transform: rotate(
-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(
-180deg);
}

.header .submenu .list-nav {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .submenu .list-nav ul {
  padding-left: 0;
  padding-right: 0;
}

.header .submenu .list-nav ul li{
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}

.header .submenu .list-nav  ul li a {
  opacity: 0.8;
  font-size: 0.9em !important;
  line-height: 1.5em !important;
  height: auto;
  display: inline-block;
  border: 0;
  
}



.header .menu .nav-link .icon-arrow-right {
  float: right;
  font-size: 16px;
}


.header .menu .submenu dl{
  float: left;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  
}
.header .menu .submenu dt{

  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 14px;
 
}

.header .menu .submenu dt a{
  font-size: 1rem;
}

.header .menu .submenu dd{
  margin-bottom: 15px;
}

.menu li .submenu dd a {
  height: auto;
  line-height: 1;
 
  font-size: .9rem;
}

.header .other{
  text-align: right;
  margin-top: 12.5px;
}
.header .tel{
  font-size: 1.4rem;
  color: var(--SW-PAGE-ROOT-COLOR);
  background: url(../images/icon-top-tel.png) center right no-repeat;
  background-size: 12%;
  padding-right: 40px;
  margin-top: 10px;
}
 
.header .language a{
  position: relative;
  font-size: .9rem;
}

.header .language a:not(:last-of-type)::after{
   
    content: '';
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    /* top: 4px; */
    top: 0px;
    width: .5px;
    height: 10px;
    background: #333;
 
}
header .mask-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.columnmenu {
  position: fixed;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 93px;
  bottom: auto;
  overflow: hidden;
  margin-top: 0px;
  z-index: 89;
   line-height: 50px;
  min-height: 50px;
  text-align: center;
   
}
.columnmenu > div{
  border-bottom: 1px solid #d4d4d4;
}
.columnmenu a{
  font-size: 0.875rem;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  display: inline-block;
}

.columnmenu a.on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  border-bottom: 0.5px solid;
  display: inline-block;
  width: 100%;
  color: var(--SW-PAGE-ROOT-COLOR);
}

footer{
background: #e5e5e5;
padding-top: 45px;
}
footer .foot-logo{
   width: 134px;
   height: 40px;
   background-image: url(../images/logo-blue.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
footer .home{
  font-size: 1rem;
  color: #666;
  text-align: left;
}

footer .snav{
  border-top:1px solid #d7d7d7;
  border-bottom:1px solid #d7d7d7;
  margin-top: 25px;
}

footer .bom{
  font-size: 14px;
  color: #666;
  padding: 20px 0;
  text-align: center;

}

footer .snav{
   padding-top:30px;
   padding-bottom: 30px;
}
footer .snav dl,footer .snav dd,footer .snav dt{
  margin: 0;
  padding: 0;
}
footer .snav dl{
  float: left;
 margin-right: 60px;
}

footer .snav dl dt{
  font-size: 1rem;
   
  margin-bottom: 18px;
}
footer .snav dl li{
  color: #666;
  margin-bottom: 15px;
  font-size: 0.8125rem;
}
footer .linkbox{
  color:#666;
  text-align: center;
  width: 180px;
  float: right;
  

}
footer .tel {
  text-align: left;
  
  color: #9f9f9f;
  font-size: 0.8125rem;
}
footer .tel p{
  margin: 0;
  margin-top: 20px;
  font-size:24px;
}
footer .ewm{
  display: flex;
  align-items: flex-end;
   margin-top: 60px;
  
}
footer .ewm img{
  width: 100px;
}
footer  .ewm .ts {
  text-align: left;
  margin-left: 10px;
  line-height: 1.8;
  font-size: 0.8125rem;
}
footer  .ewm .ts p{
  margin: 0;
}

footer .snav h3 {
  border-bottom: 1px solid #d4d4d4;
  font-size: 1rem;
  padding: 10px 5px;
}
footer .snav h3 span.iconfont {
  float: right;
  -webkit-transform: rotate(
180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(
180deg);
   
}

footer .snav h3.collapsed span.iconfont {
  -webkit-transform: rotate(
360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(
360deg);
}

@media (min-width: 992px)
{
 
  footer .snav ul.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}


}

@media (min-width: 1025px)
{

  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
  }
  
  .header .submenu h3 {
    font-size: 0.83rem;
    line-height: 0.83rem;
   /* margin-top: 32px;*/
    margin-top: 20px;
    padding-bottom: 14px;
    position: relative;
    text-align: left;
}

.header .submenu h3 .icon-arrow-down {
  display: none;
}


  .header .submenu h3 .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
  }

  .header .submenu .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

  .header .submenu .list-nav {
    text-align: left;
    padding: 22px 0;
    margin-left: 0;
    margin-right: 0;

}

.header .submenu .list-nav ul {
  overflow: hidden;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.header .submenu .list-nav ul li{
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 15px;
}

.header .submenu .list-nav  ul li a {
  text-decoration: none;
  border: none;
  display: block;
  font-size: 12px;
}
.header .submenu .list-nav  ul li a:hover {
  text-decoration: underline;
   
}


 
  .header .submenu .btn-close-nav {
    
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
     right:  0;
    
    bottom: 10px;
}

.menu li.on a.nav-link{
  color: var(--SW-PAGE-ROOT-COLOR);
}

.language.mob{
  display: none;
}

html[lang=en] footer .snav dl{
      margin-right: 30px;
      max-width: calc(16.6% - 30px);
}


}

@media screen and (min-width: 1600px){
  /*.header{
    height: 80px;
  }*/
  .wrap{
    width: 1430px;
  }
  .logo {
    width: 226.5px;
      height: 60px;
      top:10px
  }
    html,body {
      font-size:18px;
    }
    /*
    .menu li a.nav-link  {
      height: 120px;
      line-height: 120px;
      
  }*/


  .header .language a:not(:last-of-type)::after {
    
    margin-right: 20px;
    margin-left: 20px;
    
}
/*
    .header .tel{
      font-size: 1.8rem;
      color: var(--SW-PAGE-ROOT-COLOR);
      background: url(../images/icon-top-tel.png) center right no-repeat;
      
      padding-right: 50px;
      margin-top: 20px;
    }*/

    .header .submenu h3 {
     /* font-size: 1.1rem;
      line-height: 1.1rem;*/
     /* margin-top: 32px;*/
      padding-bottom: 14px;
      position: relative;
      text-align: left;
     
  }

  .columnmenu {
     
    top: 120px;
    
  }


}

@media screen and (max-width: 1600px){
 
}

@media screen and (max-width: 1440px)
{

  html[lang=en]:not(.mobile) .menu li {
   
    padding: 0 .5%;
   
}
 
  .header .wrap {
   
    width: 96%;
    
  }


}



@media screen and (max-width:1366px){
  /*.wrap {
      width: 1150px;
  }*/
}
@media screen and (max-width:1250px){
  /* .wrap {
     width: 1000px;
     
  }*/
  }
@media screen and (max-width:1024px){
 
  .row{
    margin-bottom: 0;
  }
  .wrap {margin: 0 20px !important;width: auto;}
  .header{ height:50px;top: 0;padding: 0;}
  .header {

    z-index: 9997;
    width: 100%;
    top:0;
    background-color: #fff;
    box-shadow: 0 6px 10px -1px rgba(68,68,68,0.4);
    -moz-box-shadow: 0 6px 10px -1px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 6px 10px -1px rgba(68,68,68,0.4);
  }
  .logo{ height:26.5px; width:100px;top:10px; }
   
  .menu-link{ display:block;}
  .header .wrap {
    width: auto;
    height: 50px;
}
.header-overlay {
  height: 50px;
}






  .menu{width: calc(100%  + 40px); position:absolute; top:50px; margin-top:0px; left:120%; right:-20px;height: 100vh; padding: 0 20px; background:rgba(255,255,255,1);
  
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu li{ display:block; float:none; padding:0px; text-align:left;}

  .menu li a.active:after{ display:none;}
  

  /*.menu li:first-child{display: none;}*/

  .header .menu .nav-link{
    height: auto;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold;
    padding: 15px 0;
    line-height: 20px;
    display: block;
  }



 .menu > ul > li a.nav-link:after {
   display: none;
 }
  

 .header .menu .submenu {
  display: block !important;
  left: 100%;
  top:50px;
  z-index: 9998;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
   height: 100vh;
   padding: 30px 15px;
}


  .header .menu .submenu .row.row5 .col-md-2{
    width: 100%;
  }
  .header .menu .submenu .row.row8 .col-md-1{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px
  }
  .header .menu .submenu .row.row8 .col-md-2{
    width: 100%;
    
    padding-left: 0px;
    padding-right: 0px
  }

  .header .menu .submenu .row.row10 .col-md-2{
    width: 100%;
  }
 
  .header .menu .submenu .row  [class*=col-]
  {
    padding: 0;
  }
  
  .header .language.mob{
    
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
 }

 .header .submenu  h3 {
  font-size: 16px;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0 10px 0;
  font-weight: normal;
  overflow: hidden;
  margin: 0;
}

.header .submenu .list-nav{
  overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
}

.header .nav-link .icon-arrow-right {
  display: block !important;
}

.header .hidden-sm{
  display: none;
}

footer .snav dl {
  float: left;
  margin-right: 40px;
}


  }


  @media screen and (max-width:768px){
   
    footer {
      
      padding-top: 0px;
  }

    footer .snav dl {
      float: none;
      width: 100%;
      margin-right: 0px;
      margin-bottom: 20px;
  }

  footer .snav ul li {
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    margin: 8px
}


    .header-overlay {
       height: 0px; 
  }

    footer .home{
      display: none;
    }
    

    footer .linkbox{
      float: none;
      text-align: center;
      width: 100%;
      clear: both;
    }

    footer .tel{
      text-align: center;
    }
     
footer .ewm {
  color: #999;
  font-size: 14px;
  text-align: center;
   display: block;
  float: none;
  margin: 0 auto;
  margin-top: 10px;
}
footer .ewm .ts {
  text-align: center;
  margin-top: 10px;
}
  footer .bom {
     line-height: 2;
     padding: 10px 0;
}

 footer .foot-logo{
   display: none;
 }

footer .tips{
 
  text-align: center;
}

  }
  
  @media screen and (max-width:740px){


  }
  
  @media screen and (max-width:640px){


  
  }
    
  @media screen and (max-width:540px){

  }

@media screen and (max-width: 480px){


}

@media screen and (max-width: 413px){
.wrap {
    margin: 0 20px !important;
}

}

@media screen and (max-width: 375px){
.wrap {
    margin: 0 15px !important;
}



}