/*  通用样式  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  color: #333;
}

input,
textarea {
  margin: 0;
  padding: 0;
  font: 12px/1.5 Pingfang SC, Hiragino Sans GB, Noto Sans, Microsoft YaHei,
    simsun, arial, helvetica, clean, sans-serif, Helvetica;
}

@media only screen and (min-width: 768px) {

  html,
  body {
    font: 12px/1.5 Pingfang SC, Hiragino Sans GB, Noto Sans, Microsoft YaHei,
      simsun, arial, helvetica, clean, sans-serif, Helvetica;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

textarea {
  resize: none;
  outline: none;
  padding: 0px 3px;
  font-size: 14px;
}

select,
option {
  color: #333;
}

input,
select {
  outline: none;
  color: #333;
}

ul,
ul li {
  list-style: none;
}

ol,
ol li {
  list-style: disc;
}

ol {
  padding-left: 20px;
}

sup,
sub {
  font-size: 12px;
}

.g_link {
  color: inherit !important;
  border-bottom: 1px solid #555;
  padding-bottom: 2px;
  position: relative;
}

.g_link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #3174f6;
  transition: all 0.3s ease-in-out;
}

.g_link:hover {
  color: #3174f6 !important;
  border-bottom-color: transparent;
}

.g_link:hover::after {
  width: 100%;
}

body a {
  outline: none;
  text-decoration: none;
  color: #333;
}

img {
  border: none;
}

.lt {
  clear: left;
}

.rt {
  clear: right;
}

.flt {
  float: left;
}

.frt {
  float: right;
}

.text_lt {
  text-align: left !important;
}

.text_rt {
  text-align: right !important;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none !important;
}

.g_transition {
  transition: all ease 0.6s;
}

.g_color_red {
  color: #e71a0f !important;
}

.g_color_white {
  color: #fff !important;
}

/********************head的样式**************************/
/*头部样式*/
.head {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  top: 0px;
  transition: all ease 0.2s;
  z-index: 1000000000;
}

.head .header_nav {
  margin: 0 auto;
  transition: all ease 0.3s;
}

.head .header_logo {
  position: absolute;
  top: 15px;
  left: 15px;
}

/*header_language*/
.head .head_box .header_language {
  float: right;
  padding-right: 20px;
  padding-top: 23px;
}

.head .head_box .header_language .g_select {
  padding-left: 8px;
  padding-right: 10px;
  border: none;
  font-size: 16px;
  width: auto;
}

.head .head_box .header_language .g_select.select_opened .select_dropdown {
  width: auto;
  right: -1px;
  left: unset;
  min-width: 100px;
  padding-left: 6px;
  padding-right: 6px;
}

.head .head_box .header_language .g_select .select_dropdown li {
  line-height: 35px;
}

.head .header_list .top_nav_ul .top_nav_li .ptitle {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

@media only screen and (max-width: 1220px) {
  .head {
    min-height: 44px;
  }

  .head .header_logo {
    top: 5px;
  }

  .head .header_logo img.logo {
    width: 80px;
  }

  .head .header_list .top_nav_ul .bottom_line {
    display: none;
  }

  .head .header_list .top_nav_ul {
    display: flex;
    display: -webkit-flex;
    padding-right: 7px;
    text-align: right;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .head .header_list .top_nav_li {
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 78px;
  }

  .head .header_nav {
    overflow: hidden;
    position: relative;
    z-index: 100000000;
    padding-left: 100px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .head .header_list .top_nav_ul .top_nav_li.on .ptitle {
    color: #e2231a;
  }

  .head .header_list .top_nav_ul .top_nav_li .ptitle {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .head .head_box .header_language {
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1221px) {
  .head {
    height: 73px;
  }

  .head .header_nav {
    padding-left: 160px;
  }

  .head .header_list .top_nav_ul {
    width: 600px;
  }

  .head .header_logo img.logo {
    position: relative;
    top: 5px;
    left: 10px;
    width: 100px;
  }

  .head .header_list .top_nav_ul .bottom_line {
    height: 3px;
    width: 100px;
    background: #e2231a;
    position: absolute;
    left: 0;
    top: 70px;
    overflow: hidden;
    display: none;
  }

  .head .header_list .top_nav_ul {
    position: relative;
  }

  .head .header_list .top_nav_li {
    text-align: center;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    background: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .head .header_list .top_nav_li.on a {
    border-bottom: 3px solid #e2231a;
  }
}

@media only screen and (min-width: 1501px) {
  .head .header_nav {
    padding-left: 240px;
  }

  .head .header_logo {
    top: 10px;
    left: 20px;
  }

  .head .header_logo img.logo {
    width: 121px;
  }
}

@media only screen and (max-width: 768px) {
  .head.pc {
    min-height: 90px;
  }

  .head.pc .header_nav {
    float: none;
    position: relative;
    top: 43px;
    border-top: 1px solid #eee;
    padding-left: 0;
  }

  .head .head_box .header_language {
    float: none;
    position: absolute;
    right: 5px;
    z-index: 1000000000;
    top: 0px;
    padding-top: 7px;
  }
}

/********************页面内容样式************************/
.banner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.banner img,
.g_model_banner .img_item img {
  margin: auto;
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
}

.banner:hover img,
.g_model_banner .img_item:hover img {
  transform: scale(1.1);
}

.banner .slides {
  height: inherit;
}

.banner .slides .slider_item {
  position: relative;
  height: inherit;
}

.banner .slides .slider_item .banner_imgs {
  position: relative;
  background-color: #ccc;
  background-image: url(http://www.leostor.com/i/lazy.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100px;
  height: inherit;
}

.banner .slides .slider_item .banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.banner .slides .slider_item .banner_content::after {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.banner .slides .slider_item .banner_content .banner_content_wrapper {
  vertical-align: middle;
  display: inline-block;
  padding-left: 120px;
  padding-right: 120px;
  max-width: 1300px;
  margin: auto;
  margin-top: -90px;
}

.banner .slides .slider_item .banner_content .banner_content_wrapper .title {
  font-size: 52px;
  line-height: 1.38;
  padding-top: 9px;
  color: #fff;
}

.banner .slides .slider_item .banner_content .banner_content_wrapper .sub_title {
  font-size: 22px;
  padding-top: 20px;
  line-height: 1.45;
  color: #fff;
}

@media only screen and (min-width: 600px) {
  .banner img.pc {
    display: block;
  }

  .banner img.mobile {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
  .banner .slides .slider_item .banner_content .banner_content_wrapper .title {
    font-size: 48px;
  }

  .banner .slides .slider_item .banner_content .banner_content_wrapper .sub_title {
    padding-top: 20px;
  }

  .banner .slides .slider_item .banner_content .banner_content_wrapper {
    width: 99%;
    margin-top: -70px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner .slides .slider_item .banner_content .banner_content_wrapper {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: -50px;
  }

  .banner .slides .slider_item .banner_content .banner_content_wrapper .title {
    font-size: 44px;
  }

  .banner .slides .slider_item .banner_content .banner_content_wrapper .sub_title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .banner .slides .slider_item .banner_content .banner_content_wrapper .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 920px) {
  .banner .slides .slider_item .banner_content .banner_content_wrapper .sub_title {
    font-size: 20px;
  }

  .banner .slides .slider_item .banner_content .banner_content_wrapper {
    max-width: 98%;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 599px) {
  .banner img.pc {
    display: none;
  }

  .banner img.mobile {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .banner .slides .slider_item .banner_content .banner_content_wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 750px) {
  .banner .slides .slider_item .banner_content .banner_content_wrapper .title {
    font-size: 26px;
    padding-top: 0;
    line-height: 1.15;
    font-weight: 700;
  }

  .banner .slides .slider_item .banner_content .banner_content_wrapper .sub_title {
    font-size: 16px;
    line-height: 1.625;
    padding-top: 10px;
  }
}

/*****************content*/
.content {
  margin: 0 auto;
  position: relative;
  margin-bottom: 150px;
}

.zybox {
  width: 100%;
}

.zybox .h45 {
  height: 45px;
  line-height: 45px;
}

.zybox .h55 {
  height: 55px;
  line-height: 55px;
}

.zybox-h2 {
  height: inherit;
  line-height: inherit;
  background: #f8f8f8;
  color: #acacac;
  font-size: 19px;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.zybox-h2 a {
  color: #acacac;
  text-align: center;
  float: left;
  height: inherit;
  line-height: inherit;
  border-bottom: 6px solid #f8f8f8;
  cursor: pointer;
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.zybox-h2 a.ahover {
  border-bottom: 6px solid #ff6a00;
  color: #000000;
}

.zybox-h21 {
  position: fixed;
  top: 0px;
  z-index: 100;
  height: 45px;
  line-height: 45px;
}

/*table*/
.hwbox-right1 table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.hwbox-right1 tr td {
  border-right: 1px solid #ededed;
}

.hwbox-right1 tr td.last {
  border-right: none;
}

.hwbox-right1 thead tr td {
  font-weight: bold;
  color: #666;
}

.hwbox-right1 tr td.td1 {
  font-weight: bold;
  color: #666;
}

.hwbox-right1 tr td,
.hwbox-right1 caption {
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #ededed;
  padding: 14px;
  text-align: left;
}

.hwbox-right1 caption {
  text-align: center;
}

.hwbox-right1 caption.cap2 {
  padding-top: 0px;
}

#s1 {
  padding: 0;
}

.side>h3 {
  margin-bottom: 20px;
}

/* lletter-spacing */
.hwbox-right1 tr td.last,
.zybox-div .side h4.txt_h4,
.zybox-div .awrp .text p,
.zybox-div .awrp .text ol,
#footer .foot_bot,
.g_text_btns .btn,
.g_text_btns .btn3,
.g_model_content_card .card_item .card_link .text,
.g_model_content4 .text p,
.g_model_content4 .text ol,
.g_model_content5 .content_wrapper .list .item .box .text .hide_box .btn,
.g_model_rl_structure .wrapper .structure .text {
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 1220px) {

  .zybox-div .awrp .text p,
  .zybox-div .awrp .text ol,
  .zybox-div .awrp h5,
  .g_model_content4 .text p,
  .g_model_content4 .text ol,
  .g_model_content4 h5,
  .g_model_content7 .content7_list .item .box .text p,
  .g_model_content7 .content7_list .item .box .text ol,
  .g_model_rl_structure .wrapper .structure .text {
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 768px) {

  .hwbox-right1 tr td.last,
  .zybox-div .side h4.txt_h4,
  .zybox-div .awrp .text p,
  .zybox-div .awrp .text ol,
  #footer .foot_bot,
  .g_text_btns .btn,
  .g_text_btns .btn3,
  .g_model_content_card .card_item .card_link .text,
  .g_model_content4 .text p,
  .g_model_content4 .text ol,
  .g_model_content5 .content_wrapper .list .item .box .text .hide_box .btn,
  .zybox-div .awrp h5,
  .g_model_content4 h5,
  .g_model_content7 .content7_list .item .box .text p,
  .g_model_content7 .content7_list .item .box .text ol,
  .g_model_rl_structure .wrapper .structure .text {
    letter-spacing: 0.2px;
  }
}

/*************/
.zybox-div .awrp {
  margin: 0px auto;
  white-space: normal;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}

.zybox-div .awrp .text p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.zybox-div .awrp .text p,
.zybox-div .awrp .text ol,
.zybox-div .awrp h5 {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.zybox-div .awrp .text ol li {
  margin-bottom: 10px;
}

.zybox-div .awrp h5 {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

.zybox-div .side h3.texttitle {
  margin-bottom: 20px;
}

.zybox-div .side h4.txt_h4 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.zybox-div .remark {
  font-size: 14px;
  margin: 15px auto 0;
  padding-left: 30px;
  padding-right: 30px;
}

.banner img,
.awrp img {
  max-width: 100%;
  display: block;
}

.g_nav_content {
  width: 100%;
  height: 45px;
  background: #f8f8f8;
}

.g_nav_content.fixed {
  position: fixed;
  top: 0;
  background: #f8f8f8;
  z-index: 10000;
}

.g_nav_content h2 {
  margin: auto;
}

@media only screen and (max-width: 1500px) {

  .zybox-div .awrp,
  .zybox-div .remark,
  .g_nav_content h2 {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1220px) {

  .banner,
  .content,
  .zybox-h21 {
    width: 100%;
  }

  .content {
    margin-bottom: 50px;
  }

  .zybox-div .awrp {
    width: 100%;
    padding: 0 65px;
    max-width: 100%;
  }

  .zybox-div .awrp .text,
  .zybox-div .awrp .awrp_img {
    width: 100%;
  }

  .side>h3 {
    margin-bottom: 15px;
  }

  .hwbox-right1 tr td.td1 {
    width: 85px;
    padding-left: 14px;
    padding-right: 8px;
  }

  .hwbox-right1 tr td {
    padding: 10px 5px;
    font-size: 14px;
  }

  .hwbox-right1 tr td.last {
    padding-right: 15px;
    padding-left: 8px;
    line-height: 22px;
  }

  .zybox-div .remark {
    padding: 0 15px;
    font-family: PingFang SC, Arial, \\5fae\8f6f\96c5\9ed1, \\5b8b\4f53, simsun,
      sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #a4a4a4;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 0.32rem;
  }

  .zybox-div .side h4.txt_h4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content .side .awrp img.pc {
    display: none;
  }

  .content .side .awrp img.mobile {
    display: block;
    max-width: 700px;
    margin: 15px auto;
  }

  .zybox-h2 {
    font-size: 16px;
  }

  .zybox-h2 a.ahover {
    border-bottom-width: 4px;
  }

  .zybox-div .awrp .text p,
  .zybox-div .awrp .text ol,
  .zybox-div .awrp h5 {
    font-size: 17px;
    line-height: 1.6;
    font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue',
      'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei',
      Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  .zybox-div .awrp .text ol li {
    margin-bottom: 6px;
  }

  .zybox-div .awrp h5 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .zybox-div .awrp {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1221px) {
  .head {
    height: 73px;
  }

  .zybox-div .awrp .text,
  .zybox-div .awrp .awrp_img {
    width: 50%;
  }

  .zybox-div .text.text_per100,
  .zybox-div .awrp .text3 {
    width: 100%;
    padding: 0;
  }

  .zybox-div .awrp .awrp_img.flt {
    padding-right: 30px;
  }

  .zybox-div .awrp .text1.flt {
    padding-right: 30px;
  }

  .zybox-div .awrp .text p,
  .zybox-div .awrp .text ol {
    line-height: 30px;
  }

  .hwbox-right1 tr td.td1 {
    width: 188px;
    padding: 0 20px 0 20px;
  }

  .content .side .awrp img.pc {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content .side .awrp img.mobile {
    display: none;
  }
}

@media only screen and (min-width: 1501px) {
  .g_nav_content h2 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .zybox-div .awrp,
  .zybox-div .remark {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .content .side .awrp img.mobile {
    max-width: 100%;
  }

  .zybox-div .awrp {
    padding: 0 15px;
  }
}

/*******************#footer的样式************************/
#footer {
  width: 100%;
  border-top: 1px solid #f5f5f5;
}

#footer .foot_top {
  margin: auto;
  overflow: hidden;
  font-size: 14px;
}

#footer a {
  color: #757575;
}

#footer .foot_top li {
  float: left;
}

#footer .foot_top li>div>a {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 5px;
}

#footer .foot_top_title {
  font-size: 14px !important;
  line-height: 14px !important;
  margin-bottom: 18px !important;
  color: #555 !important;
  font-weight: 600;
  display: block;
}

#footer .foot_top li.technology .foot_top_title,
#footer .foot_top li.business .foot_top_title {
  text-align: center;
  max-width: 115px;
}

#footer .foot_bot {
  padding: 20px 10px;
  width: 100%;
  border-top: 1px solid #dedede;
  color: #fff;
  background-color: #282828;
}

#footer .foot_bot a {
  color: #fff;
}

#footer .foot_bot p {
  text-align: center;
}

#footer .foot_top li .text {
  color: #757575;
  text-align: left;
  margin-top: 5px;
}

#footer .foot_top li .wxcode,
#footer .foot_top li .wxcode {
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}

#footer .foot_top li img {
  display: block;
}

#footer .foot_top li .wxcode {
  background-color: #fff;
}

#footer .foot_top li .wxcode .img_title {
  text-align: center;
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) {

  #footer .div_left {
    width: 260px;
  }

  #footer {
    background-color: #f5f5f5;
  }

  #footer .foot_mobile {
    display: none;
  }

  #footer .foot_pc {
    display: block;
    overflow: hidden;
    padding: 44px 20px 20px;
    margin: auto;
    position: relative;
  }


  #footer .foot_top {
    overflow: hidden;
    top: 44px;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }

  #footer span.tel {
    display: inline-block;
    font-size: 14px;
    height: 30px;
  }

  #footer a.tel {
    display: none;
  }

  #footer .div_left {
    height: 240px;
    padding-left: 60px;
    border-right: 1px solid #999;
  }

  #footer .div_left .service_item {
    margin-bottom: 20px;
    position: relative;
  }

  #footer .div_left .tel_icon {
    position: absolute;
    left: -55px;
    top: -1px;
  }

  #footer .div_left .tel_icon img {
    width: 40px;
  }

  #footer .foot_top li {
    position: relative;
    width: 27%;
    padding: 0 3px;
  }

  #footer .foot_top li img {
    max-width: 100%;
  }

  #footer .foot_top li.technology {
    padding-left: 10px;
    width: 23%;
  }

  #footer .foot_top li.business {
    padding-right: 10px;
    width: 23%;
  }

  #footer .foot_top li.technology .tcontent,
  #footer .foot_top li.business .bcontent {
    max-width: 120px;
    margin-bottom: 5px;
    float: right;
  }
}

@media only screen and (min-width: 1501px) {
  #footer .foot_pc {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1500px) {
  #footer .foot_pc {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1220px) {
  #footer .foot_pc {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media only screen and (max-width: 991px) {
  #footer .foot_mobile {
    display: block;
  }

  #footer .foot_pc {
    display: none;
  }

  #footer .foot_top {
    width: 100%;
    padding: 15px;
    border-top: 0.293333rem solid #f5f5f5;
    display: -webkit-flex;
    display: flex;
  }

  #footer .foot_top li {
    width: 50%;
    min-height: 100px;
    position: relative;
    padding-right: 3px;
  }

  #footer span.tel {
    display: none;
  }

  #footer a.tel {
    display: inline-block;
    word-break: break-all;
  }

  #footer .foot_top li img {
    width: 100%;
    max-width: 115px;
  }

  #footer .foot_top li.technology .tcontent,
  #footer .foot_top li.business .bcontent,
  #footer .foot_top li.technology .foot_top_title,
  #footer .foot_top li.business .foot_top_title {
    width: 100%;
    max-width: 115px;
  }

  #footer .foot_top li.technology,
  #footer .foot_top li.business {
    width: 50%;
  }

  #footer .foot_top li.li_netp,
  #footer .foot_top li.business {
    clear: left;
  }

  #footer .foot_bot {
    border-top: none;
  }

  #footer .foot_bot a {
    display: block;
  }

  #footer .foot_bot .link_tel {
    display: inline-block;
    cursor: pointer;
  }
}

/****************************g_section_pagetitle*/
.g_section_pagetitle {
  background-color: #ef4f19;
  position: relative;
  padding: 49px 40px;
  margin-top: 1px;
  margin-bottom: 30px;
}

.g_section_pagetitle .pagetitle_content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.g_section_pagetitle .pagetitle_content h1 {
  text-align: center;
  color: #fff;
}

.g_section_pagetitle .pagetitle_triangle {
  position: absolute;
  left: 0;
  bottom: -21px;
  text-align: center;
  width: 100%;
}

.g_section_pagetitle .pagetitle_triangle img {
  display: block;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .g_section_pagetitle .pagetitle_content h1 {
    font-size: 40px;
    line-height: 1.05;
  }
}

@media only screen and (max-width: 991px) {
  .g_section_pagetitle .pagetitle_content {
    max-width: 768px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .g_section_pagetitle {
    padding: 5px 15px;
  }

  .g_section_pagetitle .pagetitle_content h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

/*g_nav_level2*/
.g_nav_level2 {
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}

.g_nav_level2.fixed {
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 1000000;
}

.g_nav_level2 .wrapper {
  margin: auto;
  font-size: 16px;
}

.g_nav_level2 .wrapper .tab_list,
.g_nav_level2 .wrapper .level2_title {
  padding: 0 30px;
}

.g_nav_level2 .level2_title {
  display: none;
  position: relative;
}

.g_nav_level2 .level2_title a {
  display: block;
  padding-right: 20px;
  color: #666;
  font-size: 16px;
}

.g_nav_level2 .level2_title span.fa {
  position: absolute;
  right: 30px;
  font-size: 28px;
  top: 13px;
  color: #a6a6a6;
}

.g_nav_level2 li {
  display: inline-block;
}

.g_nav_level2 .wrapper .level2_tab {
  margin-right: 30px;
  color: #666;
  position: relative;
  display: inline-block;
  height: inherit;
  line-height: inherit;
}

.g_nav_level2 .wrapper .level2_tab::after {
  position: absolute;
  left: 25%;
  bottom: -1px;
  width: 50%;
  height: 2px;
  opacity: 0;
  background: #ef4f19;
  content: '';
  transition: 0.4s;
}

.g_nav_level2 .wrapper .level2_tab.current::after {
  opacity: 1;
  width: 100%;
  left: 0;
}

.g_nav_level2 .wrapper .level2_tab.current {
  color: #000;
}

@media only screen and (min-width: 1501px) {
  .g_nav_level2 .wrapper {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1500px) {
  .g_nav_level2 .wrapper {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1220px) {
  .g_nav_level2 .wrapper {
    max-width: 100%;
    background-color: #fff;
  }
}

/*g_text_icons*******g_text_btns*/
.g_text_icons {
  text-align: center;
  margin: auto;
  overflow: hidden;
  padding: 50px 50px 10px;
}

.g_text_icons .icons_item {
  width: 16%;
  display: inline-block;
  text-align: center;
}

.g_text_icons .icons_item .pic {
  max-width: 50px;
  margin: auto;
}

.g_text_icons .icons_item p {
  color: #666;
  padding-top: 15px;
}

.g_text_btns {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 30px;
  font-size: 16px;
}

.g_text_btns .btn {
  margin: 20px 10px 0;
  padding: 9px 30px;
  border: 1.5px solid #333;
  border-radius: 2px;
  display: inline-block;
}

.g_text_btns .btn:hover {
  border-color: #ef4f19;
}

.g_text_btns .btn3 {
  padding: 9px 30px;
  border-radius: 2px;
  border: 2px solid #f66f6a;
  background-color: #f66f6a;
  color: #fff;
  display: inline-block;
}

.g_text_btns .btn3:hover {
  border-color: #f15b28;
}

.g_text_btns2 {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 16px;
}

.g_text_btns2 ul {
  text-align: center;
}

.g_text_btns2 .btn_item {
  display: inline-block;
  padding: 0 35px;
}

.g_text_btns2 .btn_item a:hover {
  text-decoration: underline;
}

.g_text_btns2 .btn_item span {
  color: #ef4f19;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 7px;
}

.g_text_btns3 {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 16px;
}

.g_text_btns3 .btn_item {
  display: inline-block;
  padding-right: 35px;
}

.g_text_btns3 .btn_item a:hover {
  text-decoration: underline;
}

.g_text_btns3 .btn_item span {
  color: #ef4f19;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 7px;
  float: left;
}

@media only screen and (min-width: 1501px) {
  .g_text_icons {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1500px) {
  .g_text_icons {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1220px) {
  .g_text_icons {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .g_text_btns {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .g_text_btns {
    font-size: 12px;
  }

  .g_text_icons {
    padding: 20px 0;
  }

  .g_text_btns .btn {
    padding: 11px 15px;
    font-size: 12px;
  }

  .g_text_icons .icons_item {
    width: 33.3%;
    padding: 25px 5px 0;
  }

  .g_text_btns2 .btn_item {
    padding: 5px 35px;
  }

  .g_text_btns3 .btn_item {
    padding: 5px 35px 5px 0;
  }
}

/******g_model_banner************/
.g_model_banner .banner_wrapper {
  margin: 0px auto;
  background-color: rgb(233, 233, 233);
  max-height: none;
  overflow: visible;
  position: relative;
}

.g_model_banner.dark_banner .banner_wrapper {
  background-color: rgb(0, 0, 0);
}

.g_model_banner .banner_wrapper .banner_box,
.g_model_banner .banner_wrapper .banner_box .img_list,
.g_model_banner .banner_wrapper .banner_box .img_list .img_item,
.g_model_banner .banner_wrapper .banner_box .bg_img {
  height: 100%;
}

.g_model_banner .banner_wrapper .banner_box .img_list {
  overflow: hidden;
  position: relative;
}

.g_model_banner .banner_wrapper .banner_box .img_list .img_item {
  /*float: left;*/
  width: 100%;
  position: absolute;
  left: 0;
  /* opacity: 0; */
  display: none;
}

.g_model_banner .banner_wrapper .banner_box .img_list .img_item.animaterightin {
  animation: bannersliderrightin 0.6s 1;
  -webkit-animation: bannersliderrightin 0.6s 1;
  -moz-animation: bannersliderrightin 0.6s 1;
  -o-animation: bannersliderrightin 0.6s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}

.g_model_banner .banner_wrapper .banner_box .img_list .img_item.animaterightout {
  animation: bannersliderrightout 0.6s 1;
  -webkit-animation: bannersliderrightout 0.6s 1;
  -moz-animation: bannersliderrightout 0.6s 1;
  -o-animation: bannersliderrightout 0.6s 1;
}

.g_model_banner .banner_wrapper .banner_box .img_list .img_item.animateleftin {
  animation: bannersliderleftin 0.6s 1;
  -webkit-animation: bannersliderleftin 0.6s 1;
  -moz-animation: bannersliderleftin 0.6s 1;
  -o-animation: bannersliderleftin 0.6s 1;
}

.g_model_banner .banner_wrapper .banner_box .img_list .img_item.animateleftout {
  animation: bannersliderleftout 0.6s 1;
  -webkit-animation: bannersliderleftout 0.6s 1;
  -moz-animation: bannersliderleftout 0.6s 1;
  -o-animation: bannersliderleftout 0.6s 1;
}

.g_model_banner .banner_wrapper .banner_box .img_list .img_item.img_item001 {
  z-index: 24;
}

.g_model_banner .banner_wrapper .banner_box .img_list .img_item.img_item002 {
  z-index: 22;
}

.g_model_banner .banner_wrapper .banner_box .bg_img {
  text-align: center;
}

.g_model_banner .banner_wrapper .banner_box .bg_img img {
  max-width: 100%;
  max-height: 100%;
}

.g_model_banner .banner_wrapper .banner_box .loading_box {
  background: url('http://www.leostor.com/i/loading.gif') no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.g_model_banner .banner_wrapper .slide_loc {
  position: absolute;
  bottom: 20px;
  z-index: 100000;
  left: 50%;
  ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}

.g_model_banner .banner_wrapper .slide_loc.hidebullets {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.g_model_banner .banner_wrapper .slide_loc .bullet {
  cursor: pointer;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;

  transition: all ease-out 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
}

.g_model_banner.dark_banner .banner_wrapper .slide_loc .bullet {
  background-color: rgba(255, 255, 255, 0.6);
}

.g_model_banner .banner_wrapper .slide_loc .bullet:hover,
.g_model_banner .banner_wrapper .slide_loc .bullet.selected {
  background-color: rgba(0, 0, 0, 0.6);
}

.g_model_banner.dark_banner .banner_wrapper .slide_loc .bullet:hover,
.g_model_banner.dark_banner .banner_wrapper .slide_loc .bullet.selected {
  background-color: rgba(255, 255, 255, 0.8);
}

.g_model_banner .banner_wrapper .arrow {
  width: 70px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  text-align: center;
  z-index: 100;
  color: #000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(pacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
  transition: all ease-out 0.3s;
}

.g_model_banner.dark_banner .banner_wrapper .arrow {
  color: #fff;
}

.g_model_banner .banner_wrapper .arrow:hover {
  background-color: rgba(175, 175, 175, 0.1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(pacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.g_model_banner.dark_banner .banner_wrapper .arrow:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.g_model_banner .banner_wrapper .arrow.arrow_left {
  left: 20px;
}

.g_model_banner .banner_wrapper .arrow.arrow_right {
  right: 20px;
}

.g_model_banner .banner_wrapper .bg_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
}

.g_model_banner.dark_banner .banner_wrapper .bg_content {
  color: #fff;
}

.g_model_banner .banner_wrapper .bg_content::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.g_model_banner .banner_wrapper .bg_content .bg_content_wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.g_model_banner .banner_wrapper .bg_content .bg_content_wrapper.single_banner {
  padding-left: 30px;
  padding-right: 30px;
}

.g_model_banner .banner_wrapper .bg_content .title {
  font-size: 40px;
}

.g_model_banner .banner_wrapper .bg_content .subtitle {
  font-size: 18px;
  padding-top: 10px;
}

.g_model_banner img.pc {
  display: none;
}

.g_model_banner img.mobile {
  display: none;
}


@keyframes bannersliderleftin {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@keyframes bannersliderleftout {
  0% {
    display: block;
    left: 0;
  }

  100% {
    display: block;
    left: 100%;
  }
}

@keyframes bannersliderrightin {
  0% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

@keyframes bannersliderrightout {
  0% {
    display: block;
    left: 0;
  }

  100% {
    display: block;
    left: -100%;
  }
}

@keyframes bannercontentin {
  0% {
    display: none;
  }

  30% {
    display: none;
  }

  100% {
    display: block;
  }
}

.g_model_banner .banner_wrapper {
  height: 600px;
}

@media only screen and (min-width: 769px) {
  .g_model_banner .banner_wrapper {
    max-height: 400px;
  }

  .g_model_banner img.pc {
    display: block;
  }

  .g_model_banner img.mobile {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
  .g_model_banner .banner_wrapper .bg_content .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .g_model_banner .banner_wrapper .bg_content .bg_content_wrapper {
    padding-left: 90px;
  }

  .g_model_banner .banner_wrapper .bg_content .subtitle {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .g_model_banner img.pc {
    display: none;
  }

  .g_model_banner img.mobile {
    display: block;
    width: 100%;
    margin: auto;
  }

  .g_model_banner .banner_wrapper .bg_content .title {
    font-size: 24px;
  }

  .g_model_banner .banner_wrapper .arrow {
    display: none;
  }

  .g_model_banner .banner_wrapper .bg_content {
    text-align: center;
  }

  .g_model_banner .banner_wrapper .bg_content .bg_content_wrapper {
    padding: 0 15px;
    max-width: 98%;
  }
}

@media only screen and (min-width: 1501px) {
  .g_model_banner .banner_wrapper .bg_content .bg_content_wrapper {
    width: 1200px;
  }
}

@media only screen and (max-width: 1500px) {
  .g_model_banner .banner_wrapper .bg_content .bg_content_wrapper {
    width: 1040px;
    max-width: 99%;
  }
}

@media only screen and (max-width: 1220px) {
  .g_model_banner .banner_wrapper .bg_content .bg_content_wrapper {
    width: 99%;
    padding-left: 90px;
  }

  .g_model_banner .banner_wrapper .bg_content .bg_content_wrapper.single_banner {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .g_model_banner .banner_wrapper .bg_content .bg_content_wrapper.single_banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*g_btn*/
.g_btn_wrap .btn {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
  font-size: 16px;
}

.g_btn_wrap .btn1 {
  color: #fff;
  border: 2px solid #c7000b;
  background: #c7000b;
  padding: 14px 30px;
  border-radius: 2px;
}

@media only screen and (max-width: 991px) {
  .g_btn_wrap .btn1 {
    padding: 9px 15px;
  }
}

@media only screen and (max-width: 750px) {
  .g_btn_wrap .btn1 {
    padding: 11px 15px;
    font-size: 12px;
  }
}

/*g_model_content_card***********/
.g_model_content_card {
  background-color: #f2f2f2;
}

.g_model_content_card .model_title,
.g_model_title1 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.2;
  color: #666;
}

.g_model_content_card .content_wrapper {
  padding: 40px 15px 20px;
  margin: auto;
}

.g_model_content_card .card_list {
  overflow: hidden;
}

.g_model_content_card .card_item {
  float: left;
  margin-bottom: 35px;
}

.g_model_content_card .card_item.col3 {
  width: 33.3%;
}

.g_model_content_card .card_item.col4 {
  width: 25%;
}

.g_model_content_card .card_item .box {
  margin: 0 15px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.g_model_content_card .card_item .box2 {
  padding: 35px 40px;
}

.g_model_content_card .card_item .box2 .title {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}

.g_model_content_card .card_item .box2 .title h3 {
  font-size: 24px;
  line-height: 1.375;
}

.g_model_content_card .card_item .box2 .title a {
  position: absolute;
  right: 0;
  top: 10px;
  color: #666;
  font-size: 16px;
}

.g_model_content_card .card_item .box2 a:hover {
  text-decoration: underline;
}

.g_model_content_card .card_item .box2 ul li {
  border-bottom: 1px solid #eaeaea;
}

.g_model_content_card .card_item .box2 ul li a {
  padding: 20px 0;
  display: block;
}

.g_model_content_card .card_item .box2 ul li a span {
  font-size: 12px;
  line-height: 1.375;
  color: #999;
  font-weight: 700;
}

.g_model_content_card .card_item .box2 ul li a p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  padding-top: 5px;
}

.g_model_content_card .card_item .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  background-color: #ccc;
  background-image: url(/i/lazy.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50px;
}

.g_model_content_card .card_item .pic::after {
  padding-top: 74%;
  display: block;
  width: 100%;
  content: '';
}

.g_model_content_card .card_item .pic img {
  display: block;
  width: 100%;
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  position: absolute;
}

.g_model_content_card .card_item .card_link:hover .pic img {
  transform: scale(1.1);
}

.g_model_content_card .card_item .card_link .text {
  padding: 35px 25px 0;
  /* letter-spacing:1.2px; */
}

.g_model_content_card .card_item .card_link .text h3 {
  font-size: 24px;
  display: inline-block;
}

.g_model_content_card .card_item .card_link .text p,
.g_model_content_card .card_item .card_link .text ol {
  color: #555;
  /*color: #404040;*/
  font-size: 14px;
  padding-top: 20px;
  text-align: justify;
  line-height: 24px;
}

.g_model_content_card .card_item .links {
  padding: 10px 25px 0;
}

.g_model_content_card .card_item .links a {
  color: #666;
  font-size: 16px;
  display: block;
  margin: 12px 0;
}

.g_model_content_card .card_item .links a span {
  color: #ef4f19;
  margin-right: 10px;
}

.g_model_content_card .card_item .more_btn {
  padding: 15px 40px 0px;
  font-size: 16px;
}

.g_model_content_card .card_item .more_btn .fixed {
  padding: 0 40px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.g_model_content_card .card_item .more_btn .fixed span {
  margin-left: 8px;
  font-size: 26px;
  position: relative;
  top: 4px;
}

.g_model_content_card .card_item .more_btn .opacity {
  position: relative;
  width: 100%;
  z-index: -1;
}

.g_model_content_card .card_item .links a:hover,
.g_model_content_card .card_item .more_btn a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1501px) {
  .g_model_content_card .content_wrapper {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1500px) {
  .g_model_content_card .content_wrapper {
    max-width: 1040px;
  }

  .g_model_content_card .model_title,
  .g_model_title1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1220px) {
  .g_model_content_card .content_wrapper {
    max-width: 100%;
    padding-left: 65px;
    padding-right: 65px;
  }

  .g_model_content_card .model_title,
  .g_model_title1 {
    font-size: 30px;
  }

  .g_model_content_card .card_item.col4 {
    width: 33.3%;
  }

  .g_model_content_card .card_item .box {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .g_model_content_card .content_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .g_model_content_card .card_item.col3 {
    width: 50%;
  }

  .g_model_content_card .card_item.col4 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {

  .g_model_content_card .model_title,
  .g_model_title1 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .g_model_content_card .card_item.col3 {
    width: 100%;
  }

  .g_model_content_card .card_item.col4 {
    width: 100%;
  }

  .g_model_content_card .card_item .box {
    margin: 0;
  }
}

/*g_model_content2*************/
.g_text_btns .btn2 {
  color: #fff;
  border-color: #fff;
}

/*g_model_content3*************/
.g_model_content3 {
  background-color: #f2f2f2;
}

.g_model_content3 .top_pic {
  background-image: url('http://www.leostor.com/demo/content3_001.jpg');
}

.g_model_content3 .top_pic .inner {
  max-width: 1000px;
  margin: auto;
  padding: 40px 15px 300px;
}

.g_model_content3 .top_pic .inner h3.title {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}

.g_model_content3 .top_pic .inner p.text {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.g_model_content3 .card_list ul {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -220px;
  padding-bottom: 70px;
  text-align: center;
}

.g_model_content3 .card_list ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.g_model_content3 .card_list ul li .box {
  margin: 0 10px;
}

.g_model_content3 .card_list ul li .box .title {
  height: 220px;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-image: url('http://www.leostor.com/demo/content3_002.jpg');
}

.g_model_content3 .card_list ul li .box .title .text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  width: 98%;
  vertical-align: middle;
  padding-top: 25px;
}

.g_model_content3 .card_list ul li .box .title .valign {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

.g_model_content3 .card_list ul li .box .c3_content {
  box-shadow: 6px 6px 5px -2px #e7e7e7;
  -moz-box-shadow: 6px 6px 5px -2px #e7e7e7;
  -o-box-shadow: 6px 6px 5px -2px #e7e7e7;
  -webkit-box-shadow: 6px 6px 5px -2px #e7e7e7;
  border-radius: 0 0 10px 10px;
}

.g_model_content3 .card_list ul li .box .c3_content .cwrap {
  padding: 30px 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  text-align: left;
}

.g_model_content3 .card_list ul li .box .c3_content .cwrap p {
  height: 63px;
  font-size: 14px;
  line-height: 1.57;
  font-size: #666;
}

.g_model_content3 .card_list ul li .box .c3_content .cwrap a {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.57;
  position: relative;
  padding-left: 25px;
  display: inline-block;
}

.g_model_content3 .card_list ul li .box .c3_content .cwrap a:hover {
  text-decoration: underline;
}

.g_model_content3 .card_list ul li .box .c3_content .cwrap a .fa {
  color: #ef4f19;
}

@media only screen and (max-width: 1500px) {
  .g_model_content3 .top_pic .inner h3.title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1220px) {
  .g_model_content3 .top_pic .inner h3.title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .g_model_content3 {
    background-image: url('http://www.leostor.com/demo/content3_003.jpg');
  }

  .g_model_content3 .top_pic .inner {
    padding-bottom: 270px;
  }

  .g_model_content3 .top_pic {
    background-image: none;
  }

  .g_model_content3 .top_pic .inner h3.title {
    font-size: 24px;
  }

  .g_model_content3 .card_list {
    padding-bottom: 20px;
  }

  .g_model_content3 .card_list ul {
    padding-bottom: 0;
  }

  .g_model_content3 .card_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .g_model_content3 .card_list ul li .box .title {
    background-image: none !important;
    height: auto;
    background: #fff;
  }

  .g_model_content3 .card_list ul li .box .c3_content .cwrap {
    padding: 10px 30px 35px;
  }

  .g_model_content3 .card_list ul li .box .title .text {
    color: unset;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    padding: 25px 30px 0;
    width: 100%;
  }

  .g_model_content3 .card_list ul li .box .c3_content .cwrap a {
    margin-top: 20px;
  }

  .g_model_content3 .card_list ul li .box .c3_content .cwrap p {
    height: auto;
  }

  .g_model_content3 .g_text_btns {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/*g_model_content4****************************/
.g_model_content4 {
  margin: 0px auto;
  white-space: normal;
  overflow: hidden;
  padding: 0 30px;
}

.g_model_content4 .text p,
.g_model_content4 .text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.g_model_content4 .text p,
.g_model_content4 .text ol,
.g_model_content4 h5 {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.g_model_content4 .text ol li {
  margin-bottom: 10px;
}

.g_model_content4 h5 {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

.g_model_content4 .awrp_img {
  text-align: center;
}

.g_model_content4 img {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 1500px) {
  .g_model_content4 {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1220px) {

  .g_model_content4,
  .g_nav_level2 .wrapper .tab_list,
  .g_nav_level2 .wrapper .level2_title {
    padding: 0 65px;
  }

  .g_model_content4 {
    width: 100%;
    max-width: 100%;
  }

  .g_model_content4 .text,
  .g_model_content4 .awrp_img {
    width: 100%;
  }

  .g_model_content4 .text p,
  .g_model_content4 .text ol,
  .g_model_content4 h5 {
    /* letter-spacing: 0.6px; */
    font-size: 17px;
    line-height: 1.6;
    font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue',
      'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei',
      Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  .g_model_content4 .text ol li {
    margin-bottom: 6px;
  }

  .g_model_content4 h5 {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1221px) {

  .g_model_content4 .text,
  .g_model_content4 .awrp_img {
    width: 50%;
  }

  .g_model_content4 .awrp_img.img_per100 {
    width: 100%;
  }

  .g_model_content4 .text.text_per100 {
    width: 100%;
    padding: 0;
  }

  /*  .g_model_content4 .text,
  .g_model_content4 .awrp_img.flt {
    padding-right: 30px;
  } */

  .g_model_content4 .text1 {
    padding-right: 30px;
  }

  .g_model_content4 .text1.frt {
    padding-right: 0px;
  }

  .g_model_content4 .text p,
  .g_model_content4 .text ol {
    /* letter-spacing: 1px; */
    line-height: 30px;
  }

  .hwbox-right1 tr td.td1 {
    width: 188px;
    padding: 0 20px 0 20px;
  }
}

@media only screen and (min-width: 1501px) {
  .g_model_content4 {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 991px) {

  .g_model_content4,
  .g_nav_level2 .wrapper .tab_list,
  .g_nav_level2 .wrapper .level2_title {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {

  .g_model_content4,
  .g_nav_level2 .wrapper .tab_list,
  .g_nav_level2 .wrapper .level2_title {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 600px) {
  .g_model_content4 img.pc {
    display: inline-block;
  }

  .g_model_content4 .awrp_img {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .g_model_content4 .awrp_img .img_box {
    padding-left: 3px;
    padding-right: 3px;
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .g_model_content4 img.mobile {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .g_model_content4 img.pc {
    display: none;
  }

  .g_model_content4 img.mobile {
    display: block;
    max-width: 100%;
    margin: 15px auto;
  }
}

/***********************g_text_title1*/
.g_text_title1 {
  margin: 0;
}

.g_text_title1,
.zybox-div .side h3.texttitle {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin-top: 40px;
  transition: all ease 0.6s;
  color: #666;
}

@media only screen and (max-width: 1500px) {

  .g_text_title1,
  .zybox-div .side h3.texttitle {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1200px) {

  .g_text_title1,
  .zybox-div .side h3.texttitle {
    font-size: 30px;
  }
}

@media only screen and (max-width: 750px) {

  .g_text_title1,
  .zybox-div .side h3.texttitle {
    font-size: 24px;
    line-height: 1.25;
    /*color: #333;*/
  }
}

/**********g_model_content5,g_model_content6,g_model_content8*/
.g_lazy_load1 {
  background-color: #ccc;
  background-image: url(/i/lazy.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50px;
}

.g_lazy_load1,
.g_lazy_load1::after {
  position: relative;
  overflow: hidden;
}

.g_lazy_load1::after {
  display: block;
  width: 100%;
  content: '';
}

.g_pic_img1 .pic img {
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  position: absolute;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .g_pic_img1::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: opacity 5s cubic-bezier(0.23, 1, 0.32, 1),
      height 5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  }

  .g_pic_img1:hover::before {
    opacity: 1;
  }

  .g_pic_img1:hover .pic img {
    transform: scale(1.1);
  }
}

.g_model_content5 .content_wrapper,
.g_model_content6 .content_wrapper,
.g_model_content8 .content_wrapper,
.g_model_content9 .content_wrapper {
  max-width: 1200px;
  padding: 40px 15px;
  position: relative;
  margin: auto;
}

.g_model_content5 .content_wrapper .content_inner,
.g_model_content6 .content_wrapper .contnet_inner {
  padding-left: 10px;
  padding-right: 10px;
}

.g_model_content5 .content_wrapper .list {
  overflow: hidden;
}

.g_model_content5 .content_wrapper .list .item {
  width: 33.3%;
  float: left;
}

.g_model_content5 .content_wrapper .list .item .box {
  display: block;
  content: #fff;
  position: relative;
}

.g_model_content5 .content_wrapper .list .item .box .pic {
  margin-left: 1px;
}

.g_model_content5 .content_wrapper .list .item .box .pic::after {
  padding-top: 92%;
}

.g_model_content5 .content_wrapper .list .item .box h3 {
  font-size: 32px;
  line-height: 1.2;
  overflow: hidden;
  color: #fff;
  text-align: left;
}

.g_model_content5 .content_wrapper .list .item .box .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  padding: 40px;
}

.g_model_content5 .content_wrapper .list .item .box .text .subtitle {
  font-size: 16px;
  line-height: 1.375;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  color: #fff;
}

.g_model_content5 .content_wrapper .list .item .box .text .hide_box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  padding-top: 20px;
}

.g_model_content5 .content_wrapper .list .item .box .text .hide_box .btn {
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.125;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 9px 30px;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  vertical-align: middle;
  /* letter-spacing: 1px; */
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
}

.g_model_content5 .content_wrapper .list .item .box:hover .hide_box,
.g_model_content5 .content_wrapper .list .item .box:hover .text .subtitle {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .g_model_content5 .content_wrapper .list .item .box .text .hide_box .btn:hover {
    /*border-color: #b60005;*/
    border-color: #ef4f19;
  }
}

@media only screen and (max-width: 1500px) {

  .g_model_content5 .content_wrapper,
  .g_model_content6 .content_wrapper,
  .g_model_content8 .content_wrapper,
  .g_model_content9 .content_wrapper {
    max-width: 1040px;
  }

  .g_model_content5 .content_wrapper .list .item .box h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1220px) {

  .g_model_content5 .content_wrapper,
  .g_model_content6 .content_wrapper,
  .g_model_content8 .content_wrapper,
  .g_model_content9 .content_wrapper {
    max-width: 100%;
    padding-right: 65px;
    padding-left: 65px;
  }

  .g_model_content5 .content_wrapper .list .item .box h3 {
    font-size: 22px;
  }

  .g_model_content5 .content_wrapper .list .item .box .text .subtitle {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {

  .g_model_content5 .content_wrapper,
  .g_model_content6 .content_wrapper,
  .g_model_content8 .content_wrapper,
  .g_model_content9 .content_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .g_model_content5 .content_wrapper .list .item .box .text {
    padding: 20px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .g_model_content5 .content_wrapper .list .item .box h3 {
    font-size: 18px;
  }

  .g_model_content5 .content_wrapper .list .item .box .text .hide_box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .g_model_content5 .content_wrapper .list .item .box .text .hide_box .btn {
    font-size: 14px;
    padding: 9px 15px;
  }
}

@media only screen and (max-width: 768px) {

  .g_model_content5 .wrapper_content,
  .g_model_content6 .content_wrapper,
  .g_model_content8 .content_wrapper,
  .g_model_content9 .content_wrapper {
    padding-bottom: 30px;
  }

  .g_model_content5 .content_wrapper .content_inner,
  .g_model_content6 .content_wrapper .contnet_inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .g_model_content5 .content_wrapper .list .item {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .g_model_content5 .content_wrapper .list .item .box .text {
    padding: 20px 20px 15px;
  }

  .g_model_content5 .content_wrapper .list .item .box h3 {
    line-height: 1.55;
    font-weight: 700;
    max-height: 80px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: flex;
    display: -webkit-box;
  }

  .g_model_content5 .content_wrapper .list .item .box .text .hide_box {
    position: absolute;
    left: 20px;
    bottom: 15px;
    padding-top: 0;
  }

  .g_model_content5 .content_wrapper .list .item .box .text .hide_box .btn {
    font-size: 12px;
    padding: 11px 15px;
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .g_model_content5 .content_wrapper .list .item .box .pic::after {
    padding-top: 48%;
  }

  .g_model_content5 .content_wrapper .list .item .box .text .subtitle {
    display: none;
  }
}

/*g_model_content6**********************/
.g_model_content6 .list {
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
}

.g_model_content6 .list .item {
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
}

.g_model_content6 .list .item .box {
  position: relative;
  display: block;
  height: 100%;
  margin: 0 10px;
  padding: 10px;
  color: #fff;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.g_model_content6 .list .item .box .pic,
.g_model_content6 .list .item .box .text {
  float: left;
}

.g_model_content6 .list .item .box .pic {
  width: 16%;
  position: relative;
}

.g_model_content6 .list .item .box .text {
  width: 84%;
  padding-left: 12px;
  color: #666;
}

.g_model_content6 .list .item .box .pic::after {
  padding-top: 100%;
  display: block;
  width: 100%;
  content: '';
  position: relative;
  overflow: hidden;
}

.g_model_content6 .list .item .box .pic img {
  width: 100%;
  position: absolute;
  display: block;
}

.g_model_content6 .list .item .box .text .title {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  cursor: default;
}

.g_model_content6 .list .item .box .text .introduction {
  font-size: 16px;
  line-height: 1.375;
  display: block;
  overflow: hidden;
  padding-top: 6px;
  -webkit-transition: 0s;
  transition: 0s;
  transform: translateZ(0);
  color: #333;
}

.g_model_content6 .list .item .box .text .introduction:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1501px) {
  .g_model_content6 .list .item .box .text .introduction {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 991px) {
  .g_model_content6 .list .item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .g_model_content6 .list .item {
    width: 100%;
    margin-bottom: 10px;
  }

  .g_model_content6 .list .item .box {
    margin: 0;
  }

  .g_model_content6 .list .item .box .text .title {
    font-size: 12px;
    line-height: 1.33;
    color: #999;
  }

  .g_model_content6 .list .item .box .text .introduction {
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.57;
    color: #666;
  }
}

/**g_model_content7*/
.g_model_content7 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.g_model_content7 .content7_list {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 20px auto;
}

.g_model_content7 .content7_list .list {
  overflow: hidden;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.g_model_content7 .content7_list .item {
  width: 33.3%;
  float: left;
}

.g_model_content7 .content7_list .item .box.bd_lt {
  border-left: 1px solid #e6e6e6;
}

.g_model_content7 .content7_list .item .box {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
}

.g_model_content7 .content7_list .item .box .pic {
  width: 60%;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.g_model_content7 .content7_list .item .box .pic::after {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  content: '';
  padding-top: 31%;
}

.g_model_content7 .content7_list .item .box .pic img {
  position: absolute;
  display: block;
  width: 100%;
}

.g_model_content7 .content7_list .item .box h3 {
  font-size: 24px;
  line-height: 1.25;
  overflow: hidden;
  padding: 0 30px;
  color: #333;
}

.g_model_content7 .content7_list .item .box .text {
  padding: 0 30px;
}

.g_model_content7 .content7_list .item .box .text p,
.g_model_content7 .content7_list .item .box .text ol {
  font-size: 16px;
  line-height: 1.3;
  text-align: justify;
  margin-top: 20px;
  /*margin-bottom: 20px;*/
}

.g_model_content7 .content7_list .item .box .text ol li {
  margin-bottom: 5px;
}

.g_model_content7 .content7_list .g_text_btns {
  border-top: 1px dashed #dbdbdb;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1500px) {
  .g_model_content7 .content7_list {
    max-width: 1040px;
  }

  .g_model_content7 .content7_list .item .box h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1220px) {
  .g_model_content7 .content7_list {
    max-width: 100%;
    padding-left: 65px;
    padding-right: 65px;
  }

  .g_model_content7 .content7_list .item .box h3 {
    font-size: 26px;
  }

  .g_model_content7 .content7_list .item .box .text p,
  .g_model_content7 .content7_list .item .box .text ol {
    /* letter-spacing: 0.6px; */
    font-size: 17px;
    font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue',
      'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei',
      Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (max-width: 991px) {
  .g_model_content7 .content7_list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .g_model_content7 .content7_list .item .box .text {
    padding: 0 15px;
  }

  .g_model_content7 .content7_list .g_text_btns {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .g_model_content7 .content7_list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .g_model_content7 .content7_list .item .box h3 {
    font-size: 20px;
  }

  .g_model_content7 .content7_list .item .box .text {
    padding: 0;
  }

  .g_model_content7 .content7_list .item {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }

  .g_model_content7 .content7_list .item .box.bd_lt {
    border: none;
  }

  .g_model_content7 .content7_list .g_text_btns {
    text-align: left;
    border-top: none;
    margin: 0;
  }

  .g_model_content7 .content7_list .g_text_btns .btn {
    margin-left: 5px;
  }
}

/*g_model_content8,g_model_content9****/
.g_model_content8 .content_wrapper .list,
.g_model_content9 .content_wrapper .list {
  overflow: hidden;
}

.g_model_content8 .content_wrapper .list .item,
.g_model_content9 .content_wrapper .list .item {
  float: left;
  width: 33.3%;
}

.g_model_content8 .content_wrapper .list .item .box,
.g_model_content9 .content_wrapper .list .item .box {
  display: block;
  color: #fff;
  position: relative;
}

.g_model_content8 .content_wrapper .list .item .box {
  margin: 0 10px;
}

.g_model_content9 .content_wrapper .list .item .box {
  margin: 0 15px 30px;
  border-radius: 10px;
  overflow: hidden;
}

.g_model_content8 .content_wrapper .list .item .box::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}

.g_model_content8 .content_wrapper .list .item .box .pic::after {
  padding-top: 92%;
}

.g_model_content9 .content_wrapper .list .item .box .pic::after {
  padding-top: 74%;
}

.g_model_content8 .content_wrapper .list .item .box .pic img {
  display: block;
  width: 100%;
}

.g_model_content8 .content_wrapper .list .item .box .text,
.g_model_content9 .content_wrapper .list .item .box .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

.g_model_content8 .content_wrapper .list .item .box .text p {
  font-size: 24px;
  line-height: 1.25;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 90px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/******g_model_content9  text*/
.g_model_content9 .content_wrapper .list .item .box .text .label {
  font-size: 12px;
  color: #fff;
  padding: 1px 10px 3px 10px !important;
  background: linear-gradient(to left, #e8795c 0, #c91f4f 100%);
  border-radius: 5px;
  z-index: 2;
  position: relative;
}

.g_model_content9 .content_wrapper .list .item .box .text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 15px;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 769px) {

  .g_model_content8 .content_wrapper .list .item .box .text::after,
  .g_model_content9 .content_wrapper .list .item .box .text::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 149px;
    content: '';
    background: linear-gradient(180deg,
        hsla(0, 0%, 100%, 0) 0,
        #000 100%,
        #000 0);
    background-size: cover;
  }
}

@media only screen and (max-width: 1220px) {
  .g_model_content8 .content_wrapper .list .item .box .text p {
    font-size: 20px;
    height: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .g_model_content8 .content_wrapper .list .item .box .text {
    padding: 20px;
  }

  .g_model_content8 .content_wrapper .list .item .box .text p {
    height: auto;
    font-size: 18px;
    line-height: 1.57;
  }

  .g_model_content9 .content_wrapper .list .item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {

  .g_model_content8 .content_wrapper .list .item,
  .g_model_content9 .content_wrapper .list .item {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .g_model_content8 .content_wrapper .list .item .box,
  .g_model_content9 .content_wrapper .list .item .box {
    overflow: hidden;
    margin: 0;
    background: #f1f1f1;
  }

  .g_model_content9 .content_wrapper .list .item .box {
    border-radius: 0;
  }

  .g_model_content8 .content_wrapper .list .item .box .pic,
  .g_model_content9 .content_wrapper .list .item .box .pic {
    float: left;
    vertical-align: top;
  }

  .g_model_content8 .content_wrapper .list .item .box .pic {
    width: 37.7%;
  }

  .g_model_content9 .content_wrapper .list .item .box .pic {
    width: 40%;
  }

  .g_model_content8 .content_wrapper .list .item .box .text,
  .g_model_content9 .content_wrapper .list .item .box .text {
    padding: 13px 10px;
    position: static;
    float: left;
    vertical-align: top;
  }

  .g_model_content8 .content_wrapper .list .item .box .text {
    width: 62.3%;
  }

  .g_model_content9 .content_wrapper .list .item .box .text {
    width: 60%;
  }

  .g_model_content8 .content_wrapper .list .item .box .text p,
  .g_model_content9 .content_wrapper .list .item .box .text p {
    font-size: 17px;
  }

  .g_model_content8 .content_wrapper .list .item .box .text p {
    color: #666;
  }

  .g_model_content9 .content_wrapper .list .item .box .text p {
    color: #333;
    margin-top: 0;
  }

  .g_model_content9 .content_wrapper .list .item .box .text .label {
    position: absolute !important;
    left: 40%;
    bottom: 10px;
    font-size: 16px;
    border-radius: 3px;
    background: transparent;
    color: #999;
  }
}

/*******代替select标签*/
.g_select {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 170px;
  padding: 0 5px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  color: #373d41;
  background-color: #fff;
  position: relative;
}

.g_select.success {
  border-color: #c8c8c8;
}

.g_select.disabled {
  background-color: #f5f5f5;
  border-color: #dedede;
  color: #999999;
}

.g_select.select_err {
  border-color: #f4775c;
}

.g_select .select_inner {
  cursor: pointer;
}

.g_select .select_value {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 22px;
  white-space: nowrap;
  height: 30px;
}

.g_select .select_value.def {
  color: #666;
}

.g_select .select_icons_arrow {
  display: inline-block;
  position: absolute;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  top: 3px;
  right: 8px;
  font-size: 22px;
}

.g_select .select_dropdown {
  display: none;
  position: absolute;
  top: 32px;
  left: -1px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  z-index: 100000000;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: auto;
}

.g_select .select_dropdown ul,
.g_select .select_dropdown li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.g_select .select_dropdown li {
  padding: 0 5px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g_select .select_dropdown li.select_option_active {
  background-color: #f7f7f7;
  color: #000;
}

.g_select .select_dropdown li:hover {
  background-color: #ecf6fd;
}

.g_select.select_opened .select_dropdown {
  display: block;
}

.g_select.select_opened .select_icons_arrow {
  transform: rotate(-180deg);
}

/**g_model_rl_structure*********************************/
/* .g_model_rl_structure {
  padding-top: 40px;
  padding-bottom: 40px;
} */

.g_model_rl_structure .wrapper .structure .box img {
  margin: 0 auto;
}

.g_model_rl_structure.ptop0 {
  padding-top: 10px;
}

.g_model_rl_structure .g_lazy_load1 {
  background-color: transparent;
}

.g_model_rl_structure .wrapper {
  margin: auto;
  padding: 0;
}

.g_model_rl_structure .wrapper .structure .box {
  overflow: hidden;
  padding-top: 55px;
}

.g_model_rl_structure .wrapper .structure.st_item4 .box {
  display: -webkit-flex;
  display: flex;
  clear: both;
  /* align-items: center; */
  /* margin-bottom: 20px; */
}

.g_model_rl_structure .wrapper .st_float1 .left,
.g_model_rl_structure .wrapper .st_float2 .right {
  float: left;
}

.g_model_rl_structure .wrapper .st_float1 .right,
.g_model_rl_structure .wrapper .st_float2 .left {
  float: right;
}

.g_model_rl_structure .wrapper .st_float1 .right {
  padding-left: 40px;
}

.g_model_rl_structure .wrapper .st_float2 .right {
  padding-right: 40px;
}

.g_model_rl_structure .wrapper .st_item1 .left,
.g_model_rl_structure .wrapper .st_item1 .right {
  width: 50%;
}

.g_model_rl_structure .wrapper .st_item2 .left {
  width: 30%;
}

.g_model_rl_structure .wrapper .st_item2 .right {
  width: 70%;
}

.g_model_rl_structure .wrapper .st_item3 .left {
  width: 40%;
}

.g_model_rl_structure .wrapper .st_item3 .right {
  width: 60%;
}

.g_model_rl_structure .wrapper .st_item4 .img_box {
  width: 35%;
}

.g_model_rl_structure .wrapper .st_item4 .text_box {
  width: 65%;
}

/* .g_model_rl_structure .wrapper .st_item4 .img_box,
.g_model_rl_structure .wrapper .st_item4 .text_box {
  margin-bottom: 20px;
} */

.g_model_rl_structure .wrapper .structure.st_item4 .box .lt_text {
  padding-right: 40px;
}

.g_model_rl_structure .wrapper .structure.st_item4 .box .rt_text {
  padding-left: 40px;
}

.g_model_rl_structure .wrapper .structure .left,
.g_model_rl_structure .wrapper .structure .right {
  margin-bottom: 20px;
}

.g_model_rl_structure .wrapper .structure img {
  display: none;
  max-width: 100%;
  margin: auto;
}

.g_model_rl_structure .wrapper .structure .text_title1 {
  padding-bottom: 5px;
  padding-top: 10px;
  line-height: 1.8;
  font-size: 18px;
}

.g_model_rl_structure .wrapper .structure .text_title2 {
  font-size: 32px;
  line-height: 1.425;
  overflow: hidden;
  margin-top: -9px;
  margin-bottom: 20px;
}

.g_model_rl_structure .wrapper .structure .text_title3 {
  font-size: 26px;
  line-height: 1.425;
  overflow: hidden;
  margin-top: -9px;
  margin-bottom: 20px;
}

.g_model_rl_structure .wrapper .structure .text {
  line-height: 30px;
  color: #666;
  font-size: 16px;
  text-align: justify;
  /* letter-spacing: 1px; */
  width: 100%;
  margin-top: 0;
}

@media only screen and (min-width: 1501px) {
  .g_model_rl_structure .wrapper {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1500px) {
  .g_model_rl_structure .wrapper {
    max-width: 1040px;
  }

  .g_model_rl_structure .wrapper .structure .text_title2 {
    font-size: 30px;
    margin-top: -6px;
  }
}

@media only screen and (max-width: 1220px) {
  .g_model_rl_structure .wrapper {
    max-width: 100%;
    padding: 0;
  }

  .g_model_rl_structure .wrapper .structure .text_title2 {
    font-size: 24px;
    margin-top: -4px;
  }

  .g_model_rl_structure .wrapper .structure .text {
    /* letter-spacing: 0.6px; */
    font-size: 17px;
    line-height: 1.6;
    font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue',
      'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei',
      Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (max-width: 991px) {
  .g_model_rl_structure .wrapper {
    /* padding: 0 30px; */
    margin-top: 20px;
  }

  .g_model_rl_structure .wrapper .structure img.mobile {
    display: block;
  }

  .g_model_rl_structure .wrapper .structure .left,
  .g_model_rl_structure .wrapper .structure .right {
    width: 100%;
  }

  .g_model_rl_structure .wrapper .st_float1 .right,
  .g_model_rl_structure .wrapper .st_float2 .left {
    padding-left: 0px;
  }

  .g_model_rl_structure .wrapper .structure .text_title2 {
    padding-top: 15px;
    font-size: 22px;
    margin-top: 0;
  }

  .g_model_rl_structure .wrapper .st_item4 .img_box,
  .g_model_rl_structure .wrapper .st_item4 .text_box {
    width: 100%;
  }

  .g_model_rl_structure .wrapper .structure.st_item4 .box {
    display: unset;
  }

  .g_model_rl_structure .wrapper .structure.st_item4 .box .text_box {
    padding-right: 0px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  /* .g_model_rl_structure .wrapper {
    padding: 0 15px;
  } */

  .g_model_rl_structure .wrapper .structure .text_title2 {
    margin-bottom: 5px;
    font-size: 18px;
    display: block;
    font-weight: 700;
    line-height: 1.55;
  }
}

@media only screen and (min-width: 992px) {
  .g_model_rl_structure .wrapper .structure img.pc {
    display: block;
  }

  .g_model_rl_structure .wrapper .structure img.mobile {
    display: none;
  }
}

/* g_model_content_dark *************************************************************/
.g_model_content_dark {
  background-color: #000;
  color: #fff;
}

.g_model_content_dark .g_model_title1 {
  color: #fff;
}

/*内容字体颜色*/
.zybox-div .remark,
.zybox-div .awrp .text p,
.zybox-div .awrp .text ol,
.zybox-div .awrp h5,
.g_model_content4 .text p,
.g_model_content4 .text ol,
.g_model_content4 h5,
.g_model_content7 .content7_list .item .box .text p,
.g_model_rl_structure .wrapper .structure .text,
.g_model_content7 .content7_list .item .box .text ol li,
.g_model_content3 .card_list ul li .box .c3_content .cwrap p {
  color: #555;
}

/*to_top*/
#to_top {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 1000000;
  display: none;
}

#to_top .top {
  display: block;
  width: 45px;
  height: 45px;
  background: url('http://www.leostor.com/i/icons_to_top.png') no-repeat 8px 7px;
  background-size: 65%;
  background-color: #e73a36;
  border-radius: 50%;
  cursor: pointer;
}

/* g_table */
.g_table {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
}

.g_table table thead tr {
  background: url(http://www.leostor.com/i/table_head_bg.jpg);
}

.g_table table thead tr td {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  line-height: 1.375;
}

.g_table table thead tr td:last-child,
#main .product_info .pinfolt_content .text_table table tbody tr td:last-child {
  border-right: 1px solid #ebebeb;
}

.g_table table thead tr td::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #666;
  content: '';
}

.g_table table tbody tr.tr_even_bg {
  background-color: #f5f5f5;
}

.g_table table tbody tr.tr_odd_bg {
  background: #fafafa;
}

.g_table table tbody td {
  position: static;
  overflow: hidden;
  padding: 10px 20px;
  color: #999;
  line-height: 1.375;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.g_table table tbody td.td_title {
  color: #666;
}

.g_table table tbody td.special {
  background-color: #a9eed1;
}

.g_table table tbody ol {
  padding-left: 0;
}

.g_table table tbody ol,
.g_table table tbody li {
  list-style: none;
}

.g_table table tbody ol {
  margin: 0;
}

.g_table table tbody li {
  position: relative;
  padding-top: 5px;
  padding-left: 15px;
}

.g_table .table_tips {
  /*font-size: 14px;*/
  color: #999;
}

.g_table table tbody li::after {
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 6px;
  background: #999;
  content: '';
}

@media only screen and (max-width: 768px) {

  .g_table table thead tr td,
  .g_table table tbody td {
    padding: 10px;
  }
}

/********* 2022-05-07 ******************/
.head {
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #333;
}

/* .head_box{
  position: fixed;
    top: 0;
    height: inherit;
    width: 100%;
    background-color: #000;
    color: #fff;
} */
@media only screen and (max-width: 768px) {
  .head.pc .header_nav {
    border-top-color: #333;
  }
}

.head a {
  color: #fff;
}

.head .head_box .header_language .g_select {
  background-color: #000;
}

.head .head_box .header_language .g_select.select_opened .select_dropdown {
  background-color: #1a1a1c;
  color: #fff;
}

.banner .slides .slider_item .banner_imgs {
  background-color: #000;
}

.g_select {
  color: #fff;
}

.g_select .select_dropdown {
  background-color: #1a1a1c;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.25);
  border: 1px solid #333;

}

.g_select .select_dropdown li.select_option_active {
  background-color: transparent;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 700;
  color: #fff;
}

.g_select .select_dropdown li:hover {
  background-color: transparent;
  text-decoration: underline;
  text-underline-position: under;
}

.g_model_bgcolor_dark {
  background-color: #000;
}

.zybox-div .g_model_bgcolor_dark .remark,
.zybox-div .g_model_bgcolor_dark .awrp .text p,
.zybox-div .g_model_bgcolor_dark .awrp .text ol,
.zybox-div .g_model_bgcolor_dark .awrp h5,
.g_model_bgcolor_dark .g_model_content4 .text p,
.g_model_bgcolor_dark .g_model_content4 .text ol,
.g_model_bgcolor_dark .g_model_content4 h5,
.g_model_bgcolor_dark .g_model_content7 .content7_list .item .box .text p,
.g_model_bgcolor_dark .g_model_rl_structure .wrapper .structure .text,
.g_model_bgcolor_dark .g_model_content7 .content7_list .item .box .text ol li,
.g_model_bgcolor_dark .g_model_content3 .card_list ul li .box .c3_content .cwrap p {
  color: #fff;
}

.g_model_bgcolor_dark .g_nav_level2 {
  border-bottom: 1px solid #333;
  background-color: #000;
}

.g_model_bgcolor_dark .g_nav_level2 .wrapper .level2_tab,
.g_model_bgcolor_dark .g_model_content6 .list .item .box .text .title,
.g_model_bgcolor_dark .g_model_content_card .model_title,
.g_model_bgcolor_dark .g_model_title1 {
  color: #eee;
}

.g_model_bgcolor_dark .g_nav_level2 .wrapper .level2_tab.current,
.g_model_bgcolor_dark .g_model_content6 .list .item .box .text .introduction {
  color: #fff;
}

.g_model_banner.dark_banner .g_btn_wrap .btn1 {
  color: #000;
  border: 2px solid #fff;
  background: #fff;
}

#footer .footer_nav {
  padding-top: 20px;
  padding-left: 20px;
  margin: auto;
}

#footer .footer_nav .nav_list {
  overflow: hidden;
}

#footer .footer_nav .nav_item {
  float: left;
}

#footer .footer_nav a::after {
  content: '>';
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

#footer .footer_nav a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#footer .footer_nav a,
#footer .footer_nav b {
  color: #555;
}

@media only screen and (min-width: 1501px) {
  #footer .footer_nav {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1500px) {
  #footer .footer_nav {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1220px) {
  #footer .footer_nav {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media only screen and (max-width: 991px) {
  #footer .footer_nav {
    border-top: 0.293333rem solid #f5f5f5;
    padding: 15px;
  }
}

.g_model_picture_slider {
  position: relative;
  width: 100%;
  /* height: 100px; */
  overflow: hidden;
  margin: 0px auto;
  white-space: normal;
  padding: 0 30px;
}

.g_model_picture_slider .picture_slider_wrapper {
  width: 100%;
  height: 100%;
}

.g_model_picture_slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}

.g_model_picture_slider .swiper-slide .box {
  padding: 10px;
  width: 100%;
}

.g_model_picture_slider .swiper-slide .box .box_img {
  /* padding: 8px 5px; */
  background-color: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}

.g_model_picture_slider .swiper-slide .box .box_text {
  padding: 12px 5px;
}

.g_model_picture_slider .swiper-slide .box .box_text:hover {
  color: #3174f6 !important;
}

.g_model_picture_slider .swiper-slide .box .box_text h3 {
  font-weight: bolder;
  line-height: 25px;
}

.g_model_picture_slider .swiper-slide img {
  display: block;
  max-width: 100%;
  /* height: 100%; */
  object-fit: cover;
  margin: auto;
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
}
.g_model_picture_slider .swiper-slide .box:hover img{
  transform: scale(1.1);
}
.g_model_picture_slider .swiper-button-next:after,
.swiper-button-prev:after {
  color: #999;
}

.g_model_picture_slider .swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #666;
}

.g_model_picture_slider .swiper-pagination-bullet-active {
  background-color: #999;
}

.g_model_picture_slider .swiper-horizontal>.swiper-pagination-bullets,
.g_model_picture_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.g_model_picture_slider .swiper-pagination-custom,
.g_model_picture_slider .swiper-pagination-fraction {
  bottom: 10px;
}

@media only screen and (max-width: 1500px) {
  .g_model_picture_slider {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1220px) {

  .g_model_picture_slider {
    padding: 0 65px;
  }

  .g_model_picture_slider {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1501px) {
  .g_model_picture_slider {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 991px) {

  .g_model_picture_slider {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {

  .g_model_picture_slider {
    padding: 0 15px;
  }
}