.header {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
}
.header .wapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .wapper .logo img {
  width: 190px;
}
.header .wapper .right {
  display: flex;
  align-items: center;
}
.header .wapper .right .search {
  position: relative;
  height: 100%;
}
.header .wapper .right .search input {
  width: 275px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 17px;
  padding-left: 15px;
  color: #b5b5b5;
}
.header .wapper .right .search .btn {
  position: relative;
  border: 0;
}
.header .wapper .right .search .layui-icon {
  position: absolute;
  top: -16px;
  right: 15px;
  font-size: 20px;
  color: #b5b5b5;
}
.header .wapper .right .shop_cart {
  height: 100%;
  margin-left: 20px;
}
.header .wapper .right .shop_cart .layui-icon {
  font-size: 24px;
  color: #b5b5b5;
}
.navbar {
  width: 100%;
  height: 60px;
  background-color: #eee;
  font-size: 15px;
}
.navbar .wapper {
  display: flex;
}
.navbar .wapper .dropdown {
  position: relative;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #e70012;
  color: #fff;
  cursor: pointer;
}
.navbar .wapper .dropdown .drop_menu {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  width: 230px;
  max-height: 518px;
  z-index: 999;
  background-color: #fff;
  padding-top: 1px;
  box-shadow: 0 0 5px 2px #eee;
  overflow-y: auto;
}
.navbar .wapper .dropdown .drop_menu::-webkit-scrollbar {
  display: none;
}
.navbar .wapper .dropdown .drop_menu li {
  height: 37px;
  line-height: 37px;
  text-align: left;
  padding-left: 45px;
  padding-right: 20px;
  color: #333;
}
.navbar .wapper .dropdown .drop_menu li a {
  display: block;
  width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar .wapper .dropdown .drop_menu li:hover {
  background-color: #e70012;
}
.navbar .wapper .dropdown .drop_menu li:hover a {
  color: #fff;
}
.navbar .layui-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.navbar .layui-nav .layui-nav-item a {
  color: #666 !important;
  font-size: 15px;
  padding: 0 31px;
}
.navbar .layui-nav .layui-nav-item a:hover {
  color: #e70012 !important;
  font-weight: 700;
}
.navbar .layui-nav .layui-this:after,
.navbar .layui-nav-bar,
.navbar .layui-nav-tree .layui-nav-itemed:after {
  background-color: #e70012;
}
.navbar .layui-nav .layui-this a {
  color: #e70012 !important;
  font-weight: 700;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}
.layui-carousel {
  text-align: center;
}
.layui-carousel .img_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layui-carousel .img_contents img {
  display: block;
  max-width: 2453px;
  height: 520px;
}
.layui-carousel .layui-carousel-ind ul {
  background-color: transparent;
}
.layui-carousel .layui-carousel-ind li {
  width: 25px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}
.layui-carousel .layui-carousel-ind .layui-this {
  background-color: #e70012;
}
.hot,
.news {
  width: 100%;
  min-height: 642px;
  background-color: #eee;
  padding: 65px 0;
}
.hot .hot_header,
.news .hot_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  margin-bottom: 35px;
}
.hot .hot_header .title,
.news .hot_header .title {
  position: relative;
  height: 50px;
  border-left: 8px solid #e70012;
  padding-left: 20px;
}
.hot .hot_header .title p,
.news .hot_header .title p {
  position: absolute;
  bottom: -3px;
  font-size: 30px;
}
.hot .hot_header .arrow a,
.news .hot_header .arrow a {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #ccc;
  color: #ccc;
  margin-left: 10px;
}
.hot .hot_header .arrow a .layui-icon,
.news .hot_header .arrow a .layui-icon {
  font-size: 30px;
}
.hot .hot_body,
.news .hot_body {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.hot .hot_body .hot_item,
.news .hot_body .hot_item {
  width: 24%;
  height: 335px;
  background-color: #fff;
  padding: 35px 25px;
  border: 2px solid #fff;
  border-bottom-width: 4px;
  margin-bottom: 15px;
}
.hot .hot_body .hot_item:hover,
.news .hot_body .hot_item:hover {
  border: 2px solid #e70012;
  border-bottom-width: 4px;
}
.hot .hot_body .hot_item .title,
.news .hot_body .hot_item .title {
  width: 100%;
  margin-bottom: 20px;
}
.hot .hot_body .hot_item .title p,
.news .hot_body .hot_item .title p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.hot .hot_body .hot_item .title .line,
.news .hot_body .hot_item .title .line {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #e70012;
  margin-top: 15px;
}
.hot .hot_body .hot_item img,
.news .hot_body .hot_item img {
  display: block;
  width: 200px;
  height: 200px;
  padding: 15px;
  margin: 0 auto;
}
.hot .more,
.news .more {
  display: block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  background-color: #e70012;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.hot .layui-carousel,
.news .layui-carousel {
  margin-bottom: 35px;
}
.hot .layui-carousel > [carousel-item] > *,
.news .layui-carousel > [carousel-item] > * {
  background-color: #eee;
}
.hot .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add],
.news .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  top: -60px;
  right: 0;
}
.hot .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub],
.news .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub] {
  top: -60px;
  left: unset;
  right: 50px;
}
.news {
  width: 100%;
  /*background: url(/templates/pc/gontrol/images/img/lanyao.png) no-repeat bottom center;*/
}
.news .hot_header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .hot_header .title {
  margin-left: 180px;
}
.news .layui-carousel {
  height: 335px;
  text-align: left;
  background-color: transparent;
}
.news .layui-carousel > [carousel-item] > * {
  background-color: transparent;
}
.news .layui-carousel > [carousel-item]:before {
  display: none;
}
.news .hot_body {
  display: flex !important;
}
.news .hot_body .hot_item {
  border: 2px solid #eee;
  border-bottom: 4px solid #e70012;
}
.news .information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news .information .info_item {
  position: relative;
  display: flex;
  width: 49%;
  height: 150px;
  color: #ededed;
  border: 1px solid #fff;
  padding: 13px;
  margin-bottom: 25px;
  transition: 0.5s;
}
.news .information .info_item::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-top: 1px solid #f00;
  border-left: 1px solid #f00;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.news .information .info_item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-right: 1px solid #f00;
  border-bottom: 1px solid #f00;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.news .information .info_item:hover::before,
.news .information .info_item:hover::after {
  width: 100%;
  height: 100%;
  transition-delay: 0s;
}
.news .information .info_item:hover {
  transition-delay: 0.3s;
}
.news .information .info_item img {
  display: block;
  width: 155px;
  margin-right: 30px;
}
.news .information .info_item .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .information .info_item .detail h3 {
  width: 365px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.news .information .info_item .detail p {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  margin: 15px 0;
}
.news .information .info_item .detail .time {
  display: flex;
  align-items: center;
}
.news .information .info_item .detail .time .layui-icon {
  font-size: 20px;
  margin-right: 10px;
}
.news .more {
  margin-top: 30px;
}
.product {
  width: 100%;
  padding-top: 66px;
}
.product .hot_header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 35px;
}
.product .hot_header .title {
  position: relative;
  height: 50px;
  border-left: 8px solid #e70012;
  padding-left: 20px;
  margin-left: 80px;
}
.product .hot_header .title p {
  position: absolute;
  bottom: -3px;
  font-size: 30px;
}
.product .floor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  background-color: #eee;
  padding: 0 15px;
}
.product .floor .floor_r {
  display: flex;
  align-items: baseline;
  margin-top: -25px;
}
.product .floor .floor_r p {
  font-size: 16px;
  color: #e70012;
  margin-right: 5px;
}
.product .floor .floor_r span {
  color: #fff;
  font-size: 12px;
}
.product .floor .floor_l {
  color: #e70012;
}
.product .floor .floor_l .layui-icon {
  font-size: 14px;
  margin-left: 5px;
}
.product .tabs {
  width: 100%;
  margin: 40px 0;
}
.product .tabs .tab-item {
  padding: 10px 20px;
  border: 1px solid #e70012;
  color: #e70012;
  margin-right: 20px;
  cursor: pointer;
}
.product .tabs .tab-item:hover {
  background-color: #e70012;
  color: #fff;
}
.product .tabs .active {
  background-color: #e70012;
  color: #fff;
}
.product .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.product .product-list .list-item {
  width: 19%;
  padding: 15px 10px;
  border: 1px solid #eee;
  margin-bottom: 14px;
  cursor: pointer;
  margin-right: 14px;
}
.product .product-list .list-item:nth-child(5n) {
  margin-right: 0;
}
.product .product-list .list-item:hover {
  box-shadow: 0 0 5px 3px #eee;
}
.product .product-list .list-item:hover .title .line {
  width: 100%;
  transition: all 0.3s linear;
}
.product .product-list .list-item .title {
  width: 100%;
  margin-bottom: 20px;
}
.product .product-list .list-item .title .line {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #e70012;
  margin-top: 15px;
  transition: 0.3s;
}
.product .product-list .list-item .title p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-list .list-item img {
  display: block;
  width: 180px;
  height: 180px;
  padding: 15px;
  margin: 0 auto;
}
.recruit,
.download,
.contact,
.yingxiao {
  width: 100%;
  min-height: 590px;
  background-color: #eee;
  padding-top: 65px;
}
.recruit .hot_header,
.download .hot_header,
.contact .hot_header,
.yingxiao .hot_header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 35px;
}
.recruit .hot_header .title,
.download .hot_header .title,
.contact .hot_header .title,
.yingxiao .hot_header .title {
  position: relative;
  height: 50px;
  border-left: 8px solid #e70012;
  padding-left: 20px;
  margin-left: 80px;
}
.recruit .hot_header .title p,
.download .hot_header .title p,
.contact .hot_header .title p,
.yingxiao .hot_header .title p {
  position: absolute;
  bottom: -3px;
  font-size: 30px;
}
.recruit .recurit_bg,
.download .recurit_bg,
.contact .recurit_bg,
.yingxiao .recurit_bg {
  position: relative;
  width: 745px;
  height: 357px;
  margin: 0 auto;
  padding-bottom: 50px;
  box-sizing: content-box;
  background: url(/templates/pc/gontrol/images/img/recurit_bg.png) no-repeat;
}
.recruit .recurit_bg img,
.download .recurit_bg img,
.contact .recurit_bg img,
.yingxiao .recurit_bg img {
  position: absolute;
  top: 0;
  left: -110px;
}
.recruit .recurit_bg .recurit_info,
.download .recurit_bg .recurit_info,
.contact .recurit_bg .recurit_info,
.yingxiao .recurit_bg .recurit_info {
  position: absolute;
  top: 70px;
  right: 140px;
}
.recruit .recurit_bg .recurit_info p,
.download .recurit_bg .recurit_info p,
.contact .recurit_bg .recurit_info p,
.yingxiao .recurit_bg .recurit_info p {
  margin-bottom: 20px;
}
.recruit .recurit_bg .recurit_info span,
.download .recurit_bg .recurit_info span,
.contact .recurit_bg .recurit_info span,
.yingxiao .recurit_bg .recurit_info span {
  display: block;
  padding-top: 10px;
}
.recruit .more,
.download .more,
.contact .more,
.yingxiao .more {
  display: block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  background-color: #e70012;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 30px auto 0;
}
.download {
  width: 100%;
  height: fit-content;
  background-color: #fff;
  padding-bottom: 70px;
}
.download .download-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download .download-content .items {
  display: flex;
  justify-content: space-between;
  width: 49%;
  border-bottom: 1px solid #ccc;
  padding: 0 20px 10px 0;
  margin-bottom: 15px;
  color: #999;
}
.download .download-content .items .title {
  display: flex;
  align-items: center;
}
.download .download-content .items .title img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.contact {
  width: 100%;
  height: 685px;
  background: url(/templates/pc/gontrol/images/img/footer.png) no-repeat center;
  background-size: 100% 100%;
}
.contact .footer h3 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.contact .footer .company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
.contact .footer .company .company-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24%;
  height: 130px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 20px;
}
.contact .footer .company .company-item img {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translate(-50%, 10%);
}
.contact .footer .foot-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.contact .footer .foot-nav .nav-item {
  display: flex;
  justify-content: center;
  color: #fff;
}
.contact .footer .foot-nav .nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.contact .footer .foot-nav .nav-item:not(:nth-child(3)) {
  width: 23%;
}
.contact .footer .foot-nav .nav-item:nth-child(3) {
  width: 26%;
}
.contact .footer .foot-nav .nav-item dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact .footer .foot-nav .nav-item dt img {
  width: 20px;
  margin-right: 10px;
}
.contact .footer .foot-nav .nav-item dd {
  margin-left: 30px;
  font-size: 12px;
}
.contact .footer .foot-nav .nav-item dd:not(:last-child) {
  margin-bottom: 8px;
}
.contact .footer .copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.contact .footer .copyright p {
  margin-bottom: 10px;
}
.contact .footer .copyright a {
  color: #fff;
}
.yingxiao {
  height: fit-content;
  background-color: #fff;
}
.yingxiao .yingxiao-content {
  width: 100%;
}
.yingxiao .yingxiao-content .market {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.yingxiao .yingxiao-content .market img {
  width: 90%;
}
.yingxiao .contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 70px;
  margin-top: 70px;
}
.yingxiao .contact-content .office {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 280px;
  border: 2px solid #e70012;
  font-size: 16px;
}
.yingxiao .contact-content .office .title {
  position: absolute;
  top: -22px;
  padding: 10px 15px;
  background-color: #e70012;
  color: #fff;
  border-radius: 20px;
}
.yingxiao .contact-content .office .contact-info {
  max-width: 270px;
  line-height: 40px;
}
.yingxiao .contact-content .office .contact-info p {
  display: flex;
  align-items: baseline;
  color: #333;
}
.yingxiao .contact-content .office .contact-info p img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.yingxiao .contact-content .office .contact-info p span {
  display: flex;
  align-items: flex-start;
}
.yingxiao .contact-content .office .contact-info p em {
  display: inline-block;
  width: 180px;
}
