﻿/*pc导航栏*/
body{
  display: none;
  overflow-x: hidden;
}
.phone_nav {
  display: none;
}
.phone_footer {
  display: none;
}
.shadow{
    box-shadow: 0px 0px 12px 2px #d3d3d3;
}
.nav {
  z-index: 999;
  padding-bottom: 0.48rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 8%;
  float: left;
  bottom: 0;
  background: #fff;
}
.nav .logo {
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 1.1rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: .15rem;
}
.nav .logo img {
  width: 1rem;
  height: 1rem;
}
.nav ul li {
  margin-bottom: 0.18rem;
}
.nav ul li .title {
  position: relative;
  display: block;
  color: #353332;
  font-size: 0.15rem;
  text-align: center;
}
.nav ul li .title div {
  width: 33px;
  margin: 0 auto;
  height: 37px;

  background-image: url("../img/icon_list.png");
}
.nav ul li .title div.div0 {
  background-position: 0px 0px;
}
.nav ul li .title div.div1 {
  background-position: 0px -44px;
  height: 33px;
}
.nav ul li .title div.div2 {
  background-position: 0px -81px;
  height: 33px;
}
.nav ul li .title div.div3 {
  background-position: 0px -117px;
  height: 33px;
}
.nav ul li .title div.div4 {
  background-position: 0px -152px;
  height: 33px;
}
.nav ul li .title div.div5 {
  background-position: 0px -189px;
  height: 33px;
}
.fan .secondary_navigation {
  background: url("../img/bc_1.png") repeat 0px 0px;
  height: 100%;
  position: fixed;
  width: 178px;
  top: 0;
  z-index: 100;
  left: -200px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fan .secondary_navigation:last-child{ display:none; }

.fan .secondary_navigation_2 span{ }
.fan .secondary_navigation h4 {
  text-align: center;
  border-bottom: 1px solid #f2a3a9;
  line-height: .14rem;
  padding: .2rem 0;
  overflow: hidden;
  position: relative;
}
.fan .secondary_navigation h4:after{content:' '; vertical-align:middle;}
.fan .secondary_navigation h4 span {
  width: 40px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icon_list.png");
}
.fan .secondary_navigation h4 em {
  font-weight: normal;
  margin-left: .08rem;
  vertical-align: middle;
  font-size: .14rem;
  line-height: 0.56rem;
}
.fan .secondary_navigation ul li {
  margin-bottom: 0px;
  text-align: center;
  font-size: .15rem;
  line-height: .25rem;
  padding: .16rem 0;
  border-bottom: 1px solid #f2a3a9;
}
.fan .secondary_navigation ul li a {
  color: #fff;
}
.fan .secondary_navigation.secondary_navigation_1 h4 {
  color: #fff;
}
.fan .secondary_navigation.secondary_navigation_1 h4 span {
  background-position: 38px -43px;
}
.fan .secondary_navigation.secondary_navigation_2 h4 {
  color: #fff;
}
.fan .secondary_navigation.secondary_navigation_2 h4 span {
  background-position: 40px -81px;
  position: absolute;
  left: 6px;
  top: .3rem;
}
.fan .secondary_navigation.secondary_navigation_2 h4 em{padding: 0 6px 0 42px;display: block;line-height: 0.25rem;}
.fan .secondary_navigation.secondary_navigation_3 h4 {
  color: #fff;
}
.fan .secondary_navigation.secondary_navigation_3 h4 span {
  background-position: 39px -116px;
  position: absolute;
  left: 6px;
  top: .36rem;
}
.fan .secondary_navigation.secondary_navigation_3 h4 em{padding: 0 6px 0 42px;display: block;line-height: 0.25rem;}

.fan .secondary_navigation.secondary_navigation_4 h4 {
  color: #fff;
}
.fan .secondary_navigation.secondary_navigation_4 h4 span {
  background-position: 39px -153px;
}
.fan .secondary_navigation.secondary_navigation_5 h4 {
  color: #fff;
}
.fan .secondary_navigation.secondary_navigation_5 h4 span {
  background-position: 39px -187px;
}
.nav ul li:hover {
  background: #e40718;
}
.nav ul li:hover .title div.div1 {
  opacity: 0;
}
.nav ul li:hover .title div.div2 {
  opacity: 0;
}
.nav ul li:hover .title div.div3 {
  opacity: 0;
}
.nav ul li:hover .title div.div4 {
  opacity: 0;
}
.nav ul li:hover .title div.div5 {
  opacity: 0;
}
.nav ul li:hover .title div.div0 {
  opacity: 0;
}
.nav ul li:hover .title span {
  color: #fff;
  position: relative;
  top: -16px;
  background: #e40718;
}
.nav ul li:hover .secondary_navigation {
  left: 7%;
}
.nav .nav_footer {
  padding: 0 9px 0 9px;
}
.nav .nav_footer form {
  display: block;
  /* width: 1.06rem; */
  overflow: hidden;
  margin: .2rem auto 0;
  border: 1px solid #c4c4c4;
}
.nav .nav_footer form .text {
  float: left;
  border: none;
  height: .25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 74%;
  padding-left: 4px;
  line-height: .25rem;
}
.nav .nav_footer form .sub {
  border: none;
  width: 25%;
  display: block;
  height: .25rem;
  float: right;
  color: transparent;
  background: url(../img/icon_1.png) no-repeat 0px center;
}
.nav .nav_footer .select {
  display: block;
  margin: .15rem auto 0px auto;
  background: url(../img/icon_40.jpg) #fff no-repeat right center;
  text-align: center;
  background-color: white;
  border: 1px solid #c4c4c4;
  line-height: 25px;
  position: relative;
}
.nav .nav_footer .select span {
  color: #969696;
  text-align: left;
  padding: 0 10px 0 1px;
  overflow: hidden;
  width: 100%;
  display: block;
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
.nav .nav_footer .select ul {
  background: #fff;
  bottom: 25px;
  left: -1px;
  display: none;
  position: absolute;
  border: 1px solid #c4c4c4;
}
.nav .nav_footer .select ul li {
  cursor: pointer;
  line-height: 0.23rem;
  width: 1.32rem;
  margin-bottom: 0;
  text-align: left;
  font-size: .12rem;
  padding-left: .05rem;
}
.nav .nav_footer .select ul li a {
  color: #969696;
  display: block;
  font-size: 12px;
}
.nav .nav_footer .select ul li:hover a {
  color: #fff;
}
/*index右边内容*/
.index_main {
  height: 10rem;
  margin-left: 1.43rem;
}
.index_main .right_div {
  width: 50%;
  float: right;
}
.index_main .right_div .top_div {
  height: 2.97rem;
  position: relative;
  background: #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.05rem 0 1.05rem;
}
.index_main .right_div .top_div h4 {
  font-size: .26rem;
  text-align: center;
  line-height: 40px;
  padding-top: .3rem;
}
.index_main .right_div .top_div .remark {
  line-height: 24px;
  font-size: .14rem;
  color: #5a5a5a;
}
.index_main .right_div .top_div:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14px 0 14px;
  border-color: #eeeeee transparent transparent transparent;
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 9;
  right: 48%;
  bottom: -15px;
}
.index_main .right_div .bottom_div {
  position: relative;
  height: 6.1rem;
  overflow: hidden;
}
.index_main .right_div .bottom_div .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.index_main .right_div .bottom_div .img .span {
  top: 2.8rem;
  right: .29rem;
  display: inline-block;
  position: absolute;
  width: .14rem;
  height: 2.29rem;
}
.index_main .right_div .bottom_div .img #hate_2 {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.index_main .right_div .bottom_div .img:hover #hate_2 {
  transform: scale(1.2, 1.2);
}
.index_main .right_div .bottom_div .img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.index_main .left_div {
  width: 50%;
  float: left;
  overflow: hidden;
}
.index_main .left_div .top_div {
  position: relative;
  height: 6.1rem;
  overflow: hidden;
  height: 3.24rem;
}
.index_main .left_div .top_div .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.index_main .left_div .top_div .img .span {
  top: 2.8rem;
  right: .29rem;
  display: inline-block;
  width: .14rem;
  height: 2.29rem;
  position: absolute;
}
.index_main .left_div .top_div .img #hate_1 {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.index_main .left_div .top_div .img:hover #hate_1 {
  transform: scale(1.2, 1.2);
}
.index_main .left_div .top_div .img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.index_main .left_div .top_div .img .mask p,.index_main .right_div .bottom_div .img .mask p{
  color:  #fff;
  font-size: 24px;
  text-align:  center;
  position:  absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  width: 100%;
}
.index_main .left_div .bottom_div {
  height: 2.97rem;
  background: #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.05rem 0 1.05rem;
  position: relative;
}
.index_main .left_div .bottom_div h4 {
  font-size: .26rem;
  text-align: center;
  line-height: 40px;
  padding-top: .15rem;
}
.index_main .left_div .bottom_div .remark {
  line-height: 24px;
  font-size: 14px;
  color: #5a5a5a;
}
.index_main .left_div .bottom_div:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: transparent transparent #eeeeee transparent;
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 9;
  right: 48%;
  top: -15px;
}
.index_main .weizao {
  display: none;
}
/*关于格瑞*/
.about_gerui {
  margin-left: 8.2%;
}
.about_gerui ul li {
  height: 40vw;
}
.about_gerui ul li .left {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.96rem 1.04rem;
  float: left;
  width: 35%;
  line-height: .36rem;
  font-size: .18rem;
}
.about_gerui ul li .right {
  float: left;
  width: 65%;
  height: 100%;
  overflow: hidden;
}
.about_gerui ul li .right img {
  width: 100%;
  height: 100%;

}
.about_gerui ul li .right img:hover {

}
/*导航条*/
.public_path {
  position: absolute;
  z-index: 999;
  font-size: .16rem;
  top: .3rem;
  right: 1.36rem;
}
.public_path > ul > li {
  float: left;
  margin-right: 8px;
}
.public_path > ul > li:nth-child(1) > a {
  display: inline-block;
  /* width: 70px; */
  background: url("../img/icon_4.png") no-repeat right center;
  padding-right: 17px;
}
.public_path>ul>li>a:hover {
  background: url("../img/icon_5.png") no-repeat right center;
}
.public_path>ul>li:not(:first-child) a:hover{
  background:none;
}
.public_path > ul > li ul {
  /* display: none; */
  padding: 7px 0 16px 0;
  position: absolute;
  background: url("../img/icon_9.png") repeat-y 0px 0px;
  top: 16px;
}
.public_path > ul > li ul li {
  font-size: .14rem;
  padding: 10px 15px;
  width: 122px;
  overflow: hidden;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.public_path > ul > li ul li a {
  color: #ffffff;
}
.public_path > ul > li ul li:hover {
  background: url("../img/icon_10.png") no-repeat 0px 0px;
}
/*公共底部*/
.public_footer {
  margin-left: 8%;
  padding-right: 2rem;
  padding-top: .48rem;
  background: #db0717;
  padding-left: 2rem;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.public_footer .top {
  margin-bottom: .46rem;
}
.public_footer .top .left {
}
.public_footer .top .left > ul > li {
  margin-right: .51rem;
  float: left;
}
.public_footer .top .left > ul > li > a {
  font-size: .18rem;
  color: #eeeeee;
  display: block;
}
.public_footer .top .left > ul > li ul {
  margin-top: .3rem;
}
.public_footer .top .left > ul > li ul li {
  margin-bottom: .14rem;
}
.public_footer .top .left > ul > li ul li a {
  display: block;
  font-size: .16rem;
  color: #eeeeee;
}
.public_footer .top .right {
  float: right;
}
.public_footer .top .right h4 {
  font-size: .16rem;
  margin-bottom: .22rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.public_footer .top .right img {
  border: 5px solid #fff;
  width: 1.25rem;
  height: 1.27rem;
}
.public_footer .bottom {
  padding: 9px 0;
  border-top: 1px solid #e6525d;
}
.public_footer .bottom .left {
  float: left;
}
.public_footer .bottom .left p {
  height: .3rem;
  font-size: .14rem;
  line-height: .4rem;
  color: #eeeeee;
}
.public_footer .bottom .left p a {
  margin-left: .3rem;
  color: #eeeeee;
}
.public_footer .bottom .right {
  float: right;
}
.public_footer .bottom .right a {
  margin-right: 10px;
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.public_footer .bottom .right a:nth-child(1) {
  background: url("../img/icon_6.png") no-repeat 0px 0px;
}
.public_footer .bottom .right a:nth-child(2) {
  background: url("../img/icon_7.png") no-repeat 0px 0px;
}
.public_footer .bottom .right a:nth-child(3) {
  background: url("../img/icon_8.png") no-repeat 0px 0px;
}
.public_footer .bottom .right a:hover {
  background-position-y: -45px;
}
/*页面渐现*/
.ANIM_BLOCK {
  position: relative;
  -webkit-transition: opacity ease-in 0.3s, transform ease-in 0.3s;
  transition: opacity ease-in 0.3s, transform ease-in 0.3s;
  transform: translateY(0px) rotate(0deg);
  -webkit-transform: translateY(0px) rotate(0deg);
  opacity: 1;
}
.ANIM_INIT {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  opacity: 0;
}
/*厂区风貌*/
.class_info {
  padding-top: .86rem;
  margin-left: 8.2%;
  /* width: 17.82rem; */
  overflow: hidden;
  color: #000000;
  font-size: .16rem;
  line-height: 1.7;
  text-align: justify;
}
.class_info img {
  margin-top: 0.36rem;
  max-width: 100%;
}
/*企业文化*/
.company_culture {
  margin-left: 8.2%;
  width: 17.58rem;
}
.company_culture .head {
  position: relative;
  height: 5.18rem;
}
.company_culture .head .word {
  z-index: 99;
  color: #fff;
  position: absolute;
  margin-right: 1.5rem;
  margin-left: 8.2%;
}
.company_culture .head .word h3 {
  /* background: url("../img/icon_11.png") no-repeat 0px bottom; */
  font-size: .48rem;
  line-height: 35px;
  margin-top: 1.5rem;
  margin-bottom: .7rem;
  /* color:  #db0717; */
  text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;
}
.company_culture .head .word div {
  font-size: .16rem;
  line-height: 1.3;
}
.company_culture .head .img {
  width: 100%;
  height: 100%;
}
.company_culture .head .img img {
  width: 100%;
  height: 100%;
}
.company_culture .head .mask {
  z-index: 90;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.company_culture .head .mask img {
  width: 100%;
  height: 100%;
}
.company_culture .info img {
  height: 6.3rem;
  float: left;
  width: 50%;
}
/*新闻动态*/
.new_list {
  margin-left: 7vw;
  width: 91.7vw;
  background: url("../img/img_11.png") no-repeat top center fixed;
  background-size: 100% 25vw;
  padding-top: 25vw;
}
.new_list .iii {
  background: #fff;
}
.new_list .iii h4 {
  font-size: .24rem;
  padding-top: .43rem;
  padding-bottom: .15rem;
  margin-bottom: .36rem;
  font-weight: normal;
  text-align: center;
  background: url("../img/icon_12.png") #fff center bottom no-repeat;
}
.new_list .iii ul {
  padding-left: .29rem;
  padding-right: 1.0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e9e9e9;
  padding-top: .3rem;
  background: #fff;
  width: 100%;
}
.new_list .iii ul li {
  padding-bottom: .3rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: .3rem;
}
.new_list .iii ul li .left {
  float: left;
  width: 2.79rem;
  height: 1.92rem;
  overflow: hidden;
}
.new_list .iii ul li .left img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.new_list .iii ul li .left:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.new_list .iii ul li .right {
  margin-left: .5rem;
  padding: .18rem 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 13rem;
}
.new_list .iii ul li .right a p.data {
  font-size: 12px;
  color: #929292;
  margin-bottom: .1rem;
}
.new_list .iii ul li .right a p.title {
  color: #000000;
  font-size: .2rem;
  margin-bottom: .2rem;
}
.new_list .iii ul li .right a p.title:hover {
  color: #db0717;
}
.new_list .iii ul li .right a p.summary {
  font-size: .14rem;
  color: #575757;
  margin-bottom: .1rem;
}
.new_list .iii ul li .right a p.more {
  font-size: 12px;
  color: #9e9e9e;
}
/*分页样式*/
.pages {
  text-align: center;
  margin-bottom: .55rem;
}
.pages a {
  padding: 6px 9px;
  margin-right: -10px;
  font-size: .14rem;
  border: 1px solid #e5e5e5;
}
.pages a:hover {
  background: #db0717;
  color: #fff;
}
.pages .currentpage{
  background: #db0717;
  color: #fff;
}
/*新闻详细页*/
.article_info {
  margin-bottom: 2.4rem;
  margin-left: 7vw;
  width: 91.7vw;
  padding-right: 1.02rem;
  padding-left: .92rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article_info h2 {
  margin-top: .72rem;
  text-align: center;
  font-size: .24rem;
  color: #000000;
  margin-bottom: .14rem;
}
.article_info>p {
  font-size: 12px;
  color: #929292;
  text-align: center;
  margin-bottom: .55rem;
}
.article_info .info {
  line-height: .48rem;
  font-size: .16rem;
}
.article_info .info img {
  max-width: 100%;
}
/*上一页*/
.sp {
  margin-left: 7vw;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 91.7vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: .92rem;
  border: 1px solid #e9e9e9;
}
.sp p {
  cursor: pointer;
  color: #8f8f8f;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}
.sp p a {
  color: #8f8f8f;
}
.sp p:hover {
  color: #000;
}
.sp p:hover a {
  color: #000;
}
/*一屏*/
.full_page {
  margin-left: 7vw;
  width: 93.7vw;
}
.full_page h3 {
  font-size: .48rem;
  text-align: center;
  color: #fff;
}
.full_page p {
  text-align: center;
}
.full_page p a {
  margin-right: .16rem;
  padding: .12rem .32rem;
  color: #fff;
  font-weight: bold;
  font-size: .18rem;
  border: 1px solid #fff;
}
.full_page p a:hover {
  background: #db0717;
  border: 1px solid #db0717;
}
.full_page .section {
  background-size: cover !important;
}
/*产品介绍*/
.product_description {
  margin-left: 7vw;
  width: 91.7vw;
}
.product_description .head_img {
  width: 100%;
  height: 4.5rem;
}
.product_description h4 {
  margin-bottom: .20rem;
  margin-top: .53rem;
  font-size: .24rem;
  text-align: center;
}
.product_description .ul {
  text-align: center;
  display: table;
  margin: 0 auto;
  border-spacing: 11px;
}
.product_description .ul a {
  padding: .12rem .2rem;
  color: #000;
  display: table-cell;
  font-size: .18rem;
  border: 1px solid #d4d4d4;
  text-align: center;
}
.product_description .ul a:hover {
  color: #fff;
  background: #db0717;
  border: 1px solid #db0717;
}
.product_description .info {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 0 .6rem;
  font-size: .18rem;
  width: 100%;
  line-height: .30rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
.product_description .info img{
  max-width:100%;
}
/*地图*/
#allmap {
  position: relative;
  margin-left: 7vw;
  height: 9.20rem;
  overflow: hidden;
}
.map_cub {
  z-index: 10000;
  position: absolute;
  width: 7.08rem;
  top: 2.8rem;
  right: 1.3rem;
  height: 3.5rem;
}
.map_cub h5 {
  height: .55rem;
  color: #fff;
  font-size: .24rem;
  line-height: .55rem;
  background: #db0717;
  padding-left: .28rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map_cub .boo {
  padding: .31rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
}
.map_cub .boo .left {
  float: left;
  font-size: .16rem;
  line-height: .36rem;
}
.map_cub .boo .right {
  float: right;
}
.map_cub .boo .right p {
  font-size: .16rem;
  color: #161414;
  text-align: center;
  margin-bottom: 16px;
}
.map_cub .boo .right img {
  width: 1.68rem;
  height: 1.68rem;
}
/*加盟*/
.join {
  margin-left: 7vw;
}
.join h2 {
  padding-bottom: .16rem;
  margin-top: .52rem;
  text-align: center;
  background: url("../img/icon_12.png") center bottom no-repeat;
  font-size: .24rem;
  line-height: .35rem;
  color: #000000;
}
.join .o {
  margin-top: .36rem;
  padding: .32rem 0 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.join .o .title ul {
  padding: 0px 2.8rem 0 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.join .o .title ul li {
  position: relative;
  flex-direction: column;
  justify-content: center;
  float: left;
  font-size: .16rem;
  color: #000000;
  text-align: center;
  width: 1.8rem;
  height: 1.58rem;
  margin-right: 1.0rem;
}
.join .o .title ul li:last-child {
  margin-right: 0px;
}
.join .o .title ul li span {
  margin: 0 auto;
  display: block;
  background-size: cover;
  background: url("../img/tubiao.png") no-repeat;
}
.join .o .title ul li span.span1 {
  background-position: 0px 0px;
  width: 48px;
  height: 44px;
}
.join .o .title ul li span.span2 {
  background-position: 0 -50px;
  width: 61px;
  height: 45px;
}
.join .o .title ul li span.span3 {
  background-position: 0 -103px;
  width: 47px;
  height: 44px;
}
.join .o .title ul li span.span4 {
  background-position: 0 -159px;
  width: 35px;
  height: 37px;
}
.join .o .title ul li span.span5 {
  background-position: 0 -200px;
  width: 64px;
  height: 50px;
}
.join .o .title ul li em {
  flex-basis: 33px;
  line-height: 33px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.join .o .title ul li i {
  background: url("../img/icon_13.png") no-repeat;
  width: 1.9rem;
  height: 2px;
  display: none;
  position: absolute;
  top: 3.8rem;
  left: 0;
}
.join .o .title ul li:hover {
  background: #db0717;
}
.join .o .title ul li:hover span {
  background-position-x: -65px;
}
.join .o .title ul li:hover em {
  color: #fff;
}
.join .o .title ul li:hover i {
  display: inline-block;
}
.join .o .title ul li.red {
  background: #db0717;
}
.join .o .title ul li.red span {
  background-position-x: -65px;
}
.join .o .title ul li.red em {
  color: #fff;
}
.join .o .title ul li.red i {
  display: inline-block;
}
.join .o .info div {
  display: none;
  font-size: .16rem;
  line-height: .35rem;
  padding: .64rem 2.8rem .9rem 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.join .o .info div.show {
  display: block;
}
.join .t {
  margin-bottom: .68rem;
}
.join .t h3 {
  font-size: .24rem;
  margin-top: .59rem;
  margin-bottom: .26rem;
  text-align: center;
}
.join .t p {
  font-size: .14rem;
  text-align: center;
}
.join .t h6 {
  margin-top: .30rem;
  font-size: .36rem;
  text-align: center;
  font-weight: normal;
}
.join .t form {
  margin-top: .46rem;
  padding: 0 2.8rem 0 1.4rem;
  display: block;
}
.join .t form p {
  margin-bottom: .22rem;
}
.join .t form span {
  margin-right: .39rem;
  width: 4.07rem;
  height: .42rem;
  border: 1px solid #d2d2d2;
  display: inline-block;
}
.join .t form span:focus {
  baoder: 1px solid #db0717;
}
.join .t form span:last-child {
  margin-right: 0;
}
.join .t form span input {
  float: left;
  margin-left: .12rem;
  border: none;
  font-size: .16rem;
  line-height: .42rem;
  width: 3.32rem;
  outline: none;
}
.join .t form span em {
  font-size: .14rem;
  line-height: .42rem;
  float: right;
  margin-right: .13rem;
}
.join .t form span:hover {
  border-color: #db0717;
}
.join .t form textarea {
  width: 13.2rem;
  height: 1.36rem;
  border: 1px solid #d2d2d2;
}
.join .t form .submit {
  font-size: .16rem;
  width: 13.2rem;
  height: .43rem;
  background: #d2d2d2;
  border: none;
}
/*招贤纳士*/
.recruitment {
  margin-left: 7vw;
}
.recruitment h2 {
  background: url("../img/icon_12.png") center bottom no-repeat;
  text-align: center;
  font-size: .24rem;
  padding-bottom: .15rem;
  line-height: .35rem;
  margin-top: .52rem;
  margin-bottom: .35rem;
}
.recruitment .left {
  border-top: 1px solid #e9e9e9;
  width: 11.95rem;
  float: left;
}
.recruitment .left h2 {
  padding-left: .42rem;
  padding-right: .3rem;
  background: url("../img/icon_12.png") center bottom no-repeat;
  text-align: center;
  font-size: .24rem;
  padding-bottom: .15rem;
  line-height: .35rem;
  margin-top: .52rem;
  margin-bottom: .35rem;
}
.recruitment .left ul {
  padding-top: .32rem;
  padding-left: .42rem;
  padding-right: .3rem;
  border-top: 1px solid #e9e9e9;
}
.recruitment .left ul li {
  background: #f8f8f8;
  border-collapse: collapse;
  border-left: 1px solid #dbdbdb;
  border-bottom: none;
  border-right: 1px solid #dbdbdb;
}
.recruitment .left ul li:first-child{
    border-top: 1px solid #dbdbdb;
}
.recruitment .left ul li h3 {
  background: url(../img/icon_14.png) right 1vw center #f8f8f8 no-repeat;
  background-clip: content-box;
  font-size: .16rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  padding: .1rem 0.22rem .1rem .22rem;
  line-height: .35rem;
  border-bottom: 1px solid #dbdbdb;
}
.recruitment .left ul li .info {
  display: none;
  background: #e40718;
  color: #fff;
  padding-left: .24rem;
  padding-right: .24rem;
}
.recruitment .left ul li .info p {
  background: url("../img/icon_15.png") no-repeat center right;
  padding-top: .1rem;
  padding-bottom: .1rem;
  border-bottom: 1px solid #f2838c;
  font-size: .16rem;
  line-height: .35rem;
}
.recruitment .left ul li .info div {
  line-height: .3rem;
  padding-top: .1rem;
  padding-bottom: .9rem;
  font-size: .14rem;
}
.recruitment .right {
  float: left;
  width: 5.73rem;
  height: 9.96rem;
}
.recruitment .right img {
  width: 100%;
  height: 100%;
}
/*防风抑尘*/
.wind {
  margin-left: 7vw;
  margin-bottom: .8rem;
}
.wind ul li {
  height: 7.5rem;
  width: 50%;
  overflow: hidden;
  float: left;
}
.wind ul li .title {
  position: relative;
  width: 8.91rem;
  height: 7rem;
  overflow: hidden;
}
.wind ul li .title img:first-child {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.wind ul li .title img.mask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wind ul li .info {
  background: #fff;
  position: relative;
  top: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.wind ul li .info h3 {
  padding-top: .1rem;
  margin-bottom: 0.10rem;
  font-size: .24rem;
  font-weight: normal;
  text-align: center;
}
.wind ul li .info p {
  display: table;
  margin: 0 auto;
  text-align: center;
  border-spacing: .1rem;
}
.wind ul li .info p a {
  top: 0.75rem;
  position: relative;
  text-align: center;
  padding: .09rem .38rem;
  display: table-cell;
  font-size: .16rem;
  border: 1px solid #d4d4d4;
  -webkit-transition: top .3s;
  -moz-transition: top .3s;
  -ms-transition: top .3s;
  -o-transition: top .3s;
  transition: top .3s;
}
.wind ul li .info p a:hover {
  background: #e40718;
  color: #fff;
}
.wind ul li .info p a:nth-child(1) {
  transition-delay: .3s;
}
.wind ul li .info p a:nth-child(2) {
  transition-delay: .6s;
}
.wind ul li .info p a:nth-child(3) {
  transition-delay: .9s;
}
.wind ul li:hover .title img:first-child {
  transform: scale(1.1, 1.1);
}
.wind ul li:hover .title img.mask {
  display: block;
}
.wind ul li:hover .info {
  top: -0.75rem;
}
.wind ul li:hover .info p a {
  top: 0;
}
/*工程案例*/
.engineering {
  margin-left: 7vw;
  background: #f6f6f6;
}
.engineering .head_img {
  width: 100%;
  height: 4.5rem;
}
.engineering h4 {
  margin-bottom: .20rem;
  margin-top: .53rem;
  font-size: .24rem;
  text-align: center;
}
.engineering .ul {
  text-align: center;
  display: table;
  margin: 0 auto;
  border-spacing: 11px;
}
.engineering .ul a {
  padding: .08rem .4rem;
  color: #000;
  display: table-cell;
  font-size: .18rem;
  border: 1px solid #d4d4d4;
  text-align: center;
}
.engineering .ul a:hover {
  color: #fff;
  background: #db0717;
  border: 1px solid #db0717;
}
.engineering .drop {
  margin-top: .56rem;
  padding-left: .56rem;
  padding-right: .56rem;
}
.engineering .drop ul li {
  margin-bottom: .44rem;
  margin-right: .4rem;
  float: left;
  width: 3.76rem;
  height: 4.5rem;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #e6e6e6;
}
.engineering .drop ul li .top {
  position: relative;
  width: 3.85rem;
  height: 3.54rem;
}
.engineering .drop ul li .top img {
  width: 100%;
  height: 100%;
}
.engineering .drop ul li .top img.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.engineering .drop ul li .bottom {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  background: #fff;
  padding: .16rem .2rem;
}
.engineering .drop ul li .bottom h3 {
  font-size: .2rem;
  line-height: .35rem;
  height: 1rem;
}
.engineering .drop ul li .bottom div {
  font-size: .16rem;
  line-height: .3rem;
  display: none;
  margin-top: .16rem;
}
.engineering .drop ul li:nth-child(4n) {
  margin-right: 0;
}
.engineering .drop ul li:hover .top .mask {
  display: block;
}
.engineering .drop ul li:hover .bottom {
  bottom: 0;
  top: inherit;
}
.engineering .drop ul li:hover .bottom div { display:block}
/*应用领域*/
.jane {
  margin-top: .28rem;
  background: #f6f6f6;
  padding: 0 .55rem;
}
.jane ul li {
  margin-bottom: .32rem;
  margin-right: .38rem;
  overflow: hidden;
  height: 3.12rem;
  float: left;
  width: 23.2%;
}
.jane ul li .top {
  position: relative;
  width: 3.85rem;
  height: 2.65rem;
  overflow: hidden;
}
.jane ul li .top img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.jane ul li .top img.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.jane ul li .bottom {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top: 0;
  position: relative;
  padding-bottom: .2rem;
  padding-top: .1rem;
}
.jane ul li .bottom h3 {
  font-size: .18rem;
  text-align: center;
  color: #000;
  line-height: .4rem;
}
.jane ul li .bottom p {
  display: none;
  margin: 0 auto;
  text-align: center;
}
.jane ul li .bottom p a {
  display: table-cell;
  padding: .07rem .29rem;
  background: #e40718;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
/*.jane ul li:hover .top .mask {
  display: block;
}
.jane ul li:hover .bottom {
  top: -0.5rem;
  background: #fff;
}*/
.jane ul li:hover .bottom h3 {
  color: #e40718;
}
.jane ul li:hover .bottom p {
  display: table;
}
.jane ul li:nth-child(4n) {
  margin-right: 0px;
}

.jane ul li:hover .pic {
  transform: scale(1.2, 1.2);
}

/*产品介绍*/
.su {
  padding-top: .1rem;
  padding-right: .6rem;
  padding-left: .6rem;
  font-size: .16rem;
  line-height: .4rem;
}
.su img {
  /* height: 18vw; */
  max-width: 63%;
  margin-right: 1%;
}
.su img:nth-child(3n){ margin-right:0;}
.su1 {
  padding-top: .1rem;
  padding-right: .6rem;
  padding-left: .6rem;
  font-size: .16rem;
  line-height: .4rem;
}
.su1 img {
  max-width: 63%;
  margin: 0 auto;
  display: block;
}
.su2,.ljs {
  padding-top: .1rem;
  padding-right: .6rem;
  padding-left: .6rem;
  font-size: .16rem;
  line-height: 1.7;
}
.su2 img {
  max-width: 32.6%;
  height: 20vw;
  margin: 0 auto;
  margin-right: 1%;
}
.su2 img:nth-child(3n){ margin-right:0}

.pview img{height: 18vw;}
.ppp {
  border-top: 1px solid #e9e9e9;
  padding-right: .6rem;
  padding-left: .6rem;
  padding-top: .52rem;
  font-size: .14rem;
  line-height: .24rem;
  color: #8f8f8f;
  margin-top: 1.17rem;
  padding-bottom: .6rem;
}
.ppp p {
  margin-bottom: .05rem;
}
.ppp p a {
  color: #8f8f8f;
}
.ppp p:hover {
  color: #000;
}
.ppp p:hover a {
  color: #000;
}
.details {
  margin-top: .4rem;
  padding-right: .55rem;
  padding-left: .55rem;
}
.details ul li {
  float: left;
  margin-bottom: .44rem;
  margin-right: .4rem;
  position: relative;
  width: 23.1%;
  height: 2.66rem;
}
.details ul li img:nth-child(1) {
  width: 100%;
  height: 100%;
}
.details ul li img:nth-child(2) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.details ul li img:nth-child(3) {
  width: 100%;
  display: none;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}
.details ul li div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.details ul li div h6 {
  font-size: .2rem;
  color: #fff;
  margin-top: 1.18rem;
  position: relative;
  line-height: .4rem;
}
.details ul li div p {
  position: relative;
  display: none;
  margin: 0 auto;
}
.details ul li div p a {
  display: table-cell;
  text-align: center;
  color: #fff;
  font-size: .14rem;
  border: 1px solid #fff;
  padding: .06rem .14rem;
}
.details ul li:hover img:nth-child(2) {
  display: none;
}
.details ul li:hover img:nth-child(3) {
  display: block;
}
.details ul li:hover div h6 {
  top: -0.2rem;
}
.details ul li:hover div p {
  display: table;
  top: -0.1rem;
}
.details ul li:nth-child(4n) {
  margin-right: 0px;
}
.home_rice h4 {
  font-size: .24rem;
  line-height: .4rem;
  font-weight: normal;
}
.home_rice .info {
  padding-right: .4rem;
  padding-left: .4rem;
}
.home_rice .info img {
  max-width: 100%;
}
.home_rice .match{width: 66%;margin:0 auto;}
.home_rice .match table.ke-zeroborder{/* width:100%; */}
.home_rice .match img{ width:49%;margin-right:2%;}
.home_rice .match img:nth-child(2n){ margin-right:0;}

.pppp {
  padding-top: .52rem;
  border-top: 1px solid #d1d1d1;
  padding-right: .6rem;
  padding-left: 2.88rem;
  font-size: .14rem;
  line-height: .24rem;
  color: #8f8f8f;
  margin-top: 0.67rem;
  padding-bottom: .6rem;
}
.pppp p {
  cursor: pointer;
  margin-bottom: .05rem;
}
.pppp p a {
  color: #8f8f8f;
}
.pppp p:hover {
  color: #000;
}
.pppp p:hover a {
  color: #000;
}
.nav_position{
  background-position-x:-41px !important;
}
.nav_position + span{
  color:#db0717;
}
.red_back{
  background: url("../img/icon_10.png") no-repeat 0px 0px !important;
}
.a_back{
  background:#db0717;
  color:#fff !important;
}
@media screen and (max-width:1903px){
	html{
		font-size:99.11px;
	}
}

@media screen and (max-width:1900px){
	html{
		font-size:98.95px;
	}
}
@media screen and (max-width:1850px){
	html{
		font-size:96.35px;
	}
}
@media screen and (max-width:1800px){
	html{
		font-size:98.95px;
	}
}
@media screen and (max-width:1750px){
	html{
		font-size:91.15px;
	}
}
@media screen and (max-width:1700px){
	html{
		font-size:93.75px;
	}
}
@media screen and (max-width:1650px){
	html{
		font-size:85.94px;
	}
}
@media screen and (max-width:1600px){
	html{
		font-size:83.33px;
	}
}
@media screen and (max-width:1550px){
	html{
		font-size:80.73px;
	}
}
@media screen and (max-width:1500px){
	html{
		font-size:78.12px;
	}
}
@media screen and (max-width:1450px){
	html{
		font-size:75.52px;
	}
}
@media screen and (max-width:1400px){
	html{
		font-size:72.91px;
	}
}
@media screen and (max-width:1366px){
	html{
		font-size:71.15px;
	}
}
@media screen and (max-width:1300px){
	html{
		font-size:67.71px;
	}
}
@media screen and (max-width:1250px){
	html{
		font-size:65.10px;
	}
}
@media screen and (max-width:1200px){
	html{
		font-size:62.5px;
	}
}
@media screen and (max-width:1150px){
	html{
		font-size:59.9px;
	}
}
@media screen and (max-width:1100px){
	html{
		font-size:57.3px;
	}
}
@media screen and (max-width:1050px){
	html{
		font-size:54.69px;
	}
}
@media screen and (max-width:1000px){
	html{
		font-size:52.1px;
	}
}

.info {line-height: 1.7;font-size: 0.16rem;margin: .3rem auto;text-align: justify;}


