body {
  margin: 0;
}

.logo_m {
  width: 100%;
  background-color: #fff;
}

.logo_m img {
  width: 100%;
}

.banner_m {
  width: 100%;
}

.banner_m img {
  width: 100%;
}

.mbanner {
  width: 100%;
}

.mbanner img {
  width: 100%;
}

.home_text_m {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}

.home_text_m ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.youshi_m {
  background-color: #fff;
}

.home_text_m ul li {
  width: 50%;
  margin-bottom: 18px;
}

.home_text_m ul li:last-child {
  width: 100%;
}

.home_text_m ul li i {
  /* height: 120px; */
  font-style: normal;
  display: block;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 5px;
  border-left: #fd6804 2px solid;
  box-shadow: #e8e8e8 2px 2px 10px;
}

.fafafa {
  padding: 0 10px;
  background: #fafafa;
}

.home_text_m ul li h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
  color: #fd6804;
}

.home_text_m ul li p {
  font-size: 14px;
  color: #888;
}

h2.t_tilte_m {
  font-size: 18px;
  padding: 15px 0 0;
  text-align: center;
  color: #fd6804;
}

span.t_en_m {
  margin: 5px 0;
  text-align: center;
  display: block;
  color: #999;
  font-size: 15px;
}

.t_line_m {
  width: 70%;
  height: 1px;
  background: #eee;
  display: block;
  margin: 0 auto 10px;
}

.t_line_m span {
  display: block;
  background: #fd6804;
  width: 60px;
  height: 3px;
  margin: auto;
}

p.t_info_m {
  padding: 0px 20px 5px;
  font-size: 13px;
  text-align: center;
  color: #999;
}

.scrollbar_m {
  overflow: auto;
}

.renqun_box_m {
  width: 100%;
  overflow-x: scroll
}

.renqun_m {
  width: 50%;
  float: left
}

.renqun_m section {
  margin: 8px 5px;
  background: #fff;
  padding: 20px 10px 10px;
  box-shadow: #e8e8e8 2px 2px 10px;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  transition: all 0.5s;
}

.renqun_m h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.renqun_m p {
  font-size: 14px;
  margin: 0 0 15px 0;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #888;
}

.renqun_m ul {
  height: 133px;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.renqun_m ul li {
  color: #666;
  background: url(../images/li_g.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
  line-height: 26px;
  font-size: 15px;
}

.renqun_m section a {
  margin-top: 10px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
}

.syrq_n1_m {
  background: #ff6857;
}

.syrq_n2_m {
  background: #fbc713;
}

.syrq_n3_m {
  background: #05c387;
}

.syrq_n4_m {
  background: #01babf;
}

.liucheng_m {
  padding-bottom: 40px
}

.liucheng_m li h3 {
  font-size: 18px;
  margin-bottom: 16px;
  padding-left: 45px;
  height: 34px;
  line-height: 34px;
}

.liucheng_m li p {
  color: #666;
}

.liucheng_m li:nth-child(1) h3 {
  background: url(../images/lc01.png) no-repeat;
  background-size: 32px
}

.liucheng_m li:nth-child(2) h3 {
  background: url(../images/lc02.png) no-repeat;
  background-size: 32px
}

.liucheng_m li:nth-child(3) h3 {
  background: url(../images/lc03.png) no-repeat;
  background-size: 32px
}

.liucheng_m li:nth-child(4) h3 {
  background: url(../images/lc04.png) no-repeat;
  background-size: 32px
}

.liucheng_m li:nth-child(5) h3 {
  background: url(../images/lc05.png) no-repeat;
  background-size: 32px
}

.liucheng_m li:nth-child(6) h3 {
  background: url(../images/lc06.png) no-repeat;
  background-size: 32px
}

.liucheng_m li section:hover {
  box-shadow: #c5c5c5 2px 2px 10px;
}

.liucheng_m li {
  width: 50%;
}

.liucheng_m li p {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 20px;
  height: 60px;
}

.liucheng_m li h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.liucheng_m li section {
  margin: 2px;
  padding: 10px;
  box-shadow: #e8e8e8 2px 2px 10px;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  transition: all 0.5s;
}

.liucheng_m ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.liucheng_m {
  padding: 20px 10px;
  background-color: #fff;
}

.liucheng_m li p {
  color: #888;
}

.feiyong_pic_m ul {
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.feiyong_pic_m li {
  width: 50%;
  margin-bottom: 0;
}

.feiyong_pic_m li section {
  text-align: center;
  margin: 20px 0px;
}

.feiyong_pic_m i {
  width: 68px;
  display: block;
  background: #ff6825;
  margin: auto;
  padding: 18px 0;
  border-radius: 50%;
}

.feiyong_pic_m i img {
  width: 32px;
  margin: auto;
}

.feiyong_pic_m li h3 {
  margin: 10px;
  font-size: 16px;
  color: #ff6825;
}

.feiyong_pic_m li p {
  font-size: 14px;
  color: #888;
  height: 42px;
  overflow: hidden;
}

.youshi_pic_m ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.youshi_pic_m li {
  width: 50%;
  margin-bottom: 10px;
}

.youshi_pic_m li section {
  text-align: center;
  /* margin: 20px 30px; */
}

.youshi_pic_m i {
  display: block;
  background: #fff;
  width: 130px;
  margin: auto;
  padding: 10px 0;
}

.youshi_pic_m li h3 {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
}

.youshi_pic_m li p {
  font-size: 14px;
  color: #888;
  height: 42px;
  overflow: hidden;
}

.youshi_pic_m i img {
  height: 33px;
  width: auto;
  display: inline-block;
}

#toolbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 888;
  padding: 10px;
  left: 0;
  background: #009946;
}

#toolbar .list {
  width: 100%;
  max-width: 580px;
  min-width: 320px;
  margin: 0 auto;
}

#toolbar .list li {
  float: left;
  width: 100%;
  text-align: center;
}

#toolbar .list a {
  font-size: 18px;
  color: #fff;
  padding-top: 0.15rem;
  box-sizing: border-box;
  font-weight: bolder;
}

#toolbar .list a img {
  display: inline;
  margin-top: 5px;
}

#toolbar .list a span {
  text-align: center;
  display: block;
}

#toolbar .list {
  width: 100%;
  max-width: 580px;
  min-width: 320px;
  margin: 0 auto;
}

/* #modal-white {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
}

#modal-white .box-tc {
  padding: 25px;
  width: 80%;
  max-width: 400px;
  position: absolute;
  top: 23%;
  left: 10%;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding-bottom: 30px;
}

#modal-white-tc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
}

#modal-white-tc .box-tc {
  width: 80%;
  position: absolute;
  overflow: hidden;
  top: 40%;
  left: 10%;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0px !important;
} */

.wechat_success_logo {
  width: 18%;
  display: block;
  margin: 0px auto;
  margin-top: 8px;
}

.wechat_success_title {
  width: 90%;
  display: block;
  margin: 0px auto;
  margin-top: 12px;
}

.wechat_success_anniu {
  width: 78%;
  display: block;
  margin: 0px auto;
  margin-top: 5px;
}

.wechat_yindao {
  width: 90%;
  margin: 0px auto;
  margin-top: 10px;
}

.ytext {
  padding: 20px;
}

.ytext h3 {
  font-size: 20px;
  padding-bottom: 20px;
}

.ytext .boxss {
  font-size: 16px;
  color: #9b9b9b;
}

.ytext .boxss em {
  font-style: normal;
}

.besure {
  font-size: 16px;
  padding: 10px;
  border-top: 1px solid #f2f3f2;
}

.footer-lx {
  width: 100%;
  height: 100px;
  font-style: normal !important;
  background: #039847;
  position: fixed;
  bottom: 0px;
  text-align: center;

}

.foot-lx {
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 0px 20px;
  box-sizing: border-box;
}

.foot-lx>div {
  /* width: 48%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-lx .tel {
  height: 50px;
  border-radius: 25px;
  background: #1659c2;
}

.footer-lx .tel img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.foot-lx .tel .p-title {
  color: #fff;
  font-size: 16px !important;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  margin: 0px;
  display: inline-block;
}

.foot-lx .weixin {
  border-radius: 25px;
  height: 50px;
  background: #fba83e;
}

.footer-lx .weixin img {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.foot-lx .weixin .p-title {
  color: #fff;
  font-size: 16px !important;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  margin: 0px;
  display: inline-block;
}

#modal-a {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .74) none repeat scroll 0 0;
  z-index: 1000;
  display: none;
}

#modal-a .modal-box {
  position: relative;
  width: 100%;
  height: 100%;
}

#modal-a .neirong {
  width: 75%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px;
}

.modal-bg .groupNo_copy {
  font-size: 18px;
  line-height: 25px;
  color: #00001e;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 20px;
}

.modal-bg img {
  width: 67%;
}

.modal-tj {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin-top: .53333rem;
  text-align: center;
}

.wechat_bottWx {
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  margin-right: 10px;
  background-color: #07b906;
  padding: 10px 20px;
  font-size: 20px;
  width: 60%;
  margin: auto;
}

#qq_Mask2_right2 {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  right: -6px;
  top: 3px;
  font-weight: bold;
}
.aside_weixin{
  width: 120px;
  height: 120px;
  position: fixed;
  box-shadow: -1px -1px 1px  #009946;
  top: 100px;
  right: 1;

}
.aside_weixin img {
  width: 100%;
  height: 100%;
}
.yihui_box {
  padding: 0 10px;
  background-color: #ffffff;
  padding-bottom: 110px;
}

.yihui_tites {
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.yihui_tites span:first-child {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #f39f31;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  padding: 6px;
  color: #ffffff;
  border-radius: 6px;
}

.yihui_tites span:last-child {
  font-size: 15px;
  margin-left: 6px;
  font-weight: bold;
}

.copyWxItem {
  padding: 10px 0;
  width: 100%;
}

.call_phone img {
  width: 26px;
  vertical-align: text-bottom;
  margin-right: 4px;
}

.call_phone,.add_weixin {
  display: block;
  height: 100%;
  padding: 7px 0;
  width: 50%;
  color: #fff;
  text-decoration: none;
  /* border: 1px solid #fff; */
  font-size: 18px;
}

.copyWxItem span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.foot-lx p:last-child {
  background-color: #b08c00;
  font-size: 14px;
  padding: 4px 0;
  color: #fff;
  margin: 0;
}

.banner_box img {
  width: 100%;
}
#modal-white .wx_success_bton {
  width: 187px;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  background-color: #1aad19;
  text-align: center;
  border-radius: 5px;
  margin: 0px auto;
  color: #fff;
  font-size: 18px;
}

#modal-white {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
}

#modal-white .box-tc {
  padding: 25px;
  width: 74%;
  position: absolute;
  top: 23%;
  left: 13%;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding-bottom: 30px;
}

#modal-white-tc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
}

#modal-white-tc .box-tc {
  width: 80%;
  position: absolute;
  overflow: hidden;
  top: 40%;
  left: 10%;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0px !important;
}

#modal-white .wx_success_bton{
  width: 187px;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  background-color: #1aad19;
  text-align: center;
  border-radius: 5px;
  margin: 0px auto;
  color: #fff;
  font-size: 18px;
}
.wechat_success_logo{ width: 18%; display:block;margin: 0px auto;margin-top: 8px;}
.wechat_success_title{ width: 85%; display:block;margin: 0px auto;margin-top: 12px;}
.wechat_success_anniu{ width: 78%; display:block;margin: 0px auto;margin-top:5px;}
.wechat_yindao{width:90%;margin: 0px auto; margin-top: 10px;}
.advantage {
  background: #fff!important;
}
.advantage ul {
  overflow: hidden;
  width: 1200px;
  margin: 30px auto;
}
.advantage ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.advantage ul li i {
  -webkit-transition: 0.5s;
}
.advantage ul li:hover i{-webkit-transform:rotateY(360deg);}
.advantage-ioc1 {
  display: inline-block;
  width: 133px;
  height: 133px;
  background: url(https://ages.570004.com/dt/zyt_b1.6xz1/j1.png) no-repeat;
}
.advantage-ioc2 {
  display: inline-block;
  width: 133px;
  height: 133px;
  background: url(https://ages.570004.com/dt/zyt_b1.6xz1/j2.png) no-repeat;
}
.advantage-ioc3 {
  display: inline-block;
  width: 133px;
  height: 133px;
  background: url(https://ages.570004.com/dt/zyt_b1.6xz1/j3.png) no-repeat;
}
.advantage-ioc5 {
  display: inline-block;
  width: 133px;
  height: 133px;
  background: url(https://ages.570004.com/dt/zyt_b1.6xz1/j5.png) no-repeat;
}
.advantage ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #48cbdf;
  line-height: 60px;
}
.advantage ul li p {
  font-size: 14px;
  color: #555;
  padding: 0 20px;
}
.zxzx {
  width: 365px;
  margin: 0 auto;
  border: solid 1px #48cbdf;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}
.zxzx p {
  float: left;
  line-height: 40px;
  width: 235px;
  padding-left: 25px;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  height: 40px;
}
.zxzx a {
  float: right;
  width: 100px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: white;
  background: #48cbdf;
}
.zxzx p b {
  font-size: 18px;
  color: #48cbdf;
}
.gszc-fuwubz-c {
  width: 1090px;
  margin: 0 auto;
  margin-top: 8px;
  position: relative;
}
.gszc-fuwubz-bg{background: url(https://ages.570004.com/dt/zyt_b1.6xz1/fuwubaozhang.jpg) no-repeat center center;padding-bottom: 56px;}
.fuwubz-c{height: 113px;position: relative;}
.fuwubz-c h3{font-size: 20px;font-weight: bold;color: #333;line-height: 60px;margin-top: -43px;}
.fuwubz-c p{font-size: 14px;color: #555;line-height: 24px;margin-top: 5px;height: 48px;}
.fuwubz-c1{float: left;width: 320px;margin-left: 92px;}
.fuwubz-c2{float: right;width: 365px;margin-right:65px;text-align: right;}
.fuwubz-c3{float: left;width: 320px;margin-left: 32px;margin-right: 100px;top:25px;}
.fuwubz-c4{float: right;width: 320px;margin-right:5px;text-align: right;margin-left: 100px;top:25px;}
.fuwubz-c5{float: left;width: 320px;margin-left: 97px;top:45px;}
.fuwubz-c6{float: right;width: 320px;margin-right:75px;text-align: right;top:30px;}
.gszc-tit{text-align: center;}
.gszc-tit h2{font-size:34px;font-weight: bold;color: #333;line-height: 50px;}
.gszc-tit span{color: #48cbdf;}
.gszc-tit p{font-size: 14px;color: #999;line-height: 30px;}
.footer{background:#2b2b2b;padding:35px 0;}
.footer-top{overflow: hidden;width: 1200px;margin: 0 auto;}
.footer-top li{float: left;}
.footer-top1{width: 224px;height: 100px;border-right: solid 1px #777;}
.footer-top1 img{display:block;width: 100px;margin: 0 auto;}
.footer-top1 p{font-size:14px;line-height: 20px;color: #777;width: 210px;margin-top: 10px;text-align: center;}
.footer-top2{width:411px;border-right: solid 1px #777;height: 100px;overflow: hidden;}
.footer-top2 a{float: left;margin:5px 8px;color: #777;width:120px;text-align: center;font-size: 14px;}
.footer-top3{width: 254px;height: 145px;border-right: solid 1px #777;padding: 0 25px;}
.footer-top3 p{font-size: 14px;color: #777;line-height: 28px;}
.footer-top4{width: 370px;padding-left: 50px;overflow: hidden;}
.footer-top4 p{float: left;text-align: center;}
.footer-top4 p img{width:123px;display: block;}
.footer-top4 p strong{font-size: 14px;color: #777;font-weight: normal;display: block;line-height: 30px;}
.footer-top4 p em{display: block;font-size: 16px;color: #777;line-height: 30px;font-style: normal;}
.footer-top4 p b{display: block;font-size: 22px;line-height: 30px;color: #777;}
.footer-top4-c{margin-left: 50px;}
.footer-top4-c span{display: block;overflow: hidden;}
.footer-top4-c span a{float: left;width: 33px;height: 33px;margin:5px 20px}
.footer-top4-c1{background: url(https://ages.570004.com/dt/zyt_b1.6xz1/tuteng.png) no-repeat -288px -161px;}
.footer-top4-c2{background: url(https://ages.570004.com/dt/zyt_b1.6xz1/tuteng.png) no-repeat -352px -161px;}
.footer-top4-c3{background: url(https://ages.570004.com/dt/zyt_b1.6xz1/tuteng.png) no-repeat -416px -161px;}
.footer-bottom{background: #222222;text-align: center;padding: 10px 0;}
.footer-bottom p{font-size: 14px;color: #777;line-height: 24px;}
.footer-bottom p a{color: #777;margin-right: 10px;}
.footer-bottom p a:hover{color: #ddd;}
.gszc-fuwubz {
  height: 520px;
}
/*home_text*/
.home_text ul { margin: 20px 0; overflow: hidden; }
.home_text ul li { width: 20%; float: left; padding: 10px 0; }
.home_text ul li:nth-child(6) { display: none }
.home_text ul li i { height: 106px; font-style: normal; display: block; padding: 10px 20px; margin: 0 10px; border-radius: 5px; border-left: #48cbdf 2px solid; box-shadow: #e8e8e8 2px 2px 10px; }
.home_text ul li h2 { font-size: 16px; margin-bottom: 10px; color: #48cbdf; }
.home_text ul li p { color: #888 }
.home_text ul li:nth-child(1) i { background: #48cbdf; }
.home_text ul li:nth-child(1) h2, .home_text ul li:nth-child(1) p { color: #fff }
.home_text ul li i:hover { background: #48cbdf; box-shadow: #c5c5c5 2px 2px 10px; }
.home_text ul li i:hover h2, .home_text ul li i:hover p { color: #fff }
h2.t_tilte { text-align: center; color: #48cbdf; font-size: 20px; padding: 30px 0 0; }
span.t_en { text-align: center; display: block; color: #999; margin: 10px 0; }
p.t_info { text-align: center; color: #999; padding-bottom: 30px; }
.t_line { width: 70%; height: 1px; background: #eee; display: block; margin: 0 auto 10px }
.t_line span { display: block; background: #48cbdf; width: 60px; height: 3px; margin: auto; }
.renqun { width: 20%; float: left; color: #888; }
.renqun h3 { font-size: 16px; font-weight: bold; margin: 0 0 20px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.renqun p { font-size: 14px; margin: 0 0 15px 0; height: 42px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.renqun ul { height: 104px; }
.renqun ul li { color: #666; background: url(https://ages.570004.com/dt/zyt_b1.6xz1/li_g.png) no-repeat left center; background-size: 16px; padding-left: 20px; line-height: 26px; }
.renqun section { margin: 8px; background: #fff; padding: 20px 10px 10px; box-shadow: #e8e8e8 2px 2px 10px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.renqun section a { display: block; text-align: center; line-height: 40px; margin-top: 30px; color: #fff; }
.renqun section:hover { box-shadow: #c5c5c5 2px 2px 10px; }
.syrq_n1 { background: #ff6857 }
.syrq_n2 { background: #fbc713 }
.syrq_n3 { background: #05c387 }
.syrq_n4 { background: #01babf }
.syrq_n5 { background: #7953e6 }
.syrq { padding-bottom: 40px }
.liucheng { padding-bottom: 40px }
.liucheng li { width: 33.333%; float: left; }
.liucheng li section { margin: 10px; box-shadow: #e8e8e8 2px 2px 10px; padding: 20px 30px 40px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.liucheng li h3 { font-size: 18px; margin-bottom: 16px; padding-left: 45px; height: 34px; line-height: 34px; }
.liucheng li p { color: #666; }
.liucheng li:nth-child(1) h3 { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/lc01.png) no-repeat; background-size: 32px }
.liucheng li:nth-child(2) h3 { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/lc02.png) no-repeat; background-size: 32px }
.liucheng li:nth-child(3) h3 { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/lc03.png) no-repeat; background-size: 32px }
.liucheng li:nth-child(4) h3 { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/lc04.png) no-repeat; background-size: 32px }
.liucheng li:nth-child(5) h3 { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/lc05.png) no-repeat; background-size: 32px }
.liucheng li:nth-child(6) h3 { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/lc06.png) no-repeat; background-size: 32px }
.liucheng li section:hover { box-shadow: #c5c5c5 2px 2px 10px; }
.feiyong_pic li { width: 25%; display: block; float: left; margin-bottom: 30px; }
.feiyong_pic li section { text-align: center; margin: 20px 40px; }
.feiyong_pic li h3 { font-size: 18px; color: #48cbdf; margin: 20px 0; }
.feiyong_pic li p { font-size: 14px; color: #888; height: 42px; overflow: hidden; }
.feiyong_pic i { display: block; background: #48cbdf; width: 130px; margin: auto; padding: 33px 0; border-radius: 50%; }
.feiyong_pic i img { margin: auto }
.sidefloat { position: fixed; right: 20px; bottom: 50%; z-index: 9 }
.sidefloat li { width: 50px; height: 50px; margin-bottom: 1px; position: relative; box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2); }
.side_zd { display: block; width: 40px; height: 40px; }
.sidefloat li span { display: none; position: absolute; right: 50px; line-height: 50px; background: #48cbdf; color: #fff; text-indent: 0.2em; box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2); }
.sidefloat li span img { width: 140px;max-width: none;}
.side_top { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/top.png) no-repeat center #48cbdf; background-size: 32px; }
.side_tell { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/zx01a.png) no-repeat center #48cbdf; background-size: 32px; }
.side_weixin { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/zx02a.png) no-repeat center #48cbdf; background-size: 32px; }
.side_qq { background: url(https://ages.570004.com/dt/zyt_b1.6xz1/zx03a.png) no-repeat center #48cbdf; background-size: 32px; }
.sidefloat li:hover span { display: block }
.side_text { padding: 0 10px }
.side_tell a{color: #fff;}
.clear { clear: both;overflow: hidden; }
.clearblank { clear: both; width: 100%; overflow: hidden; height: 20px }
.fl { float: left!important; }
.fr { float: right!important; }
.home_box { width: 1140px; overflow: hidden; margin: auto; }
.fafafa { background: #fafafa;padding-bottom: 40px;}
.font18 { font-size: 18px }
.mt50 { width: 100%; height: 50px; }
ul, li { list-style: none; }
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans- serif; color: #333; line-height: 1.5; background: #fff }
a { text-decoration: none; color: #000; }