.navbar-brand {
  background: none;
  padding: 12px 20px;
}
#home{display: none}
.navbar{display: none;}
/* 头部 */

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
ul.n,
ol.n {
  padding: 0;
  margin: 0;
  list-style: none;
}
.oh {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header.bg {
  background-color: rgba(0, 0, 0, 0.6);
}
.header.white {
  border-bottom: 10px solid #007fa8;
  background-color: #efefef;
}
.header.white .search form {
  border-color: #595757;
}
.header.white .search form input {
  color: #595757;
}
.header.white .search form button {
  background-image: url('../images/icon01_white.png');
}
.header.white .nav ul li a {
  color: #595757;
}
.header .container {
  width: auto;
  padding: 20px 32px;
}
.header .logo {
  margin-top: 2px;
}
.header .search {
  margin: 10px 0 0 18px;
}
.header .search form {
  position: relative;
  display: block;
  width: 175px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #fff;
}
.header .search form input {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0 28px 0 10px;
  border: 0;
  outline: 0;
  color: #fff;
  background-color: transparent;
}
.header .search form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 25px;
  padding: 0;
  border: 0;
  background: url('../images/icon01.png') no-repeat center;
}
.header .nav ul li {
  float: left;
  padding: 0 24px;
}
.header .nav ul li a {
  float: left;
  display: block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .nav ul li a:hover,
.header .nav ul li a.active {
  border-color: #fdd000;
}
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-txt-shadow{text-shadow: 1px 1px 1px rgba(100,100,100,0.62);}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  padding: 32px 52px;
  border: 6px solid #fff;
  color: #ffffff;
    font-weight: bold;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .desc h3 {
  margin: 0;
  font-size: 70px;
    padding: 25px 0;
}
input[type="text"]{margin-bottom: 0;}
.banner .desc h4 {
  margin: 25px 0;
  font-size: 24px;
  font-weight: normal;
  color: #fdd000;
}
.banner .desc h4::after {
  display: block;
  width: 130px;
  height: 3px;
  margin: 25px auto 0;
  background-color: #fff;
  content: '';
}
.banner .desc p {
  margin: 0;
  font-size: 22px;
}
.banner video {
  display: block;
  height: 944px;
  object-fit: cover;
}
.iconnav {
  padding: 52px 120px 56px;
  background-color: #fff;
}
.iconnav ul li {
  float: left;
  width: 12.5%;
}
.iconnav ul li a {
  display: block;
  text-align: center;
    color: #595757;
}
.iconnav ul li i {
  display: block;
  height: 60px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.iconnav ul li:hover i {
  background-position: 50% 100%;
}
.iconnav ul li h3 {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: normal;
}
.iconnav ul li p {
  margin: 0;
  font-size: 15px;
}
.kk{border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
@media (max-width: 1025px){.iconnav{padding: 20px;}}
@media (max-width: 991px){
    #home{display: block}
    #poster{max-height: 460px;width: 100%;}
    .navbar,.navbar.default{display: block;}
    .header{display: none;}
    .banner{display: none;}
    .kk{border: 0;}
    .floatnav{display: none}
    .iconnav{padding: 10px;}
    .iconnav ul li { float: left; width: 25%;padding: 0.18rem 0;}
    .iconnav ul li i {
    display: block;
    height: 40px;
    margin-bottom: 10px;;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
    .iconnav ul li h3 {
    margin: 0 ;
    font-size: 14px;
    font-weight: normal;
}
    .iconnav ul li p {
    margin: 0;
    font-size: 12px;
}
}
@media (max-width: 450px) {
  .navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ();
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
    height: 33px;
    width: inherit;
  }
}
#header_video::-webkit-media-controls {
  display: none !important;
}
#bh_g {
  position: relative;
}
#video_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 4, 1, 0.0);
    overflow: hidden;
}
/*头部*/

#desc_li_id .section-title {
  font-size: 30px;
}
.desc_li {
  margin: 0px;
  text-align: left;
  text-indent: 30px;
  margin-top: 99px;
}
.fix_pro_reset .items li {
  width: 307px;
}
.fix_pro_reset .items figure a {
  height: 180px;
}
.new_ft {
  width: 30%;
  border: 0px solid red;
  float: left;
}
.new_ft li {
  display: block;
  margin: 40px 0;
  border: 0px;
}
.new_ft li span {
  display: inline-block;
  width: 108px;
  border: 1px solid rgb(210, 168, 49);
  border-radius: 9px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 7px;
  cursor: pointer;
  position: relative;
}
.new_ft li a {
  color: #cea378;
}
.new_ft li span a:hover {
  color: #fff;
}
.new_ft li span:hover {
  background: #cea378;
  color: #fff;
}
.new_ft li span:hover a {
  color: #fff;
}
.new_ft li span a.active {
  color: #fff;
}
.new_ft .active2 {
  background: #cea378;
  color: #fff;
}
.filter li:before {
  display: inline-block;
  content: "";
  padding: 0;
  color: rgba(0, 0, 0, 0.22);
}
.span_d01 {
  margin-left: -25px;
}
.new_ft .get_mores {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 148px) {
  #desc_li_id .section-title {
    font-size: 14px;
  }
  .desc_li p {
    font-size: 10px;
  }
  .new_ft {
    float: none;
    width: 100%;
  }
  .new_ft li {
    margin: 20px 0;
    border: 0;
  }
  .new_ft li span a {
    font-size: 10px;
    font-weight: 400;
  }
  .new_ft li span {
    display: inline-block;
    width: 108px;
    margin: 0 37px;
  }
  .desc_li {
    text-indent: 42px;
  }
}
@media (min-width: 148px) and (max-width: 225px) {
  #desc_li_id .section-title {
    font-size: 14px;
  }
  .desc_li p {
    font-size: 10px;
  }
  .new_ft {
    float: none;
    width: 100%;
  }
  .new_ft li {
    margin: 0;
    border: 0;
  }
  .new_ft li span {
    display: block;
    width: 130px;
    margin: 15px auto;
  }
  .new_ft li span a {
    font-size: 10px;
    font-weight: 400;
  }
  .new_ft li:nth-of-type(3) {
    margin-top: -39px;
  }
  .desc_li {
    text-indent: 0px;
  }
  .fix_pro_reset .items li {
    width: 100%;
  }
  .fix_pro_reset .items figure a {
    height: auto;
  }
}
@media (min-width: 226px) and (max-width: 328px) {
  #desc_li_id .section-title {
    font-size: 14px;
  }
  .desc_li p {
    font-size: 10px;
  }
  .new_ft {
    float: none;
    width: 100%;
  }
  .new_ft li {
    margin: 0;
    border: 0;
  }
  .new_ft li span {
    /* display: block; width: 160px; margin: 15px auto; */
    margin: 25px 5px;
    width: 25%;
    height: 30px;
    line-height: 30px;
  }
  .new_ft li span a {
    font-size: 10px;
    font-weight: 400;
  }
  .new_ft li:nth-of-type(3) {
    margin-top: -39px;
  }
  .fix_pro_reset .items li {
    width: 100%;
  }
  .fix_pro_reset .items figure a {
    height: auto;
  }
}
@media (min-width: 329px) and (max-width: 360px) {
  #portfolio2 .desc_li p {
    margin: 0;
    padding: 0;
    line-height: 20px;
  }
  #portfolio2 .desc_li h2 {
    margin: 0;
    padding: 0;
  }
  #portfolio2 .inner {
    padding: 0px 0;
    padding-bottom: 40px;
  }
  #desc_li_id .section-title {
    font-size: 14px;
  }
  .desc_li p {
    font-size: 10px;
  }
  .new_ft {
    float: none;
    width: 100%;
  }
  .new_ft li span {
    margin: 0 2px;
    width: 75px;
    height: 30px;
    line-height: 30px;
  }
  .new_ft li span a {
    font-size: 10px;
    font-weight: 400;
  }
  .desc_li {
    text-indent: 10px;
  }
  .fix_pro_reset .items li {
    width: 100%;
  }
  .fix_pro_reset .items figure a {
    height: auto;
  }
  #reset_max_height {
    height: 296px;
    overflow: hidden;
  }
}
@media (min-width: 360px) and (max-width: 416px) {
  #portfolio2 .desc_li p {
    margin: 0;
    padding: 0;
    line-height: 20px;
  }
  #portfolio2 .desc_li h2 {
    margin: 0;
    padding: 0;
  }
  #portfolio2 .inner {
    padding: 0px 0;
    padding-bottom: 40px;
  }
  #desc_li_id .section-title {
    font-size: 14px;
  }
  .desc_li p {
    font-size: 10px;
  }
  .new_ft {
    float: none;
    width: 100%;
  }
  .new_ft li span {
    /*margin: 0 5px; width: 76px; height: 30px; line-height: 30px;*/
    margin: 0 5px;
    width: 28%;
    height: 35px;
    line-height: 34px;
  }
  .new_ft li span a {
    font-size: 10px;
    font-weight: 400;
  }
  .desc_li {
    text-indent: 10px;
  }
  .fix_pro_reset .items li {
    width: 48%;
  }
  .fix_pro_reset .items li {
    margin-left: 1%;
    margin-bottom: 13px;
  }
  .fix_pro_reset .items figure a {
    height: auto;
  }
  #reset_max_height {
    height: 296px;
    overflow: hidden;
  }
}
@media (min-width: 417px) and (max-width: 445px) {
  #desc_li_id .section-title {
    font-size: 14px;
  }
  .desc_li p {
    font-size: 10px;
  }
  .new_ft {
    float: none;
    width: 100%;
  }
  .new_ft li span {
    margin: 0 7px;
    width: 99px;
    height: 30px;
    line-height: 30px;
  }
  .desc_li {
    text-indent: 10px;
  }
  .fix_pro_reset .items li {
    width: 100%;
  }
  .fix_pro_reset .items figure a {
    height: auto;
  }
}
@media (min-width: 446px) and (max-width: 502px) {
  .new_ft {
    float: none;
    width: 100%;
  }
  .new_ft li span {
    margin: 0 7px;
  }
  .fix_pro_reset .items li {
    width: 100%;
  }
  .fix_pro_reset .items figure a {
    height: auto;
  }
}
@media (min-width: 503px) and (max-width: 540px) {
  .new_ft {
    float: none;
    width: 100%;
  }
  .new_ft li span {
    margin: 0 17px;
  }
  .desc_li {
    text-indent: 25px;
  }
  .fix_pro_reset .items li {
    width: 100%;
  }
  .fix_pro_reset .items figure a {
    height: auto;
  }
}
@media (min-width: 541px) and (max-width: 649px) {
  .new_ft {
    float: none;
    width: 100%;
  }
  .fix_pro_reset .items li {
    width: 236px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
  .new_ft li span {
    margin: 0 17px;
  }
  .desc_li {
    text-indent: 25px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .new_ft {
    float: none;
    width: 100%;
  }
  .fix_pro_reset .items li {
    width: 190px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
  .fix_pro_reset .items figure a {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fix_pro_reset .items li {
    width: 236px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
  .new_ft li span {
    display: inline-block;
    width: 160px;
    margin: 8px 28px;
  }
}
@media (min-width: 992px) {
  .new_ft {
    float: left;
    width: 40%;
  }
  .new_ft li {
    margin: 0;
    border: 0;
  }
  .new_ft li span {
    display: block;
    width: 187px;
    margin: 15px auto;
  }
  .new_ft li:nth-of-type(3) {
    margin-top: -39px;
  }
  .pro_control .fix_pro_reset .items li {
    width: 282px;
  }
}
@media (min-width: 1073px) {
  .new_ft {
    float: left;
    width: 40%;
  }
  .pro_control {
    width: 970px;
    border: 0px solid red;
  }
  .new_ft li {
    margin: 0;
    border: 0;
  }
  .new_ft li span {
    display: block;
    width: 187px;
    margin: 15px auto;
  }
  .new_ft li:nth-of-type(3) {
    margin-top: -39px;
  }
  .pro_control .fix_pro_reset .items li {
    width: 275px;
  }
  .fix_pro_reset .items figure a {
    height: 190px;
  }
}
@media (min-width: 1143px) {
  .new_ft {
    float: left;
    width: 40%;
  }
  .pro_control {
    width: 970px;
    border: 0px solid red;
  }
  .new_ft li {
    margin: 0;
    border: 0;
  }
  .new_ft li span {
    display: block;
    width: 187px;
    margin: 15px auto;
  }
  .new_ft li:nth-of-type(3) {
    margin-top: -39px;
  }
  .pro_control .fix_pro_reset .items li {
    width: 275px;
  }
  .fix_pro_reset .items figure a {
    height: 190px;
  }
}
/* when screen >=1200*/
@media (min-width: 1200px) {
  .new_ft {
    float: left;
    width: 40%;
  }
  .pro_control {
    width: 970px;
    border: 0px solid red;
  }
  .new_ft li {
    margin: 0;
    border: 0;
  }
  .new_ft li span {
    display: block;
    width: 187px;
    margin: 15px auto;
  }
  .new_ft li:nth-of-type(3) {
    margin-top: -39px;
  }
  .pro_control .fix_pro_reset .items li {
    width: 275px;
  }
  .fix_pro_reset .items figure a {
    height: 190px;
  }
}
/* when screen >=1270*/
@media (min-width: 1270px) {
  .pro_control {
    width: 1360px;
    border: 0px solid #aaccdd;
  }
  .new_ft {
    width: 30%;
    float: left;
  }
  .new_ft li {
    display: block;
    margin: 40px 0;
    border: 0;
  }
  .new_ft li span {
    display: inline-block;
    width: 108px;
    margin: 15px 7px;
  }
  .new_ft li span:nth-of-type(1) {
    margin-left: -25px;
  }
  .new_ft .desc_li {
    margin-top: 99px;
    margin-bottom: 70px;
  }
  .new_ft li a {
    font-weight: 700;
  }
  .pro_control .fix_pro_reset .items li {
    width: 279px;
  }
  .fix_pro_reset .items figure a {
    height: 190px;
  }
}
figure a .text-overlay {
  background: rgba(0, 5, 0, 0.50);
}
@media (min-width: 1351px) {
  #reset_max_height ul {
    left: 82px;
  }
  .pro_control .fix_pro_reset .items li {
    /*width: 300px;*/ width: 281px;
    float: right;
    margin-left: 0;
    margin-right: 9px;
  }
  .fix_pro_reset .items figure a {
    /*height: 200px;*/ height: 181px;
  }
}
.rgba_layer {
  position: absolute;
  display: block;
  width: 100%;
  height: 37px;
}
/*动态*/
#about_reset .lion_txt_underline {
  height: 10px;
  border-bottom: 1px solid #fff;
  margin: 20px auto;
  width: 42px;
}
about_reset .inner {
 /* min-height: 850px;*/
}
#about_reset h2 {
  font-size: 32px;
  color:#ffffff;
}
#about_reset .lion_txt {
  max-width: 800px;
  border: 0px solid red;
  margin: 30px auto;
  text-align: left;
  line-height: 40px;
  font-size: 16px;
}
#about_reset.parallax2 {
  background-image: url(../images/about_us_bg.png);
}
#about_reset .title_bg {
  width: 290px;
  height: 150px;
  margin: auto;
}
#about_reset .title_bg img {
  height: 150px;
  margin-left: -190px;
  margin-top: 30px;
}
#about_reset .lion_txt_underline {
  margin-top: 0;
  margin-bottom: 45px;
}
@media (min-width: 41px) and (max-width: 427px) {
  #about_reset h2 {
    font-size: 14px;
  }
  #about_reset .title_bg img {
    height: 60px;
    margin-left: -93px;
    margin-top: 45px;
  }
  #about_reset .title_bg {
    height: 90px;
  }
  #about_reset .inner {
    padding: 10px 32px;
    ;
  }
  #about_reset .divide10 + p {
    display: none;
  }
  #about_reset .divide10 {
    display: none;
  }
  #about_reset .lion_txt_underline {
    margin-bottom: 0;
    width: 100%;
  }
  #about_reset .lion_txt {
    padding: 0 10px;
    margin: 15px auto;
  }
  #about_reset .inner {
   /* min-height: 730px;*/
  }
}
@media (max-width: 450px) {
  #about_reset .lion_txt {
    font-size: 10px;
    line-height: 25px;
  }
}
/*我们*/
.desc_li {
  margin: 0px;
  text-align: left;
  text-indent: 30px;
}
.li_contrl_2 .fix-portfolio .items li {
  width: 225px;
}
.li_contrl_2 .fix-portfolio .items figure a {
  height: 225px;
  /*width: auto;*/
}
.li_contrl_2 .items li img {
  height: 100%;
}
.new_ft2 {
  width: 30%;
  border: 0px solid red;
  float: right;
  margin-top: 35px;
}
.new_ft2 li {
  display: block;
  margin: 40px 0;
  border: 0px;
}
.new_ft2 li span {
  display: inline-block;
  width: 108px;
  border: 1px solid rgb(210, 168, 49);
  border-radius: 9px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
}
.new_ft2 li a {
  color: #cea378;
}
.new_ft2 li span:hover {
  background: #cea378;
  color: #fff;
}
.new_ft2 li span:hover a {
  color: #fff;
}
.new_ft2 .active_li_id2 {
  background: #cea378;
  color: #fff;
}
.filter li:before {
  display: inline-block;
  content: "";
  padding: 0;
  color: rgba(0, 0, 0, 0.22);
}
.new_ft2 li a.active {
  color: #fff;
}
#lion_company_news .new_box2_cont {
  cursor: pointer;
}
.new_ft2 .get_mores {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
@media (min-width: 41px) and (max-width: 427px) {
  #portfolio3 .li_contrl_2 {
    padding: 0 0;
  }
  .new_ft2 {
    float: none;
    width: 100%;
  }
  .li_contrl_2 .fix-portfolio .items li {
    width: 48%;
    margin-left: 6px;
    margin-bottom: 6px;
     box-sizing:border-box;
  }
  .li_contrl_2 .fix-portfolio .items figure a {
    height: 170px;
  }
  .li_contrl_2 .new_ft2 li span {
    width: 28%;
    height: 35px;
    line-height: 34px;
    margin: 0 5px;
  }
  .li_contrl_2 .new_ft2 li span a {
    font-size: 10px;
    font-weight: 500;
  }
  #portfolio3 .desc_li .section-title {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  #portfolio3 .desc_li .section-title + p {
    margin: 0;
    padding: 0;
  }
  #portfolio3 .new_ft2 li {
    margin: 30px 0;
  }
  #portfolio3 .desc_li {
    text-indent: 9px;
  }
}
@media (min-width: 428px) and (max-width: 542px) {
  .new_ft2 {
    float: none;
    width: 100%;
  }
  .li_contrl_2 .fix-portfolio .items li {
    width: 201px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
  .desc_li .section-title {
    font-size: 14px;
  }
}
@media (min-width: 543px) and (max-width: 649px) {
  .new_ft2 {
    float: none;
    width: 100%;
  }
  .li_contrl_2 .fix-portfolio .items li {
    width: 236px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .new_ft2 {
    float: none;
    width: 100%;
  }
  .li_contrl_2 .fix-portfolio .items li {
    width: 190px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
  .li_contrl_2 .fix-portfolio .items figure a {
    height: 190px;
  }
}
@media (min-width: 768px) {
  .new_ft2 {
    float: right;
    width: 40%;
  }
  .new_ft2 li {
    margin: 0;
    border: 0;
  }
  .new_ft2 li span {
    display: block;
    width: 187px;
    margin: 15px auto;
  }
  .new_ft2 li:nth-of-type(3) {
    margin-top: -39px;
  }
  .li_contrl_2 .fix-portfolio .items li {
    width: 200px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
  .li_contrl_2 .fix-portfolio .items figure a {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .new_ft2 {
    float: right;
    width: 40%;
  }
  .new_ft2 li {
    margin: 0;
    border: 0;
  }
  .new_ft2 li span {
    display: block;
    width: 187px;
    margin: 15px auto;
  }
  .new_ft2 li:nth-of-type(3) {
    margin-top: -39px;
  }
  .li_contrl_2 .fix-portfolio .items li {
    width: 250px;
    margin-left: 6px;
    margin-bottom: 6px;
  }
  .li_contrl_2 .fix-portfolio .items figure a {
    height: 250px;
  }
}
/* when screen >=1200*/
@media (min-width: 1200px) {
  .new_ft2 {
    float: right;
    width: 40%;
  }
  .container {
    width: 970px;
    border: 0px solid red;
  }
  .new_ft2 li {
    margin: 0;
    border: 0;
  }
  .new_ft2 li span {
    display: block;
    width: 187px;
    margin: 15px auto;
  }
  .new_ft2 li:nth-of-type(3) {
    margin-top: -39px;
  }
}
/* when screen >=1270*/
@media (min-width: 1270px) {
  .container {
    width: 1360px;
    border: 0px solid #aaccdd;
  }
  .new_ft2 {
    width: 30%;
    float: right;
  }
  .new_ft2 li {
    display: block;
    margin: 40px 0;
    border: 0;
  }
  .new_ft2 li span {
    display: inline-block;
    width: 108px;
    margin: 15px 7px;
  }
  .li_contrl_2 .fix-portfolio .items li {
    /*width: 225px;*/
    width: 210px;
  }
  .li_contrl_2 .fix-portfolio .items figure a {
    height: 210px;
    /*height: 225px;
                  /*width: auto;*/
  }
}
/* when screen >=1360*/
@media (min-width: 1271px) and (max-width: 1360px) {
  .li_contrl_2 .fix-portfolio .items li {
    width: 220px;
  }
  .li_contrl_2 .fix-portfolio .items figure a {
    height: 240px;
  }
  .new_ft2 {
    width: 40%;
  }
}
/*团队*/
#gness_reset {
  padding-top: 30px;
  text-align: center;
}
#gness_reset .title_bg2 {
  width: 290px;
  height: 150px;
  margin: auto;
}
#gness_reset .title_bg2 img {
  height: 150px;
  margin-left: -65px;
  margin-top: 37px;
}
#gness_reset .icon-wrapper {
  width: 100%;
}
#gness_reset .icon-wrapper {
  height: 80px;
}
#gness_reset .icon-wrapper img {
  width: auto;
  height: 60px;
  object-fit: cover;
}
#wrap_once_img1, #wrap_once_img2 {
  height: 52px !important;
}
#gness_reset .col-wrapper {
  margin: 20px 0;
}
#gness_reset .col-wrapper h3 {
  color: #fff;
  font-weight: 500;
}
#gness_reset .lion_txt_underline {
  height: 10px;
  border-bottom: 1px solid #fff;
  margin: 20px auto;
  width: 42px;
  margin-top: 0;
  margin-bottom: 45px;
}
#gness_reset .sub_p_ti {
  color: #fff;
  margin-top: 50px;
}
#gness_reset .no_margin_bottom {
  margin-bottom: 0;
}
.wrap_two {
  display: none;
}
@media (max-width: 450px) {
  #gness_reset .no_margin_bottom {
    margin: 0;
    padding: 0;
  }
  #gness_reset .no_margin_bottom .col-wrapper {
    padding: 0;
  }
  #services_gness {
    margin-top: 130px;
  }
  #gness_reset h2 {
    font-size: 14px;
  }
  #gness_reset h3 {
    font-size: 12px;
    font-weight: 100;
  }
  #gness_reset p {
    font-size: 10px;
  }
  #gness_reset .title_bg2 img {
    height: 50px;
    margin-left: -50px;
    margin-top: 47px;
  }
  #gness_reset .title_bg2 {
    height: 70px;
  }
  #gness_reset {
    margin-top: -80px;
  }
  #gness_reset .sub_p_ti {
    display: none;
  }
  #gness_reset .lion_txt_underline {
    width: 100%;
    margin-bottom: 0;
  }
  #gness_reset .icon-wrapper {
    width: 80px;
    height: 64px;
    overflow: hidden;
    margin: 8px auto;
    line-height: 80px;
  }
  #gness_reset .icon-wrapper img {
    width: 40%;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
  }
  #wrap_once_img1, #wrap_once_img2 {
    width: 40px !important;
  }
}
/*优势*/
.ul_media_grl .title_bg2 {
  width: 290px;
  height: 150px;
  margin: auto;
}
.ul_media_grl .title_bg2 img {
  height: 150px;
  margin-left: -41px;
  margin-top: 37px;
}
.ul_media_grl .lion_txt_underline {
  height: 10px;
  border-bottom: 1px solid #cea378;
  margin: 20px auto;
  width: 42px;
}
.ul_media_grl .section-title {
  font-size: 36px;
}
.no_padding {
  padding: 0;
}
.logo_ul {
  margin: 0px auto;
  padding: 0;
  min-height: 500px;
}
.logo_ul li {
  float: left;
  width: 226px;
  height: 150px;
  border: 1px solid #eee;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.logo_ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo_ul .rotateY_1, .logo_ul .rotateY_2 {
  width: 100%;
  height: 100%;
}
.logo_ul .rotateY_1 img, .logo_ul .rotateY_2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ser_sub_ti {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (min-width: 139px) and (max-width: 424px) {
  .ul_media_grl {
    width: 100%;
    padding: 0;
  }
  .logo_ul {
    width: 100%;
  }
  /*
      .logo_ul li{
        width: 50%; height: 120px;
      }*/
  .logo_ul li {
    width: 33%;
    height: 80px;
  }
  .ul_media_grl .section-title {
    font-size: 14px;
  }
  .ul_media_grl p {
    font-size: 10px;
  }
  .ul_media_grl .title_bg2 {
    height: 70px;
  }
  .ul_media_grl .ser_sub_ti {
    display: none;
  }
  .ul_media_grl .title_bg2 img {
    height: 60px;
    margin-left: 73px;
  }
  #empty_bt {
    display: none;
  }
  #services2 .main.lead {
    margin: 0px;
  }
  .ul_media_grl .lion_txt_underline {
    margin: 5px auto;
    width: 80%;
  }
}
@media (min-width: 425px) and (max-width: 575px) {
  .ul_media_grl {
    width: 400px;
    padding: 0;
  }
  .logo_ul {
    width: 400px;
    margin: 0 auto;
  }
  .logo_ul li {
    width: 199px;
    height: 123px;
  }
  /*
      .ul_media_grl .title_bg2 { height: 70px; }
      .ul_media_grl .title_bg2 img { height: 60px; margin-left: 73px; }
      #empty_bt { display: none; }
      .ser_sub_ti { margin-top: -10px; }
      .ul_media_grl .lion_txt_underline { margin: 5px auto; width: 80%; }*/
}
@media (min-width: 576px) and (max-width: 824px) {
  .ul_media_grl {
    width: 550px;
    padding: 0px;
  }
  .logo_ul {
    width: 550px;
    margin: 0 auto;
  }
  .logo_ul li {
    width: 274px;
    height: 198px;
  }
}
@media (min-width: 825px) and (max-width: 994px) {
  .ul_media_grl {
    width: 750px;
    padding: 0px;
  }
  .logo_ul {
    width: 750px;
    margin: 0 auto;
  }
  .logo_ul li {
    width: 249px;
    height: 173px;
  }
}
@media (min-width: 995px) and (max-width: 1425px) {
  .ul_media_grl {
    width: 970px;
    padding: 0px;
  }
  .logo_ul {
    width: 970px;
    margin: 0 auto;
  }
  .logo_ul li {
    width: 242px;
    height: 166px;
  }
}
@media (min-width: 1425px) {
  .logo_ul, .ul_media_grl {
    width: 1360px;
  }
  #empty_bt {
    display: none;
  }
}
.logo_ul li .rotateY_1 {
  /*-webkit-transform: rotateX(0deg) rotateY(0deg); /*do't write fixed */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /*-moz-transform: rotateX(0deg) rotateY(0deg); /**/
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.rotateY_1 {
  padding: 20px;
}
.rotateY_2 {
  left: 0;
  padding: 20px;
  border: 0px solid red;
  position: absolute;
  top: 0px;
  z-index: -1;
}
.logo_ul li .rotateY_2 {
  /*-webkit-transform: rotateY(-180deg);  do't write fixed */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /*-moz-transform: rotateY(-180deg); /*  do't write fixed */
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
/*
    .logo_ul li:hover .rotateY_1{
      -webkit-transform:rotateY(180deg);
      -moz-transform:rotateY(180deg);
    }
    .logo_ul li:hover .rotateY_2{
      -webkit-transform:rotateX(0deg) rotateY(0deg);
      -moz-transform:rotateX(0deg) rotate(0deg);
      z-index: 10;
      position: absolute;
    }*/
.mous_1 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mous_11 {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
.mous_2 {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotate(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  z-index: 10;
  position: absolute;
}
.mous_22 {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: -1;
}
/*客户*/
#news_actives {
  padding-top: 99px;
  min-height: 850px;
}
#news_actives .lion_txt_underline {
  height: 10px;
  border-bottom: 1px solid #fff;
  margin: 20px auto;
  width: 42px;
}
#news_actives .title_bg2 {
  width: 290px;
  height: 150px;
  margin: auto;
}
#news_actives .title_bg2 img {
  height: 150px;
  margin-left: -147px;
  margin-top: 32px;
}
#news_actives .bigtitle {
  font-size: 36px;
}
.lion_active_muen {
  max-width: 420px;
  margin: 56px auto;
  height: 40px;
}
.lion_active_muen span {
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 7px;
  cursor: pointer;
  border: 1px solid #cea378;
  padding-top: 12px;
}
.lion_active_muen span:hover {
  background: #cea378;
  color: #fff;
}
.lion_active2 {
  background: #cea378;
  color: #fff;
}
.lion_muen_img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.news_box_cont {
  border: 0px solid red;
  margin: 10px 0;
  padding: 0;
}
.new_box2_cont {
  margin: 0;
  padding: 5px 0;
  height: 138px;
}
.new_img_box {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #eee;
  overflow: hidden;
}
.new_txt_box {
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100%;
}
.new_txt2_box {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0px solid yellow;
}
.new_title {
  padding: 8px 10px 0 10px;
}
.new_txt_supdesc {
  max-height: 60px;
  border: 0px solid red;
  overflow: hidden;
  padding: 0px 10px;
  line-height: 30px;
  padding-right: 20px;
  font-size: 15px;
}
.new_sub_time {
  position: absolute;
  padding: 0 10px;
  bottom: 1px;
}
#news_actives .new_box2_cont:hover {
  cursor: pointer;
}
#new_active_bg {
  background: url(../images/newsbg.png);
  background-size: 100% 100%;
}
@media (min-width: 23px) and (max-width: 292px) {
  #news_actives {
    padding-bottom: 0;
    min-height: 0;
  }
  .new_reset_container {
    padding: 10px;
  }
  .new_txt_supdesc {
    padding-right: 0;
    max-height: 40px;
  }
  .lion_active_muen {
    margin: 20px auto;
  }
  .lion_active_muen {
    height: 150px;
  }
  .lion_active_muen span {
    padding: 7px 10px;
    margin: 8px;
    font-size: 10px;
    display: block;
  }
  #news_actives .bigtitle {
    font-size: 14px;
  }
  #news_actives p, .new_txt_supdesc, .new_txt2_box {
    font-size: 10px;
  }
  #news_actives h3 {
    font-size: 13px;
    line-height: 0;
  }
  #news_actives {
    padding-top: 30px;
  }
  #news_actives .title_bg2 {
    width: 290px;
    height: 63px;
    margin: auto;
  }
  #news_actives .title_bg2 img {
    height: 50px;
    margin-left: -45px;
    margin-top: 32px;
  }
  #new_reset_subti {
    display: none;
  }
  #news_actives .lion_txt_underline {
    margin: 0px auto;
    width: 80%;
  }
  .lion_active_muen span {
    padding: 7px 23px;
  }
}
@media (min-width: 293px) and (max-width: 335px) {
  #news_actives {
    padding-bottom: 0;
    min-height: 0;
  }
  .new_reset_container {
    padding: 10px;
  }
  .new_txt_supdesc {
    padding-right: 0;
    max-height: 40px;
    line-height: 20px;
  }
  .lion_active_muen {
    margin: 20px auto;
  }
  .lion_active_muen span {
    padding: 7px 10px;
    margin: 0px;
    font-size: 10px;
  }
  #news_actives .bigtitle {
    font-size: 14px;
  }
  #news_actives p, .new_txt_supdesc, .new_txt2_box {
    font-size: 10px;
  }
  #news_actives h3 {
    font-size: 13px;
    line-height: 0;
  }
  #news_actives {
    padding-top: 30px;
  }
  #news_actives .title_bg2 {
    width: 290px;
    height: 63px;
    margin: auto;
  }
  #news_actives .title_bg2 img {
    height: 50px;
    margin-left: -45px;
    margin-top: 32px;
  }
  #new_reset_subti {
    display: none;
  }
  #news_actives .lion_txt_underline {
    margin: 0px auto;
    width: 80%;
  }
  .lion_active_muen span {
    padding: 7px 23px;
  }
}
@media (min-width: 336px) and (max-width: 477px) {
  .new_reset_container {
    padding: 10px;
  }
  .new_txt_supdesc {
    padding-right: 0;
    max-height: 40px;
    line-height: 20px;
  }
  .lion_active_muen {
    margin: 20px auto;
  }
  .lion_active_muen span {
    padding: 7px 10px;
    margin: 0px 3px;
    font-size: 10px;
  }
  #news_actives {
    min-height: 550px;
  }
  #news_actives .bigtitle {
    font-size: 14px;
  }
  #news_actives p, .new_txt_supdesc, .new_txt2_box {
    font-size: 10px;
  }
  #news_actives h3 {
    font-size: 13px;
    line-height: 0;
  }
  #news_actives {
    padding-top: 30px;
    padding-bottom: 0;
    min-height: 0;
  }
  #news_actives .title_bg2 {
    width: 290px;
    height: 63px;
    margin: auto;
  }
  #news_actives .title_bg2 img {
    height: 50px;
    margin-left: -45px;
    margin-top: 32px;
  }
  #new_reset_subti, #new_reset_subti + p {
    display: none;
  }
  #news_actives .lion_txt_underline {
    margin: 0px auto;
    width: 80%;
  }
  .lion_active_muen span {
    padding: 7px 23px;
  }
  .new_box2_cont {
    height: 89px;
  }
  #new_active_bg {
    background: url(../images/newsbg.png);
    background-size: 260%;
    background-position: center;
  }
}
@media (min-width: 435px) and (max-width: 478px) {
  .lion_active_muen span {
    font-size: 15px;
  }
}
#lion_company_news, #lion_advertises, #lion_new_active {
  height: 0;
  overflow: hidden;
  display: none;
}
/*动态*/
#services_contact {
  background: url(../images/service.png);
  background-size: 100% 100%;
  background-position: center;
}
.no_container {
  padding: 100px 0;
}
#services_contact .light-wrapper {
  background: none;
}
.frm_box {
  max-width: 700px;
  min-height: 680px;
  margin: auto;
  background: #968e8e38;
  padding: 100px;
}
.frm_input {
  padding: 0 15px 0 15px;
}
#style_input1, #style_input2, #style_input3, #style_input4, #style_input5, #style_input6 ,#style_input7 ,#style_input8 ,#style_input9 {
  border: 1px solid #ada4a4;
  height: 50px;
  border-radius: 15px;
  padding-left: 20px;
  background: #fff;
  margin-bottom: 15px;
}
*#style_input6 {
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  margin-top: 70px;
  padding: 0;
  position: relative;
}
#style_input6:hover {
}
#style_input8,#style_input9{width: 100%;}
.xs_reset1 {
  padding: 0px 5px 0 15px;
  margin-bottom: 0;
}
.xs_reset2 {
  padding: 0 15px 0 0;
  margin-bottom: 0;
}
#anim_submit {
  width: 0;
  position: absolute;
  height: 50px;
  background: rgba(0, 4, 0, 0.0);
  top: 0;
  left: 0;
  border-radius: 15px;
  transition: width 1s linear;
  /* Safari */
  -webkit-transition: width 1s linear;
}
#style_input6:hover #anim_submit {
  width: 100%;
}
#style_input5 {
  padding-top: 20px;
}
@media (max-width: 384px) {
  #services_contact .frm_box h2 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 18px;
  }
  #services_contact .frm_box p {
    font-size: 10px;
  }
  .frm_box {
    padding: 25px;
    max-width: 320px;
    min-height: 360px;
  }
  .xs_reset1, .xs_reset2 {
    width: 100%;
    padding: 0px 15px 0 15px;
  }
  #style_input1, #style_input2, #style_input3, #style_input4, #style_input5, #style_input6 {
    height: 25px;
    border-radius: 8px;
    padding-left: 13px;
    background: #fff;
    margin-bottom: 6px;
    font-size: 10px;
  }
  .frm_input {
    padding: 0 45px 0 45px;
  }
  .two_services1 {
    padding: 0 30px 0 30px;
  }
  #style_input5 {
    height: 60px !important;
    min-height: 0;
  }
  #style_input6 {
    background: #d2a831;
    padding: 0;
    line-height: 25px;
    margin-top: 20px;
  }
  #anim_submit {
    height: 25px;
  }
}
@media (min-width: 385px) and (max-width: 486px) {
  #services_contact .frm_box h2 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 18px;
  }
  #services_contact .frm_box p {
    font-size: 10px;
  }
  .frm_box {
    padding: 10px;
    max-width: 320px;
    min-height: 360px;
  }
  #style_input1, #style_input2, #style_input3, #style_input4, #style_input5, #style_input6 , #style_input7 , #style_input8 , #style_input9 {
    height: 25px;
    border-radius: 8px;
    padding-left: 13px;
    background: #fff;
    margin-bottom: 6px;
    font-size: 10px;
  }
  .frm_input {
    padding: 0 45px 0 45px;
  }
  #style_input5 {
    height: 60px !important;
    min-height: 0;
  }
  .two_services1 {
    padding: 0 30px 0 30px;
  }
  #style_input6 {
    background: #d2a831;
    padding: 0;
    line-height: 25px;
    margin-top: 60px;
  }
  #anim_submit {
    height: 25px;
  }
}
@media (min-width: 487px) and (max-width: 600px) {
  .frm_box {
    padding: 50px;
  }
}
/*服务*/