body {
  overflow-x: hidden;
  letter-spacing: 1px;
}
body a {
  text-decoration: none !important;
}
/** ----------------------1 过渡类选中效果开始----------------- **/
/** 
    ******************************目录******************************
    ***1.1 淡入淡出效果
    ***1.2 滑动效果
    ***1.3 更换背景色效果
    ***1.4 添加盒子阴影效果
    **/
/** ----------------------1.1 淡入淡出效果开始----------------- **/
/** ----------------------1.1 淡入淡出效果结束----------------- **/
/** ----------------------1.2 滑动效果开始----------------- **/
/** ----------------------1.2 滑动效果结束----------------- **/
/** ----------------------1.3 更换背景色效果开始----------------- **/
/** ----------------------1.3 更换背景色效果结束----------------- **/
/** ----------------------1.4 添加盒子阴影效果开始----------------- **/
/** ----------------------1.4 添加盒子阴影效果结束----------------- **/
/** ----------------------1 过渡类选中效果结束----------------- **/
/** ----------------------2 过渡类触发效果开始----------------- **/
/** 
    ******************************目录******************************
    ***2.1 滑动效果
    ***2.2 更换背景色效果
    ***2.3 添加盒子阴影效果
    ***2.4 旋转效果
    ***2.5 变形效果
    ***2.6 淡入淡出效果
    **/
/** ----------------------2.1 滑动效果开始----------------- **/
/** ----------------------2.1 滑动效果结束----------------- **/
/** ----------------------2.2 更换背景色效果开始----------------- **/
/** ----------------------2.2 更换背景色效果结束----------------- **/
/** ----------------------2.3 添加盒子阴影效果开始----------------- **/
/** ----------------------2.3 添加盒子阴影效果结束----------------- **/
/** ----------------------2.4 旋转效果开始----------------- **/
/** ----------------------2.4 旋转效果结束----------------- **/
/** ----------------------2.5 变形效果开始----------------- **/
/** ----------------------2.5 变形效果开始----------------- **/
/** ----------------------2.6 淡入淡出效果开始----------------- **/
/** ----------------------2.6 淡入淡出效果结束----------------- **/
/** ----------------------2 过渡类触发效果结束----------------- **/
/** ----------------------3 动画类效果开始----------------- **/
/** ----------------------3 动画类效果结束----------------- **/
.inner-banner {
  width: 100%;
  height: 400px;
  position: relative;
}
.inner-banner.wap {
  display: none;
}
.inner-banner .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner-banner .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.inner-banner .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.inner-banner .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  font-family: 'Gilroy-Bold';
}
.page_news_list .article .contentbox {
  display: flex;
  padding: 0;
}
.page_news_list .article .contentbox .aboutpic {
  width: 50%;
  height: 300px;
  padding-right: 30px;
}
.page_news_list .article .contentbox .aboutpic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_news_list .article .contentbox .aboutpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_news_list .article .contentbox .aboutpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_news_list .article .contentbox .title2 {
  display: none;
}
.page_news_list .article .contentbox .text {
  width: 50%;
  padding-left: 30px;
}
.page_news_list .article .contentbox .text .title1 {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Bold;
}
.page_news_list .article .contentbox .text .t {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Regular;
}
.page_news_list .article .contentbox .bns {
  display: none;
}
.page_news_list .conbox {
  width: 100%;
  font-size: 24px;
}
.page_news_list .conbox img {
  margin: 0 auto;
  max-width: 100%;
}
.page_news_list .contentbox {
  padding: 10px 30px 10px;
}
.page_news_list .contentbox .tip {
  font-size: 24px;
  text-align: center;
  width: 100%;
}
.page_news_list .contentbox.wap {
  display: none;
}
.page_news_list .contentbox .catelist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 60px;
}
.page_news_list .contentbox .catelist .swiper .swiper-slide {
  width: auto;
}
.page_news_list .contentbox .catelist .cate {
  padding: 0 20px;
  flex: none;
  display: block;
}
.page_news_list .contentbox .catelist .cate.active .txt {
  color: #F4492B;
}
.page_news_list .contentbox .catelist .cate.active .txt::after {
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F4492B;
}
.page_news_list .contentbox .catelist .cate .txt {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  font-family: 'Gilroy-Bold';
  line-height: 85px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.page_news_list .contentbox .teamlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 60px;
}
.page_news_list .contentbox .teamlist .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 360px;
  padding: 0 15px;
  margin-bottom: 40px;
}
.page_news_list .contentbox .teamlist .item:hover .img .picbox .pic {
  transform: scale(1.1);
}
.page_news_list .contentbox .teamlist .item .img {
  width: 100%;
  display: inline-block;
}
.page_news_list .contentbox .teamlist .item .img .picbox {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.page_news_list .contentbox .teamlist .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_news_list .contentbox .teamlist .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_news_list .contentbox .teamlist .item .img .picbox .pic {
  transition: all 0.5s;
}
.page_news_list .contentbox .teamlist .item .item-title {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: center;
}
.page_news_list .contentbox .teamlist .item .item-title .atitle {
  max-width: 100%;
  max-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 40px;
  max-height: 40px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  font-family: 'Gilroy-Bold';
  transition: all 0.5s;
}
.page_news_list .contentbox .teamlist .item .item-title .atitle:hover {
  color: #F4492B;
}
.page_news_list .contentbox .itemlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 60px;
}
.page_news_list .contentbox .itemlist .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 505px;
  padding: 0 15px;
  margin-bottom: 40px;
}
.page_news_list .contentbox .itemlist .item:hover .img .picbox .pic {
  transform: scale(1.1);
}
.page_news_list .contentbox .itemlist .item .img {
  width: 100%;
  display: inline-block;
}
.page_news_list .contentbox .itemlist .item .img .picbox {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.page_news_list .contentbox .itemlist .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_news_list .contentbox .itemlist .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_news_list .contentbox .itemlist .item .img .picbox {
  position: relative;
}
.page_news_list .contentbox .itemlist .item .img .picbox .pic {
  transition: all 0.5s;
}
.page_news_list .contentbox .itemlist .item .img .picbox .news-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #F4492B;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-family: 'Gilroy-Bold';
  z-index: 10;
}
.page_news_list .contentbox .itemlist .item .img.productimg .picbox {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.page_news_list .contentbox .itemlist .item .img.productimg .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_news_list .contentbox .itemlist .item .img.productimg .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_news_list .contentbox .itemlist .item .item-title {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  position: relative;
}
.page_news_list .contentbox .itemlist .item .item-title .atitle,
.page_news_list .contentbox .itemlist .item .item-title .btitle {
  max-width: 100%;
  max-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  max-height: 48px;
}
.page_news_list .contentbox .itemlist .item .item-title .atitle {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  font-family: 'Gilroy-Bold';
  transition: all 0.5s;
}
.page_news_list .contentbox .itemlist .item .item-title .atitle:hover {
  color: #F4492B;
}
.page_news_list .contentbox .itemlist .item .item-title .atitle.product_atitle {
  text-align: center;
}
.page_news_list .contentbox .itemlist .item .item-title .line {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 43%;
}
.page_news_list .contentbox .itemlist .item .item-title .btitle {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  font-family: 'Gilroy-Regular';
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .time,
.page_news_list .contentbox .itemlist .item .item-title .ctitle .more {
  font-family: 'Gilroy-Regular';
  max-width: 100%;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 18px;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .time {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  flex: 1;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .time.product_price {
  font-size: 24px;
  font-weight: normal;
  color: #F4492B;
  line-height: 30px;
  max-width: 100%;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .more {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #F4492B;
  flex: none;
  transition: all 0.5s;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .more .jiantoubox {
  transform: scaleY(0.5);
  margin-top: 2px;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .more .jiantoubox .jiantou {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #F4492B;
  border-right: 2px solid #F4492B;
  margin: 0 4px 0 10px;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .more:hover {
  transform: translateX(-15%);
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .more.product_more {
  font-size: 24px;
  font-weight: normal;
  color: #F4492B;
  line-height: 30px;
  max-width: 100%;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: flex;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .more.product_more .jiantoubox {
  transform: scaleY(0.5);
  margin-top: 6px;
}
.page_news_list .contentbox .itemlist .item .item-title .ctitle .more.product_more .jiantoubox .jiantou {
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-top: 4px solid #F4492B;
  border-right: 4px solid #F4492B;
  margin: 0 4px 0 10px;
}
.page_news_list .contentbox .downbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
.page_news_list .contentbox .downbox .p1 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  width: 500px;
  text-align: center;
  margin-bottom: 30px;
}
.page_news_list .contentbox .downbox .xiazai {
  width: 180px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  background: #F4492B;
  opacity: 0.9;
}
.page_news_list .contentbox .downbox .xiazai:hover {
  opacity: 1;
}
.page_news_info .contentbox {
  padding: 100px 30px;
}
.page_news_info .contentbox .info-container {
  margin: 0 -30px;
  display: flex;
}
.page_news_info .contentbox .info-container .news-info,
.page_news_info .contentbox .info-container .other-news {
  padding: 0 30px;
  box-sizing: border-box;
}
.page_news_info .contentbox .info-container .news-info {
  width: 75%;
}
.page_news_info .contentbox .info-container .news-info .titlebox .atitle {
  font-size: 42px;
  font-weight: normal;
  color: #000;
  font-family: 'Gilroy-Bold';
  line-height: 50px;
}
.page_news_info .contentbox .info-container .news-info .sharebox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
.page_news_info .contentbox .info-container .news-info .sharebox .time {
  flex: 1;
  max-width: 100%;
  max-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
  font-family: 'Gilroy-Regular';
}
.page_news_info .contentbox .info-container .news-info .sharebox .sharelist {
  flex: none;
  display: flex;
}
.page_news_info .contentbox .info-container .news-info .sharebox .sharelist .share {
  display: inline-block;
  margin-left: 20px;
  transition: all 0.6s;
}
.page_news_info .contentbox .info-container .news-info .sharebox .sharelist .share .picbox {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.page_news_info .contentbox .info-container .news-info .sharebox .sharelist .share .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_news_info .contentbox .info-container .news-info .sharebox .sharelist .share .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_news_info .contentbox .info-container .news-info .sharebox .sharelist .share:hover {
  transform: scale(1.2);
}
.page_news_info .contentbox .info-container .news-info .conbox {
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  padding-top: 30px;
}
.page_news_info .contentbox .info-container .news-info .conbox img {
  max-width: 100%;
}
.page_news_info .contentbox .info-container .news-info .conbox .tags {
  display: flex;
  align-items: center;
}
.page_news_info .contentbox .info-container .news-info .conbox .tags .t {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  font-family: Gilroy-Bold;
  margin-right: 20px;
}
.page_news_info .contentbox .info-container .news-info .conbox .tags .t2box {
  display: flex;
  align-items: center;
}
.page_news_info .contentbox .info-container .news-info .conbox .tags .t2box .t2 {
  padding: 7px 10px;
  background: #F9F9F9;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  font-family: Gilroy-Regular;
  margin-right: 10px;
  border-radius: 3px;
  transition: all 0.5s;
}
.page_news_info .contentbox .info-container .news-info .conbox .tags .t2box .t2:hover {
  color: #F4492B;
}
.page_news_info .contentbox .info-container .other-news {
  width: 25%;
  padding-right: 0;
}
.page_news_info .contentbox .info-container .other-news .titlebox .atitle {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  font-family: 'Gilroy-Bold';
  line-height: 30px;
  text-align: left;
}
.page_news_info .contentbox .info-container .other-news .itemlist {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 330px;
  margin-bottom: 40px;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item:last-child {
  margin-bottom: 0;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item:hover .img .picbox .pic {
  transform: scale(1.1);
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .img {
  width: 100%;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .img .picbox {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .img .picbox .pic {
  transition: all 0.5s;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .atitle {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  max-width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: 'Gilroy-Bold';
  line-height: 20px;
  transition: all 0.5s;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .atitle:hover {
  color: #F4492B;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .btitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .btitle .time,
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .btitle .more {
  font-family: 'Gilroy-Regular';
  max-width: 100%;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 18px;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .btitle .time {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  flex: 1;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .btitle .more {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #F4492B;
  flex: none;
  transition: all 0.5s;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .btitle .more .jiantoubox {
  transform: scaleY(0.5);
  margin-top: 2px;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .btitle .more .jiantoubox .jiantou {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #F4492B;
  border-right: 2px solid #F4492B;
  margin: 0 4px 0 10px;
}
.page_news_info .contentbox .info-container .other-news .itemlist .item .item-title .btitle .more:hover {
  transform: translateX(-15%);
}
.page_news_info .contentbox .info-container .other-news .form {
  width: 100%;
  padding-top: 40px;
}
.page_news_info .contentbox .info-container .other-news .form .input,
.page_news_info .contentbox .info-container .other-news .form .submit {
  width: 100%;
  height: 40px;
  background: #F4492B;
  border-radius: 4px;
}
.page_news_info .contentbox .info-container .other-news .form .title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.page_news_info .contentbox .info-container .other-news .form .input {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}
.page_news_info .contentbox .info-container .other-news .form .input .picbox {
  width: 15px;
  height: 15px;
  overflow: hidden;
}
.page_news_info .contentbox .info-container .other-news .form .input .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_news_info .contentbox .info-container .other-news .form .input .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_news_info .contentbox .info-container .other-news .form .input .picbox {
  margin-right: 10px;
}
.page_news_info .contentbox .info-container .other-news .form .input input::input-placeholder {
  color: #CCCCCC;
}
.page_news_info .contentbox .info-container .other-news .form .input input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.page_news_info .contentbox .info-container .other-news .form .input input:-moz-placeholder {
  color: #CCCCCC;
}
.page_news_info .contentbox .info-container .other-news .form .input input::-moz-placeholder {
  color: #CCCCCC;
}
.page_news_info .contentbox .info-container .other-news .form .input input:-ms-input-placeholder {
  color: #CCCCCC;
}
.page_news_info .contentbox .info-container .other-news .form .submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.page_contact .contentbox {
  padding: 100px 30px;
}
.page_contact .contentbox .contact-info {
  width: 100%;
}
.page_contact .contentbox .contact-info .titlebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.page_contact .contentbox .contact-info .titlebox .atitle {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  line-height: 30px;
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
}
.page_contact .contentbox .contact-info .conbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 20px;
  font-family: 'Gilroy-Regular';
}
.page_contact .contentbox .contact-info .conbox p {
  margin: 0;
}
.page_contact .contentbox .contact-info .itemlist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  padding: 0 30px;
}
.page_contact .contentbox .contact-info .itemlist .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.page_contact .contentbox .contact-info .itemlist .item .img {
  margin-bottom: 15px;
}
.page_contact .contentbox .contact-info .itemlist .item .img .picbox {
  width: 61px;
  height: 61px;
  overflow: hidden;
}
.page_contact .contentbox .contact-info .itemlist .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_contact .contentbox .contact-info .itemlist .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_contact .contentbox .contact-info .itemlist .item .txt .t1,
.page_contact .contentbox .contact-info .itemlist .item .txt .t2 {
  text-align: center;
  font-family: 'Gilroy-Bold';
}
.page_contact .contentbox .contact-info .itemlist .item .txt .t1 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: 30px;
  margin-bottom: 6px;
}
.page_contact .contentbox .contact-info .itemlist .item .txt .t2 {
  font-size: 24px;
  font-weight: normal;
  color: #F4492B;
  line-height: 24px;
  display: flex;
  justify-content: center;
}
.page_contact .contentbox .contact-info .itemlist .item .txt .t2 .picbox {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.page_contact .contentbox .contact-info .itemlist .item .txt .t2 .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_contact .contentbox .contact-info .itemlist .item .txt .t2 .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_contact .contentbox .contact-info .itemlist .item .txt .t2 .picbox {
  margin: 0 5px;
}
.page_contact .contentbox .contact-form {
  margin: 100px -30px 0;
  display: flex;
}
.page_contact .contentbox .contact-form .titlebox {
  margin-bottom: 40px;
}
.page_contact .contentbox .contact-form .titlebox .atitle {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  line-height: 30px;
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
}
.page_contact .contentbox .contact-form .address,
.page_contact .contentbox .contact-form .formbox {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  height: 380px;
}
.page_contact .contentbox .contact-form .address {
  width: 33.33%;
}
.page_contact .contentbox .contact-form .address .address-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.page_contact .contentbox .contact-form .address .address-list .txt .t1 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: 22px;
  font-family: 'Gilroy-Bold';
  margin-bottom: 10px;
}
.page_contact .contentbox .contact-form .address .address-list .txt .t2 {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 22px;
  font-family: 'Gilroy-Regular';
}
.page_contact .contentbox .contact-form .formbox {
  width: 66.66%;
}
.page_contact .contentbox .contact-form .formbox .form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.page_contact .contentbox .contact-form .formbox .form form {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.page_contact .contentbox .contact-form .formbox .form form > div {
  padding: 10px;
  box-sizing: border-box;
}
.page_contact .contentbox .contact-form .formbox .form form > div .input {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  flex: 1;
  height: 100%;
  background: rgba(246, 246, 246, 0.66);
  border-radius: 4px;
  box-sizing: border-box;
}
.page_contact .contentbox .contact-form .formbox .form form > div .input input,
.page_contact .contentbox .contact-form .formbox .form form > div .input textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
}
.page_contact .contentbox .contact-form .formbox .form form > div .input input::input-placeholder,
.page_contact .contentbox .contact-form .formbox .form form > div .input textarea::input-placeholder {
  color: #999;
}
.page_contact .contentbox .contact-form .formbox .form form > div .input input::-webkit-input-placeholder,
.page_contact .contentbox .contact-form .formbox .form form > div .input textarea::-webkit-input-placeholder {
  color: #999;
}
.page_contact .contentbox .contact-form .formbox .form form > div .input input:-moz-placeholder,
.page_contact .contentbox .contact-form .formbox .form form > div .input textarea:-moz-placeholder {
  color: #999;
}
.page_contact .contentbox .contact-form .formbox .form form > div .input input::-moz-placeholder,
.page_contact .contentbox .contact-form .formbox .form form > div .input textarea::-moz-placeholder {
  color: #999;
}
.page_contact .contentbox .contact-form .formbox .form form > div .input input:-ms-input-placeholder,
.page_contact .contentbox .contact-form .formbox .form form > div .input textarea:-ms-input-placeholder {
  color: #999;
}
.page_contact .contentbox .contact-form .formbox .form form .name,
.page_contact .contentbox .contact-form .formbox .form form .email {
  width: 50%;
}
.page_contact .contentbox .contact-form .formbox .form form .name .input,
.page_contact .contentbox .contact-form .formbox .form form .email .input {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.page_contact .contentbox .contact-form .formbox .form form .comment {
  width: 100%;
}
.page_contact .contentbox .contact-form .formbox .form form .comment .input {
  height: 150px;
  padding: 20px;
}
.page_contact .contentbox .contact-form .formbox .form .form-btn {
  width: 300px;
  height: 50px;
  background: #F4492B;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: 'Gilroy-Bold';
  cursor: pointer;
}
.page_contact .foot-banner {
  background-position: center;
  background-size: cover;
}
.page_contact .foot-banner .contentbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_contact .foot-banner .contentbox .titlebox {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.page_contact .foot-banner .contentbox .titlebox .atitle {
  font-size: 28px;
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
}
.page_contact .foot-banner .contentbox .titlebox .btitle {
  font-size: 16px;
  font-family: 'Gilroy-Regular';
}
.page_contact .foot-banner .contentbox .form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 710px;
  padding-left: 40px;
  box-sizing: border-box;
}
.page_contact .foot-banner .contentbox .form .input {
  width: 74%;
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.page_contact .foot-banner .contentbox .form .input .picbox {
  width: 15px;
  height: 15px;
  overflow: hidden;
}
.page_contact .foot-banner .contentbox .form .input .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_contact .foot-banner .contentbox .form .input .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_contact .foot-banner .contentbox .form .input .picbox {
  margin-right: 10px;
}
.page_contact .foot-banner .contentbox .form .input input {
  flex: 1;
}
.page_contact .foot-banner .contentbox .form .input input::input-placeholder {
  color: #CCCCCC;
}
.page_contact .foot-banner .contentbox .form .input input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.page_contact .foot-banner .contentbox .form .input input:-moz-placeholder {
  color: #CCCCCC;
}
.page_contact .foot-banner .contentbox .form .input input::-moz-placeholder {
  color: #CCCCCC;
}
.page_contact .foot-banner .contentbox .form .input input:-ms-input-placeholder {
  color: #CCCCCC;
}
.page_contact .foot-banner .contentbox .form .submit {
  width: 24%;
  height: 50px;
  background: #F4492B;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: 'Gilroy-Bold';
  cursor: pointer;
}
