/**-----------pc---------------------**/
/**-----------start---------------------**/
body {
  font-size: 1.6rem;
}
#searchmore,
.searchmore,
.fix-bottom,
.mobile {
  display: none;
}
.pcwidth {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 85%;
}
@media screen and (min-width: 1760px) {
  .pcwidth {
    max-width: 1484px;
  }
}
.tophead {
  height: 40px;
  background: #D62537;
  color: #fff;
}
.tophead .topheadinfo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.tophead .topheadinfo .contact i {
  font-size: 2rem;
  top: 3px;
  position: relative;
  margin-right: 2px;
}
.tophead .topheadinfo .contact a {
  color: #fff;
}
.tophead .topheadinfo .contact a:hover {
  color: #f0f0f0;
}
.tophead .iconemail {
  margin-left: 30px;
  padding-right: 5px;
}
.tophead .topheadinfo .search {
  position: relative;
}
.tophead .topheadinfo .search input {
  border: none;
  border-radius: 3px;
  line-height: 25px;
  width: 100%;
  width: 250px;
  padding-left: 8px;
  color: #666;
  box-shadow: 0 0 2px #fff;
}
.tophead .topheadinfo .search i {
  font-size: 2rem;
  position: absolute;
  right: 5px;
  color: #D62537;
  cursor: pointer;
  top: 3px;
}
.tophead .topheadinfo .sns i.iconlan {
  font-size: 18px;
  color: #ffffff;
  margin-right: 8px;
  top: 2px;
  position: relative;
}
.tophead .topheadinfo .sns i.iconjiantouarrow492 {
  top: 1px;
  position: relative;
}
.tophead .topheadinfo span {
  padding-right: 15px;
}
.tophead .topheadinfo .sns span {
  display: inline-block;
  line-height: 40px;
}
.tophead .topheadinfo .sns > a {
  margin-left: 15px;
  color: #fff;
}
.tophead .topheadinfo .sns > a:hover {
  color: #f0f0f0;
}
.tophead .topheadinfo .sns > a i {
  font-size: 2rem;
}
#gurkimore {
  cursor: pointer;
  position: relative;
}
.gurkimore {
  position: absolute;
  top: 40px;
  display: none;
  z-index: 1000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #fcfcfc;
  margin-left: 10px;
}
.gurkimore .sanjiao {
  width: 0;
  position: absolute;
  height: 0;
  border: 7px solid;
  border-color: transparent transparent #fcfcfc transparent;
  top: -14px;
  left: 45%;
}
.gurkimore p {
  padding: 5px 30px;
  line-height: 1.5em;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}

.gurkimore p a.active {
  color: #D62537;
}
.gurkimore p a:hover {
  color: #D62537;
}

.pos_r {
  top: auto;
  left: 0;
  height: 95px;
}
.pos_f {
  top: 0;
  left: 0;
  height: 80px;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.25);
  background: #fff;
  position: fixed!important;
}
.pos_f ul li a {
  /* color: #fff; */
}
.nav {
  z-index: 999;
  right: 0px;
}
.nav .pcwidth {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
nav {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.nav button {
  display: none;
}
.nav .logo img {
  width: 150px;
}
.nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 85%;
  max-width: 1000px;
}
.nav ul li.active a {
  color: #D62537;
}
.nav ul li:hover > a {
  color: #D62537;
}
.nav ul > a {
  display: block;
  color: #333;
  font-weight: 580;
  font-size: 0.95em;
}
.nav .book {
  display: block;
  background: #D62537;
  line-height: 40px;
  min-width: 155px;
  color: #fff;
  text-align: center;
}
header .pronav {
  height: 60px;
  background: #1c1c1c;
}
header .pronav ul {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
header .pronav ul li {
  height: 59px;
  border-bottom: 1px solid #252525;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
header .pronav ul li > a {
  color: #ffffff;
  padding: 0 15px;
  font-weight: normal;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
header .pronav ul li:hover {
  border-bottom: 1px solid #D62537;
}
header .pronav ul li:hover > a {
  color: #D62537;
}
header .pronav ul li.active {
  border-bottom: 1px solid #D62537;
}
header .pronav ul li.active > a {
  color: #D62537;
}
.banner {
  overflow: hidden;
}

/**video--s**/
.bannervideo {
  height: 700px;
}
.fullscreenvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.videocontainer {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100;
  text-align: center;
}
.videocontainer .txt {
  color: #fff;
  position: relative !important;
  z-index: 2 !important;
  top: 35%;
}
.videocontainer h3 {
  font-size: 48px;
}
.videocontainer p {
  font-size: 32px;
  margin-bottom: 25px;
}
.videocontainer .btn2 {
  display: inline-block;
  padding: 0 25px;
  background: #ff8a00;
  color: #fff;
  line-height: 40px;
  text-align: center;
  ransition-duration: 0.8s;
  margin-right: 15px;
}
.videocontainer .btn2:hover {
  background: #D62537;
  color: #fff;
}
.videocontainer .btn1 {
  display: inline-block;
  padding: 0 25px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.videocontainer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(25, 29, 34, 0.5);
}
/**video--e**/


.laytit {
  padding: 70px 0;
  text-align: center;
}
.lay6 .laytit{
  padding:70px 0 60px;
}
.laytit h3 {
  font-size: 4.8rem;
  border-bottom: 1px solid #e0d8d4;
  display: inline-block;
  padding-bottom: 30px;
  letter-spacing: -0.05em;
}
.laytit hr {
  border: none;
  width: 100px;
  height: 7px;
  background: #D62537;
  margin-top: -4px;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.lay6 .laytit hr{
  margin-bottom: 0px;
}
.laytit p {
  color: #666;
}

.lay1 {
  background: #f6f6f6;
  padding-bottom: 10px;
}
.prolist {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.prolist li {
  width: 32%;
}
.prolist p {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 18px;
}
.prolist p span {
  color: #666;
  font-size: 14px;
  line-height: 0.2em;
}

.lay2 {
  position: relative;
}
.lay2 .lay2txt {
  background-size: cover;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 56px;
}
.lay2 .lay2txt .txt {
  position: relative !important;
  z-index: 2 !important;
}
.lay2 h1,
.lay2 h3 {
  max-width: 950px;
  margin: 0 auto;
  color: #fff;
}
.lay2 h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.lay2 h3 {
  font-size: 22px;
}
.lay2bg {
  /* background: url("../images/blackbg.png") center center; */
  background-color: #D62537;
  background-size: 100% 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lay2 .lay2txt .online {
  display: inline-block;
  position: relative !important;
  z-index: 2 !important;
  color: #D62537;
  font-size: 22px;
  margin-top: 50px;
  background: #D62537;
  padding: 10px 30px;
  margin: 0 auto;
  margin-top: 50px;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 1px;
}

.lay3 {
  margin-bottom: 80px;
}
.lay3 .lay-case {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lay3 .lay-case li {
  width: 25%;
}
.lay3 .lay-case li img {
  width: 100%;
  height: auto;
}
#sol-img {
  position: relative;
  overflow: hidden;
}
#sol-img .sol-img-text {
  position: absolute;
  transition-duration: 0.3s;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #ebebeb;
}
#sol-img .sol-img-text h3 {
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.2em;
}
#sol-img .sol-img-text p {
  font-size: 14px;
  line-height: 1.2em;
}

.lp-lay4 {
  position: relative;
}
.lp-lay4 .lp-lay4bg {
}
.lp-lay4 .lp-lay4bg h3 {
  font-size: 40px;
  color: #ffffff;
  z-index: 100;
  position: relative;
  text-align: center;
  padding-top: 80px;
}
.lp-lay4 .lp-lay4bg h4 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #ffffff;
  text-align: center;
  z-index: 100;
  position: relative;
}
.lp-lay4 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative !important;
  z-index: 2 !important;
  padding: 60px 0;
  align-items: center;
  height: 100%;
}
.lp-lay4 ul li {
  background: #fff;
  width: 200px;
  height: 110px;
  padding-top: 40px;
  box-shadow: 4px 4px 0 rgba(242, 143, 26, 0.4);
  text-align: center;
}
.lp-lay4 ul li img {
  width: auto;
  height: 50%;
}
.lp-lay4 ul li p {
  margin-top: 10px;
}
.cover {
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lay4 {
  position: relative;
}
.lay4 .lay4txt {
  background-size: cover;
  text-align: center;
  padding-top: 70px;
}
.lay4 .lay4txt .txt {
  position: relative !important;
  z-index: 2 !important;
}
.lay4 h1,
.lay4 h3 {
  max-width: 950px;
  margin: 0 auto;
  color: #fff;
}
.lay4 h3 span {
  font-size: 4.8rem;
  color: #D62537;
}
.lay4 h1 {
  font-size: 4.8rem;
  margin-bottom: 20px;
}
.lay4 h3 {
  font-size: 2.4rem;
}
.lay4bg {
  background: url("../images/blackbg.png") center center;
  background-size: 100% 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lay5 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 70px;
}
.lay5 .company {
  width: 45%;
  min-width: 400px;
  line-height: 1.7em;
  font-size: 1.6rem;
}
.lay5 .company h1 {
  font-size: 30px;
  color: #D62537;
  margin-bottom: 15px;
}
.lay5 .company p {
  margin-bottom: 15px;
}
.lay5 .company li i {
  font-size: 2rem;
  top: 2px;
  position: relative;
  color: #D62537;
}
.more {
  display: block;
  background: #D62537;
  color: #fff;
  line-height: 40px;
  min-width: 155px;
  max-width: 200px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.more:hover {
  color: #fff;
  background: #D62537;
}
.lay5 .video {
  width: 55%;
  margin: 45px 0 0 50px;
  position: relative;
}
.lay5 .play {
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  z-index: 1;
}
.lay5 .play i {
  font-size: 8rem;
  color: #D62537;
  transition: all 0.4s ease-in-out;
}
.lay5 .play:hover i {
  font-size: 8rem;
  color: #fff;
}
.lay5 .video:hover img {
  transition: all 0.4s ease-in-out;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.lay6 {
  background: #f6f6f6;
  padding-bottom: 70px;
}
.lay6 .news {
  /* display: flex;
  display: -webkit-flex;
  justify-content: space-between; */
}
.lay6 .news li {
  /* width: 24%; */
}
.lay6 .news li .img {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.lay6 .news li img {
  padding-top: 60%;
  width: 100%;
}
.lay6 .news li .txt h3 {
  font-size: 18px;
  /* margin-top: 10px; */
}
.lay6 .news li .txt h3 a{
  font-weight: bold;
}
.lay6 .news li .txt p {
  color: #666;
  line-height: 1.5em;
}
.lay6 .news li .txt p.date {
  color: #d62537;
  margin: 19px 0 12px 0;
}
.lay6 .more {
  margin: 40px auto 0 auto;
}

footer {
  padding-bottom: 10px;
  color: #fff;
}
.footer_c {
  padding: 80px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.footer_c_ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 100%;
}
.footer_c ul .tit {
  font-size: 18px;
  color: #D62537;
  margin-bottom: 10px;
}
.footer_c ul li {
  padding-bottom: 20px;
}
.footer_c ul li a {
  color: #fff;
  font-size: 14px;
}
.footer_c ul li a:hover {
  color: #D62537;
}
.footer_kf .add h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_kf .add h4 {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 14px;
}
.footer_kf {
  /* border-right: 1px solid #313131; */
  margin-right: 100px;
}
.footer_kf .con {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2em;
}
.footer_kf .con i {
  font-size: 2rem;
  top: 3px;
  position: relative;
  color: #ccc;
  margin-right: 2px;
}
.footer_kf .con i.iconemail {
  margin-left: 0px;
}
.footer_kf .con a {
  color: #e3e2e2;
}
.footer_kf p a {
  color: #fff;
  margin-right: 20px;
  margin-left: -5px;
}
.footer_kf p a:hover {
  color: #fff;
}
.footer_kf p a i {
  font-size: 3rem;
}

footer .cor {
  text-align: center;
  background: #1a1a1al;
  color: #e3e2e2;
  font-size: 14px;
}
/*返回顶部按钮*/
p#back-to-top {
  position: fixed;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  display: none;
  bottom: 85px;
  right: 2px;
  z-index: 100;
}
p#back-to-top a {
  text-align: center;
  text-decoration: none;
  color: #777;
  display: block;
  width: 30px;
  font-size: 11px;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}
#back-to-top a:hover {
  color: #D62537;
  opcity: 0.5;
}
#back-to-top a span {
  background: transparent url(../images/backtop.png) no-repeat;
  background-size: cover;
  display: block;
  height: 35px;
  width: 35px;
  /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
}
/**procenter**/
.layprocen {
  margin-top: 50px;
}
.layprocenter {
  padding-top: 50px;
  padding-bottom: 50px;
}
.layprocenter:nth-child(odd) {
  background: #f7f7f7;
}
.layprocenter h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.layprocenter .txt {
  line-height: 1.7em;
  margin-bottom: 20px;
  color: #666;
}
.layprocenter ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layprocenter ul li {
  width: 23%;
  margin-bottom: 25px;
  line-height: 1.5em;
}
.layprocenter ul li img {
  margin-bottom: 10px;
}
.layprocenter ul li .img {
  position: relative;
}
.layprocenter ul li #play i {
  font-size: 2.5rem;
}

/**prolist**/
.pro_class {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.pro_class ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  width: 75%;
  min-width: 1000px;
}
.pro_class li {
  text-align: center;
  width: 100px;
}
.pro_class li img {
  opacity: 0.8;
}
.pro_class li a.active p {
  color: #D62537;
  font-style: italic;
}
.pro_class li a.active img {
  opacity: 1;
}
.pro_class li p {
  line-height: 1.2em;
  padding-top: 5px;
  font-size: 1.6rem;
  color: #666;
}

.layprolist ul {
  margin-bottom: 30px;
}
.layprolist ul li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #efefef;
}
.layprolist ul li:last-child {
  border-bottom: none;
}
.layprolist ul li:nth-child(odd) {
  flex-direction: row;
}
.layprolist ul li:nth-child(odd) .pro {
  padding-left: 10px;
}
.layprolist ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.layprolist ul li:nth-child(even) .pro {
  padding-right: 10px;
}
.layprolist ul li .pro {
  max-width: 800px;
}
.layprolist ul li .pro h3 {
  font-size: 3rem;
  margin-bottom: 5px;
}
.layprolist ul li .pro a {
  color: #D62537;
}
.layprolist ul li .pro .txt {
  line-height: 1.7em;
  color: #666;
}
.layprolist ul li .pro .txt p {
  margin-bottom: 10px;
}
.layprolist ul li .pro .txt p i {
  color: #D62537;
}
.layprolist ul li .link {
  margin-top: 20px;
}
.layprolist ul li .link a {
  font-size: 2rem;
}
.layprolist ul li .img {
  position: relative;
}
#play {
  justify-content: center;
  position: absolute;
  bottom: 15px;
  right: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  z-index: 1;
}
.layprolist #play i {
  font-size: 4rem;
}
.layprolist_list #play i {
  font-size: 3rem;
}
#play i {
  color: #D62537;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}
#play:hover i {
  color: #c7171d;
  opacity: 1;
}
#play:hover img {
  transition: all 0.4s ease-in-out;
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.layprolist_way {
  margin-top: 30px;
  padding-right: 30px;
  text-align: right;
}
.layprolist_way a {
  padding-left: 30px;
}
.layprolist_way a.active {
  color: #D62537;
}
.layprolist_way a:hover i {
  color: #D62537;
}
.layprolist_way a.active i {
  color: #D62537;
}
.layprolist_way a i {
  color: #666;
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.layprolist_list ul {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.layprolist_list li {
  width: 24%;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.layprolist_list ul li .pro h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.layprolist_list ul li .pro h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: normal;
  color: #555;
}
.layprolist_list ul li .pro {
  margin-bottom: 30px;
  margin-top: 20px;
}
.layprolist_list ul li .link {
  margin-top: 20px;
}
.layprolist_list ul li .link a {
  font-size: 1.6rem;
  color: #D62537;
}
.layprolist_list ul li .img {
  position: relative;
}

/**banner**/
.banner .laybanner {
  position: relative;
}
.banner .laybanner .laybannertxt {
  background-size: cover;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner .laybanner .laybannertxt .txt {
  position: relative !important;
  z-index: 2 !important;
}
.laybanner h1 {
  font-size: 50px;
  color: #fff;
}
.laybannerbg {
  background: url("../images/blackbg.png") center center;
  background-size: 100% 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**prodetail**/
.pagenav {
  color: #666;
  font-size: 14px;
  /* margin-top: 20px;
  margin-bottom: 20px; */
}
.pagenav a {
  margin: 0 8px;
}
.layprointro {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.layprointro .proimg {
  width: 45%;
}

.layprointro .proimg .swiper-slide .play {
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  z-index: 1;
}
.layprointro .proimg .swiper-slide .play i {
  font-size: 6rem;
  color: #D62537;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.layprointro .proimg .swiper-slide .play i:hover {
  font-size: 6rem;
  color: #c7171d;
  opacity: 1;
}
.layprointro .proimg .swiper-slide:hover img {
  transition: all 0.4s ease-in-out;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
#nav {
  margin-top: 10px;
  padding-right: 4px;
}
#nav li {
  cursor: pointer;
}
#nav li img {
  width: 100%;
  height: auto;
}
.active-nav {
  border: 2px solid #D62537;
}
#nav li i {
  position: absolute;
  top: 30%;
  left: 35%;
  font-size: 2em;
  opacity: 0.8;
  color: #000;
}
#nav li i:hover {
  color: #ff0000;
}

.layprointro .proinfo {
  width: 50%;
  padding-right: 10px;
  max-width: 754px;
}
.btnvi {
  display: inline-block;
  padding: 0 20px;
  background: #D62537;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.btnvi:hover {
  color: #fff;
  background: #c28e0e;
}
.btnred {
  display: inline-block;
  padding: 0 20px;
  background: #c8102e;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.btnred:hover {
  color: #fff;
  background: #0d1733;
}
.btnhui {
  display: inline-block;
  padding: 0 20px;
  background: #0d1733;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.btnhui:hover {
  color: #fff;
  background: #00142c;
}
.layprointro .proinfo h1 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
.layprointro .proinfo h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #666;
  font-weight: normal;
}
.layprointro .proinfo p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.5em;
}
.layprointro .proinfo .online {
  margin-top: 30px;
}
.layprointro .proinfo .online a {
  margin-right: 20px;
}
.layprointro .proinfo .online i {
  padding-right: 3px;
  top: 1px;
  position: relative;
}
.layprointro .proinfo .maxpara {
  display: flex;
  display: -webkit-flex;
  margin-top: 50px;
  border-top: 1px solid #ececec;
  padding-top: 25px;
  /* max-width: 700px; */
}
.layprointro .proinfo .para:first-child {
  margin-right: 100px;
}
.layprointro .proinfo .para i {
  font-size: 3.5rem;
}
.layprointro .proinfo .para p {
  line-height: 1.5em;
  margin-bottom: 10px;
  margin-top: 5px;
}
/* 新增为prose默认样式 */
.prose h2{
  font-family 'Bold';
  font-size 24px;
  font-weight normal;
  color #202020;
  margin-top 20px;
}
.prose h3{
  font-family 'Bold';
  font-size 20px;
  font-weight normal;
  color #202020;
  margin-top 20px;
}
.prose h4{
  font-family 'Bold';
  font-size 18px;
  font-weight normal;
  color #202020;
  margin-top 20px;
}
.prose p{
  margin-top 0.1rem;
}
.prose img{
  margin-top 0.2rem;
}
.prose a{
  text-decoration underline;
  margin-top 0.2rem;
}
.prose ul{
  margin-top 0.2rem;
}
.prose ol{
  margin-top 0.2rem;
}
.prose table{
  margin-top 0.2rem;
}
.prose ul li{
  list-style inside;
}

.prose {
  font-size: unset!important;
}
/* 新增为prose默认样式 */


.prodes .tit_dh {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  height: 45px;
  border-bottom: 2px solid #eee;
}
.prodes .tit_dh li {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0 30px;
  text-align: center;
  height: 45px;
  border-bottom: 2px solid #ddd;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.prodes .tit_dh li:last-child {
  margin-right: 0;
}
.prodes .tit_dh .cur {
  border-bottom: 2px solid #D62537;
  color: #D62537;
}
.prodes .content {
}
.prodes .content ul {
  list-style: disc;
  margin-left: 220px;
}
.prodes .content li {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-right: 30px;
}
.prodes .content li i {
  padding-right: 3px;
  top: 1px;
  position: relative;
}

.layprodetail_1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  background: #fcfcfc;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 60px;
}
.layprodetail_1 .img {
  width: 50%;
  max-width: 750px;
}
.layprodetail_1 .info {
  width: 50%;
  padding-left: 50px;
}
.layprodetail_1 .info h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #D62537;
}
.layprodetail_1 .info ul {
  list-style: disc;
  margin-left: 20px;
}
.layprodetail_1 .info li {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-right: 30px;
}
.layprodetail_1 .info li i {
  padding-right: 3px;
  top: 1px;
  position: relative;
}

.layprodetail_2 {
  margin-top: 60px;
}
.layprodetail_2 h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #D62537;
}
table {
  border-spacing: 8px;
  width: 100%;
}
table tr th,
td {
  padding: 15px;
}
table td {
  background-color: #e5e5e5;
  font-size: 16px;
}
table th {
  background-color: #a6a6a6;
  font-size: 14px;
}
table tr:hover th {
  background-color: #D62537;
}
table tr:hover td {
  /* background-color: #D62537; */
}
#table-head th {
  background-color: #333333;
  color: #fff;
}
#table-head th strong {
  font-size: 14px;
}

.layprodetail_3 {
  margin-top: 80px;
}
.layprodetail_3 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #D62537;
  /* text-align: center; */
}

.layprodetail_3 .compic {
  margin-bottom: 50px;
}
.layprodetail_3 .compic .swiper-slide {
  text-align: center;
  width: 33.33333%;
}
@media screen and (min-width: 1600px) {
  .layprodetail_3 .compic .swiper-slide {
    width: 25%;
  }
}
.layprodetail_3 .compic .swiper-slide img {
  width: 100%;
  height: auto;
}
.layprodetail_3 .compic .swiper-slide p {
  padding: 10px 30px;
}
.layprodetail_3 .compic .swiper-container {
  padding-bottom: 40px;
}
.layprodetail_3 .compic .swiper-container .swiper-pagination-bullets {
  bottom: -4px !important;
}
.layprodetail_3 .compic .swiper-container .swiper-pagination-bullet {
  width: 15px;
  background: #333;
  border-radius: 15px;
  height: 15px;
}
.layprodetail_3 .compic .swiper-container .swiper-pagination-bullet-active {
  background: #D62537;
  width: 30px;
}
.layprodetail_3 .compic .swiper-container .swiper-button-prev,
.layprodetail_3 .compic .swiper-container .swiper-button-next {
  background: transparent;
  width: auto;
  top: 38%;
}

.layprodetail_3 .compic .swiper-container .swiper-button-prev span,
.layprodetail_3 .compic .swiper-container .swiper-button-next span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 45px;
}

.layprodetail_4 {
  margin-top: 80px;
}
.layprodetail_4 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #D62537;
  /* text-align: center; */
}

.lp-lay6 {
  margin-top: 80px;
  padding-top: 60px;
  background: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  text-align: center;
}
.lp-lay6 ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.lp-lay6 ul li h3 {
  margin-top: 20px;
  color: #333333;
  font-size: 26px;
  margin-bottom: 10px;
}
.lp-lay6 ul li {
  line-height: 25px;
  color: #666666;
}
.lp-lay6 h2 {
  font-size: 4rem;
  color: #D62537;
  margin-bottom: 30px;
  text-align: center;
}
.lp-lay6 .online {
  text-align: center;
}

.layprodetail_5 {
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  position: relative;
}
.wrap-mask {
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: rgba(41, 41, 41, 0.9);
}
.layprodetail_5 h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #D62537;
  text-align: center;
  padding-top: 50px;
}
.layprodetail_5 h2,
.layprodetail_5 form {
  position: relative !important;
  z-index: 2 !important;
}
.request .form {
  display: flex;
  justify-content: center;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.request .form .req-content {
  /* width: 80%; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.request .form .req-content div {
  width: calc(50% - 15px);
  text-align: left;
}
.request .form .req-content input {
  width: 100%;
  height: 56px;
  padding-left: 20px;
  box-sizing: border-box;
}
.request .form .req-content span {
  height: 30px;
  display: block;
}
.request .form .req-content textarea {
  width: 100%;
  /* padding-left: 20px; */
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: 10px;
  height: 150px;
}
.request .req-text {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.request .req-btn {
  background: #D62537;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 50px;
  margin-top: 30px;
  font-weight: 550;
  cursor: pointer;
}

/**contact**/
.laycontact {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
}
.laycontact .info {
  width: 45%;
}
.laycontact .info h1 {
  font-size: 36px;
}
.laycontact .info b {
  font-size: 20px;
}
.laycontact .info p {
  line-height: 1.5em;
  margin-top: 20px;
}
.laycontact .form h1 {
  margin-bottom: 20px;
}
.laycontact .form {
  width: 45%;
}
.laycontact .form form {
  margin-top: 20px;
}
.laycontact .form div input {
  width: 95%;
  height: 40px;
  padding-left: 20px;
}
.laycontact .form textarea {
  width: 95%;
  padding-left: 20px;
  padding-top: 10px;
  height: 150px;
}
.laycontact .form span {
  height: 30px;
  display: block;
}
.laycontact .form .req-text {
  font-size: 14px;
  margin-top: -10px;
}
.laycontact .form .req-btn {
  background: #D62537;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  /* padding: 15px 50px; */
  margin-top: 20px;
  font-weight: 550;
  cursor: pointer;
}

/**-----------//newslist---------------------**/
.laynewslist {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.laynewslist .blog {
  padding-right: 20px;
}
.laynewslist .newslist {
  margin-bottom: 30px;
}
.laynewslist .newslist li {
  padding-top: 20px;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.laynewslist .newslist li .img {
  max-width: 400px;
}
.laynewslist .newslist li .linkinfo {
  width: 60%;
  padding-left: 30px;
}
.laynewslist .newslist li .linkinfo h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}
.laynewslist .newslist p.date {
  color: #999;
  margin: 5px 0 5px 0;
}
.laynewslist .newslist p.morelink a {
  color: #D62537;
  margin: 0;
}
.laynewslist .newslist p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.laynewslist .newslist p span {
  color: #666;
  font-size: 14px;
  padding-top: 20px;
  display: block;
}

.laynewslist .right {
  background: #fcfcfc;
  border-left: 1px solid #ebebeb;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 300px;
  max-width: 300px;
  box-shadow: 0px 1px 1px #ddd;
}
.laynewslist .right .title {
  font-size: 20px;
  padding: 20px 0;
}
.laynewslist .right hr {
  border: none;
  background: #e8e8e8;
  height: 1px;
  overflow: hidden;
}
.laynewslist .right ul.newsclass li {
  padding: 15px 10px;
  background: #fff;
  margin-top: 10px;
}
.laynewslist .right ul.newsclass li.active {
  background: #D62537;
}
.laynewslist .right ul.newsclass li.active a {
  color: #fff;
}
.laynewslist .right ul.hotnews li {
  padding-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.laynewslist .right ul.hotnews li a {
  display: block;
  width: 48%;
}

.laynewslist .blog .txt {
  padding-right: 50px;
}
.laynewslist .blog .txt .titinfo {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.laynewslist .blog .txt h1 {
  font-size: 28px;
  margin: 30px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.laynewslist .blog .txt .detail {
  line-height: 1.5em;
  margin-bottom: 50px;
  margin-top: 30px;
}
.laynewslist .blog .txt .detail p {
  margin-bottom: 20px;
}
.laynewslist .blog .txt img {
  max-width: 100%;
  height: auto;
}
.laynewslist .blog .txt .moretxt {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.laynewslist .blog .txt .moretxt p {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}
.laynewslist .blog .txt .moretxt p a {
  color: #666;
}

/**about**/
.banner .laybannerabout {
  position: relative;
}
.banner .laybannerabout .laybannertxt {
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  cursor: pointer;
}
.banner .laybannerabout .laybannertxt .txt {
  position: relative !important;
  z-index: 2 !important;
  width: 1000px;
  margin: 0 auto;
}
.laybannerabout .laybannertxt .txt h1 {
  font-size: 50px;
  color: #fff;
  color: #fff;
  text-align: center;
}
.laybannerabout .laybannertxt .txt h3 {
  font-size: 32px;
  color: #fff;
  color: #fff;
  text-align: right;
}
.laybannerabout .laybannertxt .txt .play {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
}
.laybannerabout .laybannertxt .txt .play i {
  font-size: 12rem;
  color: #D62537;
  transition: all 0.4s ease-in-out;
}
.laybannerabout .laybannertxt .txt .play:hover i {
  font-size: 12rem;
  color: #fff;
}
.laybannerabout .laybannertxt .txt .intro {
  font-size: 24px;
  text-align: center;
  color: #fff;
  /* max-width: 550px; */
}
.laybannerbg {
  background: url("../images/blackbg.png") center center;
  background-size: 100% 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layaboutclass {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #ebebeb;
}
.layaboutclass li {
  padding: 25px 30px;
  font-size: 18px;
  margin-bottom: -2px;
}
.layaboutclass li.active {
  border-bottom: 2px solid #D62537;
}
.layaboutclass li.active a {
  color: #D62537;
}
.layabout1 {
  background: #fcfcfc;
  padding-bottom: 50px;
}
.layabouttit {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 50px;
}
.layabouttit h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
.layabouttit p {
  font-size: 22px;
  color: #555;
}
.layabout1 .info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.layabout1 .info:nth-child(odd) {
  flex-direction: row-reverse;
}
.layabout1 .info .img {
  width: 48%;
}
.layabout1 .info .txt {
  width: 48%;
  padding-top: 20px;
  line-height: 1.5em;
}
.layabout1 .info .txt p {
  margin-bottom: 30px;
}

.layacbout2 {
  position: relative;
}
.layacbout2 .layacbout2bg {
  background: url(../images/middle_bg.jpg) no-repeat center center;
}
.layacbout2 .layacbout2bg ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative !important;
  z-index: 2 !important;
  padding: 120px 0;
  align-items: center;
  height: 100%;
}
.layacbout2 .layacbout2bg ul li {
  background: #fff;
  width: 200px;
  height: 110px;
  padding-top: 40px;
  box-shadow: 4px 4px 0 rgb(214 37 55 / 40%);
  text-align: center;
}
.layacbout2 .layacbout2bg ul li img {
  width: auto;
  height: 50%;
}
.layacbout2 .layacbout2bg ul li p {
  margin-top: 10px;
}
.cover {
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layacbout3 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layacbout3 ul li {
  width: 23%;
  overflow: hidden;
  margin-bottom: 20px;
}
.layacbout3 ul li img {
  height: auto;
  transition: 0.8s all ease;
  border: 8px solid #f8f8f8;
}
.layacbout3 ul li img:hover {
  transform: scale(1.2);
  opacity: 0.8;
  transition: 0.8s all ease;
}

.layacbout4 {
  background: #fcfcfc;
  margin-top: 40px;
  padding-bottom: 50px;
}
.layacbout4 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layacbout4 ul li {
  width: 23%;
  text-align: center;
}
.layacbout4 ul li .num {
  font-size: 90px;
  color: #D62537;
}
.layacbout4 ul li h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.layacbout4 > ul > li > hr {
  border: none;
  background: #ebebeb;
  height: 1px;
  overflow: hidden;
  width: 40%;
}
.layacbout4 ul li p {
  color: #666;
  margin-top: 15px;
  line-height: 1.5em;
}
.layacbout4 > hr {
  border: none;
  background: #e8e8e8;
  height: 1px;
  overflow: hidden;
  width: 70%;
  margin-top: 50px;
}
.layacbout4 .whyus {
  width: 1000px;
  margin: 0 auto;
}
.layacbout4 .whyus .item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.layacbout4 .whyus .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.layacbout4 .whyus .img {
  width: 25%;
  max-width: 200px;
}
.layacbout4 .whyus .info {
  width: 75%;
}
.layacbout4 .whyus .item h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.layacbout4 .whyus .item p {
  line-height: 1.5em;
}

.layabout_supplier p {
  width: 950px;
  margin: 0 auto;
}
.layabout_supplier ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layabout_supplier ul li {
  width: 20%;
  margin-bottom: 30px;
}
.layabout_supplier ul li img {
  transition: 0.8s all ease;
  filter: grayscale(0%);
  opacity: 1;
}
.layabout_supplier ul li img:hover {
  transform: translate(0, -10px);
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.6s all ease;
  border-radius: 5px;
}

.layabout_ce {
  margin-top: 50px;
}
.layabout_ce ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layabout_ce ul li {
  width: 200px;
  margin-bottom: 0px;
  text-align: center;
  padding: 20px;
}
.layabout_ce ul li img {
  transition: 0.6s all ease;
  filter: grayscale(0%);
}
.layabout_ce ul li img:hover {
  transform: scale(1.2);
  filter: grayscale(100%);
  transition: 0.6s all ease;
}

.layabout_team {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
.layabout_team .team {
  padding-top: 60px;
  width: 32%;
}
@media screen and (min-width: 1600px) {
  .layabout_team .team {
    width: 23%;
  }
}
.layabout_team .team .img img {
  width: 100%;
}
.layabout_team .team .teaminfo {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.layabout_team .team .teaminfo h1 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px;
  color: #333;
}
.layabout_team .team .teaminfo h2 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
.layabout_team .team .teaminfo p {
  line-height: 1.5em;
  color: #777;
}
.layabout_team .team:hover .teaminfo {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(to bottom, #fff, #f7f7f7);
}

.history {
  margin: 0 auto;
  max-width: 650px;
  padding: 60px 0;
}
.history h2 {
  margin: 20px 0;
}
.history .yinfo {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-left: 20px;
}
.history .yinfo .month {
  width: 50px;
  margin-top: -6px;
  color: #777;
}
.history .yinfo .yxian {
  width: 10px;
  margin-left: 10px;
  margin-right: 50px;
}
.history .yinfo i {
  border-radius: 10px;
  background: #D62537;
  width: 10px;
  height: 10px;
  display: block;
}
.history .yinfo .xian {
  width: 1px;
  background: #ddd;
  margin-left: 4px;
}
.history .yinfo .ytxt {
  padding-bottom: 30px;
  width: 100%;
  padding-top: 5px;
  color: #555;
  line-height: 2em;
}

.cntl {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1200px;
}
.cntl-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.cntl-bar {
  position: absolute;
  width: 10px;
  top: 0;
  bottom: 0;
  background-color: #ccc;
  box-shadow: inset 0px 0px 7px -2px #000;
}
.cntl-bar-fill {
  background-color: #D62537;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
}
.cntl-state {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin-bottom: 50px;
}
.cntl-state::after {
  display: block;
  content: " ";
  clear: both;
}
.cntl-icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #D62537;
  border: solid 3px #D62537;
  box-shadow: 0px 0px 19px -9px #000;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 80px;
  font-size: 26px;
  color: #fff;
}

.cntl-content {
  width: 40%;
  padding: 2%;
  background-color: rgba(238, 238, 238, 0.25);
  border-radius: 8px;
  border-bottom: solid 3px #D62537;
  float: left;
  opacity: 0;
  position: relative;
  margin-left: -40%;
}

.cntl-state:nth-child(2n + 2) .cntl-content {
  float: right;
  margin-right: -40%;
}

.cntl-image {
  opacity: 0;
  width: 40%;
  padding: 2%;
}

.cntl-state:nth-child(2n + 1) .cntl-image {
  float: right;
}

.cntl-image img {
  width: 100%;
}

.cntl-content h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

/*
animations
*/
.cntl-bar-fill,
.cntl-content,
.cntl-image {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cntl-state:nth-child(2n + 2).cntl-animate .cntl-content {
  margin-right: 0%;
}

.cntl-animate .cntl-content {
  opacity: 1;
  margin-left: 0%;
}

.cntl-animate .cntl-image {
  opacity: 1;
}

.layabout_blog {
  padding-bottom: 20px;
}
.layabout_blog .newslist {
  margin-bottom: 30px;
}
.layabout_blog .newslist li {
  padding-top: 20px;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.layabout_blog .newslist li .img {
  max-width: 400px;
}
.layabout_blog .newslist li .linkinfo {
  width: 60%;
  padding-left: 30px;
}
.layabout_blog .newslist li .linkinfo h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}
.layabout_blog .newslist p.date {
  color: #999;
  margin: 5px 0 5px 0;
}
.layabout_blog .newslist p.morelink a {
  color: #D62537;
  margin: 0;
}
.layabout_blog .newslist p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.layabout_blog .newslist p span {
  color: #666;
  font-size: 14px;
  padding-top: 20px;
  display: block;
}

/**service**/
.layservice_item .pcwidth {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
.layservice_item:first-child {
  margin-top: -30px;
}
.layservice_item:nth-child(even) {
  background: #f7f7f7;
}
.layservice_item:nth-child(even) .pcwidth {
  flex-direction: row-reverse;
}
.layservice_item .img {
  width: 47%;
}
.layservice_item .info {
  width: 47%;
}
.layservice_item .info h1 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 20px;
}
.layservice_item .info p {
  line-height: 1.5em;
}
.layservice_lc {
  margin-top: 30px;
  margin-bottom: 80px;
}
.layservice_lc h1 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.layservice_lc p {
  line-height: 1.5em;
  margin-bottom: 20px;
}

/**case**/
.laycase {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.laycase li {
  width: 23%;
  margin-bottom: 30px;
}
.laycase li .img {
  height: 0;
  padding-bottom: 75%;
  display: block;
  overflow: hidden;
  border: 1px solid #ebebeb;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.laycase li .img img {
  padding-top: 75%;
}

/**search**/
.search_text {
  margin: -80px 0;
  text-align: center;
}
.search_text p {
  margin-bottom: 5px;
}
.search_text .text1 {
  color: #fff;
  font-size: 36px;
}
.search_text .text2 {
  color: #fff;
  font-size: 66px;
  font-weight: bold;
}
.search_list {
  margin: 0 8%;
  margin-top: 60px;
  margin-bottom: 30px;
}
.search_list ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.search_list li {
  border: 1px solid #ddd;
  width: 24%;
  margin-bottom: 30px;
}
.search_list a {
  padding: 20px;
}
.search_list li:hover {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 2px #888888;
}
.search_list h3 {
  color: #D62537;
}
.search_list .sort {
  color: #999;
  margin-bottom: 10px;
}
.search_list .info {
  color: #333;
  line-height: 1.5em;
}
.search_list .morel {
  color: #D62537;
  margin-top: 15px;
}

/**404**/
.page404 {
  text-align: center;
  background: #f6f6f6;
  padding: 100px;
  border-top: 2px solid #D62537;
}
.page404 h2 {
  font-size: 48px;
}
.page404 h4 {
  font-size: 26px;
  margin: 50px;
  font-weight: normal;
}
.page404 p {
  color: #777;
}

/**videos**/
.pagevideo {
  margin-bottom: 30px;
}
.pagevideo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pagevideo:nth-child(even) {
  background: #f7f7f7;
}
.pagevideo h3 {
  font-size: 3.2rem;
  margin-bottom: 15px;
}
.pagevideo ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.pagevideo ul li {
  width: 23%;
  margin-bottom: 30px;
}
.pagevideo ul li .img {
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  border: 1px solid #ebebeb;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  cursor: pointer;
}
.pagevideo ul li .img img {
  padding-top: 50%;
}
.pagevideo ul li p {
  line-height: 1.5em;
  margin-top: 10px;
}
.pagevideo ul li > a {
  position: relative;
  display: block;
}
.pagevideo .play {
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  z-index: 1;
}
.pagevideo .play i {
  font-size: 4rem;
  color: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0.8;
}
.pagevideo .play:hover i {
  font-size: 4rem;
  color: #f00;
  opacity: 1;
}
.pagevideo ul .img:hover img {
  transition: all 0.4s ease-in-out;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}
.pagevideo .more {
  margin: 0 auto 20px auto;
}

/**mask**/
.laytuibanner {
}
.layvideo {
  margin-top: 30px;
}
.tuivideo {
  width: 800px;
  margin: 0 auto;
  background: #999;
}
.tuivideo iframe {
  height: 500px;
}
.laytuitit {
  text-align: center;
  padding: 40px 0 30px 0;
}
.laytuitit h1 {
  font-size: 3.2rem;
  margin-bottom: 10px;
}
.laytui1 {
  background: #f2f2f2;
  padding: 20px 0;
}
.laytui1 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.laytui1 ul li {
  text-align: center;
}
.laytui1 ul li .num {
  font-size: 50px;
}
.laytui1 ul li .num sup {
  font-size: 1.6rem;
  top: -10px;
  position: relative;
}
.laytui1 ul li p {
  font-size: 20px;
  margin-bottom: 15px;
}

.laytui2 {
  margin-top: 30px;
}
.laytui2 ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.laytui2 ul li {
  width: 24%;
  text-align: center;
  top: 0px;
  position: relative;
  transition-duration: 1s;
}
.laytui2 ul li img {
}
.laytui2 ul li p {
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
}
.laytui2 ul li i {
  font-size: 2rem;
  margin-top: 15px;
}
.laytui2 ul li:hover {
  top: -15px;
  position: relative;
}
.laytui2 ul li:hover p {
  background: #D62537;
  color: #fff;
}
.laytui2 ul li:hover i {
  color: #fff;
}

.laytui4 {
  position: relative;
  margin-top: 50px;
}
.laytui4 .laytui4txt {
  background-size: cover;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.laytui4 .laytui4txt .txt {
  position: relative !important;
  z-index: 2 !important;
  color: #fff;
}
.laytui4 .laytui4txt h1 {
  font-size: 4.8rem;
  font-weight: normal;
}
.laytui4bg {
  background: url("../images/blackbg.png") center center;
  background-size: 100% 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.laytui3 {
  background: #f2f2f2;
  padding: 40px 0;
}
.laytui3 .pcwidth {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.laytui3 .pcwidth div {
  width: 50%;
}
.laytui3 .pcwidth .companytxt {
  padding: 0 30px;
}
.laytui3 .pcwidth .companytxt p {
  line-height: 2em;
  margin-bottom: 15px;
  margin-top: 10px;
}
.laytui3 .pcwidth .companytxt .btn {
  margin-top: 20px;
}

.laytui5 {
  background: #D62537;
  padding: 25px 0;
  text-align: center;
  margin-top: 60px;
  color: #fff;
}
.laytui5 h1 {
  font-size: 5.6rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.laytui6 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.laytui6 li {
  width: 32.5%;
  margin-bottom: 20px;
  overflow: hidden;
}
.laytui6 li img {
  transition: all 0.6s;
}
.laytui6 li:hover img {
  transform: scale(1.3);
}

.laytuizs {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.laytuizs li {
  width: 23%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 8px solid #f8f8f8;
}
.laytuizs li img {
  transition: all 0.6s;
}
.laytuizs li:hover img {
  transform: scale(1.2);
}

.laytui7 {
  background: #f2f2f2;
  padding: 20px 0;
  margin-top: 50px;
  padding-bottom: 50px;
}
.laytui7 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.laytui7 ul li {
  width: 22%;
  margin-bottom: 50px;
  text-align: center;
}
.laytui7 ul li i {
  font-size: 4rem;
  color: #D62537;
}
.laytui7 ul li p {
  line-height: 1.8em;
  color: #777;
  margin-top: 10px;
}
.laytui7 ul li p span {
  font-size: 1.8rem;
  color: #555;
}
.btn {
  display: inline-block;
  padding: 0 30px;
  background: #ff7034;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  transition-duration: 0.8s;
}
