@charset "utf-8";
.Loading em i {
  background: #009944;
  box-shadow: none;
}
/*清除浮动*/
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
}
/*网站头部*/
header {
  background: #fff;
  height: 73px;
  padding-top: 15px;
}
header .Logo {
  height: 45px;
  position: relative;
  padding-top: 8px;
}
header .Logo img {
  max-height: 100%;
}
header .Slogan {
  float: left;
  margin-left: 12px;
  padding: 5px 12px;
  border-left: solid 1px #ddd;
  line-height: 18px;
}
header .Slogan span {
  display: block;
  color: #fa640d;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
header .Tel {
  float: right;
  padding-left: 45px;
  background: url(../images/tel.png) no-repeat left 10px;
  line-height: 26px;
  background-size: 38px;
}
header .Tel span {
  display: block;
  font-size: 24px;
  color: #22ac38;
  font-family: Helvetica;
  font-weight: 700;
}
header .Tel em {
  color: #999;
  margin: 0px 10px;
}
/* 导航菜单 */
nav {
  background: #009944;
  color: #fdef00;
}
nav a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 12px 43.5px;
  margin: 0px 9px;
}
nav a:first-of-type {
  margin-left: 0px;
}
nav a:last-of-type {
  margin-right: 0px;
}
nav a.on,
nav a:hover {
  background: #ff833b;
  color: #fff;
}
.BottomNav {
  background: top #009944;
  color: #fff;
}
.BottomNav ul {
  border-bottom: 1px solid #fff;
  height: 86px;
}
.BottomNav ul li {
  display: inline-block;
  width: 25%;
  font-size: 20px;
  line-height: 86px;
  padding-left: 56px;
  box-sizing: border-box;
  float: left;
  background: url(../images/gg-icon1.png) no-repeat center left;
}
.BottomNav ul li:nth-of-type(2) {
  background: url(../images/gg-icon2.png) no-repeat center left;
}
.BottomNav ul li:nth-of-type(3) {
  background: url(../images/gg-icon3.png) no-repeat center left;
}
.BottomNav ul li:nth-of-type(4) {
  background: url(../images/gg-icon4.png) no-repeat center left;
}
.BottomNav .List {
  text-align: center;
}
.BottomNav .List h1 {
  font-size: 34px;
  color: #fff;
  line-height: 38px;
  padding: 30px 0px 0px;
}
.BottomNav .List em {
  display: inline-block;
  font-size: 20px;
  line-height: 42px;
  padding: 0 40px;
  background: #fff;
  border-radius: 99px;
  color: #e71118;
}
.BottomNav .Btn {
  text-align: center;
  padding: 20px 0px 40px;
}
.BottomNav .More {
  display: inline-block;
  padding: 10px 38px;
  border: solid 1px #fff;
  line-height: 20px;
  color: #fff;
  margin: 0px 20px;
  font-size: 15px;
}
.BottomNav .More:hover {
  background: #ffa41d;
  color: #fff;
  border: solid 1px #ffa41d;
}
/*网站底部*/
footer {
  background: #48464b;
  border-top: solid 3px #009944;
  padding: 18px 0px 0px;
  box-sizing: border-box;
}
footer dl {
  float: left;
  width: 160px;
}
footer dl dt {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
footer dl dd {
  line-height: 26px;
  display: block;
  color: #ddd;
}
footer .Tel {
  float: left;
  width: 368px;
  line-height: 38px;
  color: #ddd;
}
footer .Tel span {
  color: #fff;
  font-size: 22px;
  display: block;
  font-weight: 400;
}
footer .Tel em {
  display: block;
  color: #fdef00;
  font-size: 36px;
  font-weight: 400;
  font-family: Impact;
  line-height: 42px;
  letter-spacing: 2px;
}
footer .Tel i {
  display: block;
  line-height: 26px;
}
footer .WeiXinRQ {
  float: left;
  width: 100px;
  text-align: center;
  padding: 10px 10px 5px;
  border: solid 1px #ddd;
  line-height: 16px;
  background: #fff;
  margin-top: 10px;
  margin-left: 50px;
}
footer .WeiXinRQ img {
  max-width: 100%;
  max-height: 100%;
}
footer .WeiXinRQ i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/wx.png) no-repeat;
  background-size: 18px;
  vertical-align: middle;
  margin-right: 3px;
}
footer .WeiXinRQ span {
  padding-top: 5px;
  display: block;
}
footer .QQ {
  float: right;
  width: 100px;
  padding: 10px 10px 5px;
  border: solid 1px #ddd;
  background: #fff;
  margin-top: 10px;
}
footer .QQ img {
  width: 100px;
}
footer .QQ span {
  padding-top: 5px;
  display: block;
  text-align: center;
}
.Links {
  clear: both;
  padding: 5px 0px;
  font-size: 12px;
  overflow: hidden;
  color: #ddd;
  background: #3b3a3c;
}
.Links a {
  margin-right: 5px;
  font-size: 12px;
}
.Cert {
  text-align: center;
  margin-top: 10px;
  border-top: solid 1px #555;
  padding-top: 10px;
}
.Cert a {
  margin: 0px 8px;
  display: inline-block;
}
.Cert img {
  height: 36px;
}
.Copyright {
  line-height: 22px;
  text-align: center;
  font-size: 13px;
  color: #ddd;
  padding: 5px 0px;
}
/*活动客服*/
article {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 1;
  color: #fff;
  transform: translateY(-50%);
}
article a {
  display: block;
  width: 78px;
  height: 30px;
  padding-top: 48px;
  margin-top: 5px;
  text-align: center;
  color: #fff;
}
article a:nth-of-type(1) {
  background: url(../images/footer1.png) no-repeat center 16px #aaa;
}
article a:nth-of-type(2) {
  background: url(../images/footer2.png) no-repeat center 16px #aaa;
}
article a:nth-of-type(3) {
  background: url(../images/footer3.png) no-repeat center 16px #aaa;
}
article a:nth-of-type(4) {
  background: url(../images/footer4.png) no-repeat center 16px #aaa;
}
article a:nth-of-type(5) {
  background: url(../images/footer5.png) no-repeat center 16px #094;
}
article a:hover {
  background-color: #fa640d;
  color: #fff;
}
article a:hover em {
  display: block;
}
article .weixin {
  display: none;
  position: absolute;
  margin-left: -186px;
  background: #22ac38;
  color: #fff;
  line-height: 32px;
  margin-top: -48px;
  font-size: 18px;
  font-weight: bold;
}
article .weixin i {
  width: 180px;
  height: 180px;
  display: block;
  background: url(../images/weixinrq.png) no-repeat;
  background-size: 180px;
}
article .tel {
  display: none;
  position: absolute;
  font-size: 16px;
  line-height: 58px;
  padding: 10px;
  width: 130px;
  height: 58px;
  margin-left: -156px;
  background: #22ac38;
  color: #fff;
  margin-top: -48px;
  font-weight: bold;
}
/*内页广告图*/
.banner,.banner .swiper-container,.banner .swiper-slide{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.banner .swiper-slide{
  position: relative;
}
.banner .swiper-slide img{
  width: 100%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 20px;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
  background-color: #ddd;
}

.banner .swiper-pagination-bullet-active {
  background-color: #fa640d;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
  bottom: 20px;
}
/*关于我们*/
.AboutT {
  background: #000;
}
.AboutT img {
  opacity: 0.6;
}
.AboutT .List {
  position: absolute;
  z-index: 999;
  line-height: 38px;
  color: #fff;
  font-weight: 400;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.AboutT .List h1 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 3px;
  padding-bottom: 20px;
}
.AboutT .List h1:before {
  height: 3px;
  background: #fff;
  content: "";
  display: inline-block;
  width: 88px;
  position: absolute;
  margin-top: 56px;
}
.AboutT .List p {
  font-size: 20px;
}
/*指向箭头*/
.arrow {
  display: inline-block;
  background: #009944;
  color: #fff;
  padding: 16px 38px;
  z-index: 2;
}
.arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  background: #fff;
}
.arrow i {
  display: inline-block;
  position: relative;
}
.arrow i:after {
  content: "";
  position: absolute;
  right: 0px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  transform: rotate(45deg);
}
.arrow i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 20px;
  height: 1px;
  line-height: 1px;
  background: #fff;
  transition: all 0.35s;
  margin-top: -2px;
}
.arrow:hover {
  background: #22ac38;
  color: #fff;
}
.arrow:hover i:before {
  width: 58px;
}
/*关于*/
.About .Title {
  text-align: center;
  animation: fadeInUp ease 0.6s;
}
.About .Title span {
  font-size: 28px;
  line-height: 48px;
  color: #009944;
  letter-spacing: 2px;
  font-weight: 500;
}
.About .Title i {
  font-size: 30px;
  color: #d6d6d6;
  margin: 0px 8px;
}
.About .Title em {
  font-size: 22px;
  color: #d6d6d6;
}
.About .Title p {
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.About .List {
  padding: 80px 550px 80px 0px;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 300px;
  position: relative;
}
.About .List img {
  position: absolute;
  right: 0px;
  animation: fadeInLeft ease 0.6s;
}
.About .List h1 {
  font-size: 28px;
  font-weight: 400;
  color: #fa640d;
  line-height: 38px;
}
.About .List h2 {
  color: #888;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  margin-bottom: 28px;
}
.About .List h2:before {
  height: 2px;
  background: #009944;
  content: "";
  display: inline-block;
  width: 88px;
  position: absolute;
  margin-top: 32px;
}
.About .List .arrow {
  line-height: 20px;
  margin-top: 30px;
  padding: 12px 38px;
}
.About1 dd {
  width: calc((100% - 60px) / 3);
  padding: 30px 50px;
  background: url(../images/about_9.png) no-repeat center;
  background-size: 100%;
  margin-right: 30px;
  height: 220px;
  float: left;
  box-sizing: border-box;
  color: #fff;
}
.About1 dd:nth-of-type(2) {
  background: url(../images/about_10.png) no-repeat center;
  background-size: 100%;
}
.About1 dd:nth-of-type(3) {
  background: url(../images/about_11.png) no-repeat center;
  margin-right: 0px;
  background-size: 100%;
}
.About1 dd h1 {
  font-size: 26px;
  line-height: 38px;
  padding-bottom: 10px;
}
.About1 dd p {
  font-size: 16px;
  line-height: 26px;
}
.About2 {
  padding-top: 60px;
}
.About2 .Title {
  font-size: 16px;
  position: relative;
  text-align: center;
}
.About2 .Title span {
  font-size: 36px;
  line-height: 46px;
  color: #222;
}
.About2 dl {
  float: left;
  width: calc((100% - 60px)/3);
  margin-top: 30px;
  position: relative;
  padding-left: 150px;
  box-sizing: border-box;
  margin-right: 30px;
}
.About2 dl:nth-of-type(3) {
  margin-right: 0px;
}
.About2 dl dt {
  text-align: center;
  width: 150px;
  position: absolute;
  left: 0px;
}
.About2 dl dt img {
  margin: 0px auto;
  max-width: 150px;
}
.About2 dl dd {
  padding-left: 10px;
  min-height: 200px;
}
.About2 dl dd h1 {
  line-height: 28px;
  height: 28px;
  font-size: 16px;
}
.About2 dl dd p {
  line-height: 20px;
  color: #888;
  font-size: 12px;
}
.ContactT {
  background: #000;
}
.ContactT img {
  opacity: 0.8;
}
.ContactT .List {
  position: absolute;
  z-index: 999;
  line-height: 38px;
  color: #fff;
  font-weight: 400;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.ContactT .List h1 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 3px;
  padding-bottom: 20px;
  color: #fff;
  animation: fadeInUp ease 0.6s;
}
.ContactT .List h1:before {
  height: 3px;
  background: #fff;
  content: "";
  display: inline-block;
  width: 88px;
  position: absolute;
  margin-top: 56px;
}
.ContactT .List p {
  font-size: 20px;
  animation: fadeInUp ease 0.6s;
}
.Contact {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}
.Contact .Title {
  text-align: center;
  animation: fadeInUp ease 0.8s;
}
.Contact .Title span {
  font-size: 28px;
  line-height: 48px;
  color: #333;
  letter-spacing: 2px;
  font-weight: 500;
}
.Contact .Title i {
  font-size: 30px;
  color: #d6d6d6;
  margin: 0px 8px;
}
.Contact .Title em {
  font-size: 22px;
  color: #d6d6d6;
}
.Contact .Title p {
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.Contact .List {
  padding: 38px 0px;
  position: relative;
}
.Contact .List h1 {
  font-size: 30px;
  display: block;
  color: #fa640d;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 3px;
  padding-bottom: 6px;
}
.Contact .List h2 {
  padding-bottom: 18px;
}
.Contact .List h2 em {
  background: linear-gradient(90deg, #ddd, #aaa);
  color: #fff;
  line-height: 24px;
  padding: 0px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.Contact .List li {
  font-size: 15px;
  line-height: 36px;
}
.Contact .List li a {
  color: #1a5cf8;
  font-weight: bold;
  text-decoration: underline;
}
.Contact .List li i {
  font-size: 20px;
  color: #22ac38;
  vertical-align: middle;
  margin-right: 6px;
  font-family: Helvetica;
  font-weight: 700;
}
.Contact .List li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

/*关键字标签*/
.Tag form {
  position: relative;
  max-width: 580px;
}
.Tag form #SName {
  padding: 7px;
  width: 100%;
}
.Tag form #SBtn {
  position: absolute;
  right: 0px;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  line-height: 26px;
  background: #22ac38;
}
.Tag .Hot {
  line-height: 38px;
  height: 38px;
  color: #888;
  font-size: 15px;
  padding: 18px 0px;
}
.Tag .Hot span {
  font-weight: bold;
}
.Tag .Hot a {
  font-weight: 400;
  color: #00c;
  margin-right: 8px;
}
.Tag .Hot a:hover {
  color: #22ac38;
  font-weight: bold;
}
.Tag .List a {
  display: inline-block;
  background: #efefef;
  white-space: nowrap;
  line-height: 32px;
  height: 32px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 138px;
  text-align: center;
}
.Tag .List a.on,
.Tag .List a:hover {
  color: #fff;
  background: #22ac38;
}
.Gjj1 .Title {
  font-size: 16px;
  position: relative;
}
.Gjj1 .Title span {
  font-size: 30px;
  line-height: 36px;
  color: #111;
  margin-right: 20px;
}
.Gjj1 .Title a {
  right: 0px;
  background: linear-gradient(to right, #19cc86, #2ce06c);
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  margin-top: 10px;
  position: absolute;
}
.Gjj1 .List {
  padding-top: 20px;
}
.Gjj1 .ad {
  background: url(../images/gjj1.jpg) no-repeat left top;
  height: 200px;
  width: 230px;
  float: left;
}
.Gjj1 dl {
  float: right;
  width: 970px;
}
.Gjj1 dd {
  background: #fff;
  float: left;
  width: 300px;
  height: 201px;
  margin-left: 20px;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(24, 5, 9, 0.1);
  border-top: solid 3px #22ac38;
  transition: all 0.2s linear 0s;
}
.Gjj1 dd:hover {
  transform: translateY(-10px);
  border-top: solid 3px #efb24f;
}
.Gjj1 dd span {
  display: block;
  line-height: 48px;
  font-size: 20px;
  color: #009944;
  line-height: 36px;
}
.Gjj1 dd span:after {
  content: '';
  background: url(../images/hot.png) no-repeat center;
  width: 40px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.Gjj1 dd p {
  color: #888;
  display: block;
  min-height: 80px;
  padding: 10px 0px;
  line-height: 22px;
}
.Gjj1 dd .MPrice {
  color: #f00;
}
.Gjj1 dd .MPrice i {
  font-size: 24px;
}
.Gjj1 dd .ico {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 2px #7dd598;
  background: url(../images/def23.png) no-repeat center;
  background-size: 22px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.Gjj1 dd:nth-of-type(2) .ico {
  background: url(../images/def22.png) no-repeat center;
  background-size: 22px;
}
.Gjj1 dd:nth-of-type(3) .ico {
  background: url(../images/def21.png) no-repeat center;
  background-size: 22px;
}
/*首页产品*/
.Gjj2 .Title {
  font-size: 16px;
  position: relative;
}
.Gjj2 .Title span {
  font-size: 30px;
  line-height: 36px;
  color: #222;
  margin-right: 20px;
}
.Gjj2 .Title a {
  right: 0px;
  background: linear-gradient(to right, #19cc86, #2ce06c);
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  margin-top: 10px;
  position: absolute;
}
.Gjj2 .List {
  padding-top: 20px;
}
/*留言*/
.liuyan ul li{
  width: 32%;
  float: left;
  margin-right: 1.7%;
  margin-bottom: 20px;
  border: 1px solid #28b779;
  height: 52px;
}
.liuyan ul li:nth-child(3n+3){margin-right: 0px;}
.liuyan ul li>input{
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 15px;
  font-size: 16px;
}


.liuyan ul li>span{
    padding: 15px 15px;
    display: block;
    float: left;
}
.liuyan ul li label{
    padding: 15px 40px 15px 15px;
    display: block;
    float: left;
}
.liuyan ul li label input{
    /* border: 2px solid #2ade6e; */
    margin-top: 4px;

}
.liuyan ul li label span{position: absolute;
    margin-top: 2px;  }
.radio_type{
    width: 16px;
    height: 16px;
    appearance: none;
    position: relative;
}
.radio_type:before{
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #2ade6e;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    top: 0px;
    position: absolute;
    background-color: white;
}
.radio_type:checked:before{
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #1acd85;
    background: #2bde6d;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after{
    content: '';
    width: 6px;
    height: 2px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}
.radio_type:checked+label{
    color: #c59c5a;
}
.Gjj2 .Btn {
  text-align: center;
  padding-top: 50px;
  height: 60px;
}
.Gjj2 .Btn>input {
  padding: 10px 48px;
  margin: 0px 30px;
  border-radius: 32px;
}




/*首页第三个板块*/
.Gjj3 {
  background: #F7F7F7;
  padding: 60px 0px;
}
.Gjj3 .Title {
  font-size: 16px;
  position: relative;
  text-align: center;
}
.Gjj3 .Title span {
  font-size: 36px;
  line-height: 46px;
  color: #222;
}
.Gjj3 .List {
  position: relative;
}
.Gjj3 .List img {
  position: absolute;
  right: 0px;
  animation: fadeInLeft ease 0.6s;
  top: 30px;
}
.Gjj3 .List ul {
  width: 800px;
}
.Gjj3 .List li {
  width: 350px;
  margin-right: 50px;
  margin-top: 30px;
  position: relative;
  padding-left: 85px;
  box-sizing: border-box;
  float: left;
}
.Gjj3 .List li i {
  background: url(../images/gjj31.png) no-repeat center;
  background-size: 50px;
  width: 68px;
  height: 68px;
  display: block;
  position: absolute;
  border: solid 2px #ddd;
  border-radius: 50%;
  left: 0px;
}
.Gjj3 .List li span {
  line-height: 38px;
  height: 38px;
  font-size: 22px;
  color: #222;
}
.Gjj3 .List li p {
  line-height: 22px;
}
.Gjj3 .List li:nth-of-type(2) {
  margin-right: 0px;
}
.Gjj3 .List li:nth-of-type(2) i {
  background: url(../images/gjj32.png) no-repeat center;
  background-size: 40px;
}
.Gjj3 .List li:nth-of-type(3) i {
  background: url(../images/gjj33.png) no-repeat center;
  background-size: 40px;
}
.Gjj3 .List li:nth-of-type(4) {
  margin-right: 0px;
}
.Gjj3 .List li:nth-of-type(4) i {
  background: url(../images/gjj34.png) no-repeat center;
  background-size: 40px;
}
.Gjj3 .List li:nth-of-type(5) i {
  background: url(../images/gjj35.png) no-repeat center;
  background-size: 40px;
}
.Gjj3 .List li:nth-of-type(6) {
  margin-right: 0px;
}
.Gjj3 .List li:nth-of-type(6) i {
  background: url(../images/gjj36.png) no-repeat center;
  background-size: 45px;
}
.Gjj4 {
  padding: 60px 0px;
}
.Gjj4 .Title {
  font-size: 16px;
  position: relative;
  text-align: center;
}
.Gjj4 .Title span {
  font-size: 36px;
  line-height: 46px;
  color: #222;
}
.Gjj4 .List {
  position: relative;
  margin-top: 30px;
}
.Gjj4 .List li {
  width: 25%;
  position: relative;
  box-sizing: border-box;
  float: left;
  background: url(../images/jsb_jiantou.png) no-repeat right;
  padding-right: 100px;
}
.Gjj4 .List li i {
  background: url(../images/gjj31.png) no-repeat center;
  background-size: 50px;
  width: 78px;
  height: 78px;
  display: block;
  border: solid 2px #ddd;
  border-radius: 50%;
  margin: 0px auto;
}
.Gjj4 .List li span {
  line-height: 38px;
  height: 38px;
  font-size: 18px;
  color: #222;
  text-align: center;
  padding-top: 10px;
  display: block;
}
.Gjj4 .List li p {
  line-height: 22px;
}
.Gjj4 .List li:nth-of-type(2) i {
  background: url(../images/gjj32.png) no-repeat center;
  background-size: 40px;
}
.Gjj4 .List li:nth-of-type(3) i {
  background: url(../images/gjj33.png) no-repeat center;
  background-size: 40px;
}
.Gjj4 .List li:nth-of-type(4) {
  background: none;
}
.Gjj4 .List li:nth-of-type(4) i {
  background: url(../images/gjj34.png) no-repeat center;
  background-size: 40px;
}
.Gjj4 .Btn {
  text-align: center;
  padding-top: 50px;
}
.Gjj4 .Btn a {
  padding: 10px 48px;
  margin: 0px 30px;
  border-radius: 32px;
}
.Gjj5 {
  padding: 60px 0px;
}
.Gjj5 .Title {
  font-size: 16px;
  position: relative;
  text-align: center;
}
.Gjj5 .Title span {
  font-size: 36px;
  line-height: 46px;
  color: #222;
}
.Gjj5 .List {
  position: relative;
  margin-top: 30px;
}
.Gjj5 .List dl {
  width: calc((100% - 60px)/4);
  position: relative;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
  margin-right: 20px;
  margin-bottom: 20px;
}
.Gjj5 .List dl:nth-of-type(4n) {
  margin-right: 0px;
}
.Gjj5 .List dl dt {
  width: 100%;
  height: 180px;
  background: #efefef;
  position: relative;
}
.Gjj5 .List dl dt img {
  transition: ease 0.6s;
}
.Gjj5 .List dl dt p {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 15px;
  text-align: left;
  bottom: -180px;
  z-index: 2;
  transition: ease 0.6s all 0s;
}
.Gjj5 .List dl dd {
  background: linear-gradient(70deg, #4874f2, #1a4bd6);
  overflow: hidden;
  padding: 8px;
}
.Gjj5 .List dl dd a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
}
.Gjj5 .List dl:hover img {
  transform: scale(1.2);
}
.Gjj5 .List dl:hover p {
  bottom: 0px;
}
.Gjj5 .List dl:hover dd {
  background: #fa640d;
}
.shebao1 .Title {
  font-size: 16px;
  position: relative;
}
.shebao1 .Title span {
  font-size: 30px;
  line-height: 36px;
  color: #111;
  margin-right: 20px;
}
.shebao1 .Title a {
  right: 0px;
  background: linear-gradient(to right, #19cc86, #2ce06c);
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  margin-top: 10px;
  position: absolute;
}
.shebao1 .List {
  padding-top: 20px;
}
.shebao1 .ad {
  background: url(../images/def2.jpg) no-repeat left top;
  height: 370px;
  width: 230px;
  float: left;
}
.shebao1 dl {
  float: right;
  width: 970px;
}
.shebao1 dd {
  background: #fff;
  float: left;
  width: 220px;
  margin-left: 20px;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(24, 5, 9, 0.1);
  border-top: solid 3px #00abfe;
  transition: all 0.2s linear 0s;
  margin-bottom: 20px;
}
.shebao1 dd.on {
  width: 300px;
}
.shebao1 dd:hover {
  transform: translateY(-10px);
  border-top: solid 3px #009944;
}
.shebao1 dd span {
  display: block;
  line-height: 48px;
  font-size: 20px;
  color: #00abfe;
  line-height: 36px;
}
.shebao1 dd span:after {
  content: '';
  background: url(../images/hot.png) no-repeat center;
  width: 40px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.shebao1 dd p {
  color: #888;
  display: block;
  min-height: 80px;
  line-height: 22px;
}
.shebao1 dd .MPrice {
  color: #f00;
}
.shebao1 dd .MPrice i {
  font-size: 24px;
}
.shebao1 dd .ico {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 2px #00abfe;
  background: url(../images/def23.png) no-repeat center;
  background-size: 22px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.shebao1 dd:nth-of-type(2) .ico {
  background: url(../images/def22.png) no-repeat center;
  background-size: 22px;
}
.shebao1 dd:nth-of-type(3) .ico {
  background: url(../images/def21.png) no-repeat center;
  background-size: 22px;
}
.shebao2 .Title {
  font-size: 16px;
  position: relative;
}
.shebao2 .Title span {
  font-size: 30px;
  line-height: 36px;
  color: #222;
  margin-right: 20px;
}
.shebao2 .Title a {
  right: 0px;
  background: linear-gradient(to right, #19cc86, #2ce06c);
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  margin-top: 10px;
  position: absolute;
}
.shebao2 .List {
  padding-top: 20px;
}
.shebao2 .List dl {
  float: left;
  width: 270px;
  margin-right: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.shebao2 .List dl dt {
  background: url(../images/s-yue.png) no-repeat center top;
  height: 160px;
  padding-top: 66px;
  padding-left: 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  box-sizing: border-box;
}
.shebao2 .List dl:nth-of-type(2) dt {
  background: url(../images/s-ji.png) no-repeat center;
}
.shebao2 .List dl:nth-of-type(3) dt {
  background: url(../images/s-bannian.png) no-repeat center;
}
.shebao2 .List dl:nth-of-type(4) {
  margin-right: 0px;
}
.shebao2 .List dl:nth-of-type(4) dt {
  background: url(../images/s-nian.png) no-repeat center;
}
.shebao2 .List dl:hover {
  transform: translateY(-10px);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.15);
}
.shebao2 .List dl dd {
  padding: 20px 20px 20px;
  height: 100px;
  box-sizing: border-box;
  border-top: none 0px;
}
.shebao2 .List dl dd h1 {
  line-height: 60px;
  /* height: 36px; */
  text-align: center;
  font-size: 15px;
}
.shebao2 .List dl dd b {
  color: #f00;
  margin: 0px 3px;
}
.shebao2 .List dl dd em {
  color: #085aa9;
  font-weight: bold;
}
.shebao2 .List dl dd span {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}
.shebao2 .Btn {
  text-align: center;
  padding-top: 50px;
  height: 60px;
}
.shebao2 .Btn a {
  padding: 10px 48px;
  margin: 0px 30px;
  border-radius: 32px;
  background: #00abfe;
}
.shebao3 {
  background: #F7F7F7;
  padding: 60px 0px;
}
.shebao3 .Title {
  font-size: 16px;
  position: relative;
  text-align: center;
}
.shebao3 .Title span {
  font-size: 36px;
  line-height: 46px;
  color: #222;
}
.shebao3 .List {
  position: relative;
}
.shebao3 .List img {
  position: absolute;
  right: 0px;
  animation: fadeInLeft ease 0.6s;
  top: 30px;
}
.shebao3 .List ul {
  width: 800px;
}
.shebao3 .List li {
  width: 350px;
  margin-right: 50px;
  margin-top: 30px;
  position: relative;
  padding-left: 85px;
  box-sizing: border-box;
  float: left;
  min-height: 82px;
}
.shebao3 .List li i {
  background: url(../images/gjj31.png) no-repeat center;
  background-size: 50px;
  width: 68px;
  height: 68px;
  display: block;
  position: absolute;
  border: solid 2px #ddd;
  border-radius: 50%;
  left: 0px;
}
.shebao3 .List li span {
  line-height: 38px;
  height: 38px;
  font-size: 22px;
  color: #222;
}
.shebao3 .List li p {
  line-height: 22px;
}
.shebao3 .List li:nth-of-type(2) {
  margin-right: 0px;
}
.shebao3 .List li:nth-of-type(2) i {
  background: url(../images/gjj32.png) no-repeat center;
  background-size: 40px;
}
.shebao3 .List li:nth-of-type(3) i {
  background: url(../images/gjj33.png) no-repeat center;
  background-size: 40px;
}
.shebao3 .List li:nth-of-type(4) {
  margin-right: 0px;
}
.shebao3 .List li:nth-of-type(4) i {
  background: url(../images/gjj34.png) no-repeat center;
  background-size: 40px;
}
.shebao3 .List li:nth-of-type(5) i {
  background: url(../images/gjj35.png) no-repeat center;
  background-size: 40px;
}
.shebao3 .List li:nth-of-type(6) {
  margin-right: 0px;
}
.shebao3 .List li:nth-of-type(6) i {
  background: url(../images/gjj36.png) no-repeat center;
  background-size: 45px;
}
/*新闻列表*/
.News1 {
  background: #fff;
  box-shadow: 0 0 8px #eeeeee;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.News1 .Title {
  animation: fadeInUp ease 0.6s;
  border-bottom: solid 1px #ddd;
  height: 41px;
}
.News1 .Title span {
  font-size: 18px;
  display: inline-block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 10px 0px;
  border-bottom: solid 2px #22ac38;
}
.News1 .Title a {
  float: right;
  margin-top: 8px;
}
.News1 .List dl {
  width: calc((100% - 40px)/3);
  position: relative;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
  margin-right: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 120px;
  margin-top: 15px;
}
.News1 .List dl:nth-of-type(3n) {
  margin-right: 0px;
}
.News1 .List dl dt {
  width: 108px;
  height: 78px;
  background: #efefef;
  position: absolute;
  left: 0px;
  margin-top: 5px;
}
.News1 .List dl dt img {
  transition: ease 0.6s;
}
.News1 .List dl dd {
  position: relative;
  box-sizing: border-box;
}
.News1 .List dl dd h1 {
  color: #000;
  line-height: 28px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
}
.News1 .List dl dd p {
  color: #888;
  display: block;
  min-height: 38px;
  font-size: 13px;
  line-height: 18px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.News1 .List dl dd em {
  display: block;
  font-size: 12px;
}
.News1 .List dl:hover img {
  transform: scale(1.05);
  /*filter: grayscale(90%);*/
}
.News1 .List dl:hover dd {
  background: #fff;
}
.News2 {
  background: #fff;
  box-shadow: 0 0 8px #eeeeee;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.News2 .Title {
  animation: fadeInUp ease 0.6s;
  border-bottom: solid 1px #ddd;
  height: 41px;
}
.News2 .Title span {
  font-size: 18px;
  display: inline-block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 10px 0px;
  border-bottom: solid 2px #22ac38;
}
.News2 .Title a {
  float: right;
  margin-top: 8px;
}
.News2 dl {
  width: calc((100% - 40px)/3);
  margin-top: 20px;
  margin-right: 20px;
  float: left;
}
.News2 dl:nth-of-type(3n) {
  margin-right: 0px;
}
.News2 dl dt {
  background: url(../images/news_provide.png) no-repeat center;
  height: 100px;
  line-height: 100px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.News2 dl dd {
  line-height: 28px;
  height: 28px;
  position: relative;
  background: url(../images/1.gif) no-repeat center left;
  padding-left: 8px;
}
.News2 dl dd em {
  position: absolute;
  right: 0px;
  color: #999;
  font-size: 12px;
}
.News2 dl:nth-of-type(2) dt {
  background: url(../images/news_medical.png) no-repeat center;
}
.News2 dl:nth-of-type(3) dt {
  background: url(../images/news_fertility.png) no-repeat center;
}
.News2 dl:nth-of-type(4) dt {
  background: url(../images/news_injury.png) no-repeat center;
}
.News2 dl:nth-of-type(5) dt {
  background: url(../images/news_unemployment.png) no-repeat center;
}
.News2 dl:nth-of-type(6) dt {
  background: url(../images/news_housing.png) no-repeat center;
}
.News {
  width: 860px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}
.News .Title {
  text-align: center;
  animation: fadeInUp ease 0.6s;
}
.News .Title span {
  font-size: 28px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
}
.News .Title h1 {
  text-align: center;
}
.News .Title h1:after,
.News .Title h1:before {
  height: 1px;
  background: #ddd;
  content: "";
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin: 0px 18px;
}
.News .Title h1 em {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  background: #fff;
}
.News .Tab {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.News .Tab li {
  display: inline-block;
  margin: 0px 16px;
  background: #ddd;
  cursor: pointer;
}
.News .Tab li a {
  display: block;
  padding: 8px 28px;
}
.News .Tab li:hover,
.News .Tab li.on {
  background: #fe011d;
  color: #fff;
}
.News .Tab li:hover a,
.News .Tab li.on a {
  color: #fff;
}
.News .TabLine {
  height: 1px;
  background: radial-gradient(#ddd, rgba(255, 255, 255, 0.5));
}
.News .List dl {
  box-sizing: border-box;
  position: relative;
  margin-top: 16px;
}
.News .List dl dt {
  position: absolute;
  text-align: center;
  background: #efefef;
  width: 80px;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #7a7a7a;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  z-index: 1;
}
.News .List dl dt span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fe011d;
}
.News .List dl dd {
  padding-left: 100px;
  box-sizing: border-box;
  width: 100%;
  min-height: 80px;
}
.News .List dl dd h3 {
  font-size: 18px;
  white-space: nowrap;
  color: #333;
  line-height: 32px;
}
.News .List dl dd p {
  color: #929292;
}
.News .List dl:hover dd {
  background: linear-gradient(90deg, #22ac38, #22ac38);
  color: #fff;
}
.News .List dl:hover dt {
  background: #fe5a01;
  color: #fff;
}
.News .List dl:hover h3,
.News .List dl:hover p {
  color: #fff;
}
.News .List .Line {
  border-top: solid 1px #efefef;
  clear: both;
  margin-top: 20px;
}
/*新闻展示*/
.NewsShow {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 5px #cccccc;
}
.NewsShow h1 {
  line-height: 56px;
  font-size: 28px;
  text-align: center;
  color: #222;
  font-weight: 400;
}
.NewsShow .Tit {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  border-bottom: solid 1px #efefef;
  border-top: solid 1px #efefef;
  text-align: center;
  margin-top: 8px;
}
.NewsShow .Tit a {
  font-size: 12px;
}
.NewsShow .Tit i {
  margin: 0px 3px;
  color: #fe011d;
}
.NewsShow .Tit span {
  margin: 0px 8px;
}
.NewsShow .Tit .shareshow a {
  float: none !important;
}
.NewsShow .Tit .shareshow .bds_more {
  float: none !important;
}
.NewsShow .List {
  padding: 20px 0px;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 300px;
  color: #222;
  position: relative;
}
.NewsShow .List p {
  font-size: 16px;
  line-height: 32px;
}
.NewsShow .List img {
  max-width: 100%;
  margin: 0px auto;
}
.NewsShow .List a {
  color: #fe011d;
  font-weight: bold;
  margin: 0px 3px;
  font-size: 17px;
}
.NewsShow .Desc {
  background: #efefef;
  border: solid 1px #ddd;
  padding: 8px;
  margin-top: 20px;
  font-size: 12px;
}
.NewsShow .tags {
  margin-top: 10px;
}
.NewsShow .tags a {
  background: #009944;
}
.NewsShow .share {
  margin-top: 16px;
}
/*相关文章*/
.NewsRelated {
  position: relative;
}
.NewsRelated .Item {
  width: calc((100% - 20px)/2);
  float: left;
  margin-left: 20px;
  background: #fff;
}
.NewsRelated .Item:first-of-type {
  margin-left: 0px;
}
.NewsRelated .Title {
  border-bottom: solid 1px #efefef;
}
.NewsRelated .Title span {
  font-size: 18px;
  display: inline-block;
  border-bottom: solid 3px #fe011d;
  padding: 10px;
  font-weight: 400;
}
.NewsRelated .Title a {
  float: right;
  color: #999;
  margin-right: 10px;
  margin-top: 15px;
}
.NewsRelated .List {
  padding: 10px 20px;
}
.NewsRelated .List a {
  border-top: dashed 1px #ddd;
  display: block;
  padding: 8px 5px 8px 15px;
  background: url(../images/1.gif) no-repeat center left;
}
.NewsRelated .List a:first-of-type {
  border-top: none 0px;
}
.NewsRelated .List em {
  float: right;
  color: #AAA;
}
/*热门文章*/
.NewsHot {
  background: #fff;
}
.NewsHot .Title {
  padding: 10px;
  border-top: solid 2px #22ac38;
  border-bottom: solid 1px #efefef;
}
.NewsHot .Title span {
  font-size: 18px;
  margin-right: 3px;
}
.NewsHot .Title em {
  font-size: 12px;
  text-transform: uppercase;
}
.NewsHot .List {
  padding: 5px 20px 10px;
}
.NewsHot .List a {
  border-top: dashed 1px #ddd;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 38px;
}
.NewsHot .List a i {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #ddd;
  vertical-align: middle;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 5px;
  line-height: 18px;
  text-align: center;
}
.NewsHot .List a:nth-of-type(1) {
  border-top: none 0px;
}
.NewsHot .List a:nth-of-type(1) i {
  background: #fe011d;
}
.NewsHot .List a:nth-of-type(2) i {
  background: #fe5a01;
}
.NewsHot .List a:nth-of-type(3) i {
  background: #1875db;
}
.NewsHot .List a:nth-of-type(4) i {
  background: #269705;
}
/*热门关键字*/
.NewsTag .Title {
  padding: 10px;
  border-top: solid 2px #22ac38;
  border-bottom: solid 1px #efefef;
  background: #fff;
}
.NewsTag .Title span {
  font-size: 18px;
}
.NewsTag .Title a {
  float: right;
  color: #999;
}
.NewsTag .List {
  position: relative;
}
.NewsTag .List a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 32px;
  background: #fff;
  box-sizing: border-box;
  width: calc(100%/3);
  border-right: solid 1px #efefef;
  float: left;
  margin-top: 1px;
  text-align: center;
}
.NewsTag .List a:nth-of-type(3n) {
  border-right: none 0px;
}
/*搜索文章*/
.NewsFind {
  background: #fff;
}
.NewsFind .Title {
  padding: 10px;
  border-top: solid 2px #22ac38;
  border-bottom: solid 1px #efefef;
}
.NewsFind .Title span {
  font-size: 18px;
}
.NewsFind .List {
  padding: 20px;
}
.NewsFind .List form {
  position: relative;
}
.NewsFind .List form #SName {
  padding: 5px;
  border-radius: 0px;
  width: 100%;
}
.NewsFind .List form #SBtn {
  position: absolute;
  right: 0px;
  z-index: 1;
  border-radius: 0px;
  line-height: 22px;
  background: #fe5a01;
}
.Item1 {
  background: #fff;
}
.Item1 .Title {
  padding: 10px;
  border-top: solid 2px #22ac38;
  border-bottom: solid 1px #efefef;
}
.Item1 .Title span {
  font-size: 18px;
}
.Item1 .List {
  padding: 10px 20px 20px;
}
.Item1 .List h1 {
  font-size: 18px;
  display: block;
  color: #009944;
  line-height: 38px;
  font-weight: 400;
  padding-bottom: 6px;
}
.Item1 .List li {
  font-size: 15px;
  line-height: 28px;
}
.Item1 .List li a {
  color: #1a5cf8;
  font-weight: bold;
  text-decoration: underline;
}
.Item1 .List li i {
  font-size: 20px;
  color: #009944;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 6px;
}
.Item1 .List li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.zengzhi1 dl {
  position: relative;
  padding-left: 360px;
  min-height: 284px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  margin-top: 38px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.zengzhi1 dl dt {
  background: url(../images/zengzhi1.png) no-repeat;
  width: 357px;
  height: 282px;
  position: absolute;
  left: 0px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.zengzhi1 dl dt h1 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}
.zengzhi1 dl dt h2 {
  font-size: 26px;
  line-height: 38px;
  height: 38px;
  padding-top: 20px;
}
.zengzhi1 dl dd {
  padding: 30px;
}
.zengzhi1 dl dd span {
  display: block;
  font-size: 18px;
  color: #000;
}
.zengzhi1 dl dd a {
  background: #009944;
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
  display: inline-block;
  padding: 8px 28px;
  margin-top: 20px;
}
.zengzhi1 dl dd a:hover {
  background: #ff6a00;
}
.zengzhi1 dl dd .More {
  position: absolute ;
  right: 30px;
  bottom: 30px;
  background: #00abfe;
}
.zengzhi1 dl:nth-of-type(2) dt {
  background: url(../images/zengzhi2.png) no-repeat center;
}
.zengzhi1 dl:nth-of-type(3) dt {
  background: url(../images/zengzhi3.png) no-repeat center;
}
.Company1 .Title {
  text-align: center;
  animation: fadeInUp ease 0.6s;
}
.Company1 .Title span {
  font-size: 28px;
  line-height: 48px;
  color: #009944;
  letter-spacing: 2px;
  font-weight: 500;
}
.Company1 .Title i {
  font-size: 30px;
  color: #d6d6d6;
  margin: 0px 8px;
}
.Company1 .Title em {
  font-size: 22px;
  color: #d6d6d6;
}
.Company1 .Title p {
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.Company1 .List {
  padding-top: 50px;
  text-align: center;
}
.Company1 .List dl {
  width: 260px;
  position: relative;
  display: inline-block;
  animation: zoomIn 0.8s ease 0s both;
  margin: 20px 60px;
}
.Company1 .List dl dt {
  height: 178px;
  vertical-align: bottom;
  text-align: center;
}
.Company1 .List dl dd {
  padding-top: 10px;
  text-align: left;
}
.Company1 .List dl dd a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 38px;
  height: 38px;
  color: #000;
}
.Company1 .List dl dd p {
  line-height: 22px;
  color: #888;
}
.Company2 {
  background: #f7f7f7;
  padding: 60px 0px;
}
.Company2 .Title {
  font-size: 16px;
  position: relative;
  text-align: center;
}
.Company2 .Title span {
  font-size: 36px;
  line-height: 46px;
  color: #222;
}
.Company2 .List {
  padding-top: 80px;
  text-align: center;
}
.Company2 .List dl {
  width: 250px;
  border: solid 1px #ddd;
  background: #fff;
  margin-right: 50px;
  display: inline-block;
  position: relative;
}
.Company2 .List dl i {
  width: 100px;
  height: 100px;
  background: url(../images/qy_youshi1.png) no-repeat center;
  display: block;
  position: absolute;
  margin-top: -60px;
  left: 75px;
}
.Company2 .List dl dd {
  padding: 40px 30px 30px;
}
.Company2 .List dl dd h1 {
  line-height: 38px;
  height: 38px;
  text-align: center;
  color: #000;
  font-size: 26px;
}
.Company2 .List dl dd p {
  color: #888;
  line-height: 24px;
}
.Company2 .List dl:nth-of-type(4) {
  margin-right: 0px;
}
.Company3 {
  padding: 30px 0px;
}
.Company3 .Title {
  font-size: 16px;
  position: relative;
  text-align: center;
}
.Company3 .Title span {
  font-size: 36px;
  line-height: 46px;
  color: #222;
}
.Company3 .List {
  height: 700px;
  background: url(../images/sxcl_21.png) no-repeat center;
  position: relative;
  margin-top: 30px;
}
.Company3 .List dd {
  width: 210px;
  height: 150px;
  padding: 30px;
  box-sizing: border-box;
  border: solid 3px #383A6B;
  border-radius: 10px;
  position: absolute;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  background: #fff;
}
.Company3 .List dd em {
  position: relative;
  display: block;
}
.Company3 .List dd i {
  background: #ff0000;
  height: 38px;
  width: 38px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  position: absolute;
  top: -48px;
  left: 48px;
}
.Company3 .List dd:nth-of-type(1) {
  left: 50%;
  margin-left: -105px;
  margin-top: 20px;
}
.Company3 .List dd:nth-of-type(2) {
  left: 15%;
  margin-top: 100px;
}
.Company3 .List dd:nth-of-type(4) {
  left: 15%;
  margin-top: 400px;
}
.Company3 .List dd:nth-of-type(3) {
  right: 15%;
  margin-top: 100px;
}
.Company3 .List dd:nth-of-type(5) {
  right: 15%;
  margin-top: 400px;
}
.Company3 .List dd:nth-of-type(6) {
  left: 50%;
  margin-left: -105px;
  margin-top: 550px;
}

/*上下篇*/
.xypg-detail-pn {
    margin-top: 30px;
}
.xypg-detail-pn div {
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    position: relative;
}
.xypg-detail-pn div b {
    font-size: 14px;
    color: #333;
    float: left;
    font-weight: 400;
}
.xypg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #565656;
}
.xypg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 13px;
    color: #666;
}

.ggjdj_list ul{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.ggjdj_list ul li{
  width: 33.33%;
  text-align: center;
}
.ggjdj_list ul li p{
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
}
.ggjdj_list ul li img{
  margin: 0 auto;
}
.nr p{
  text-align: justify;
}