* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "微软雅黑";
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

.clear {
  clear: both;
  overflow: hidden;
}
.remark img {
  width: 100%;
}

.swiper-container.banner {
  height: 100%;
}

.banner_pic {
  position: relative;
  width: 100%;
  height: 100%;
}

@keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.banner .swiper-button-prev {
  width: 73px;
  height: 10px;
  background: url(../images/banner_left.png) center no-repeat;
  top: auto;
  bottom: 110px;
  margin-top: 0;
  left: 43%;
}

.banner .swiper-button-next {
  width: 73px;
  height: 10px;
  background: url(../images/banner_right.png) center no-repeat;
  top: auto;
  bottom: 110px;
  margin-top: 0;
  right: 43%;
}

#banner {
  position: relative;
}

.banner_index {
  position: absolute;
  bottom: 100px;
  left: 49.5%;
  font-family: "Arial";
  font-size: 20px;
  color: #f5f5f5;
  z-index: 99;
}
.banner_text {
  position: absolute;
  z-index: 9;
  color: #fff;
  font-size: 52px;
  left: 12%;
  top: 30%;
}
.banner_more {
  position: absolute;
  z-index: 9;
  left: 15%;
  top: 69%;
}
.banner_more a {
  display: inline-block;
  margin-right: 30px;
  width: 220px;
  height: 53px;
  line-height: 53px;
  background: #e6212a;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
}
.banner_more a:nth-child(2) {
  border: 1px solid #222020;
  color: #222020;
  background: NONE;
}
.next_section {
  position: absolute;
  z-index: 99;
  bottom: 170px;
  left: 48.5%;
}

.head {
  width: 100%;
  height: 116px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  padding: 0 5%;
 
}

.logo {
  float: left;
  line-height: 116px;
  width: 25.75%;
 
}

.logo img {
  width: 100%;
}

.language,
.computer,
.search {
  float: right;
  line-height: 116px;
  width: 5.2%;
  text-align: center;
  cursor: pointer;
  transition: all 0.8s;
}
.search1 {
  float: right;
  line-height: 116px;

  text-align: center;
  cursor: pointer;
  transition: all 0.8s;
}
.language img {
  margin-top: -3px;
  margin-right: 5px;
}

.search-box {
  width: 28%;
  position: fixed;
  right: 0;
  top: 116px;
  display: none;
  z-index: 9999;
  background: #fff;
  padding: 18px 2%;
}

.search-box .close {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../images/wel26.png) no-repeat center;
  background-size: 100%;
  margin-top: 2px;
  opacity: 1;
}

.search-box form {
  width: 76%;
  height: 40px;
  line-height: 40px;
  position: relative;
  border: 1px solid rgba(51, 51, 51, 1);
}

.search-box form .text {
  font-size: 12px;
  color: #333;
  border: none;
  background: none;
  padding: 0 28px 0 18px;
  width: 100%;
  height: 40px;
  color: #333;
  line-height: 40px;
  outline: none;
}

.search-box form .submit {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -15px;
  background: url(../images/image_06.jpg) no-repeat center;
  border: none;
}

.search-box form .text::-webkit-input-placeholder {
  color: #333;
}

.search-box form .text:-moz-placeholder {
  color: #333;
}

.search-box form .text::-moz-placeholder {
  color: #333;
}

.search-box form .text:-ms-input-placeholder {
  color: #333;
}

.nav {
  float: right;
  line-height: 116px;
}

.nav ul {
  margin-bottom: 0;
}

.nav ul li {
  float: left;
  padding: 0 35px;
  position: relative;
}
.nav ul li:nth-child(7) {
  padding: 0 10px;
  background: #da251d;
  border-radius: 50%;
  position: relative;
  line-height: 40px !important;
  height: 40px !important;
  margin-top: 40px;
}
.nav ul li:nth-child(7) a {
  font-size: 16px;
  color: #fff !important;
  line-height: 40px !important;
  height: 40px !important;
  display: block;
}
.nav ul li:nth-child(8) {
  padding: 0 10px;
  background: #da251d;
  border-radius: 50%;
  position: relative;
  line-height: 40px !important;
  height: 40px !important;
  margin-top: 30px;
}
.nav ul li:nth-child(8) a {
  font-size: 16px;
  color: #fff !important;
  line-height: 40px !important;
  height: 40px !important;
  display: block;
}
.nav ul li a {
  font-size: 16px;
  color: #000;
  display: block;
}

.nav ul li .detailnav {
  position: absolute;
  top: 116px;
  left: -25%;
  width: 150%;
  z-index: 999;
  display: none;
  background: #fff;
}

.nav ul li .detailnav li {
  padding: 0;
    width: 100%;
    text-align: center;
    line-height: 40px !important;
    height: 41px !important;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    border-radius: 0;
    background: none;
}

.nav ul li .detailnav li a {
  font-size: 12px;
    color: #333;
    line-height: 40px !important;
    height: 40px !important;
    color: #1a1717 !important;
}

.nav ul li:hover .detailnav {
  display: block;
}

.case {
  width: 100%;
  overflow: hidden;
}

.case_fl video {
  width: 100%;
}

.case_fr_nav {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.case_fr_nav a {
  display: block;
  float: left;
  line-height: 60px;
  background: #277bd1 url(../images/pro_jt.png) right 45px center no-repeat;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 33%;
  margin-right: 0.5%;
}

.case_fr_nav a:last-child {
  margin-right: 0;
}

.case_fr_nav a:hover {
  background: #3c9ffe url(../images/pro_jt.png) right 45px center no-repeat;
}

.caseswiper img {
  width: 100%;
}

.caseswiper p {
  line-height: 93px;
	height: 93px;
  text-align: center;
  border-top: 5px solid #fff;
  border-bottom: 9px solid #fff;
  font-size: 20px;
  color: #221f1f;
  display: block;
  font-weight: bold;
  background: #f4f4f4;
	overflow: hidden;
}
.caseswiper p:hover {
  border-bottom: 7px solid #d90002;
}

.about_img {
  width: 560px;
  margin-right: 50px;
}

.about_img img {
  width: 100%;
}

.about_right {
  width: 840px;
  padding-top: 15px;
}


.about_right .ab_info {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.main_middle {
  width: 1450px;
  margin: 0 auto;
}
.justify_between {
  justify-content: space-between;
}

.box {
  display: flex;
}

.about_wrapper {
  margin-top: 35px;
  margin-bottom: 50px;
}
.about_right a {
  display: block;
  width: 213px;
  height: 56px;

  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #f2f3f3;
  background-color: #e6212a;
  margin-top: 40px;
}
.inpro {
  width: 32%;
  float: left;
  margin-right: 2%;
  text-align: left;

  background: #fff;
}

.inpro:nth-child(3n) {
  margin-right: 0;
}

.inpro {
  margin-bottom: 20px;
}

.inpro img {
  width: 100%;
}

.inpro p {
  line-height: 60px;
  border-top: 1px solid #e9e9e9;
  font-size: 14px;
  font-weight: bold;
  color: #100f0f;
  padding: 0 4%;
}
.inpro a label {
  font-size: 13px;
  color: #626262;
  cursor: pointer;
  padding: 0 4%;
  font-weight: normal !important;
}
.inpro a span {
  font-size: 13px;
  color: #e6212a;
  cursor: pointer;
  padding: 0 4%;
  line-height: 40px;
}

.proshow_video video {
  width: 100%;
  border: 1px solid #d3d3d3;
  margin-top: 25px;
}

.proshow_special_list {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
margin-bottom: 30px;
  line-height: 35px;
}

.proshow_specials {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  border: 3px solid #efeded;
}

.proshow_specials:nth-child(3n) {
  margin-right: 0;
}

.proshow_specials_pic img {
  width: 100%;
  border-bottom: 3px solid #efeded;
}

.proshow_specials_bot {
  width: 100%;
  background: #f8f8f8;
  height: 165px;
  padding: 15px;
}

.proshow_specials_bot_title {
  text-align: center;
  line-height: 43px;
}

.proshow_specials_bot_num {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  width: 43px;
  border-radius: 100%;
  background: #e6212a;
  color: #fff;
  font-size: 28.5px;
  font-family: "思源黑体 CN";
  font-weight: bold;
}

.proshow_specials_bot_titles {
  display: inline-block;
  line-height: 43px;
  height: 43px;
  margin-left: 10px;
  font-size: 23px;
  color: #232020;
  font-weight: bold;
  font-family: "思源黑体 CN";
}

.proshow_specials_bots {
  margin-top: 13px;
  font-size: 14px;
  color: #232020;
  line-height: 2;
}

.proshow_dingzhi img {
  width: 100%;
  margin-top: 20px;
}

.proshow_application_title {
  margin-top: 20px;
  font-size: 15px;
  color: #1b1818;
}

.proshow_application_list {
  overflow: hidden;
  margin-top: 30px;
}

.proshow_application_lists {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.proshow_application_lists:nth-child(3n) {
  margin-right: 0;
}

.proshow_application_lists img {
  width: 100%;
  border-radius: 15px;
}

.proshow_application_lists p {
  text-align: center;
  position: relative;
  width: 115px;
  height: 41px;
  border-radius: 10px;
  line-height: 41px;
  background: #e6212a;
  font-size: 14.7px;
  color: #fff;
  margin: -20px auto 0;
}

.proshow_shili .advbot_fl_title {
  font-size: 15px;
}

.proshow_shili {
  padding-bottom: 0 !important;
}

.proshow_shili .advbot_fl {
  width: 40%;
}

.proshow_shili .advbot_frs {
  padding: 0 10px;
}

.proshow_shili .advbot_frs_top span {
  font-family: "Bahnschrift";
  font-size: 36px;
  color: #e6212a;
}

.proshow_shili video {
  margin-top: 20px;
}

.proshow_contact_list {
  overflow: hidden;
  margin-top: 30px;
}

.proshow_contacts {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
}

.proshow_contacts:nth-child(4n) {
  margin-right: 0;
}

.proshow_contacts_pic {
  height: 80px;
  line-height: 80px;
}

.proshow_contacts_title {
  margin-top: 30px;
  font-size: 18px;
  color: #050505;
  font-weight: bold;
}

.proshow_contacts_titles {
  font-size: 16px;
  color: #242121;
  margin-top: 13px;
  word-wrap: break-word;
}

.case_lists,
.plists {
  display: none;
}
/*äº§å“åº”ç”¨ use*/
.product-use {
  background: #fafafa;
  overflow: hidden;
}
.product-use .title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-top: 3%;
}
.product-use .title p {
  color: #333333;
  font-size: 14px;
  font-family: arial;
  text-transform: uppercase;
}
.use-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
  width: 75%;
}
.use-list li {
  width: calc(100% / 3 - 25px);
  margin-bottom: 2.5%;
}
.use-list li .pic img {
  display: block;
  width: 100%;
}
.use-list li .icon p {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 100%;
  margin-top: 7%;
  overflow: hidden;
}
.use-list li .icon p img {
  margin-top: 25%;
}
.use-list li .name .icon {
  width: 110px;
  height: 66px;
  border-radius: 100%;
  text-align: center;
  line-height: 119px;
  position: relative;
  bottom: 54px;
  margin: auto;
  margin-bottom: -54px;
  overflow: hidden;
}
.use-list li .name {
  background: white;
  text-align: center;
}
.use-list li .name em {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-top: 6%;
  font-style: normal;
}
.use-list li .name p {
  color: #333333;
  font-size: 18px;
}
.use-list li .name .ck {
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #e6e6e6;
  padding: 0px 8%;
  margin-top: 10%;
  background: linear-gradient(to right, #e6212a 50%, white 50%);
  background-size: 205% 100%;
  background-position: right bottom;
  transition: all 0.6s ease;
  overflow: hidden;
}
.use-list li .name .ck span {
  color: #333333;
  font-size: 18px;
}
.use-list li .name .ck dfn {
  margin-top: 7%;
  background: url(../images/use-arrow.png) no-repeat center center;
  width: 24px;
  height: 16px;
}

.use-list li:hover .name .ck {
  background-position: left bottom;
}
.use-list li:hover .name .ck span {
  color: white;
}
/*.use-list li:hover .name .ck dfn{background: url(../images/use-arrowb.png)no-repeat center center;}*/
.use-list li:hover .name .ck dfn {
  transform: translateY(-50px);
  filter: drop-shadow(#fff 0 50px);
}
/*.use-list li:hover .icon p{background:url(../images/use-iconb.png)no-repeat center center #42s8ACB;}*/
.use-list li:hover .icon p img {
  transform: translateY(-80px);
  filter: drop-shadow(#fff 0 80px);
  display: none;
}
.mobile-inner-header1 {
  background-color: rgba(230, 33, 42,1);
  width: 100%;
  height: 80px;
  display: none;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.mobile-inner-header {
  background-color: rgba(230, 33, 42, 1);
  width: 100%;
  height: 60px;
  display: none;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

.mobile-inner-header-icon {
  color: rgb(230, 33, 42);
  height: 60px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 60px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  outline: none;
}

.mobile-inner-header-icon:hover {
  background-color: rgba(39, 123, 209, 0.2);
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
}
.mobile-inner-header1 img {
  height: 85%;
}

.mobile-inner-header img {
  height: 75%;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav {
  background-color: rgba(230, 33, 42, 0.9);
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  padding-top: 30px;
  padding-bottom: 80px;
  display: none;
  z-index: 999;
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
}

.mobile-inner-nav a:hover {
  color: rgba(255, 255, 255, 0.4);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.developments {
  overflow: hidden;
}
.develop {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.develop:nth-child(3n) {
  margin-right: 0;
}
.develop img {
  width: 100%;
}
.develop p {
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  background: #f8f8f8;
}
.fuw {
  overflow: hidden;
  padding-top: 40px;
}
.fuw h2 {
  padding-bottom: 53px;
}
.fw_list {
  overflow: hidden;
  height: 136px;
  background: url(../images/fw_list.jpg) no-repeat center 29px;
}
.fw_list ul li {
  float: left;
  text-align: center;
  line-height: 100%;
  padding: 0 24px;
}
.fw_list ul li span {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 60px;
}
.fw_list ul li span img {
  display: block;
  transition: all 0.2s;
}
.fw_list ul li i {
  display: block;
  line-height: 100%;
  font-weight: bold;
  color: #757575;
  font-size: 18px;
  padding-top: 10px;
  font-style: normal;
}
.fw_list ul li.on i {
  color: #135fac;
  font-style: normal;
}
.fw_list ul li.on span img:first-of-type {
  margin-top: -60px;
  font-style: normal;
}

.fw_om ul li {
  overflow: hidden;
}
.fw_om ul li b {
  display: inline-block;
  float: left;
  font-size: 0;
  overflow: hidden;
  width: 482px;
  height: 299px;
}
.fw_om ul li em {
  display: inline-block;
  float: right;
  width: 661px;
  padding-top: 33px;
}
.fw_om ul li em i {
  display: block;
  overflow: hidden;
  height: 53px;
  color: #135fac;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  font-style: normal;
}
.fw_om ul li em i span {
  display: inline-block;
  float: left;
  background: #e6212a;
  width: 36px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-family: arial;
  margin-right: 10px;
}
.fw_om ul li em strong {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  height: 102px;
  font-style: normal;
}
.content {
  width: 1200px;
  margin: 0 auto;
}

.btns {
  overflow: hidden;
  background: #eee;
  padding: 30px 35px;
}
.btns p {
  display: inline-block;
  float: left;
  padding-left: 64px;
  background: url(../image/aa_y.png) no-repeat 0 7px;
  color: #e6212a;
  font-size: 18px;
  font-style: normal;
}
.btns p span {
  display: block;
  line-height: 100%;
  font-weight: bold;
  padding-top: 7px;
  font-size: 24px;
  font-style: normal;
}
.btns a {
  display: inline-block;
  float: right;
  background: url(../image/aa_b.png) no-repeat;
  width: 255px;
  height: 44px;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 17px;
  font-style: normal;
}
.roshow_application {
  width: 100%;
}
.proshow_application_title {
  margin-top: 20px;
  font-size: 15px;
  color: #1b1818;
}

.proshow_application_list1 {
  overflow: hidden;
  margin-top: 30px;
}

.proshow_application_lists1 {
  width: 23%;
  float: left;
  margin-right: 2%;
}

.proshow_application_lists1:nth-child(3n) {
  /* margin-right: 0; */
}

.proshow_application_lists1 img {
  width: 100%;
  border-radius: 15px;
}

.proshow_application_lists1 p {
  text-align: center;
  position: relative;
  width: 115px;
  height: 41px;
  border-radius: 10px;
  line-height: 41px;
  background: #e6212a;
  font-size: 14.7px;
  color: #fff;
  margin: -20px auto 0;
}
.bottoms {
  width: 100%;
  position: fixed;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.bottoms a {
  flex: 1;
  display: block;
  text-align: center;
  color: #fff;
  background: #e6212a;
  text-align: center;
}
.bottoms span {
  display: block;
  height: 35px;
  line-height: 35px;
}
.bottoms img {
  width: 18%;
}

.bottoms div {
  margin-bottom: 5%;
}

.bottoms a:nth-child(1) {
  background: #373737;
}
.bottoms a:nth-child(1) img {
  width: 16%;
}
.bottoms a:nth-child(2) img {
  width: 19%;
}
.bottoms a:nth-child(3) img {
  width: 23%;
}
.bottoms a:nth-child(4) img {
  width: 23%;
}
.mobile-inner-header a {
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  text-align: center;
  float: left;
  color: #fff;
  padding: 0 15px;
  display: block;
  position: relative;
}

.case_title {
  flex-direction: column;

  text-align: center;
  margin: 60px 0;
}

.case_title .case_t_en {
  text-transform: uppercase;
  font-size: 41px;
  color: #e6212a;
  font-weight: bold;
  font-family: Helvetica, Arial, " sans-serif";
}

.case_title .case_t_cn {
  font-size: 30px;
  color: #1f1a1b;
}

.new {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

.newtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 41px;
  color: #030303;
}

.newtitles {
  text-align: center;
  font-size: 30px;
  color: #1f1a1b;
}

.news {
  max-width: 1475px;
  margin: 35px auto 0;
  overflow: hidden;
}

.nw {
  width: 25%;
  float: left;
  background: #fff;
}

.nw img {
  width: 100%;
  transition: all 0.8s;
}

.nw_pic {
  overflow: hidden;
}

.nw img:hover {
  transform: scale(1.1);
}

.nw_con {
  height: 225px;
  padding: 55px 45px 0 35px;
}

.newstitle {
  font-size: 16px;
  color: #221e1e;
}

.newsdate {
  font-size: 16px;
  color: #221e1e;
  margin: 10px 0;
}

.newscon {
  font-size: 14px;
  color: #686767;
  line-height: 2;
}

.newmore a {
  display: inline-block;
  width: 214px;
  height: 53px;
  background: #e6212a;
  text-align: center;
  line-height: 53px;
  font-size: 16px;
  color: #fff;
}

.newmore a:hover {
}

.newmore {
  text-align: center;
  margin-top: 80px;
}
.foot {
  width: 100%;
  height: 100%;
  overflow: hidden;

  padding-top: 80px;
}

.foots {
  max-width: 1540px;
  overflow: hidden;
  margin: 0 auto 140px;
}

.fnav {
  float: left;
  margin-right: 120px;
}
.fnav1 {
  text-align: center;
  margin-right: 40px;
}
.fnav2
{margin-right: 40px;}
.ftitle {
  padding-bottom: 15px;
}

.ftitle a {
   font-size: 18px;
  color: #494949;
  margin-bottom: 2rem;
  text-align: center;
}

.fline {
  width: 18px;
  height: 2px;
  display: none;
  background: #da251d;
  margin: 10px 0;
}

.fnav ul {
  margin-bottom: 0;
}

.fnav ul li a {
  font-size: 14px;
	
  color: #646060;
}

.fnav ul li {
  margin-bottom: 15px;
}

.fnav ul li:last-child {
  margin-bottom: 0;
}

.saoma {
  float: right;
}

.sm {
  float: left;
  margin-left: 10px;
  text-align: center;
}

.sm p {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 7px;
}

.copy {
  width: 100%;
  background: #f4f7fc;
}

.copys {
  max-width: 1540px;
  overflow: hidden;
  margin: auto;
}

.left_copy {
  float: left;
  line-height: 75px;
}

.left_copy span {
  font-size: 14px;
  color: #1d1c1c;
  margin-right: 10px;
}

.right_copy {
  float: right;
}

.right_copy select {
  width: 132px;
  height: 36px;
  border: 1px solid #3c3c42;
  border-radius: 10px;
  background: url(../images/icon_03.jpg) right 5px center no-repeat;
  margin-top: 25px;
  padding-left: 10px;
  color: #979798;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.gr-tab-list .hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
}

.gr-tab-list .hd li {
  width: 150px;
  float: left;
  text-align: center;
  background: #f2f2f2;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.gr-tab-list .hd li.on {
  background: #e6212a;
  color: #fff;
}

.gr-tab-list .hd li.on::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 70px;
  border: 6px solid transparent;
  border-top-color: #e6212a;
}
.about_right .ab_t_en {
  font-size: 40px;
  line-height: 41px;
  color: #e6212a;
  text-transform: uppercase;
  font-weight: bold;
}

.about_right .ab_t_cn {
  font-size: 30px;
  line-height: 60px;
  color: #1f1a1b;
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 33px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d91539;
    vertical-align: middle;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .7s;
}

#toolbar li p {
    margin-bottom: 0;
}

#toolbar li img {
    max-width: 100%;
}

#toolbar li:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    @include arrow(right, 5px, $themecolor);
}

#toolbar li .icon {
    background-position: -57px -180px;
}

#toolbar li:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#toolbar .backtop {
    cursor: pointer;
    background-color: #d91539;
}

.iconfont {
    color: #fff;
}

#toolbar li:hover a {
    width: 200px;
    background-color: #d91539;
}

#toolbar li:hover .iconfont {
    background-color: #d91539 !important;
}

.icon-qq {
    background: url(../images/QQ1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-iconfontphone {
    background: url(../images/tel1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-msnui-qr-code {
    background: url(../images/erwei1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-wenjianxiazaiicon {
    background: url(../images/liuyan1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-arrowup {
    background: url(../images/backtop.png) center no-repeat;
    background-color: #d91539 !important;
}

#toolbar li:first-child:hover .icon-qq {
    background: url(../images/QQ1.png) center no-repeat;
}

#toolbar li:nth-child(2):hover .icon-iconfontphone {
    background: url(../images/tel1.png) center no-repeat;
}

#toolbar li:nth-child(4):hover .icon-wenjianxiazaiicon {
    background: url(../images/liuyan1.png) center no-repeat;
}
.c-content-box.c-size-md {
    padding: 60px 0;
}

.k2-fneng {
    padding: 240px 0 !important;
}