body,
html {
  font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, 'Hiragino Sans GB', '\5B8B\4F53';
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
textarea::-webkit-textarea-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
textarea:-ms-textarea-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.index_logo {
  width: 100%;
  background-color: #104d2c;
}
.index_logo .w1200 {
  padding: 16px 0;
  position: relative;
}
.index_logo .w1200 .logo {
  width: 84px;
}
.index_logo .w1200 .logo img {
  width: 100%;
  display: block;
}
.index_logo .w1200 .ico {
  position: absolute;
  top: 16px;
  right: 352px;
}
.index_logo .w1200 .ico ul {
  background-color: #ffffff;
}
.index_logo .w1200 .ico ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.index_logo .w1200 .ico ul li {
  width: 16px;
  float: left;
  margin: 2px;
}
.index_logo .w1200 .ico ul li img {
  width: 100%;
  display: block;
}
.index_logo .w1200 .nav {
  position: absolute;
  top: 16px;
  right: -10px;
}
.index_logo .w1200 .nav ul {
  font-size: 12px;
  line-height: 20px;
}
.index_logo .w1200 .nav ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.index_logo .w1200 .nav ul li {
  float: left;
  margin: 0 10px;
  position: relative;
}
.index_logo .w1200 .nav ul li:after {
  position: absolute;
  right: -11px;
  top: 6px;
  content: '';
  width: 2px;
  height: 10px;
  background-color: #ffffff;
}
.index_logo .w1200 .nav ul li:last-child:after {
  width: 0;
}
.index_logo .w1200 .nav ul li a {
  display: block;
  color: #ffffff;
}
.index_logo .w1200 .tel {
  position: absolute;
  top: 46px;
  right: 0;
}
.index_logo .w1200 .tel p {
  font-size: 20px;
  color: #f4a200;
  line-height: 26px;
  padding-left: 32px;
  background: url(../images/tel.png) left -2px no-repeat;
}
.index_logo .w1200 .keywords {
  position: absolute;
  right: 0;
  bottom: 16px;
  overflow: hidden;
}
.index_logo .w1200 .keywords i {
  font-size: 12px;
  font-style: normal;
  color: #ffffff;
  float: left;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 256px;
}
.index_logo .w1200 .keywords i a {
  color: #ffffff;
}
.index_logo .w1200 .keywords input {
  width: 146px;
  height: 22px;
  border: 1px solid #ffffff;
  margin: 0;
  padding: 0 10px;
  background-color: #104d2c;
  font-size: 12px;
  color: #ffffff;
  float: left;
}
.index_logo .w1200 .keywords button {
  width: 56px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ffffff;
  margin: 0;
  padding: 0;
  float: left;
  background: url(../images/search.png) center center no-repeat #f5a101;
}
.index_nav {
  width: 100%;
  background-color: #b3afb0;
}
.index_nav .w1200 {
  height: 50px;
}
.index_nav .w1200 ul {
  width: 100%;
}
.index_nav .w1200 ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.index_nav .w1200 ul li {
  float: left;
  width: 150px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.index_nav .w1200 ul li a {
  color: #ffffff;
  display: block;
  margin: 0 2px;
  line-height: 50px;
}
.index_nav .w1200 ul li a:hover {
  background-color: #988f90;
}
.index_nav .w1200 ul li ol {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1000;
  padding: 0 2px;
  display: none;
}
.index_nav .w1200 ul li ol li {
  background-color: #b3afb0;
  width: 146px;
  position: relative;
  font-size: 14px;
}
.index_nav .w1200 ul li ol li a {
  margin: 0;
  line-height: 42px;
}
.index_nav .w1200 ul li ol li dl {
  position: absolute;
  left: 148px;
  top: 2px;
  background-color: #b3afb0;
  width: 146px;
  z-index: 1000;
  display: none;
}
.index_nav .w1200 ul li ol li dl dd {
  width: 100%;
}
.index_nav .w1200 ul li ol li dl dd a {
  line-height: 40px;
}
.index_nav .w1200 ul .active {
  background-color: #988f90;
}
.index_banner {
  width: 100%;
  position: relative;
}
.index_banner .swiper-container {
  width: 100%;
}
.index_banner .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index_banner .swiper-container .swiper-slide img {
  width: 100%;
}
.index_show {
  width: 100%;
  background-color: #ffffff;
}
.index_show .w1200 {
  padding: 40px 0;
}
.index_show .w1200 .tit {
  width: 100%;
  text-align: center;
  background: url(../images/tit_bg.png) center center no-repeat;
  margin-bottom: 20px;
  position: relative;
}
.index_show .w1200 .tit h2 {
  font-size: 26px;
  color: #104d2c;
}
.index_show .w1200 .tit p {
  font-size: 16px;
  color: #999999;
  line-height: 16px;
}
.index_show .w1200 .tit a {
  border: 1px solid #666666;
  padding: 0 20px;
  color: #999999;
  position: absolute;
  top: 10px;
  right: 4px;
}
.index_show .w1200 .tit a:hover {
  border: 1px solid #0c4125;
  color: #0c4125;
}
.index_show .w1200 .box {
  width: 100%;
}
.index_show .w1200 .box:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.index_show .w1200 .box .z {
  width: 204px;
  float: left;
  border: 1px solid #043b1e;
  background-color: #104d2c;
}
.index_show .w1200 .box .z h2 {
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  background-color: #043b1e;
}
.index_show .w1200 .box .z ul {
  padding: 10px;
  color: #ffffff;
  height: 875px;
}
.index_show .w1200 .box .z ul li {
  line-height: 34px;
  position: relative;
}
.index_show .w1200 .box .z ul li:after {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  content: '';
}
.index_show .w1200 .box .z ul li i {
  display: block;
  font-style: normal;
  font-size: 16px;
  padding-left: 26px;
  border-bottom: 1px dashed #999999;
  cursor: pointer;
}
.index_show .w1200 .box .z ul li i a {
  color: #ffffff;
}
.index_show .w1200 .box .z ul li dl {
  width: 100%;
}
.index_show .w1200 .box .z ul li dl dd {
  border-bottom: 1px dashed #999999;
  padding-left: 26px;
}
.index_show .w1200 .box .z ul li dl dd a {
  color: #ffffff;
  display: block;
  font-size: 14px;
}
.index_show .w1200 .box .y {
  width: 954px;
  margin-left: 40px;
  float: left;
}
.index_show .w1200 .box .y h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.index_show .w1200 .box .y ul {
  width: 100%;
  height: 893px;
  overflow: hidden;
}
.index_show .w1200 .box .y ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.index_show .w1200 .box .y ul li {
  width: 215px;
  float: left;
  margin-right: 31px;
  margin-bottom: 26px;
}
.index_show .w1200 .box .y ul li:nth-child(4n) {
  margin-right: 0;
}
.index_show .w1200 .box .y ul li .pic {
  border: 1px solid #999999;
  height: 166px;
  width: 213px;
  overflow: hidden;
}
.index_show .w1200 .box .y ul li .pic img {
  width: 100%;
  display: block;
}
.index_show .w1200 .box .y ul li h3 {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_show .w1200 .box .y ul li h3 a {
  color: #333333;
  line-height: 36px;
}
.index_news {
  width: 100%;
  background-color: #ffffff;
}
.index_news .w1200 {
  padding: 40px 0 100px 0;
}
.index_news .w1200:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.index_news .w1200 .box {
  width: 582px;
  float: left;
  margin-right: 36px;
}
.index_news .w1200 .box:last-child {
  margin-right: 0;
}
.index_news .w1200 .box h2 {
  line-height: 50px;
  height: 50px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  position: relative;
  font-size: 16px;
  color: #104d2c;
  padding: 0 10px;
  margin-bottom: 20px;
}
.index_news .w1200 .box h2:after {
  content: '';
  width: 80px;
  height: 8px;
  background-color: #104d2c;
  position: absolute;
  top: 0;
  left: 0;
}
.index_news .w1200 .box h2 a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #666666;
}
.index_news .w1200 .box h2 a:hover {
  color: #000000;
}
.index_news .w1200 .box .list {
  width: 100%;
  height: 206px;
  position: relative;
}
.index_news .w1200 .box .list .tip {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
}
.index_news .w1200 .box .list .tip img {
  width: 275px;
  height: 205px;
  float: left;
  display: block;
}
.index_news .w1200 .box .list .tip p {
  float: left;
  margin-left: 20px;
  width: 287px;
  font-size: 14px;
  color: #666666;
}
.index_news .w1200 .box .list ul {
  width: 287px;
  position: absolute;
  top: 90px;
  left: 295px;
}
.index_news .w1200 .box .list ul li {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px dashed #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news .w1200 .box .list ul li a {
  color: #333333;
}
.index_news .w1200 .box .list ul li a:hover {
  color: #104d2c;
}
.index_int {
  width: 100%;
  background-color: #f3f3f3;
  border-top: 1px dashed #999999;
}
.index_int .w1200 {
  padding: 40px 0;
}
.index_int .w1200:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.index_int .w1200 .z {
  width: 882px;
  float: left;
}
.index_int .w1200 .z h2 {
  font-size: 24px;
  color: #0c4125;
}
.index_int .w1200 .z p {
  font-size: 14px;
  text-indent: 2em;
}
.index_int .w1200 .z p a {
  color: #0c4125;
}
.index_int .w1200 .y {
  width: 278px;
  margin-left: 40px;
  float: left;
  position: relative;
}
.index_int .w1200 .y img {
  position: absolute;
  top: -53px;
  left: 0;
}
.index_int .w1200 .y .txt {
  position: absolute;
  top: 72px;
  left: 26px;
  z-index: 1;
}
.index_int .w1200 .y .txt p {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_hot {
  width: 100%;
  background-color: #ffffff;
}
.index_hot .w1200 {
  padding: 40px 0;
}
.index_hot .w1200 .tit {
  width: 100%;
  text-align: center;
  background: url(../images/tit_bg.png) center center no-repeat;
  margin-bottom: 20px;
  position: relative;
}
.index_hot .w1200 .tit h2 {
  font-size: 26px;
  color: #104d2c;
}
.index_hot .w1200 .tit p {
  font-size: 16px;
  color: #999999;
  line-height: 16px;
}
.index_hot .w1200 .tit a {
  border: 1px solid #666666;
  padding: 0 20px;
  color: #999999;
  position: absolute;
  top: 10px;
  right: 4px;
}
.index_hot .w1200 .tit a:hover {
  border: 1px solid #0c4125;
  color: #0c4125;
}
.index_hot .w1200 .scroll_horizontal {
  width: 1200px;
}
.index_hot .w1200 .scroll_horizontal .box {
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.index_hot .w1200 .scroll_horizontal .box .list {
  overflow: hidden;
  width: 9999px;
}
.index_hot .w1200 .scroll_horizontal .box .list li {
  float: left;
  width: 216px;
  padding: 0 12px;
}
.index_hot .w1200 .scroll_horizontal .box .list li img {
  width: 100%;
  display: block;
  border: 1px solid #d6d6d6;
}
.index_hot .w1200 .scroll_horizontal .box .list li h2 {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_hot .w1200 .scroll_horizontal .box .list li h2 a {
  color: #666666;
}
.index_hot .w1200 .scroll_horizontal .box .list li p {
  font-size: 12px;
  text-align: center;
}
.index_hot .w1200 .scroll_horizontal .box .list li p a {
  padding: 2px 16px;
  border: 1px solid #999999;
  color: #666666;
}
.index_fot {
  width: 100%;
  background-color: #104d2c;
}
.index_fot .w1200 {
  padding: 40px 0;
  position: relative;
}
.index_fot .w1200 ul {
  width: 100%;
}
.index_fot .w1200 ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.index_fot .w1200 ul li {
  float: left;
  font-size: 12px;
  position: relative;
}
.index_fot .w1200 ul li:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: 6px;
  right: 6px;
}
.index_fot .w1200 ul li:last-child:after {
  width: 0;
}
.index_fot .w1200 ul li a {
  color: #ffffff;
  margin-right: 12px;
}
.index_fot .w1200 p {
  color: #ffffff;
  font-size: 12px;
}
.index_fot .w1200 p a {
  color: #ffffff;
}
.index_fot .w1200 .ewm {
  position: absolute;
  top: 40px;
  right: 0;
  width: 86px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index_fot .w1200 .ewm img {
  width: 100%;
  display: block;
}
.index_fot .w1200 .ewm p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.show_box {
  width: 100%;
  background-color: #ffffff;
}
.show_box .w1200 {
  padding: 40px 0;
}
.show_box .w1200:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.show_box .w1200 .z {
  width: 225px;
  float: left;
}
.show_box .w1200 .z h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
  text-align: center;
  background-color: #104d2c;
}
.show_box .w1200 .z ul {
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 6px;
}
.show_box .w1200 .z ul li {
  font-size: 14px;
  border-bottom: 1px dotted #d5d5d5;
  padding-left: 26px;
  background: url(../images/ico_6.png) 10px 0 no-repeat;
  position: relative;
}
.show_box .w1200 .z ul li:hover {
  background: url(../images/ico_6.png) 10px -34px no-repeat;
}
.show_box .w1200 .z ul li:hover a {
  color: #104d2c;
}
.show_box .w1200 .z ul li:hover .nav {
  display: block;
}
.show_box .w1200 .z ul li a {
  color: #666666;
  line-height: 34px;
  display: block;
}
.show_box .w1200 .z ul li .nav {
  position: absolute;
  left: 228px;
  top: 0;
  width: 160px;
  background-color: #f6f6f6;
  display: none;
}
.show_box .w1200 .z ul li .nav p {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dotted #d5d5d5;
}
.show_box .w1200 .z ul li .nav p a {
  color: #666666;
  line-height: 34px;
  display: block;
}
.show_box .w1200 .z ul li .nav p a:hover {
  color: #104d2c;
}
.show_box .w1200 .z ol {
  background-color: #f6f6f6;
  margin-bottom: 6px;
  list-style-type: circle;
  color: #104d2c;
  padding-left: 24px;
}
.show_box .w1200 .z ol li {
  padding-right: 10px;
  font-size: 14px;
  border-bottom: 1px dotted #d5d5d5;
}
.show_box .w1200 .z ol li a {
  color: #666666;
  line-height: 34px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_box .w1200 .z ol li a:hover {
  color: #104d2c;
}
.show_box .w1200 .z dl {
  width: 100%;
}
.show_box .w1200 .z dl:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.show_box .w1200 .z dl dd {
  width: 105px;
  margin: 6px 15px 6px 0;
  float: left;
  background-color: #f6f6f6;
}
.show_box .w1200 .z dl dd:nth-child(even) {
  margin-right: 0;
}
.show_box .w1200 .z dl dd a {
  display: block;
  text-align: center;
  line-height: 32px;
  color: #666666;
  font-size: 14px;
  border: 1px dashed #d0d0d0;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_box .w1200 .z .call {
  background-color: #f6f6f6;
  padding: 0 10px;
}
.show_box .w1200 .z .call p {
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_box .w1200 .y {
  width: 940px;
  float: left;
  margin-left: 35px;
}
.show_box .w1200 .y .position {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  padding: 0 16px;
  background-color: #104d2c;
  overflow: hidden;
  margin-bottom: 10px;
}
.show_box .w1200 .y .position i {
  float: right;
  font-size: 14px;
  font-style: normal;
}
.show_box .w1200 .y .position i a {
  color: #ffffff;
}
.show_box .w1200 .y .vice {
  font-size: 14px;
  line-height: 32px;
  background-color: #f6f6f6;
  text-align: center;
  border: 1px dashed #d0d0d0;
}
.show_box .w1200 .y ul {
  margin-top: 10px;
  padding: 0 2px;
}
.show_box .w1200 .y ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.show_box .w1200 .y ul li {
  width: 210px;
  float: left;
  margin-right: 32px;
  margin-bottom: 10px;
}
.show_box .w1200 .y ul li:nth-child(4n) {
  margin-right: 0;
}
.show_box .w1200 .y ul li:hover .pic {
  border: 1px solid #104d2c;
}
.show_box .w1200 .y ul li .pic {
  border: 1px solid #e0e1dc;
  height: 162px;
  overflow: hidden;
}
.show_box .w1200 .y ul li .pic img {
  width: 100%;
  display: block;
}
.show_box .w1200 .y ul li h3 {
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_box .w1200 .y ul li h3 a {
  color: #666666;
}
.show_box .w1200 .y .page {
  margin-top: 10px;
}
.show_box .w1200 .y .page ul {
  display: flex;
  justify-content: center;
}
.show_box .w1200 .y .page ul li {
  margin: 0 5px;
  font-size: 14px;
  width: auto;
}
.show_box .w1200 .y .page ul li.disabled {
  cursor: not-allowed;
}
.show_box .w1200 .y .page ul li.active span {
  background: #104d2c;
  color: #ffffff;
}
.show_box .w1200 .y .page ul li:hover a {
  background: #104d2c;
  color: #ffffff;
}
.show_box .w1200 .y .page ul li span,
.show_box .w1200 .y .page ul li a {
  display: block;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 4px;
}
.news_box {
  width: 100%;
  background-color: #ffffff;
}
.news_box .w1200 {
  padding: 40px 0;
}
.news_box .w1200:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.news_box .w1200 .z {
  width: 225px;
  float: left;
}
.news_box .w1200 .z h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
  text-align: center;
  background-color: #104d2c;
}
.news_box .w1200 .z ul {
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 6px;
}
.news_box .w1200 .z ul li {
  font-size: 14px;
  border-bottom: 1px dotted #d5d5d5;
  padding-left: 26px;
  background: url(../images/ico_6.png) 10px 0 no-repeat;
  position: relative;
}
.news_box .w1200 .z ul li:hover {
  background: url(../images/ico_6.png) 10px -34px no-repeat;
}
.news_box .w1200 .z ul li:hover a {
  color: #104d2c;
}
.news_box .w1200 .z ul li:hover .nav {
  display: block;
}
.news_box .w1200 .z ul li a {
  color: #666666;
  line-height: 34px;
  display: block;
}
.news_box .w1200 .z ul li .nav {
  position: absolute;
  left: 228px;
  top: 0;
  width: 160px;
  background-color: #f6f6f6;
  display: none;
}
.news_box .w1200 .z ul li .nav p {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dotted #d5d5d5;
}
.news_box .w1200 .z ul li .nav p a {
  color: #666666;
  line-height: 34px;
  display: block;
}
.news_box .w1200 .z ul li .nav p a:hover {
  color: #104d2c;
}
.news_box .w1200 .z ol {
  background-color: #f6f6f6;
  margin-bottom: 6px;
  list-style-type: circle;
  color: #104d2c;
  padding-left: 24px;
}
.news_box .w1200 .z ol li {
  padding-right: 10px;
  font-size: 14px;
  border-bottom: 1px dotted #d5d5d5;
}
.news_box .w1200 .z ol li a {
  color: #666666;
  line-height: 34px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_box .w1200 .z ol li a:hover {
  color: #104d2c;
}
.news_box .w1200 .z dl {
  width: 100%;
}
.news_box .w1200 .z dl:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.news_box .w1200 .z dl dd {
  width: 105px;
  margin: 6px 15px 6px 0;
  float: left;
  background-color: #f6f6f6;
}
.news_box .w1200 .z dl dd:nth-child(even) {
  margin-right: 0;
}
.news_box .w1200 .z dl dd a {
  display: block;
  text-align: center;
  line-height: 32px;
  color: #666666;
  font-size: 14px;
  border: 1px dashed #d0d0d0;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_box .w1200 .z .call {
  background-color: #f6f6f6;
  padding: 0 10px;
}
.news_box .w1200 .z .call p {
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_box .w1200 .y {
  width: 940px;
  float: left;
  margin-left: 35px;
}
.news_box .w1200 .y .position {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  padding: 0 16px;
  background-color: #104d2c;
  overflow: hidden;
  margin-bottom: 10px;
}
.news_box .w1200 .y .position i {
  float: right;
  font-size: 14px;
  font-style: normal;
}
.news_box .w1200 .y .position i a {
  color: #ffffff;
}
.news_box .w1200 .y .vice {
  font-size: 14px;
  line-height: 32px;
  background-color: #f6f6f6;
  text-align: center;
  border: 1px dashed #d0d0d0;
}
.news_box .w1200 .y ul {
  margin-top: 10px;
  width: 100%;
}
.news_box .w1200 .y ul li {
  border-bottom: 1px dashed #d0d0d0;
  padding: 10px 0;
}
.news_box .w1200 .y ul li h3 {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}
.news_box .w1200 .y ul li h3 a {
  color: #333333;
  display: block;
  float: left;
  width: 640px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_box .w1200 .y ul li h3 a:hover {
  color: #104d2c;
}
.news_box .w1200 .y ul li h3 span {
  font-size: 12px;
  font-weight: normal;
  float: right;
  line-height: 36px;
  color: #999999;
}
.news_box .w1200 .y ul li p {
  font-size: 14px;
  color: #666666;
}
.news_box .w1200 .y .page {
  margin-top: 10px;
}
.news_box .w1200 .y .page ul {
  display: flex;
  justify-content: center;
}
.news_box .w1200 .y .page ul li {
  margin: 0 5px;
  font-size: 14px;
  width: auto;
}
.news_box .w1200 .y .page ul li.disabled {
  cursor: not-allowed;
}
.news_box .w1200 .y .page ul li.active span {
  background: #104d2c;
  color: #ffffff;
}
.news_box .w1200 .y .page ul li:hover a {
  background: #104d2c;
  color: #ffffff;
}
.news_box .w1200 .y .page ul li span,
.news_box .w1200 .y .page ul li a {
  display: block;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 4px;
}
.show_content {
  width: 100%;
  background-color: #ffffff;
}
.show_content .w1200 {
  padding: 40px 0;
}
.show_content .w1200:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.show_content .w1200 .z {
  width: 225px;
  float: left;
}
.show_content .w1200 .z h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
  text-align: center;
  background-color: #104d2c;
}
.show_content .w1200 .z ul {
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 6px;
}
.show_content .w1200 .z ul li {
  font-size: 14px;
  border-bottom: 1px dotted #d5d5d5;
  padding-left: 26px;
  background: url(../images/ico_6.png) 10px 0 no-repeat;
  position: relative;
}
.show_content .w1200 .z ul li:hover {
  background: url(../images/ico_6.png) 10px -34px no-repeat;
}
.show_content .w1200 .z ul li:hover a {
  color: #104d2c;
}
.show_content .w1200 .z ul li:hover .nav {
  display: block;
}
.show_content .w1200 .z ul li a {
  color: #666666;
  line-height: 34px;
  display: block;
}
.show_content .w1200 .z ul li .nav {
  position: absolute;
  left: 228px;
  top: 0;
  width: 160px;
  background-color: #f6f6f6;
  display: none;
}
.show_content .w1200 .z ul li .nav p {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dotted #d5d5d5;
}
.show_content .w1200 .z ul li .nav p a {
  color: #666666;
  line-height: 34px;
  display: block;
}
.show_content .w1200 .z ul li .nav p a:hover {
  color: #104d2c;
}
.show_content .w1200 .z ol {
  background-color: #f6f6f6;
  margin-bottom: 6px;
  list-style-type: circle;
  color: #104d2c;
  padding-left: 24px;
}
.show_content .w1200 .z ol li {
  padding-right: 10px;
  font-size: 14px;
  border-bottom: 1px dotted #d5d5d5;
}
.show_content .w1200 .z ol li a {
  color: #666666;
  line-height: 34px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_content .w1200 .z ol li a:hover {
  color: #104d2c;
}
.show_content .w1200 .z dl {
  width: 100%;
}
.show_content .w1200 .z dl:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.show_content .w1200 .z dl dd {
  width: 105px;
  margin: 6px 15px 6px 0;
  float: left;
  background-color: #f6f6f6;
}
.show_content .w1200 .z dl dd:nth-child(even) {
  margin-right: 0;
}
.show_content .w1200 .z dl dd a {
  display: block;
  text-align: center;
  line-height: 32px;
  color: #666666;
  font-size: 14px;
  border: 1px dashed #d0d0d0;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_content .w1200 .z .call {
  background-color: #f6f6f6;
  padding: 0 10px;
}
.show_content .w1200 .z .call p {
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_content .w1200 .y {
  width: 940px;
  float: left;
  margin-left: 35px;
}
.show_content .w1200 .y .position {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  padding: 0 16px;
  background-color: #104d2c;
  overflow: hidden;
  margin-bottom: 10px;
}
.show_content .w1200 .y .position i {
  float: right;
  font-size: 14px;
  font-style: normal;
}
.show_content .w1200 .y .position i a {
  color: #ffffff;
}
.show_content .w1200 .y .tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e0e1dc;
  margin-bottom: 20px;
}
.show_content .w1200 .y .time {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #e0e1dc;
  padding-bottom: 20px;
}
.show_content .w1200 .y .time span {
  color: #999999;
  margin: 0 10px;
}
.show_content .w1200 .y .box {
  width: 100%;
  margin-bottom: 10px;
}
.show_content .w1200 .y .box:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.show_content .w1200 .y .box .l {
  float: left;
  width: 208px;
  border: 1px solid #e0e1dc;
}
.show_content .w1200 .y .box .l img {
  width: 100%;
  display: block;
}
.show_content .w1200 .y .box .r {
  width: 700px;
  float: left;
  margin-left: 30px;
}
.show_content .w1200 .y .box .r p {
  font-size: 14px;
}
.show_content .w1200 .y .box .r p a {
  font-weight: bold;
  color: #333333;
}
.show_content .w1200 .y .box .r p a:hover {
  color: #104d2c;
}
.show_content .w1200 .y .box .r i {
  display: block;
  margin-top: 10px;
  font-style: normal;
}
.show_content .w1200 .y .box .r i a {
  font-size: 14px;
  padding: 6px 20px;
  background-color: #104d2c;
  color: #ffffff;
  border-radius: 2px;
}
.show_content .w1200 .y .box .r i a:hover {
  background-color: #043b1e;
}
.show_content .w1200 .y .introduction {
  font-size: 16px;
  line-height: 42px;
  color: #104d2c;
  font-weight: bold;
  border-bottom: 1px solid #e0e1dc;
}
.show_content .w1200 .y .content {
  width: 100%;
  padding: 10px 0;
}
.show_content .w1200 .y .content p {
  font-size: 14px;
  color: #333333;
}
.show_content .w1200 .y .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.show_content .w1200 .y .url {
  font-size: 14px;
  color: #999999;
  border-top: 1px dashed #e0e1dc;
}
.show_content .w1200 .y .keywords {
  font-size: 14px;
  color: #999999;
  border-top: 1px dashed #e0e1dc;
}
.show_content .w1200 .y .keywords a {
  color: #999999;
  margin: 0 4px;
}
.show_content .w1200 .y .nex {
  border-top: 1px dashed #e0e1dc;
  font-size: 14px;
  margin-bottom: 20px;
}
.show_content .w1200 .y .nex a {
  color: #104d2c;
  margin: 0 4px;
}
.show_content .w1200 .y .related {
  width: 100%;
}
.show_content .w1200 .y .related ul {
  margin-top: 10px;
  padding: 0 2px;
}
.show_content .w1200 .y .related ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.show_content .w1200 .y .related ul li {
  width: 210px;
  float: left;
  margin-right: 32px;
  margin-bottom: 10px;
}
.show_content .w1200 .y .related ul li:nth-child(4n) {
  margin-right: 0;
}
.show_content .w1200 .y .related ul li:hover .pic {
  border: 1px solid #104d2c;
}
.show_content .w1200 .y .related ul li .pic {
  border: 1px solid #e0e1dc;
  height: 162px;
  overflow: hidden;
}
.show_content .w1200 .y .related ul li .pic img {
  width: 100%;
  display: block;
}
.show_content .w1200 .y .related ul li h3 {
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_content .w1200 .y .related ul li h3 a {
  color: #666666;
}
.show_content .w1200 .y .related ol {
  padding-left: 14px;
  list-style-type: circle;
  color: #104d2c;
}
.show_content .w1200 .y .related ol:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.show_content .w1200 .y .related ol li {
  width: 50%;
  float: left;
  line-height: 30px;
}
.show_content .w1200 .y .related ol li a {
  display: block;
  color: #666666;
  width: 86%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_content .w1200 .y .related ol li a:hover {
  color: #104d2c;
}
.guestbook {
  width: 100%;
}
.guestbook .w1200 {
  padding: 40px 0;
}
.guestbook .w1200 h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.guestbook .w1200 h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.guestbook .w1200 ul {
  width: 100%;
}
.guestbook .w1200 ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.guestbook .w1200 ul li {
  width: 380px;
  margin-right: 30px;
  float: left;
  position: relative;
  margin-bottom: 40px;
}
.guestbook .w1200 ul li:nth-child(3n) {
  margin-right: 0;
}
.guestbook .w1200 ul li input {
  width: 314px;
  height: 36px;
  float: left;
  border: 1px solid #999999;
  margin: 0;
  padding: 0 50px 0 14px;
  display: block;
  font-size: 14px;
}
.guestbook .w1200 ul li b {
  position: absolute;
  top: 0;
  right: 10px;
  color: red;
  line-height: 38px;
  font-size: 12px;
}
.guestbook .w1200 .box {
  width: 100%;
  margin-bottom: 40px;
}
.guestbook .w1200 .box textarea {
  width: 1170px;
  height: 200px;
  border: 1px solid #999999;
  padding: 0 14px;
  font-size: 14px;
}
.guestbook .w1200 .btn {
  width: 100%;
  height: 50px;
  position: relative;
}
.guestbook .w1200 .btn button {
  width: 240px;
  height: 50px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #104d2c;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  position: absolute;
}
.guestbook .w1200 .btn button:first-child {
  top: 0;
  left: 340px;
}
.guestbook .w1200 .btn button:last-child {
  top: 0;
  right: 340px;
}
.dou_msg {
  width: 100%;
}
.dou_msg .w1200 {
  padding: 160px 0;
}
.dou_msg .w1200 h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #104d2c;
}
.dou_msg .w1200 p {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.dou_msg .w1200 p a {
  color: #000000;
}
.field {
  width: 100%;
}
.field ul {
  width: 100%;
}
.field ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.field ul li {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.field ul li:nth-child(3n) {
  margin-right: 0;
}
.field ul li img {
  width: 100%;
  display: block;
}
.field ul li p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff !important;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.client {
  width: 100%;
}
.client h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.client ul {
  width: 100%;
}
.client ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.client ul li {
  width: 180px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
}
.client ul li:nth-child(5n) {
  margin-right: 0;
}
.client ul li img {
  width: 100%;
  display: block;
}
.cooperation {
  width: 100%;
}
.cooperation h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.cooperation ul {
  width: 100%;
}
.cooperation ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.cooperation ul li {
  width: 180px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
}
.cooperation ul li:nth-child(5n) {
  margin-right: 0;
}
.cooperation ul li img {
  width: 100%;
  display: block;
}
.sales {
  width: 100%;
}
.sales h2 {
  font-size: 18px;
  text-align: center;
}
.small_map {
  display: none;
}
