@charset "UTF-8";
/*
.item_chenping(){
  border-bottom:1px dashed #ccc;
  @media (max-width: @screen-xs) {
    .px2rem(padding-top,15);
    .px2rem(padding-bottom ,15);
  }
  @media (min-width: (@screen-xs + 1px) ) and (max-width: (@screen-md - 1px) ) {
    padding:10px 0 5px;
  }
  @media (min-width: @screen-md) {
    padding:20px 0 15px;
  }
}
*/
* {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[lang="zh-cn"] {
  font-family: "Microsoft YaHei";
  line-height: 30px;
}
[lang="en"] {
  font-family: "Arial", sans-serif;
  line-height: 26px;
}
html {
  height: 100%;
  margin: auto;
  color: #333;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100% !important;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: inherit;
  outline: 0;
  cursor: pointer;
}
figcaption,
figure {
  position: relative;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div,
span {
  position: relative;
}
p {
  margin: 0;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
input:focus,
button:focus,
textarea:focus {
  border-color: inherit;
  outline: none;
  box-shadow: inherit;
}
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
  resize: none;
}
.template {
  display: none;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.ellipsis,
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.viewport_cover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  background: rgba(0, 0, 0, 0.5);
}
.full-container {
  width: 100%;
}
.response-container {
  margin: 0 0.26666667rem;
}
@media (min-width: 769px) and (max-width: 992px) {
  .response-container {
    max-width: 728px;
    margin: 0 auto;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .response-container {
    max-width: 952px;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) {
  .response-container {
    width: 1220px;
    margin: 0 auto;
  }
}
.dis-bl {
  display: block;
}
.dis-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.dis-no {
  display: none;
}
@media (max-width: 1200px) {
  .wap-dis-no {
    display: none;
  }
  .wap-dis-bl {
    display: block;
  }
  .wap-dis-ib {
    display: inline-block;
  }
}
@media (min-width: 1201px) {
  .pc-dis-no {
    display: none;
  }
  .pc-dis-bl {
    display: block;
  }
  .pc-dis-ib {
    display: inline-block;
  }
}
.ib-row {
  font-size: 0;
}
.ib-vm:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ib-col {
  font-size: 1rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clear {
  position: relative;
  content: '';
  display: block;
  clear: both;
  float: none;
  width: 100%;
}
header,
.header,
footer,
.footer,
section,
.section,
article,
.article,
aside,
.aside,
nav,
.nav,
.row,
.line,
.response-container,
.container {
  position: relative;
}
header:after,
.header:after,
footer:after,
.footer:after,
section:after,
.section:after,
article:after,
.article:after,
aside:after,
.aside:after,
nav:after,
.nav:after,
.row:after,
.line:after,
.response-container:after,
.container:after {
  position: relative;
  content: '';
  display: block;
  clear: both;
  float: none;
  width: 100%;
}
.panel:after,
.panel_head:after,
.panel_body:after,
.panel_foot:after {
  position: relative;
  content: '';
  display: block;
  clear: both;
  float: none;
  width: 100%;
}
.media:after,
.media_left:after,
.media_middle:after,
.media_right:after {
  position: relative;
  content: '';
  display: block;
  clear: both;
  float: none;
  width: 100%;
}
.css2-cm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.css3-cm {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.align-rbase {
  text-align: right;
  vertical-align: baseline;
}
.align-rb {
  text-align: right;
  vertical-align: bottom;
}
.align-rm {
  text-align: right;
  vertical-align: middle;
}
.align-rt {
  text-align: right;
  vertical-align: top;
}
.align-cbase {
  text-align: center;
  vertical-align: baseline;
}
.align-cb {
  text-align: center;
  vertical-align: bottom;
}
.align-cm {
  text-align: center;
  vertical-align: middle;
}
.align-ct {
  text-align: center;
  vertical-align: top;
}
.align-lbase {
  text-align: left;
  vertical-align: baseline;
}
.align-lb {
  text-align: left;
  vertical-align: bottom;
}
.align-lm {
  text-align: left;
  vertical-align: middle;
}
.align-lt {
  text-align: left;
  vertical-align: top;
}
.fixed-lt {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}
.fixed-lm {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}
.fixed-lb {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}
.fixed-ct {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.fixed-cm {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fixed-cb {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fixed-rt {
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  margin: auto;
}
.fixed-rm {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
}
.fixed-rb {
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
}
.box-padding5 {
  padding-bottom: 5%;
}
.box-padding10 {
  padding-bottom: 10%;
}
.box-padding15 {
  padding-bottom: 15%;
}
.box-padding20 {
  padding-bottom: 20%;
}
.box-padding25 {
  padding-bottom: 25%;
}
.box-padding30 {
  padding-bottom: 30%;
}
.box-padding35 {
  padding-bottom: 35%;
}
.box-padding40 {
  padding-bottom: 40%;
}
.box-padding45 {
  padding-bottom: 45%;
}
.box-padding50 {
  padding-bottom: 50%;
}
.box-padding55 {
  padding-bottom: 55%;
}
.box-padding60 {
  padding-bottom: 60%;
}
.box-padding65 {
  padding-bottom: 65%;
}
.box-padding70 {
  padding-bottom: 70%;
}
.box-padding75 {
  padding-bottom: 75%;
}
.box-padding80 {
  padding-bottom: 80%;
}
.box-padding85 {
  padding-bottom: 85%;
}
.box-padding90 {
  padding-bottom: 90%;
}
.box-padding95 {
  padding-bottom: 95%;
}
.box-padding100 {
  padding-bottom: 100%;
}
.box-padding105 {
  padding-bottom: 105%;
}
.box-padding110 {
  padding-bottom: 110%;
}
.box-padding115 {
  padding-bottom: 115%;
}
.box-padding120 {
  padding-bottom: 120%;
}
.box-padding125 {
  padding-bottom: 125%;
}
.box-padding130 {
  padding-bottom: 130%;
}
.box-padding135 {
  padding-bottom: 135%;
}
.box-padding140 {
  padding-bottom: 140%;
}
.box-padding145 {
  padding-bottom: 145%;
}
.box-padding150 {
  padding-bottom: 150%;
}
.box-padding155 {
  padding-bottom: 155%;
}
.box-padding160 {
  padding-bottom: 160%;
}
.box-padding165 {
  padding-bottom: 165%;
}
.box-padding170 {
  padding-bottom: 170%;
}
.box-padding175 {
  padding-bottom: 175%;
}
.box-padding180 {
  padding-bottom: 180%;
}
.box-padding185 {
  padding-bottom: 185%;
}
.box-padding190 {
  padding-bottom: 190%;
}
.box-padding195 {
  padding-bottom: 195%;
}
.box-padding200 {
  padding-bottom: 200%;
}
.box-square {
  padding-bottom: 100%;
}
.box-padding169 {
  padding-bottom: 56.25%;
}
.box-gold {
  padding-bottom: 61.8%;
}
.box-silver {
  padding-bottom: 70.6%;
}
.box-circular {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.img-box,
.video-box {
  position: relative;
  overflow: hidden;
}
.img-inline,
.video-inline {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
.img-center,
.video-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  width: auto;
  *width: 100%;
  max-height: 100%;
  height: auto;
  *height: 100%;
  margin: auto;
  border: none;
}
.img-max,
.video-max {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.img-cover,
.video-cover {
  display: block;
  position: absolute;
  max-width: none;
  width: 100%;
  *width: 100%;
  max-height: none;
  height: 100%;
  *height: 100%;
  border: none;
  object-position: 50% 50%;
  object-fit: cover;
}
.img-QR,
.video-QR {
  width: 100%;
  height: auto;
  border: none;
}
article,
.article {
  position: relative;
  /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
}
article html,
.article html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article img,
.article img,
article video,
.article video {
  max-width: 100%;
  max-height: 100%;
}
article,
.article {
  padding-bottom: 20px;
}
@media (min-width: 415px) and (max-width: 768px) {
  article,
  .article {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  article,
  .article {
    padding-bottom: 60px;
  }
}
@media (min-width: 1201px) {
  article,
  .article {
    padding-bottom: 80px;
  }
}
[lang="zh-cn"] .article_p {
  line-height: 24px;
}
@media (min-width: 1201px) {
  [lang="zh-cn"] .article_p {
    line-height: 32px;
  }
}
[lang="en"] .article_p {
  line-height: 20px;
}
@media (min-width: 1201px) {
  [lang="en"] .article_p {
    line-height: 1.75;
  }
}
.article .article_h1 {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 25px auto;
  color: #333;
}
@media (min-width: 1201px) {
  .article .article_h1 {
    font-size: 20px;
    line-height: 1.8;
    margin: 50px auto;
  }
}
.article .article_info {
  text-align: left;
  font-size: 12px;
  margin-top: -20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  color: #999;
}
@media (min-width: 1201px) {
  .article .article_info {
    font-size: 18px;
    text-align: center;
    margin-top: -40px;
    padding-bottom: 30px;
  }
  .article .article_info ~ p {
    font-size: 16px;
    margin: 0 80px;
  }
}
.article .article_info .article_time,
.article .article_info .article_num,
.article .article_info .article_from {
  display: inline-block;
  margin: 0 2em;
}
.article .article_h6 {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin: -10px 0 20px;
  color: #666;
}
@media (min-width: 1201px) {
  .article .article_h6 {
    line-height: 26px;
    margin: -20px 0 40px;
  }
}
.article .article_p {
  text-align: justify;
}
@media (min-width: 1201px) {
  .article .article_p {
    font-size: 16px;
    margin: 0 80px;
  }
}
.article .article_2em {
  text-indent: 2em;
}
.article .article_appear_listtitle {
  font-size: 13px;
  line-height: 2;
  margin: -10px 0 20px;
  color: #06a3f2;
}
@media (min-width: 1201px) {
  .article .article_appear_listtitle {
    font-size: 16px;
    margin: 20px 80px -10px;
  }
}
.article .article_tools {
  display: none;
}
@media (min-width: 993px) {
  .article .article_tools {
    display: block;
    position: fixed;
    top: 20%;
    left: auto;
    right: 5%;
    margin: auto;
  }
}
@media (min-width: 1201px) {
  .article .article_tools {
    display: block;
    position: fixed;
    top: 20%;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1500px) {
  .article .article_tools {
    display: block;
    position: fixed;
    top: 20%;
    left: 50%;
    right: auto;
    margin-left: 674px;
  }
}
.article .article_tools .article_backspace,
.article .article_tools .article_prev,
.article .article_tools .article_next {
  text-align: center;
  line-height: 54px;
  width: 54px;
  background-color: #f0f0f0;
  color: #999;
}
.article .article_tools .article_backspace:hover,
.article .article_tools .article_prev:hover,
.article .article_tools .article_next:hover {
  background-image: url("css_image/headernav_hover.jpg");
  background-repeat: repeat;
  color: #fff;
}
.article .article_tools .article_backspace {
  font-size: 14px;
}
.article .article_tools .article_prev,
.article .article_tools .article_next {
  font-size: 20px;
}
.AboutUs_hr {
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: none;
  border-bottom: 1px dashed #e4e4e4;
}
.AboutUs_0_bg {
  margin-top: 0.53333333rem;
  padding-top: 5.57333333rem;
  background-image: url("css_image/xs/aboutus_0_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1201px) {
  .AboutUs_0_bg {
    width: 1220px;
    margin: 40px auto 0;
    padding-top: 541px;
    background-image: url("css_image/lg/aboutus_0_bg.jpg");
    background-size: auto;
  }
}
[lang="zh-cn"] .AboutUs_0 .article_p {
  padding-top: 100px;
}
[lang="en"] .AboutUs_0 .article_p {
  padding-top: 60px;
}
.AboutUs_1.time_axis_list {
  position: relative;
  font-size: 14px;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  list-style: none;
}
.AboutUs_1.time_axis_list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.57333333rem;
  height: 40px;
  width: 2px;
  background-color: #e4e4e4;
}
@media (min-width: 1201px) {
  .AboutUs_1.time_axis_list:before {
    left: 168px;
  }
}
.AboutUs_1.time_axis_list .time_axis_item {
  position: relative;
  margin: 0;
  padding-left: 1.57333333rem;
  color: #666;
}
@media (min-width: 1201px) {
  .AboutUs_1.time_axis_list .time_axis_item {
    padding-left: 168px;
  }
}
.AboutUs_1.time_axis_list .time_axis_item:before {
  content: '';
  position: absolute;
  top: 0.64rem;
  left: 1.49333333rem;
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #e4e4e4;
}
@media (min-width: 1201px) {
  .AboutUs_1.time_axis_list .time_axis_item:before {
    top: 45px;
    left: 161px;
    width: 10px;
    height: 10px;
    border: 3px solid transparent;
  }
}
.AboutUs_1.time_axis_list .time_axis_item:hover {
  color: #06a3f2;
}
.AboutUs_1.time_axis_list .time_axis_item:hover:before {
  border: 1px solid #06a3f2;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .AboutUs_1.time_axis_list .time_axis_item:hover:before {
    border: 3px solid #06a3f2;
  }
}
.AboutUs_1.time_axis_list .time_axis_item .date {
    position: absolute;
    left: 0;
    font-size: 12px;
    text-align: right;
    width: 0.90666667rem;
    margin-top: -0.02666667rem;
    padding: 0.53333333rem 0.13333333rem;
    color: #333;
    white-space: nowrap;
}
@media (min-width: 1201px) {
  .AboutUs_1.time_axis_list .time_axis_item .date {
    font-size: 18px;
    width: 118px;
    margin-top: -2px;
    padding: 40px 25px;
  }
}
.AboutUs_1.time_axis_list .time_axis_item .article_p {
	font-size: 12px;
	margin: 0;
	padding: 0.53333333rem 0.93333333rem 0.53333333rem 0.33333333rem;
	border-left: 2px solid #e4e4e4;
	color: inherit;
}
@media (min-width: 1201px) {
  .AboutUs_1.time_axis_list .time_axis_item .article_p {
    font-size: 16px;
    padding: 40px 70px 40px 25px;
  }
}
.AboutUs_1.time_axis_list .time_axis_item .article_p p {
  margin: 0 0 1em 0;
}
.AboutUs_3 {
  margin: 0.66666667rem;
}
@media (min-width: 1201px) {
  .AboutUs_3 {
    margin: 50px 0;
  }
}
@media (min-width: 1201px) {
  .AboutUs_4_content {
    margin: 0 70px;
  }
}
@media (max-width: 992px) {
  .AboutUs_4_content .xs-col-6 {
    float: left;
    width: 50%;
  }
  .AboutUs_4_content .xs-col-6:hover {
    z-index: 6;
  }
  .AboutUs_4_content .xs-col-6 .mbp {
    margin: 0 0.13333333rem;
  }
}
@media (min-width: 993px) {
  .AboutUs_4_content .md-col-3 {
    float: left;
    width: 25%;
    height: 450px;
  }
  .AboutUs_4_content .md-col-3 .mbp {
    height: auto;
    min-height: 450px;
    margin: 0 10px;
  }
}
.AboutUs_4_content .content {
  z-index: 5;
  padding: 20px;
  background-color: #fff;
}
.AboutUs_4_content .num {
  font-size: 80px;
  line-height: 1;
  font-family: "Impact";
  position: absolute;
  top: -80px;
  left: 20px;
  color: #fff;
}
.AboutUs_4_content .title_h2 {
  font-size: 14px;
  line-height: 1.2;
  color: #333;
}
@media (min-width: 1201px) {
  .AboutUs_4_content .title_h2 {
    font-size: 20px;
  }
}
.AboutUs_4_content .underline {
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 15px;
  background: url("css_image/aboutus_underline.gif");
}
.AboutUs_4_content .text {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 20px;
  height: 120px;
  overflow: hidden;
  color: #666;
}
@media (min-width: 1201px) {
  .AboutUs_4_content .text {
    line-height: 26px;
    height: 130px;
  }
}
.AboutUs_4_content .mbp:hover .text {
  height: auto;
}
.AboutUs_4_content .AboutUs_4_file {
  font-size: 12px;
  line-height: 41px;
  width: 3.73333333rem;
  height: 41px;
  margin: 10px 0.26666667rem;
  border: 1px solid #e4e4e4;
  background-color: #fafafa;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.137);
}
@media (min-width: 415px) and (max-width: 993px) {
  .AboutUs_4_content .AboutUs_4_file {
    width: 280px;
  }
}
@media (min-width: 993px) and (max-width: 1201px) {
  .AboutUs_4_content .AboutUs_4_file {
    width: 230px;
  }
}
@media (min-width: 1201px) {
  .AboutUs_4_content .AboutUs_4_file {
    font-size: 16px;
    line-height: 68px;
    width: 230px;
    height: 68px;
    margin: 20px 20px 0 0;
    padding: 0 20px;
  }
}
.AboutUs_4_content .AboutUs_4_file:hover {
  border: 1px solid #06a3f2;
  background-color: #06a3f2;
  color: #fff;
}
.AboutUs_4_content .AboutUs_4_file .icon_file {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("css_image/icon_file.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
@media (min-width: 1201px) {
  .AboutUs_4_content .AboutUs_4_file .icon_file {
    width: 32px;
    height: 32px;
    background-size: auto;
  }
}
.AboutUs_5_swiper {
  height: 5.6rem;
}
@media (min-width: 1201px) {
  .AboutUs_5_swiper {
    height: 420px;
  }
}
.AboutUs_5_swiper .img-box {
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.578);
}
.AboutUs_5_swiper .text-overflow {
  display: none;
  font-size: 12rem;
  line-height: 20rem;
  color: #666;
}
@media (min-width: 1201px) {
  .AboutUs_5_swiper .text-overflow {
    font-size: 14px;
    line-height: 30px;
  }
}
.AboutUs_5_swiper .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("css_image/000000_op30.png") repeat center;
}
.AboutUs_5_swiper .swiper-slide-active .cover {
  display: none;
}
.AboutUs_5_swiper .swiper-slide-active .text-overflow {
  display: block;
}
.AboutUs_5_swiper .AboutUs_5_swiper_ctrl {
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 7;
  margin-top: -12px;
  color: #06a3f2;
  cursor: pointer;
}
.AboutUs_5_swiper .AboutUs_5_swiper_ctrl.disabled {
  color: #e4e4e4;
  cursor: auto;
}
.AboutUs_5_swiper #AboutUs_5_swiper_prev {
  left: 0;
}
.AboutUs_5_swiper #AboutUs_5_swiper_next {
  right: 0;
}
.RecruitmentCooperation_0 {
  height: 5.76rem;
  margin: 0 -0.26666667rem;
  padding: 0.6rem;
  background-image: url('http://hr.gmiot.com/skins/images/bodyBg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1201px) {
  .RecruitmentCooperation_0 {
    height: 480px;
    padding: 0;
  }
}
.RecruitmentCooperation_0 .op_btn_bg {
  height: 2.53333333rem;
  background-image: url('http://hr.gmiot.com/skins/images/bj.png');
  background-repeat: repeat-x;
  background-size: contain;
}
@media (min-width: 1201px) {
  .RecruitmentCooperation_0 .op_btn_bg {
    float: left;
    height: 183px;
    width: 50%;
    margin-top: 149px;
  }
}
.RecruitmentCooperation_0 .op_btn_bg + .op_btn_bg {
  margin-top: 0.6rem;
}
@media (min-width: 1201px) {
  .RecruitmentCooperation_0 .op_btn_bg + .op_btn_bg {
    margin-top: 149px;
  }
}
.RecruitmentCooperation_0 .op_btn {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.RecruitmentCooperation_0 .op_btn_1 {
  background-image: url('http://hr.gmiot.com/skins/images/button1.png');
}
.RecruitmentCooperation_0 .op_btn_3 {
  background-image: url('http://hr.gmiot.com/skins/images/button3.png');
}
.RecruitmentCooperation_1 .xs-col-12 {
  float: left;
  width: 100%;
}
.RecruitmentCooperation_1 .xs-col-12 .mbp {
  margin: 0.26666667rem 2rem;
}
@media (min-width: 993px) {
  .RecruitmentCooperation_1 .md-col-4 {
    float: left;
    width: 33.33333333%;
  }
  .RecruitmentCooperation_1 .md-col-4 .mbp {
    margin: 0 70px;
  }
}
.RecruitmentCooperation_1 h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 -2rem;
  color: #06a3f2;
}
@media (min-width: 993px) {
  .RecruitmentCooperation_1 h3 {
    margin: 0;
  }
}
.RecruitmentCooperation_1 p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 -2rem;
  color: #666;
}
@media (min-width: 993px) {
  .RecruitmentCooperation_1 p {
    margin: 0;
  }
}
.ajaxSearchRow {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 15px;
}
@media (min-width: 1201px) {
  .ajaxSearchRow {
    font-size: 16px;
    line-height: 40px;
    margin: 20px 30px;
  }
}
.ajaxSearchRow .appearselect {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  width: 57px;
  padding: 0 10px;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
}
@media (min-width: 1201px) {
  .ajaxSearchRow .appearselect {
    font-size: 16px;
    line-height: 40px;
    width: 74px;
    height: 44px;
    padding: 0 20px;
  }
}
.ajaxSearchRow .appearselect .fa {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1.2em;
  line-height: inherit;
}
@media (min-width: 1201px) {
  .ajaxSearchRow .appearselect .fa {
    top: 0;
    margin-top: 0;
  }
}
.ajaxSearchRow .appearselect .input-text {
  display: block;
  font-size: inherit;
  line-height: inherit;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
}
.ajaxSearchRow .appearselect .appearselect-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 7;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.ajaxSearchRow .appearselect .appearselect-list .appearselect-item {
  padding: 10px;
}
@media (min-width: 1201px) {
  .ajaxSearchRow .appearselect .appearselect-list .appearselect-item {
    padding: 20px;
  }
}
.ajaxSearchRow .appearselect .appearselect-list .appearselect-item:hover {
  background-color: #f8f8f8;
  color: #06a3f2;
  cursor: pointer;
}
.file_list {
  margin: 0 5px;
  border-top: 1px dotted #e4e4e4;
}
@media (min-width: 1201px) {
  .file_list {
    margin: 0 10px;
  }
}
.file_list .file_item {
  position: relative;
  font-size: 13px;
  line-height: 60px;
  padding: 0 36px 0 90px;
  border-bottom: 1px dotted #e4e4e4;
}
@media (min-width: 1201px) {
  .file_list .file_item {
    font-size: 14px;
    line-height: 80px;
    padding-left: 160px;
    padding-right: 172px;
  }
}
.file_list .file_item .date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 90px;
}
@media (min-width: 1201px) {
  .file_list .file_item .date {
    width: 160px;
  }
}
.file_list .file_item .date:after {
  position: absolute;
  right: 0;
  content: '|';
  color: #e4e4e4;
}
.file_list .file_item .file_name {
  padding: 0 15px;
}
@media (min-width: 1201px) {
  .file_list .file_item .file_name {
    padding: 0 30px;
  }
}
.file_list .file_item .file_name:hover {
  color: #06a3f2;
}
.file_list .file_item .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.file_list .file_item .icon_file {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin: 9px auto auto auto;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background-image: url("css_image/icon_file.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media (min-width: 1201px) {
  .file_list .file_item .icon_file {
    width: 52px;
    height: 52px;
    margin: auto 60px auto auto;
    background-size: auto;
  }
}
.file_list .file_item .icon_file:hover {
  border: 1px solid #06a3f2;
  background-color: #06a3f2;
}
.IR_list {
  border-top: 1px dotted #e4e4e4;
}
.IR_list .appearthead {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e4e4e4;
  background-color: #666;
  color: #fff;
}
@media (min-width: 1201px) {
  .IR_list .appearthead {
    font-size: 16px;
    line-height: 44px;
  }
}
.IR_list .appearthead .appeartd {
  float: left;
  width: 4.8rem;
}
@media (max-width: 1200px) {
  .IR_list .appearthead .appeartd:nth-child(2) {
    border-left: 1px solid #fff;
    width: 2.53333333rem;
  }
  .IR_list .appearthead .appeartd:nth-child(3) {
    border-left: 1px solid #fff;
    width: 2rem;
  }
}
@media (min-width: 1201px) {
  .IR_list .appearthead .appeartd {
    width: 654px;
  }
  .IR_list .appearthead .appeartd + .appeartd {
    border-left: 1px solid #fff;
    width: 271px;
  }
}
.IR_list .IR_item {
  font-size: 14px;
  line-height: 2.14285714;
  padding: 12.5px 0;
  border-bottom: 1px dotted #e4e4e4;
}
.IR_list .IR_item .file_name {
  float: left;
  text-align: center;
  width: 4.8rem;
}
@media (min-width: 1201px) {
  .IR_list .IR_item .file_name {
    width: 654px;
  }
}
.IR_list .IR_item .date {
  float: left;
  text-align: center;
  width: 2.53333333rem;
}
@media (min-width: 1201px) {
  .IR_list .IR_item .date {
    width: 272px;
  }
}
.IR_list .IR_item .address {
  float: left;
  text-align: center;
  width: 2rem;
}
@media (min-width: 1201px) {
  .IR_list .IR_item .address {
    width: 272px;
  }
}
.news_list {
  margin: 0.53333333rem -0.06666667rem 0;
}
@media (min-width: 1201px) {
  .news_list {
    margin: 40px 10px;
  }
}
.news_list .news_item {
  float: left;
  width: 50%;
}
.news_list .news_item .mbp {
  margin: 0.06666667rem;
}
@media (min-width: 993px) {
  .news_list .news_item {
    width: 33.33333333%;
  }
}
@media (min-width: 1201px) {
  .news_list .news_item {
    width: 25%;
  }
}
.news_list .news_text {
  font-size: 12px;
  line-height: 18px;
  height: 57.5px;
  padding: 10px;
  background-color: #666;
  color: #fff;
}
@media (min-width: 1201px) {
  .news_list .news_text {
    font-size: 14px;
    line-height: 20px;
    height: 75px;
    padding: 20px;
  }
}
.news_list .news_text:hover {
  background-color: #06a3f2;
}
.news_list .news_text .lineclamp {
  font-size: 14px;
  height: 36px;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
}
@media (min-width: 1201px) {
  .news_list .news_text .lineclamp {
    height: 40px;
    margin-bottom: 1em;
  }
}
.Recruitment_list {
  border-top: 1px dotted #e4e4e4;
}
.Recruitment_list .appearthead {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e4e4e4;
  background-color: #666;
  color: #fff;
}
@media (min-width: 1201px) {
  .Recruitment_list .appearthead {
    font-size: 16px;
    line-height: 44px;
  }
}
.Recruitment_list .appearthead .appeartd {
  float: left;
  width: 200px;
}
@media (min-width: 1201px) {
  .Recruitment_list .appearthead .appeartd {
    width: 544px;
  }
}
.Recruitment_list .appearthead .appeartd + .appeartd {
  width: 110px;
  border-left: 1px solid #fff;
}
@media (min-width: 1201px) {
  .Recruitment_list .appearthead .appeartd + .appeartd {
    width: auto;
  }
  .Recruitment_list .appearthead .appeartd + .appeartd:first-child {
    width: 380px;
  }
  .Recruitment_list .appearthead .appeartd + .appeartd:last-child {
    width: 272px;
  }
}
.Recruitment_list .Recruitment_item {
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  padding: 25px 0;
  border-bottom: 1px dotted #e4e4e4;
}
@media (min-width: 1201px) {
  .Recruitment_list .Recruitment_item .post {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 380px;
  }
}
.Recruitment_list .Recruitment_item .need {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 230px;
  padding: 0 5px;
}
@media (min-width: 1201px) {
  .Recruitment_list .Recruitment_item .need {
    width: 544px;
  }
}
.Recruitment_list .Recruitment_item .ctrl {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}
@media (min-width: 1201px) {
  .Recruitment_list .Recruitment_item .ctrl {
    width: 272px;
  }
}
.Recruitment_list .Recruitment_item .ctrl .btn {
  display: inline-block;
  line-height: 32px;
  width: 100px;
  border-radius: 16px;
}
.Recruitment_list .Recruitment_item .ctrl .btn:hover {
  background-color: #06a3f2;
  color: #fff;
}
/*因为设计稿上分页部分全都是ajax加载更多，所以没有pageination*/
.ajax-more {
  display: inline-block;
  font-size: 13px;
  line-height: 33px;
  width: 167.5px;
  height: 33px;
  margin: 15px 0 25px;
  padding: 0;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  background-color: #06a3f2;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 993px) {
  .ajax-more {
    font-size: 14px;
    line-height: 48px;
    width: 252px;
    height: 48px;
    margin: 40px auto 80px;
  }
}
.ajax-more.nomore {
  background-color: #999;
  color: #ccc;
  cursor: auto;
}
[lang="zh-cn"] .ajax-more:before {
  content: '查看更多';
}
[lang="zh-cn"] .ajax-more.nomore:before,
[lang="zh-cn"] .ajax-more[disabled="disabled"]:before {
  content: '没有更多';
}
[lang="en"] .ajax-more:before {
  content: 'MORE';
}
[lang="en"] .ajax-more.nomore:before,
[lang="en"] .ajax-more[disabled="disabled"]:before {
  content: 'NO MORE';
}
nav {
  display: none;
  height: 100%;
  background: #f3f3f3;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2) inset;
}
#menu a:active {
  background: #fff;
  color: #06a3f2;
}
#menu b {
  float: right;
  color: #ccc;
}
@media (min-width: 1201px) {
  #menu {
    display: none;
  }
}
#page {
  background: #fff;
}
.navbar {
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.4 ease;
  -moz-transition: all 0.4 ease;
  -ms-transition: all 0.4 ease;
  -o-transition: all 0.4 ease;
  transition: all 0.4 ease;
  height: 2px;
  width: 32px;
  margin-top: 7.5px;
}
.navbar:nth-of-type(1) {
  margin-top: 5px;
}
.mm-opened .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mm-opened .navbar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-opened .navbar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-opened .navbar:nth-of-type(3) {
  display: none;
}
@media (min-width: 1201px) {
  .nav_area {
    float: left;
    width: 720px;
    height: 89px;
    margin: 0 0px 0 0px;
  }
  .nav_area .header_nav {
    display: flex;
    height: 89px;
    width: 100%;
  }
  .nav_area .nav_item_1st {
    position: relative;
    float: left;
    font-size: 16px;
    text-align: center;
    height: 89px;
  }
  .nav_area .nav_item_1st:first-letter {
    text-transform: uppercase;
  }
  .nav_area .nav_item_1st:hover {
    background-image: url("css_image/headernav_hover.jpg");
    background-repeat: repeat;
    color: #fff;
  }
  .nav_area .nav_item_1st:hover .nav_list_2nd_wrap {
    display: block;
    z-index: 4;
    opacity: 1;
  }
  .nav_area .nav_list_2nd_wrap {
    display: none;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 252px;
    background: #2b2b2b;
  }
  .nav_area .nav_list_2nd_wrap .nav_list_2nd {
    position: absolute;
    width: 240px;
    height: 192px;
    margin: 30px 0;
    border-right: 1px solid #555;
  }
  .nav_area .nav_list_2nd_wrap .nav_list_2nd .nav_item_2nd {
    position: relative;
    font-size: 14px;
    line-height: 32px;
    padding: 0px 10px 0px 25px;
  }
  .nav_area .nav_list_2nd_wrap .nav_list_2nd .nav_item_2nd:first-child {
    margin-top: -16px;
  }
  .nav_area .nav_list_2nd_wrap .nav_list_2nd .nav_item_2nd:hover {
    color: #06a3f2;
  }
  .nav_area .nav_list_2nd_wrap .nav_list_2nd .nav_item_2nd .fa-caret-right {
    position: absolute;
    left: 15px;
    line-height: 36px;
    color: #06a3f2;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab {
    height: 212px;
    margin: 20px 30px 20px 270px;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .swiper-slide {
    width: 100%;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_media .media_left {
    position: absolute;
    width: 175px;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_media .media_right {
    margin-left: 175px;
    padding-left: 20px;
    text-align: left;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_media .media_right .lineclamp {
    font-size: 14px;
    line-height: 22px;
    height: 132px;
    color: #b0b0b0;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_list_list {
    height: 180px;
    width: 100%;
    margin-top: -10px;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_list_list .sub_list_item {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #b0b0b0;
    padding: 10px 6em 10px 0;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_list_list .sub_list_item:hover {
    color: #06a3f2;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_list_list .sub_list_item .date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_newslist_item {
    float: left;
    width: 135px;
    background-color: #666;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_newslist_item:hover {
    background-color: #06a3f2;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_newslist_item .text-overflow,
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_newslist_item .date {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding: 5px 10px;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .sub_newslist_item + .sub_newslist_item {
    margin-left: 20px;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .contact_us_list {
    height: 180px;
    width: 100%;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .contact_us_list .contact_us_title {
    font-size: 14px;
    color: #b0b0b0;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .contact_us_list .contact_us_item {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    color: #b0b0b0;
  }
  .nav_area .nav_list_2nd_wrap .sub_swiper_tab .contact_us_list .contact_us_item:hover {
    color: #06a3f2;
  }
  [lang="zh-cn"] .nav_0,
  [lang="zh-cn"] .nav_1,
  [lang="zh-cn"] .nav_2,
  [lang="zh-cn"] .nav_3,
  [lang="zh-cn"] .nav_4,
  [lang="zh-cn"] .nav_5 {
    width: 180px;
  }
  [lang="zh-cn"] .nav_1 .nav_list_2nd_wrap {
    left: 0;
    width: 768px;
  }
  [lang="zh-cn"] .nav_2 .nav_list_2nd_wrap {
    left: 0;
    width: 768px;
  }
  [lang="zh-cn"] .nav_3 .nav_list_2nd_wrap {
    left: 0;
    width: 240px;
  }
  [lang="zh-cn"] .nav_4 .nav_list_2nd_wrap {
    right: 0;
    width: 748px;
  }
  [lang="zh-cn"] .nav_5 .nav_list_2nd_wrap {
    right: 0;
    width: 748px;
  }
  [lang="en"] .nav_0 {
    width: 66px;
  }
  [lang="en"] .nav_1 {
    width: 126px;
  }
  [lang="en"] .nav_2 {
    width: 78px;
  }
  [lang="en"] .nav_3 {
    width: 138px;
  }
  [lang="en"] .nav_4 {
    width: 114px;
  }
  [lang="en"] .nav_5 {
    width: 198px;
  }
  [lang="en"] .nav_1 .nav_list_2nd_wrap,
  [lang="en"] .nav_2 .nav_list_2nd_wrap,
  [lang="en"] .nav_3 .nav_list_2nd_wrap,
  [lang="en"] .nav_4 .nav_list_2nd_wrap,
  [lang="en"] .nav_5 .nav_list_2nd_wrap {
    left: 0;
    width: auto;
    min-width: 280px;
    height: auto;
  }
  [lang="en"] .nav_1 .nav_list_2nd_wrap .nav_list_2nd,
  [lang="en"] .nav_2 .nav_list_2nd_wrap .nav_list_2nd,
  [lang="en"] .nav_3 .nav_list_2nd_wrap .nav_list_2nd,
  [lang="en"] .nav_4 .nav_list_2nd_wrap .nav_list_2nd,
  [lang="en"] .nav_5 .nav_list_2nd_wrap .nav_list_2nd {
    position: relative;
    width: auto;
    height: auto;
  }
  [lang="en"] .nav_1 .nav_list_2nd_wrap .sub_swiper_tab,
  [lang="en"] .nav_2 .nav_list_2nd_wrap .sub_swiper_tab,
  [lang="en"] .nav_3 .nav_list_2nd_wrap .sub_swiper_tab,
  [lang="en"] .nav_4 .nav_list_2nd_wrap .sub_swiper_tab,
  [lang="en"] .nav_5 .nav_list_2nd_wrap .sub_swiper_tab {
    display: none;
  }
  [lang="zh-cn"] .contact_us_item,
  [lang="zh-cn"] .contact_us_title {
    line-height: 24px;
  }
  [lang="en"] .contact_us_item,
  [lang="en"] .contact_us_title {
    line-height: 20px;
  }
  [lang="zh-cn"] .nav_3 .nav_list_2nd_wrap {
    left: 0;
  }
  [lang="zh-cn"] .nav_3 .nav_list_2nd_wrap .nav_list_2nd {
    border-right: none;
  }
  [lang="zh-cn"] .nav_3 .nav_list_2nd_wrap .sub_swiper_tab {
    display: none;
  }
}
.header {
  z-index: 9;
  line-height: 45px;
  height: 45px;
  background-color: #121212;
  color: #fff;
}
@media (min-width: 1201px) {
  .header {
    z-index: 7;
    line-height: 90px;
    height: 90px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.086);
  }
}
.header .logo_area {
  width: 126px;
  height: 45px;
  margin: 0 auto;
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}
@media (min-width: 1201px) {
  .header .logo_area {
    float: left;
    height: 90px;
    width: 212px;
  }
}
.header .btn-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 7;
  height: 32px;
  width: 32px;
  margin: -16px 0 0 15px;
}
@media (min-width: 1201px) {
  .header .btn-nav {
    display: none;
  }
}
.header .nav_area {
  display: none;
}
@media (min-width: 1201px) {
  .header .nav_area {
    display: block;
  }
}
.header .search_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  font-size: 16px;
}
@media (min-width: 1201px) {
  .header .search_btn {
    display: none;
  }
}
.header .search_area {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 -10px;
  z-index: 10;
}
@media (min-width: 1201px) {
  .header .search_area {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    width: 120px;
    margin: 0;
  }
}
.header .search_area .search_form {
  position: relative;
  line-height: 47.5px;
  height: 47.5px;
  background-color: #fff;
  color: #999;
}
@media (min-width: 1201px) {
  .header .search_area .search_form {
    position: relative;
    top: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #2b2b2b;
    color: #cfcfcf;
  }
}
.header .search_area .search_form .btn-submit {
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 47.5px;
  height: 47.5px;
  width: 40px;
  background: none;
  color: #cfcfcf;
  border: none;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .header .search_area .search_form .btn-submit {
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}
.header .search_area .search_form .input-box {
  display: block;
  margin-left: 20px;
  padding-top: 14.5px;
}
@media (min-width: 1201px) {
  .header .search_area .search_form .input-box {
    margin-left: 40px;
    padding-top: 8px;
  }
}
.header .search_area .search_form .input-box .input-text {
  display: block;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
}
@media (min-width: 1201px) {
  .header .search_area .search_form .input-box .input-text {
    font-size: 14px;
    color: #fff;
  }
}
.header .lang_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  font-size: 14px;
}
@media (min-width: 1201px) {
  .header .lang_btn {
    display: none;
  }
}
.header .lang_area {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 -10px;
  text-align: center;
  background: #fff;
  color: #464646;
  z-index: 10;
}
@media (min-width: 1201px) {
  .header .lang_area {
    display: block;
    position: relative;
    float: left;
    font-size: 16px;
    width: 118px;
    background-color: transparent;
    color: #fff;
  }
}
.header .lang_area a {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  width: 78px;
  border-radius: 25px;
}
@media (min-width: 1201px) {
  .header .lang_area a {
    width: auto;
  }
}
.header .lang_area a.on {
  background-image: -moz-linear-gradient(90deg, #00a7cd 0%, #005a9a 100%);
  background-image: -webkit-linear-gradient(90deg, #00a7cd 0%, #005a9a 100%);
  background-image: -ms-linear-gradient(90deg, #00a7cd 0%, #005a9a 100%);
  color: #fff;
}
.header.fixed {
  -webkit-transition: all 0.5 ease;
  -moz-transition: all 0.5 ease;
  -ms-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
  transition: all 0.5 ease;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  color: #333;
}
.header.fixed .logo_area {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.header.fixed .navbar {
  background-color: #333;
}
@media (min-width: 1201px) {
  .header.fixed .search_area .search_form {
    background-color: #e7e7e7;
    color: #999;
  }
  .header.fixed .search_area .search_form .btn-submit {
    color: #999;
  }
  .header.fixed .search_area .search_form .input-box .input-text {
    color: #999;
  }
}
.footer_nav_row {
  padding-bottom: 25px;
  background-color: #999;
  color: #fff;
}
@media (min-width: 1201px) {
  .footer_nav_row {
    padding-bottom: 0;
  }
}
@media (min-width: 993px) {
  .footer_nav_row .footer_nav_area {
    padding-top: 15px;
  }
}
.footer_nav_row .footer_QR_area {
  display: none;
}
.footer_nav_row .footer_QR_area .QR_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0 7.5px;
}
@media (min-width: 993px) {
  .footer_nav_row .footer_QR_area .QR_title {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px;
  }
}
@media (min-width: 1201px) {
  .footer_nav_row .footer_QR_area .QR_title {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  [lang="zh-cn"] .footer_nav_area .nav_list_1st {
    width: 20%;
  }
  [lang="zh-cn"] .friendshiplink_item {
    float: left;
    width: 20%;
  }
  [lang="en"] .footer_nav_area .nav_list_1st {
    width: 25%;
  }
  [lang="en"] .friendshiplink_item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .footer_nav .nav_list_1st {
    float: left;
  }
}
.footer_nav .nav_list_1st .nav_item_1st {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0 7.5px;
}
@media (min-width: 993px) {
  .footer_nav .nav_list_1st .nav_item_1st {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px;
  }
}
@media (min-width: 1201px) {
  .footer_nav .nav_list_1st .nav_item_1st {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .footer_nav .nav_list_1st .nav_item_1st {
    padding-top: 30px;
  }
}
.footer_nav .nav_list_1st .nav_item_2nd {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  max-width: 90%;
  margin-right: 2em;
}
@media (min-width: 1201px) {
  .footer_nav .nav_list_1st .nav_item_2nd {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 1201px) {
  .footer_nav .nav_list_1st .nav_item_2nd {
    display: block;
    max-width: none;
    margin-right: 0;
  }
}
.footer_friendshiplink_row {
  padding-bottom: 50px;
  background-color: #999;
  color: #fff;
}
.footer_friendshiplink_row .friendshiplink_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0 7.5px;
}
@media (min-width: 993px) {
  .footer_friendshiplink_row .friendshiplink_title {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px;
  }
}
@media (min-width: 1201px) {
  .footer_friendshiplink_row .friendshiplink_title {
    font-size: 18px;
  }
}
.footer_friendshiplink_row .friendshiplink_list .friendshiplink_item {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding-right: 80px;
}
@media (min-width: 1201px) {
  .footer_friendshiplink_row .friendshiplink_list .friendshiplink_item {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 1201px) {
  .footer_friendshiplink_row .friendshiplink_list .friendshiplink_item {
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.footer_copyright_row {
  padding: 14px 0;
  background-color: #121212;
  color: #666;
}
@media (min-width: 1201px) {
  .footer_copyright_row {
    padding: 0;
  }
}
.footer_copyright_row .copyright {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1201px) {
  .footer_copyright_row .copyright {
    font-size: 12px;
    line-height: 50px;
  }
}
.footer_copyright_row .dis-ib {
  margin: 0 0.5em;
}
.indexbanner {
  width: 100vw;
}
.indexbanner .swiper-slide {
  width: 100vw;
}
.indexbanner .index_banner_swiper,
.indexbanner .img-box {
  width: 100vw;
  text-align: center;
}
.indexbanner .pagination {
  position: absolute;
  z-index: 5;
  bottom: 7.5px;
  right: 0%;
  left: 0%;
  text-align: center;
}
@media (min-width: 1201px) {
  .indexbanner .pagination {
    bottom: 36px;
  }
}
.indexbanner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 10px;
  background: #fff;
  opacity: 0.3;
  cursor: pointer;
}
.indexbanner .pagination .swiper-active-switch {
  opacity: 1;
}
.newest_notice {
  z-index: 5;
  font-size: 13px;
  vertical-align: middle;
  line-height: 45px;
  height: 45px;
  margin: 0 0 10px;
  padding: 0 60px 0 100px;
  background-color: #fff;
  box-shadow: 1px 1.732px 5px 0px rgba(0, 0, 0, 0.039);
}
@media (min-width: 1201px) {
  .newest_notice {
    font-size: 14px;
    line-height: 72px;
    height: 72px;
    margin: -20px 0 0;
    padding: 0 120px 0 140px;
  }
}
.newest_notice .newest_notice_title {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  color: #06a3f2;
}
@media (min-width: 1201px) {
  .newest_notice .newest_notice_title {
    width: 140px;
  }
}
.newest_notice .newest_notice_title strong {
  display: inline-block;
  position: static;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .newest_notice .newest_notice_title strong {
    position: relative;
  }
}
.newest_notice .newest_notice_title strong:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '|';
  vertical-align: middle;
  margin-top: -2px;
  color: #b1b1b1;
}
.newest_notice .newest_notice_ctrl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}
@media (min-width: 1201px) {
  .newest_notice .newest_notice_ctrl {
    width: 120px;
  }
}
.newest_notice .newest_notice_ctrl .btn {
  font-size: 20px;
  vertical-align: middle;
  height: 100%;
  width: 25px;
  padding: 0;
  border: none;
  background: none;
  color: #06a3f2;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .newest_notice .newest_notice_ctrl .btn {
    width: 50px;
  }
}
.newest_notice .newest_notice_ctrl .btn.disabled {
  color: #b1b1b1;
  cursor: auto;
}
.newest_notice .newest_notice_swiper {
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
  color: #666;
}
.newest_notice .newest_notice_swiper .swiper-slide {
  vertical-align: middle;
}
.newest_notice .newest_notice_swiper .swiper-slide .text-overflow {
  padding-left: 0.5em;
}
.newest_notice .newest_notice_swiper .swiper-slide span {
  vertical-align: middle;
}
.newest_notice .newest_notice_swiper .date {
  padding-left: 3em;
}
.index_companybusiness {
  height: 7rem;
  color: #fff;
}
@media (min-width: 1201px) {
  .index_companybusiness {
    height: 610px;
  }
}
.index_companybusiness .grid {
  position: absolute;
  overflow: hidden;
}
.index_companybusiness .grid .img-box {
  width: 100%;
  height: 100%;
  background: #999;
}
.index_companybusiness .grid_0 {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 4.66666667rem;
  height: 3.49333333rem;
}
@media (min-width: 1201px) {
  .index_companybusiness .grid_0 {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 600px;
    height: 300px;
  }
}
.index_companybusiness .grid_1 {
  top: 3.62666667rem;
  bottom: auto;
  left: 0;
  right: auto;
  width: 4.66666667rem;
  height: 3.49333333rem;
}
@media (min-width: 1201px) {
  .index_companybusiness .grid_1 {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 600px;
    height: 300px;
  }
}
.index_companybusiness .grid_2 {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  width: 4.66666667rem;
  height: 3.49333333rem;
}
@media (min-width: 1201px) {
  .index_companybusiness .grid_2 {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 600px;
    height: 300px;
  }
}
.index_companybusiness .grid_3 {
  top: 3.62666667rem;
  bottom: 0;
  left: auto;
  right: 0;
  width: 4.66666667rem;
  height: 3.49333333rem;
}
@media (min-width: 1201px) {
  .index_companybusiness .grid_3 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 600px;
    height: 300px;
  }
}
.index_companybusiness .grid_4 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 4.66666667rem;
  height: 3.49333333rem;
}
@media (min-width: 1201px) {
  .index_companybusiness .grid_4 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 400px;
    height: 300px;
  }
}
.index_companybusiness .cover {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1201px) {
  .index_companybusiness .cover {
    height: 52px;
  }
}
.index_companybusiness .cover .cover_text {
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}
.index_companybusiness .cover h2 {
  font-size: 14px;
  line-height: 30px;
}
@media (min-width: 1201px) {
  .index_companybusiness .cover h2 {
    font-size: 14px;
    line-height: 52px;
  }
}
.index_companybusiness .cover p {
  display: none;
  font-size: 10px;
  line-height: 0px;
}
@media (min-width: 1201px) {
  .index_companybusiness .cover p {
    font-size: 12px;
    line-height: 20px;
  }
}
.index_companybusiness .grid.hover .cover h2 {
  font-size: 20px;
}
@media (min-width: 1201px) {
  .index_companybusiness .grid.hover .cover {
    font-size: 18px;
  }
}
.index_companybusiness .grid.hover .cover p {
  display: block;
}
.index_companybusiness .grid.hover .cover .appearbtn {
  display: inline-block;
  height: 15px;
  width: 45px;
  margin-top: 15px;
  border-radius: 15px;
  background-image: url("css_image/is_btn.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1201px) {
  .index_companybusiness .grid.hover .cover .appearbtn {
    width: 90px;
    height: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 1201px) {
  .index_notice_list {
    float: left;
    width: 400px;
  }
}
.index_notice_list .title {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #999;
}
@media (min-width: 1201px) {
  .index_notice_list .title {
    font-size: 16px;
    line-height: 53px;
  }
}
.index_notice_list .title .js-tab {
  cursor: pointer;
}
.index_notice_list .title .active {
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
@media (min-width: 1201px) {
  .index_notice_list .title .active {
    font-size: 20px;
  }
}
.index_notice_list .title strong {
  padding-right: 1em;
}
.index_notice_list .title strong + strong {
  padding-left: 1em;
  border-left: 1px solid #999;
}
.index_notice_list .more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 11px;
}
@media (min-width: 1201px) {
  .index_notice_list .more {
    font-size: 12px;
  }
}
.index_notice_list .content {
  font-size: 14px;
  line-height: 30px;
  height: 261.5px;
  background-color: #dde6ed;
  color: #333;
}
@media (min-width: 1201px) {
  .index_notice_list .content {
    font-size: 14px;
    line-height: 36px;
    height: 312px;
  }
}
.index_notice_list .content .list {
  padding: 10.75px 0;
}
@media (min-width: 1201px) {
  .index_notice_list .content .list {
    padding: 12px 0;
  }
}
.index_notice_list .content .list .list-style-icon {
  color: #06a3f2;
}
.index_notice_list .content .list .date {
  color: #666;
}
.index_notice_list .content .list .item:hover {
  color: #06a3f2;
}
.index_notice_list .content .list .item:hover .date {
  color: inherit;
}
.index_notice_list .content .list .item {
  display: block;
  position: relative;
  padding-left: 50px;
  padding-right: 6em;
}
.index_notice_list .content .list .item .list-style-icon {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  line-height: inherit;
  vertical-align: middle;
  width: 50px;
}
.index_notice_list .content .list .item .node {
  display: block;
  padding-right: 1em;
}
.index_notice_list .content .list .item .date {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 6em;
}
@media (min-width: 1201px) {
  .index_notice_list .content .list .item {
    display: block;
    position: relative;
    padding-left: 50px;
    padding-right: 100px;
  }
  .index_notice_list .content .list .item .list-style-icon {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    line-height: inherit;
    vertical-align: middle;
    width: 50px;
  }
  .index_notice_list .content .list .item .node {
    display: block;
    padding-right: 1em;
  }
  .index_notice_list .content .list .item .date {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100px;
  }
}
@media (min-width: 1201px) {
  .index_newscenter_media {
    float: right;
    width: 810px;
  }
}
.index_newscenter_media .title {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #999;
}
@media (min-width: 1201px) {
  .index_newscenter_media .title {
    font-size: 16px;
    line-height: 53px;
  }
}
.index_newscenter_media .title .js-tab {
  cursor: pointer;
}
.index_newscenter_media .title .active {
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
@media (min-width: 1201px) {
  .index_newscenter_media .title .active {
    font-size: 20px;
  }
}
.index_newscenter_media .title strong {
  padding-right: 1em;
}
.index_newscenter_media .title strong + strong {
  padding-left: 1em;
  border-left: 1px solid #999;
}
.index_newscenter_media .more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 11px;
}
@media (min-width: 1201px) {
  .index_newscenter_media .more {
    font-size: 12px;
  }
}
.index_newscenter_media .index_newscenter_swiper_ctrl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.index_newscenter_media .index_newscenter_swiper_ctrl .btn {
  font-size: 20px;
  height: 100%;
  width: 50px;
  padding: 0;
  border: none;
  background: none;
  color: #333;
  cursor: pointer;
}
.index_newscenter_media .index_newscenter_swiper_ctrl .btn.disabled {
  color: #b1b1b1;
  cursor: auto;
}
.index_newscenter_media .index_newscenter_swiper_ctrl .btn:hover {
  background-image: url("css_image/headernav_hover.jpg");
  background-position: center;
  color: #fff;
}
.index_newscenter_media .content {
  margin-right: -9px;
}
@media (min-width: 1201px) {
  .index_newscenter_media .content {
    height: auto;
  }
}
.index_newscenter_media .news_media {
  margin-right: 10px;
}
.index_newscenter_media .news_media .text {
  font-size: 14px;
  line-height: 18px;
  height: 64px;
  padding: 10px;
  background-color: #666;
  color: #fff;
}
@media (min-width: 1201px) {
  .index_newscenter_media .news_media .text {
    font-size: 14px;
    line-height: 20px;
    height: 75px;
    padding: 20px;
  }
}
.index_newscenter_media .news_media .text .lineclamp {
  height: 18px;
}
@media (min-width: 1201px) {
  .index_newscenter_media .news_media .text .lineclamp {
    height: 40px;
  }
}
.index_newscenter_media .news_media .text .date {
  margin-top: 10px;
}
@media (min-width: 1201px) {
  .index_newscenter_media .news_media .text .date {
    margin-top: 20px;
  }
}
.index_newscenter_media .news_media:hover .text {
  background-color: #06a3f2;
}
.page_banner {
  text-align: center;
}
@media (min-width: 1201px) {
  .page_banner {
    text-align: center;
  }
}
.page_banner .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  margin: auto;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(4, 0, 0, 0.157);
}
@media (min-width: 1201px) {
  .page_banner .page_title {
    font-size: 40px;
    margin-left: -360px;
    margin-top: -20px;
  }
}
.breadcrumb_row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 56px;
  background-image: url("css_image/06a3f2_op60.png");
  background-repeat: repeat;
}
.breadcrumb_row .breadcrumb {
  font-size: 16px;
  color: #fff;
}
.breadcrumb_row .breadcrumb .item {
  position: relative;
  text-align: center;
  margin: 0 30px;
  padding: 0 1em;
}
.breadcrumb_row .breadcrumb .on {
  font-weight: bold;
}
.breadcrumb_row .breadcrumb .on:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  max-width: 94px;
  height: 3px;
  margin: 0 auto;
  background: #fff;
}
.download_tip {
  font-size: 13px;
  line-height: 2;
  margin: 20px 17.5px 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: #999;
}
@media (min-width: 1201px) {
  .download_tip {
    font-size: 14px;
    line-height: 2;
    margin: 40px 35px 0px;
  }
}
.download_tip .fa-exclamation-circle {
  text-align: center;
  width: 1.5em;
  color: #06a3f2;
}
.download_tip a {
  color: #06a3f2;
  text-decoration: underline;
}
.InvestorRelations_href_group {
  margin: 20px auto;
}
@media (min-width: 1201px) {
  .InvestorRelations_href_group {
    margin: 40px auto;
  }
}
.InvestorRelations_href_group .text-overflow {
  display: inline-block;
  font-size: 11px;
  line-height: 2.375;
  margin: 0 5px;
  padding: 0 5px;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  color: #666;
}
@media (min-width: 1201px) {
  .InvestorRelations_href_group .text-overflow {
    font-size: 16px;
    min-width: 216px;
    max-width: 280px;
    margin: 0 10px;
    padding: 0 10px;
  }
}
.InvestorRelations_href_group .text-overflow:hover {
  border: 1px solid #06a3f2;
  background-color: #06a3f2;
  color: #fff;
}
.InvestorRelations_href_group .ccs_href_hover {
  margin: 0 10px;

}
@media (min-width: 1201px) {
  .InvestorRelations_href_group .ccs_href_hover {
    font-size: 14px;
    margin: 0 20px;
  }
}
.InvestorRelations_href_group  a.ccs_href_hover:hover {
  text-decoration: underline;
  color: #06a3f2;
}
.gp_iframe_title {
  height: 130px;
  margin: 30px auto 0;
}
@media (min-width: 1201px) {
  .gp_iframe_title {
    width: 730px;
    margin: 30px auto 0;
  }
}
.gp_iframe_title .gp_iframe {
  height: 213px;
  margin-top: -39px;
}
@media (min-width: 1201px) {
  .gp_iframe_title .gp_iframe {
    height: 200px;
    margin-top: -80px;
  }
}
.gp_iframe_canvas {
  height: 206px;
  margin: 0 auto;
}
@media (min-width: 1201px) {
  .gp_iframe_canvas {
    height: 400px;
    width: 730px;
    margin: 30px auto 0;
  }
}
.gp_iframe_canvas .gp_iframe {
  height: 409px;
  margin-top: -169px;
}
@media (min-width: 1201px) {
  .gp_iframe_canvas .gp_iframe {
    height: 900px;
    margin-top: -378px;
  }
}
.gp_iframe_title,
.gp_iframe_canvas {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.gp_iframe_title .gp_iframe,
.gp_iframe_canvas .gp_iframe {
  width: 100%;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.gp_iframe_title .cover,
.gp_iframe_canvas .cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.InvestorRelations_4_0 {
  margin: 0 10px;
}
@media (min-width: 1201px) {
  .InvestorRelations_4_0 {
    margin: 0 20px;
  }
}
.InvestorRelations_4_0 h3 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  background-color: #666;
  color: #fff;
}
@media (min-width: 1201px) {
  .InvestorRelations_4_0 h3 {
    font-size: 16px;
    line-height: 44px;
  }
}
.InvestorRelations_4_0 h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 5px;
  padding-top: 10px;
}
@media (min-width: 1201px) {
  .InvestorRelations_4_0 h4 {
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    padding-top: 20px;
  }
}
.InvestorRelations_4_0 p {
  font-size: 12px;
  line-height: 24px;
  padding: 0 5px;
}
@media (min-width: 1201px) {
  .InvestorRelations_4_0 p {
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px 0;
  }
}
.InvestorRelations_4_0 p + h4 {
  border-top: 1px dotted #e4e4e4;
}
.search_result {
  font-size: 14px;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
  color: #666;
}
@media (min-width: 1201px) {
  .search_result {
    font-size: 16px;
    padding: 30px 0;
  }
}
.search_result .keywords {
  margin: 0 0.2em;
  color: #06a3f2;
}
.search_result .return_lenght {
  font-weight: normal;
  margin: 0 0.2em;
}
[lang="zh-cn"] .keywords:before {
  content: '“';
}
[lang="zh-cn"] .keywords:after {
  content: '”';
}
[lang="en"] .keywords:before {
  content: '"';
}
[lang="en"] .keywords:after {
  content: '"';
}
@media (min-width: 993px) {
  .contact_us_info .md-col-3 {
    float: left;
    width: 25%;
  }
  .contact_us_info .md-col-3 .mbp {
    height: 200px;
    margin: 0 12px;
    padding: 30px;
    background-color: #666;
    color: #fff;
  }
}
@media (max-width: 992px) {
  .contact_us_info .xs-col-6 {
    float: left;
    width: 50%;
  }
  .contact_us_info .xs-col-6 .mbp {
    height: 180px;
    margin: 0 6px;
    padding: 15px;
    background-color: #666;
    color: #fff;
  }
}
.contact_us_info .fa {
  font-size: 24px;
}
@media (min-width: 1201px) {
  .contact_us_info .fa {
    font-size: 36px;
  }
}
.contact_us_info .title {
  font-size: 14px;
  margin: 10px;
}
@media (min-width: 1201px) {
  .contact_us_info .title {
    font-size: 18px;
    margin: 20px;
  }
}
.contact_us_info .node {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1201px) {
  .contact_us_info .node {
    font-size: 14px;
    line-height: 28px;
  }
}
.ContactUs_title {
  font-size: 14px;
  line-height: 24px;
}
.ContactUs_title .underline {
  width: 20px;
  height: 1px;
  margin: 15px auto;
  background-color: #666666;
}
@media (min-width: 1201px) {
  .ContactUs_message {
    width: 775px;
    margin: 0 auto;
  }
}
.ContactUs_message .input-box {
  display: block;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 10px;
  padding: 0 5px;
  border: 1px solid #e4e4e4;
  background-color: #fafafa;
}
@media (min-width: 1201px) {
  .ContactUs_message .input-box {
    float: left;
    width: 350px;
    line-height: 34px;
    margin: 0;
    padding: 0 10px;
  }
  .ContactUs_message .input-box.input-box {
    margin-left: 15px;
  }
}
.ContactUs_message .input-box .input-text {
  display: block;
  line-height: inherit;
  width: 100%;
  border: none;
  background: none;
}
.ContactUs_message .textarea-box {
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #e4e4e4;
  background-color: #fafafa;
}
@media (min-width: 1201px) {
  .ContactUs_message .textarea-box {
    margin-top: 15px;
    margin-left: 15px;
    padding: 10px;
  }
}
.ContactUs_message .textarea-box .input-textarea {
  display: block;
  width: 100%;
  height: 90px;
  border: none;
  background: none;
}
.ContactUs_message .VerificationCode {
  display: inline-block;
  height: 36px;
  width: 100px;
}
@media (min-width: 1201px) {
  .ContactUs_message .VerificationCode {
    margin: 0 15px;
  }
}
.ContactUs_message .button-submit {
  font-size: 14px;
  height: 33px;
  width: 167.5px;
  margin: 7.5px 0;
  border: none;
  border-radius: 25px;
  background-color: #06a3f2;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .ContactUs_message .button-submit {
    font-size: 14px;
    height: 50px;
    width: 254px;
    margin: 15px 0;
  }
}
.stock_info {
  font-size: 14px;
  line-height: 2;
  margin: 30px 0;
}
.stock_info .dis-ib {
  padding-right: 2em;
}
.QA_item {
  text-align: justify;
  margin: 15px 0;
  padding: 0;
}
@media (min-width: 1201px) {
  .QA_item {
    margin: 0;
    padding: 20px 0;
  }
}
.QA_item .question {
  font-size: 14px;
  line-height: 1.71428571;
  padding-left: 30px;
  color: #06a3f2;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhBQTU5MTZDNjIxODExRTg5OTY4Q0I1MjMzNkU4NDEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhBQTU5MTZENjIxODExRTg5OTY4Q0I1MjMzNkU4NDEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEFBNTkxNkE2MjE4MTFFODk5NjhDQjUyMzM2RTg0MTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEFBNTkxNkI2MjE4MTFFODk5NjhDQjUyMzM2RTg0MTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5VAAzSAAACeElEQVR42qyX3UuUQRTGd9XcSkJtiyIh0SzpIigILyWJikzCCyOoaEMIu8mCjOgfiKBAvBApCUWDggwyFUwQL/qgi6AbTasVFCT2QisFKTOx54HzxvCyu++Z2X3gB+/XzLMzc+bM2XBZx3hIoQioBcdAFdgNisAa+AmmwXswDMbkeVqFA4y3gRZwBRSGdPoGWkEHWE71UU6aDhrBZ3DLwpTaBe6BTzJLauMNoBs8AltD7uJyDIK7nNkg43zwAsRC2VFYZqzLb+43fpBuejJQTEb+X3nG9UVwSdFJAjyXSOba14BqRbub4B3oN6M6KoEUDWj8EFwHv3zPj4InYLsi4veDJW+qbyhMn4KmJKbUKDgN/ioi/pq3xhHZp+m0Dm4b9xfAVzBlxAQTyGPFlF9lENP4FCgO+DgOZuR6j2y3ClApM7FR3r1UGHM5TtD4uOJjMwj5Q3ON+y1gp1zPKqP8JI0PKT4sA+fF5Jzv3WvDcJPS+CBHUq782L9+45KPuyQGqDplX3vzLPOwJwbVYbBiPOOaNyvbF3KqVx2MxwxTrncDeAM2K9uv03g+w3TYC56BHRZtFnPk+MpEpQ5t4jR+69CQSaOEQQIOOLT/QOMhx1FyC32RLWarERp/lCi1Va7j0nz3jKk+y8YJOQrPOOyKNvDHM25npNlMlWQs/uBJy9G2mRUIR3DHogPm67NSgdoEV4s3QDP5z1l0EJVTyUY9kl4Dy9tsioX+ZW1dnS3xcKlnQKU6Z/niR5Jyt8DRcFEKvM6ggr5PCniTYilNJywMF8B9sC+VqX/EybQqQdErlST/tB2RM5z/q36LUUIS0Ssw4Dsuk+qfAAMAw2565iAtqtkAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px;
}
@media (min-width: 1201px) {
  .QA_item .question {
    font-size: 18px;
    line-height: 1.77777778;
    background-size: 24px;
  }
}
.QA_item .answer {
  font-size: 14px;
  line-height: 1.84615385;
  padding-left: 30px;
  color: #666;
}
@media (min-width: 1201px) {
  .QA_item .answer {
    font-size: 14px;
    line-height: 2.28571429;
    padding-left: 40px;
  }
}
.moreQA {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666;
}
@media (min-width: 1201px) {
  .moreQA {
    font-size: 18px;
    line-height: 1.77777778;
  }
}
.moreQA a {
  text-decoration: underline;
  color: #06a3f2;
}
.wow[data-animation="fadeInUp"] {
  visibility: hidden;
}
.ellipsis,
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lineclamp {
  display: -webkit-box;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.h5 {
  height: 2.5px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h5 {
    height: 2.5px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h5 {
    height: 2.5px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h5 {
    height: 5px;
  }
}
@media (min-width: 1201px) {
  .h5 {
    height: 5px;
  }
}
.h10 {
  height: 5px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h10 {
    height: 5px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h10 {
    height: 5px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h10 {
    height: 10px;
  }
}
@media (min-width: 1201px) {
  .h10 {
    height: 10px;
  }
}
.h15 {
  height: 7.5px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h15 {
    height: 7.5px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h15 {
    height: 7.5px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h15 {
    height: 15px;
  }
}
@media (min-width: 1201px) {
  .h15 {
    height: 15px;
  }
}
.h20 {
  height: 10px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h20 {
    height: 10px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h20 {
    height: 10px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h20 {
    height: 20px;
  }
}
@media (min-width: 1201px) {
  .h20 {
    height: 20px;
  }
}
.h25 {
  height: 12.5px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h25 {
    height: 12.5px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h25 {
    height: 12.5px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h25 {
    height: 25px;
  }
}
@media (min-width: 1201px) {
  .h25 {
    height: 25px;
  }
}
.h30 {
  height: 15px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h30 {
    height: 15px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h30 {
    height: 15px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h30 {
    height: 30px;
  }
}
@media (min-width: 1201px) {
  .h30 {
    height: 30px;
  }
}
.h35 {
  height: 17.5px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h35 {
    height: 17.5px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h35 {
    height: 17.5px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h35 {
    height: 35px;
  }
}
@media (min-width: 1201px) {
  .h35 {
    height: 35px;
  }
}
.h40 {
  height: 20px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h40 {
    height: 20px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h40 {
    height: 20px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h40 {
    height: 40px;
  }
}
@media (min-width: 1201px) {
  .h40 {
    height: 40px;
  }
}
.h45 {
  height: 22.5px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h45 {
    height: 22.5px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h45 {
    height: 22.5px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h45 {
    height: 45px;
  }
}
@media (min-width: 1201px) {
  .h45 {
    height: 45px;
  }
}
.h50 {
  height: 25px;
}
@media (min-width: 415px) and (min-width: 768px) {
  .h50 {
    height: 25px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .h50 {
    height: 25px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  .h50 {
    height: 50px;
  }
}
@media (min-width: 1201px) {
  .h50 {
    height: 50px;
  }
}
/*
@vw: ;

//.show();
//.hide();
.loop-lineclamp(10);
.loop-fontsize(64);
.loop-marginpadding(50);
//.loop-width((@safe_view_width));
//.loop-height((@safe_view_width));
*/
