@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
@font-face {
 font-family: 'siyuan';
src:url("/fonts/SourceHanSansCN-Normal.otf");
 src: local('SourceHanSansCN-Normal.otf'), 
              local('SourceHanSansCN-Normal'), 
              url('/fonts/SourceHanSansCN-Normal.otf') format('otf'), 
              url('/fonts/SourceHanSansCN-Normal.otf') format('truetype'), 
}
body {
  background: #fff;
  font-family: "siyuan", "Microsoft YaHei",  "Arial";/*'siyuan',*/
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family:"siyuan", "Microsoft YaHei", "Arial";
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #6dba44;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family:"siyuan","Microsoft YaHei", "Arial";
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #579e00;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap,
.wrap2 {
  max-width: 1320px;
  width:98%;
  margin: 0 auto;
}
.wrap:after,
.wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (min-width: 1300px) {
  .wrap2 {
    max-width: none;
    width: 100%;
  }
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right; padding-right:1%;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.nodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #6dba44;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainfilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}
@keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-moz-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-webkit-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-moz-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-webkit-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
.header {
  width: 100%;
  height:90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
  padding: 0 0%;
  border-bottom: solid 1px #eee;
}
.header .logo {
  float: left;
  width:565px;
  overflow: hidden;
  height: 58px;
  margin-top:26px;
  margin-left:1%;
  margin-bottom:3px;
}
.header .logo img {
  height: 100%;
  max-height:40px;
  float:left;
  margin:0px 20px 0px 0px;
}
.x_text{
font-size:14px;
margin-top:0px;
}
.x_text h5{
font-size:15px; letter-spacing:1.8px; font-family:siyuan;
}
.x_text h6{
font-size:12px;  color:#888;
}
.header .search-box {
  float: left;
  margin-top: 25px;
  position: relative;
}
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 600px;
  height: 89px;
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 95;
  background: #fff;
  padding: 20px 10px;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .language {
  float: left;
  position: relative;
  margin-top: 35px;
  margin-left: 15px;
}
.header .language .tit {
  height: 20px;
  line-height: 20px;
  padding: 0 14px 0 12px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  font-size: 16px;
  color: #666;
}
.header .language .tit.on {
  background-image: url(../images/arrow2.png);
}
.header .language .list {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #111;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #111;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.header .language li a:hover {
  background: #6dba44;
}
.header .nav {
  float: left; 
  margin-top:14px;
}
.header .nav > ul > li {
  float: left;
  position: relative;
}
.header .nav > ul > li > a {
  height:68px;
  line-height: 68px;
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  position: relative;
  padding: 0 25px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a::after,
.header .nav > ul > li > a::before {
  content: "";
  width: 0px;
  height: 2px;
  background: #999;
  position: absolute;
  left: 25px;
  bottom:8px;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a::after {
  bottom: 12px;
  background: #6dba44;
}
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav > ul > li.on > a {
  color: #333;
}
.header .nav > ul > li.on > a::before {
  width: 23px;
}
.header .nav > ul > li.on > a::after {
  width: 23px;
}
.header .nav > ul > li.on:hover > a::before,
.header .nav > ul > li:hover > a::before {
  animation: headline1 .5s infinite alternate;
  -moz-animation: headline1 .5s infinite alternate;
  -webkit-animation: headline1 .5s infinite alternate;
  -o-animation: headline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.header .nav > ul > li.on:hover > a::after,
.header .nav > ul > li:hover > a::after {
  animation: headline2 .6s infinite alternate;
  -moz-animation: headline2 .6s infinite alternate;
  -webkit-animation: headline2 .6s infinite alternate;
  -o-animation: headline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.header .nav .sub {
  min-width: 140px;
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  padding-top: 2px;
  display: none;
}
.header .nav .sub li {
  margin-top: 1px;
}
.header .nav .sub li a {
  display: block;
  height: 40px;
  line-height:40px;
  text-align: center;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  background: #9e9f9f;
  padding: 0 20px;
}
.header .nav .sub li a:hover {
  background: #6dba44; color:#fff;
}
.header .menu-btn {
  display: none;
}
@media only screen and (max-width: 1820px) {
  .header {
    padding: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li > a {
    padding: 0 20px;
  }
  .header .nav > ul > li > a::after,
  .header .nav > ul > li > a::before {
    left: 20px;
  }
  .header .search-box .search-bar {
    width: 740px;
  }
}
.footer {
  background: #6dba44;/*222*/
  padding-top:60px;
}

.footer .link-list {
  width: 58%;
  float: left;
  margin-left:1%;
}
.footer .link-list .list {
  width:20%;
  float: left;
}

.footer .link-list .tit {
  font-size:20px;
  color: #fff;
}
.footer .link-list .list hr{
width:60px;margin-top:20px; color:#fff;height:1px;border:none;border-top:2px  solid #fff;/*border-top:2px  solid #cdcdcd; color:#dedede;*/
}
.footer .link-list ul {
  margin-top: 24px;
}
.footer .link-list li {
  line-height: 20px;
  margin-bottom: 16px;
}
.footer .link-list li a {
  color: #fff;
}
.footer .link-list li a:hover {
  color: #fff;
}
.footer .link-list .list:first-child{
  width: 15%;border:0px solid #f60;
  float: left;
}
.x_2wm {
  width: 10%;
  float: left; border:5px solid #fff; background-color:#fff;
}
.x_2wm img{
  width: 100%;
}
.x_hezuo{
  width: 100%; max-width:1280px; margin:0px auto;
  padding:50px 0px;
  overflow:hidden;
}
.x_hezuolist{
  width: 100%; 
  margin-top:30px;
}
.x_hezuolist ul {
  width: 100%; 
}
.x_hezuolist ul li{
  width: 8%;
   float:left; margin:0 1% 2% 1%;
}
.x_hezuolist ul li img{
border:1px solid #eee;
}
.footer .right {
  float: right;
  text-align: right;
  margin-right:1%;
}
.footer .right h3{
color:#fff; font-size:20px;/*color:#6dba44; */
}
.footer .right hr{
width:60px;margin-top:20px; color:#dedede;height:1px;border:none;border-top:2px  solid #fff; float:right;/*border-top:2px  solid #6dba44;*/
}
.footer .tel {
  display: inline-block;
}
.footer .address {
  text-align: right;
  line-height: 24px;
  color: #fff;/*color: #777777;*/
  margin:50px 0 26px 0;
}
.footer .address p {
  margin-bottom: 6px;
}
.footer .friendship {
  color: #777;
  text-align: left;
  display: inline-block;
  display:none;
}
.footer .friendship:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .friendship .txt {
  min-width: 90px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: #333;
  text-align: center;
  float: left;
}
.footer .friendship .list {
  float: left;
  position: relative;
}
.footer .friendship .tit {
  min-width: 200px;
  height: 38px;
  line-height: 36px;
  border: solid 1px #333;
  padding: 0 30px 0 14px;
  cursor: pointer;
  background: url(../images/arrow3.png) no-repeat right 14px center;
}
.footer .friendship .tit.on {
  background-image: url(../images/arrow4.png);
}
.footer .friendship ul {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 38px;
  z-index: 2;
  background: #333;
  overflow: auto;
  max-height: 300px;
  display: none;
}
.footer .friendship ul::-webkit-scrollbar {
  width: 4px;
}
.footer .friendship ul::-webkit-scrollbar-button {
  display: none;
}
.footer .friendship ul::-webkit-scrollbar-thumb {
  background: #000;
}
.footer .friendship ul li {
  border-top: solid 1px #222;
}
.footer .friendship ul li a {
  display: block;
  line-height: 20px;
  color: #222;
  padding: 6px 10px;
  color: #777;
}
.footer .friendship ul li a:hover {
  color: #fff;
}
.footer .bottom {
  border-top: solid 1px #eee;/*border-top: solid 1px #2a2a2a;*/
  padding: 48px 0 40px 0;
  line-height: 24px;
  margin-top:50px;
}
.footer .bottom .copy {
  color: #fff;
  float: left;
}
.footer .bottom .copy a {
  color: #fff;
}
.footer .bottom .support {
  float: left;
  color: #eee;
  margin-left: 16px;
}
.footer .bottom .support a {
  color: #444;
}
.footer .bottom .support a:hover {
  color: #fff;
}
.footer .bottom .social-share {
  float: right;
}
.footer .bottom .social-share a {
  width: 23px;
  height: 23px;
  float: left;
  position: relative;
  margin: 0 0 0 10px;
  background: no-repeat center;
  background-size: 100% 100%;
}
.footer .bottom .social-share a:hover {
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  filter: brightness(120%);
}
.footer .bottom .social-share .icon-qq {
  background-image: url(../images/share1.png);
}
.footer .bottom .social-share .icon-wechat {
  background-image: url(../images/share2.png);
}
.footer .bottom .social-share .icon-weibo {
  background-image: url(../images/share3.png);
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner .swiper-pagination {
  bottom: 24px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 9px;
  border: solid 1px #fff;
  background: none;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
@keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
.dtline span {
  width: 2px;
  height: 16px;
  background: #fff;
  margin-right: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.dtline span:nth-child(1) {
  height: 16px;
}
.dtline span:nth-child(2) {
  height: 12px;
}
.dtline span:nth-child(3) {
  height: 8px;
}
.dtline.dh span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
    
}
.main .pctitle .title span {
  position: relative;
  display: inline-block;
}
.main .pctitle .title span::before,
.main .pctitle .title span::after {
  content: " ";
  position: absolute;
  z-index: 2;
  background: no-repeat;
  background-size: 100% auto;
}
.main .pctitle .title span::before {

}
.main .pctitle .title span::after {
  width: 97px;
  height: 28px;
  right: -28px;
  top: -18px;
}
.main .pctitle .slogan {
  font-size: 16px;
  color: #444;
  margin-top:8px;
  padding-top:16px;
  margin-bottom:40px;
}
.main .pctitle hr{
width:100px;margin:20px auto 0px auto; color:#dedede;height:1px;border:none;border-top:2px  solid #6db943; padding:0px 0px 0px 0px;
}
.main .x_product_bj{
background-color:#fff;
  background-image: url(../images/icon12.png);
  background-repeat:no-repeat;
  background-position:right top;
}
.main .x_news_bj{
background-color:#fcfcfc;
  background-image: url(../images/icon14.png);
  background-repeat:no-repeat;
  background-position:left top;
}
.main .profession {
  padding: 80px 0 40px 0;
  background-image: url(../images/title_bj2.jpg);
  background-repeat:no-repeat;
  background-position:center top;
}
.main .profession ul {
  margin: 40px -11px 0 -11px;
}
.main .profession ul li {
  width: 25%;
  float: left;
  padding: 0 11px;
  margin-bottom: 22px;
}
.main .profession ul li a {
  display: block;
  position: relative;
}

.main .profession ul li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .profession ul li a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 66px 54px;
}
.main .profession ul li .icon {
  height: 42px;
  line-height: 42px;
}
.main .profession ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.main .profession ul li .txt {
  font-size: 20px;
  color: #fff;
  margin: 16px 0px 30px 0px;
}
.main .about .content {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.main .about .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
.main .about .pic:hover span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .about .pic::after {
  content: " ";
  width: 71px;
  height: 69px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 20;
/*  background: url(../images/video.png) no-repeat;*/
  background-size: 100% auto;
}
.main .about .pic span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .pic img {
  width: 100%;
  display: none;
}
.main .about .cont {
  width: 50%;
  float: right;
  padding: 70px 64px;
}
.main .about .pctitle {
  text-align: left;
}
.main .about .pctitle .entit {
  line-height: 60px;
  font-weight: bold;
  font-size: 60px;
  opacity: .1;
  text-transform: uppercase;
}
.main .about .pctitle .slogan {
  margin-top: 2px;

}
.main .about .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin: 30px 0 60px 0;
}
.main .about ul {
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.main .about ul li {
  width: 25%\9;
  float: left;
  font-size: 16px;
}
.main .about ul li:nth-child(4n+1) {
  clear: left;
}
.main .about ul li:hover i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.main .about ul li img {
  width: 100%;
  display: block;
}
.main .about ul li i {
  width: 104px;
  margin: 0 auto 14px auto;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .more {
  margin-top: 64px;
}
.main .about .more a {
  height: 20px;
  line-height: 20px;
  float: left;
  background: url(../images/arrow5.png) no-repeat right center;
  padding-right: 20px;
  font-size: 16px;
  color: #6db943;
}
.main .about .more a:hover span {
  width: 50px;
}
.main .about .more span {
  width: 0;
  overflow: hidden;
  float: left;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .production {
  padding:20px 0 4px 0px;
}
.main .production img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .production a {
  display: block;
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden;
}
.main .production a > img {
  opacity: .4;
  filter: alpha(opacity=40);
}
.main .production a:hover > img {
  opacity: .8;
  filter: alpha(opacity=80);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .production a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production .text.table {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  display: block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .production .text.table .td {
  width: 100%;
  display: block;
}
.main .production .text.table .icon {
  width: 81px;
  margin: 0 auto;
}
.main .production .text.table .txt {
  font-size: 30px;
  color: #fff;
  margin: 22px 0;
}
.main .news {
  padding: 20px 0 60px 0; 
}
.main .news .content {
  margin-top: 4px;
}
.main .news .swiper-container {
  padding-bottom: 6px;
}
.main .news .swiper-slide a {
  display: block;
}
.main .news .swiper-slide a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .swiper-slide a:hover .tit {
  color: #49b311; 
}
.main .news .swiper-slide .date {
  display: inline-block;
  border-radius: 4px;
  background: #f0f7e7;
  padding: 0 16px;
  color: #49b311;
  line-height: 36px;
  margin: 38px 0 16px 0;
}
.main .news .swiper-slide .tit,
.main .news .swiper-slide .txt {
text-align:left;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .swiper-slide .tit {
  font-size: 16px;
  font-weight: bold;
  padding-bottom:16px;
}
.main .news .swiper-slide .txt {
  color: #888;
  min-height:40px;
}
.main .news .swiper-pagination {
  bottom: 0;
}
.main .news .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #999;
  opacity: 1;
  border-radius: 0;
}
.main .news .swiper-pagination-bullet-active {
  background: #6db943;
}
.main .maintain {
  background: url(../images/maintain_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 90px 0 100px 0;
}
.main .maintain .wrap {
  max-width: 1310px;
}

.main .maintain .pctitle .title,
.main .maintain .pctitle .slogan {
  color: #fff;
  font-weight: normal;
}
.main .maintain .content {
  margin: 60px -5px 0 -5px;
  overflow: hidden;
}
.main .maintain .content .col {
  padding: 5px;
}
.main .maintain .content textarea,
.main .maintain .content input[type="text"] {
  width: 100%;
  border: solid 1px #e7e6e5;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  line-height: 22px;
  padding: 18px 15px;
}
.main .maintain .content textarea::-webkit-input-placeholder,
.main .maintain .content input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.main .maintain .content textarea:-moz-placeholder,
.main .maintain .content input[type="text"]:-moz-placeholder {
  color: #999999;
}
.main .maintain .content textarea::-moz-placeholder,
.main .maintain .content input[type="text"]::-moz-placeholder {
  color: #999999;
}
.main .maintain .content textarea:-ms-input-placeholder,
.main .maintain .content input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.main .maintain .content .rbtn {
  background: #6dba44;
}
.main .maintain .content .rbtn::after {
  background: #111;
}
.main .maintain .content .rbtn input[type="button"],
.main .maintain .content .rbtn input[type="submit"],
.main .maintain .content .rbtn button,
.main .maintain .content .rbtn a {
  width: 100%;
  line-height: 22px;
  padding: 19px 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
}

.container .banner .lzpic1,
.container .banner .lzpic2 {
  height: 400px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.column-menu {
  border-bottom: solid 1px #eeeeee;
  position: relative;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  margin-left: 30px;
  float: left;
}
.column-menu .menu li:first-child {
  margin-left: 0;
}
.column-menu .menu li.on a {
  color: #6dba44;
  border-bottom: solid 2px #6dba44;
}
.column-menu .menu li a {
  height: 68px;
  line-height: 68px;
  display: block;
  font-size: 14px;
}
.column-menu .menu li a:hover {
  color: #6dba44;
}
.column-menu .crumbs {
  float: left;
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  color: #999;
  padding-left: 24px;
  background: url(../images/crumbs.png) no-repeat 0 center;
}
.column-menu .crumbs a {
  color: #999;
}
.column-menu .crumbs a:hover {
  color: #6dba44;
}

.x_lvse{
width:100%;
overflow:hidden;
}
.x_lvse li {
text-align:center;width:22.8%;float:left; margin:0 2.2% 0 0;color: #666;
}
.x_lvse li img{
width:100%;
}
.x_lvse  h4{
border-bottom:0px dotted #fff;
border-top:0px dotted #fff;
color:#fff;
font-size:16px; padding:6px;
line-height:24px;
width:170px;
margin-top:40px;
text-align:center;
background-color:#6dba44;
margin-bottom:20px;
}
.x_lvse li h3{
font-size:16px;
padding:20px 18px;color: #666;
}
.x_lvse li p{
font-size:14px;
line-height:32px;color: #666;
}

.row-menu {
  border-bottom: solid 0px #eeeeee;
  position: relative;
}
.row-menu .menu {
}
.row-menu .menu .btn {
  display: none;
}
.row-menu .menu li {
  margin-left: 0px;
  text-indent:40px;
  margin:4px 0px;
  border-bottom:1px dotted #eee;
}
.row-menu .menu li:first-child {
  margin-left:0px;
}
.row-menu .menu li.on a {
  color: #fff;
  border-bottom: solid 0px #6dba44;
  background-color:#6dba44;
}
.row-menu .menu li a {
  height: 48px;
  line-height: 48px;
  display: block;
  font-size: 16px;
}
.row-menu .menu li a:hover {
  color: #fff;background-color:#6dba44;
}
.row-menu .crumbs {
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  color: #999;
  padding-left: 24px;
  background: url(../images/crumbs.png) no-repeat 0 center;
}
.column-menu .crumbs a {
  color: #999;
}
.column-menu .crumbs a:hover {
  color: #6dba44;
}
.paging {
  text-align: center;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: none;
  margin: 0 8px;
  float: left;
}
.paging li a {
  display: block;
  width: 68px;
  height: 62px;
  line-height: 62px;
  background-color: #eee;
  font-family: "Arial", arial;
  color: #999;
}
.paging li.on a,
.paging li a:hover {
  background-color: #6dba44;
  color: #fff;
}
.paging li.prev a,
.paging li.next a {
  width: 76px;
  background: no-repeat center #eeeeee;
}
.paging li.prev a {
  background-image: url(../images/arrow6.png);
}
.paging li.prev a:hover {
  background-image: url(../images/arrow8.png);
  background-color: #6dba44;
}
.paging li.next a {
  background-image: url(../images/arrow7.png);
}
.paging li.next a:hover {
  background-image: url(../images/arrow9.png);
  background-color: #6dba44;
}
.prevnext {
  overflow: hidden;
}
.prevnext .prev,
.prevnext .next,
.prevnext .return {
  height: 24px;
  line-height: 24px;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.prevnext .prev a,
.prevnext .next a,
.prevnext .return a {
  color: #555;
}
.prevnext .prev a:hover,
.prevnext .next a:hover,
.prevnext .return a:hover {
  color: #6dba44;
}
.prevnext .prev,
.prevnext .next {
  width: 280px;
  float: left;
}
.prevnext .next {
  margin-left: 34px;
}
.prevnext .return {
  float: right;
}
.prevnext .return a {
  padding-left: 36px;
  background: url(../images/return1.png) no-repeat 0 center;
}
.prevnext .return a:hover {
  background-image: url(../images/return2.png);
}
.gray {
  background: #f8f8f8;
}
.about-page .introduction {
  overflow: hidden;
  margin: 54px 0 45px 0;
}
.about-page .introduction .content {
/*  display: flex;
  justify-content: space-between;
  align-items: center;*/
}
.about-page .introduction .cont {
  width: 62%;
  float: left;
  margin-bottom: 30px;
}
.about-page .introduction .left{
  width: 17%;
  float: left;
  border:1px solid #ddd;
  margin-bottom: 30px;
  padding:16px 0px;
}
.x_mobile{
display:none;
}
.clear {
	CLEAR: both; MARGIN-TOP: -1px; FONT-SIZE: 1px; VISIBILITY: hidden; WIDTH: 1px; LINE-HEIGHT: 0; HEIGHT: 0px
}
.x_zidonghua{
  width: 680px;
  margin:0px auto 50px auto;
  border:1px solid #eee;
  padding:50px;
  box-shadow:0px 0px 24px #ddd;
  overflow:hidden;
}
.x_zidonghua h4{
color:#111;
font-size:30px;
font-weight:bold;
}
.x_zidonghua p{
color:#111;
font-size:18px;
font-weight:bold;
padding-top:16px;
float:right;
}
.x_zidonghua span{
font-weight:bold;

}
.x_zidonghua .x_tel{
background-image: url(../images/address1.png);
  background-repeat:no-repeat;
  background-position:left top;
  height:35px; line-height:35px;
   text-indent:50px;
  margin:30px 0px 10px 0px;
}
.x_zidonghua .x_email{
background-image: url(../images/address3.png);
  background-repeat:no-repeat;
  background-position:left top;    height:35px; line-height:35px; text-indent:50px;
}


.x_zixun{
  width: 600px;
  margin:0px auto 50px auto;
  border:1px solid #eee;
  padding:50px;
  box-shadow:0px 0px 24px #ddd;
  overflow:hidden;
}
.x_zixun h4{
color:#111;
font-size:30px;
font-weight:bold;
}
.x_zixun p{
color:#111;
font-size:18px;
font-weight:bold;
padding-top:16px;
float:right;
}
.x_zixun span{
font-weight:bold;

}
.x_zixun .x_tel{
background-image: url(../images/address1.png);
  background-repeat:no-repeat;
  background-position:left top;
  height:35px; line-height:35px;
   text-indent:50px;
  margin:30px 0px 10px 0px;
}
.x_zixun .x_email{
background-image: url(../images/address3.png);
  background-repeat:no-repeat;
  background-position:left top;    height:35px; line-height:35px; text-indent:50px;
}
.x_liebiao{
  width:180px;
  float:left;
  margin-bottom:10px;
  background-image: url(../images/zidonghua_bj.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  padding-left:36px;
  line-height:28px;
  
}
.x_fangzhen{
  width:260px;
  float:left;
  margin-bottom:10px;
  background-image: url(../images/zidonghua_bj.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  padding-left:36px;
  line-height:28px;
  
}
.about-page .introduction .right_nei{
  width: 80%;
  float: right;
  margin-bottom: 30px;
}
.about-page .introduction .video {
  width: 34%;
  float: right;
}
.about-page .introduction .video h4{
border-bottom:0px dotted #fff;
border-top:0px dotted #fff;
color:#fff;
font-size:16px; padding:6px;
width:160px;
margin-top:30px;
text-align:center;
background-color:#6dba44;
margin-bottom:20px;
}
.about-page .introduction .video p{
margin-bottom:10px; color:#666;line-height:26px;
}
.about-page .introduction img {
  max-width:1050px; 
}
.about-page .introduction .entit {
  line-height: 60px;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .introduction .title {
  font-size: 24px;
  color: #6dba44;
  margin: 0px 0 40px 0;
  padding-bottom:16px;
  border-bottom:1px solid #eee;
}
.about-page .introduction .text {
  line-height:30px;
  font-size: 14px;
  color: #666;
}
.about-page .introduction .text h3{
color:#6dba44;
font-size:24px;
font-weight:bold;
margin-bottom:20px;
}
.about-page .introduction .text h4{
border-bottom:0px dotted #fff;
border-top:0px dotted #fff;
color:#fff;
font-size:16px; padding:6px;
line-height:24px;
width:170px;
text-align:center;
background-color:#6dba44;
margin-bottom:20px;
}
.about-page .introduction .text h5{
border-bottom:0px dotted #fff;
border-top:0px dotted #fff;
color:#fff;
font-size:16px; padding:6px;
line-height:24px;
width:220px;
text-align:center;
background-color:#6dba44;
margin-bottom:20px;
}
.about-page .introduction .text p{
margin-bottom:16px; font-family:"siyuan",
}
.about-page .features {
  margin: 45px 0 120px 0;
}
.about-page .features ul {
  overflow: hidden;
  margin: 0 -4px;
}
.about-page .features li {
  width: 25%;
  float: left;
  padding: 4px;
  text-align: center;
}
.about-page .features li:nth-child(4n+1) {
  clear: left;
}
.about-page .features li .box {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 60px 30px;
}
.about-page .features li img {
  width: 100%;
  display: block;
}
.about-page .features li .icon {
  width: 69px;
  margin: 0 auto;
}
.about-page .features li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 40px 0;
}
.about-page .features li .txt {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .team,
.about-page .honor {
  padding: 80px 0;
}
.about-page .team .title,
.about-page .honor .title {
  text-align: center;
  font-size: 24px;
}
.about-page .team .paging,
.about-page .honor .paging {
  margin-top: 30px;
}
.p-culture{ display: block;width:100%;max-width:1200px;margin: 0 auto 50px;overflow: hidden;  border: 1px solid #ddd;}
.p-culture dl{overflow: hidden;background: #fff;width:100%; float:left;position: relative;}
.p-culture dl dd{display: block;overflow: hidden;width: 40%;position: absolute;top: 50%;left: 5%; transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.p-culture dl dd strong{ line-height: 1em; display: block;float: left;font-size: 60px;font-weight: normal;opacity: 0.3;color: #444;width: 16%; font-family:arial;}
.p-culture dl dd h3{ display: block;float: right;width: 84%;overflow: hidden;}
.p-culture dl dd h3 span{ display: block;overflow: hidden;border-bottom: 0.5px solid #ddd;font-size: 20px;margin-bottom: 20px;padding-bottom: 20px;color: #333;text-transform: uppercase;line-height: 30px;}
.p-culture dl dd h3 font{ display: block;letter-spacing: 0;color: #444;font-size: 14px;line-height: 24px;}
.p-culture dl dt{ display: block;overflow: hidden;float: right;width: 50%;}
.p-culture dl dt img{ display: block; width:100%; }

.p-culture dl:nth-child(2n) dd{left: auto; right: 5%;}
.p-culture dl:nth-child(2n) dt{ float: left;}

.honor-list {
  margin-top: 42px;
}
.honor-list ul {
  overflow: hidden;
  border-top: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
}
.honor-list li {
  width: 20%;
  float: left;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  text-align: center;
  padding-top: 22px;
}
.honor-list li:nth-child(5n+1) {
  clear: left;
}
.honor-list li a {
  display: block;
}
.honor-list li a:hover .txt {
  color: #6dba44;
  border-bottom: solid 3px #6dba44;
}
.honor-list li .pic {
  height: 185px;
}
.honor-list li img {
  max-height: 100%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.honor-list li .txt {
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  border-bottom: solid 3px #fff;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.team-list {
  margin-top: 42px;
}
.team-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.team-list li {
  width: 20%;
  padding: 10px;
  float: left;
}
.team-list li:nth-child(5n+1) {
  clear: left;
}
.team-list li span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.team-list li span img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.team-list li span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.team-list li span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-list li span::after {
  content: " ";
  width: 27px;
  height: 28px;
  background: url(../images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.job-list ul {
  overflow: hidden;
  margin: 0 -13px;
}
.job-list li {
  width: 49%;
  float: left;
  margin-right:1%;
  padding: 0 13px;
  margin-bottom: 20px;
  border-bottom:1px  dotted #ddd
}
.job-list li a {
  display: block;
}
.job-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.job-list li a:hover .tit {
  color: #6dba44;
}
.job-list li .date {
  display: inline-block;
  border-radius: 4px;
  background: #f8f8f8;
  padding: 0 16px;
  color: #666;
  line-height: 36px;
  margin: 38px 0 16px 0;
}

.news-page {
  padding: 40px 0 60px 0;
}
.news-page .introduction {
  overflow: hidden;
  margin: 0px 0 0px 0;
}
.news-page .introduction .content {
/*  display: flex;
  justify-content: space-between;
  align-items: center;*/
}
.news-page .introduction .cont {
  width: 62%;
  float: left;
  margin-bottom: 30px;
}
.news-page .introduction .left{
  width: 17%;
  float: left;
  border:1px solid #ddd;
  margin-bottom: 30px;
  padding:16px 0px;
}
.news-page .introduction .right_nei{
  width: 80%;
  float: right;
  margin-bottom: 30px;
}
.news-page h3{
  font-size: 24px;
  color: #6dba44;
  margin: 0px 0 40px 0;
  border-bottom:1px solid #ddd;
  padding-bottom:16px;
}

.news-page .paging {
  margin-top: 16px;
}
.news-list ul {
  overflow: hidden;
  margin: 0 -13px; 
}
.news-list li {
  width: 90%;
 float: right;
  margin-right:0%;
  padding: 0 13px 10px 0px;
  margin-bottom: 26px;
  border-bottom:1px  dotted #ddd
}
.news-list li a {
  display: block;
}
.news-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list li a:hover .tit {
  color: #6dba44;
}
.news-list li .date {
  display: inline-block;
  border-radius: 4px;
  background: #f8f8f8;
  padding: 0 16px;
  color: #666;
  line-height: 36px;
  margin: 38px 0 16px 0;
}
.news-list li .tit,
.news-list li .txt {
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .tit {
  font-size: 14px;
  padding:0px 0px 16px 0px;
}
.news-list li .tit span{
  font-size: 14px; padding:0px 18px 0px 0px;

}
.news-list li .txt {
  color: #888;
}
.news-page .details .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.news-page .details .date {
  color: #666;
  text-align: center;
  margin-top: 12px;
}
.news-page .details .article {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 34px 0;
  margin: 20px 0 40px 0;
}
.news-page .details .article p{
margin-bottom:20px;
line-height:30px;
font-size:14px;
}
.news-page .details .article_miaoshu {
  border-top: solid 0px #eee;
  border-bottom: solid 1px #eee;
  padding: 34px 0;
  margin: 20px 0 40px 0;
}
.news-page .details .article_miaoshu h6{
text-align:center;border:1px solid #ddd; width:160px; height:36px; line-height:36px; margin-bottom:30px; background-color:#ddd;
}
.news-page .details .article_miaoshu p{
line-height:26px;
}
.produce-page .introduction {
  padding: 70px 0;
}
.produce-page .introduction img {
  width: 100%;
  display: block;
}
.produce-page .introduction .pic {
  width: 50%;
  vertical-align: top;
}
.produce-page .introduction .cont {
  width: 50%;
  padding-left: 96px;
}
.produce-page .introduction .entit {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.produce-page .introduction .title {
  font-size: 24px;
  font-weight: bold;
  color: #2497cc;
  margin: 22px 0 60px 0;
}
.produce-page .introduction .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.produce-page .introduction .address {
  border-top: solid 1px #eee;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
}
.produce-page .introduction .address .txt {
  background: url(../images/address_icon.png) no-repeat 0 0;
  padding: 6px 0 6px 46px;
  line-height: 24px;
  font-size: 16px;
  color: #888;
}
.produce-page .introduction .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}
.produce-page .surroundings {
  padding: 90px 0;
  background: #f8f8f8;
}
.produce-page .surroundings .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.produce-page .surroundings .swiper-container {
  margin-top: 50px;
  padding-bottom: 80px;
}
.produce-page .surroundings .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.produce-page .surroundings .swiper-slide span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.produce-page .surroundings .swiper-slide span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.produce-page .surroundings .swiper-slide span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.produce-page .surroundings .swiper-slide span::after {
  content: " ";
  width: 27px;
  height: 28px;
  background: url(../images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.produce-page .surroundings .swiper-pagination {
  bottom: 0;
}
.produce-page .surroundings .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #ddd;
  opacity: 1;
  border-radius: 0;
}
.produce-page .surroundings .swiper-pagination-bullet-active {
  background: #6dba44;
}
.equipment-page,
.product-page {
  padding: 50px 0 100px 0;
}
.product-page.introduction .left{
  width: 17%;
  float: left;
  border:1px solid #ddd;
  margin-bottom: 30px;
  padding:16px 0px;
}
.product-page .introduction .right_nei{
  width: 80%;
  float: right;
  margin-bottom: 30px;
}
.equipment-page .paging,
.product-page .paging {
  margin-top: 70px;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.product-list li {
  width: 33.333%;
  float: left;
  padding: 0 14px;
  margin-bottom: 26px;
  text-align: center;
}
.product-list li a {
  display: block;
}
.product-list li a:hover .picc {
  border: solid 1px #6dba44;
}
.product-list li a:hover .picc span {
  opacity: .2;
  filter: alpha(opacity=20);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list li a:hover .picc::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list li a:hover .text {
  background: #6dba44;
}
.product-list li a:hover .tit,
.product-list li a:hover .txt {
  color: #fff;
}
.product-list li .picc {
  border: solid 1px #eee;
  background: #fff;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .picc::after {
  content: "详细内容";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  display: inline-block;
  padding: 0 40px 0 20px;
  font-family: "siyuan","微软雅黑", arial;
  color: #fff;
  white-space: nowrap;
  background: url(../images/arrow10.png) no-repeat right 20px center #6dba44;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .text {
  background: #f8f8f8;
  padding: 24px 6px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit,
.product-list li .txt {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit {
  font-size: 18px;
}
.product-list li .txt {
  color: #666;
}


.photo-list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.photo-list li {
  width: 12.6666%;
  float: left;
  padding: 0 24px;
  margin-bottom: 26px;
  text-align: center;
}
.photo-list li a {
  display: block;
}
.photo-list li a:hover .picc {
  border: solid 1px #6dba44;
}
.photo-list li a:hover .picc span {
  opacity: .2;
  filter: alpha(opacity=20);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.photo-list li a:hover .picc::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.photo-list li a:hover .text {
  background: #6dba44;
}
.photo-list li a:hover .tit,
.photo-list li a:hover .txt {
  color: #fff;
}
.photo-list li .picc {
  border: solid 1px #eee;
  background: #fff;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.photo-list li .text {
  background: #f8f8f8;
  padding: 8px 6px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.photo-list li .tit,
.photo-list li .txt {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.photo-list li .tit {
  font-size: 14px;
}
.photo-list li .txt {
  color: #666;
}
.product-page .introduction {
  background: #fff;
  padding: 50px;
  overflow: hidden;
}
.product-page .introduction .photo {
  width: 50%;
  max-width: 700px;
  padding-right: 114px;
  float: left;
  position: relative;
}
.product-page .introduction .photo img {
  width: 100%;
  display: block;
}
.product-page .introduction .photo .gallery-top {
  border: solid 1px #eee;
}
.product-page .introduction .photo .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 100%;
  z-index: 2;
  padding: 38px 0;
}
.product-page .introduction .photo .gallery-thumbs {
  height: 100%;
  overflow: hidden;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide {
  height: 97px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide span {
  border: solid 1px #eee;
  display: block;
  cursor: pointer;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
  border: solid 1px #6dba44;
}
.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {
  width: 100%;
  height: 28px;
  margin: 0;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  background: no-repeat center #e8e8e8;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-page .introduction .photo .swiper-button-prev:hover,
.product-page .introduction .photo .swiper-button-next:hover {
  background-color: #6dba44;
}
.product-page .introduction .photo .swiper-button-prev {
  top: 0;
  background-image: url(../images/arrow11.png);
}
.product-page .introduction .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow13.png);
}
.product-page .introduction .photo .swiper-button-next {
  bottom: 0;
  background-image: url(../images/arrow12.png);
}
.product-page .introduction .photo .swiper-button-next:hover {
  background-image: url(../images/arrow14.png);
}
.product-page .introduction .cont {
  width: 46%;
  float: right;
}
.product-page .introduction .cont .model {
  font-size: 24px;
  margin-bottom:16px;
}
.product-page .introduction .cont .title {
  font-size: 40px;
  font-weight: bold;
}
.product-page .introduction .cont .text {
  border-top: solid 0px #eee;
  border-bottom: solid 1px #eee;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin: 32px 0 40px 0;
  padding: 24px 0;
}
.product-page .introduction .cont .text ul {
  overflow: hidden;
}
.product-page .introduction .cont .text li {
  margin: 5px 0;
  width: 50%;
  float: left;
}
.product-page .introduction .cont .text li:nth-child(2n+1) {
  clear: left;
}
.product-page .introduction .cont .rbtn {
  display: inline-block;
  background: #6dba44;
  border-radius: 42px;
}
.product-page .introduction .cont .rbtn::after {
  background: #333;
}
.product-page .introduction .cont .rbtn span {
  padding: 0 20px 0 44px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: url(../images/contact_btn.png) no-repeat 20px center;
}
.product-page .details {
  margin-top: 25px;
  padding: 50px;
  background: #fff;
}
.product-page .details .title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  padding-bottom: 12px;
}
.product-page .details .article {
  padding: 32px 0;
}
.equipment-page .product-list .tit {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.contact-page .contact {
  padding: 0px 0;
  margin: 0 -38px;
}
.contact-page .contact .title {
  font-size: 24px;
  color: #222;
}
.contact-page .contact .entit {
  color: #888;
  margin-top: 6px;
}
.contact-page .address {
  width: 100%;
  padding: 0 38px;
}
.contact-page .message {
  width: 100%;
  padding: 0 0px;
  margin:0px auto;
}
.contact-page .address .text {
  border:solid 1px #f3f3f3;
  padding:50px 30px 60px 50px;
  margin: 24px auto 34px auto;
  overflow:hidden;
  width:600px;
  box-shadow:0px 0px 12px #eee;

}
.contact-page .address .txt {
  margin: 30px 0px -30px 0px;
  line-height: 24px;
  padding: 3px 0 3px 50px;
  background: no-repeat 0 0;
  font-size: 16px; 
  color: #888;  
}

.contact-page .address .txt a {
  font-size: 16px;
  color: #888;
}
.contact-page .address .txt p {
  padding: 3px 0;
  display: flex;
}
.contact-page .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 16px;
  white-space: nowrap;
}
.contact-page .address .qrcode {
  text-align: center;
  display: inline-block;
}
.contact-page .address .qrcode i {
  width: 110px;
  display: block;
  margin: 0 auto;
  border: solid 1px #dddddd;
}
.contact-page .address .qrcode p {
  font-size: 16px;
  color: #888;
  margin-top: 14px;
}
.contact-page .message .inputbox {
  margin-top: 0px;
}
.contact-page .message .inputbox .row {
  margin: 0 -8px;
}
.contact-page .message .inputbox .col {
  padding: 0 8px;
  margin-bottom: 15px;
}
.contact-page .message .inputbox .tit {
  line-height: 34px;
  font-size: 16px;
  color: #999;
}
.contact-page .message .inputbox .tit span {
  color: #fe1212;
  margin-right: 5px;
}
.contact-page .message .inputbox input,
.contact-page .message .inputbox textarea {
  width: 90%;
  line-height: 26px;
  padding: 6px 12px;
  font-size: 16px;
  color: #333;
  background: #f8f8f8;
  border: solid 1px #eee;
}
.contact-page .message .inputbox textarea {
  height: 90px;
}
.contact-page .message .btn {
  margin-top: 10px;
}
.contact-page .message .btn .rbtn {
  display: inline-block;
  color: #fff;
  background: #6dba44;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
}
.contact-page .message .btn .rbtn::after {
  background: #579e00;
}
.contact-page .message .btn .rbtn input,
.contact-page .message .btn .rbtn button,
.contact-page .message .btn .rbtn a {
  display: block;
  padding: 0 25px;
  color: #fff;
  cursor: pointer;
}
.contact-page .map #allmap {
  height: 516px;
}
.single-page {
  padding: 50px 0;
}
.single-page .title {
  text-align: center;
  font-size: 24px;
}
.single-page .article {
  padding: 30px 0;
}
.recruitment-page {
  padding: 80px 0;
}
.recruitment-page .entit {
  font-size: 36px;
  color: #e1e1e1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.recruitment-page .title {
  text-align: center;
  font-size: 36px;
  color: #222;
}
.recruitment {
  margin-top: 42px;
}
.recruitment li {
  border: solid 1px #eee;
  margin-bottom: 20px;
  background: #fff;
  border-left: solid 4px #fff;
}
.recruitment li.on {
  border-left: solid 4px #6dba44;
}
.recruitment li.on .top {
  background-image: url(../images/arrow16.png);
}
.recruitment li.on .top .tit {
  color: #6dba44;
}
.recruitment .top {
  background: url(../images/arrow15.png) no-repeat right 29px top 20px;
  cursor: pointer;
  padding: 40px 70px 40px 30px;
}
.recruitment .top .tit {
  font-size: 18px;
  line-height: 30px;
}
.recruitment .top .info {
  line-height: 24px;
  color: #999;
  margin-top: 8px;
}
.recruitment .cont {
  padding: 0 40px 30px 40px;
  display: none;
}
.recruitment .cont .text {
  line-height: 30px;
  color: #888;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.recruitment .cont .tit {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.recruitment .cont .btn {
  color: #fff;
  width: 136px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #6dba44;
}
.recruitment .cont .btn::after {
  background: #579e00;
}
.x_albumlist{ width:100%;}
.x_albumlist ul{ width:100%; overflow:hidden;}
.x_albumlist li{width:96%; border:1px solid #eee; box-shadow:0px 0px 14px #ddd; margin:0px 0px 30px 4px; padding:40px; overflow:hidden;}
.x_albumlist li img{ float:left; max-width:400px; margin:0px 40px 0px 0px;}
.x_albumlist li h3{ color:#000; margin-bottom:20px;font-size:30px; font-weight:bold;}
.x_albumlist li h3 span{ color:#666;font-size:18px; padding-left:16px; font-weight:normal;}
.x_albumlist li p{ color:#666;padding:0px 0px 0px 0px; line-height:36px;}

.x_yingyong{ background:url(../images/bg5.jpg) no-repeat center center; padding:120px 0px; color:#fff;min-width:1200px; overflow:hidden;}
.x_yingyong_1{ width:1200px; margin:0px auto;}
.x_yingyong h1{ color:#fff; margin-bottom:30px; font-size:36px;}
.x_yingyong p{ font-size:20px; line-height:30px;}
.x_yingyong ul{ width:1300px; padding:80px 0 0 5px;background:url(../images/yy_bj.png); background-repeat:no-repeat; background-position:right;}
.x_yingyong li{ float:left; width:150px; float:left; text-align:center;background:url(../images/yy_bj.png); background-repeat:no-repeat;}
.x_yingyong li img{ max-width:50px;}
.x_yingyong li h3{ color:#fff; margin-top:8px;}

.x_newslist{ width:100%; max-width:1320px;  margin:0px auto; overflow:hidden;}
.x_newslist ul{ width:100%; overflow:hidden;}
.x_newslist ul li{ float:left;background-color:#fff; margin:0 1.5% 3% 1.5%; width:22%; padding:30px; overflow:hidden;}
.x_newslist ul li h6{ font-size:16px; padding:0px; color:#6dba44;}
.x_newslist ul li h2{ color:#333; margin-top:8px; font-size:18px; padding:30px 0px 60px 0px; font-weight:bold; line-height:30px;}
.x_newslist ul li p{ width:160px; height:40px; background-color:#6dba44; color:#fff; text-align:center; line-height:40px;}
.text_center { text-align: center; margin:0px auto;}


a.button_2:link,a.button_2:visited{
	display:block;
	margin:14px auto;
	width:70px;
	height:36px;
	line-height:36px;
	background-color:#6dba44;
	border-radius:6px;
	border:none;
	font-weight:normal;
	cursor:pointer;
	text-align: center;
	letter-spacing:0px;
	font-size:14px;
	color:#FFFFFF;
	text-indent:0px;
}
a.button_2:hover{
background-color:#fff;width:70px;
border:0px solid #cd0c02;
	color:#666;height:36px;
	line-height:36px;
	text-decoration: none;
	font-size:14px;
	text-align: center;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #6dba44;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #6dba44;
	border-color: #6dba44;
}
.page-num-current:hover {
	color: #fff;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  float:right;
  list-style: none;
  border-radius: 0.25rem;margin:30px auto 0px auto; text-align:center;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #6dba44;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

<!--分页-->
.page a,.page span {
        display: inline-block; 
        font-size: 15px;
        color:#fff;
        width:38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin:40px 4px 0px auto;
        background: #ccc;
        border-radius: 6px;
        -moz-border-radius: 6px
        -webkit-border-radius:  6px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page a:hover,.page span.current {
        background: #ff9d00;
        color:#fff;
    }
	
.btns .btn{
  padding: 10px 25px;
  color: black;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 5px;
  display: inline-block;
}

.btns .btn:hover{ 
  background: #FDC102;
}

.wrap .header1.fixed{
  z-index: 4;
}

.wrap .btns.fixed{
  height: auto;
  width: 660px;
  padding: 265px 0 10px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  z-index: 1;
}



@media only screen and (max-width: 640px) {
.x_2wm {
display:none;
}
.x_2wm img{
  width: 100%;
}
}