/* 清除内外边距 */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "Arail", 'Helvetica';
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #1e68a7;
}
/* a标签 */
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  outline: none;
}
input,
select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
  transition: all 0.2s ease;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
img {
  vertical-align: bottom;
}
/* 列表元素 */
ul,
ol,
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #292121;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #68c30f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.img100 {
  width: 100%;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.pr {
  position: relative;
}
.none {
  display: none;
}
.ov {
  overflow: hidden;
}
@font-face {
  font-family: 'fur';
  src: url('../fonts/FUTURAMC.TTF');
}
.elp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slide-nav {
  display: none;
}
.second-nav {
  border-bottom: 1px solid #e5e5e5;
}
.second-nav .w1280 {
  position: relative;
  height: 60px;
}
.second-nav .w1280 .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 172px;
  height: 172px;
  background: #8cc929;
}
.second-nav .w1280 .title .p1,
.second-nav .w1280 .title .p2 {
  font-size: 22px;
  color: #fff;
}
.second-nav .w1280 .title .p1 {
  margin: 37px 0 4px 39px;
}
.second-nav .w1280 .title .p2 {
  margin-left: 39px;
  text-transform: uppercase;
  opacity: 0.4;
}
.second-nav .w1280 .title .p3 {
  height: 63px;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 39px;
}
.second-nav .w1280 .nav {
  margin-left: 330px;
}
.second-nav .w1280 .nav a {
  font-size: 14px;
  color: #5b5c5b;
  line-height: 59px;
  margin-right: 67px;
  position: relative;
  display: inline-block;
  height: 60px;
}
.second-nav .w1280 .nav a i {
  border: 10px solid transparent;
  border-bottom: 10px solid #8cc929;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  transition: all 0.2s ease;
}
.second-nav .w1280 .nav a.active i {
  opacity: 1;
  bottom: 0;
}
.second-nav .w1280 .nav a:hover i {
  opacity: 1;
  bottom: 0;
}
.second-nav .w1280 .bread {
  height: 59px;
  line-height: 59px;
  font-size: 12px;
  color: #9f9f9f;
}
.second-nav .w1280 .bread img {
  float: left;
  margin-right: 10px;
  margin-top: 23px;
}
.second-nav .w1280 .bread a,
.second-nav .w1280 .bread span {
  float: left;
  color: #9f9f9f;
}
.second-nav .w1280 .bread span {
  margin: 0 5px;
}
.second-nav .w1280 .bread a:hover {
  color: #78bd22;
}
.second-title {
  margin: 50px 0 50px;
}
.second-title .cn {
  position: relative;
  font-size: 26px;
  color: #5a5f56;
  padding-bottom: 12px;
  border-bottom: 1px solid #9fc929;
  display: inline-block;
}
.second-title .cn .en {
  position: absolute;
  text-transform: uppercase;
  font-size: 23px;
  color: #8cc929;
  opacity: 0.4;
  bottom: -16px;
  left: 108%;
  white-space: nowrap;
}
.m-nav {
  display: none;
}
.m-banner {
  display: none;
}
.page-box {
  text-align: center;
  margin: 55px 0 80px;
  font-size: 0;
}
.page-box a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  transition: all 0.2s ease;
  font-size: 14px;
  margin: 0 20px;
}
.page-box span {
  display: inline-block;
  font-size: 16px;
}
.page-box .btn {
  width: 76px;
  text-align: center;
  color: #fff;
  background: #8cc929;
  border-radius: 30px;
}
.page-box .btn:hover {
  background: #70b501;
}
.page-box .ym {
  color: #334e2a;
}
.page-box .ym.active {
  color: #a1ca28;
}
.page-box .ym:hover {
  color: #a1ca28;
}
#header {
  height: 85px;
  background: transparent;
  transition: all 0.3s ease;
  min-width: 1300px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
#header .logo {
  position: absolute;
  top: 25px;
  left: 84px;
}
#header .logo .logo1 {
  display: none;
}
#header .nav .ss-box {
  margin: 0 100px 0 0;
  height: 85px;
  line-height: 85px;
  cursor: pointer;
  position: relative;
}
#header .nav .ss-box img {
  vertical-align: middle;
}
#header .nav .ss-box .search-box {
  width: 250px;
  height: 45px;
  position: absolute;
  bottom: -45px;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
#header .nav .ss-box .search-box input {
  width: 225px;
  height: 30px;
  margin: 9px 0 0 13px;
  background: transparent;
  border-bottom: 1px solid #59a60d;
}
#header .nav .ss-box .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4b8710;
  font-size: 12px;
}
#header .nav .ss-box .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4b8710;
  font-size: 12px;
}
#header .nav .ss-box .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4b8710;
  font-size: 12px;
}
#header .nav .ss-box .search-box a.btn {
  line-height: 45px;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 0;
}
#header .nav .nav-box {
  margin-right: 55px;
  transition: all 0.2s ease;
}
#header .nav .nav-box ul li {
  float: left;
  margin-left: 1.5vw;
  position: relative;
  padding: 0 25px;
  transition: all 0.2s ease;
}
#header .nav .nav-box ul li > a {
  color: #000000;
  height: 85px;
  line-height: 85px;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  transition: all 0.2s ease;
}
#header .nav .nav-box ul li > a span {
  position: absolute;
  width: 100%;
  height: 6px;
  transition: all 0.2s ease;
  left: 0;
  top: 0;
  transform: scaleX(0);
}
#header .nav .nav-box ul li .s-nav {
  position: absolute;
  width: 100%;
  background: #8dc929;
  left: 0;
  top: 82px;
  text-align: center;
  display: none;
  z-index: 2;
  border-top: 3px solid #fff;
  padding-bottom: 10px;
}
#header .nav .nav-box ul li .s-nav a {
  color: #fff;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
  font-size: 14px;
}
#header .nav .nav-box ul li .s-nav a:hover {
  font-weight: bold;
}
#header .nav .nav-box ul li .s-nav a:last-child {
  border-bottom: none;
}
#header .nav .nav-box ul li:first-child {
  margin-left: 4vw;
}
#header .nav .nav-box ul li.on span {
  background: #a9df13;
  transform: scaleX(1);
}
#header .nav .nav-box ul li:hover > a {
  color: #ffffff;
}
#header .nav .nav-box ul li:hover {
  background: #8dc929;
}
#header .nav .nav-box ul:after {
  content: '';
  clear: both;
}
#header .bread {
  display: none;
}
#index #header.show {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
#index #header.show .nav .nav-box ul li > a {
  color: #000;
}
#index #header.show .nav .nav-box ul li:hover > a {
  color: #fff;
}
#index #header.show .logo .logo1 {
  display: none;
}
#index #header.show .logo .logo2 {
  display: block;
}
#footer .line p {
  height: 6px;
}
#footer .line > .lf {
  width: 23.63%;
  background: #77be22;
}
#footer .line > .rt {
  width: 76.37%;
  background: #007400;
}
#footer .btm {
  background: #eaf6d6;
}
#footer .btm .w1350 {
  width: 1350px;
  margin: auto;
  height: 110px;
  background: url(../images/bg1.png) no-repeat top right 50px;
  background-size: auto 100%;
}
#footer .btm .w1350 > .lf {
  margin-top: 27px;
}
#footer .btm .w1350 > .lf .three-box {
  margin-bottom: 10px;
}
#footer .btm .w1350 > .lf .three-box a {
  font-size: 12px;
  color: #5f645d;
}
#footer .btm .w1350 > .lf .three-box a:hover {
  color: #8cc929;
}
#footer .btm .w1350 > .lf .three-box span {
  display: inline-block;
  height: 10px;
  border-right: 1px solid #4d803f;
  margin: 0 20px;
}
#footer .btm .w1350 > .lf .xx {
  font-size: 12px;
  color: #5f645d;
}
#footer .btm .w1350 > .lf .xx br {
  display: none;
}
#footer .btm .w1350 > .lf .xx a {
  color: #5f645d;
}
#footer .btm .w1350 > .lf .xx a span {
  display: none;
}
#footer .btm .w1350 > .lf .xx a:hover {
  color: #68c30f;
}
#footer .btm .w1350 > .lf .xx a:hover span {
  display: inline-block;
}
#footer .btm .w1350 > .rt {
  margin-top: 37px;
}
#footer .btm .w1350 > .rt .gzwm {
  cursor: pointer;
  position: relative;
}
#footer .btm .w1350 > .rt .gzwm .ewm {
  display: none;
  position: absolute;
  top: -112px;
  right: -32px;
}
#footer .btm .w1350 > .rt .gzwm > .lf {
  font-size: 12px;
  color: #70ba22;
  margin: 11px 13px 0 0;
}
#footer .btm .w1350 > .rt .yqlj {
  height: 34px;
  border: 1px solid #90b985;
  margin-left: 32px;
  cursor: pointer;
  position: relative;
}
#footer .btm .w1350 > .rt .yqlj .link {
  position: absolute;
  display: none;
  width: 100%;
  bottom: 35px;
  text-align: center;
  border: 1px solid #91b985;
  background: #f6fbec;
  padding: 12px 0;
}
#footer .btm .w1350 > .rt .yqlj .link a {
  display: block;
  font-size: 12px;
  color: #777777;
  line-height: 25px;
}
#footer .btm .w1350 > .rt .yqlj .link a:hover {
  color: #8cc929;
}
#footer .btm .w1350 > .rt .yqlj .lf {
  font-size: 12px;
  color: #777777;
  width: 147px;
  line-height: 32px;
  padding-left: 12px;
  border-right: 1px solid #90b985;
}
#footer .btm .w1350 > .rt .yqlj .arr {
  width: 32px;
  position: relative;
}
#footer .btm .w1350 > .rt .yqlj .arr p {
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 7px solid #4d803f;
  top: 8px;
  left: 11px;
}
.index-title {
  width: 650px;
  height: 41px;
  border-bottom: 2px solid #ececec;
}
.index-title > .lf {
  border-bottom: 4px solid #77be22;
  padding-bottom: 8px;
}
.index-title > .lf .p1 {
  font-size: 22px;
  color: #505150;
  font-weight: bold;
  margin-right: 6px;
}
.index-title > .lf .p2 {
  font-size: 22px;
  color: #cacaca;
}
.index-title .gd {
  font-size: 12px;
  color: #6c6c6c;
  margin-top: 10px;
}
.index-title .gd img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 4px;
}
body {
  padding-top: 85px;
}
#index {
  padding-top: 0;
}
#index #header {
  background: transparent;
  box-shadow: none;
}
#index #header .nav .nav-box ul li > a {
  color: #fff;
}
#index #header .logo .logo1 {
  display: block;
}
#index #header .logo .logo2 {
  display: none;
}
#index .swiper-banner .swiper-slide img {
  width: 100%;
}
#index .swiper-banner .swiper-slide .m-banner {
  display: none;
}
#index .swiper-banner .swiper-button-prev,
#index .swiper-banner .swiper-button-next {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
#index .swiper-banner .swiper-button-prev {
  left: -62px;
}
#index .swiper-banner .swiper-button-next {
  right: -62px;
}
#index .swiper-banner .swiper-button-prev:hover,
#index .swiper-banner .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.75);
}
#index .swiper-banner .swiper-pagination {
  bottom: 28px;
  transform: none;
  right: 10%;
  left: auto;
  width: auto;
}
#index .swiper-banner .swiper-pagination span {
  margin-bottom: 12px;
  background: #c8c8c8;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 5px 0;
  background: transparent;
  transition: all 0.2s ease;
}
#index .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 44px;
  border-radius: 15px;
}
#index .swiper-banner:hover .swiper-button-prev {
  left: 60px;
}
#index .swiper-banner:hover .swiper-button-next {
  right: 60px;
}
#index .container .w1350 {
  width: 1350px;
  margin: auto;
}
#index .container .w1350 .box1 {
  margin: 50px 0 60px;
}
#index .container .w1350 .box1 > .lf {
  width: 650px;
}
#index .container .w1350 .box1 > .lf .swiper-news {
  height: 171px;
}
#index .container .w1350 .box1 > .lf .swiper-news .swiper-slide {
  padding-top: 15px;
}
#index .container .w1350 .box1 > .lf .swiper-news .swiper-slide .p1 {
  font-size: 22px;
  color: #77be22;
}
#index .container .w1350 .box1 > .lf .swiper-news .swiper-slide .p2 {
  font-size: 19px;
  color: #535353;
  font-weight: bold;
  margin: 8px 0 15px;
}
#index .container .w1350 .box1 > .lf .swiper-news .swiper-slide .p3 {
  font-size: 13px;
  line-height: 26px;
  color: #909090;
  text-align: justify;
}
#index .container .w1350 .box1 > .lf .swiper-news .swiper-slide:hover .p2 {
  color: #8cc929;
}
#index .container .w1350 .box1 > .lf .swiper-news .swiper-pagination {
  top: 28px;
  transform: none;
  right: 0;
}
#index .container .w1350 .box1 > .lf .swiper-news .swiper-pagination span {
  margin-bottom: 12px;
  background: #c8c8c8;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin-top: 0;
}
#index .container .w1350 .box1 > .lf .swiper-news .swiper-pagination .swiper-pagination-bullet-active {
  background: #55b447;
}
#index .container .w1350 .box1 > .rt {
  font-size: 0;
}
#index .container .w1350 .box1 > .rt a {
  margin-left: 8px;
  position: relative;
  display: inline-block;
}
#index .container .w1350 .box1 > .rt a .bg {
  transition: all 0.2s ease;
}
#index .container .w1350 .box1 > .rt a .txt {
  position: absolute;
  z-index: 1;
  top: 49px;
  left: 40px;
  transition: all 0.2s ease;
}
#index .container .w1350 .box1 > .rt a:hover {
  z-index: 2;
}
#index .container .w1350 .box1 > .rt a:hover img {
  transform: scale(1.1);
}
#index .container .w1350 .box2 {
  margin-bottom: 60px;
}
#index .container .w1350 .box2 > .xmtj {
  width: 490px;
}
#index .container .w1350 .box2 > .xmtj .index-title {
  display: none;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm {
  position: relative;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .txt {
  position: absolute;
  top: 98px;
  right: 62px;
  z-index: 2;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .swiper-pagination {
  padding-right: 23px;
  text-align: right;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .swiper-pagination span {
  width: 20px;
  height: 3px;
  border-radius: 0;
  margin-bottom: 12px;
  background: #ffffff;
  opacity: 1;
  margin: 0 0 0 5px;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .swiper-pagination .swiper-pagination-bullet-active {
  background: #55b447;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .swiper-slide {
  background: #000;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .swiper-slide img {
  display: block;
  transition: all 0.2s ease;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .swiper-slide .xm-bg {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .swiper-slide .xm-logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -33px;
  width: 196px;
  height: 66px;
  background: #77be22;
  text-align: center;
  font-size: 16px;
  line-height: 66px;
  color: #fff;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm .swiper-slide .xm-logo img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#index .container .w1350 .box2 > .xmtj .swiper-xm:hover .xm-bg {
  opacity: 0.8;
}
#index .container .w1350 .box2 > .rt a {
  height: 240px;
  width: 430px;
  float: left;
  position: relative;
  display: block;
  transition: all 0.2s ease;
  overflow: hidden;
}
#index .container .w1350 .box2 > .rt a .img100 {
  transition: all 0.2s ease;
}
#index .container .w1350 .box2 > .rt a:hover .img100 {
  transform: scale(1.1);
}
#index .container .w1350 .box2 > .rt .l1 {
  background: url(../images/index/qynk.jpg) no-repeat center;
  background-size: cover;
}
#index .container .w1350 .box2 > .rt .l1 .en {
  position: absolute;
  top: 98px;
  right: 52px;
  z-index: 2;
}
#index .container .w1350 .box2 > .rt .l2 {
  background: url(../images/index/xcp.jpg) no-repeat center;
  background-size: cover;
}
#index .container .w1350 .box2 > .rt .l2 .en {
  position: absolute;
  top: 62px;
  right: 57px;
  z-index: 2;
}
#news .container .w1280 .news-box > .lf {
  width: 410px;
}
#news .container .w1280 .news-box > .lf .img {
  width: 410px;
  height: 260px;
  background-size: cover;
  background-position: center;
}
#news .container .w1280 .news-box > .lf .p1 {
  font-size: 26px;
  color: #8cc929;
  font-family: 'fur';
  margin: 20px 0 12px;
}
#news .container .w1280 .news-box > .lf .p2 {
  font-size: 18px;
  color: #4a5642;
  margin-bottom: 15px;
}
#news .container .w1280 .news-box > .lf .p3 {
  font-size: 14px;
  line-height: 30px;
  color: #adafad;
}
#news .container .w1280 .news-box > .lf:hover .p2 {
  color: #8cc929;
}
#news .container .w1280 .news-box > .rt {
  width: 767px;
}
#news .container .w1280 .news-box > .rt .box1 a {
  display: block;
  height: 120px;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.2s ease;
}
#news .container .w1280 .news-box > .rt .box1 a > .lf {
  font-size: 26px;
  color: #8cc929;
  font-family: 'fur';
  width: 150px;
  margin-top: 46px;
  padding-left: 16px;
}
#news .container .w1280 .news-box > .rt .box1 a > .rt {
  width: 600px;
  margin-top: 35px;
}
#news .container .w1280 .news-box > .rt .box1 a > .rt .p1 {
  font-size: 16px;
  color: #5b6a51;
  margin-bottom: 15px;
}
#news .container .w1280 .news-box > .rt .box1 a > .rt .p2 {
  font-size: 14px;
  color: #adafad;
}
#news .container .w1280 .news-box > .rt .box1 a:hover {
  background: #f3f4f1;
}
#video .container {
  background: #eaf8e5;
  padding: 1px 0;
}
#video .container .w1280 .news-box .video-box > div {
  width: 33.33%;
  float: left;
  margin-bottom: 87px;
}
#video .container .w1280 .news-box .video-box > div a {
  display: block;
  width: 90%;
  margin: auto;
  box-shadow: 8px 8px 8px rgba(108, 147, 35, 0.06);
}
#video .container .w1280 .news-box .video-box > div a .top {
  overflow: hidden;
}
#video .container .w1280 .news-box .video-box > div a .top img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  transition: all 0.2s ease;
}
#video .container .w1280 .news-box .video-box > div a .btm {
  height: 130px;
  line-height: 1.8em;
  background: #fff;
  position: relative;
  padding: 50px 28px 0;
}
#video .container .w1280 .news-box .video-box > div a .btm > p {
  color: #484848;
}
#video .container .w1280 .news-box .video-box > div a .btm .sxj {
  position: absolute;
  top: 26px;
  right: 30px;
}
#video .container .w1280 .news-box .video-box > div a .btm .play {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #8cc929;
  top: -26px;
  left: 50%;
  margin-left: -26px;
}
#video .container .w1280 .news-box .video-box > div a .btm .play p {
  position: absolute;
  border: 9px solid transparent;
  border-left: 13px solid #fff;
  top: 17px;
  left: 22px;
}
#video .container .w1280 .news-box .video-box > div a:hover .top img {
  transform: scale(1.2);
}
#video .container .w1280 .news-box .page-box {
  margin: 10px auto 96px;
}
#bulletin .container .w1280 .news-box .gg-box a {
  display: block;
  height: 80px;
  margin-bottom: 4px;
}
#bulletin .container .w1280 .news-box .gg-box a .time {
  width: 262px;
  height: 80px;
  line-height: 80px;
  border-right: 2px solid #fff;
  text-align: center;
  font-size: 24px;
  color: #aab69e;
  font-family: 'fur';
  transition: all 0.2s ease;
}
#bulletin .container .w1280 .news-box .gg-box a .time br {
  display: none;
}
#bulletin .container .w1280 .news-box .gg-box a > .con {
  float: none;
  height: 80px;
  line-height: 80px;
  margin-left: 262px;
  padding: 0 50px;
  transition: all 0.2s ease;
}
#bulletin .container .w1280 .news-box .gg-box a > .con > .lf {
  font-size: 16px;
  color: #5b6a51;
}
#bulletin .container .w1280 .news-box .gg-box a > .con .eye {
  width: 27px;
  height: 16px;
  background-image: url(../images/xwzx/eye.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
}
#bulletin .container .w1280 .news-box .gg-box a:nth-child(odd) .time {
  background: #e4f4e1;
}
#bulletin .container .w1280 .news-box .gg-box a:nth-child(odd) > .rt {
  background: #eaf8e9;
}
#bulletin .container .w1280 .news-box .gg-box a:nth-child(even) .time {
  background: #eeefe9;
}
#bulletin .container .w1280 .news-box .gg-box a:nth-child(even) > .rt {
  background: #f7f8f3;
}
#bulletin .container .w1280 .news-box .gg-box a:hover .time,
#bulletin .container .w1280 .news-box .gg-box a:hover .con {
  background: #8cc929;
  color: #fff;
}
#bulletin .container .w1280 .news-box .gg-box a:hover .lf {
  color: #fff;
}
#bulletin .container .w1280 .news-box .gg-box a:hover .eye {
  background-image: url(../images/xwzx/eye2.png);
}
#projects_sales .second-nav .w1280 .title .p3 {
  height: 40px;
}
#projects_sales .container .w1280 .news-box .xm-box > div {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
#projects_sales .container .w1280 .news-box .xm-box > div a {
  width: 610px;
  margin: auto;
  display: block;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .img {
  width: 290px;
  overflow: hidden;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .img img {
  background: no-repeat center;
  background-size: cover;
  transition: all 0.2s ease;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .con {
  width: 320px;
  height: 210px;
  background: #f0fce3;
  position: relative;
  padding: 38px 0 0 38px;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .con .rx {
  position: absolute;
  top: 0;
  right: 20px;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .con .plus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43px;
  height: 43px;
  color: #fff;
  font-size: 25px;
  background: #8cc929;
  text-align: center;
  line-height: 43px;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .con .plus span {
  display: block;
  transition: all 0.2s ease;
  line-height: 40px;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .con .p1 {
  font-size: 18px;
  color: #666a64;
  font-weight: bold;
  margin-bottom: 38px;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .con .p2 {
  font-size: 14px;
  color: #768072;
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(../images/xmzx/icon1.png) no-repeat left center;
}
#projects_sales .container .w1280 .news-box .xm-box > div a .con .p3 {
  font-size: 20px;
  color: #768072;
  padding-left: 20px;
  background: url(../images/xmzx/icon2.png) no-repeat left center;
}
#projects_sales .container .w1280 .news-box .xm-box > div a:hover .img img {
  transform: scale(1.1);
}
#projects_sales .container .w1280 .news-box .xm-box > div a:hover .plus span {
  transform: rotate(90deg);
}
#projects_sales .container .w1280 .news-box .page-box {
  margin: 25px 0 80px;
}
#projects .second-nav .w1280 .title .p3 {
  height: 40px;
}
#projects .container .w1280 {
  position: relative;
}
#projects .container .w1280 .tabs {
  position: absolute;
  right: 0;
  top: 10px;
}
#projects .container .w1280 .tabs .a1 {
  background-image: url(../images/xmzx/t1-1.png);
}
#projects .container .w1280 .tabs .a2 {
  background-image: url(../images/xmzx/t2-2.png);
}
#projects .container .w1280 .tabs .a3 {
  background-image: url(../images/xmzx/t3-3.png);
}
#projects .container .w1280 .tabs .a1.active {
  background-image: url(../images/xmzx/t1.png);
}
#projects .container .w1280 .tabs .a2.active {
  background-image: url(../images/xmzx/t2.png);
}
#projects .container .w1280 .tabs .a3.active {
  background-image: url(../images/xmzx/t3.png);
}
#projects .container .w1280 .tabs .a1:hover {
  background-image: url(../images/xmzx/t1.png);
}
#projects .container .w1280 .tabs .a2:hover {
  background-image: url(../images/xmzx/t2.png);
}
#projects .container .w1280 .tabs .a3:hover {
  background-image: url(../images/xmzx/t3.png);
}
#projects .container .w1280 .tabs a {
  display: inline-block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  background-color: #eeeeee;
  font-size: 14px;
  color: #5b5c5b;
  margin-left: 16px;
  border-radius: 5px;
  padding-left: 62px;
  background-position: left 24px center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
#projects .container .w1280 .tabs a:hover {
  background-color: #8cc929;
  color: #fff;
}
#projects .container .w1280 .tabs a.active {
  background-color: #8cc929;
  color: #fff;
}
#projects .container .w1280 .news-box .xm-box > div {
  width: 33.33%;
  float: left;
  margin-bottom: 70px;
}
#projects .container .w1280 .news-box .xm-box > div a {
  display: block;
  width: 97%;
  margin: auto;
  transition: all 0.2s ease;
}
#projects .container .w1280 .news-box .xm-box > div a .img img {
  width: 100%;
  background-position: center;
  background-size: cover;
}
#projects .container .w1280 .news-box .xm-box > div a .con {
  height: 117px;
  padding: 29px 25px 0;
}
#projects .container .w1280 .news-box .xm-box > div a .con .p1 {
  font-size: 18px;
  color: #666a64;
  font-weight: bold;
  margin-bottom: 8px;
}
#projects .container .w1280 .news-box .xm-box > div a .con .p2 {
  font-size: 14px;
  color: #adafad;
}
#projects .container .w1280 .news-box .xm-box > div a:hover {
  box-shadow: 2px 2px 20px 10px rgba(44, 110, 49, 0.2);
}
#projects .container .w1280 .news-box .page-box {
  margin: 0 0 80px;
}
#party .second-nav .w1280 .title,
#search .second-nav .w1280 .title {
  background: #d54931;
}
#party .container .w1280 .news-box .big-news,
#search .container .w1280 .news-box .big-news {
  display: block;
  margin-bottom: 38px;
}
#party .container .w1280 .news-box .big-news .img,
#search .container .w1280 .news-box .big-news .img {
  width: 520px;
  height: 300px;
  background-position: center;
  background-size: cover;
}
#party .container .w1280 .news-box .big-news .con,
#search .container .w1280 .news-box .big-news .con {
  height: 300px;
  width: 760px;
  background: #edf6e5;
  padding: 65px 50px 0;
  position: relative;
}
#party .container .w1280 .news-box .big-news .con .p1,
#search .container .w1280 .news-box .big-news .con .p1 {
  font-size: 26px;
  color: #8cc929;
  font-family: 'fur';
}
#party .container .w1280 .news-box .big-news .con .p2,
#search .container .w1280 .news-box .big-news .con .p2 {
  font-size: 18px;
  color: #5b6a51;
  margin: 16px 0;
}
#party .container .w1280 .news-box .big-news .con .p3,
#search .container .w1280 .news-box .big-news .con .p3 {
  font-size: 14px;
  line-height: 28px;
  color: #adafad;
}
#party .container .w1280 .news-box .big-news .con .p4,
#search .container .w1280 .news-box .big-news .con .p4 {
  position: absolute;
  width: 110px;
  height: 47px;
  background: #8cc929;
  text-align: center;
  color: #fff;
  line-height: 47px;
  bottom: 0;
  right: 50px;
  font-size: 12px;
  transition: all 0.2s ease;
}
#party .container .w1280 .news-box .big-news:hover .p2,
#search .container .w1280 .news-box .big-news:hover .p2 {
  color: #8cc929;
}
#party .container .w1280 .news-box .big-news:hover .p4,
#search .container .w1280 .news-box .big-news:hover .p4 {
  background: #70b501;
}
#party .container .w1280 .news-box .txt-news,
#search .container .w1280 .news-box .txt-news {
  border-top: 1px solid #edf1ed;
}
#party .container .w1280 .news-box .txt-news .box1 a,
#search .container .w1280 .news-box .txt-news .box1 a {
  display: block;
  height: 150px;
  padding: 34px 0 0 19px;
  border-bottom: 1px solid #edf1ed;
}
#party .container .w1280 .news-box .txt-news .box1 a .time,
#search .container .w1280 .news-box .txt-news .box1 a .time {
  font-size: 22px;
  color: #8cc929;
  font-family: 'fur';
  width: 175px;
}
#party .container .w1280 .news-box .txt-news .box1 a .con,
#search .container .w1280 .news-box .txt-news .box1 a .con {
  width: 720px;
}
#party .container .w1280 .news-box .txt-news .box1 a .con .p1,
#search .container .w1280 .news-box .txt-news .box1 a .con .p1 {
  font-size: 18px;
  color: #5b6a51;
  margin-bottom: 10px;
}
#party .container .w1280 .news-box .txt-news .box1 a .con .p2,
#search .container .w1280 .news-box .txt-news .box1 a .con .p2 {
  font-size: 14px;
  line-height: 28px;
  color: #adafad;
}
#party .container .w1280 .news-box .txt-news .box1 a .arr,
#search .container .w1280 .news-box .txt-news .box1 a .arr {
  width: 44px;
  height: 44px;
  margin: 24px 34px 0 0;
  transition: all 0.2s ease;
  background: url(../images/djzl/arr2.png) no-repeat;
}
#party .container .w1280 .news-box .txt-news .box1 a:hover .arr,
#search .container .w1280 .news-box .txt-news .box1 a:hover .arr {
  background: url(../images/djzl/arr1.png) no-repeat;
}
#party .container .w1280 .news-box .txt-news .box1 a:hover .p1,
#search .container .w1280 .news-box .txt-news .box1 a:hover .p1 {
  color: #8cc929;
}
#search .search-keyword {
  margin: 0 0 40px;
  font-size: 20px;
  color: #68c30f;
}
#search .txt-news {
  min-height: 300px;
}
#culture .second-nav .w1280 .title .p3 {
  height: 39px;
}
#culture .container {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 51px;
}
#culture .container .bg {
  width: 100%;
  height: 230px;
  background: #c9e8a1;
  position: absolute;
  bottom: 0;
  left: 0;
}
#culture .container .w1280 {
  position: relative;
}
#culture .container .w1280 .ln-box .con {
  width: 589px;
  background: #fff;
  height: 340px;
  padding: 40px 50px 0;
}
#culture .container .w1280 .ln-box .con p {
  padding-left: 38px;
  margin-bottom: 5px;
}
#culture .container .w1280 .ln-box .con .i1 {
  background-image: url(../images/ppwh/i1.png);
}
#culture .container .w1280 .ln-box .con .i2 {
  background-image: url(../images/ppwh/i2.png);
}
#culture .container .w1280 .ln-box .con .i3 {
  background-image: url(../images/ppwh/i3.png);
}
#culture .container .w1280 .ln-box .con .p1 {
  font-size: 18px;
  color: #676767;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
}
#culture .container .w1280 .ln-box .con .p2 {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 36px;
  color: #a4a4a3;
}
#quality .second-nav .w1280 .title .p3 {
  height: 39px;
}
#quality .container .ts-box {
  position: relative;
  margin-bottom: 70px;
}
#quality .container .ts-box .bg {
  position: absolute;
  width: 50%;
  height: 295px;
  background: #f0fce3;
  left: 0;
  top: 0;
}
#quality .container .ts-box .w1280 {
  position: relative;
  background: #fff;
}
#quality .container .ts-box .w1280 > .lf {
  width: 560px;
  padding: 62px 0 0 75px;
}
#quality .container .ts-box .w1280 > .lf .p1 {
  font-size: 22px;
  color: #88c15a;
  margin-bottom: 20px;
}
#quality .container .ts-box .w1280 > .lf .p2 {
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  color: #676767;
}
#quality .container .ts-box .w1280 > .rt {
  width: 620px;
}
#quality .container .news-box {
  position: relative;
  padding-top: 113px;
}
#quality .container .news-box .bg {
  position: absolute;
  width: 100%;
  height: 455px;
  top: 0;
  left: 0;
  background: url(../images/ppwh/bg1.jpg) no-repeat;
  background-size: cover;
}
#quality .container .news-box > .w1280 {
  position: relative;
  background: #fff;
}
#quality .container .news-box > .w1280 .news {
  padding: 27px 48px 0;
}
#quality .container .news-box > .w1280 .news a {
  display: block;
  border-bottom: 2px solid #e6eee5;
  height: 160px;
  padding-top: 40px;
}
#quality .container .news-box > .w1280 .news a .time {
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: 'fur';
  background: #9bd071;
  margin-right: 37px;
  padding-top: 9px;
}
#quality .container .news-box > .w1280 .news a .time span {
  font-size: 36px;
  font-family: 'fur';
  display: block;
}
#quality .container .news-box > .w1280 .news a .con {
  width: 935px;
}
#quality .container .news-box > .w1280 .news a .con .p1 {
  font-size: 18px;
  color: #5b6a51;
  margin-bottom: 20px;
}
#quality .container .news-box > .w1280 .news a .con .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #979997;
}
#quality .container .news-box > .w1280 .news a .arr {
  width: 44px;
  height: 44px;
  margin: 22px 34px 0 0;
  transition: all 0.2s ease;
  background: url(../images/djzl/arr2.png) no-repeat;
}
#quality .container .news-box > .w1280 .news a:hover .arr {
  background: url(../images/djzl/arr1.png) no-repeat;
}
#quality .container .news-box > .w1280 .news a:hover .p1 {
  color: #8cc929;
}
#journal .second-nav .w1280 .title .p3 {
  height: 39px;
}
#journal .container .w1280 {
  position: relative;
}
#journal .container .tabs {
  position: absolute;
  right: 0;
  top: 10px;
}
#journal .container .tabs a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background: #eeeeee;
  font-size: 14px;
  color: #5b5c5b;
  text-align: center;
  margin-left: 16px;
  border-radius: 5px;
  padding: 0 1em;
  transition: all 0.2s ease;
}
#journal .container .tabs a:hover,
#journal .container .tabs a.active {
  background-color: #8cc929;
  color: #fff;
}
#journal .container .news-box {
  position: relative;
  padding-top: 20px;
}
#journal .container .news-box .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 230px;
  background: #eef4e9;
}
#journal .container .news-box .bg1 {
  top: 220px;
}
#journal .container .news-box .bg2 {
  top: 720px;
}
#journal .container .news-box .w1280 {
  position: relative;
}
#journal .container .news-box .w1280 .qk-box > div {
  width: 33.33%;
  float: left;
  margin-bottom: 90px;
}
#journal .container .news-box .w1280 .qk-box > div a {
  display: block;
  width: 260px;
  margin: auto;
}
#journal .container .news-box .w1280 .qk-box > div a .top {
  position: relative;
  margin-bottom: 28px;
  border: 11px solid #cfe8a5;
  transition: all 0.2s ease;
}
#journal .container .news-box .w1280 .qk-box > div a .top img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
}
#journal .container .news-box .w1280 .qk-box > div a .top .eye {
  position: absolute;
  bottom: -11px;
  width: 48px;
  height: 48px;
  right: -59px;
  background: #8cc929 url(../images/ppwh/eye.png) no-repeat center;
}
#journal .container .news-box .w1280 .qk-box > div a .txt {
  font-size: 14px;
  color: #414342;
}
#journal .container .news-box .w1280 .qk-box > div a:hover .top {
  box-shadow: -10px 10px 20px rgba(73, 97, 29, 0.5);
}
#journal .container .news-box .page-box {
  margin: 25px 0 55px;
}
#about .container .w1280 {
  position: relative;
  margin-bottom: 132px;
}
#about .container .w1280 > .lf {
  width: 780px;
  margin-top: 98px;
  padding-left: 22px;
}
#about .container .w1280 > .lf .title {
  margin-bottom: 35px;
}
#about .container .w1280 > .lf .title .p1 {
  font-size: 24px;
  color: #8bc43a;
  font-weight: bold;
}
#about .container .w1280 > .lf .title .p2 {
  font-size: 20px;
  color: #bebfbd;
  font-weight: bold;
  text-transform: uppercase;
}
#about .container .w1280 > .lf .con p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 44px;
}
#about .container .w1280 > .lf .con p span {
  color: #007443;
}
#about .container .w1280 > .lf .img-box img:first-child {
  margin-bottom: 50px;
}
#about .container .w1280 > .jfdc {
  position: absolute;
  top: 117px;
  right: 50px;
}
#honor .container .w1280 .top img {
  display: inline-block;
}
#honor .container .w1280 .lb-box {
  position: relative;
}
#honor .container .w1280 .lb-box .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  white-space: nowrap;
}
#honor .container .w1280 .lb-box .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  transition: 0.2s transform, 0.2s left;
}
#honor .container .w1280 .lb-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #8cc929;
}
#honor .container .w1280 .lb-box .swiper-ry {
  width: 1035px;
  margin: auto;
  padding: 200px 0;
}
#honor .container .w1280 .lb-box .swiper-ry .swiper-slide img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  transition: all 0.2s ease;
  filter: blur(3px);
}
#honor .container .w1280 .lb-box .swiper-ry .swiper-slide-active {
  z-index: 2;
}
#honor .container .w1280 .lb-box .swiper-ry .swiper-slide-active > img {
  transform: scale(1.53);
  filter: blur(0);
}
#honor .container .w1280 .lb-box .swiper-button-prev {
  background-image: url(../images/gywm/arr1.png);
  left: 0;
  right: auto;
}
#honor .container .w1280 .lb-box .swiper-button-next {
  background-image: url(../images/gywm/arr2.png);
  right: 0;
  left: auto;
}
#honor .container .w1280 .lb-box .swiper-button-prev,
#honor .container .w1280 .lb-box .swiper-button-next {
  width: 63px;
  height: 63px;
  margin-top: -31px;
  border-radius: 50%;
  background-color: #8cc929;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
#honor .container .w1280 .lb-box .swiper-button-prev:hover,
#honor .container .w1280 .lb-box .swiper-button-next:hover {
  background-color: #70b501;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
#team .container .td-box {
  position: relative;
  margin-bottom: 70px;
}
#team .container .td-box .bg {
  position: absolute;
  width: 50%;
  height: 360px;
  background: #f0fce3;
  left: 0;
  top: 0;
}
#team .container .td-box .w1280 {
  position: relative;
  background: #fff;
}
#team .container .td-box .w1280 > .lf {
  width: 600px;
  padding: 20px 0 0 80px;
  color: #666;
}
#team .container .td-box .w1280 > .lf .li {
  display: flex;
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
#team .container .td-box .w1280 > .lf .li strong {
  display: block;
  width: 90px;
  color: #333;
  font-size: 20px;
  font-weight: normal;
}
#team .container .td-box .w1280 > .rt {
  width: 600px;
}
#structure .container .w1280 {
  margin-bottom: 115px;
}
#structure .container .w1280 .jg-box .pinch-zoom {
  text-align: center;
}
#structure .container .w1280 .jg-box .tips {
  display: none;
}
#legal .container .w1180 {
  width: 1180px;
  margin: 0 auto 85px;
}
#legal .container .w1180 .sm-box {
  padding: 50px 50px 60px;
  border: 3px solid #9bc390;
  border-radius: 8px;
  position: relative;
}
#legal .container .w1180 .sm-box .txt {
  position: absolute;
  right: 25px;
  bottom: 10px;
}
#legal .container .w1180 .sm-box p {
  padding-left: 24px;
  font-size: 14px;
  line-height: 30px;
  color: #676767;
  margin-bottom: 32px;
  text-align: justify;
}
#legal .container .w1180 .sm-box h1,
#legal .container .w1180 .sm-box h2,
#legal .container .w1180 .sm-box h3 {
  font-size: 14px;
  color: #676767;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}
#legal .container .w1180 .sm-box h1::before,
#legal .container .w1180 .sm-box h2::before,
#legal .container .w1180 .sm-box h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  border: 1px solid #88c042;
  border-radius: 50%;
}
#contact .container {
  margin-bottom: 100px;
}
#contact .container .w1150 {
  width: 1150px;
  margin: auto;
}
#contact .container .w1150 .lx-box > .lf {
  width: 670px;
  border-top: 3px solid #3ea552;
}
#contact .container .w1150 .lx-box > .lf .box1 {
  padding: 55px 0 0 98px;
  position: relative;
}
#contact .container .w1150 .lx-box > .lf .box1 .icon {
  position: absolute;
  top: 47px;
  left: 30px;
}
#contact .container .w1150 .lx-box > .lf .box1 div {
  font-size: 17px;
  color: #007242;
  font-weight: bold;
  margin-bottom: 20px;
}
#contact .container .w1150 .lx-box > .lf .box1 p {
  font-size: 14px;
  line-height: 22px;
  color: #676767;
  margin-bottom: 8px;
}
#contact .container .w1150 .lx-box > .lf #map {
  margin-top: 60px;
  height: 280px;
}
#contact .container .w1150 .lx-box > .rt > div {
  margin-bottom: 72px;
}
#contact .container .w1150 .lx-box > .rt > div div {
  font-size: 17px;
  color: #676767;
  font-weight: bold;
  position: relative;
  margin-bottom: 23px;
}
#contact .container .w1150 .lx-box > .rt > div div span {
  position: absolute;
  width: 22px;
  border-top: 1px solid #3ea552;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
#contact .container .w1150 .lx-box > .rt > div p {
  font-size: 14px;
  line-height: 22px;
  color: #676767;
  margin-bottom: 5px;
}
#contact .container .w1150 .lx-box > .rt > div:last-child {
  margin-bottom: 0;
}
#join .container {
  background: #f2f9ef;
}
#join .container .second-title {
  margin: 0;
  padding: 50px 0;
}
#join .container .w1150 {
  width: 1150px;
  margin: auto;
  padding-bottom: 1px;
}
#join .container .w1150 .jr-box .xx {
  background: #fff;
  border: 2px solid #dfe2d1;
  margin-bottom: 16px;
  transition: all 0.2s ease;
}
#join .container .w1150 .jr-box .xx .top {
  height: 60px;
  line-height: 60px;
  padding: 0 44px;
  cursor: pointer;
}
#join .container .w1150 .jr-box .xx .top .p1 {
  font-size: 16px;
  color: #676767;
  font-weight: bold;
  width: 110px;
}
#join .container .w1150 .jr-box .xx .top .p2 {
  font-size: 12px;
  color: #9c9d9c;
}
#join .container .w1150 .jr-box .xx .top .plus {
  margin-top: 22px;
  transition: all 0.2s ease;
}
#join .container .w1150 .jr-box .xx .top .rot {
  transform: rotate(45deg);
}
#join .container .w1150 .jr-box .xx .btm {
  padding: 0 50px 20px;
  display: none;
}
#join .container .w1150 .jr-box .xx .btm p {
  font-size: 14px;
  color: #676767;
  line-height: 24px;
}
#join .container .w1150 .jr-box .xx:hover {
  border: 2px solid #8cc929;
}
#article .container .w1280 {
  position: relative;
}
#article .container .w1280 .content {
  padding: 50px 0 120px;
  margin-right: 480px;
}
#article .container .w1280 .content .title {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  color: #4d4e4d;
}
#article .container .w1280 .content .t-box {
  border-bottom: 1px solid #78bd22;
  padding-bottom: 5px;
  margin-top: 40px;
  position: relative;
  color: #a19f9f;
  font-size: 12px;
}
#article .container .w1280 .content .t-box > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
#article .container .w1280 .content .t-box a {
  color: #a19f9f;
}
#article .container .w1280 .content .t-box a:hover {
  color: #78bd22;
}
#article .container .w1280 .content .t-box .bdsharebuttonbox {
  position: absolute;
  right: 0;
  bottom: 0;
}
#article .container .w1280 .content .con {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2em;
  color: #666;
  text-align: justify;
}
#article .container .w1280 .content .con p {
  margin: 15px 0;
}
#article .container .w1280 .content .con img {
  max-width: 100%;
  display: block;
  margin: 15px auto;
}
#article .container .w1280 .content .con ul,
#article .container .w1280 .content .con ol {
  margin-left: 30px;
}
#article .container .w1280 .content .con ul li,
#article .container .w1280 .content .con ol li {
  list-style-type: auto;
}
#article .container .w1280 .content #isvideoplayer {
  margin: 40px auto 0;
  width: 100%;
  background: #000;
  color: #ccc;
}
#article .container .w1280 .content #isvideoplayer video {
  max-height: 600px;
}
#article .container .w1280 .content #picbox {
  margin: 40px auto 0;
  position: relative;
}
#article .container .w1280 .content #picbox img {
  display: block;
  width: 100%;
}
#article .container .w1280 .content #picbox .arrow-left,
#article .container .w1280 .content #picbox .arrow-right {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  background: no-repeat center;
  cursor: pointer;
}
#article .container .w1280 .content #picbox .arrow-left {
  left: 20px;
  background-image: url(../images/index/arr1.png);
}
#article .container .w1280 .content #picbox .arrow-right {
  right: 20px;
  background-image: url(../images/index/arr2.png);
}
#article .container .w1280 .content #attachment {
  margin: 40px auto 0;
}
#article .container .w1280 .content #attachment a {
  display: block;
}
#article .container .w1280 .rt-txt {
  width: 400px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 65px 30px 0;
  border-left: 1px solid #e5e5e5;
}
#article .container .w1280 .rt-txt .title {
  font-size: 22px;
  color: #555353;
  margin-bottom: 25px;
}
#article .container .w1280 .rt-txt .big-news {
  display: block;
  padding-bottom: 15px;
  border-bottom: 2px solid #e3e3e3;
}
#article .container .w1280 .rt-txt .big-news .img-box {
  width: 100%;
}
#article .container .w1280 .rt-txt .big-news .img-box img {
  width: 100%;
}
#article .container .w1280 .rt-txt .big-news .p1 {
  font-size: 15px;
  line-height: 28px;
  color: #555353;
  margin: 14px 0;
}
#article .container .w1280 .rt-txt .big-news .p2 {
  font-size: 16px;
  color: #555353;
  opacity: 0.55;
}
#article .container .w1280 .rt-txt .big-news:hover .p1 {
  color: #0b9826;
}
#article .container .w1280 .rt-txt .txt-news a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  color: #555353;
  position: relative;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#article .container .w1280 .rt-txt .txt-news a:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d3e58a;
  left: 0;
  top: 18px;
}
#article .container .w1280 .rt-txt .txt-news a:hover {
  color: #0b9826;
}
#project .second-banner img,
#project .m-banner img {
  background: #0b9826 no-repeat center;
  background-size: cover;
}
#project .second-nav .w1280 .title .p3 {
  height: 40px;
}
#project .second-nav .w1280 .name {
  margin: -80px 0 0 240px;
  font-size: 30px;
  color: #fff;
}
#project #ascrail2000 {
  background: #e3e3e3;
}
#project .container .title {
  height: 135px;
  line-height: 135px;
  background: #ecf4e6;
  text-align: center;
}
#project .container .title img {
  vertical-align: middle;
}
#project .container .title span {
  font-size: 24px;
  color: #525252;
  vertical-align: middle;
}
#project .container .part1 .w1280 {
  padding: 95px 0;
}
#project .container .part1 .w1280 > .lf {
  width: 300px;
  border-right: 1px solid #dedede;
  padding: 0 50px 20px 0;
}
#project .container .part1 .w1280 > .lf .logo {
  text-align: center;
}
#project .container .part1 .w1280 > .lf .logo img {
  max-width: 80%;
  max-height: 120px;
}
#project .container .part1 .w1280 > .lf .add {
  margin: 20px 0;
}
#project .container .part1 .w1280 > .lf .add p {
  margin-left: 3em;
  font-size: 14px;
  color: #3f3f3f;
  line-height: 24px;
}
#project .container .part1 .w1280 > .lf .add p span {
  margin-left: -3em;
  color: #007242;
}
#project .container .part1 .w1280 > .lf .ewm {
  text-align: center;
}
#project .container .part1 .w1280 > .lf .ewm img {
  height: 100px;
}
#project .container .part1 .w1280 > .rt {
  width: 100%;
}
#project .container .part1 .w1280 > .rt #boxscroll {
  width: 100%;
  padding-right: 65px;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
  color: #7a7a7a;
}
#project .container .part1 .w1280 > .rt #boxscroll h1,
#project .container .part1 .w1280 > .rt #boxscroll h2,
#project .container .part1 .w1280 > .rt #boxscroll h3,
#project .container .part1 .w1280 > .rt #boxscroll h4,
#project .container .part1 .w1280 > .rt #boxscroll h5,
#project .container .part1 .w1280 > .rt #boxscroll h6,
#project .container .part1 .w1280 > .rt #boxscroll p {
  margin: 1em 0;
}
#project .container .part1 .w1280 > .lf + .rt {
  width: 870px;
}
#project .container .part1 .w1280 > .lf + .rt #boxscroll {
  max-height: 320px;
}
#project .container .lb-box .swiper-button-prev {
  background-image: url(../images/gywm/arr1.png);
  left: -34px;
  right: auto;
}
#project .container .lb-box .swiper-button-next {
  background-image: url(../images/gywm/arr2.png);
  right: -34px;
  left: auto;
}
#project .container .lb-box .swiper-button-prev,
#project .container .lb-box .swiper-button-next {
  width: 63px;
  height: 63px;
  margin-top: -31px;
  border-radius: 50%;
  background-color: #8cc929;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
#project .container .lb-box .swiper-button-prev:hover,
#project .container .lb-box .swiper-button-next:hover {
  background-color: #70b501;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
#project .container .part2 .w1280,
#project .container .part5 .w1280 {
  position: relative;
}
#project .container .part2 .w1280 .swiper-tj,
#project .container .part5 .w1280 .swiper-tj,
#project .container .part2 .w1280 .swiper-sp,
#project .container .part5 .w1280 .swiper-sp {
  width: 1170px;
  margin: auto;
  padding: 165px 0;
}
#project .container .part2 .w1280 .swiper-tj .swiper-slide,
#project .container .part5 .w1280 .swiper-tj .swiper-slide,
#project .container .part2 .w1280 .swiper-sp .swiper-slide,
#project .container .part5 .w1280 .swiper-sp .swiper-slide {
  cursor: pointer;
}
#project .container .part2 .w1280 .swiper-tj .swiper-slide img,
#project .container .part5 .w1280 .swiper-tj .swiper-slide img,
#project .container .part2 .w1280 .swiper-sp .swiper-slide img,
#project .container .part5 .w1280 .swiper-sp .swiper-slide img {
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease;
  filter: blur(4px);
}
#project .container .part2 .w1280 .swiper-tj .swiper-slide .play,
#project .container .part5 .w1280 .swiper-tj .swiper-slide .play,
#project .container .part2 .w1280 .swiper-sp .swiper-slide .play,
#project .container .part5 .w1280 .swiper-sp .swiper-slide .play {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0009;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  transition: all 0.3s;
}
#project .container .part2 .w1280 .swiper-tj .swiper-slide .play::after,
#project .container .part5 .w1280 .swiper-tj .swiper-slide .play::after,
#project .container .part2 .w1280 .swiper-sp .swiper-slide .play::after,
#project .container .part5 .w1280 .swiper-sp .swiper-slide .play::after {
  content: '';
  display: block;
  position: absolute;
  border: 15px solid transparent;
  border-left: 20px solid #fff;
  top: 14px;
  left: 24px;
}
#project .container .part2 .w1280 .swiper-tj .swiper-slide:hover .play,
#project .container .part5 .w1280 .swiper-tj .swiper-slide:hover .play,
#project .container .part2 .w1280 .swiper-sp .swiper-slide:hover .play,
#project .container .part5 .w1280 .swiper-sp .swiper-slide:hover .play {
  transform: scale(1.4);
}
#project .container .part2 .w1280 .swiper-tj .swiper-slide-active,
#project .container .part5 .w1280 .swiper-tj .swiper-slide-active,
#project .container .part2 .w1280 .swiper-sp .swiper-slide-active,
#project .container .part5 .w1280 .swiper-sp .swiper-slide-active {
  z-index: 2;
}
#project .container .part2 .w1280 .swiper-tj .swiper-slide-active > img,
#project .container .part5 .w1280 .swiper-tj .swiper-slide-active > img,
#project .container .part2 .w1280 .swiper-sp .swiper-slide-active > img,
#project .container .part5 .w1280 .swiper-sp .swiper-slide-active > img {
  transform: scale(1.53);
  filter: blur(0) grayscale(0);
}
#project .container .part3 {
  padding: 105px 0;
}
#project .container .part3 .w1280 {
  position: relative;
}
#project .container .part3 .w1280 .swiper-hx {
  width: 1160px;
  margin: auto;
}
#project .container .part3 .w1280 .swiper-hx .swiper-slide {
  cursor: pointer;
}
#project .container .part3 .w1280 .swiper-hx .swiper-slide img {
  width: 100%;
  background-position: center;
  background-size: cover;
}
#project .container .part4 {
  background: #e4e5e3;
  margin-bottom: 90px;
}
#project .container .part4 .w1280 #map {
  height: 380px;
}
#project .container .part4 .w1280 .img100 {
  width: 100%;
}
#project .model {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
}
#project .model .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  z-index: 10;
  cursor: pointer;
}
#project .model .model-lb {
  position: absolute;
  width: 100%;
  height: 100%;
}
#project .model .model-lb .swiper-pagination {
  bottom: 30px;
  transform: none;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
#project .model .model-lb .swiper-pagination span {
  color: #fff;
}
#project .model .model-lb .swiper-container {
  height: 100%;
}
#project .model .model-lb .swiper-button-prev {
  background-image: url(../images/gywm/arr1.png);
  left: 34px;
  right: auto;
}
#project .model .model-lb .swiper-button-next {
  background-image: url(../images/gywm/arr2.png);
  right: 34px;
  left: auto;
}
#project .model .model-lb .swiper-button-prev,
#project .model .model-lb .swiper-button-next {
  width: 63px;
  height: 63px;
  margin-top: -31px;
  border-radius: 50%;
  background-color: #8cc929;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
#project .model .model-lb .swiper-button-prev:hover,
#project .model .model-lb .swiper-button-next:hover {
  background-color: #70b501;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
#project .model .model-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#project .model .model-video video {
  width: 800px;
}
@media screen and (max-width: 600px) {
  ::-webkit-scrollbar {
    width: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .ts {
    display: block;
  }
  .w1280 {
    width: 90%;
    margin: auto;
  }
  .second-nav {
    display: none;
  }
  .second-title {
    margin: 18px 0;
  }
  .second-title .cn {
    font-size: 17px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .second-title .cn .en {
    position: static;
    font-size: 16px;
  }
  .page-box {
    margin: 30px 0;
  }
  .page-box a {
    margin: 0 5px;
    font-size: 12px;
  }
  .page-box .btn {
    width: 56px;
  }
  .page-box .ym {
    margin: 0 8px;
  }
  .second-banner {
    display: none;
  }
  .m-banner {
    display: block;
    position: relative;
  }
  .m-banner .txt {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
  .m-banner .txt .p1 {
    font-size: 17px;
    color: #fff;
  }
  .m-banner .txt .p2 {
    font-size: 17px;
    color: #fff;
    opacity: 0.4;
    text-transform: uppercase;
  }
  .m-nav {
    display: block;
    background: #8cc929;
    padding: 0 5%;
  }
  .m-nav .swiper-nav .swiper-slide {
    width: auto;
  }
  .m-nav .swiper-nav .swiper-slide a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
  }
  .m-nav .swiper-nav .swiper-slide.active a {
    background: #fff;
    color: #8cc929;
  }
  /*侧边栏*/
  .slide-nav {
    display: block;
    position: fixed;
    background: #8dc929;
    width: 160px;
    height: 100%;
    top: 0;
    right: -160px;
    z-index: 1000;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 65px 0 0;
    overflow-y: scroll;
  }
  .slide-nav > div:first-child {
    border-top: 3px solid rgba(255, 255, 255, 0.5);
  }
  .slide-nav > div {
    width: 120px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .slide-nav > div ul {
    overflow: hidden;
    display: none;
    padding-bottom: 15px;
  }
  .slide-nav > div ul li {
    line-height: 35px;
    height: 35px;
    list-style: none;
    padding-left: 22px;
  }
  .slide-nav > div ul li a {
    display: block;
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
  }
  .slide-nav div.active {
    border-bottom: 1px solid #b1e53c;
  }
  .slide-nav h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7px 0 22px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
  }
  .slide-nav h3 a {
    font-size: 15px;
    color: #ffffff;
    display: block;
  }
  .slide-nav h3 div.arr {
    width: 12px;
    height: 8px;
    background: url("../images/arr1.png") no-repeat;
    background-size: 12px auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .slide-nav h3 div.arr.arr-active {
    background: url("../images/arr2.png") no-repeat center;
    background-size: 12px auto;
  }
  .slide-nav .close {
    width: 15px;
    position: absolute;
    top: 22px;
    right: 22px;
  }
  #index #header .logo {
    width: 194px;
    left: 5%;
    top: 18px;
  }
  #index #header .logo .logo1 {
    display: none;
  }
  #index #header .logo .logo2 {
    display: block;
    width: 100%;
  }
  body {
    padding-top: 60px;
  }
  #header {
    height: 60px;
    background: #fff;
    position: fixed;
    min-width: 100%;
  }
  #header .logo {
    width: 194px;
    left: 5%;
    top: 18px;
  }
  #header .logo .logo1 {
    display: none;
  }
  #header .logo .logo2 {
    display: block;
    width: 100%;
  }
  #header .ss-box {
    display: none;
  }
  #header .nav-box {
    display: none;
  }
  #header .bread {
    position: absolute;
    width: 50px;
    height: 60px;
    right: 0;
    top: 0;
    background: #8cc929;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #header .bread span {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 15px;
  }
  #header .bread .mar {
    margin: 5px 0;
  }
  #footer .btm .w1350 {
    width: 100%;
    height: 105px;
    background: url(../images/bg1.png) no-repeat top right -5%;
    background-size: auto 100%;
  }
  #footer .btm .w1350 > .lf {
    padding-top: 15px;
    margin-top: 0;
    float: none;
  }
  #footer .btm .w1350 > .lf .three-box {
    text-align: center;
  }
  #footer .btm .w1350 > .lf .xx {
    text-align: center;
    white-space: nowrap;
  }
  #footer .btm .w1350 > .lf .xx p {
    transform: scale(0.8);
  }
  #footer .btm .w1350 > .lf .xx br {
    display: block;
  }
  #footer .btm .w1350 > .rt {
    display: none;
  }
  #index {
    padding-top: 60px;
  }
  #index .index-title {
    width: 100%;
    height: auto;
  }
  #index .index-title > .lf {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #77be22;
    padding-bottom: 4px;
  }
  #index .index-title > .lf .p1 {
    font-size: 18px;
  }
  #index .index-title > .lf .p2 {
    font-size: 15px;
  }
  #index #header {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  }
  #index .swiper-banner .swiper-button-prev,
  #index .swiper-banner .swiper-button-next {
    display: none;
  }
  #index .swiper-banner .swiper-pagination {
    bottom: 12px;
    transform: none;
    right: 5%;
    left: auto;
    width: auto;
  }
  #index .swiper-banner .swiper-pagination span {
    margin-bottom: 12px;
    background: #c8c8c8;
    opacity: 1;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 5px 0;
    background: transparent;
    transition: all 0.2s ease;
  }
  #index .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 30px;
    border-radius: 15px;
  }
  #index .swiper-banner .swiper-slide .pc-banner {
    display: none;
  }
  #index .swiper-banner .swiper-slide .m-banner {
    display: block;
  }
  #index .container .w1350 {
    width: 90%;
    margin: auto;
  }
  #index .container .w1350 .box1 {
    margin: 30px auto;
  }
  #index .container .w1350 .box1 > .lf {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  #index .container .w1350 .box1 > .lf .swiper-news {
    height: 135px;
  }
  #index .container .w1350 .box1 > .lf .swiper-news .swiper-slide {
    padding-top: 22px;
  }
  #index .container .w1350 .box1 > .lf .swiper-news .swiper-slide .p1 {
    font-size: 13px;
  }
  #index .container .w1350 .box1 > .lf .swiper-news .swiper-slide .p2 {
    font-size: 16px;
    margin: 8px 0;
  }
  #index .container .w1350 .box1 > .lf .swiper-news .swiper-slide .p3 {
    font-size: 13px;
    line-height: 22px;
    height: 46px;
    overflow: hidden;
  }
  #index .container .w1350 .box1 > .lf .swiper-news .swiper-pagination {
    bottom: 0px;
    top: auto;
    transform: none;
    left: 0;
    display: flex;
  }
  #index .container .w1350 .box1 > .lf .swiper-news .swiper-pagination span {
    background: #c8c8c8;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
  }
  #index .container .w1350 .box1 > .lf .swiper-news .swiper-pagination .swiper-pagination-bullet-active {
    background: #55b447;
  }
  #index .container .w1350 .box1 > .rt {
    float: none;
    display: flex;
    justify-content: space-between;
  }
  #index .container .w1350 .box1 > .rt a {
    width: 32%;
    margin: 0;
  }
  #index .container .w1350 .box1 > .rt a .bg {
    width: 100%;
  }
  #index .container .w1350 .box1 > .rt a .txt {
    width: 72%;
    top: 26%;
    left: 14%;
  }
  #index .container .w1350 .box2 {
    margin-bottom: 30px;
  }
  #index .container .w1350 .box2 .xmtj {
    width: 100%;
    float: none;
  }
  #index .container .w1350 .box2 .xmtj .index-title {
    display: block;
    margin-bottom: 26px;
  }
  #index .container .w1350 .box2 .xmtj .swiper-xm .txt {
    display: none;
  }
  #index .container .w1350 .box2 .xmtj .swiper-xm .swiper-slide .xm-logo {
    margin-top: -30px;
    width: 45%;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
  }
  #index .container .w1350 .box2 > .rt {
    display: flex;
    justify-content: space-between;
    float: none;
    margin-top: 25px;
  }
  #index .container .w1350 .box2 > .rt p {
    display: none;
  }
  #index .container .w1350 .box2 > .rt a {
    width: 49%;
    height: 29.335vw;
  }
  #index .container .w1350 .box2 > .rt a .img100 {
    display: none;
  }
  #index .container .w1350 .box2 > .rt .l1 .en {
    top: 33%;
    right: 5%;
    width: 44%;
  }
  #index .container .w1350 .box2 > .rt .l2 .en {
    top: 10%;
    right: 5%;
    width: 31%;
  }
  #news .container .w1280 .news-box > .lf {
    float: none;
    width: 100%;
    display: block;
    border-bottom: 2px solid #e2e3e2;
    padding-bottom: 15px;
  }
  #news .container .w1280 .news-box > .lf .img {
    width: 100%;
    height: 56vw;
  }
  #news .container .w1280 .news-box > .lf .p1 {
    font-size: 16px;
    margin: 10px 0 8px;
  }
  #news .container .w1280 .news-box > .lf .p2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #news .container .w1280 .news-box > .lf .p3 {
    font-size: 14px;
    line-height: 24px;
  }
  #news .container .w1280 .news-box > .rt {
    float: none;
    width: 100%;
  }
  #news .container .w1280 .news-box > .rt .box1 a {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #news .container .w1280 .news-box > .rt .box1 a .time {
    float: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  #news .container .w1280 .news-box > .rt .box1 a > .rt {
    width: 100%;
    margin-top: 10px;
  }
  #news .container .w1280 .news-box > .rt .box1 a > .rt .p1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #news .container .w1280 .news-box > .rt .box1 a > .rt .p2 {
    font-size: 14px;
    line-height: 24px;
  }
  #video .container .w1280 .news-box .video-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #video .container .w1280 .news-box .video-box > div {
    float: none;
    width: 48%;
    margin-bottom: 30px;
  }
  #video .container .w1280 .news-box .video-box > div a {
    width: 100%;
    /* .top {
                                      img {
                                          width: 100%;
                                      }
                                  } */
  }
  #video .container .w1280 .news-box .video-box > div a .btm {
    padding: 0;
    height: 60px;
    line-height: 60px;
  }
  #video .container .w1280 .news-box .video-box > div a .btm .play {
    width: 25px;
    height: 25px;
    top: -13px;
    margin-left: -12px;
  }
  #video .container .w1280 .news-box .video-box > div a .btm .play p {
    position: absolute;
    border: 4px solid transparent;
    border-left: 7px solid #fff;
    top: 9px;
    left: 11px;
  }
  #video .container .w1280 .news-box .video-box > div a .btm p {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #video .container .w1280 .news-box .video-box > div a .btm .sxj {
    width: 10%;
    top: 10px;
    right: 5%;
  }
  #video .container .w1280 .news-box .video-box .clear {
    display: none;
  }
  #video .container .w1280 .news-box .page-box {
    margin: 10px auto 40px;
  }
  #bulletin .container .w1280 .news-box .gg-box a {
    height: 60px;
  }
  #bulletin .container .w1280 .news-box .gg-box a .time {
    width: auto;
    padding: 0 10px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  #bulletin .container .w1280 .news-box .gg-box a .con {
    height: 60px;
    line-height: 60px;
    flex-grow: 1;
    margin-left: 2px;
    padding: 0;
  }
  #bulletin .container .w1280 .news-box .gg-box a .con > .lf {
    float: none;
    padding: 0 3%;
    font-size: 14px;
  }
  #bulletin .container .w1280 .news-box .gg-box a .eye {
    display: none;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div {
    width: 100%;
    margin-bottom: 20px;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a {
    width: 100%;
    margin: auto;
    display: block;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .img {
    overflow: hidden;
    float: none;
    width: 100%;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .img img {
    transition: all 0.2s ease;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .con {
    float: none;
    height: 130px;
    width: 100%;
    background: #f0fce3;
    position: relative;
    padding: 20px 8% 0;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .con .rx {
    position: absolute;
    top: 0;
    right: 20px;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .con .plus {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 25px;
    background: #8cc929;
    text-align: center;
    line-height: 28px;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .con .plus span {
    line-height: 30px;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .con .p1 {
    font-size: 18px;
    color: #666a64;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .con .p2 {
    font-size: 14px;
    color: #768072;
    padding-left: 20px;
    margin-bottom: 5px;
    background: url(../images/xmzx/icon1.png) no-repeat left center;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a .con .p3 {
    font-size: 16px;
    color: #768072;
    padding-left: 20px;
    background: url(../images/xmzx/icon2.png) no-repeat left center;
  }
  #projects_sales .container .w1280 .news-box .xm-box > div a:hover .img img {
    transform: scale(1.2);
  }
  #projects_sales .container .w1280 .news-box .page-box {
    margin: 25px 0 55px;
  }
  #projects .container .w1280 .tabs {
    position: static;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #projects .container .w1280 .tabs a {
    margin: 0;
    width: 32%;
    padding: 0;
    text-align: center;
    background-image: none !important;
  }
  #projects .container .w1280 .news-box .xm-box > div {
    width: 100%;
    margin-bottom: 30px;
  }
  #projects .container .w1280 .news-box .xm-box > div a {
    display: block;
    width: 100%;
    margin: auto;
    transition: all 0.2s ease;
  }
  #projects .container .w1280 .news-box .xm-box > div a .img img {
    width: 100%;
  }
  #projects .container .w1280 .news-box .xm-box > div a .con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90px;
    padding: 0 5%;
    background: #eeefe9;
  }
  #projects .container .w1280 .news-box .xm-box > div a .con .p1 {
    font-size: 18px;
    color: #666a64;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #projects .container .w1280 .news-box .xm-box > div a .con .p2 {
    font-size: 14px;
    color: #adafad;
  }
  #projects .container .w1280 .news-box .xm-box > div a:hover {
    box-shadow: 2px 2px 20px 10px rgba(44, 110, 49, 0.2);
  }
  #projects .container .w1280 .news-box .page-box {
    margin: 10px 0 40px;
  }
  #party .container .w1280 .news-box .big-news,
  #search .container .w1280 .news-box .big-news {
    margin-bottom: 15px;
  }
  #party .container .w1280 .news-box .big-news .img,
  #search .container .w1280 .news-box .big-news .img {
    width: 100%;
    height: 50vw;
  }
  #party .container .w1280 .news-box .big-news .con,
  #search .container .w1280 .news-box .big-news .con {
    height: auto;
    width: 100%;
    background: #edf6e5;
    padding: 10px 5% 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #party .container .w1280 .news-box .big-news .con .p1,
  #search .container .w1280 .news-box .big-news .con .p1 {
    font-size: 20px;
    color: #8cc929;
    font-family: 'fur';
  }
  #party .container .w1280 .news-box .big-news .con .p2,
  #search .container .w1280 .news-box .big-news .con .p2 {
    font-size: 16px;
    color: #5b6a51;
    margin: 9px 0;
  }
  #party .container .w1280 .news-box .big-news .con .p3,
  #search .container .w1280 .news-box .big-news .con .p3 {
    font-size: 12px;
    line-height: 20px;
    color: #adafad;
    height: 56px;
  }
  #party .container .w1280 .news-box .big-news .con .p4,
  #search .container .w1280 .news-box .big-news .con .p4 {
    display: none;
  }
  #party .container .w1280 .news-box .big-news:hover .p2,
  #search .container .w1280 .news-box .big-news:hover .p2 {
    color: #8cc929;
  }
  #party .container .w1280 .news-box .txt-news,
  #search .container .w1280 .news-box .txt-news {
    border-top: 1px solid #edf1ed;
  }
  #party .container .w1280 .news-box .txt-news .box1 a,
  #search .container .w1280 .news-box .txt-news .box1 a {
    display: flex;
    flex-direction: column;
    height: 120px;
    padding: 0;
    border-bottom: 1px solid #edf1ed;
    justify-content: center;
  }
  #party .container .w1280 .news-box .txt-news .box1 a .time,
  #search .container .w1280 .news-box .txt-news .box1 a .time {
    font-size: 20px;
    width: 100%;
    float: none;
  }
  #party .container .w1280 .news-box .txt-news .box1 a .con,
  #search .container .w1280 .news-box .txt-news .box1 a .con {
    width: 100%;
    float: none;
  }
  #party .container .w1280 .news-box .txt-news .box1 a .con .p1,
  #search .container .w1280 .news-box .txt-news .box1 a .con .p1 {
    font-size: 16px;
    color: #5b6a51;
    margin-bottom: 5px;
  }
  #party .container .w1280 .news-box .txt-news .box1 a .con .p2,
  #search .container .w1280 .news-box .txt-news .box1 a .con .p2 {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  #party .container .w1280 .news-box .txt-news .box1 a .arr,
  #search .container .w1280 .news-box .txt-news .box1 a .arr {
    display: none;
  }
  #search .search-keyword {
    margin: 0 0 20px;
    font-size: 18px;
  }
  #search .txt-news {
    min-height: 200px;
  }
  #culture .container {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 51px;
  }
  #culture .container .bg {
    width: 100%;
    height: 230px;
    background: #c9e8a1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #culture .container .w1280 {
    position: relative;
  }
  #culture .container .w1280 .ln-box > .lf {
    float: none;
    width: 100%;
  }
  #culture .container .w1280 .ln-box .con {
    width: 100%;
    background: #fff;
    padding: 30px 5%;
    height: auto;
  }
  #culture .container .w1280 .ln-box .con p {
    padding-left: 30px;
    margin-bottom: 5px;
  }
  #culture .container .w1280 .ln-box .con .p1 {
    font-size: 16px;
    color: #676767;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    font-weight: bold;
  }
  #culture .container .w1280 .ln-box .con .p2 {
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a3;
  }
  #quality .container .ts-box {
    margin-bottom: 50px;
  }
  #quality .container .ts-box .bg {
    display: none;
  }
  #quality .container .ts-box .w1280 > .lf {
    width: 100%;
    padding: 20px 5%;
    background: #f0fce3;
  }
  #quality .container .ts-box .w1280 > .lf .p1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #quality .container .ts-box .w1280 > .lf .p2 {
    font-size: 14px;
    line-height: 24px;
  }
  #quality .container .ts-box .w1280 > .rt {
    width: 100%;
  }
  #quality .container .news-box {
    position: relative;
    padding-top: 40px;
  }
  #quality .container .news-box .bg {
    position: absolute;
    width: 100%;
    height: 255px;
    top: 0;
    left: 0;
    background: url(../images/ppwh/bg1.jpg) no-repeat;
    background-size: cover;
  }
  #quality .container .news-box > .w1280 {
    position: relative;
    background: #fff;
  }
  #quality .container .news-box > .w1280 .news {
    padding: 15px 5% 0;
  }
  #quality .container .news-box > .w1280 .news a {
    display: block;
    border-bottom: 2px solid #e6eee5;
    height: 100px;
    padding-top: 16px;
  }
  #quality .container .news-box > .w1280 .news a .time {
    width: 45px;
    height: 65px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'fur';
    background: #9bd071;
    padding-top: 9px;
    margin-right: 0;
  }
  #quality .container .news-box > .w1280 .news a .time span {
    font-size: 20px;
    font-family: 'fur';
    display: block;
  }
  #quality .container .news-box > .w1280 .news a .con {
    width: auto;
    float: none;
    margin-left: 55px;
  }
  #quality .container .news-box > .w1280 .news a .con .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #quality .container .news-box > .w1280 .news a .con .p2 {
    font-size: 12px;
    line-height: 20px;
    height: 39px;
    overflow: hidden;
  }
  #quality .container .news-box > .w1280 .news a .arr {
    display: none;
  }
  #journal .container .tabs {
    position: static;
    display: flex;
    justify-content: space-between;
  }
  #journal .container .tabs a {
    display: block;
    flex-grow: 1;
    padding: 0;
  }
  #journal .container .tabs a:first-child {
    margin: 0;
  }
  #journal .container .news-box .bg {
    display: none;
  }
  #journal .container .news-box .w1280 .qk-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #journal .container .news-box .w1280 .qk-box > div {
    width: 48%;
    margin-bottom: 30px;
  }
  #journal .container .news-box .w1280 .qk-box > div a {
    width: 100%;
  }
  #journal .container .news-box .w1280 .qk-box > div a .top {
    position: relative;
    margin-bottom: 10px;
    border: 5px solid #cfe8a5;
    transition: all 0.2s ease;
  }
  #journal .container .news-box .w1280 .qk-box > div a .top img {
    width: 100%;
  }
  #journal .container .news-box .w1280 .qk-box > div a .top .eye {
    display: none;
  }
  #journal .container .news-box .w1280 .qk-box > div a .txt {
    font-size: 14px;
    color: #414342;
    text-align: center;
  }
  #journal .container .news-box .page-box {
    margin: 15px 0 45px;
  }
  #about .container .w1280 {
    position: relative;
    margin-bottom: 20px;
  }
  #about .container .w1280 > .lf {
    width: 100%;
    margin: 30px 0;
    padding: 0;
  }
  #about .container .w1280 > .lf .title {
    margin-bottom: 30px;
  }
  #about .container .w1280 > .lf .title .p1 {
    font-size: 20px;
  }
  #about .container .w1280 > .lf .title .p2 {
    font-size: 18px;
  }
  #about .container .w1280 > .lf .con p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #about .container .w1280 > .lf .con p span {
    color: #007443;
  }
  #about .container .w1280 > .lf .img-box img {
    width: 100%;
  }
  #about .container .w1280 > .lf .img-box img:first-child {
    margin-bottom: 20px;
  }
  #about .container .w1280 > .jfdc {
    position: static;
    width: 100%;
  }
  #honor .container .w1280 .top img {
    display: inline-block;
    width: 100%;
  }
  #honor .container .w1280 .lb-box {
    position: relative;
  }
  #honor .container .w1280 .lb-box .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    white-space: nowrap;
  }
  #honor .container .w1280 .lb-box .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  #honor .container .w1280 .lb-box .swiper-pagination .swiper-pagination-bullet-active {
    background: #8cc929;
  }
  #honor .container .w1280 .lb-box .swiper-ry {
    width: 100%;
    margin: auto;
    padding: 80px 0;
  }
  #honor .container .w1280 .lb-box .swiper-ry .swiper-slide img {
    width: 100%;
    transition: all 0.2s ease;
    filter: blur(4px);
  }
  #honor .container .w1280 .lb-box .swiper-ry .swiper-slide-active {
    z-index: 2;
  }
  #honor .container .w1280 .lb-box .swiper-ry .swiper-slide-active > img {
    transform: scale(1.53);
    filter: blur(0) grayscale(0);
  }
  #honor .container .w1280 .lb-box .swiper-button-prev,
  #honor .container .w1280 .lb-box .swiper-button-next {
    display: none;
  }
  #team .container .td-box .bg {
    display: none;
  }
  #team .container .td-box .w1280 > .lf {
    width: 100%;
    padding: 0;
  }
  #team .container .td-box .w1280 > .lf .li {
    display: block;
  }
  #team .container .td-box .w1280 > .lf .li strong {
    display: block;
    width: auto;
  }
  #team .container .td-box .w1280 > .rt {
    display: none;
  }
  #structure .container .w1280 {
    margin-bottom: 60px;
  }
  #structure .container .w1280 .jg-box .pinch-zoom {
    text-align: center;
    height: 80vw;
    line-height: 80vw;
  }
  #structure .container .w1280 .jg-box .pinch-zoom img {
    width: 100%;
    vertical-align: middle;
  }
  #structure .container .w1280 .jg-box .tips {
    display: block;
    text-align: center;
    color: #5f645d;
    font-size: 14px;
  }
  #legal .container .w1180 {
    width: 90%;
    margin: 0 auto 45px;
  }
  #legal .container .w1180 .sm-box {
    padding: 30px 5% 60px;
    border: 2px solid #9bc390;
    border-radius: 8px;
    position: relative;
  }
  #legal .container .w1180 .sm-box .txt {
    position: absolute;
    right: 25px;
    bottom: 10px;
  }
  #contact .container {
    margin-bottom: 50px;
  }
  #contact .container .w1150 {
    width: 90%;
    margin: auto;
  }
  #contact .container .w1150 .lx-box > .lf {
    width: 100%;
    border-top: 2px solid #3ea552;
    float: none;
    margin-bottom: 35px;
  }
  #contact .container .w1150 .lx-box > .lf .box1 {
    padding: 30px 5% 0 5%;
    position: relative;
  }
  #contact .container .w1150 .lx-box > .lf .box1 .icon {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: auto;
    left: auto;
  }
  #contact .container .w1150 .lx-box > .lf .box1 div {
    font-size: 17px;
    color: #007242;
    font-weight: bold;
    margin-bottom: 14px;
  }
  #contact .container .w1150 .lx-box > .lf .box1 p {
    font-size: 14px;
    line-height: 20px;
    color: #676767;
    margin-bottom: 8px;
  }
  #contact .container .w1150 .lx-box > .lf #map {
    margin-top: 20px;
    height: 200px;
  }
  #contact .container .w1150 .lx-box > .rt {
    float: none;
  }
  #contact .container .w1150 .lx-box > .rt > div {
    margin-bottom: 30px;
  }
  #contact .container .w1150 .lx-box > .rt > div div {
    font-size: 17px;
    margin-bottom: 15px;
    padding-left: 30px;
  }
  #contact .container .w1150 .lx-box > .rt > div div span {
    position: absolute;
    width: 22px;
    left: 0;
  }
  #contact .container .w1150 .lx-box > .rt > div p {
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    margin-bottom: 5px;
  }
  #contact .container .w1150 .lx-box > .rt > div:last-child {
    margin-bottom: 0;
  }
  #join .container {
    background: #f2f9ef;
  }
  #join .container .second-title {
    margin: 0;
    padding: 18px 0;
  }
  #join .container .w1150 {
    width: 90%;
    margin: auto;
  }
  #join .container .w1150 .jr-box .xx {
    background: #fff;
    border: 1px solid #dfe2d1;
    margin-bottom: 10px;
  }
  #join .container .w1150 .jr-box .xx .top {
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
  }
  #join .container .w1150 .jr-box .xx .top .p1 {
    font-size: 14px;
    width: 80px;
  }
  #join .container .w1150 .jr-box .xx .top .p2 {
    font-size: 12px;
    color: #9c9d9c;
    margin-left: 25px;
  }
  #join .container .w1150 .jr-box .xx .top .plus {
    margin-top: 13px;
    transition: all 0.2s ease;
  }
  #join .container .w1150 .jr-box .xx .top .rot {
    transform: rotate(45deg);
  }
  #join .container .w1150 .jr-box .xx .btm {
    padding: 0 5% 20px;
    display: none;
  }
  #join .container .w1150 .jr-box .xx .btm p {
    font-size: 14px;
    color: #676767;
    line-height: 24px;
  }
  #article .container .w1280 {
    position: relative;
  }
  #article .container .w1280 .content {
    width: 100%;
    padding: 20px 0 50px;
    margin-right: 0;
  }
  #article .container .w1280 .content .title {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #4d4e4d;
  }
  #article .container .w1280 .content .t-box {
    text-align: center;
    margin-top: 20px;
  }
  #article .container .w1280 .content .t-box > span {
    display: inline-block;
    vertical-align: middle;
  }
  #article .container .w1280 .content .t-box .bdsharebuttonbox {
    display: none;
  }
  #article .container .w1280 .content .con {
    margin-top: 20px;
  }
  #article .container .w1280 .content .con p {
    font-size: 14px;
  }
  #article .container .w1280 .content #isvideoplayer {
    margin: 20px auto 0;
  }
  #article .container .w1280 .content #picbox {
    margin: 20px auto 0;
  }
  #article .container .w1280 .content #picbox .arrow-left,
  #article .container .w1280 .content #picbox .arrow-right {
    display: none;
  }
  #article .container .w1280 .content #attachment {
    margin: 30px auto 0;
  }
  #article .container .w1280 .rt-txt {
    display: none;
  }
  #project .m-banner .txt {
    width: 90%;
    text-align: center;
  }
  #project #ascrail2000 {
    background: #e3e3e3;
  }
  #project .container .title {
    height: 80px;
    line-height: 80px;
    background: #ecf4e6;
    text-align: center;
  }
  #project .container .title img {
    vertical-align: middle;
    width: 20px;
  }
  #project .container .title span {
    font-size: 20px;
    color: #525252;
    vertical-align: middle;
  }
  #project .container .part1 .w1280 {
    padding: 40px 0;
  }
  #project .container .part1 .w1280 > .lf {
    float: none;
    width: 100%;
    border-right: none;
    padding: 0 0 20px;
  }
  #project .container .part1 .w1280 > .lf .logo {
    text-align: center;
  }
  #project .container .part1 .w1280 > .lf .add {
    margin: 20px 0;
    padding: 0 30px;
  }
  #project .container .part1 .w1280 > .lf .add p {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 24px;
  }
  #project .container .part1 .w1280 > .lf .add p span {
    color: #007242;
  }
  #project .container .part1 .w1280 > .lf .ewm {
    text-align: center;
  }
  #project .container .part1 .w1280 > .lf .ewm img {
    height: 25vw;
  }
  #project .container .part1 .w1280 > .rt {
    float: none;
    width: 100%;
  }
  #project .container .part1 .w1280 > .rt #boxscroll {
    width: 100%;
    padding-right: 15px;
  }
  #project .container .part1 .w1280 > .lf + .rt {
    width: 100%;
  }
  #project .container .part1 .w1280 > .lf + .rt #boxscroll {
    max-height: 200px;
  }
  #project .container .lb-box .swiper-button-prev,
  #project .container .lb-box .swiper-button-next {
    display: none;
  }
  #project .container .part2 .w1280,
  #project .container .part5 .w1280 {
    position: relative;
  }
  #project .container .part2 .w1280 .swiper-tj,
  #project .container .part5 .w1280 .swiper-tj,
  #project .container .part2 .w1280 .swiper-sp,
  #project .container .part5 .w1280 .swiper-sp {
    width: 100%;
    padding: 80px 0;
  }
  #project .container .part3 {
    padding: 50px 0;
  }
  #project .container .part3 .w1280 {
    position: relative;
  }
  #project .container .part3 .w1280 .swiper-hx {
    width: 100%;
    margin: auto;
  }
  #project .container .part3 .w1280 .swiper-hx .swiper-slide {
    cursor: pointer;
  }
  #project .container .part3 .w1280 .swiper-hx .swiper-slide img {
    width: 100%;
  }
  #project .container .part4 {
    margin-bottom: 40px;
  }
  #project .container .part4 .w1280 {
    width: 100%;
  }
  #project .container .part4 .w1280 #map {
    height: 240px;
  }
  #project .model .model-lb .swiper-button-prev,
  #project .model .model-lb .swiper-button-next {
    display: none;
  }
  #project .model .model-video video {
    width: 100%;
  }
}
@media screen and (orientation: portrait) {
  /*  css[竖向定义样式]  */
  .ts {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  /*   css[横向定义样式]  */
  .ts {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    text-align: center;
    z-index: 10000;
  }
  .ts p {
    font-size: 20px;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
