@import url("../../style/partial.css");
/**************************************/
@keyframes xshow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes xshow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes xshow2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes xshow2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**************************************/
body {
  margin: 0;
  font-size: 12px;
  color: #333;
  background-color: #fff;
}
a:hover {
  text-decoration: none;
}
.controW {
  max-width: 720px;
  min-width: 350px;
  margin: 0 auto;
}
.top {
  border-top: 5px solid #f13a3a;
  padding-bottom: 13px;
}
.top dd {
  float: left;
  width: 90%;
  padding-left: 5px;
}
.top dd h1 {
  padding: 15px 0 0 0;
}
.top dd h1 img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
.top dt {
  float: right;
  padding: 18px 2px 0 0;
}
.top dt span {
  display: block;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}
.top dt span i {
  color: #74b347;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: bold;
  font-size: 1.5em;
}
.menu ul {
  background-color: #3c3c3c;
  padding: 8px 5px 9px;
}
.menu li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 1.5;
  padding: 2px 0;
}
.menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 1px;
  font-weight: bold;
}
.menu li a:hover {
  padding: 0;
  border: 1px solid #ababab;
  border-radius: 4px;
}
.yetJqFade ul,
.yetJqFade li {
  /*background-size:100% 100%;*/
}
.yetJqFade h6 {
  text-align: right;
  top: inherit;
  bottom: 10px;
  width: auto !important;
  right: 20px;
  line-height: 1.5;
  vertical-align: middle;
}
.yetJqFade h6 em {
  border-radius: 12px;
  border: 2px solid #fff;
  background: none;
  vertical-align: middle;
}
.yetJqFade h6 em:after {
  content: "";
}
.yetJqFade h6 em.curr {
  padding: 2px;
  background-color: rgba(255, 0, 0, 0.7);
}
.bstyle1 {
  padding: 12px 0;
}
.bstyle1 dd {
  border-bottom: 1px solid #f23a3a;
  height: 37px;
  text-align: center;
  margin: 0 20px;
}
.bstyle1 dd span {
  display: inline-block;
  border-bottom: 2px solid #f23a3a;
  line-height: 36px;
  font-size: 14px;
  padding: 0 3px;
  font-weight: bold;
}
.jtjj div.contain {
  padding: 12px 15px 10px;
  overflow: hidden;
  line-height: 2;
  text-indent: 2em;
}
.jtjj div.contain * {
  margin: 0;
  padding: 0;
}
.jtjj h1.allIsNomal,
.news h1.allIsNomal,
.jssb h1.allIsNomal {
  text-align: center;
}
.jtjj h1.allIsNomal a,
.news h1.allIsNomal a,
.jssb h1.allIsNomal a {
  display: inline-block;
  line-height: 30px;
  color: #fff !important;
  padding: 0 2.5em;
  border-radius: 5px;
  background-color: #f13a3a;
}
.project {
  padding: 5px 0 0 0;
}
.project ul {
  padding: 0;
}
.project li {
  float: left;
  width: 50%;
  padding-bottom: 4px;
  position: relative;
}
.project li a {
  display: block;
  margin: 0 2px;
  font-size: 22px;
  background-color: #367eae;
  color: #fff;
  line-height: 4em;
  text-align: center;
}
.project li a i {
  margin-right: 5px;
}
.news .contain {
  padding: 13px 18px;
}
.news .contain div {
  zoom: 1;
  overflow: hidden;
  line-height: 28px;
}
.news .contain .sp1 {
  display: block;
  float: left;
  width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .contain .sp1 i {
  margin-right: 3px;
  color: #666;
}
.news .contain .sp2 {
  display: block;
  float: right;
  color: #999;
}
.yyly_wrap > ul {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  padding: 12px 0 7px;
}
.yyly_wrap > ul li {
  width: calc((100% - 30px) / 4);
}
.yyly_wrap > ul li a {
  display: block;
  border: 1px solid #9b9b9b;
}
.yyly_wrap > ul li a em,
.yyly_wrap > ul li a span {
  display: block;
  text-align: center;
  opacity: 0.8;
}
.yyly_wrap > ul li a em {
  padding: 10px 0 0;
  height: 26px;
}
.yyly_wrap > ul li a em .fa {
  font-size: 24px;
  line-height: 26px;
}
.yyly_wrap > ul li a span {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 38px;
  max-width: 90%;
  margin: 0 auto;
  line-height: 38px;
  white-space: nowrap;
}
.bstyle {
  height: 42px;
  color: #fff;
  background: #005a31;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#02783e), to(#00923f));
  background-image: -webkit-linear-gradient(top, #02783e, #00923f);
  background-image: -moz-linear-gradient(top, #02783e, #00923f);
  background-image: -o-linear-gradient(top, #02783e, #00923f);
  margin: 0;
}
.bstyle * {
  color: #fff;
}
.phone {
  margin-top: 25px;
}
.phone span {
  float: left;
  display: block;
  width: 26px;
  height: 25px;
  font-size: 30px;
  background-size: contain;
  margin: 9px 12px 0 40px;
  position: relative;
}
.phone span em {
  display: inline-block;
  position: absolute;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  border-radius: 0 30px 0 0;
}
.phone span em.e1 {
  width: 6px;
  height: 6px;
  z-index: 10;
  top: 4px;
  right: 4px;
  animation-name: xshow2;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: xshow2;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: xshow2;
  -o-animation-duration: 4s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
}
.phone span em.e2 {
  width: 9px;
  height: 9px;
  top: 1px;
  right: 1px;
  animation-name: xshow;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: xshow;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: xshow;
  -o-animation-duration: 5s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
}
.phone span em.e3 {
  width: 12px;
  height: 12px;
  top: -2px;
  right: -2px;
  animation-name: xshow;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: xshow2;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: xshow2;
  -o-animation-duration: 6s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
}
.phone strong {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  display: block;
}
.phone strong a:hover {
  text-decoration: none;
}
.gotop {
  background-color: #fff;
  overflow: hidden;
  margin: 20px auto 0;
}
.gotop ul {
  position: relative;
  text-align: center;
  line-height: 38px;
  margin: 8px 0 0;
  background-color: #eaf6ed;
  color: #015e35;
}
.gotop ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #f23a3a;
  border-bottom: 1px solid #fff;
}
.gotop li {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  font-size: 16px;
  color: #f23a3a;
  cursor: pointer;
}
.gotop li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 13px solid #f23a3a;
}
.gotop li:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 24px;
  display: block;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 4px solid #eaf6ed;
}
.foot {
  padding-bottom: 10px;
}
.foot dd {
  padding: 17px 15px 8px;
  line-height: 1.5;
  overflow: hidden;
}
.foot dd * {
  margin: 0;
  padding: 0;
}
.tools {
  z-index: 99999999;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
.tools dt {
  width: 30px;
  height: 14px;
  /*background-image: url(../Img/SkinsBar3.png);
	background-size: 32px 889px;
	background-position: 0 -797px;
	background-repeat:no-repeat;
	transform:rotate(270deg);*/
  float: right;
  cursor: pointer;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 3px;
}
.tools dt:before {
  content: "︿";
}
.tools dt.closed:before {
  /*background-position: 0 -260px;*/
  content: "﹀";
  padding: 0;
}
.tools dd {
  height: 55px;
  background-color: #32323a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32323a), to(#23232b));
  background-image: -webkit-linear-gradient(top, #32323a, #23232b);
  background-image: -moz-linear-gradient(top, #32323a, #23232b);
  background-image: -o-linear-gradient(top, #32323a, #23232b);
  background-image: -ms-linear-gradient(top, #32323a, #23232b);
  background-image: linear-gradient(top, #32323a, #23232b);
  opacity: 0.9;
  position: relative;
  float: left;
  width: 100%;
}
.tools dd:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #000;
  border-bottom: 1px solid #4b4c57;
  position: absolute;
  top: 0;
  left: 0;
}
.tools dd:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #000;
  border-top: 1px solid #4b4c57;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tools dd div {
  /*width:296px;*/
  width: 223px;
  margin: 0 auto;
  padding: 4px 0 0 0;
}
.tools dd div * {
  color: #fff;
}
.tools dd div a {
  float: left;
  width: 70px;
  text-align: center;
  display: block;
  padding: 0 2px;
}
.tools dd div a em {
  display: block;
  background-image: url(../Img/SkinsBar3.png);
  background-size: 32px 889px;
  height: 30px;
  background-repeat: no-repeat;
}
.tools dd a.tel em {
  height: 30px;
  background-position: 20px -49px;
  animation-name: telshow;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: telshow;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: telshow;
  -o-animation-duration: 1s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
}
.tools dd a.map em {
  background-position: 22px -147px;
}
.tools dd a.weibo em {
  background-position: 23px -353px;
  position: relative;
}
.tools dd a.idx em {
  background-position: 21px -197px;
}
.tools dd a.weibo em .i1 {
  z-index: 10;
  display: inline-block;
  width: 5px;
  height: 4px;
  border: 2px solid #ffb841;
  border-width: 2px 2px 0 0;
  border-radius: 0 30px 0 0;
  position: absolute;
  top: 5px;
  right: 19px;
  animation-name: xshow2;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: xshow2;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: xshow2;
  -o-animation-duration: 5s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
}
.tools dd a.weibo em .i2 {
  z-index: 10;
  display: inline-block;
  width: 8px;
  height: 6px;
  border: 2px solid #ffb841;
  border-width: 2px 2px 0 0;
  border-radius: 0 35px 0 0;
  position: absolute;
  top: 2px;
  right: 16px;
  animation-name: xshow;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: xshow;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: xshow;
  -o-animation-duration: 5s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
}
.tools dd a.wechat em {
  background-image: url(../img/wect.png);
  background-repeat: no-repeat;
  background-position: 15px 1px;
  background-size: 32px 29px;
}
/***********/
.bstyle {
  height: 28px;
  border-top: 2px solid #016234;
  color: #fff;
  background: #005a31;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005a31), to(#32b290));
  background-image: -webkit-linear-gradient(top, #005a31, #32b290);
  background-image: -moz-linear-gradient(top, #005a31, #32b290);
  background-image: -o-linear-gradient(top, #005a31, #32b290);
}
.bstyle * {
  color: #fff;
}
.bstyle dd {
  float: left;
  line-height: 28px;
  padding: 0 12px;
  color: #ffe800;
  font-size: 15px;
  font-weight: bold;
}
.bstyle dd span {
  cursor: pointer;
}
.bstyle dt {
  float: right;
  padding: 7px 10px 0;
  line-height: 1;
}
.nav ul {
  padding: 10px 0 0;
  overflow: hidden;
  margin: 0 10px;
}
.nav ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.nav ul li:nth-child(3n) {
  margin: 0;
}
.nav ul li a.blo {
  display: block;
  border: 1px solid #d2d2d2;
  height: 108px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.nav ul li h2 {
  padding-top: 8px;
  height: 26px;
  text-align: center;
  background: url(../img/shadow_02.jpg) no-repeat center top;
  background-size: 147px 8px;
}
