/* 公司介绍开始*/
.aboutus{
  width: 100%;
  overflow: hidden;
  background: url(/assets/image/com_bg.png) no-repeat left bottom;
  background-size: 100%;
  position: relative;
  padding-bottom: 110px;
}
.company{
  padding: 0 30px;
}
.joi_hint{
  margin-left: 10%;
  position: relative;
  padding-top: 80px;
}
.joi_hint > img {
  position: absolute;
  left: -130px;
  bottom: 20px;
}
.joi_hint> span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 3.5;
  display: block;
  font-size: 30px;
}
.com_img_case{
  width: 100%;
  margin: 50px 0;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 60px rgba(30, 46, 63, .36);
  -moz-box-shadow: 0 0 60px rgba(30, 46, 63, .36);
  box-shadow: 0 0 60px rgba(30, 46, 63, .36);
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.com_info_case {
  width: 100%;
  position: relative;
}
.about_text h3{
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.com_info_case p {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-align: justify;
  margin: 0;
}
.com_title {
  position: absolute;
  color: #dde0e2;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 200px;
  white-space: nowrap;
  transform: rotate(90deg);
  left: 93%;
}
.sha_bias {
  width: 16.1459%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(/assets/image/banner-bg2.png) center repeat;
  pointer-events: none;
}
@media(max-width:1440px){
  .com_info_case {
    width: 90%;
    position: relative;
  }
}
/* 公司介绍结束 */
/* 品质管控开始 */
.zlkz_box{
  width: 100%;
  overflow: hidden;
  padding:20px 0 50px;
  text-align: center;
}
.zlkz_box .zlkz_text p{
  font-size: 14px;
  line-height: 32px;
  color: #84898c;
  margin: 0;
}
.zlkz_box .w ul li{
  margin:15px 0;
  overflow: hidden;
  transition: all 0.8s;
}
.zlkz_box .w ul li img{
  width: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.zlkz_box .w ul li:hover{
  box-shadow: 0 0 30px rgba(29, 56, 75, .37);
}
.zlkz_box .w ul li:hover img{
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
/* 品质管控结束 */
/* 环境保护开始 */
.enir_box{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
.enir_box .w .enir1{
  width: 100%;
  overflow: hidden;
}
.enir_box .w .enir1 .enir1_left{
  width: 45%;
  float: left;
  position: relative;
}
.enir_box .w .enir1 .enir1_left .scr1_img_case{
  display: block;
  width: 100%;
  border-radius: 10px;
}
.enir_box .w .enir1 .enir1_left .scr1_img_face{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 40%;
}
.enir_box .w .enir1 .enir1_right{
  float: right;
  width: 50%;
}
.enir_box .w .enir1 .enir1_right h3{
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin: 20px 0;
}
.enir_box .w .enir1 .enir1_right p{
  font-size: 14px;
  color: #666;
  line-height: 34px;
  margin: 0;
  text-indent: 2em;
}
.enir_case_b{
  width: 82%;
  overflow: hidden;
  background: #f6f9fb;
  box-shadow: 0 0 90px rgba(29, 56, 75, .17);
  border-radius: 0 10px 10px 0;
  padding: 100px 0;
  margin: 60px 0 120px;
}
.enir_text{
  width: 55%;
  float: left;
}
.enir_con_box h3{
  font-size: 30px;
  font-weight: bold;
  color: #aeb2b7;
  margin:0;
}
.enir_con_box .enir_src2_line{
  padding-top: 50px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.enir_con_box p{
  font-size: 14px;
  color: #72787f;
  line-height: 34px;
  margin: 0;
}
.enir_case_right{
  width: 44%;
  overflow: hidden;
  position: absolute;
  right: 100px;
  top: 390px;
  padding: 30px;
}
.enir_img_box{
  margin-top: -202px;
  width: 45%;
  box-shadow: 0 0 25px rgba(29, 56, 75, .36);
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
}
.enir_img_box img{
  width: 100%;
}
.enir_title{
  width: 350px;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  margin-left: -130px;
  margin-top: 70px;
  transform: rotate(90deg);
  font-size: 35px;
  color: #d5dae0;
}
.enir_title_bo img{
  position: relative;
  right: -38%;
  top: -25px;
}
/* 环境保护结束 */

/* 联系我们开始 */
.conten_box{
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
.add_box{
  padding: 0;
}
.change-cut{
  width: 350px;
}
.contents ul li{
  padding: 0 10px 0 0;
  margin-bottom: 8px;
}
.contents ul h3{
  font-size: 18px;
  font-weight: bold;
  background: #f3f3f3;
  padding: 8px 10px;
  margin: 0 0 12px;
  clear: both;
}
.contents ul li p{
  margin: 0;
  line-height: 22px;
  color: #666;
}
.right_input li{
  width: 48%;
  margin: 0 1% 20px;
  float: left;
}
.right_input .bz_box{
  width: 98%;
}
.right_input #bzContact{
  width: 100%;
  height: 205px;
  outline: none;
  padding: 10px;
  border: 1px solid #bfbfbf;
}
.right_input li input{
  width: 100%;
  height: 36px;
  padding-left: 6px;
  border: 1px solid #bfbfbf;
}
.right_input li span{
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 4px;
}
.right_input #insubmit{
  margin: 25px 1.5%;
  cursor: pointer;
  width: 98%;
  line-height: 44px;
  background: #ba2644;
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.8s;
}
.right_input #insubmit:hover{
  background: #333;
}
.iw_poi_title {
  color: #de002d;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #de002d99;
  display: block;
  margin-top: -2px;
}
.iw_poi_content {
  font:12px arial,sans-serif;
  overflow:visible;
  padding-top:4px;
  white-space:-moz-pre-wrap;
  word-wrap:break-word;
  color: #666;
}
#dituContent{
  width:100%;
  height:450px;
  border:#ccc solid 1px;
  margin-bottom: 80px;
}
/* 联系我们结束 */

/* 市场销售开始 */
.market_box{
  width: 100%;
  overflow: hidden;;
}
.tea_case{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 40px 0 60px;
}
.scr0_box {
  width: 100%;
  overflow: hidden;
}
.scr_box .mar_title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 90px;
}
.scr0_box .mar_map_box_cn{
  position: absolute;
  width: 57%;
  top: 15rem;
  right: 0;
}
.scr0_box .mar_map_box_cn img{
  width: 100%;
}
.scr0_box .mar_data_box{
  margin-top: 110px;
}
.scr0_box .mar_data_box .at_on{ 
  float: left;
  vertical-align: bottom;
  line-height: 1;
  margin-right: 90px;
  font-size: 60px;
}
.scr0_box .mar_data_box .at_on:last-child{
  float: none;
 }
.scr0_box .mar_data_box .at_on span{
  margin-left: 10px;
  font-size: 16px;
}
.hnjs p{
  font-size: 14px;
  line-height: 32px;
  color: #84898c;
  margin: 0;
}
.scr0_box .mar_info h3{
  font-size: 18px;
  font-weight: bold;
}
.scr0_box .mar_info h3:first-child{
  margin-top: 80px;
}
.scr0_box .mar_info p{
  font-size: 14px;
  line-height: 32px;
  color: #84898c;
  margin:0;
}
.gn_en{
  display: none;
}
.scr2_box{
  width: 100%;
  overflow: hidden;
  padding-bottom: 105px;
}
.scr2_box .mar_info h3{
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 0;
}
.scr2_box .mar_info p{
  font-size: 14px;
  line-height: 30px;
  color: #84898c;
  margin-top: 25px;
  text-align: justify;
}
.mar_world_box{
  margin-top: 90px;
  width: 20%;
  float: left;
}
.mar_world_box .dat_num{
  line-height: 1;
  font-size: 60px;
}
.mar_world_box .dat_num sub{
  top: -30px;
  left: 10px;
}
.mar_world_box .dat_name{
  font-size: 16px;
  margin-top: 10px;
} 
.mar_map_box_in{
  position: relative;
  width: 80%;
  float: right;
  top: 90px;
  margin-top: 1.25rem;
}
.mar_map_box_in img{
  width: 100%;
}

/* 市场销售结束 */

/* 加入我们开始 */
.agent_box{
  width: 100%;
  overflow: hidden;
  margin: 30px 0 60px;
}
.agent_box .agent_text h3{
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.agent_box .agent_text p{
  font-size: 14px;
  line-height: 32px;
  color: #84898c;
  margin: 0;
}
.agent_box img{
  width: 100%;
  margin:20px auto;
  display: block;
}
.agent_box .brand_xx{
  margin: 0;
  font-size: 32px;
}
/* 加入我们结束 */

/* 人才战略开始 */
.join{
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}
.job_text{
  width: 67%;
  margin: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.job_img{
  width: 60%;
  margin: 30px auto;
}
.job_img img{
  width: 100%;
}
.job_img .jin_enimg{
  display: none;
}
.panel-default {
  border-color: transparent!important;
}
.panel-heading{
  border: none!important;
  padding: 0;
}
.panel-title a{
  display: block;
  position: relative;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.5s;
}
.panel-title a:hover{
  color: #ba2644;
  background: #eaeaea;
}
.job_content_title {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 15px;
}
.job_details b{
  display: block;
  margin: 10px 0;
}
.job_details p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 0;
}
.job_content_title span {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background-color: #ba2644;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.panel-title a .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.panel-title a .icon:before,
.panel-title a .icon:after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    line-height: 2px;
    background-color: #ba2644;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transition: all .5s
}
.panel-title a .icon:after {
    transform: rotate(90deg)
}
.panel-title a:hover .icon:before {
  transform: rotate(90deg);
}
.panel-title a:hover .icon:after {
  transform: rotate(180deg);
}
.join_add{
  margin: 20px 0;
}
/* 人才战略结束 */
/* 代理商查询 */
.distr_box{
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.sec_distr_box{
  margin: 20px 0 50px!important;
}
.distr h3{
  font-size: 24px;
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  color: #ba2644;
}
.distr p{
  margin: 0;
  font-size: 14px;
  color: #84898c;
  line-height: 34px;
}
.distr p span:first-child{
  margin-right: 30px;
}
.distr_tit h3{
  font-size: 24px;
  padding-bottom: 10px;
  margin: 30px 0;
  border-bottom: 1px solid #ccc;
  color: #ba2644;
}
.distr_ml li a {
  color: #ba2644;
  margin: 0;
  border: none;
}
.nav-tabs{
border:none!important;
} 
.nav-tabs>li.active>a{
  border: none!important;
  color: #ba2644!important;
  border-bottom-color: unset!important;
  background-color: whitesmoke!important;
}
.table-wrapper{
  margin: 10px 0 0;
  width: 100%;
  overflow: hidden;
}
.distr_text{
  width: 33.3333%;
  float: left;
  margin: 10px 0;
}
.distr_text h4{
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
  color: #333;
}
.distr_text p{
  margin: 0;
  font-size: 14px;
  color: #84898c;
  line-height: 30px;
}
.distr_tit h3 a{
  color: #ba2644;
  transition: all 0.5s;
  padding: 8px 16px;
}
.distr_tit h3 a:hover{
  color: #000;
  padding: 8px 16px;
  background: #f5f5f5;
}
.distr_tit h3 a:last-child{
  margin-left: 30px;
}
@media(max-width:768px){
  /* 公司介绍 */
  .aboutus{
    padding-bottom: 60px;
  }
  .company {
    padding: 0 10px;
  }
  .joi_hint {
    margin-left: 10%;
    position: relative;
    padding-top: 0px!important;
  }
  .joi_hint > img {
    position: absolute;
    left: -30px;
    bottom: 20px;
    width: 100px;
  }
  .com_img_case{
    margin: 6px 0 35px;
  }
  .com_img_case img{
    height: 220px;
    float: right;
  }
  .com_info_case{
    width: 100%;
  }
  .about_text h3 {
    margin: 15px 0 6px;
    font-size: 18px;
    font-weight: bold;
  }
  .com_info_case p {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    margin: 0;
    text-indent: 2em;
  }
  /* 品质管控 */
  .zlkz_box {
    width: 100%;
    overflow: hidden;
    padding: 6px 0 30px;
    text-align: center;
  }
  .zlkz_text{
    width: 90%;
    margin: 0 auto;
  }
  /* 环境保护 */
  .enir_box {
    width: 100%;
    overflow: hidden;
    padding: 6px 0 30px;
    position: relative;
  }
  .enir_box .w .enir1 .enir1_left {
    width: 95%;
    float: none;
    position: relative;
    margin: auto;
  }
  .enir_box .w .enir1 .enir1_right {
    float: none;
    width: 95%;
    margin: auto;
  }
  .enir_box .w .enir1 .enir1_right h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 20px 0 10px;
    text-align: center;
  }
  .enir_box .w .enir1 .enir1_right p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 0;
    text-indent: 2em;
  }
  .enir_case_b {
    width: 100%;
    overflow: hidden;
    background: #f6f9fb;
    box-shadow: 0 0 90px rgba(29, 56, 75, .17);
    border-radius: 0 10px 10px 0;
    padding: 290px 0 30px;
    margin: 60px 0;
  }
  .enir_case_right {
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 570px;
    padding: 20px;
  }
  .enir_img_box {
    margin-top: -202px;
    width: 100%;
    box-shadow: 0 0 25px rgba(29, 56, 75, .36);
    border-radius: 12px;
    overflow: hidden;
    z-index: 2;
  }
  .enir_title_bo img {
    position: relative;
    right: -38%;
    top: -14px;
  }
  .enir_title {
    width: 350px;
    text-transform: uppercase;
    position: relative;
    left: 78%;
    margin-left: -130px;
    margin-top: 70px;
    transform: rotate(90deg);
    font-size: 24px;
    color: #d5dae0;
  }
  .enir_text {
    width: 95%;
    float: none;
    margin: auto;
    padding-top: 210px;
  }
  .enir_con_box h3 {
    font-size: 26px;
    font-weight: bold;
    color: #aeb2b7;
    margin: 20px 0 0;
  }
  .enir_con_box .enir_src2_line {
    padding-top: 25px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
  }
  /* 联系我们 */
  .conten_box {
    width: 100%;
    overflow: hidden;
    margin: 8px 0 20px;
  }
  .add_box {
    padding: 0 15px;
  }
  .contents ul li {
    padding: 0;
    margin-bottom: 8px;
  }
  #dituContent {
    width: 100%;
    height: 310px;
    border: #ccc solid 1px;
    margin-bottom: 80px;
  }
  /* 加入我们 */
  .join {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .agent_box {
    width: 95%;
    overflow: hidden;
    margin: 10px auto 40px;
  }
  .agent_box .agent_text p {
    font-size: 14px;
    line-height: 28px;
    color: #84898c;
    margin: 0;
  }
  .job_text {
    width: 90%;
    margin: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }
  .job_img {
    width: 97%;
    margin: 15px auto 30px;
  }
  .agent_box .brand_xx {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  /* 市场销售 */
  .tea_case {
    width: 95%;
    overflow: hidden;
    position: relative;
    margin: 5px auto 40px;
  }
  .hnjs p {
    font-size: 14px;
    line-height: 28px;
    color: #84898c;
    margin: 0;
    text-indent: 2em;
  }
  .scr_box .mar_title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
  }
  .scr0_box .mar_map_box_cn {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }
  .scr0_box .mar_data_box {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
  }
  .scr0_box .mar_data_box .at_on {
    float: left;
    vertical-align: bottom;
    line-height: 1;
    margin: 0;
    font-size: 44px;
  }
  .scr0_box .mar_data_box .at_on:last-child {
    float: right;
  }
  .scr0_box .mar_info h3:first-child {
    margin-top: 35px;
  }
  .scr0_box .mar_info p {
    font-size: 14px;
    line-height: 28px;
    color: #84898c;
    margin: 0;
  }
  .scr2_box .mar_info h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
  }
  .scr2_box .mar_info p {
    font-size: 14px;
    line-height: 28px;
    color: #84898c;
    text-align: justify;
    margin: 0!important;
  }
  .mar_world_box {
    margin-top: 30px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .mar_map_box_in {
    position: relative;
    width: 100%;
    float: none;
    top: 20px;
    margin-top: 0;
  }
  .scr2_box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 35px;
  }
  /* 代理商查询 */
  .distr_box {
    width: 95%;
    overflow: hidden;
    margin: 0 auto 50px!important;
  }
  .distr h3 {
    font-size: 22px;
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
    color: #ba2644;
  }
  .distr p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 30px;
  }
  .distr p span{
    display: block;
  }
  .distr p span:first-child {
    margin: 0;
  }
  .distr_tit h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin: 30px 0;
    border-bottom: 1px solid #ccc;
    color: #ba2644;
  }
  .distr_text {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
  .distr_text p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 28px;
  }
}