@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400");
@import url("https://fonts.googleapis.com/css?family=Prompt:100,300,400");
@import url("https://fonts.googleapis.com/css?family=Source Sans Pro");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, 
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,input, textarea */
article, aside, canvas, details, figcaption, figure,header, hgroup, menu, nav, section, summary,time, mark, audio, video,button ,ol,li,ul
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal; }
  
  
.foot2 {
color: #ba1b21;
font-size:16px;

  }
  
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal; }
.none{}  
 @media screen and (max-width: 1024px) { .none{display:none; }
    } 
.none2{display:none; }
 @media screen and (max-width: 1024px) { 
 .none2{  display:block;  
}
    } 	
	
footer {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  border-top: 1px solid #D0D0D0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: #e2e2e2;
  position: relative; }
 

  footer p {
    color: #222;
    font-size: 15px;
    line-height: 21px; }
    @media only screen and (max-width: 768px) {
      footer p {
        font-size: 13px;
        line-height: 18px; } }
    @media only screen and (max-width: 425px) {
      footer p {
        font-size: 12px;
        line-height: 15px; } }
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
  .input22 {
  margin: 0;
  padding: 0;
  border: 1;
  width: 20%;
  hight: 500;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal; }
.footer1 {

    color: #666;
    font-size: 15px;
    line-height: 21px; }
textarea {
  resize: none;
  outline: none; }

html, body {
  height: 100%;
  font-family: 'Calibri' , '微软雅黑', sans-serif, Verdana; }

article, aside, details, figcaption, figure,
 header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

div {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
  clear: both; }

input, select {
  outline: 0; }

h1, h2, h3, h4, h5, h6, p, li, pre, span {
  font-weight: 300; }

button {
  cursor: pointer; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

video::-webkit-media-controls-fullscreen-button {
  display: none; }

video::-moz-media-controls-fullscreen-button {
  display: none; }

ul, li {
  list-style: none; }

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none; }

::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.05); }

::-moz-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1); }

::-moz-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2); }

::-moz-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4); }

::-moz-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.05); }

@-webkit-keyframes fadeIn {
  1% {
    opacity: .5; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.nav {
  width: 100%;
  height: 121px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 0 30px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: relative;
  z-index: 9999; }
  @media only screen and (max-width: 1024px) {
    .nav {
      height: 66px; } }
  .nav .logo {
    display: block;
    width: 300px;
    height: 121px;
    float: left;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .nav .logo {
        width: 175px;
        height: 66px; } }
    .nav .logo img {
      max-width: 100%; }
  .nav .navIcon {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 20px 0 0 0;
    display: none;
    float: right;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .nav .navIcon {
        display: block; } }
    @media only screen and (max-width: 425px) {
      .nav .navIcon {
        margin: 15px 0 0 0; } }
    .nav .navIcon span {
      background: #000;
      height: 2px;
      display: block;
      position: absolute;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .nav .navIcon .-top {
      width: 85%;
      top: 2px; }
    .nav .navIcon .-middle {
      width: 100%;
      top: 50%;
      margin-top: -1px; }
    .nav .navIcon .-bottom {
      width: 60%;
      bottom: 2px; }
    .nav .navIcon:hover .-top {
      width: 60%; }
    .nav .navIcon:hover .-middle {
      width: 100%; }
    .nav .navIcon:hover .-bottom {
      width: 85%; }
  .nav .navIcon_onclick .-top, .nav .navIcon_onclick .-bottom, .nav .navIcon_onclick:hover .-top, .nav .navIcon_onclick:hover .-bottom {
    width: 0; }
  .nav .navIcon_onclick .-middle, .nav .navIcon_onclick:hover .-middle {
    width: 17px;
    left: 1.5px;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .nav .navIcon_onclick .-middle:before, .nav .navIcon_onclick:hover .-middle:before {
      content: '';
      width: 17px;
      height: 2px;
      background: #000;
      position: absolute;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .nav .navHidden {
    display: block;
    float: left;
    width: calc(100% - 300px); }
    @media only screen and (max-width: 1024px) {
      .nav .navHidden {
        position: absolute;
        display: none;
        top: 66px;
        width: 100%;
        background: #fff;
        left: 0;
        overflow: hidden;
        padding-top: 15px; } }
 

 .nav .navMain {
    float: right;
    width: 100%;
    height: 61px;
    text-align: right; }
    @media only screen and (max-width: 1024px) {
      
	  .nav .navMain {
        text-align: center;
        width: 100%;
        display: block;
        float: none;
        height: auto;
        padding-bottom: 20px; } }
   
   .nav .navMain a {
      color: #222;
      font-size: 16px;
	  font-weight:bold;
      line-height: 61px;
      letter-spacing: 0px;
      display: inline-block;
      margin: 0 13px; }
      @media only screen and (max-width: 1024px) {
        .nav .navMain a {
          font-size: 15px;
          line-height: 25px; } }
      .nav .navMain a.arrive, .nav .navMain a:hover {
        -webkit-box-shadow: inset 110px -2px 2px #ba1b21;
        -moz-box-shadow: inset 110px -2px 2px #ba1b21;
        box-shadow: inset 110px -2px 2px #ba1b21;
      color: #fff;
		}
        @media only screen and (max-width: 1024px) {
          .nav .navMain a.arrive, .nav .navMain a:hover {
            -webkit-box-shadow: inset 110px -112px 0px #ba1b21;
            -moz-box-shadow: inset 110px -112px 0px #ba1b21;
            box-shadow: inset 110px -112px 0px #ba1b21; } }
      @media only screen and (max-width: 1024px) {
        .nav .navMain a {
          width: 100%;
          display: block;
          margin-top: 15px; } }

		  





/*头部公用样式*/
.xy-search {
    position: absolute;
    right: 0;
    top: 28px;
    width: 200px;
    height: 30px;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1); }
    .xy-search #keyword {
      float: left;
      width: 80%;
      height: 28px;
      background: none;
      border: none;
      color: #fff;
      padding-left: 10px;
      font-size: 12px;
      outline: none; }
    .xy-search #s_btn {
      float: right;
      width: 20%;
      height: 28px;
      background: none;
      font-size: 18px;
      color: #f18d14;
      border: none;
      cursor: pointer;
      padding: 0;
      outline: none;
      font-weight: 600; }
@media (max-width: 1600px) {
.xy-search {
    width: 140px; } }
@media (max-width: 768px) {
  .xy-head {
    display: none; } }
	
		  
		  
		  
		  
  .nav .navRight {
    float: right;
    margin: 0;
    height: 61px;
    padding-top: 18px;
    width: 100%;
    text-align: right; }
    @media only screen and (max-width: 1024px) {
      .nav .navRight {
        text-align: center;
        float: none;
        padding: 0 110px;
        height: auto;
        overflow: hidden; } }
    .nav .navRight .allSearch {
      width: 245px;
      height: 40px;
      position: relative;
      background: #0;
      display: inline-block; }
      @media only screen and (max-width: 1024px) {
        .nav .navRight .allSearch {
          float: none; } }
      @media only screen and (max-width: 425px) {
        .nav .navRight .allSearch {
          width: calc(100% - 150px);
          height: 30px;
          display: block;
          float: left; } }
      .nav .navRight .allSearch .allSearchBtn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px; }
        @media only screen and (max-width: 425px) {
          .nav .navRight .allSearch .allSearchBtn {
            width: 30px;
            height: 30px; } }
        .nav .navRight .allSearch .allSearchBtn img {
          max-width: 100%; }
      .nav .navRight .allSearch input {
        color: #ba1b21;
        font-size: 14px;
        width: 100%;
        height: 100%;
        padding: 0 38px 0 16px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 1px solid #ba1b21; }
        .nav .navRight .allSearch input::-webkit-input-placeholder {
          font-size: 14px;
          color: #ba1b21;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .nav .navRight .allSearch input::-moz-placeholder {
          font-size: 14px;
          color: #ba1b21;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .nav .navRight .allSearch input:-ms-input-placeholder {
          font-size: 14px;
          color: #ba1b21;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .nav .navRight .allSearch input:-moz-placeholder {
          font-size: 14px;
          color: #ba1b21;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        @media only screen and (max-width: 425px) {
          .nav .navRight .allSearch input {
            padding: 0 28px 0 15px; } }
    .nav .navRight .memberBtn {
      width: 40px;
      height: 40px;
      margin: 0 15px;
      background: #ba1b21;
      display: inline-block;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      @media only screen and (max-width: 1024px) {
        .nav .navRight .memberBtn {
          display: inline-block;
          float: none; } }
      @media only screen and (max-width: 425px) {
        .nav .navRight .memberBtn {
          width: 30px;
          height: 30px;
          margin: 0 10px;
          display: block;
          float: left; } }
      .nav .navRight .memberBtn img {
        max-width: 100%; }
    .nav .navRight .language {
      width: 60px;
      height: 40px;
      display: inline-block;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      overflow: hidden;
      background: #ba1b21; }
      @media only screen and (max-width: 1024px) {
        .nav .navRight .language {
          display: inline-block;
          float: none;
		  } }
      @media only screen and (max-width: 425px) {
        .nav .navRight .language {
          width: 50px;
          height: 30px;
          display: block;
          float: left; } }
      .nav .navRight .language select {
        color: #fff;
        border: 0;
        font-size: 14px;
        background: #ba1b21;
        width: 50px;
        height: 100%;
        margin-left: 10px;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none; }
        @media only screen and (max-width: 425px) {
          .nav .navRight .language select {
            font-size: 13px;
            margin-left: 5px;
            width: 45px;
            height: 100%; } }

.theme_Slider {
  width: 100%;
  position: relative; }
  .theme_Slider .owl-carousel .owl-controls {
    position: absolute;
    top: 57%;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 1339px) {
      .theme_Slider .owl-carousel .owl-controls {
        display: none; } }
    .theme_Slider .owl-carousel .owl-controls .owl-dot {
      display: inline-block;
      width: 60px;
      height: 8px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      margin: 0 5px;
      background: #ba1b21; }
      .theme_Slider .owl-carousel .owl-controls .owl-dot.active {
        background: #fff;
        border: 0px solid #; }
  .theme_Slider .item {
    width: 100%;
    height: 100%;
    background: #fff; }
    .theme_Slider .item .itemOne {
      height: 600px;
      width: 100%;
      -moz-background-size: cover;
      /*for Firefox*/
      -webkit-background-size: cover;
      /*for Google Chrome、Safari*/
      -o-background-size: cover;
      /*for Opera*/
      background-size: cover;
      /*for IE*/
      background-position: center; }
      @media only screen and (max-width: 1339px) {
        .theme_Slider .item .itemOne {
          height: 0;
          padding-bottom: 38.2%; } }
    .theme_Slider .item .itemProduct {
      max-width: 1280px;
      margin: 0 auto;
      overflow: hidden; }
      .theme_Slider .item .itemProduct a {
        width: 33.33%;
        display: block;
        float: left;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px solid #D8D8D8; }
        @media only screen and (max-width: 425px) {
          .theme_Slider .item .itemProduct a {
            width: 100%;
            padding: 15px;
            border-left: 0;
            border-top: 1px solid #D8D8D8; } }
        .theme_Slider .item .itemProduct a:last-child {
          border-right: 1px solid #D8D8D8; }
          @media only screen and (max-width: 425px) {
            .theme_Slider .item .itemProduct a:last-child {
              border-right: 0; } }
        .theme_Slider .item .itemProduct a .itemProductImg {
          width: 100%;
          height: 0;
          padding-bottom: 68.75%;
          -moz-background-size: cover;
          /*for Firefox*/
          -webkit-background-size: cover;
          /*for Google Chrome、Safari*/
          -o-background-size: cover;
          /*for Opera*/
          background-size: cover;
          /*for IE*/
          background-position: center; }
        .theme_Slider .item .itemProduct a p {
          padding: 15px 0; }
          .theme_Slider .item .itemProduct a p .itemName {
            color: #495c80;
            font-weight: bold;
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 5px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            min-height: 0px; }
          .theme_Slider .item .itemProduct a p .itemDes {
            color: #696969;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            min-height: 0px;
            margin-bottom: -15px;
            letter-spacing: 1px; }
  .theme_Slider .buttonAll {
    display: none;
    max-width: 1520px;
    width: 100%;
    height:40px;
    z-index: 3;
    bottom: 22%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none; }
  .theme_Slider .prev, .theme_Slider .next {
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    /*background: rgba(186, 27, 33, 1.0);*/
    background-color: rgba(255,255,255,0.1);
    position: relative;
    display: inline-block;
    pointer-events: auto;

	}
    @media only screen and (max-width: 1440px) {
      .theme_Slider .prev, .theme_Slider .next {
        width: 90px;
        height: 40px; } }
    @media only screen and (max-width: 1024px) {
      .theme_Slider .prev, .theme_Slider .next {
        width: 80px;
        height: 40px; } }
    @media only screen and (max-width: 425px) {
      .theme_Slider .prev, .theme_Slider .next {
        width: 40px;
        height: 40px;
            background-color: rgba(255,255,255,0.1);
 } }
    .theme_Slider .prev:before, .theme_Slider .prev:after, .theme_Slider .next:before, .theme_Slider .next:after {
      content: '';
      width: 10px;
      height: 2px;
      position: absolute;
      background: #; }
      @media only screen and (max-width: 1024px) {
        .theme_Slider .prev:before, .theme_Slider .prev:after, .theme_Slider .next:before, .theme_Slider .next:after {
          width: 10px;
          height: 2px; } }
  @media only screen and (max-width: 1440px) {
    .theme_Slider .prev {
      margin-left: -60px; } }
  @media only screen and (max-width: 1024px) {
    .theme_Slider .prev {
      margin-left: -40px; } }
  @media only screen and (max-width: 425px) {
    .theme_Slider .prev {
      margin-left: 10px; } }
  .theme_Slider .prev:before, .theme_Slider .prev:after {
    right: 50%;
    margin-right: -6px; }
    @media only screen and (max-width: 1440px) {
      .theme_Slider .prev:before, .theme_Slider .prev:after {
        right: 15%;
        margin-right: 0; } }
    @media only screen and (max-width: 425px) {
      .theme_Slider .prev:before, .theme_Slider .prev:after {
        right: 50%;
        margin-right: -4px; } }
  .theme_Slider .prev:before {
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media only screen and (max-width: 1024px) {
      .theme_Slider .prev:before {
        margin-top: -4px; } }
  .theme_Slider .prev:after {
    bottom: 50%;
    margin-bottom: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media only screen and (max-width: 1024px) {
      .theme_Slider .prev:after {
        margin-bottom: -4px; } }
  .theme_Slider .next {
    float: right; }
    @media only screen and (max-width: 1440px) {
      .theme_Slider .next {
        margin-right: -60px; } }
    @media only screen and (max-width: 1024px) {
      .theme_Slider .next {
        margin-right: -40px; } }
    @media only screen and (max-width: 425px) {
      .theme_Slider .next {
        margin-right: 10px; } }
    .theme_Slider .next:before, .theme_Slider .next:after {
      left: 50%;
      margin-left: -6px; }
      @media only screen and (max-width: 1440px) {
        .theme_Slider .next:before, .theme_Slider .next:after {
          left: 15%;
          margin-left: 0; } }
      @media only screen and (max-width: 425px) {
        .theme_Slider .next:before, .theme_Slider .next:after {
          left: 50%;
          margin-left: -4px; } }
    .theme_Slider .next:before {
      top: 50%;
      margin-top: -4px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media only screen and (max-width: 1024px) {
        .theme_Slider .next:before {
          margin-top: -4px; } }
    .theme_Slider .next:after {
      bottom: 50%;
      margin-bottom: -4px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media only screen and (max-width: 1024px) {
        .theme_Slider .next:after {
          margin-bottom: -4px; } }

.searchBox {
  width: 100%;
  background: #F2F2F2;
  padding: 40px 0;
  text-align: center;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .searchBox {
      padding: 30px 20px; } }
  @media only screen and (max-width: 425px) {
    .searchBox {
      padding: 30px 10px; } }
  .searchBox p {
    font-size: 20px;
    color: #666;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    padding: 0 35px; }
    @media only screen and (max-width: 1024px) {
      .searchBox p {
        font-size: 18px; } }
    @media only screen and (max-width: 768px) {
      .searchBox p {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 30px; } }
  .searchBox input {
    color: #666;
    width: 400px;
    height: 40px;
    display: inline-block;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #666;
    background: #fff;
    padding: 0 20px;
    font-size: 15px; }
    @media only screen and (max-width: 1024px) {
      .searchBox input {
        width: 300px;
        height: 40px;
        font-size: 14px; } }
    @media only screen and (max-width: 768px) {
      .searchBox input {
        display: block;
        margin: 0 auto 15px auto; } }
    @media only screen and (max-width: 425px) {
      .searchBox input {
        width: 100%;
        height: 30px;
        text-align: center; } }
  .searchBox button {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    width: auto;
    height: 40px;
    background: #ba1b21;
    padding: 0 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 15px;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .searchBox button {
        margin: 0 5px; } }
    @media only screen and (max-width: 425px) {
      .searchBox button {
        width: calc(50% - 5px);
        float: left;
        height: 30px;
        padding: 0;
        margin: 0 5px 0 0;
        font-size: 14px; }
        .searchBox button:last-child {
          margin: 0 0 0 5px; } }

.searchList {
  display: none;
  overflow: hidden;
  padding: 0 15px;
  max-width: 1440px;
  margin: 0 auto; }
  @media only screen and (max-width: 425px) {
    .searchList {
      padding: 0 5px; } }
  .searchList h4 {
    color: #666;
    font-size: 18px;
    line-height: 25px;
    padding: 25px 0;
    text-align: center; }
    @media only screen and (max-width: 425px) {
      .searchList h4 {
        padding: 15px 0; } }
  .searchList ul {
    overflow: hidden; }
    .searchList ul.selectHidden {
      max-height: 294px;
      overflow: hidden;
      -webkit-transition: max-height 1s;
      -moz-transition: max-height 1s;
      -o-transition: max-height 1s;
      transition: max-height 1s; }
      @media only screen and (max-width: 425px) {
        .searchList ul.selectHidden {
          max-height: 256px; } }
    .searchList ul.selectShow {
      max-height: 1500px;
      -webkit-transition: max-height 1s;
      -moz-transition: max-height 1s;
      -o-transition: max-height 1s;
      transition: max-height 1s; }
    .searchList ul li {
      width: 25%;
      float: left;
      margin-bottom: 20px;
      padding: 0 10px; }
      @media only screen and (max-width: 768px) {
        .searchList ul li {
          width: 33.33%; } }
      @media only screen and (max-width: 425px) {
        .searchList ul li {
          width: 50%;
          padding: 0 5px;
          margin-bottom: 10px; } }
      .searchList ul li.width100 {
        width: 100%; }
      .searchList ul li p {
        color: #222;
        font-size: 18px;
        line-height: 25px;
        font-weight: bold;
        margin-bottom: 12px;
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media only screen and (max-width: 425px) {
          .searchList ul li p {
            font-size: 15px;
            line-height: 20px; } }
      .searchList ul li select {
        width: 100%;
        height: 90px;
        font-size: 15px;
        line-height: 20px;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none; }
        @media only screen and (max-width: 425px) {
          .searchList ul li select {
            font-size: 14px;
            line-height: 18px; } }
  .searchList .checkbox {
    cursor: pointer;
    overflow: hidden;
    float: left;
    margin: 0 20px 10px 0; }
    @media only screen and (max-width: 425px) {
      .searchList .checkbox {
        margin: 0 10px 10px 0; } }
    .searchList .checkbox span {
      float: left;
      color: #222;
      font-size: 15px;
      line-height: 18px; }
      @media only screen and (max-width: 425px) {
        .searchList .checkbox span {
          font-size: 14px;
          line-height: 18px; } }
    .searchList .checkbox input[type=radio] {
      float: left;
      margin-right: 12px;
      border: 1px solid #979797;
      background: #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      @media only screen and (max-width: 425px) {
        .searchList .checkbox input[type=radio] {
          margin-right: 7px; } }
    .searchList .checkbox input[type=radio], .searchList .checkbox [type=radio]:checked {
      width: 18px;
      height: 18px;
      padding: 0;
      -webkit-transition: 100ms;
      -moz-transition: 100ms;
      -o-transition: 100ms;
      transition: 100ms; }
    .searchList .checkbox input[type=radio]:checked {
      position: relative;
      border: 1px solid #ba1b21; }
      .searchList .checkbox input[type=radio]:checked:before {
        content: '';
        top: 1px;
        left: 1px;
        background: #ba1b21;
        position: absolute;
        width: 14px;
        height: 14px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
  .searchList .selectShowBtn {
    text-align: center;
    width: 100%;
    clear: both;
    color: #457ca2;
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto 10px auto;
    cursor: pointer; }
    @media only screen and (max-width: 425px) {
      .searchList .selectShowBtn {
        font-size: 14px;
        line-height: 21px;
        margin: 5px auto 20px auto; } }
  .searchList .searchListBtn {
    text-align: center;
    width: 100%;
    clear: both; }
    @media only screen and (max-width: 425px) {
      .searchList .searchListBtn {
        padding: 0 5px; } }
    .searchList .searchListBtn button {
      color: #fff;
      font-size: 15px;
      line-height: 21px;
      max-width: 300px;
      width: 100%;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      margin: 15px 5px 40px 5px;
      height: 40px;
      background: #ba1b21;
      clear: both;
      overflow: hidden;
      cursor: pointer; }
      .searchList .searchListBtn button.clearAll {
        background: #525252; }
      @media only screen and (max-width: 425px) {
        .searchList .searchListBtn button {
          height: 30px;
          margin: 5px auto 20px auto;
          font-size: 14px;
          line-height: 21px; } }

.searchList_page {
  display: block !important; }

.bread {
  width: 100%;
  height: 53px;
  padding: 18px 21px;
  overflow: hidden;
  background: #ba1b21;
  /*background: #ba1b21;*/
  -webkit-box-shadow: inset 0px 13px 16px #ba1b21;
  -moz-box-shadow: inset 0px 13px 16px #ba1b21;
  box-shadow: inset 0px 13px 16px #ba1b21; }
  .bread a, .bread span {
    color: #fff;
    float: left;
    margin-right: 5px;
    font-size: 14px;
    line-height: 14px; }

.product_all {
  max-width: 1440px;
  margin: 0 auto;
  background: #F2F2F2;
  overflow: hidden; }

.product_nav {
  width: 230px;
  float: left; }
  @media only screen and (max-width: 1200px) {
    .product_nav {
      width: 100%;
      white-space: nowrap;
      overflow-y: hidden;
      overflow-x: auto;
      position: relative; } }
  .product_nav .ps {
    display: none; }
    @media only screen and (max-width: 1200px) {
      .product_nav .ps {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 5px 25px;
        letter-spacing: 1px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.8);
        display: block;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: cubic-bezier(0.79, 0.1, 0.49, 1.43);
        animation-timing-function: cubic-bezier(0.79, 0.1, 0.49, 1.43);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
        .product_nav .ps_off {
          display: none; } }
    @media only screen and (max-width: 425px) {
      .product_nav .ps {
        font-size: 13px;
        line-height: 15px; } }
  .product_nav ul {
    padding-top: 50px; }
    .product_nav ul.open {
      padding-top: 10px;
      padding-left: 15px;
      margin-top: -15px;
      padding-bottom: 20px; }
      @media only screen and (max-width: 1200px) {
        .product_nav ul.open {
          display: none; } }
      .product_nav ul.open a {
        color: #5a5a5a;
        margin-bottom: 10px;
        padding-left: 40px;
        font-weight: 300; }
      .product_nav ul.open li a.arrive {
        margin-top: 0px; }
      .product_nav ul.open li:last-child a {
        margin-bottom: 15px; }
    @media only screen and (max-width: 1200px) {
      .product_nav ul {
        padding: 0 10px; } }
    @media only screen and (max-width: 1200px) {
      .product_nav ul li {
        display: inline-block; } }
    .product_nav ul li a {
      color: #222;
      display: block;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 15px;
      padding-left: 40px;
      font-weight: 500;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media only screen and (max-width: 1200px) {
        .product_nav ul li a {
          padding: 15px 0;
          margin: 0 10px; } }
      @media only screen and (max-width: 425px) {
        .product_nav ul li a {
          padding: 10px 0;
          margin: 0 10px; } }
      .product_nav ul li a.arrive {
        margin-top: 33px; }
        @media only screen and (max-width: 1200px) {
          .product_nav ul li a.arrive {
            margin-top: 0; } }
      .product_nav ul li a.arrive, .product_nav ul li a:hover {
        color: #ba1b21; }

.product_box, .product_box_all {
  width: calc(100% - 230px);
  float: left;
  background: #fff;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .product_box, .product_box_all {
      width: 100%; } }
  .product_box .product-title, .product_box_all .product-title {
    padding: 30px 50px;
    clear: both;
    overflow: hidden;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .product_box .product-title, .product_box_all .product-title {
        padding: 20px; } }
    @media only screen and (max-width: 425px) {
      .product_box .product-title, .product_box_all .product-title {
        padding: 15px; } }
    .product_box .product-title h2, .product_box_all .product-title h2 {
      color: #222;
      font-size: 30px;
      line-height: 40px;
      font-weight: bold;
      float: left; }
      @media only screen and (max-width: 768px) {
        .product_box .product-title h2, .product_box_all .product-title h2 {
          font-size: 25px;
          line-height: 30px; } }
      @media only screen and (max-width: 630px) {
        .product_box .product-title h2, .product_box_all .product-title h2 {
          float: none;
          text-align: center;
          width: 100%;
          font-size: 20px;
          line-height: 30px; } }
    .product_box .product-title .allSearch, .product_box_all .product-title .allSearch {
      width: 190px;
      height: 40px;
      display: inline-block;
      position: relative;
      background: #fff;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      @media only screen and (max-width: 768px) {
        .product_box .product-title .allSearch, .product_box_all .product-title .allSearch {
          width: 190px;
          height: 30px; } }
      @media only screen and (max-width: 630px) {
        .product_box .product-title .allSearch, .product_box_all .product-title .allSearch {
          width: 100%;
          height: 30px;
          display: block;
          float: left; } }
      .product_box .product-title .allSearch .allSearchBtn, .product_box_all .product-title .allSearch .allSearchBtn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px; }
        @media only screen and (max-width: 768px) {
          .product_box .product-title .allSearch .allSearchBtn, .product_box_all .product-title .allSearch .allSearchBtn {
            width: 30px;
            height: 30px; } }
        .product_box .product-title .allSearch .allSearchBtn img, .product_box_all .product-title .allSearch .allSearchBtn img {
          max-width: 100%; }
      .product_box .product-title .allSearch input, .product_box_all .product-title .allSearch input {
        color: #222;
        font-size: 14px;
        width: 100%;
        height: 100%;
        padding: 0 38px 0 16px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 1px solid #222; }
        .product_box .product-title .allSearch input::-webkit-input-placeholder, .product_box_all .product-title .allSearch input::-webkit-input-placeholder {
          font-size: 14px;
          color: #222;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .product_box .product-title .allSearch input::-moz-placeholder, .product_box_all .product-title .allSearch input::-moz-placeholder {
          font-size: 14px;
          color: #222;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .product_box .product-title .allSearch input:-ms-input-placeholder, .product_box_all .product-title .allSearch input:-ms-input-placeholder {
          font-size: 14px;
          color: #222;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .product_box .product-title .allSearch input:-moz-placeholder, .product_box_all .product-title .allSearch input:-moz-placeholder {
          font-size: 14px;
          color: #222;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        @media only screen and (max-width: 425px) {
          .product_box .product-title .allSearch input, .product_box_all .product-title .allSearch input {
            padding: 0 28px 0 15px; } }
    .product_box .product-title a, .product_box_all .product-title a {
      color: #fff;
      display: inline-block;
      font-size: 15px;
      line-height: 40px;
      width: auto;
      height: 40px;
      background: #ba1b21;
      padding: 0 40px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      margin-left: 15px;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .product_box .product-title a, .product_box_all .product-title a {
          width: auto;
          height: 30px;
          font-size: 14px;
          line-height: 30px;
          padding: 0 15px; } }
      @media only screen and (max-width: 630px) {
        .product_box .product-title a, .product_box_all .product-title a {
          text-align: center;
          width: 100%;
          height: 30px;
          padding: 0;
          margin: 10px 0 0 0; } }
  .product_box .product-title2, .product_box_all .product-title2 {
    padding: 30px 50px 20px 50px;
    clear: both;
    overflow: hidden;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .product_box .product-title2, .product_box_all .product-title2 {
        padding: 20px; } }
    @media only screen and (max-width: 425px) {
      .product_box .product-title2, .product_box_all .product-title2 {
        padding: 15px; } }
    .product_box .product-title2 .select, .product_box_all .product-title2 .select {
      width: 40%;
      height: 40px;
      display: inline-block;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #222;
      overflow: hidden;
      background: #fff;
      padding: 0 15px;
      margin: 0 5px; }
      @media only screen and (max-width: 768px) {
        .product_box .product-title2 .select, .product_box_all .product-title2 .select {
          width: 40%;
          height: 30px; } }
      @media only screen and (max-width: 630px) {
        .product_box .product-title2 .select, .product_box_all .product-title2 .select {
          width: 45%;
          height: 30px; } }
      .product_box .product-title2 .select select, .product_box_all .product-title2 .select select {
        width: 100%;
        height: 40px;
        background: #fff;
        border: 0; }
        @media only screen and (max-width: 768px) {
          .product_box .product-title2 .select select, .product_box_all .product-title2 .select select {
            width: 100%;
            height: 30px; } }
    .product_box .product-title2 .allSearch, .product_box_all .product-title2 .allSearch {
      width: 40%;
      height: 40px;
      display: inline-block;
      position: relative;
      background: #fff;
      margin: 0 5px; }
      @media only screen and (max-width: 768px) {
        .product_box .product-title2 .allSearch, .product_box_all .product-title2 .allSearch {
          width: 40%;
          height: 30px; } }
      @media only screen and (max-width: 630px) {
        .product_box .product-title2 .allSearch, .product_box_all .product-title2 .allSearch {
          width: 45%;
          height: 30px; } }
      .product_box .product-title2 .allSearch .allSearchBtn, .product_box_all .product-title2 .allSearch .allSearchBtn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px; }
        @media only screen and (max-width: 768px) {
          .product_box .product-title2 .allSearch .allSearchBtn, .product_box_all .product-title2 .allSearch .allSearchBtn {
            width: 30px;
            height: 30px; } }
        .product_box .product-title2 .allSearch .allSearchBtn img, .product_box_all .product-title2 .allSearch .allSearchBtn img {
          max-width: 100%; }
      .product_box .product-title2 .allSearch input, .product_box_all .product-title2 .allSearch input {
        color: #222;
        font-size: 14px;
        width: 100%;
        height: 100%;
        padding: 0 38px 0 16px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 1px solid #222; }
        .product_box .product-title2 .allSearch input::-webkit-input-placeholder, .product_box_all .product-title2 .allSearch input::-webkit-input-placeholder {
          font-size: 14px;
          color: #222;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .product_box .product-title2 .allSearch input::-moz-placeholder, .product_box_all .product-title2 .allSearch input::-moz-placeholder {
          font-size: 14px;
          color: #222;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .product_box .product-title2 .allSearch input:-ms-input-placeholder, .product_box_all .product-title2 .allSearch input:-ms-input-placeholder {
          font-size: 14px;
          color: #222;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        .product_box .product-title2 .allSearch input:-moz-placeholder, .product_box_all .product-title2 .allSearch input:-moz-placeholder {
          font-size: 14px;
          color: #222;
          font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
          letter-spacing: 1px;
          font-weight: 300; }
        @media only screen and (max-width: 425px) {
          .product_box .product-title2 .allSearch input, .product_box_all .product-title2 .allSearch input {
            padding: 0 28px 0 15px; } }
    .product_box .product-title2 a, .product_box_all .product-title2 a {
      color: #fff;
      display: inline-block;
      font-size: 15px;
      line-height: 40px;
      width: auto;
      height: 40px;
      background: #ba1b21;
      padding: 0 40px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      margin-left: 15px;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .product_box .product-title2 a, .product_box_all .product-title2 a {
          width: auto;
          height: 30px;
          font-size: 14px;
          line-height: 30px;
          padding: 0 15px; } }
  .product_box .gradien, .product_box_all .gradien {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    overflow: visible;
    padding: 55px 0 0 0 !important; }
    @media only screen and (max-width: 768px) {
      .product_box .gradien, .product_box_all .gradien {
        padding: 30px 0 0 0 !important;
        margin-bottom: 60px; } }
    .product_box .gradien h2, .product_box_all .gradien h2 {
      color: #fff;
      float: none;
      display: inline-block;
      border-bottom: 0 !important;
      position: relative;
      line-height: 24px !important;
      vertical-align: top;
      padding-right: 50px; }
      @media only screen and (max-width: 768px) {
        .product_box .gradien h2, .product_box_all .gradien h2 {
          width: 100% !important;
          padding-right: 0 !important;
          margin-bottom: 10px !important; } }
      .product_box .gradien h2:after, .product_box_all .gradien h2:after {
        content: '';
        position: absolute;
        top: 23px;
        right: 0;
        width: 60px;
        height: 1px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media only screen and (max-width: 768px) {
          .product_box .gradien h2:after, .product_box_all .gradien h2:after {
            top: auto;
            width: 40px;
            bottom: -25px;
            right: 50%;
            margin-right: -20px;
            display: none; } }
      @media only screen and (max-width: 425px) {
        .product_box .gradien h2, .product_box_all .gradien h2 {
          margin-bottom: 10px; } }
    .product_box .gradien p, .product_box_all .gradien p {
      color: #fff;
      vertical-align: top;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
      display: inline-block;
      max-width: 500px;
      text-align: left;
      letter-spacing: 1px; }
      @media only screen and (max-width: 768px) {
        .product_box .gradien p, .product_box_all .gradien p {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 10px;
          min-height: 240px;
          padding: 0 25px; } }
    .product_box .gradien .gradienBtn, .product_box_all .gradien .gradienBtn {
      margin-top: 15px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 768px) {
        .product_box .gradien .gradienBtn, .product_box_all .gradien .gradienBtn {
          position: absolute;
          top: 217px;
          width: 100%; } }
      .product_box .gradien .gradienBtn .allSearch, .product_box_all .gradien .gradienBtn .allSearch {
        width: 190px;
        height: 36px;
        display: inline-block;
        position: relative;
        background: #fff;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px; 
		}
        @media only screen and (max-width: 768px) {
          .product_box .gradien .gradienBtn .allSearch, .product_box_all .gradien .gradienBtn .allSearch {
            width: 51%;
            height: 30px;
            clear: both;
            float: none !important; } }
        .product_box .gradien .gradienBtn .allSearch .allSearchBtn, .product_box_all .gradien .gradienBtn .allSearch .allSearchBtn {
          position: absolute;
          top: 0;
          right: 0;
          width: 30px;
          height: 36px; }
          @media only screen and (max-width: 768px) {
            .product_box .gradien .gradienBtn .allSearch .allSearchBtn, .product_box_all .gradien .gradienBtn .allSearch .allSearchBtn {
              width: 30px;
              height: 30px; } }
          .product_box .gradien .gradienBtn .allSearch .allSearchBtn img, .product_box_all .gradien .gradienBtn .allSearch .allSearchBtn img {
            max-width: 100%; 
			
			}
        .product_box .gradien .gradienBtn .allSearch input, .product_box_all .gradien .gradienBtn .allSearch input {
          color: #222;
          font-size: 13px;
          width: 100%;
          height: 100%;
          padding: 0 0px 0 16px;
          -webkit-background-clip: padding-box;
          -moz-background-clip: padding;
          background-clip: padding-box;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          border: 1px solid #222; }
          .product_box .gradien .gradienBtn .allSearch input::-webkit-input-placeholder, .product_box_all .gradien .gradienBtn .allSearch input::-webkit-input-placeholder {
            font-size: 13px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .gradien .gradienBtn .allSearch input::-moz-placeholder, .product_box_all .gradien .gradienBtn .allSearch input::-moz-placeholder {
            font-size: 13px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .gradien .gradienBtn .allSearch input:-ms-input-placeholder, .product_box_all .gradien .gradienBtn .allSearch input:-ms-input-placeholder {
            font-size: 13px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .gradien .gradienBtn .allSearch input:-moz-placeholder, .product_box_all .gradien .gradienBtn .allSearch input:-moz-placeholder {
            font-size: 13px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          @media only screen and (max-width: 768px) {
            .product_box .gradien .gradienBtn .allSearch input, .product_box_all .gradien .gradienBtn .allSearch input {
              padding: 0 28px 0 15px; } }
      .product_box .gradien .gradienBtn a, .product_box_all .gradien .gradienBtn a {
        color: #fff;
        display: inline-block;
        font-size: 13px;
        line-height: 36px;
        width: 112px;
        height: 36px;
        background: #ba1b21;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-left: 15px;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          .product_box .gradien .gradienBtn a, .product_box_all .gradien .gradienBtn a {
            width: 51%;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            padding: 0 15px;
            margin-left: 0;
            float: none;
            clear: both; } }
  .product_box .ugpadding, .product_box_all .ugpadding {
    padding: 0 !important; }
  .product_box .product-ugTitle, .product_box_all .product-ugTitle {
    padding: 25px 10px;
    clear: both;
    overflow: hidden;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .product_box .product-ugTitle, .product_box_all .product-ugTitle {
        padding: 15px 10px; } }
    .product_box .product-ugTitle .product-ugTitleA, .product_box_all .product-ugTitle .product-ugTitleA {
      margin-bottom: 25px; }
      @media only screen and (max-width: 768px) {
        .product_box .product-ugTitle .product-ugTitleA, .product_box_all .product-ugTitle .product-ugTitleA {
          text-align: center;
          margin-bottom: 20px; } }
      .product_box .product-ugTitle .product-ugTitleA .allSearch, .product_box_all .product-ugTitle .product-ugTitleA .allSearch {
        width: 190px;
        height: 36px;
        display: inline-block;
        position: relative;
        background: #fff;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px; }
        @media only screen and (max-width: 768px) {
          .product_box .product-ugTitle .product-ugTitleA .allSearch, .product_box_all .product-ugTitle .product-ugTitleA .allSearch {
            width: 51%;
            height: 130px; } }
        .product_box .product-ugTitle .product-ugTitleA .allSearch .allSearchBtn, .product_box_all .product-ugTitle .product-ugTitleA .allSearch .allSearchBtn {
          position: absolute;
          top: 0;
          right: 0;
          width: 36px;
          height: 36px; }
          @media only screen and (max-width: 768px) {
            .product_box .product-ugTitle .product-ugTitleA .allSearch .allSearchBtn, .product_box_all .product-ugTitle .product-ugTitleA .allSearch .allSearchBtn {
              width: 30px;
              height: 30px; } }
          .product_box .product-ugTitle .product-ugTitleA .allSearch .allSearchBtn img, .product_box_all .product-ugTitle .product-ugTitleA .allSearch .allSearchBtn img {
            max-width: 100%; }
        .product_box .product-ugTitle .product-ugTitleA .allSearch input, .product_box_all .product-ugTitle .product-ugTitleA .allSearch input {
          color: #222;
          font-size: 14px;
          width: 100%;
          height: 100%;
          padding: 0 38px 0 16px;
          -webkit-background-clip: padding-box;
          -moz-background-clip: padding;
          background-clip: padding-box;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          border: 1px solid #222; }
          .product_box .product-ugTitle .product-ugTitleA .allSearch input::-webkit-input-placeholder, .product_box_all .product-ugTitle .product-ugTitleA .allSearch input::-webkit-input-placeholder {
            font-size: 14px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .product-ugTitle .product-ugTitleA .allSearch input::-moz-placeholder, .product_box_all .product-ugTitle .product-ugTitleA .allSearch input::-moz-placeholder {
            font-size: 14px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .product-ugTitle .product-ugTitleA .allSearch input:-ms-input-placeholder, .product_box_all .product-ugTitle .product-ugTitleA .allSearch input:-ms-input-placeholder {
            font-size: 14px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .product-ugTitle .product-ugTitleA .allSearch input:-moz-placeholder, .product_box_all .product-ugTitle .product-ugTitleA .allSearch input:-moz-placeholder {
            font-size: 14px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
      .product_box .product-ugTitle .product-ugTitleA a, .product_box_all .product-ugTitle .product-ugTitleA a {
        color: #fff;
        display: inline-block;
        font-size: 13px;
        line-height: 36px;
        width: 112px;
        height: 36px;
        background: #ba1b21;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-left: 15px;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          .product_box .product-ugTitle .product-ugTitleA a, .product_box_all .product-ugTitle .product-ugTitleA a {
            width: 51%;
            height: 30px;
            font-size: 13px;
            line-height: 30px;
            padding: 0 15px;
            margin-left: 0;
            margin-top: 10px; } }
    .product_box .product-ugTitle .product-ugTitleB, .product_box_all .product-ugTitle .product-ugTitleB {
      text-align: left;
      padding-top: 18px;
      padding-bottom: 18px;
      padding-left: 60px;
      padding-right: 60px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #eaeef1;
      background: -webkit-gradient(linear, left top, right top, from(#ced1d4), to(#eaeef1));
      background: -webkit-linear-gradient(left, #ced1d4, #eaeef1);
      background: -moz-linear-gradient(left, #ced1d4, #eaeef1);
      background: -ms-linear-gradient(left, #ced1d4, #eaeef1);
      background: -o-linear-gradient(left, #ced1d4, #eaeef1);
      background: -webkit-gradient(linear, right left, from(#ced1d4), to(#eaeef1));
      background: -webkit-linear-gradient(left right, #ced1d4, #eaeef1);
      background: -o-linear-gradient(left right, #ced1d4, #eaeef1);
      background: linear-gradient(left right, #ced1d4, #eaeef1); }
      @media only screen and (max-width: 768px) {
        .product_box .product-ugTitle .product-ugTitleB, .product_box_all .product-ugTitle .product-ugTitleB {
          padding: 18px 20px; } }
      .product_box .product-ugTitle .product-ugTitleB p, .product_box_all .product-ugTitle .product-ugTitleB p {
        color: #222;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        padding-left: 10px;
        border-left: 5px solid #004694; }
        @media only screen and (max-width: 768px) {
          .product_box .product-ugTitle .product-ugTitleB p, .product_box_all .product-ugTitle .product-ugTitleB p {
            font-size: 20px;
            line-height: 25px; } }
        .product_box .product-ugTitle .product-ugTitleB p span, .product_box_all .product-ugTitle .product-ugTitleB p span {
          display: block;
          font-weight: bold;
          font-size: 16px;
          line-height: 20px; }
          @media only screen and (max-width: 768px) {
            .product_box .product-ugTitle .product-ugTitleB p span, .product_box_all .product-ugTitle .product-ugTitleB p span {
              font-size: 14px;
              line-height: 16px; } }
  .product_box .searchDetail, .product_box_all .searchDetail {
    padding: 0 50px 30px 50px;
    clear: both;
    overflow: hidden;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .product_box .searchDetail, .product_box_all .searchDetail {
        padding: 0 20px 20px 20px; } }
    @media only screen and (max-width: 425px) {
      .product_box .searchDetail, .product_box_all .searchDetail {
        padding: 0 15px 15px 15px; } }
    .product_box .searchDetail button, .product_box_all .searchDetail button {
      color: #222;
      width: auto;
      height: 30px;
      margin-left: 20px;
      margin-bottom: 5px;
      padding: 0 20px;
      border-radius: 50px;
      font-size: 15px;
      border: 1px solid #222; }
      .product_box .searchDetail button:hover, .product_box .searchDetail button:active, .product_box_all .searchDetail button:hover, .product_box_all .searchDetail button:active {
        color: #fff;
        background: #222; }
      @media only screen and (max-width: 768px) {
        .product_box .searchDetail button, .product_box_all .searchDetail button {
          width: auto;
          height: 25px;
          margin-left: 10px;
          padding: 0 15px; } }
      @media only screen and (max-width: 630px) {
        .product_box .searchDetail button, .product_box_all .searchDetail button {
          padding: 0 10px; } }
  .product_box .product-banner, .product_box_all .product-banner {
    width: 100%;
    padding: 0 47.5px 20px 47.5px; }
    @media only screen and (max-width: 768px) {
      .product_box .product-banner, .product_box_all .product-banner {
        padding: 0 20px 20px 20px; } }
    @media only screen and (max-width: 425px) {
      .product_box .product-banner, .product_box_all .product-banner {
        padding: 0 15px 15px 15px; } }
    .product_box .product-banner img, .product_box_all .product-banner img {
      max-width: 100%; }
    .product_box .product-banner p, .product_box_all .product-banner p {
      width: 100%;
      font-size: 15px;
      line-height: 21px;
      color: #209a67;
      padding: 15px 20px;
      letter-spacing: 2px;
      background: #eaf5f2;
      border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        .product_box .product-banner p, .product_box_all .product-banner p {
          font-size: 13px;
          line-height: 18px;
          padding: 10px 15px; } }
  .product_box ul, .product_box_all ul {
    padding: 0 42.5px;
    max-width: 1525px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .product_box ul, .product_box_all ul {
        padding: 0 10px; } }
    .product_box ul li, .product_box_all ul li {
      width: calc(25% - 10px);
      margin: 0 5px 20px 5px;
      display: none;
      float: left;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 768px) {
        .product_box ul li, .product_box_all ul li {
          width: calc(50% - 20px);
          margin: 0 10px 20px 10px; } }
      @media only screen and (max-width: 425px) {
        .product_box ul li, .product_box_all ul li {
          width: calc(100% - 10px);
          margin: 0 5px 20px 5px; } }
      .product_box ul li .product-img, .product_box_all ul li .product-img {
        width: 100%;
        height: 0;
        padding-bottom: 68.75%;
        float: left;
        background-position: 50% 50% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        float: left; }
      .product_box ul li .product-wording, .product_box_all ul li .product-wording {
        width: 100%;
        color: #495c80;
        padding: 10px 10px 10px 10px;
        overflow: hidden;
        display: block;
        border-top: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #f2f2f2; }
        .product_box ul li .product-wording p, .product_box_all ul li .product-wording p {
          font-size: 14px;
          line-height: 18px; }
          .product_box ul li .product-wording p:first-child, .product_box_all ul li .product-wording p:first-child {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px; }
          .product_box ul li .product-wording p:last-child, .product_box_all ul li .product-wording p:last-child {
            color: #696969;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            min-height: 66px; }
            @media only screen and (max-width: 425px) {
              .product_box ul li .product-wording p:last-child, .product_box_all ul li .product-wording p:last-child {
                min-height: auto;
                display: block; } }
  .product_box .ug-banner, .product_box_all .ug-banner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 274px;
    background-position: center;
    z-index: 78;
    -moz-background-size: cover;
    /*for Firefox*/
    -webkit-background-size: cover;
    /*for Google Chrome、Safari*/
    -o-background-size: cover;
    /*for Opera*/
    background-size: cover;
    /*for IE*/ }
    @media only screen and (max-width: 768px) {
      .product_box .ug-banner, .product_box_all .ug-banner {
        padding-bottom: 0;
        height: 212px; } }
  .product_box .ug-banner-in, .product_box_all .ug-banner-in {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 392px;
    background-position: center;
    z-index: 78;
    -moz-background-size: cover;
    /*for Firefox*/
    -webkit-background-size: cover;
    /*for Google Chrome、Safari*/
    -o-background-size: cover;
    /*for Opera*/
    background-size: cover;
    /*for IE*/
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .product_box .ug-banner-in, .product_box_all .ug-banner-in {
        padding-bottom: 0;
        height: 320px; } }
  .product_box .ugNew, .product_box_all .ugNew {
    position: relative;
    z-index: 87;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .product_box .ugNew, .product_box_all .ugNew {
        padding: 0; } }
    .product_box .ugNew .product-title, .product_box_all .ugNew .product-title {
      width: 100%;
      text-align: center;
      padding: 40px 50px 10px 50px; }
      .product_box .ugNew .product-title h2, .product_box_all .ugNew .product-title h2 {
        color: #fff;
        display: inline-block;
        float: none;
        font-size: 24px;
        line-height: 64px;
        border-bottom: 1px solid #fff;
        width: auto; }
        @media only screen and (max-width: 768px) {
          .product_box .ugNew .product-title h2, .product_box_all .ugNew .product-title h2 {
            margin-bottom: 40px; } }
    .product_box .ugNew .ug-product-title, .product_box_all .ugNew .ug-product-title {
      text-align: right;
      margin-bottom: 43px; }
      @media only screen and (max-width: 768px) {
        .product_box .ugNew .ug-product-title, .product_box_all .ugNew .ug-product-title {
          text-align: center;
          margin-bottom: 30px; } }
      .product_box .ugNew .ug-product-title .allSearch, .product_box_all .ugNew .ug-product-title .allSearch {
        width: 190px;
        height: 36px;
        display: inline-block;
        position: relative;
        background: #fff;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px; }
        @media only screen and (max-width: 768px) {
          .product_box .ugNew .ug-product-title .allSearch, .product_box_all .ugNew .ug-product-title .allSearch {
            width: 51%;
            height: 31px;
            clear: both;
            margin-bottom: 10px; } }
        .product_box .ugNew .ug-product-title .allSearch .allSearchBtn, .product_box_all .ugNew .ug-product-title .allSearch .allSearchBtn {
          position: absolute;
          top: 0;
          right: 0;
          width: 30px;
          height: 36px; }
          .product_box .ugNew .ug-product-title .allSearch .allSearchBtn img, .product_box_all .ugNew .ug-product-title .allSearch .allSearchBtn img {
            max-width: 100%; }
        .product_box .ugNew .ug-product-title .allSearch input, .product_box_all .ugNew .ug-product-title .allSearch input {
          color: #222;
          font-size: 13px;
          width: 100%;
          height: 100%;
          padding: 0 38px 0 16px;
          -webkit-background-clip: padding-box;
          -moz-background-clip: padding;
          background-clip: padding-box;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          border: 1px solid #222; }
          .product_box .ugNew .ug-product-title .allSearch input::-webkit-input-placeholder, .product_box_all .ugNew .ug-product-title .allSearch input::-webkit-input-placeholder {
            font-size: 13px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .ugNew .ug-product-title .allSearch input::-moz-placeholder, .product_box_all .ugNew .ug-product-title .allSearch input::-moz-placeholder {
            font-size: 13px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .ugNew .ug-product-title .allSearch input:-ms-input-placeholder, .product_box_all .ugNew .ug-product-title .allSearch input:-ms-input-placeholder {
            font-size: 13px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          .product_box .ugNew .ug-product-title .allSearch input:-moz-placeholder, .product_box_all .ugNew .ug-product-title .allSearch input:-moz-placeholder {
            font-size: 13px;
            color: #222;
            font-family: "Source Sans Pro","Helvetica Neue",Helvetica,'Microsoft JhengHei',Arial,sans-serif;
            letter-spacing: 1px;
            font-weight: 300; }
          @media only screen and (max-width: 768px) {
            .product_box .ugNew .ug-product-title .allSearch input, .product_box_all .ugNew .ug-product-title .allSearch input {
              padding: 0 28px 0 15px; } }
      .product_box .ugNew .ug-product-title a, .product_box_all .ugNew .ug-product-title a {
        color: #fff;
        display: inline-block;
        font-size: 13px;
        line-height: 36px;
        width: 112px;
        height: 36px;
        background: #ba1b21;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-left: 15px;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          .product_box .ugNew .ug-product-title a, .product_box_all .ugNew .ug-product-title a {
            width: 51%;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            padding: 0 15px;
            margin-left: 0;
            float: none;
            clear: both; } }
    @media only screen and (max-width: 768px) {
      .product_box .ugNew ul, .product_box_all .ugNew ul {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 13px;
        padding-right: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .product_box .ugNew ul li, .product_box_all .ugNew ul li {
      width: calc(33% - 35px);
      margin: 0 15px 20px 15px;
      display: none;
      float: left;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 10px #484848;
      -moz-box-shadow: 0px 0px 10px #484848;
      box-shadow: 0px 0px 10px #484848; }
      @media only screen and (max-width: 768px) {
        .product_box .ugNew ul li, .product_box_all .ugNew ul li {
          width: calc(100% - 26px);
          margin: 0 12px 20px 12px; } }
		  
    .product_box .ugNew2 ul li, .product_box_all .ugNew2 ul li {
      width: calc(20% - 35px);
      margin: 0 15px 20px 15px;
      display: none;
      float: left;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 10px #484848;
      -moz-box-shadow: 0px 0px 10px #484848;
      box-shadow: 0px 0px 10px #484848; }
		@media only screen and (max-width: 768px) {
        .product_box .ugNew ul li, .product_box_all .ugNew2 ul li {
          width: calc(100% - 26px);
          margin: 0 12px 20px 12px; } }
	  
	  
	  
		  .product_box .ugNew ul .product-wording-ugA, .product_box_all .ugNew ul .product-wording-ugA {
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 21px;
      height: 43px;
      color: #fff;
      text-align: center;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-top: 11px;
      padding-bottom: 11px;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #494949; }
      @media only screen and (max-width: 768px) {
        .product_box .ugNew ul .product-wording-ugA, .product_box_all .ugNew ul .product-wording-ugA {
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 46px;
          white-space: initial; } }
		  .product_box .ugNew ul .product-wording-ugA, .product_box_all .ugNew ul .product-wording-ugA {
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 21px;
      height: 43px;
      color: #fff;
      text-align: center;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-top: 11px;
      padding-bottom: 11px;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #494949; }
	  		  .product_box .ugNew ul .product-wording-ugA, .product_box_all .ugNew2 ul .product-wording-ugA {
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 21px;
      height: 43px;
      color: #fff;
      text-align: center;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-top: 11px;
      padding-bottom: 11px;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #494949; }

      @media only screen and (max-width: 768px) {
        .product_box .ugNew ul .product-wording-ugA, .product_box_all .ugNew2 ul .product-wording-ugA {
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 46px;
          white-space: initial; } }



		  
		  
		  
		  
		  
		  
		  

		  
		  
		  
		  
    .product_box .ugNew ul .product-img-ug, .product_box_all .ugNew ul .product-img-ug {
      width: 100%;
      float: left;
      background: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d6d6));
      background: -webkit-linear-gradient(top, #fff, #d6d6d6);
      background: -moz-linear-gradient(top, #fff, #d6d6d6);
      background: -ms-linear-gradient(top, #fff, #d6d6d6);
      background: -o-linear-gradient(top, #fff, #d6d6d6);
      background: -webkit-gradient(linear, bottom top, from(#fff), to(#d6d6d6));
      background: -webkit-linear-gradient(top bottom, #fff, #d6d6d6);
      background: -o-linear-gradient(top bottom, #fff, #d6d6d6);
      background: linear-gradient(top bottom, #fff, #d6d6d6); }		  
    .product_box .ugNew ul .product-img-ug, .product_box_all .ugNew2 ul .product-img-ug {
      width: 100%;
      float: left;
      background: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d6d6));
      background: -webkit-linear-gradient(top, #fff, #d6d6d6);
      background: -moz-linear-gradient(top, #fff, #d6d6d6);
      background: -ms-linear-gradient(top, #fff, #d6d6d6);
      background: -o-linear-gradient(top, #fff, #d6d6d6);
      background: -webkit-gradient(linear, bottom top, from(#fff), to(#d6d6d6));
      background: -webkit-linear-gradient(top bottom, #fff, #d6d6d6);
      background: -o-linear-gradient(top bottom, #fff, #d6d6d6);
      background: linear-gradient(top bottom, #fff, #d6d6d6); }
      .product_box .ugNew ul .product-img-ug img, .product_box_all .ugNew ul .product-img-ug img {
        max-width: 100%; }
      .product_box .ugNew ul .product-img-ug img, .product_box_all .ugNew2 ul .product-img-ug img {
        max-width: 100%; }		
    .product_box .ugNew ul .product-wording-ugB, .product_box_all .ugNew ul .product-wording-ugB {
      width: 100%;
      display: block;
      height: 112px;
      color: #505050;
      text-align: left;
      padding-top: 13px;
      padding-bottom: 13px;
      padding-left: 22px;
      padding-right: 22px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      float: left;
      overflow: hidden; }
    .product_box .ugNew ul .product-wording-ugB, .product_box_all .ugNew2 ul .product-wording-ugB {
      width: 100%;
      display: block;
      height: 112px;
      color: #505050;
      text-align: left;
      padding-top: 13px;
      padding-bottom: 13px;
      padding-left: 22px;
      padding-right: 22px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      float: left;
      overflow: hidden; }	
    .product_box .ugNew ul .product-wording-ugB, .product_box_all .ugNew2 ul .product-wording-ugB {
      width: 100%;
      display: block;
      height: 52px;
      color: #505050;
      text-align: left;
      padding-top: 13px;
      padding-bottom: 13px;
      padding-left: 22px;
      padding-right: 22px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      float: left;
      overflow: hidden; }		  
      .product_box .ugNew ul .product-wording-ugB p, .product_box_all .ugNew ul .product-wording-ugB p {
        font-size: 14px;
        line-height: 17px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
        @media only screen and (max-width: 768px) {
          .product_box .ugNew ul .product-wording-ugB p, .product_box_all .ugNew ul .product-wording-ugB p {
            height: 160px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical; } }
  .product_box .product-more, .product_box_all .product-more {
    overflow: hidden;
    margin-bottom: 50px;
    text-align: center;
    clear: both; }
    @media only screen and (max-width: 768px) {
      .product_box .product-more, .product_box_all .product-more {
        margin-bottom: 30px; } }
    .product_box .product-more button, .product_box_all .product-more button {
      color: #ba1b21;
      cursor: pointer;
      border: 1px solid #ba1b21;
      font-size: 15px;
      line-height: 21px;
      padding: 12px 70px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      @media only screen and (max-width: 768px) {
        .product_box .product-more button, .product_box_all .product-more button {
          padding: 8px 50px; } }
      @media only screen and (max-width: 425px) {
        .product_box .product-more button, .product_box_all .product-more button {
          font-size: 13px;
          line-height: 15px;
          margin-top: 20px; } }
      .product_box .product-more button:hover, .product_box_all .product-more button:hover {
        color: #fff;
        background: #ba1b21; }
  .product_box.result, .product_box_all.result {
    width: 100%; }
    .product_box.result .product-title, .product_box_all.result .product-title {
      padding: 30px 50px;
      clear: both;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .product_box.result .product-title, .product_box_all.result .product-title {
          padding: 20px 20px; } }
      @media only screen and (max-width: 425px) {
        .product_box.result .product-title, .product_box_all.result .product-title {
          padding: 15px 15px 20px 15px; } }
      .product_box.result .product-title h2, .product_box_all.result .product-title h2 {
        color: #525252;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 2px;
        text-align: center;
        width: 100%;
        font-weight: 300; }
      .product_box.result .product-title p, .product_box_all.result .product-title p {
        color: #222;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
        font-weight: bold; }
    .product_box.result .product-table, .product_box_all.result .product-table {
      max-height: calc(100vh - 300px); }

.product_box_all {
  width: 100%; }

.detail-gallery {
  overflow: hidden;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .detail-gallery {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 425px) {
    .detail-gallery {
      margin-bottom: 15px; } }

.detail-gallery-ug {
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .detail-gallery-ug {
      margin-bottom: 25px; } }

.detail-gallery-ug2 {
  width: calc(100% - 20px);
  margin: 0 auto;
  background: #d9dbde;
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .detail-gallery-ug2 {
      margin-bottom: 30px; } }
  .detail-gallery-ug2 .detail-gallery-ugh5 {
    width: 100%;
    margin-bottom: 20px; }
    .detail-gallery-ug2 .detail-gallery-ugh5 h5 {
      color: #1c2e73;
      font-size: 16px;
      line-height: 30px;
      border-bottom: 3px solid #1c2e73;
      display: inline-block;
      clear: both;
      font-weight: bold; }
  .detail-gallery-ug2 a {
    width: 50px;
    display: inline-block;
    font-size: 12px;
    color: #1c2e73;
    margin: 0 30px; }
    .detail-gallery-ug2 a span {
      font-weight: bold;
      display: inline-block; }
    .detail-gallery-ug2 a img {
      max-width: 100%;
      margin-bottom: 5px; }

.detail-gallery-left, .detail-gallery-right {
  width: 50%;
  float: left; 
}
  @media only screen and (max-width: 768px) {
    .detail-gallery-left, .detail-gallery-right {  
	font-size: 16px;
      width: 100%; } }

.detail-gallery-left {
  padding: 0 30px 0 60px;
  /* Elastislide Style */ }
  @media only screen and (max-width: 768px) {
    .detail-gallery-left {
      padding: 0 60px; } }
  @media only screen and (max-width: 425px) {
    .detail-gallery-left {
      padding: 0 35px; } }
  .detail-gallery-left ul {
    padding: 0; }
    .detail-gallery-left ul li {
      clear: none !important; }
  .detail-gallery-left .rg-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .detail-gallery-left .rg-thumbs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .detail-gallery-left .rg-image-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    background: transparent url(../images/black.png) repeat top left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 20px; }
  .detail-gallery-left .rg-image {
    position: relative;
    text-align: center;
    line-height: 0px;
    background: #D8D8D8;
    padding-bottom: 68.75%;
    height: 0;
    overflow: hidden; }
    .detail-gallery-left .rg-image img {
      width: 100%;
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .detail-gallery-left .rg-image-nav a {
    display: none; }
  .detail-gallery-left .rg-caption {
    text-align: center;
    margin-top: 15px;
    position: relative; }
    .detail-gallery-left .rg-caption p {
      font-size: 11px;
      line-height: 16px;
      letter-spacing: 2px;
      font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
      padding: 0 15px;
      text-transform: uppercase; }
  .detail-gallery-left .rg-view {
    display: none; }
  .detail-gallery-left .rg-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(../images/ajax-loader.gif) no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 100;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7; }
  .detail-gallery-left .es-carousel-wrapper {
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px; }
    @media only screen and (max-width: 576px) {
      .detail-gallery-left .es-carousel-wrapper {
        margin-bottom: 0px; } }
  .detail-gallery-left .es-carousel {
    overflow: hidden; }
    .detail-gallery-left .es-carousel ul {
      display: none; }
      .detail-gallery-left .es-carousel ul li {
        height: 100%;
        float: left;
        display: block;
        margin: 0;
        padding: 0; }
        .detail-gallery-left .es-carousel ul li a {
          display: block;
          border-style: solid;
          border-color: transparent;
          -webkit-touch-callout: none;
          /* option */
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .detail-gallery-left .es-carousel ul li a img {
            display: block;
            border: none;
            max-height: 100%;
            max-width: 100%; }
  .detail-gallery-left .es-nav span {
    left: -30px;
    background: url(../images/prevS.png);
    background-size: 15px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 576px) {
      .detail-gallery-left .es-nav span {
        left: -25px; } }
    .detail-gallery-left .es-nav span.es-nav-next {
      right: -30px;
      left: auto;
      background: url(../images/nextS.png);
      background-size: 15px; }
      @media only screen and (max-width: 576px) {
        .detail-gallery-left .es-nav span.es-nav-next {
          right: -25px; } }
    .detail-gallery-left .es-nav span:hover {
      opacity: 1.0; }

.detail-gallery-left-ug {
  width: 50%;
  float: left;
  padding: 40px 70px; }
  @media only screen and (max-width: 768px) {
    .detail-gallery-left-ug {
      width: 100%;
      padding: 20px 70px; } }
  .detail-gallery-left-ug img {
    max-width: 100%;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3); }

.btnAll {
  margin-top: 10px;
  text-align: right;
  margin-bottom: 45px; }
  @media only screen and (max-width: 768px) {
    .btnAll {
      text-align: center;
      overflow: hidden; } }
  .btnAll button {
    color: #fff;
    font-size: 12px;
    width: 140px;
    height: 43px;
    background: #004694;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .btnAll button {
        margin: 0 5px;
        max-width: 140px;
        width: 45%; } }
    .btnAll button img {
      width: 25px;
      margin-right: 5px; }

.detail-gallery-right {
  padding: 40px 35px; }
  @media only screen and (max-width: 768px) {
    .detail-gallery-right {
      padding: 0 30px; } }
  .detail-gallery-right p {
    color: #3b3b3b;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px; }
    @media only screen and (max-width: 768px) {
      .detail-gallery-right p {
        width: calc(100% - 80px);
        margin: 0 auto; } }
    .detail-gallery-right p.p_titleug {
      color: #1c2e73;
      border-left: 5px solid #1c2e73;
      font-size: 16px;
      line-height: 16px;
      padding-left: 5px; }
    .detail-gallery-right p span {
      font-weight: normal;
      display: inline-block;
      margin-left: 5px; }
  .detail-gallery-right hr {
    border-top: 1px solid #b5b5b5; }
  .detail-gallery-right a {
    color: #222;
    font-size: 15px;
    line-height: 50px;
    width: 125px;
    height: 50px;
    background: #e9f6e0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .detail-gallery-right a {
        font-size: 13px;
        line-height: 40px;
        width: 110px;
        height: 40px; } }
    @media only screen and (max-width: 425px) {
      .detail-gallery-right a {
        width: 100px;
        height: 40px; } }
    .detail-gallery-right a:hover {
      background: #d0efba; }

.product-table {
  width: calc(100% - 120px);
  overflow: auto;
  max-height: 550px;
  margin: 0 auto 50px auto;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .product-table {
        max-height: 400px;
      width: calc(100% - 60px);
      margin: 0 auto 25px auto; } }
  @media only screen and (max-width: 425px) {
    .product-table {
      width: calc(100% - 30px);
      margin: 0 auto 15px auto; } }
  .product-table table {
    margin: 0px auto 0 auto;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word; }
    @media only screen and (max-width: 425px) {
      .product-table table {
        margin: 0px auto 0 auto; } }
    .product-table table.fixed {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 11;
      left: 0;
      margin: 0 auto; }
    .product-table table td {
      padding: 15px 20px;
      word-wrap: break-word; }
      @media only screen and (max-width: 425px) {
        .product-table table td {
          padding: 10px 10px; } }
    .product-table table p {
      color: #222;
      font-size: 12px;
      line-height: 17px; }
      .product-table table p a {
        color: #116aff;
        font-size: 12px;
        line-height: 17px;
        display: inline-block; }
      .product-table table p img {
        width: 100px;
        max-width: 50px;
        vertical-align: top; }
    .product-table table thead {
      background: #525252; }
      .product-table table thead th {
        background: #525252; }
      .product-table table thead p {
        color: #fff; }
    .product-table table tbody {
      background: #cecece; }
      .product-table table tbody tr:nth-child(odd) {
        background: #e5e5e5; }
    .product-table table td {
      border: 1px solid #fff; }

.product-download {
  width: 100%;
  float: left;
  border: 1px solid #979797;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px; }
  .product-download h3 {
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 15px 0; }
  .product-download a {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    margin: 0 8px 10px 8px;
    color: #222; }
    .product-download a img {
      width: 20px;
      margin-right: 5px; }

.product-info {
  padding: 0 60px;
  clear: both;
  overflow: hidden; }
  @media only screen and (max-width: 425px) {
    .product-info {
      padding: 0 30px; } }
  .product-info h3 {
    color: #222;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 50px 0; }
    @media only screen and (max-width: 768px) {
      .product-info h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 25px 0; } }
    @media only screen and (max-width: 630px) {
      .product-info h3 {
        font-size: 20px;
        line-height: 30px; } }
  .product-info-application {
    text-align: center; }
    .product-info-application a {
      color: #222;
      display: inline-block;
      font-size: 18px;
      line-height: 25px;
      max-width: calc(30% - 60px);
      margin: 0 30px 10px 30px;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .product-info-application a {
          font-size: 15px;
          line-height: 20px;
          max-width: calc(50% - 30px);
          margin: 0 15px 10px 15px; } }
      @media only screen and (max-width: 425px) {
        .product-info-application a {
          font-size: 13px;
          line-height: 15px; } }
      .product-info-application a img {
        max-width: 160px;
        width: 100%; }
      .product-info-application a span {
        margin-top: 15px;
        display: block; }
  .product-info-slider {
    position: relative;
    margin-bottom: 50px; }
    .product-info-slider .product-img {
      width: 100%;
      height: 0;
      padding-bottom: 68.75%;
      float: left;
      background-position: 50% 50% !important;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      float: left; }
    .product-info-slider .product-wording {
      width: 100%;
      color: #222;
      background: #F2F2F2;
      padding: 20px 25px;
      overflow: hidden;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 768px) {
        .product-info-slider .product-wording {
          padding: 15px; } }
      .product-info-slider .product-wording p {
        font-size: 16px;
        line-height: 25px; }
    .product-info-slider .owl-dots {
      display: none !important; }
    .product-info-slider .buttonAll {
      max-width: 1440px;
      width: 100%;
      height: 20px;
      z-index: 3;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .product-info-slider .prev, .product-info-slider .next {
      width: 13px;
      height: 20px;
      cursor: pointer;
      position: relative;
      display: inline-block;
      pointer-events: auto; }
      .product-info-slider .prev:before, .product-info-slider .prev:after, .product-info-slider .next:before, .product-info-slider .next:after {
        content: '';
        width: 14px;
        height: 4px;
        position: absolute;
        background: #ba1b21;
        
		}
        @media only screen and (max-width: 1024px) {
          .product-info-slider .prev:before, .product-info-slider .prev:after, .product-info-slider .next:before, .product-info-slider .next:after {
            width: 10px;
            height: 2px; } }
    .product-info-slider .prev {
      margin-left: -30px; }
      @media only screen and (max-width: 425px) {
        .product-info-slider .prev {
          margin-left: -20px; } }
      .product-info-slider .prev:before, .product-info-slider .prev:after {
        right: 50%;
        margin-right: -6px; }
        @media only screen and (max-width: 1440px) {
          .product-info-slider .prev:before, .product-info-slider .prev:after {
            right: 25%;
            margin-right: 0; } }
        @media only screen and (max-width: 425px) {
          .product-info-slider .prev:before, .product-info-slider .prev:after {
            right: 50%;
            margin-right: -4px; } }
      .product-info-slider .prev:before {
        top: 50%;
        margin-top: -6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media only screen and (max-width: 1024px) {
          .product-info-slider .prev:before {
            margin-top: -4px; } }
      .product-info-slider .prev:after {
        bottom: 50%;
        margin-bottom: -6px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media only screen and (max-width: 1024px) {
          .product-info-slider .prev:after {
            margin-bottom: -4px; } }
    .product-info-slider .next {
      float: right;
      margin-right: -30px; 
	 
	  }
      @media only screen and (max-width: 425px) {
        .product-info-slider .next {
          margin-right: -20px; } }
      .product-info-slider .next:before, .product-info-slider .next:after {
        left: 50%;
        margin-left: -6px; }
        @media only screen and (max-width: 1440px) {
          .product-info-slider .next:before, .product-info-slider .next:after {
            left: 25%;
            margin-left: 0; } }
        @media only screen and (max-width: 425px) {
          .product-info-slider .next:before, .product-info-slider .next:after {
            left: 50%;
            margin-left: -4px; } }
      .product-info-slider .next:before {
        top: 50%;
        margin-top: -6px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media only screen and (max-width: 1024px) {
          .product-info-slider .next:before {
            margin-top: -4px; } }
      .product-info-slider .next:after {
        bottom: 50%;
        margin-bottom: -6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media only screen and (max-width: 1024px) {
          .product-info-slider .next:after {
            margin-bottom: -4px; } }



.enterMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  overflow: hidden; }

.enterBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: visible;
  opacity: 0;
  z-index: -1;
  padding: 40px;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  @media only screen and (max-width: 440px) {
    .enterBox {
      max-width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(0.7) translate(0, 0);
      -moz-transform: scale(0.7) translate(0, 0);
      -o-transform: scale(0.7) translate(0, 0);
      -ms-transform: scale(0.7) translate(0, 0);
      transform: scale(0.7) translate(0, 0); } }
  .enterBox.enterBox_show {
    z-index: 199999 !important;
    opacity: 1 !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    @media only screen and (max-width: 440px) {
      .enterBox.enterBox_show {
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0); } }
  .enterBox.enterBox_fixed {
    height: calc(100% - 40px); }
    @media only screen and (max-width: 440px) {
      .enterBox.enterBox_fixed {
        height: 100%; } }
  .enterBox h3 {
    color: #003d81;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .enterBox h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 630px) {
      .enterBox h3 {
        font-size: 20px;
        line-height: 30px; } }
  .enterBox .close {
    width: 27px;
    height: 27px;
    position: absolute;
    top: -13px;
    right: 50%;
    margin-right: -13px;
    background: #464646;
    cursor: pointer;
    border-radius: 50px; }
    .enterBox .close:before, .enterBox .close:after {
      content: "";
      position: absolute;
      width: 14px;
      height: 2px;
      background: #fff;
      top: 50%;
      left: 50%;
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }
    .enterBox .close:before {
      -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -moz-transform: rotate(45deg) translate(-50%, -50%);
      -o-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%); }
    .enterBox .close:after {
      -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -moz-transform: rotate(-45deg) translate(-50%, -50%);
      -o-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
      transform: rotate(-45deg) translate(-50%, -50%); }
  .enterBox a {
    color: #000000;
    font-size: 14px;
    background: #949494;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin: 5px; }
    @media only screen and (max-width: 768px) {
      .enterBox a {
        font-size: 13px; } }

.applications_all {
  overflow: hidden;
  width: 100%;
  float: left;
  background: #fff; }
  .applications_all ul.applications_list {
    padding: 50px 42.5px 0 42.5px;
    max-width: 1525px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .applications_all ul.applications_list {
        padding: 20px 10px 0 10px; } }
    .applications_all ul.applications_list li {
      width: 33.3%;
      padding: 0 10px 20px 10px;
      float: left; }
      @media only screen and (max-width: 600px) {
        .applications_all ul.applications_list li {
          width: 50%; }
          .applications_all ul.applications_list li:nth-child(2n+1) {
            clear: left; } }
      @media only screen and (max-width: 425px) {
        .applications_all ul.applications_list li {
          width: 100%;
          padding: 0 5px 10px 5px; } }
      .applications_all ul.applications_list li .product-img {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        float: left;
        background-position: 50% 50% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        float: left;
        position: relative; }
        .applications_all ul.applications_list li .product-img:before {
          content: '';
          position: absolute;
          background: rgba(0, 0, 0, 0.5);
          width: 100%;
          height: 100%; }
        .applications_all ul.applications_list li .product-img p {
          display: block;
          color: #fff;
          z-index: 2;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 15px;
          right: 15px;
          font-size: 15px;
          line-height: 20px;
          text-align: center; }
          .applications_all ul.applications_list li .product-img p span {
            font-size: 13px;
            line-height: 18px;
            opacity: 0;
            height: 0;
            display: block;
            margin-top: 10px; }
        .applications_all ul.applications_list li .product-img:hover:before {
          background: rgba(0, 0, 0, 0.7); }
        .applications_all ul.applications_list li .product-img:hover p {
          text-align: left;
          top: 15px;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
          .applications_all ul.applications_list li .product-img:hover p span {
            opacity: 1;
            height: auto; }
  .applications_all .applications_banner {
    height: 550px;
    -moz-background-size: cover;
    /*for Firefox*/
    -webkit-background-size: cover;
    /*for Google Chrome、Safari*/
    -o-background-size: cover;
    /*for Opera*/
    background-size: cover;
    /*for IE*/
    background-position: center;
    position: relative; }
    @media only screen and (max-width: 1339px) {
      .applications_all .applications_banner {
        height: 0;
        padding-bottom: 38.2%; } }
    .applications_all .applications_banner h2 {
      color: #fff;
      display: block;
      width: calc(100% - 40px);
      text-align: center;
      font-size: 35px;
      line-height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 768px) {
        .applications_all .applications_banner h2 {
          font-size: 25px;
          line-height: 40px; } }
      @media only screen and (max-width: 425px) {
        .applications_all .applications_banner h2 {
          font-size: 20px;
          line-height: 22px; } }
    .applications_all .applications_banner:before {
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .applications_all .applications_wording {
    max-width: 1440px;
    padding: 20px;
    margin: 0 auto 20px auto; }
    @media only screen and (max-width: 425px) {
      .applications_all .applications_wording {
        padding: 15px; } }
    .applications_all .applications_wording p {
      color: #222;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 25px; }
      @media only screen and (max-width: 425px) {
        .applications_all .applications_wording p {
          font-size: 13px;
          line-height: 20px; } }
    .applications_all .applications_wording a {
      width: 150px;
      display: block;
      margin: 0 auto;
      color: #fff;
      font-size: 18px;
      line-height: 25px;
      background: #2159b7;
      border-radius: 50px;
      padding: 15px 0;
      text-align: center; }
      @media only screen and (max-width: 425px) {
        .applications_all .applications_wording a {
          padding: 10px 0;
          font-size: 15px;
          line-height: 20px; } }
  .applications_all .applications_tab .applications_tab_btn {
    padding: 0 52.5px;
    max-width: 1525px;
    overflow: hidden;
    margin: 0 auto 20px auto; }
    @media only screen and (max-width: 768px) {
      .applications_all .applications_tab .applications_tab_btn {
        padding: 0 20px; } }
    @media only screen and (max-width: 425px) {
      .applications_all .applications_tab .applications_tab_btn {
        padding: 0 15px; } }
    .applications_all .applications_tab .applications_tab_btn p {
      width: 33.33%;
      display: block;
      float: left;
      color: #fff;
      letter-spacing: 5px;
      font-size: 16px;
      line-height: 20px;
      background: #949494;
      text-align: center;
      padding: 15px 0;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .applications_all .applications_tab .applications_tab_btn p:hover {
        background: #666; }
      .applications_all .applications_tab .applications_tab_btn p.arrive {
        background: #4476cc; }
        .applications_all .applications_tab .applications_tab_btn p.arrive:hover {
          background: #2159b7; }
      .applications_all .applications_tab .applications_tab_btn p:nth-child(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; }
  .applications_all .applications_tab .tab_select {
    padding: 0 52.5px;
    max-width: 1525px;
    margin: 0 auto 20px auto; }
    @media only screen and (max-width: 768px) {
      .applications_all .applications_tab .tab_select {
        padding: 0 20px; } }
    @media only screen and (max-width: 425px) {
      .applications_all .applications_tab .tab_select {
        padding: 0 15px; } }
    .applications_all .applications_tab .tab_select select {
      width: 100%;
      display: block;
      border: 1px solid #999;
      background: #fff;
      height: 30px; }
  .applications_all .applications_tab ul {
    padding: 0 47.5px;
    max-width: 1525px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .applications_all .applications_tab ul {
        padding: 0 10px; } }
    .applications_all .applications_tab ul li {
      width: calc(25% - 10px);
      margin: 0 5px 20px 5px;
      float: left;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 768px) {
        .applications_all .applications_tab ul li {
          width: calc(50% - 20px);
          margin: 0 10px 20px 10px; } }
      @media only screen and (max-width: 425px) {
        .applications_all .applications_tab ul li {
          width: calc(100% - 10px);
          margin: 0 5px 20px 5px; } }
      .applications_all .applications_tab ul li .youtube {
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        overflow: hidden; }
        .applications_all .applications_tab ul li .youtube iframe, .applications_all .applications_tab ul li .youtube object, .applications_all .applications_tab ul li .youtube embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .applications_all .applications_tab ul li .product-img {
        width: 100%;
        height: 0;
        padding-bottom: 68.75%;
        float: left;
        background-position: 50% 50% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        float: left; }
      .applications_all .applications_tab ul li .product-wording {
        width: 100%;
        color: #495c80;
        padding: 10px 10px 10px 10px;
        overflow: hidden;
        display: block;
        border-top: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .applications_all .applications_tab ul li .product-wording p {
          font-size: 13px;
          line-height: 18px; }
          .applications_all .applications_tab ul li .product-wording p:first-child {
            font-weight: 600;
            font-size: 15px;
            line-height: 20px; }
          .applications_all .applications_tab ul li .product-wording p:last-child {
            color: #696969;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            min-height: 54px; }
            @media only screen and (max-width: 425px) {
              .applications_all .applications_tab ul li .product-wording p:last-child {
                min-height: auto;
                display: block; } }
    .applications_all .applications_tab ul.applications_tab_B {
      display: none;
      padding-bottom: 20px;
      overflow: hidden; }
      .applications_all .applications_tab ul.applications_tab_B li {
        width: 100%;
        padding: 0 10px 10px 10px; }
        .applications_all .applications_tab ul.applications_tab_B li a {
          color: #222;
          font-size: 16px;
          line-height: 25px; }
          @media only screen and (max-width: 768px) {
            .applications_all .applications_tab ul.applications_tab_B li a {
              font-size: 13px;
              line-height: 16px; } }
    .applications_all .applications_tab ul.applications_tab_C {
      display: none; }
      .applications_all .applications_tab ul.applications_tab_C li {
        width: 33.33%; }
        .applications_all .applications_tab ul.applications_tab_C li:nth-child(4n+1) {
          clear: none; }
        .applications_all .applications_tab ul.applications_tab_C li:nth-child(3n+1) {
          clear: left; }
        @media only screen and (max-width: 600px) {
          .applications_all .applications_tab ul.applications_tab_C li {
            width: 50%; }
            .applications_all .applications_tab ul.applications_tab_C li:nth-child(3n+1) {
              clear: none; }
            .applications_all .applications_tab ul.applications_tab_C li:nth-child(2n+1) {
              clear: left; } }
        @media only screen and (max-width: 425px) {
          .applications_all .applications_tab ul.applications_tab_C li {
            width: 100%; }
            .applications_all .applications_tab ul.applications_tab_C li:nth-child(2n+1) {
              clear: none; } }

.enterBox.enterBox-table {
  max-width: calc(100% - 40px);
  max-height: 340px;
  padding: 20px; }
  @media only screen and (max-width: 425px) {
    .enterBox.enterBox-table {
      max-width: 100%;
      max-height: 100%;
      overflow: visible; } }
  .enterBox.enterBox-table .close {
    width: 13px;
    height: 13px;
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 20; }
    .enterBox.enterBox-table .close:before, .enterBox.enterBox-table .close:after {
      content: "";
      position: absolute;
      width: 14px;
      height: 2px;
      background: #222;
      top: 50%;
      left: 50%;
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }
    .enterBox.enterBox-table .close:before {
      -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -moz-transform: rotate(45deg) translate(-50%, -50%);
      -o-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%); }
    .enterBox.enterBox-table .close:after {
      -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -moz-transform: rotate(-45deg) translate(-50%, -50%);
      -o-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
      transform: rotate(-45deg) translate(-50%, -50%); }
  .enterBox.enterBox-table .product-table {
    width: 100%; }
    @media only screen and (max-width: 425px) {
      .enterBox.enterBox-table .product-table {
        max-height: 100%; } }
    .enterBox.enterBox-table .product-table table td {
      vertical-align: top; }
    .enterBox.enterBox-table .product-table table p a {
      padding: 0;
      background: none; }

.search_result ul li {
  display: block; }

.about_all {
  max-width: 1440px;
  margin: 0 auto;
  background: #f2f2f2;
  overflow: hidden;
  position: relative; }

.about_nav {
  width: 230px;
  float: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (max-width: 1200px) {
    .about_nav {
      position: absolute;
      z-index: 11;
      left: -230px;
      top: 383px;
      bottom: 0;
      background: #f2f2f2; } }
  @media only screen and (max-width: 425px) {
    .about_nav {
      top: 265px; } }
  .about_nav ul {
    padding-top: 0px; }
    @media only screen and (max-width: 1200px) {
      .about_nav ul {
        padding-top: 25px; 
			 text-align:center;

} }
    .about_nav ul.open {
      padding-top: 5px;
      margin-bottom: -20px;
      padding-bottom: 15px; 
}
      .about_nav ul.open a {
        color: #5a5a5a;
        margin: 0 0 10px 0;
        padding-left: 0px;
        font-weight: 300; 
		}
        @media only screen and (max-width: 1200px) {
          .about_nav ul.open a {
            padding-left: -20px; } }
    .about_nav ul li {
      overflow: hidden; 
	  		  background: url(images/about_navopen.png) no-repeat;

	  }
      .about_nav ul li a {
			
			
        color: #222;
        display: block;
        font-size: 16px;
        line-height: 10px;
        margin: 15px 0;
        padding-left: 20px;
        font-weight: 500;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media only screen and (max-width: 1200px) {
          .about_nav ul li a {
            padding-left: 30px; } }
        .about_nav ul li a.arrive, .about_nav ul li a:hover {
          color: #ba1b21;
          -webkit-box-shadow: inset 4px 0px 0px #ba1b21;
          -moz-box-shadow: inset 4px 0px 0px #ba1b21;
          box-shadow: inset 4px 0px 0px #ba1b21; 
		  /* border-bottom:1px solid #ddd */
		  
		  }
  .about_nav.about_nav--show {
    left: 0; }

.about_box {
  width: calc(100% - 230px);
  float: left; }
  @media only screen and (max-width: 1200px) {
    .about_box {
      width: 100%; } }
  .about_box .about_navOpen {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 424px;
    left: 4px;
    display: none;
    z-index: 12;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media only screen and (max-width: 1200px) {
      .about_box .about_navOpen {
        display: block; } }
    @media only screen and (max-width: 425px) {
      .about_box .about_navOpen {
        top: 305px; } }
    .about_box .about_navOpen img {
      max-width: 100%; }
    .about_box .about_navOpen.about_navOpen--show {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 217px; }
  .about_box .about-banner {
    height: 383px;
    padding-top: 100px;
    background-position: center;
    -moz-background-size: cover;
    /*for Firefox*/
    -webkit-background-size: cover;
    /*for Google Chrome、Safari*/
    -o-background-size: cover;
    /*for Opera*/
    background-size: cover;
    /*for IE*/
    text-align: center; }
    @media only screen and (max-width: 425px) {
      .about_box .about-banner {
        height: 265px;
        padding-top: 65px; } }
    .about_box .about-banner h2 {
      color: #fff;
      font-size: 30px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-banner h2 {
          font-size: 20px; } }
    .about_box .about-banner hr {
      color: #fff;
      width: 53px;
      height: 4px;
      background: #fff;
      margin: 14px auto; }
      @media only screen and (max-width: 425px) {
        .about_box .about-banner hr {
          height: 2px; } }
    .about_box .about-banner h3 {
      color: #fff;
      font-size: 24px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-banner h3 {
          font-size: 16px; } }
  .about_box .about-01 {
    text-align: center;
    background: #fff;
    overflow: hidden; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-01 {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    @media only screen and (max-width: 425px) {
      .about_box .about-01 {
        padding: 0 20px; } }
    .about_box .about-01 p {
      color: #3b3b3b;
      padding: 75px 0;
      font-size: 14px;
      line-height: 26px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-01 p {
          padding: 20px 0 40px 0;
          font-size: 12px;
          line-height: 20px;
          font-weight: normal; } }
  .about_box .about-01-link {
    max-width: 1020px;
    overflow: hidden;
    margin: 0 auto 90px auto; }
    .about_box .about-01-link a {
      display: block;
      width: 33.33%;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 7px;
      padding-right: 7px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 15px;
      float: left;
      position: relative; }
      @media only screen and (max-width: 425px) {
        .about_box .about-01-link a {
          width: 100%;
          margin-bottom: 10px; } }
      .about_box .about-01-link a span {
        width: 100%;
        height: 0;
        display: block;
        padding-bottom: 69%;
        -moz-background-size: cover;
        /*for Firefox*/
        -webkit-background-size: cover;
        /*for Google Chrome、Safari*/
        -o-background-size: cover;
        /*for Opera*/
        background-size: cover;
        /*for IE*/
        background-position: center; }
        @media only screen and (max-width: 425px) {
          .about_box .about-01-link a span {
            padding-bottom: 15%; } }
      .about_box .about-01-link a:hover span:before {
        content: '';
        position: absolute;
        width: calc(100% - 14px);
        height: 100%;
        top: 0;
        left: 7px;
        background: rgba(0, 0, 0, 0.5); }
      .about_box .about-01-link a p {
        color: #fff;
        z-index: 9;
        letter-spacing: 1px;
        font-size: 24px;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 425px) {
          .about_box .about-01-link a p {
            font-size: 18px; } }
  .about_box .about-02 {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-02 {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    @media only screen and (max-width: 425px) {
      .about_box .about-02 {
        padding: 0 20px; } }
    .about_box .about-02 .title {
      color: #3b3b3b;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-top: 35px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-02 .title {
          padding-top: 25px;
          font-size: 16px;
          line-height: 20px; } }
    .about_box .about-02 hr {
      color: #f18101;
      width: 70px;
      height: 2px;
      background: #f18101;
      margin: 10px auto; }
    .about_box .about-02 .content {
      max-width: 940px;
      overflow: hidden;
      margin: 0 auto;
      color: #3b3b3b;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 26px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-02 .content {
          padding: 20px 0 40px 0;
          font-size: 12px;
          line-height: 20px; } }
    .about_box .about-02 .images {
      max-width: 940px;
      margin: 0 auto;
      overflow: hidden;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 425px) {
        .about_box .about-02 .images {
          padding: 0; } }
      .about_box .about-02 .images .imageEach {
        max-width: 300px;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-02 .images .imageEach {
            padding: 0; } }
        .about_box .about-02 .images .imageEach img {
          width: 100%; }
    .about_box .about-02 .list {
      max-width: 1040px;
      margin: 35px auto 0 auto;
      padding: 0 20px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-02 .list {
          padding: 0;
          margin: 27px auto 50px auto; } }
      .about_box .about-02 .list ul {
        width: 100%; }
        .about_box .about-02 .list ul li {
          width: 100%;
          overflow: hidden;
          background: #d5d8dc;
          padding: 15px 20px 15px 70px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-02 .list ul li {
              padding: 13px; } }
          .about_box .about-02 .list ul li:nth-child(2n+1) {
            background: #eaeaea; }
          .about_box .about-02 .list ul li p {
            width: calc(100% - 165px);
            padding-right: 20px;
            float: left;
            line-height: 40px;
            font-size: 14px;
            color: #3b3b3b; }
            @media only screen and (max-width: 425px) {
              .about_box .about-02 .list ul li p {
                width: calc(100% - 85px);
                line-height: 25px;
                font-size: 12px; } }
          .about_box .about-02 .list ul li button {
            font-size: 14px;
            width: 165px;
            height: 40px;
            color: #fff;
            border-radius: 25px;
            background: #ff8a00; }
            @media only screen and (max-width: 425px) {
              .about_box .about-02 .list ul li button {
                width: 85px;
                height: 25px;
                font-size: 12px; } }
  .about_box .about-03 {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-03 {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    @media only screen and (max-width: 1024px) {
      .about_box .about-03 {
        padding-bottom: 0; } }
    @media only screen and (max-width: 425px) {
      .about_box .about-03 {
        padding: 0 20px; } }
    .about_box .about-03 .responsibility {
      padding: 50px 0; }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .responsibility {
          padding: 40px 0 10px 0; } }
      .about_box .about-03 .responsibility .word {
        max-width: 748px;
        padding: 0 20px;
        margin: 0 auto;
        color: #3b3b3b;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px; }
      .about_box .about-03 .responsibility .responsibility-link {
        max-width: 1020px;
        overflow: hidden;
        margin: 0 auto; }
        .about_box .about-03 .responsibility .responsibility-link a {
          display: block;
          width: 16.66%;
          padding-top: 0px;
          padding-bottom: 0px;
          padding-left: 7px;
          padding-right: 7px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin-bottom: 15px;
          float: left;
          position: relative; }
          @media only screen and (max-width: 425px) {
            .about_box .about-03 .responsibility .responsibility-link a {
              width: 100%;
              margin-bottom: 10px; } }
          .about_box .about-03 .responsibility .responsibility-link a span {
            width: 100%;
            height: 0;
            display: block;
            padding-bottom: 69%;
            -moz-background-size: cover;
            /*for Firefox*/
            -webkit-background-size: cover;
            /*for Google Chrome、Safari*/
            -o-background-size: cover;
            /*for Opera*/
            background-size: cover;
            /*for IE*/
            background-position: center; }
            @media only screen and (max-width: 425px) {
              .about_box .about-03 .responsibility .responsibility-link a span {
                padding-bottom: 15%; } }
          .about_box .about-03 .responsibility .responsibility-link a:hover span:before {
            content: '';
            position: absolute;
            width: calc(100% - 14px);
            height: 100%;
            top: 0;
            left: 7px;
            background: rgba(0, 0, 0, 0.5); }
          .about_box .about-03 .responsibility .responsibility-link a p {
            color: #fff;
            z-index: 9;
            letter-spacing: 1px;
            font-size: 19px;
            padding: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            @media only screen and (max-width: 425px) {
              .about_box .about-03 .responsibility .responsibility-link a p {
                font-size: 18px; } }
    .about_box .about-03 .title {
      color: #3b3b3b;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-top: 35px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .title {
          padding-top: 25px;
          font-size: 16px;
          line-height: 20px; } }
    .about_box .about-03 hr {
      color: #f18101;
      width: 70px;
      height: 2px;
      background: #f18101;
      margin: 10px auto; }
    .about_box .about-03 .content {
      max-width: 940px;
      overflow: hidden;
      margin: 0 auto;
      color: #3b3b3b;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 26px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .content {
          padding: 20px 0 40px 0;
          font-size: 12px;
          line-height: 20px; } }
    .about_box .about-03 .content2 {
      max-width: 750px;
      overflow: hidden;
      margin: 0 auto;
      color: #3b3b3b;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 26px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .content2 {
          padding: 20px 0 40px 0;
          font-size: 12px;
          line-height: 20px; } }
    .about_box .about-03 .images {
      max-width: 940px;
      margin: 0 auto;
      overflow: hidden;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .images {
          padding: 0; } }
      .about_box .about-03 .images .imageEach {
        max-width: 300px;
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-03 .images .imageEach {
            padding: 0; } }
        .about_box .about-03 .images .imageEach img {
          width: 100%; }
    .about_box .about-03 .list {
      max-width: 1040px;
      margin: 35px auto 0 auto;
      background: #3b3b3b;
      overflow: hidden; }
      @media only screen and (max-width: 1024px) {
        .about_box .about-03 .list {
          padding: 0;
          margin: 27px auto 0 auto; } }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .list {
          margin: 0 -20px; } }
      .about_box .about-03 .list .listL {
        width: 339px;
        position: relative;
        float: left; }
        @media only screen and (max-width: 1024px) {
          .about_box .about-03 .list .listL {
            width: 100%; } }
        .about_box .about-03 .list .listL .listLBox {
          height: 0;
          padding-bottom: 157%;
          -moz-background-size: cover;
          /*for Firefox*/
          -webkit-background-size: cover;
          /*for Google Chrome、Safari*/
          -o-background-size: cover;
          /*for Opera*/
          background-size: cover;
          /*for IE*/
          background-position: center; }
          @media only screen and (max-width: 1024px) {
            .about_box .about-03 .list .listL .listLBox {
              padding-bottom: 46%; } }
        .about_box .about-03 .list .listL p {
          color: #fff;
          font-size: 24px;
          line-height: 28px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .about_box .about-03 .list .listR {
        float: left;
        color: #3b3b3b;
        padding-left: 6px;
        background: #fff;
        width: calc(100% - 339px); }
        @media only screen and (max-width: 1024px) {
          .about_box .about-03 .list .listR {
            width: 100%;
            padding-left: 0;
            padding-top: 3px; } }
        .about_box .about-03 .list .listR ul {
          background: #d7d7d7;
          padding: 45px 35px 26px 25px; }
          @media only screen and (max-width: 1024px) {
            .about_box .about-03 .list .listR ul {
              padding: 5px 15px 45px 15px; } }
          .about_box .about-03 .list .listR ul li {
            overflow: hidden;
            padding: 15px 30px;
            border-bottom: 1px solid #b1b1b1;
            font-size: 14px;
            line-height: 22px; }
            @media only screen and (max-width: 1024px) {
              .about_box .about-03 .list .listR ul li {
                padding: 15px 6px;
                font-size: 12px;
                line-height: 20px; } }
            .about_box .about-03 .list .listR ul li:last-child {
              border: 0; }
            .about_box .about-03 .list .listR ul li .listYear {
              width: 55px;
              float: left; }
              @media only screen and (max-width: 1024px) {
                .about_box .about-03 .list .listR ul li .listYear {
                  width: 35px; } }
            .about_box .about-03 .list .listR ul li .listyContent {
              width: calc(100% - 55px);
              float: left; }
              @media only screen and (max-width: 1024px) {
                .about_box .about-03 .list .listR ul li .listyContent {
                  width: calc(100% - 35px); } }
    .about_box .about-03 .list2 {
      max-width: 750px;
      margin: 0 auto 130px auto;
      padding: 0 20px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .list2 {
          padding: 0; } }
      .about_box .about-03 .list2 ul li {
        overflow: hidden;
        padding: 10px 0;
        border-bottom: 1px solid #494949; }
        .about_box .about-03 .list2 ul li:first-child {
          border: 0;
          background: #63646c;
          padding: 6px 0; }
          .about_box .about-03 .list2 ul li:first-child p {
            color: #fff; }
        .about_box .about-03 .list2 ul li p {
          color: #3b3b3b;
          font-size: 14px;
          line-height: 20px;
          float: left;
          width: 25%;
          padding: 0 20px; }
          @media only screen and (max-width: 1024px) {
            .about_box .about-03 .list2 ul li p {
              padding: 0 0 0 10px;
              font-size: 12px;
              line-height: 20px; } }
    .about_box .about-03 .wordMixPic {
      -moz-background-size: cover;
      /*for Firefox*/
      -webkit-background-size: cover;
      /*for Google Chrome、Safari*/
      -o-background-size: cover;
      /*for Opera*/
      background-size: cover;
      /*for IE*/
      background-position: center;
      padding: 170px 0; }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .wordMixPic {
          margin: 0 -20px;
          padding: 65px 0; } }
      .about_box .about-03 .wordMixPic p {
        color: #fff;
        max-width: 750px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-03 .wordMixPic p {
            font-size: 12px;
            line-height: 20px; } }
    .about_box .about-03 .wordMixPic2 {
      -moz-background-size: cover;
      /*for Firefox*/
      -webkit-background-size: cover;
      /*for Google Chrome、Safari*/
      -o-background-size: cover;
      /*for Opera*/
      background-size: cover;
      /*for IE*/
      background-position: 70% center;
      padding: 65px 0; }
      @media only screen and (max-width: 425px) {
        .about_box .about-03 .wordMixPic2 {
          margin: 0 -20px;
          padding: 45px 0 75px; } }
      .about_box .about-03 .wordMixPic2 p {
        color: #fff;
        max-width: 750px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-03 .wordMixPic2 p {
            font-size: 12px;
            line-height: 20px; } }
  .about_box .about-04 {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-04 {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    @media only screen and (max-width: 425px) {
      .about_box .about-04 {
        padding: 0 20px; } }
    .about_box .about-04 .title {
      color: #3b3b3b;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-top: 35px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-04 .title {
          padding-top: 25px;
          font-size: 16px;
          line-height: 20px; } }
    .about_box .about-04 hr {
      color: #f18101;
      width: 70px;
      height: 2px;
      background: #f18101;
      margin: 10px auto; }
    .about_box .about-04 .content {
      max-width: 940px;
      overflow: hidden;
      margin: 0 auto;
      color: #3b3b3b;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 26px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-04 .content {
          padding: 20px 0 40px 0;
          font-size: 12px;
          line-height: 20px; } }
      .about_box .about-04 .content .contentL {
        width: 35%;
        text-align: center;
        float: left; }
        @media only screen and (max-width: 768px) {
          .about_box .about-04 .content .contentL {
            width: 100%; } }
        .about_box .about-04 .content .contentL img {
          max-width: 100%; }
      .about_box .about-04 .content .contentR {
        width: 65%;
        float: left;
        color: #3b3b3b;
        font-size: 14px;
        line-height: 22px; }
        @media only screen and (max-width: 768px) {
          .about_box .about-04 .content .contentR {
            width: 100%;
            font-size: 12px;
            line-height: 20px; } }
  .about_box .about-07 {
    text-align: left;
    background: #fff;
    overflow: hidden; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-07 {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    @media only screen and (max-width: 425px) {
      .about_box .about-07 {
        padding: 0 20px; } }
    .about_box .about-07 .title {
      color: #3b3b3b;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-top: 35px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-07 .title {
          padding-top: 25px;
          font-size: 16px;
          line-height: 20px; } }
    .about_box .about-07 hr {
      color: #f18101;
      width: 70px;
      height: 2px;
      background: #f18101;
      margin: 10px auto; }
    .about_box .about-07 .image1 {
      width: 100%;
      text-align: center; }
      .about_box .about-07 .image1 img {
        width: 225px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-07 .image1 img {
            width: 150px; } }
    @media only screen and (max-width: 425px) {
      .about_box .about-07 .image {
        margin: 0 -20px; } }
    .about_box .about-07 .image .imageBox {
      height: 0;
      padding-bottom: 20%;
      -moz-background-size: cover;
      /*for Firefox*/
      -webkit-background-size: cover;
      /*for Google Chrome、Safari*/
      -o-background-size: cover;
      /*for Opera*/
      background-size: cover;
      /*for IE*/
      background-position: center; }
      @media only screen and (max-width: 425px) {
        .about_box .about-07 .image .imageBox {
          height: 120px; } }
    .about_box .about-07 .content {
      max-width: 940px;
      overflow: hidden;
      margin: 0 auto;
      color: #3b3b3b;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 26px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-07 .content {
          padding: 20px 0 40px 0;
          font-size: 12px;
          line-height: 20px; } }
      .about_box .about-07 .content .contentL {
        width: 35%;
        text-align: center;
        float: left; }
        @media only screen and (max-width: 768px) {
          .about_box .about-07 .content .contentL {
            width: 100%; } }
        .about_box .about-07 .content .contentL img {
          max-width: 100%; }
      .about_box .about-07 .content .contentR {
        width: 65%;
        float: left;
        color: #3b3b3b;
        font-size: 14px;
        line-height: 22px; }
        @media only screen and (max-width: 768px) {
          .about_box .about-07 .content .contentR {
            width: 100%;
            font-size: 12px;
            line-height: 20px; } }
  .about_box .about-about {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-about {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    @media only screen and (max-width: 768px) {
      .about_box .about-about {
        padding: 0 0px; } }
    .about_box .about-about .title {
      color: #3b3b3b;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-top: 35px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-about .title {
          padding-top: 25px;
          font-size: 16px;
          line-height: 20px; } }
    .about_box .about-about hr {
      color: #f18101;
      width: 70px;
      height: 2px;
      background: #f18101;
      margin: 10px auto; }
    .about_box .about-about .wordMixPic {
      max-width: 840px;
      overflow: hidden;
      margin: 65px auto 0 auto;
      padding: 0 20px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-about .wordMixPic {
          padding: 0; } }
      .about_box .about-about .wordMixPic .picbox {
        width: 40%;
        float: left; }
        @media only screen and (max-width: 425px) {
          .about_box .about-about .wordMixPic .picbox {
            width: 100%;
            text-align: center; } }
        .about_box .about-about .wordMixPic .picbox img {
          max-width: 100%; }
      .about_box .about-about .wordMixPic .wordbox {
        width: 60%;
        float: left;
        color: #3b3b3b;
        padding-left: 30px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-about .wordMixPic .wordbox {
            width: 100%;
            padding-left: 0; } }
        .about_box .about-about .wordMixPic .wordbox ul li {
          width: 100%;
          overflow: hidden; }
          .about_box .about-about .wordMixPic .wordbox ul li p {
            width: 100%;
            padding-left: 70px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 22px;
            position: relative;
            float: left; }
            @media only screen and (max-width: 425px) {
              .about_box .about-about .wordMixPic .wordbox ul li p {
                padding-left: 50px;
                font-size: 12px;
                line-height: 20px; } }
            .about_box .about-about .wordMixPic .wordbox ul li p span {
              width: 70px;
              text-align: right;
              font-weight: bold;
              position: absolute;
              left: 0;
              top: 0;
              padding: 0;
              float: left;
              display: block;
              font-size: 14px;
              line-height: 22px; }
              @media only screen and (max-width: 425px) {
                .about_box .about-about .wordMixPic .wordbox ul li p span {
                  width: 50px;
                  font-size: 12px;
                  line-height: 20px; } }
    .about_box .about-about .content {
      max-width: 1200px;
      padding: 0 20px;
      overflow: hidden;
     /* margin: 0 auto;*/
      color: #3b3b3b;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 22px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-about .content {
          padding: 20px 0 40px 0;
          font-size: 12px;
          line-height: 20px; } }
    .about_box .about-about .imagesList {
      max-width: 870px;
      margin: 50px auto 180px auto;
      overflow: hidden; }
      @media only screen and (max-width: 425px) {
        .about_box .about-about .imagesList {
          margin: 20px auto 50px auto; } }
      .about_box .about-about .imagesList ul li {
        width: 25%;
        float: left;
        /*padding: 0 20px 0 30px;*/ }
        @media only screen and (max-width: 425px) {
          .about_box .about-about .imagesList ul li {
            width: 50%;
            padding: 0 20px 20px 20px; }
            .about_box .about-about .imagesList ul li:nth-child(2n+1) {
              clear: left; } }
        .about_box .about-about .imagesList ul li p {
          width: 100%;
          font-size: 18px;
          text-align: center;
          font-weight: bold;
          color: #000000;
          line-height: 24px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-about .imagesList ul li p {
              font-size: 12px;
              line-height: 18px; } }
          .about_box .about-about .imagesList ul li p span {
            display: block;
            font-size: 22px;
            line-height: 24px;
            font-weight: bold; }
            @media only screen and (max-width: 425px) {
              .about_box .about-about .imagesList ul li p span {
                font-size: 12px;
                line-height: 18px; } }
        .about_box .about-about .imagesList ul li:nth-child(1) p span {
          color: #860a0a; }
        .about_box .about-about .imagesList ul li:nth-child(2) p span {
          color: #efa70d; }
        .about_box .about-about .imagesList ul li:nth-child(3) p span {
          color: #275c99; }
        .about_box .about-about .imagesList ul li:nth-child(4) p span {
          color: #4b7e28; }
        .about_box .about-about .imagesList ul li img {
          max-width: 100%;
          margin-bottom: 20px; }
    .about_box .about-about .cd-horizontal-timeline {
      background: #e8e8e8;
      padding-top: 55px; }
      @media only screen and (max-width: 768px) {
        .about_box .about-about .cd-horizontal-timeline {
          margin: 0 -20px; } }
      @media only screen and (max-width: 425px) {
        .about_box .about-about .cd-horizontal-timeline {
          padding-top: 20px; } }
      .about_box .about-about .cd-horizontal-timeline .timeline {
        margin-top: 20px; }
    .about_box .about-about .table {
      background: url(../images/about_table.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      padding-top: 60px; }
      @media only screen and (max-width: 768px) {
        .about_box .about-about .table {
          margin: 0 -20px;
          padding: 60px 20px 0 20px; } }
      .about_box .about-about .table .title {
        color: #fff; }
      .about_box .about-about .table hr {
        border: 0; }
      .about_box .about-about .table ul {
        max-width: 815px;
        margin: 55px auto 0 auto; }
        @media only screen and (max-width: 768px) {
          .about_box .about-about .table ul {
            margin: 55px auto 76px auto; } }
        .about_box .about-about .table ul li {
          padding: 20px 0;
          overflow: hidden;
          background: #e8e8e8; }
          .about_box .about-about .table ul li:nth-child(2n+2) {
            background: #d6dde2; }
          .about_box .about-about .table ul li .nameTitle, .about_box .about-about .table ul li .workCompany {
            width: 50%;
            float: left; }
          .about_box .about-about .table ul li .nameTitle {
            padding: 10px 0;
            text-align: center; }
            @media only screen and (max-width: 425px) {
              .about_box .about-about .table ul li .nameTitle {
                width: 40%; } }
            .about_box .about-about .table ul li .nameTitle p {
              width: 105px;
              text-align: left;
              margin: 0 auto;
              font-size: 16px;
              line-height: 20px; }
              @media only screen and (max-width: 425px) {
                .about_box .about-about .table ul li .nameTitle p {
                  width: 85px;
                  font-size: 13px;
                  line-height: 18px; } }
          .about_box .about-about .table ul li .workCompany {
            padding-left: 30px;
            padding-right: 10px;
            font-size: 13px;
            line-height: 20px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-about .table ul li .workCompany {
                width: 60%;
                padding: 0 10px;
                font-size: 12px;
                line-height: 18px; } }
  .about_box .about-aces {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-aces {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    .about_box .about-aces ul {
      max-width: 1025px;
      margin: 0 auto;
      padding-top: 15px; }
      .about_box .about-aces ul li {
        overflow: hidden;
        border-bottom: 1px solid #bebebe;
        padding: 50px 0; }
        .about_box .about-aces ul li:last-child {
          border: 0; }
        .about_box .about-aces ul li .about-aces-L, .about_box .about-aces ul li .about-aces-R {
          float: left; }
          @media only screen and (max-width: 425px) {
            .about_box .about-aces ul li .about-aces-L, .about_box .about-aces ul li .about-aces-R {
              width: 100% !important; } }
        .about_box .about-aces ul li .about-aces-L {
          width: 40%;
          padding: 0 10px;
          text-align: center; }
          .about_box .about-aces ul li .about-aces-L img {
            width: 100%;
            max-width: 245px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-aces ul li .about-aces-L img {
                max-width: 180px; } }
        .about_box .about-aces ul li .about-aces-R {
          width: 60%;
          padding-right: 50px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-aces ul li .about-aces-R {
              padding: 0 20px; } }
          .about_box .about-aces ul li .about-aces-R h2 {
            color: #000000;
            margin-bottom: 25px;
            font-weight: bold;
            font-size: 20px;
            line-height: 25px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-aces ul li .about-aces-R h2 {
                text-align: center;
                font-size: 14px;
                line-height: 15px;
                margin-top: 15px; } }
          .about_box .about-aces ul li .about-aces-R p {
            color: #3b3b3b;
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 20px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-aces ul li .about-aces-R p {
                margin-bottom: 36px;
                font-size: 12px;
                line-height: 18px; } }
          .about_box .about-aces ul li .about-aces-R a {
            color: #fff;
            padding: 10px 40px;
            font-size: 14px;
            line-height: 20px;
            display: block;
            float: right;
            background: #f18101;
            border-radius: 10px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-aces ul li .about-aces-R a {
                float: none;
                margin: 0 auto;
                width: 145px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 10px 0;
                text-align: center;
                font-size: 12px;
                line-height: 18px; } }
  .about_box .about-rd {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-rd {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    @media only screen and (max-width: 768px) {
      .about_box .about-rd {
        padding: 0 20px; } }
    .about_box .about-rd .wordMixPic {
      overflow: hidden;
      max-width: 1025px;
      margin: 0 auto;
      padding: 30px 0 60px 0; }
      .about_box .about-rd .wordMixPic .pic, .about_box .about-rd .wordMixPic .word {
        width: 50%;
        float: left; }
        @media only screen and (max-width: 425px) {
          .about_box .about-rd .wordMixPic .pic, .about_box .about-rd .wordMixPic .word {
            width: 100%; } }
      .about_box .about-rd .wordMixPic .pic {
        padding: 0 10px;
        text-align: center; }
        .about_box .about-rd .wordMixPic .pic img {
          max-width: 100%; }
      .about_box .about-rd .wordMixPic .word {
        color: #3b3b3b;
        font-size: 14px;
        line-height: 22px;
        padding-top: 155px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-rd .wordMixPic .word {
            font-size: 12px;
            line-height: 20px;
            padding-top: 0;
            padding-bottom: 10px; } }
    .about_box .about-rd .wordMixPic2 {
      width: 100%;
      background: #555555; }
      @media only screen and (max-width: 768px) {
        .about_box .about-rd .wordMixPic2 {
          margin: 0 -20px;
          width: auto; } }
      .about_box .about-rd .wordMixPic2 .wordMixPic2Box {
        max-width: 944px;
        margin: 0 auto; }
        .about_box .about-rd .wordMixPic2 .wordMixPic2Box hr {
          border: 0; }
        .about_box .about-rd .wordMixPic2 .wordMixPic2Box .big, .about_box .about-rd .wordMixPic2 .wordMixPic2Box .small {
          color: #fff;
          text-align: center; }
        .about_box .about-rd .wordMixPic2 .wordMixPic2Box .big {
          margin-top: 50px;
          font-size: 27px;
          line-height: 46px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-rd .wordMixPic2 .wordMixPic2Box .big {
              margin-top: 35px;
              font-size: 18px;
              line-height: 31px; } }
        .about_box .about-rd .wordMixPic2 .wordMixPic2Box .small {
          margin-bottom: 35px;
          font-size: 14px;
          line-height: 24px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-rd .wordMixPic2 .wordMixPic2Box .small {
              margin-bottom: 30px;
              font-size: 12px;
              line-height: 15px; } }
        .about_box .about-rd .wordMixPic2 .wordMixPic2Box p {
          color: #fff;
          font-size: 14px;
          line-height: 22px;
          padding: 0 45px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-rd .wordMixPic2 .wordMixPic2Box p {
              padding: 0 20px;
              font-size: 12px;
              line-height: 15px; } }
      .about_box .about-rd .wordMixPic2 .wordMixPic2Pic {
        width: 100%;
        height: 0;
        padding-bottom: 34%;
        -moz-background-size: cover;
        /*for Firefox*/
        -webkit-background-size: cover;
        /*for Google Chrome、Safari*/
        -o-background-size: cover;
        /*for Opera*/
        background-size: cover;
        /*for IE*/
        margin-bottom: 70px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-rd .wordMixPic2 .wordMixPic2Pic {
            display: none; } }
        .about_box .about-rd .wordMixPic2 .wordMixPic2Pic img {
          max-width: 100%; }
      .about_box .about-rd .wordMixPic2 .wordMixPic2Pic2 {
        width: 100%;
        height: 0;
        padding-bottom: 46.5%;
        display: none;
        -moz-background-size: cover;
        /*for Firefox*/
        -webkit-background-size: cover;
        /*for Google Chrome、Safari*/
        -o-background-size: cover;
        /*for Opera*/
        background-size: cover;
        /*for IE*/
        margin-bottom: 45px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-rd .wordMixPic2 .wordMixPic2Pic2 {
            display: block; } }
        .about_box .about-rd .wordMixPic2 .wordMixPic2Pic2 img {
          max-width: 100%; }
    .about_box .about-rd .title {
      color: #fff;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-top: 70px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-rd .title {
          padding-top: 25px;
          font-size: 16px;
          line-height: 20px; } }
    .about_box .about-rd hr {
      color: #f18101;
      width: 70px;
      height: 2px;
      background: #f18101;
      margin: 10px auto; }
  .about_box .about-quality {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-quality {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    .about_box .about-quality ul {
      max-width: 1155px;
      margin: 0 auto;
      padding-top: 15px; }
      .about_box .about-quality ul li {
        overflow: hidden;
        padding: 50px 0; }
        .about_box .about-quality ul li.li_nav {
          padding: 15px 0 30px 0;
          text-align: center;
          border-bottom: 1px solid #bebebe; }
          .about_box .about-quality ul li.li_nav a {
            color: #3b3b3b;
            font-size: 14px;
            display: inline-block;
            border-right: 1px solid #3b3b3b;
            padding: 0 13px; }
            .about_box .about-quality ul li.li_nav a:last-child {
              border: 0; }
        .about_box .about-quality ul li.li_international {
          background: #eaeced;
          margin: 0 -28px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-quality ul li.li_international {
              margin: 0; } }
        .about_box .about-quality ul li .title {
          color: #3b3b3b;
          text-align: center;
          font-size: 24px;
          line-height: 30px;
          padding-top: 15px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-quality ul li .title {
              padding-top: 0;
              font-size: 16px;
              line-height: 20px; } }
        .about_box .about-quality ul li hr {
          color: #f18101;
          width: 70px;
          height: 2px;
          background: #f18101;
          margin: 10px auto; }
        .about_box .about-quality ul li .about-quality-L, .about_box .about-quality ul li .about-quality-R {
          float: left;
          margin-top: 35px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 425px) {
            .about_box .about-quality ul li .about-quality-L, .about_box .about-quality ul li .about-quality-R {
              width: 100% !important; } }
        .about_box .about-quality ul li .about-quality-L {
          width: 45%;
          text-align: center;
          padding: 0 25px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-quality ul li .about-quality-L {
              padding: 0 15px; } }
          .about_box .about-quality ul li .about-quality-L img {
            width: 100%; }
        .about_box .about-quality ul li .about-quality-R {
          width: 55%;
          padding: 0 75px 0 25px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-quality ul li .about-quality-R {
              padding: 0 15px; } }
          .about_box .about-quality ul li .about-quality-R p {
            color: #3b3b3b;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden; }
            @media only screen and (max-width: 425px) {
              .about_box .about-quality ul li .about-quality-R p {
                font-size: 12px;
                line-height: 18px; } }
          .about_box .about-quality ul li .about-quality-R .table p {
            font-size: 14px;
            line-height: 20px;
            padding: 8px 0;
            color: #3b3b3b;
            border-bottom: 1px solid #aeaeae; }
            @media only screen and (max-width: 425px) {
              .about_box .about-quality ul li .about-quality-R .table p {
                font-size: 12px;
                line-height: 16px; } }
            .about_box .about-quality ul li .about-quality-R .table p.first {
              color: #fff;
              background: #63646c;
              border: 0; }
            .about_box .about-quality ul li .about-quality-R .table p span {
              display: block;
              float: left; }
              .about_box .about-quality ul li .about-quality-R .table p span.a {
                width: 40%;
                padding-left: 20px; }
              .about_box .about-quality ul li .about-quality-R .table p span.b {
                width: 30%; }
              .about_box .about-quality ul li .about-quality-R .table p span.c {
                width: 30%; }
        .about_box .about-quality ul li.li_environment {
          background: #eaeced;
          margin: 0 -28px; }
          @media only screen and (max-width: 768px) {
            .about_box .about-quality ul li.li_environment {
              padding: 40px 0 20px 0; } }
          .about_box .about-quality ul li.li_environment .environment {
            width: 100%;
            clear: both;
            text-align: center;
            margin: 50px 0 30px 0;
            overflow: hidden; }
            @media only screen and (max-width: 768px) {
              .about_box .about-quality ul li.li_environment .environment {
                width: 80%;
                margin: 30px auto 0 auto; } }
            .about_box .about-quality ul li.li_environment .environment p {
              display: inline-block;
              width: 120px;
              margin: 0 35px;
              color: #313131;
              font-size: 18px;
              line-height: 20px; }
              @media only screen and (max-width: 768px) {
                .about_box .about-quality ul li.li_environment .environment p {
                  width: 50%;
                  font-size: 12px;
                  line-height: 15px;
                  margin: 0 0 20px 0;
                  display: block;
                  float: left; } }
              .about_box .about-quality ul li.li_environment .environment p img {
                width: 100px;
                display: block;
                margin: 0 auto; }
                @media only screen and (max-width: 768px) {
                  .about_box .about-quality ul li.li_environment .environment p img {
                    width: 75px; } }
        .about_box .about-quality ul li.li_career {
          background: #eaeced;
          margin: 0 -28px;
          -moz-background-size: cover;
          /*for Firefox*/
          -webkit-background-size: cover;
          /*for Google Chrome、Safari*/
          -o-background-size: cover;
          /*for Opera*/
          background-size: cover;
          /*for IE*/
          background-position: center;
          padding: 40px 0; }
          @media only screen and (max-width: 768px) {
            .about_box .about-quality ul li.li_career {
              padding: 30px 0 40px 0; } }
          .about_box .about-quality ul li.li_career .title {
            color: #fff; }
          .about_box .about-quality ul li.li_career hr {
            border: 0; }
          .about_box .about-quality ul li.li_career .career {
            width: 100%;
            clear: both;
            text-align: center;
            margin: 50px 0 30px 0;
            overflow: hidden; }
            @media only screen and (max-width: 768px) {
              .about_box .about-quality ul li.li_career .career {
                width: 80%;
                margin: 40px auto 0 auto; } }
            .about_box .about-quality ul li.li_career .career p {
              display: inline-block;
              width: 140px;
              height: 140px;
              margin: 0 30px;
              color: #313131;
              border-radius: 100%;
              background: -webkit-linear-gradient(358deg, #d9d9d9 0%, white 100%);
              background: -o-linear-gradient(358deg, #d9d9d9 0%, white 100%);
              background: linear-gradient(92deg, #d9d9d9 0%, white 100%);
              background: -moz-linear-gradient(92deg, #d9d9d9 0%, white 100%);
              background: -webkit-linear-gradient(92deg, #d9d9d9 0%, white 100%);
              background: -o-linear-gradient(92deg, #d9d9d9 0%, white 100%);
              font-size: 20px;
              line-height: 140px; }
              @media only screen and (max-width: 768px) {
                .about_box .about-quality ul li.li_career .career p {
                  width: 90px;
                  height: 90px;
                  font-size: 13px;
                  line-height: 90px;
                  margin: 0 8px 0 8px; } }
        .about_box .about-quality ul li.li_announce {
          background: #eaeced;
          margin: 0 -28px;
          -moz-background-size: cover;
          /*for Firefox*/
          -webkit-background-size: cover;
          /*for Google Chrome、Safari*/
          -o-background-size: cover;
          /*for Opera*/
          background-size: cover;
          /*for IE*/
          background-position: center;
          padding: 40px 0; }
          @media only screen and (max-width: 425px) {
            .about_box .about-quality ul li.li_announce {
              padding: 40px 0;
              margin: 0;
              background-position: 500px center; } }
          .about_box .about-quality ul li.li_announce .title {
            color: #fff; }
          .about_box .about-quality ul li.li_announce hr {
            border: 0; }
          .about_box .about-quality ul li.li_announce .announce {
            color: #fff;
            max-width: 610px;
            padding: 0 20px;
            margin: 100px auto 60px auto;
            font-size: 14px;
            line-height: 25px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-quality ul li.li_announce .announce {
                margin: 20px auto;
                font-size: 12px;
                line-height: 18px; } }
        .about_box .about-quality ul li.li_certification {
          text-align: center;
          padding: 30px 0 0 0; }
          .about_box .about-quality ul li.li_certification p {
            display: inline-block; }
            .about_box .about-quality ul li.li_certification p span {
              font-size: 14px;
              line-height: 20px;
              display: inline-block; }
          .about_box .about-quality ul li.li_certification .certificationA {
            max-width: 254px; }
            .about_box .about-quality ul li.li_certification .certificationA img {
              display: inline-block;
              width: 100%; }
          .about_box .about-quality ul li.li_certification .certificationB {
            max-width: 419px; }
            .about_box .about-quality ul li.li_certification .certificationB img {
              width: 100%; }
  .about_box .about-relationship {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .about_box .about-relationship {
        width: calc(100% - 15px);
        margin-left: 15px; } }
    @media only screen and (max-width: 768px) {
      .about_box .about-relationship {
        padding: 0 20px; } }
    .about_box .about-relationship .title {
      color: #3b3b3b;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-top: 35px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-relationship .title {
          padding-top: 25px;
          font-size: 16px;
          line-height: 20px; } }
    .about_box .about-relationship hr {
      color: #f18101;
      width: 70px;
      height: 2px;
      background: #f18101;
      margin: 10px auto; }
    .about_box .about-relationship .wordMixPic {
      max-width: 840px;
      overflow: hidden;
      margin: 65px auto 0 auto;
      padding: 0 20px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-relationship .wordMixPic {
          padding: 0; } }
      .about_box .about-relationship .wordMixPic .picbox {
        width: 40%;
        float: left; }
        @media only screen and (max-width: 425px) {
          .about_box .about-relationship .wordMixPic .picbox {
            width: 100%;
            text-align: center; } }
        .about_box .about-relationship .wordMixPic .picbox img {
          max-width: 100%; }
      .about_box .about-relationship .wordMixPic .wordbox {
        width: 60%;
        float: left;
        color: #3b3b3b;
        padding-left: 30px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-relationship .wordMixPic .wordbox {
            width: 100%;
            padding-left: 0; } }
        .about_box .about-relationship .wordMixPic .wordbox ul li {
          width: 100%;
          overflow: hidden; }
          .about_box .about-relationship .wordMixPic .wordbox ul li p {
            width: 100%;
            padding-left: 70px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 22px;
            position: relative;
            float: left; }
            @media only screen and (max-width: 425px) {
              .about_box .about-relationship .wordMixPic .wordbox ul li p {
                padding-left: 50px;
                font-size: 12px;
                line-height: 20px; } }
            .about_box .about-relationship .wordMixPic .wordbox ul li p span {
              width: 70px;
              text-align: right;
              font-weight: bold;
              position: absolute;
              left: 0;
              top: 0;
              padding: 0;
              float: left;
              display: block;
              font-size: 14px;
              line-height: 22px; }
              @media only screen and (max-width: 425px) {
                .about_box .about-relationship .wordMixPic .wordbox ul li p span {
                  width: 50px;
                  font-size: 12px;
                  line-height: 20px; } }
    .about_box .about-relationship .content {
      max-width: 840px;
      padding: 0 20px;
      overflow: hidden;
      margin: 0 auto;
      color: #3b3b3b;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 22px; }
      @media only screen and (max-width: 425px) {
        .about_box .about-relationship .content {
          padding: 20px 0 40px 0;
          font-size: 12px;
          line-height: 20px; } }
    .about_box .about-relationship .imagesList {
      max-width: 870px;
      margin: 50px auto 180px auto;
      overflow: hidden; }
      @media only screen and (max-width: 425px) {
        .about_box .about-relationship .imagesList {
          margin: 20px auto 50px auto; } }
      .about_box .about-relationship .imagesList ul li {
        width: 25%;
        float: left;
        padding: 0 20px 0 30px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-relationship .imagesList ul li {
            width: 50%;
            padding: 0 20px 20px 20px; }
            .about_box .about-relationship .imagesList ul li:nth-child(2n+1) {
              clear: left; } }
        .about_box .about-relationship .imagesList ul li p {
          width: 100%;
          font-size: 18px;
          text-align: center;
          font-weight: bold;
          color: #000000;
          line-height: 24px; }
          @media only screen and (max-width: 425px) {
            .about_box .about-relationship .imagesList ul li p {
              font-size: 12px;
              line-height: 18px; } }
          .about_box .about-relationship .imagesList ul li p span {
            display: block;
            font-size: 22px;
            line-height: 24px;
            font-weight: bold; }
            @media only screen and (max-width: 425px) {
              .about_box .about-relationship .imagesList ul li p span {
                font-size: 12px;
                line-height: 18px; } }
        .about_box .about-relationship .imagesList ul li:nth-child(1) p span {
          color: #860a0a; }
        .about_box .about-relationship .imagesList ul li:nth-child(2) p span {
          color: #efa70d; }
        .about_box .about-relationship .imagesList ul li:nth-child(3) p span {
          color: #275c99; }
        .about_box .about-relationship .imagesList ul li:nth-child(4) p span {
          color: #4b7e28; }
        .about_box .about-relationship .imagesList ul li img {
          max-width: 100%;
          margin-bottom: 20px; }
    .about_box .about-relationship .relationship-table {
      background-repeat: no-repeat;
      background-position: top center;
      padding-top: 40px; }
      @media only screen and (max-width: 768px) {
        .about_box .about-relationship .relationship-table {
          margin: 0 -20px;
          padding: 30px 20px 0 20px; } }
      .about_box .about-relationship .relationship-table .word {
        color: #3b3b3b;
        max-width: 708px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 22px; }
      .about_box .about-relationship .relationship-table ul {
        max-width: 1025px;
        margin: 40px auto 60px auto; }
        @media only screen and (max-width: 768px) {
          .about_box .about-relationship .relationship-table ul {
            margin: 30px auto 40px auto; } }
        .about_box .about-relationship .relationship-table ul li {
          padding: 15px 0;
          overflow: hidden;
          background: #dadada; }
          .about_box .about-relationship .relationship-table ul li:nth-child(2n+2) {
            background: #eeeeee; }
          .about_box .about-relationship .relationship-table ul li.black {
            color: #fff;
            background: #63646c; }
            .about_box .about-relationship .relationship-table ul li.black .t1, .about_box .about-relationship .relationship-table ul li.black .t2, .about_box .about-relationship .relationship-table ul li.black .t3 {
              font-size: 14px;
              line-height: 22px; }
              @media only screen and (max-width: 425px) {
                .about_box .about-relationship .relationship-table ul li.black .t1, .about_box .about-relationship .relationship-table ul li.black .t2, .about_box .about-relationship .relationship-table ul li.black .t3 {
                  font-size: 12px;
                  line-height: 18px; } }
          .about_box .about-relationship .relationship-table ul li .t1, .about_box .about-relationship .relationship-table ul li .t2, .about_box .about-relationship .relationship-table ul li .t3 {
            width: 33.33%;
            float: left;
            text-align: center;
            padding-right: 10px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-relationship .relationship-table ul li .t1, .about_box .about-relationship .relationship-table ul li .t2, .about_box .about-relationship .relationship-table ul li .t3 {
                width: 33.33%;
                font-size: 12px;
                line-height: 18px; } }
          .about_box .about-relationship .relationship-table ul li .t1 {
            font-size: 16px;
            line-height: 22px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-relationship .relationship-table ul li .t1 {
                width: 26%;
                padding: 0 10px;
                font-size: 12px;
                line-height: 18px; } }
          .about_box .about-relationship .relationship-table ul li .t2, .about_box .about-relationship .relationship-table ul li .t3 {
            font-size: 14px;
            line-height: 22px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-relationship .relationship-table ul li .t2, .about_box .about-relationship .relationship-table ul li .t3 {
                width: 37%;
                font-size: 12px;
                line-height: 18px; } }
    .about_box .about-relationship .relationship-table2 {
      background-repeat: no-repeat;
      background-position: top center;
      padding-top: 30px; }
      @media only screen and (max-width: 768px) {
        .about_box .about-relationship .relationship-table2 {
          margin: 0 -20px;
          padding: 60px 20px 0 20px; } }
      @media only screen and (max-width: 425px) {
        .about_box .about-relationship .relationship-table2 {
          background-position: -600px -50px;
          padding: 40px 20px 0 20px; } }
      .about_box .about-relationship .relationship-table2 hr {
        border: 0;
        margin-bottom: 20px; }
      .about_box .about-relationship .relationship-table2 .title2 {
        text-align: center;
        color: #3b3b3b;
        font-size: 16px;
        line-height: 20px; }
        @media only screen and (max-width: 425px) {
          .about_box .about-relationship .relationship-table2 .title2 {
            font-size: 12px;
            line-height: 15px; } }
      .about_box .about-relationship .relationship-table2 ul {
        max-width: 909px;
        margin: 35px auto 0 auto;
        background: rgba(255, 255, 255, 0.7);
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          .about_box .about-relationship .relationship-table2 ul {
            margin: 55px auto 76px auto; } }
        .about_box .about-relationship .relationship-table2 ul li {
          padding: 30px 0;
          overflow: hidden;
          width: 33.33%;
          float: left; }
          @media only screen and (max-width: 425px) {
            .about_box .about-relationship .relationship-table2 ul li {
              width: 100%;
              padding: 0 10px; } }
          .about_box .about-relationship .relationship-table2 ul li p {
            text-align: center;
            border-right: 1px solid #494949;
            padding: 0 10px;
            font-size: 14px;
            line-height: 20px; }
            @media only screen and (max-width: 425px) {
              .about_box .about-relationship .relationship-table2 ul li p {
                font-size: 12px;
                line-height: 15px;
                border-right: 0;
                border-bottom: 1px solid #494949;
                padding: 20px 10px; } }
          .about_box .about-relationship .relationship-table2 ul li:nth-child(3n+3) p {
            border: 0; }
            @media only screen and (max-width: 425px) {
              .about_box .about-relationship .relationship-table2 ul li:nth-child(3n+3) p {
                border-bottom: 1px solid #494949; } }
          .about_box .about-relationship .relationship-table2 ul li:nth-child(3n+1) {
            clear: left; }

.investors_all {
  max-width: 1440px;
  margin: 0 auto;
  background: #f2f2f2;
  overflow: hidden;
  position: relative; }

.investors_nav {
  width: 230px;
  float: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (max-width: 1200px) {
    .investors_nav {
      position: absolute;
      z-index: 11;
      left: -230px;
      top: 383px;
      bottom: 0;
      background: #f2f2f2; } }
  @media only screen and (max-width: 425px) {
    .investors_nav {
      top: 265px; } }
  .investors_nav ul {
    padding-top: 35px; }
    @media only screen and (max-width: 1200px) {
      .investors_nav ul {
        padding-top: 25px; } }
    .investors_nav ul.open {
      padding-top: 10px;
      margin-bottom: -20px;
      padding-bottom: 20px; }
      .investors_nav ul.open a {
        color: #5a5a5a;
        margin: 0 0 20px 0;
        padding-left: 70px;
        font-weight: 300; }
        @media only screen and (max-width: 1200px) {
          .investors_nav ul.open a {
            padding-left: 50px; } }
    .investors_nav ul li {
      overflow: hidden; }
      .investors_nav ul li a {
        color: #222;
        display: block;
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0;
        padding-left: 50px;
        font-weight: 500;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media only screen and (max-width: 1200px) {
          .investors_nav ul li a {
            padding-left: 30px; } }
        .investors_nav ul li a.arrive, .investors_nav ul li a:hover {
          color: #ba1b21;
          -webkit-box-shadow: inset 4px 0px 0px #ba1b21;
          -moz-box-shadow: inset 4px 0px 0px #ba1b21;
          box-shadow: inset 4px 0px 0px #ba1b21; }
  .investors_nav.investors_nav--show {
    left: 0; }

.investors_box {
  width: calc(100% - 230px);
  float: left; }
  @media only screen and (max-width: 1200px) {
    .investors_box {
      width: 100%; } }
  .investors_box .investors_navOpen {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 424px;
    left: 4px;
    display: none;
    z-index: 12;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media only screen and (max-width: 1200px) {
      .investors_box .investors_navOpen {
        display: block; } }
    @media only screen and (max-width: 425px) {
      .investors_box .investors_navOpen {
        top: 305px; } }
    .investors_box .investors_navOpen img {
      max-width: 100%; }
    .investors_box .investors_navOpen.investors_navOpen--show {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 217px; }
  .investors_box .investors-banner {
    height: 383px;
    padding-top: 100px;
    background-position: center;
    -moz-background-size: cover;
    /*for Firefox*/
    -webkit-background-size: cover;
    /*for Google Chrome、Safari*/
    -o-background-size: cover;
    /*for Opera*/
    background-size: cover;
    /*for IE*/
    text-align: center; }
    @media only screen and (max-width: 425px) {
      .investors_box .investors-banner {
        height: 265px;
        padding-top: 65px; } }
    .investors_box .investors-banner h2 {
      color: #fff;
      font-size: 30px; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors-banner h2 {
          font-size: 20px; } }
    .investors_box .investors-banner hr {
      color: #fff;
      width: 53px;
      height: 4px;
      background: #fff;
      margin: 14px auto; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors-banner hr {
          height: 2px; } }
    .investors_box .investors-banner h3 {
      color: #fff;
      font-size: 24px; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors-banner h3 {
          font-size: 16px; } }
  .investors_box .investors_box_all {
    overflow: hidden;
    width: 100%;
    background: #fff; }
    @media only screen and (max-width: 1200px) {
      .investors_box .investors_box_all {
        width: calc(100% - 15px);
        margin-left: 15px;
          min-height: 650px;
      } }
    .investors_box .investors_box_all .title {
      color: #3b3b3b;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-top: 35px;
      clear: both; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors_box_all .title {
          padding-top: 25px;
          font-size: 16px;
          line-height: 20px; } }
    .investors_box .investors_box_all .littleTitle, .investors_box .investors_box_all .littleTitle3 {
      color: #3b3b3b;
      text-align: center;
      clear: both;
      font-size: 16px;
      line-height: 25px; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors_box_all .littleTitle, .investors_box .investors_box_all .littleTitle3 {
          font-size: 12px;
          line-height: 18px; } }
    .investors_box .investors_box_all .littleTitle2 {
      color: #979797;
      text-align: center;
      clear: both;
      font-size: 16px;
      line-height: 25px; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors_box_all .littleTitle2 {
          font-size: 12px;
          line-height: 18px; } }
    .investors_box .investors_box_all .littleTitle3 {
      margin: 15px 0; }
    .investors_box .investors_box_all hr {
      color: #f18101;
      width: 70px;
      height: 2px;
      background: #f18101;
      margin: 20px auto;
      clear: both; }
    .investors_box .investors_box_all .investors1-1 {
      clear: both;
      overflow: hidden; }
      .investors_box .investors_box_all .investors1-1 ul {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px; }
        .investors_box .investors_box_all .investors1-1 ul li {
          width: 25%;
          float: left;
          color: #3b3b3b;
          text-align: center;
          padding: 10px 0;
          font-size: 30px;
          line-height: 40px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors1-1 ul li {
              width: 100%;
              font-size: 20px;
              line-height: 25px; } }
          .investors_box .investors_box_all .investors1-1 ul li:nth-child(1) {
            background: #ffcf67; }
          .investors_box .investors_box_all .investors1-1 ul li:nth-child(2) {
            background: #e9e9e9; }
          .investors_box .investors_box_all .investors1-1 ul li:nth-child(3) {
            background: #ffaaaa; }
          .investors_box .investors_box_all .investors1-1 ul li:nth-child(4) {
            background: #c4eba2; }
          .investors_box .investors_box_all .investors1-1 ul li span {
            display: block;
            font-size: 16px;
            line-height: 25px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors1-1 ul li span {
                font-size: 12px;
                line-height: 18px; } }
    .investors_box .investors_box_all .investors1-2 {
      width: 100%;
      text-align: center; }
      .investors_box .investors_box_all .investors1-2 select {
        width: 180px;
        height: 40px;
        color: #525252;
        border: 1px solid #525252;
        border-radius: 25px;
        background-color: #fff;
        background-image: url(../images/arrowDown.svg);
        background-position: 150px center;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        padding: 0 20px;
        font-size: 16px; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors1-2 select {
            height: 30px;
            font-size: 13px; } }
    .investors_box .investors_box_all .investors1-3 {
      overflow: hidden;
      clear: both;
      max-width: 900px;
      padding: 0 20px;
      margin: 0 auto; }
      .investors_box .investors_box_all .investors1-3 ul {
        margin: 30px auto;
        border: 1px solid #525252; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors1-3 ul {
            margin: 20px auto; } }
        .investors_box .investors_box_all .investors1-3 ul li {
          border-top: 1px solid #525252;
          overflow: hidden; }
          .investors_box .investors_box_all .investors1-3 ul li:first-child {
            border: 0;
            background: #525252; }
            .investors_box .investors_box_all .investors1-3 ul li:first-child .month, .investors_box .investors_box_all .investors1-3 ul li:first-child .money {
              color: #fff; }
            .investors_box .investors_box_all .investors1-3 ul li:first-child .money {
              padding: 20px 0; }
          .investors_box .investors_box_all .investors1-3 ul li .month {
            text-align: center;
            width: 20%;
            float: left;
            font-size: 20px;
            line-height: 25px;
            padding: 20px 0;
            border-right: 1px solid #525252;
            color: #525252; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors1-3 ul li .month {
                width: 30%;
                font-size: 15px;
                line-height: 25px; } }
          .investors_box .investors_box_all .investors1-3 ul li .money {
            width: 80%;
            float: left;
            text-align: center;
            font-size: 16px;
            line-height: 25px;
            padding: 5px;
            color: #525252; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors1-3 ul li .money {
                width: 70%;
                font-size: 13px;
                line-height: 25px; } }
            .investors_box .investors_box_all .investors1-3 ul li .money .moneyBox {
              background: #f2f2f2;
              height: 55px;
              width: 100%;
              position: relative; }
              .investors_box .investors_box_all .investors1-3 ul li .money .moneyBox .moneyNo {
                z-index: 2;
                font-weight: bold;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
              .investors_box .investors_box_all .investors1-3 ul li .money .moneyBox .moneyGet {
                z-index: 1;
                background: #80d6ff;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0; }
    .investors_box .investors_box_all .investors1-4 {
      color: #3b3b3b;
      max-width: 800px;
      padding: 0 20px;
      margin: 0 auto;
      margin-bottom: 60px;
      font-size: 16px;
      line-height: 25px; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors_box_all .investors1-4 {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 30px; } }
    .investors_box .investors_box_all .investors2-1-1 {
      max-width: 800px;
      margin: 0 auto;
      clear: both;
      overflow: hidden;
      text-align: center;
      padding: 20px 20px 0 20px; }
      .investors_box .investors_box_all .investors2-1-1 img {
        max-width: 100%; }
    .investors_box .investors_box_all .investors2-1-2 {
      clear: both;
      text-align: center;
      overflow: hidden;
      padding: 0 20px;
      margin: 30px auto 60px auto; }
      .investors_box .investors_box_all .investors2-1-2 button {
        max-width: 180px;
        width: 100%;
        height: 40px;
        color: #fff;
        border: 0;
        border-radius: 25px;
        background-color: #ba1b21;
        padding: 0 20px;
        font-size: 16px; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors2-1-2 button {
            height: 30px;
            font-size: 13px; } }
    .investors_box .investors_box_all .investors2-2-1 {
      max-width: 800px;
      margin: 0 auto 60px auto;
      clear: both;
      overflow: hidden;
      text-align: center;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors2-2-1 ul li {
        color: #3b3b3b;
        overflow: hidden;
        position: relative;
        padding-right: 60px;
        background: #eeeeee; }
        .investors_box .investors_box_all .investors2-2-1 ul li:nth-child(2n+2) {
          background: #dadada; }
        .investors_box .investors_box_all .investors2-2-1 ul li .left {
          padding: 20px 20px;
          font-size: 18px;
          line-height: 25px;
          text-align: left; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-2-1 ul li .left {
              padding: 20px 15px;
              font-size: 13px;
              line-height: 20px; } }
        .investors_box .investors_box_all .investors2-2-1 ul li .right {
          width: 50px;
          height: 50px;
          border-radius: 100%;
          background: #FFF;
          text-align: center;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 10px;
          border: 0; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-2-1 ul li .right {
              width: 40px;
              height: 40px; } }
          .investors_box .investors_box_all .investors2-2-1 ul li .right img {
            width: 30px;
            margin-top: 5px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-2-1 ul li .right img {
                width: 20px;
                margin-top: 2px; } }
    .investors_box .investors_box_all .investors2-3-1 {
      max-width: 900px;
      margin: 0 auto;
      padding: 30px 20px;
      clear: both; }
      .investors_box .investors_box_all .investors2-3-1 ul li {
        width: 25%;
        float: left;
        overflow: hidden;
        padding: 0 10px;
        text-align: center; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors2-3-1 ul li {
            width: 50%; }
            .investors_box .investors_box_all .investors2-3-1 ul li:nth-child(2n+1) {
              clear: left; } }
        .investors_box .investors_box_all .investors2-3-1 ul li p, .investors_box .investors_box_all .investors2-3-1 ul li select {
          width: 100%;
          margin-bottom: 15px; }
        .investors_box .investors_box_all .investors2-3-1 ul li p {
          font-size: 20px;
          line-height: 25px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-3-1 ul li p {
              font-size: 13px;
              line-height: 18px; } }
        .investors_box .investors_box_all .investors2-3-1 ul li select {
          height: 40px;
          color: #525252;
          border: 1px solid #525252;
          border-radius: 25px;
          background-color: #fff;
          background-image: url(../images/arrowDown.svg);
          background-position: 90% center;
          background-repeat: no-repeat;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          padding: 0 20px;
          font-size: 16px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-3-1 ul li select {
              height: 30px;
              font-size: 13px; } }
        .investors_box .investors_box_all .investors2-3-1 ul li button {
          width: 50px;
          height: 50px;
          background: #eeeeee;
          border-radius: 100%;
          cursor: pointer; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-3-1 ul li button {
              margin-bottom: 15px; } }
          .investors_box .investors_box_all .investors2-3-1 ul li button img {
            width: 30px; }
    .investors_box .investors_box_all .investors2-3-2 {
      max-width: 800px;
      margin: 0 auto 60px auto;
      padding: 0 20px;
      clear: both; }
      .investors_box .investors_box_all .investors2-3-2 ul {
        border: 1px solid #63646c; }
        .investors_box .investors_box_all .investors2-3-2 ul li {
          overflow: hidden;
          padding: 10px 0;
          border-bottom: 1px solid #63646c; }
          .investors_box .investors_box_all .investors2-3-2 ul li:first-child {
            background: #63646c; }
            .investors_box .investors_box_all .investors2-3-2 ul li:first-child .left, .investors_box .investors_box_all .investors2-3-2 ul li:first-child .center, .investors_box .investors_box_all .investors2-3-2 ul li:first-child .right {
              color: #fff;
              font-size: 16px;
              line-height: 25px;
              text-align: center; }
              @media only screen and (max-width: 425px) {
                .investors_box .investors_box_all .investors2-3-2 ul li:first-child .left, .investors_box .investors_box_all .investors2-3-2 ul li:first-child .center, .investors_box .investors_box_all .investors2-3-2 ul li:first-child .right {
                  font-size: 13px;
                  line-height: 18px; } }
          .investors_box .investors_box_all .investors2-3-2 ul li:last-child {
            border-bottom: 0; }
          .investors_box .investors_box_all .investors2-3-2 ul li .left, .investors_box .investors_box_all .investors2-3-2 ul li .center, .investors_box .investors_box_all .investors2-3-2 ul li .right {
            float: left;
            padding: 0 10px;
            text-align: center;
            font-size: 15px;
            line-height: 25px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-3-2 ul li .left, .investors_box .investors_box_all .investors2-3-2 ul li .center, .investors_box .investors_box_all .investors2-3-2 ul li .right {
                font-size: 12px;
                line-height: 16px; } }
          .investors_box .investors_box_all .investors2-3-2 ul li .left {
            width: 15%; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-3-2 ul li .left {
                width: 20%; } }
          .investors_box .investors_box_all .investors2-3-2 ul li .center {
            width: 30%; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-3-2 ul li .center {
                width: 35%; } }
          .investors_box .investors_box_all .investors2-3-2 ul li .right {
            width: 55%; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-3-2 ul li .right {
                width: 45%; } }
    .investors_box .investors_box_all .investors2-4-1 {
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
      padding: 0 0 20px 0;
      border-bottom: 1px solid #ababab; }
      .investors_box .investors_box_all .investors2-4-1 a {
        color: #3b3b3b;
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        border-right: 1px solid #494949;
        padding: 0 15px; }
        .investors_box .investors_box_all .investors2-4-1 a:last-child {
          border-right: 0; }
    .investors_box .investors_box_all .investors2-4-2 {
      max-width: 800px;
      margin: 20px auto 60px auto;
      padding: 0 20px;
      clear: both; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors_box_all .investors2-4-2 {
          margin: 20px auto; } }
      .investors_box .investors_box_all .investors2-4-2 ul {
        border: 1px solid #63646c; }
        .investors_box .investors_box_all .investors2-4-2 ul li {
          overflow: hidden;
          padding: 10px 0;
          border-bottom: 1px solid #63646c; }
          .investors_box .investors_box_all .investors2-4-2 ul li:first-child {
            background: #63646c; }
            .investors_box .investors_box_all .investors2-4-2 ul li:first-child .left, .investors_box .investors_box_all .investors2-4-2 ul li:first-child .center, .investors_box .investors_box_all .investors2-4-2 ul li:first-child .right {
              color: #fff;
              font-size: 16px;
              line-height: 25px;
              text-align: center; }
              @media only screen and (max-width: 425px) {
                .investors_box .investors_box_all .investors2-4-2 ul li:first-child .left, .investors_box .investors_box_all .investors2-4-2 ul li:first-child .center, .investors_box .investors_box_all .investors2-4-2 ul li:first-child .right {
                  font-size: 13px;
                  line-height: 18px; } }
          .investors_box .investors_box_all .investors2-4-2 ul li:last-child {
            border-bottom: 0; }
          .investors_box .investors_box_all .investors2-4-2 ul li .left, .investors_box .investors_box_all .investors2-4-2 ul li .center, .investors_box .investors_box_all .investors2-4-2 ul li .right {
            float: left;
            padding: 0 10px;
            font-size: 15px;
            line-height: 25px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-4-2 ul li .left, .investors_box .investors_box_all .investors2-4-2 ul li .center, .investors_box .investors_box_all .investors2-4-2 ul li .right {
                font-size: 12px;
                line-height: 16px; } }
          .investors_box .investors_box_all .investors2-4-2 ul li .left {
            width: 15%; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-4-2 ul li .left {
                width: 20%; } }
          .investors_box .investors_box_all .investors2-4-2 ul li .center {
            width: 30%; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-4-2 ul li .center {
                width: 35%; } }
          .investors_box .investors_box_all .investors2-4-2 ul li .right {
            width: 55%; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-4-2 ul li .right {
                width: 45%; } }
    .investors_box .investors_box_all .investors2-4-3 {
      max-width: 400px;
      margin: 20px auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors2-4-3 .investors2-4-3Box {
        position: relative;
        padding-right: 70px; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors2-4-3 .investors2-4-3Box {
            padding-right: 50px; } }
        .investors_box .investors_box_all .investors2-4-3 .investors2-4-3Box select {
          width: 100%;
          height: 50px;
          color: #525252;
          border: 1px solid #525252;
          border-radius: 25px;
          background-color: #fff;
          background-image: url(../images/arrowDown.svg);
          background-position: 95% center;
          background-repeat: no-repeat;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          padding: 0 20px;
          font-size: 16px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-4-3 .investors2-4-3Box select {
              height: 40px;
              font-size: 13px; } }
        .investors_box .investors_box_all .investors2-4-3 .investors2-4-3Box button {
          width: 50px;
          height: 50px;
          background: #fff;
          border-radius: 100%;
          cursor: pointer;
          position: absolute;
          right: 0;
          top: 0; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-4-3 .investors2-4-3Box button {
              margin-bottom: 15px;
              width: 40px;
              height: 40px; } }
          .investors_box .investors_box_all .investors2-4-3 .investors2-4-3Box button img {
            width: 30px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-4-3 .investors2-4-3Box button img {
                width: 25px; } }
    .investors_box .investors_box_all .investors2-4-4-1 {
      max-width: 700px;
      margin: 0 auto 20px auto;
      padding: 0 20px;
      text-align: center;
      color: #525252;
      font-size: 14px;
      line-height: 25px; }
      @media only screen and (max-width: 425px) {
        .investors_box .investors_box_all .investors2-4-4-1 {
          font-size: 12px;
          line-height: 16px; } }
    .investors_box .investors_box_all .investors2-4-4-2 {
      max-width: 700px;
      margin: 0 auto;
      padding: 20px 20px 0 20px;
      text-align: center; }
      .investors_box .investors_box_all .investors2-4-4-2 .each {
        text-align: center;
        padding: 0 10px;
        max-width: 165px;
        display: inline-block;
        margin-bottom: 20px; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors2-4-4-2 .each {
            max-width: 100px;
            padding: 0 5px; } }
        .investors_box .investors_box_all .investors2-4-4-2 .each img {
          width: 100%; }
        .investors_box .investors_box_all .investors2-4-4-2 .each p {
          color: #525252;
          font-size: 14px;
          line-height: 25px;
          margin-top: 10px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-4-4-2 .each p {
              font-size: 12px;
              line-height: 16px; } }
    .investors_box .investors_box_all .investors2-4-5 {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors2-4-5 .content {
        color: #3b3b3b;
        text-align: center;
        font-size: 16px;
        line-height: 25px; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors2-4-5 .content {
            font-size: 12px;
            line-height: 18px; } }
      .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 {
        margin: 30px 0;
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 {
            margin: 30px 0 10px 0; } }
        .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 ul li {
          overflow: hidden;
          width: 50%;
          float: left;
          text-align: center;
          padding: 0 10px; }
          @media only screen and (max-width: 768px) {
            .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 ul li {
              width: 100%;
              margin-bottom: 20px; } }
          .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 ul li .circleA, .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 ul li .circleB {
            text-align: center;
            width: 200px;
            height: 200px;
            padding-top: 65px;
            font-size: 25px;
            margin: 0 auto; }
          .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 ul li .circleA {
            color: #a63a50;
            background: url(../images/bg_excecutive_r.svg); }
          .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 ul li .circleB {
            color: #1b7d6b;
            background: url(../images/bg_excecutive_g.svg); }
          .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 ul li p {
            color: #3b3b3b;
            margin-top: 15px;
            font-size: 14px;
            line-height: 22px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-1 ul li p {
                font-size: 12px;
                line-height: 18px; } }
      .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-2 {
        overflow: hidden; }
        .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-2 ul {
          overflow: hidden;
          margin-bottom: 10px; }
          .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-2 ul li {
            width: 25%;
            float: left;
            overflow: hidden;
            padding: 10px; }
            .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-2 ul li img {
              max-width: 100%; }
            .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-2 ul li p {
              color: #3b3b3b;
              margin-top: 15px;
              width: 100%;
              text-align: center;
              font-size: 14px;
              line-height: 22px; }
              @media only screen and (max-width: 425px) {
                .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-2 ul li p {
                  font-size: 10px;
                  line-height: 18px; } }
      .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 {
        overflow: hidden; }
        .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul {
          background: #fff;
          margin: 30px auto 20px auto; }
          .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li {
            overflow: hidden;
            padding: 20px 0;
            font-size: 14px;
            line-height: 22px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li {
                font-size: 12px;
                line-height: 18px; } }
            .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li:first-child {
              background: #525252;
              color: #fff;
              font-size: 14px;
              line-height: 22px; }
              @media only screen and (max-width: 425px) {
                .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li:first-child {
                  font-size: 12px;
                  line-height: 18px; } }
            .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li:nth-child(2n+2) {
              background: #dadada; }
            .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li .tL, .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li .tS {
              float: left;
              text-align: center; }
              @media only screen and (max-width: 425px) {
                .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li .tL, .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li .tS {
                  padding: 0 10px; } }
            .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li .tL {
              width: 11%; }
            .investors_box .investors_box_all .investors2-4-5 .investors2-4-5-3 ul li .tS {
              width: 10%; }
    .investors_box .investors_box_all .investors2-4-6 {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors2-4-6 .content {
        color: #3b3b3b;
        text-align: left;
        font-size: 16px;
        line-height: 25px; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors2-4-6 .content {
            font-size: 12px;
            line-height: 18px; } }
      .investors_box .investors_box_all .investors2-4-6 ul {
        background: #fff;
        margin: 20px auto 40px auto; }
        .investors_box .investors_box_all .investors2-4-6 ul li {
          overflow: hidden;
          padding: 20px 0;
          background: #eee;
          font-size: 14px;
          line-height: 22px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-4-6 ul li {
              font-size: 12px;
              line-height: 18px; } }
          .investors_box .investors_box_all .investors2-4-6 ul li:first-child {
            background: #525252;
            color: #fff;
            font-size: 14px;
            line-height: 22px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-4-6 ul li:first-child {
                font-size: 12px;
                line-height: 18px; } }
          .investors_box .investors_box_all .investors2-4-6 ul li:nth-child(2n+2) {
            background: #dadada; }
          .investors_box .investors_box_all .investors2-4-6 ul li .t1, .investors_box .investors_box_all .investors2-4-6 ul li .t2, .investors_box .investors_box_all .investors2-4-6 ul li .t3, .investors_box .investors_box_all .investors2-4-6 ul li .t4 {
            float: left;
            padding: 0 10px; }
          .investors_box .investors_box_all .investors2-4-6 ul li .t1, .investors_box .investors_box_all .investors2-4-6 ul li .t4 {
            width: 15%; }
          .investors_box .investors_box_all .investors2-4-6 ul li .t2 {
            width: 30%; }
          .investors_box .investors_box_all .investors2-4-6 ul li .t3 {
            width: 40%; }
    .investors_box .investors_box_all .investors2-6 {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors2-6 .content {
        color: #3b3b3b;
        text-align: left;
        padding: 20px 0 30px 0;
        font-size: 14px;
        line-height: 22px; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors2-6 .content {
            font-size: 12px;
            line-height: 18px; } }
      .investors_box .investors_box_all .investors2-6 .images {
        padding: 20px 0 30px 0;
        text-align: center; }
        .investors_box .investors_box_all .investors2-6 .images img {
          max-width: 100%; }
      .investors_box .investors_box_all .investors2-6 ul {
        overflow: hidden;
        margin-bottom: 10px; }
        .investors_box .investors_box_all .investors2-6 ul li {
          width: 25%;
          float: left;
          overflow: hidden;
          padding: 20px; }
          .investors_box .investors_box_all .investors2-6 ul li:nth-child(4n+1) {
            clear: left; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors2-6 ul li {
              width: 50%; }
              .investors_box .investors_box_all .investors2-6 ul li:nth-child(4n+1) {
                clear: none; }
              .investors_box .investors_box_all .investors2-6 ul li:nth-child(2n+1) {
                clear: left; } }
          .investors_box .investors_box_all .investors2-6 ul li img {
            max-width: 100%; }
          .investors_box .investors_box_all .investors2-6 ul li p {
            color: #3b3b3b;
            margin-top: 15px;
            width: 100%;
            text-align: center;
            font-size: 14px;
            line-height: 22px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-6 ul li p {
                font-size: 12px;
                line-height: 18px; } }
    .investors_box .investors_box_all .investors2-8 {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors2-8 .content {
        color: #3b3b3b;
        text-align: left;
        padding: 20px 0 30px 0;
        font-size: 14px;
        line-height: 22px; }
        @media only screen and (max-width: 425px) {
          .investors_box .investors_box_all .investors2-8 .content {
            font-size: 12px;
            line-height: 18px; } }
      .investors_box .investors_box_all .investors2-8 ul {
        overflow: hidden;
        margin-bottom: 10px; }
        .investors_box .investors_box_all .investors2-8 ul li {
          overflow: hidden;
          padding: 20px;
          background: #dadada; }
          .investors_box .investors_box_all .investors2-8 ul li:first-child {
            background: #63646c !important; }
            .investors_box .investors_box_all .investors2-8 ul li:first-child .tL, .investors_box .investors_box_all .investors2-8 ul li:first-child .tS {
              color: #fff; }
          .investors_box .investors_box_all .investors2-8 ul li:nth-child(2n+1) {
            background: #eeeeee; }
          .investors_box .investors_box_all .investors2-8 ul li .tL, .investors_box .investors_box_all .investors2-8 ul li .tS {
            color: #3b3b3b;
            width: 100%;
            float: left;
            font-size: 14px;
            line-height: 22px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors2-8 ul li .tL, .investors_box .investors_box_all .investors2-8 ul li .tS {
                font-size: 12px;
                line-height: 18px; } }
          .investors_box .investors_box_all .investors2-8 ul li .tL {
            width: 25%; }
          .investors_box .investors_box_all .investors2-8 ul li .tS {
            width: 25%;
            text-align: center; }
    .investors_box .investors_box_all .investors3 {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors3 .investors3-1 {
        text-align: center; }
        .investors_box .investors_box_all .investors3 .investors3-1 select {
          width: 200px;
          height: 40px;
          color: #525252;
          border: 1px solid #525252;
          border-radius: 25px;
          background-color: #fff;
          background-image: url(../images/arrowDown.svg);
          background-position: 90% center;
          background-repeat: no-repeat;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          padding: 0 20px;
          font-size: 16px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors3 .investors3-1 select {
              height: 30px;
              font-size: 13px; } }
      .investors_box .investors_box_all .investors3 .investors3-2 {
        margin: 0 -20px; }
        .investors_box .investors_box_all .investors3 .investors3-2 ul {
          margin: 30px auto 40px auto; }
          .investors_box .investors_box_all .investors3 .investors3-2 ul li {
            overflow: hidden;
            padding: 15px 0;
            background: #dadada; }
            .investors_box .investors_box_all .investors3 .investors3-2 ul li:first-child {
              background: #63646c !important; }
              .investors_box .investors_box_all .investors3 .investors3-2 ul li:first-child .tL, .investors_box .investors_box_all .investors3 .investors3-2 ul li:first-child .tS {
                color: #fff; }
            .investors_box .investors_box_all .investors3 .investors3-2 ul li:nth-child(2n+1) {
              background: #eeeeee; }
            .investors_box .investors_box_all .investors3 .investors3-2 ul li:nth-child(n+2) .tS {
              line-height: 50px; }
            .investors_box .investors_box_all .investors3 .investors3-2 ul li .tL {
              width: 40%; }
            .investors_box .investors_box_all .investors3 .investors3-2 ul li .tS {
              width: 20%; }
            .investors_box .investors_box_all .investors3 .investors3-2 ul li .tL, .investors_box .investors_box_all .investors3 .investors3-2 ul li .tS {
              float: left;
              text-align: center;
              color: #3b3b3b;
              font-size: 14px;
              line-height: 22px; }
              @media only screen and (max-width: 425px) {
                .investors_box .investors_box_all .investors3 .investors3-2 ul li .tL, .investors_box .investors_box_all .investors3 .investors3-2 ul li .tS {
                  font-size: 12px;
                  line-height: 18px; } }
              .investors_box .investors_box_all .investors3 .investors3-2 ul li .tL button, .investors_box .investors_box_all .investors3 .investors3-2 ul li .tS button {
                width: 50px;
                height: 50px;
                background: #fff;
                border-radius: 100%;
                cursor: pointer; }
                .investors_box .investors_box_all .investors3 .investors3-2 ul li .tL button img, .investors_box .investors_box_all .investors3 .investors3-2 ul li .tS button img {
                  width: 30px; }
    .investors_box .investors_box_all .investors4 {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 10px; }
      .investors_box .investors_box_all .investors4 .investors4-1 {
        text-align: center; }
        .investors_box .investors_box_all .investors4 .investors4-1 select {
          width: 200px;
          height: 40px;
          color: #525252;
          border: 1px solid #525252;
          border-radius: 25px;
          background-color: #fff;
          background-image: url(../images/arrowDown.svg);
          background-position: 90% center;
          background-repeat: no-repeat;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          padding: 0 20px;
          font-size: 16px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors4 .investors4-1 select {
              height: 30px;
              font-size: 13px; } }
      .investors_box .investors_box_all .investors4 .investors4-2 {
        margin: 0 -20px; }
        .investors_box .investors_box_all .investors4 .investors4-2 ul {
          margin: 30px auto 40px auto; }
          .investors_box .investors_box_all .investors4 .investors4-2 ul li {
            overflow: hidden;
            padding: 15px 0;
            background: #ffffff; }
            .investors_box .investors_box_all .investors4 .investors4-2 ul li:first-child {
              background: #ba1b21 !important; }
              .investors_box .investors_box_all .investors4 .investors4-2 ul li:first-child .tL, .investors_box .investors_box_all .investors4 .investors4-2 ul li:first-child .tS {
                color: #fff; }
            .investors_box .investors_box_all .investors4 .investors4-2 ul li:nth-child(2n+1) {
              background: #eff0ff; }
            .investors_box .investors_box_all .investors4 .investors4-2 ul li .tL {
              width: 35%;
              color: #fa3f3f;
              font-weight: bold; }
            .investors_box .investors_box_all .investors4 .investors4-2 ul li .tS {
              width: 10%;
              color: #3b3b3b; }
            .investors_box .investors_box_all .investors4 .investors4-2 ul li .tL, .investors_box .investors_box_all .investors4 .investors4-2 ul li .tS {
              float: left;
              text-align: center;
              font-size: 14px;
              line-height: 22px; }
              @media only screen and (max-width: 425px) {
                .investors_box .investors_box_all .investors4 .investors4-2 ul li .tL, .investors_box .investors_box_all .investors4 .investors4-2 ul li .tS {
                  font-size: 12px;
                  line-height: 18px; } }
              .investors_box .investors_box_all .investors4 .investors4-2 ul li .tL button, .investors_box .investors_box_all .investors4 .investors4-2 ul li .tS button {
                width: 50px;
                height: 50px;
                background: #fff;
                border-radius: 100%;
                cursor: pointer; }
                .investors_box .investors_box_all .investors4 .investors4-2 ul li .tL button img, .investors_box .investors_box_all .investors4 .investors4-2 ul li .tS button img {
                  width: 30px; }
    .investors_box .investors_box_all .investors5 .investors5-1 {
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
      padding: 0 0 20px 0;
      border-bottom: 1px solid #ababab; }
      .investors_box .investors_box_all .investors5 .investors5-1 a {
        color: #3b3b3b;
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        border-right: 1px solid #494949;
        padding: 0 15px; }
        .investors_box .investors_box_all .investors5 .investors5-1 a:last-child {
          border-right: 0; }
    .investors_box .investors_box_all .investors5 .relationship-table2 {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 10px 0 40px 0; }
      @media only screen and (max-width: 768px) {
        .investors_box .investors_box_all .investors5 .relationship-table2 {
          margin: 0 -20px;
          padding: 20px 20px 20px 20px; } }
      @media only screen and (max-width: 425px) {
        .investors_box .investors_box_all .investors5 .relationship-table2 {
          padding: 20px 20px; } }
      .investors_box .investors_box_all .investors5 .relationship-table2 hr {
        border: 0;
        margin-bottom: 20px; }
      .investors_box .investors_box_all .investors5 .relationship-table2 ul {
        max-width: 909px;
        margin: 35px auto 0 auto;
        background: rgba(255, 255, 255, 0.7);
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          .investors_box .investors_box_all .investors5 .relationship-table2 ul {
            margin: 20px auto 20px auto; } }
        .investors_box .investors_box_all .investors5 .relationship-table2 ul li {
          padding: 30px 0;
          overflow: hidden;
          width: 50%;
          float: left; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors5 .relationship-table2 ul li {
              width: 100%;
              padding: 0 10px; } }
          .investors_box .investors_box_all .investors5 .relationship-table2 ul li p {
            text-align: center;
            border-right: 1px solid #494949;
            padding: 0 10px;
            font-size: 14px;
            line-height: 20px; }
            @media only screen and (max-width: 425px) {
              .investors_box .investors_box_all .investors5 .relationship-table2 ul li p {
                font-size: 12px;
                line-height: 15px;
                border-right: 0;
                border-bottom: 1px solid #494949;
                padding: 20px 10px; } }
          .investors_box .investors_box_all .investors5 .relationship-table2 ul li:nth-child(2n+2) p {
            border: 0; }
    .investors_box .investors_box_all .investors5-2 {
      max-width: 900px;
      margin: 30px auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors5-2 ul li {
        overflow: hidden;
        background: #dadada; }
        .investors_box .investors_box_all .investors5-2 ul li:first-child {
          background: #eeeeee !important; }
          .investors_box .investors_box_all .investors5-2 ul li:first-child .tL, .investors_box .investors_box_all .investors5-2 ul li:first-child .tM, .investors_box .investors_box_all .investors5-2 ul li:first-child .tS {
            color: #222222; }
        .investors_box .investors_box_all .investors5-2 ul li:nth-child(2n+1) {
          background: #eeeeee; }
        .investors_box .investors_box_all .investors5-2 ul li .tS, .investors_box .investors_box_all .investors5-2 ul li .tM, .investors_box .investors_box_all .investors5-2 ul li .tL {
          float: left;
          text-align: center;
          padding: 15px 10px;
          font-size: 14px;
          line-height: 22px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors5-2 ul li .tS, .investors_box .investors_box_all .investors5-2 ul li .tM, .investors_box .investors_box_all .investors5-2 ul li .tL {
              font-size: 12px;
              line-height: 18px; } }
        .investors_box .investors_box_all .investors5-2 ul li .tS {
          width: 10%; }
        .investors_box .investors_box_all .investors5-2 ul li .tM {
          width: 15%; }
        .investors_box .investors_box_all .investors5-2 ul li .tL {
          width: 30%; }
    .investors_box .investors_box_all .investors5-3 {
      max-width: 900px;
      margin: 30px auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors5-3 ul {
        overflow: hidden;
        background: #d6dde2;
        margin: -10px auto; }
        .investors_box .investors_box_all .investors5-3 ul li {
          width: 25%;
          float: left;
          overflow: hidden;
          padding: 15px 10px;
          font-size: 14px;
          line-height: 22px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors5-3 ul li {
              font-size: 12px;
              line-height: 18px; } }
    .investors_box .investors_box_all .investors5-4 {
      max-width: 900px;
      margin: 30px auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors5-4 ul li {
        overflow: hidden;
        background: #dadada; }
        .investors_box .investors_box_all .investors5-4 ul li:first-child {
          background: #63646c !important; }
          .investors_box .investors_box_all .investors5-4 ul li:first-child .tL, .investors_box .investors_box_all .investors5-4 ul li:first-child .tS {
            color: #fff; }
        .investors_box .investors_box_all .investors5-4 ul li:nth-child(2n+1) {
          background: #eeeeee; }
        .investors_box .investors_box_all .investors5-4 ul li .tS, .investors_box .investors_box_all .investors5-4 ul li .tL {
          float: left;
          text-align: center;
          padding: 15px 10px;
          font-size: 14px;
          line-height: 22px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors5-4 ul li .tS, .investors_box .investors_box_all .investors5-4 ul li .tL {
              font-size: 12px;
              line-height: 18px; } }
        .investors_box .investors_box_all .investors5-4 ul li .tS {
          width: 20%; }
        .investors_box .investors_box_all .investors5-4 ul li .tL {
          width: 60%; }
    .investors_box .investors_box_all .investors5-5 {
      max-width: 900px;
      margin: 20px auto 30px auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors5-5 ul {
        overflow: hidden;
        background: #d6dde2; }
        .investors_box .investors_box_all .investors5-5 ul li {
          width: 33.33%;
          float: left;
          overflow: hidden;
          padding: 15px 15px;
          font-size: 14px;
          line-height: 22px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors5-5 ul li {
              font-size: 12px;
              line-height: 18px; } }
    .investors_box .investors_box_all .investors6 {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px; }
      .investors_box .investors_box_all .investors6 .investors6-1 {
        text-align: center; }
        .investors_box .investors_box_all .investors6 .investors6-1 select {
          width: 200px;
          height: 40px;
          color: #525252;
          border: 1px solid #525252;
          border-radius: 25px;
          background-color: #fff;
          background-image: url(../images/arrowDown.svg);
          background-position: 90% center;
          background-repeat: no-repeat;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          padding: 0 20px;
          font-size: 16px; }
          @media only screen and (max-width: 425px) {
            .investors_box .investors_box_all .investors6 .investors6-1 select {
              height: 30px;
              font-size: 13px; } }
      .investors_box .investors_box_all .investors6 .investors6-2 {
        margin: 0 -20px; }
        .investors_box .investors_box_all .investors6 .investors6-2 ul {
          margin: 30px auto 40px auto; }
          .investors_box .investors_box_all .investors6 .investors6-2 ul li {
            overflow: hidden;
            padding: 15px 15px;
            background: #dadada; }
            .investors_box .investors_box_all .investors6 .investors6-2 ul li:first-child {
              background: #63646c !important; }
              .investors_box .investors_box_all .investors6 .investors6-2 ul li:first-child .tL, .investors_box .investors_box_all .investors6 .investors6-2 ul li:first-child .tS {
                color: #fff; }
            .investors_box .investors_box_all .investors6 .investors6-2 ul li:nth-child(2n+1) {
              background: #eeeeee; }
            .investors_box .investors_box_all .investors6 .investors6-2 ul li:nth-child(n+2) .tL {
              padding: 14px 10px;
              text-align: left; }
            .investors_box .investors_box_all .investors6 .investors6-2 ul li .tL {
              width: 30%; }
            .investors_box .investors_box_all .investors6 .investors6-2 ul li .tS {
              width: 20%; }
            .investors_box .investors_box_all .investors6 .investors6-2 ul li .tL, .investors_box .investors_box_all .investors6 .investors6-2 ul li .tS {
              float: left;
              text-align: center;
              color: #3b3b3b;
              font-size: 14px;
              line-height: 22px; }
              @media only screen and (max-width: 425px) {
                .investors_box .investors_box_all .investors6 .investors6-2 ul li .tL, .investors_box .investors_box_all .investors6 .investors6-2 ul li .tS {
                  font-size: 12px;
                  line-height: 18px; } }
              .investors_box .investors_box_all .investors6 .investors6-2 ul li .tL button, .investors_box .investors_box_all .investors6 .investors6-2 ul li .tS button {
                width: 50px;
                height: 50px;
                background: #fff;
                border-radius: 100%;
                cursor: pointer; }
                .investors_box .investors_box_all .investors6 .investors6-2 ul li .tL button img, .investors_box .investors_box_all .investors6 .investors6-2 ul li .tS button img {
                  width: 30px; }
/* 聯絡我們 */

.contact {
    display: flex;
    margin: 10px;
    border: 1px #e8e8e8 solid;
    border-radius: 5px;
}

@media screen and (max-width:768px) {
    .contact {
        display: block;
    }
}

.contact_infor {
    margin: auto;
}

.contact_infor img{
    max-width: 100%;
}

.contact_infor .logo_box {
    padding: 10px;
}

.contact_infor .logo_box img {
    width: 300px;
}

.contact_infor .detail_box {
    border-left: 5px ridge rgba(0, 0, 0, 0.6);
    text-align: left;
    padding-left: 10px;
}

@media screen and (max-width:768px) {
    .contact_infor .detail_box {
        padding: 20px;
    }
}

.contact_map {
    padding: 10px;
    width: 50%;
}

@media screen and (max-width:768px) {
    .contact_map {
        width: 100%;
    }
}


.contact_infor label,
.contact_infor label a {
    color: black;
    font-weight: 300;
}

.contact_infor label a:hover {
    color: black;
    font-weight: 300;
}

.about-01 .contact_block {
    overflow: hidden;
    margin: 0 auto 90px auto;
    padding: 10px;
}

.about-01 .contact_block a {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 7px;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .about-01 .contact_block a {
        width: 100%;
    }
}
.about-01 .contact_block a p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    padding: 0;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    word-break: keep-all;
}

@media screen and (max-width: 768px) {
    .about-01 .contact_block a p {
        font-size: 16px;
    }
}

.about-01 .contact_block a span {
    display: block;
    padding-bottom: 15%;
    width: 100%;
    height: 0;
    background-position: 0% 53%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.about-01 .contact_block a:hover span:before {
    position: absolute;
    top: 0;
    left: 7px;
    width: calc(100% - 14px);
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
}

.box_shadow {
    box-shadow: 3px 3px 6px 0px #888888;
}

/* 舉報系統 */

.detail_box_1 {
    width: 50%;
    margin: auto;
    text-align: left;
}

@media screen and (max-width:768px) {
    .detail_box_1 {
        width: 100%;
    }
}

.detail_box_1 h3 {
    font-weight: 500;
}

.detail_box_1 h3, .detail_box_1 p {
    padding: 10px !important;
}

.detail_box_2 {
    padding: 10px;
}

.detail_box ul li {
    padding: 10px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 26px;
}

.check_box {
    padding: 10px;
}

.check_box .check_btn {
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px;
}

/* 全球分公司 */
.map_box {
    max-width: 100%;
}

.company_box {
    overflow: hidden;
    padding-bottom: 60px;
    background: #fff;
    text-align: left;
}

.company-table {
    display: grid;
    grid-template-columns: auto auto auto;
}

@media screen and (max-width: 768px) {
    .company-table {
        display: grid;
        grid-template-columns: auto;
    }
}

.company-table .company-table-block {
    padding: 10px;
}

.company-table .company-table-block:nth-child(even) {
    background-color: #dadada;
}

.company-table .company-table-block p {
    padding: 10px;
}

/* 人才招募 */

.tab_box {
    display: flex;
    margin: auto;
    padding-top: 30px;
    justify-content: space-between;
    width: 80%;
}

@media screen and (max-width: 768px) {
    .tab_box {
        width: 95%;
    }
}

.tab {
    width: 25%;
    border-top: 1px solid #ff8f10;
    border-right: 1px solid #ff8f10;
    border-radius: 8px 8px 0 0 ;
    padding: 10px;
}

.tab:hover {
    background-color: #ffb45d;
    border: 1px solid #fff3e6;
    color: white;
    cursor: pointer;
}

.tab:nth-child(1) {
    border-left: 1px solid #ff8f10;
    border-radius: 5px 5px 0 0;
}

.tabActive {
    background-color: #ba1b21;
    color: white;
    border: 1px solid #ff8f10;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.tab_cont_box {
    margin: auto;
    padding: 30px;
    margin-bottom: 30px;
    width: 80%;
    border: 1px solid #fff3e6;
    border-top: 1px solid #fff3e6;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .tab_cont_box {
        width: 95%;
    }
}

.tab_cont_box .tab_cont h3 {
    font-weight: 500;
    padding-bottom: 10px;
}

.tab_cont_box .tab_cont .tab_detail {
    padding-left: 20px;
}

.tab_cont_box .tab_cont .tab_detail li {
    list-style: disc;
}

.tab_cont_box .tab_cont:nth-child(4) .tab_detail li {
    list-style: none;
}

.tab_cont .about-relationship .relationship-table {
    padding-top: 0;
}

.tab_cont .about-relationship {
    padding-bottom: 0px;
}

.tab_cont .about-relationship .relationship-table ul .black_detail {
    display: flex;
    align-items: center;
}

.tab_cont .about-relationship .relationship-table ul .black_detail .t2,
.tab_cont .about-relationship .relationship-table ul .black_detail .t3 {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .tab_cont .about-relationship {
        margin-left: 0px;
        width: 100%;
    }
    .tab_cont .about-relationship .relationship-table {
        padding: 0;
    }
}

.about_box .about-02 .titleH3 {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 17px;
    text-align: center;
}
@media only screen and (max-width: 425px) {
    .about_box .about-02 .titleH3 {
        padding-top: 6px;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
    }
}

.about_box .about-02 .content2 {
    max-width: 940px;
    overflow: hidden;
    margin: 0 auto;
    color: #3b3b3b;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

@media only screen and (max-width: 425px) {
    .about_box .about-02 .content2 {
        padding: 0 0 10px 0;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
}

.adv_btn
{
    width: 100px;
    height: 40px;
    margin: 0 15px;
    background: #ba1b21;
    display: inline-block;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}