@charset "utf-8";
@import './normal.css';
* {
  padding: 0;
  margin: 0;
}
p,div{
  font-size: 16px;
  line-height: 30px;
}
html {
  font-size: 50px;
  min-width: 100%;
  box-sizing: border-box;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: black;
    font-size: 0.32rem;
  }
.all_container {
  width: 100%;
  height: 100%;
}
/* tab栏切换 */
.current{
  color: #009e53;
  border-bottom: 2px solid #009e53;
}
.contain {
  /* width: 80%; */
  width: 1480px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.btn {
  display: none;
  cursor: pointer;
}
.btn button {
  background-color: #fff;
  border: none;
  transform: rotate(90deg);
  cursor: pointer;
  font-size: 1rem;
  margin-right: 0.8rem;
  color: green;
}
.mask {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 999;
  pointer-events: auto;
  transform: translateX(-100%);
  transition: 0.3s;
}
.mask .item {
  position: relative;
  max-width: 205px;
  min-width: 160px;
  width: 50%;
  height: 100%;
  background-color: #fff;
  padding-top: 1rem;
}
.mask .item li {
  list-style: none;
  transform: translateX(-100%);
  transition: 0.2s;
}
.mask .item li a {
  display: block;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding-left: 2rem;
  font-size: 0.6rem;
}
/* .mask .item li a:focus {
    color: #009E53;
} */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid #eee;
}
.header img {
/*  margin-left: 2rem; */
  height: 1rem;
}

.list {
  height: 2rem;
  line-height: 2rem;
  margin-right: 2rem;
}
ul {
  list-style: none;
}
.list ul li {
  float: left;
  margin: -0 0.4rem;
}
.list ul li a {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.4rem;
}
.list ul li a:hover,
.list ul li a:focus {
  color: #009e53;
  border-bottom: 2px solid #009e53;
}
.carousel-inner .item .img1x {
  width: 100%;
  display: block;
}
.carousel-inner .item .img2x {
  display: none;
}
/* 搜索行样式 */
.search {
    height: 1rem;
    line-height: 0.8rem;
    margin-top: 0.2rem;
    box-shadow: #e9e9e9 0px 4px 6px;
    
}
.search .left-panel {
    display: block;
    padding-left: 1rem;
    cursor: pointer;
}
.search .left-panel span {
    font-size: 14px;
    color: #333;
}
.search .right-panel {
    padding-left: 0.8rem;
}
.search {
    display: flex;
    justify-content: space-between;
}

.search .right-panel input {
    border: none;
    height: 0.7rem;
    width: 5rem;
    border-radius: 0.35rem;
    padding-left: 0.4rem;
    background-color: #eee;
}
.search .right-panel img {
    cursor: pointer;
}
.search .right-panel input:focus {
    outline: none;
}
.container .row h1 {
    text-align: center;
}
/* 公用表头样式 */
.title_common{
  text-align: center;
  margin: 0.7rem 0;
}
.title_common .title{
  position: relative;
  font-weight: 700;
  font-size: 0.9rem;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
.title_common .title_border{
  position: absolute;
  top: 1.5rem;
  left: 2.5rem;
  display: inline-block;
  width: 60px;
  height: 3px;
  border-bottom: 3px solid #1b9c57;
}
.center_title{
  position: relative;
  color: #009e53;
  font-size: 0.6rem;
  width: 20rem;
  font-weight: 700;
  margin-top: 0.6rem;
}
.center_title .border{
  position: absolute;
  top: 1rem;
  left: 0rem;
  display: inline-block;
  width: 60px;
  height: 2px;
  border-bottom: 2px solid #1b9c57;
}
.title_more{
  margin-top: 0.65rem;
  font-size: 0.5rem;
  padding: 20px 0;
  line-height: 0.9rem;
}
.common_style{

}
.common_style .common_btn{
  width: 4rem;
  height: 1rem;
  line-height: 1rem;
  /* line-height: 49px; */
  border: 1px solid #049f55;
  color:#049f55;
  text-align: center;
  cursor: pointer;
  font-size: 0.45rem;
}
.common_btn:hover{
  background:#009e53;
  color: #fff;
}
.about_image{
  position: relative;
}
.about_image_bag{
  position: absolute;
}
.four_qly_tab{
  position: relative;
}
.imgTab{
  position: absolute;
  right: 3px;
  /* top:10px; */
  /* left: 10px; */
}
.qly_tab{
  width: 100%;
  /* height: 80px; */
  /* background: pink; */
  /* border: 1px solid #cccc; */
  margin: 15px auto;
  text-align: center;
}
.qly_tab:hover{
  background:#009e53;
}
.qly_tab div{

   /* display: inline-block; */
}
.containerWrap {
  padding: 35px 0 45px 0;
  box-sizing: border-box;
}
.Wrap{
  height: 100%;
}
.title{
margin-top: 20px;
border-bottom: 1px solid #ccc;
height: 30px;
}
.info{
line-height: 25px;
font-size: 14px;
color: #666;
text-align: left;
margin-top: 20px;
}
.link{
font-size: 16px;
width: 275px;
height: 145px;
line-height: 145px;
text-align: center;
}
.linkWrap {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.linkWrap::before {
position: absolute;
content: '';
width: 1px;
height: 100%;
top: 0;
left: 55px;
background-color: #ccc;
}
/* .linkWrap::after {
position: absolute;
content: '';
width: 1px;
height: 100%;
top: 0;
right: 28px;
background-color: #ccc;
} */
.linkUl{
width: 100%;
height: 120px;
display:table;
text-align: center;
}
.linkUl li{
width: 50%;
text-align: center;
}
.linkUl li a{
line-height: 40px;
height: 40px;
font-size: 16px;
}
.linkUl li:nth-child(odd){
float: left;
}
.linkUl li:nth-child(even){
float: right;
}

.footer .bottom {
background: #f0f0f0;
text-align: center;
line-height: 50px;
}
.footer {
  background-color: #f8f8f8;
  margin-top: 50px;
}

.footer .logo {
  margin-top: 10px;
}

.footer .title {
  font-size: 18px;
  font-weight: bold;
}

.footer a {
  display: block;
  color: #999;
}

.footer a:hover {
  text-decoration: none;
  color: #009e53;
}

.footer .social {
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
}

.footer .social img {
  max-width: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.h-full {
  height: 100%;
}
.footer .bottom {
  height: 50px;
  line-height: 50px;
}

.footer .bottom .xt_a {
  display: inline;
}

.footer .inline {
  display: inline;
}
 
/* 媒体查询的样式尽量放在最后，防治样式覆盖 */
@media screen and (max-width: 768px) {
  html {
    font-size: 25px;
    width: 100%;
  }
  .mask {
    display: block;
  }
  .header img {
    margin-left: 2rem;
    width: 4.8rem;
    height: 2rem;
  }
  .list {
    display: none;
  }
  .btn {
    padding-left: 0.8rem;
    display: block;
  }
  .contain {
    width: 100%;
  }
  .carousel-inner .item  .img1x {
    display: none;
  }
  .carousel-inner .item  .img2x {
    width: 100%;
    display: block;
  }
  
  .search {
    display: block;
    height: 3.8rem;
  }
  .search .left-panel, .search .right-panel {
    width: 90%;  
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .search .right-panel {
    margin-top: 0.4rem;
  }
  .search .right-panel input {
    width: 90%;
    height: 1.4rem;
    border-radius: 0.7rem;
  }
  
}
/* 轮播图样式 */




