/* in_fwnr */
.in_fwnr {
  margin: -0.15rem;
  overflow: hidden;
}
.in_fwnr li {
  width: 33.33333333333%;
  float: left;
  text-align: center;
  padding: 0.15rem;
}
.in_fwnr li a {
  display: block;
  overflow: hidden;
}
.in_fwnr li img {
  height: 1.08rem;
  width: auto;
}
.in_fwnr li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.2rem;
}
/* in_jjfalc */
.in_jjfalc {
  overflow: hidden;
  padding: 0 0.1rem;
}
.in_jjfalc li {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}
.in_jjfalc li img {
  height: 0.7rem;
  width: auto;
  margin: 0.1rem 0 0 0;
}
.in_jjfalc li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3f509f;
}
.in_jjfalc li:before {
  content: "\e6ca";
  position: absolute;
  left: 100%;
  top: 40%;
  font-family: "iconfont" !important;
  color: #5c5c5c;
  transform: rotate(150deg);
  font-size: 0.4rem;
  margin-left: -0.2rem;
}
.in_jjfalc li:nth-child(odd) img {
  margin: 1.1rem 0 0.1rem 0;
}
.in_jjfalc li:nth-child(2):before,
.in_jjfalc li:nth-child(4):before {
  top: 80%;
  transform: scaleX(-1) rotate(-45deg);
}
.in_jjfalc li:last-child:before {
  display: none;
}
/* caselist */
.caselist {
  border-top: 1px solid #dedede;
  overflow: hidden;
}
.caselist li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.caselist li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 2rem;
}
.caselist li .pic {
  width: 50%;
  padding: 0.1rem;
  text-align: center;
}
.caselist li .pic img {
  max-width: 100%;
  height: 1rem;
}
.caselist li .bt {
  width: 50%;
  padding: 0.1rem 0.25rem;
  font-size: 0.24rem;
  line-height: 1.6;
}
.caselist li:before {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background: #dedede;
}
.caselist li:nth-child(even) a {
  flex-direction: row-reverse;
}
/* in_page */
.in_page {
  overflow: hidden;
  color: #666666;
  line-height: 1.8;
}
.in_page h2 {
  color: #333;
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
}
.in_page img {
  max-width: 100%;
  height: auto;
}
.in_page .dyxun {
  background: #f7f7f7;
  padding: 0.25rem;
  overflow: hidden;
}
.in_page .dyxun .pic {
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.in_page .dyxun .pic img {
  width: 100%;
  height: auto;
}
/* in_jrlad */
.in_jrlad {
  overflow: hidden;
}
.in_jrlad ul li {
  overflow: hidden;
  margin-top: 0.2rem;
}
.in_jrlad ul li input[type='text'] {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #e7e7e7;
  padding: 0 0.25rem;
  float: left;
}
.in_jrlad ul li textarea {
  width: 100%;
  height: 2.5rem;
  line-height: 1.6;
  border: 1px solid #e7e7e7;
  padding: 0.18rem 0.25rem;
  float: left;
}
.in_jrlad ul li input[type='submit'] {
  width: 2.3rem;
  height: 0.56rem;
  border: 1px solid #e7e7e7;
  background: none;
  cursor: pointer;
  margin-right: 0.16rem;
}
.in_jrlad ul li:first-child {
  margin-top: 0;
}
.in_jrlad ul li:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.3rem;
}
/* in_hqys */
.in_hqys {
  overflow: hidden;
  color: #666666;
}
.in_hqys .tit {
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.in_hqys .tit span {
  font-size: 0.3rem;
  padding-right: 0.2rem;
  color: #333;
}
.in_hqys .checkbox {
  border-top: 1px solid #d7d7d7;
  overflow: hidden;
  padding: 0.15rem 0 0;
}

.in_hqys .checkbox.check_bot {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0.15rem;
  border-bottom: 1px solid #d7d7d7;
}

.in_hqys .checkbox li {
  float: left;
  margin-bottom: .1rem;
  width: 50%;
  padding: 0.12rem 0;
}
.in_hqys .checkbox li label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: .23rem;
}
.in_hqys .checkbox li input {
  margin-right: 0.1rem;
  width: 0.25rem;
  height: 0.25rem;
}
.in_hqys .checkbox li span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.in_hqys .checkbox li:nth-child(2n+1) {
  clear: both;
}
.in_hqys .form {
  position: relative;
  z-index: 1;
}
.in_hqys .form li {
  margin-top: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_hqys .form li .bt {
  float: left;
  font-size: 0.24rem;
  font-weight: normal;
}
.in_hqys .form li .bt i {
  color: #ff0000;
  width: 0.15rem;
  display: inline-block;
  font-size: 0.16rem;
}
.in_hqys .form li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.in_hqys .form li input[type='text'] {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #dddddd;
  padding: 0 0.15rem;
  color: #888;
}
.in_hqys .form li select {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #dddddd;
  padding: 0 0.15rem;
  float: left;
  background: none;
  color: #888;
}
.in_hqys .form li .sel select {
  width: 49%;
}
.in_hqys .form li .sel select:nth-of-type(2) {
  margin-left: 2%;
}
.in_hqys .form li .rad label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0.2rem;
  float: left;
}
.in_hqys .form li .rad label input {
  margin-right: 0.1rem;
}
.in_hqys .form li .rad label:last-child {
  margin-right: 0;
}
.in_hqys .form li.line {
  height: 1px;
  background: #d7d7d7;
  margin-top: .5rem;
}
.in_hqys .sub {
  overflow: hidden;
  text-align: center;
  padding: 0.5rem 0 0 0;
}
.in_hqys .sub input[type='submit'] {
  width: 2.3rem;
  height: 0.56rem;
  border: 0;
  background: #c0af60;
  color: #fff;
  font-size: 0.24rem;
}

.in_hqys .check_bot li{
	width: auto;
	margin-right: .6rem;;
}

.in_hqys .check_bot li:nth-child(2n+1){
	clear: none;
}

/* fwlist */
.fwlist {
  margin: -0.08rem;
  overflow: hidden;
}
.fwlist li {
  width: 33.33333333333333%;
  padding: 0.08rem;
  float: left;
  text-align: center;
}
.fwlist li a {
  display: block;
  overflow: hidden;
  padding: 0.35rem 0.2rem 0.25rem 0.2rem;
  position: relative;
  background: #fff;
}
.fwlist li .tb img {
  width: auto;
  height: 0.8rem;
}
.fwlist li .tb:after {
  width: 10px;
  height: 2px;
  content: "";
  margin: 0.15rem auto;
  background: #d3d3d3;
  display: block;
  overflow: hidden;
}
.fwlist li .bt {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
}
.fwlist li:nth-child(3n+1) {
  clear: both;
}
/* zslist */
.zslist {
  background: #efeff1;
  overflow: hidden;
  padding: 0.5rem 0;
}
.zslist .tit {
  margin: 0.32rem 0 0.16rem 0;
  overflow: hidden;
  width: 80%;
  background: #e2e2ea;
  padding: 0.1rem 0.16rem;
}
.zslist .tit span {
  display: block;
  overflow: hidden;
  color: #3f509f;
  border-left: 0.05rem solid #3f509f;
  padding-left: 0.1rem;
  line-height: 1.5;
}
.zslist .tit:first-of-type {
  margin-top: 0.16rem;
}
.zslist ul {
  overflow: hidden;
  padding: 0.08rem;
}
.zslist ul li {
  padding: 0.08rem;
  overflow: hidden;
  width: 33.33333333333%;
  float: left;
}
.zslist ul li img {
  width: 100%;
  height: 2.5rem;
}
/* fclist */
.fclist {
  overflow: hidden;
}
.fclist li {
  overflow: hidden;
  margin-top: 0.4rem;
}
.fclist li .pic {
  overflow: hidden;
  padding: 0.2rem 0;
}
.fclist li .pic img {
  width: 100%;
  height: auto;
}
.fclist li .tit {
  font-size: 0.36rem;
  text-align: center;
  overflow: hidden;
}
.fclist li .text {
  color: #666666;
  line-height: 0.36rem;
  overflow: hidden;
}
.fclist li .text .d {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 0.2rem;
  line-height: 0.36rem;
}
.fclist li .text .d:before {
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #333333;
  border-radius: 50%;
  content: "";
}
.fclist li:first-child {
  margin-top: 0;
}
/* jjfalist */
.jjfalist {
  margin: -0.12rem;
  overflow: hidden;
}
.jjfalist li {
  width: 50%;
  padding: 0.12rem;
  float: left;
}
.jjfalist li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1.2rem;
  background: #fff;
  padding: 0 0.1rem;
}
.jjfalist li img {
  width: 1rem;
  height: 1rem;
}
.jjfalist li .bt {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jjfalist li:nth-child(2n+1) {
  clear: both;
}
/* newslist */
.newslist {
  margin: -0.3rem 0 0 0;
  overflow: hidden;
}
.newslist li {
  border-bottom: 1px solid #e4e4e4;
  padding: 0.3rem 0;
}
.newslist li a {
  display: block;
  overflow: hidden;
  color: #666;
}
.newslist li .pic {
  position: relative;
  overflow: hidden;
}
.newslist li .pic img {
  width: 100%;
  height: auto;
}
.newslist li .pic span {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  color: #fff;
  padding: 0.1rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.newslist li .text {
  line-height: 1.6;
  overflow: hidden;
  padding: 0.2rem 0 0.15rem 0;
  text-align: justify;
}
.newslist li .cs {
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.18rem;
}
/* in_zscx */
.in_zscx {
  background: #f7f7f7;
  padding: 0.6rem 0.3rem;
  line-height: 1.6;
  color: #666666;
}
.in_zscx .sel {
  overflow: hidden;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.in_zscx .sel .bt {
  color: #333;
  font-size: 0.24rem;
}
.in_zscx .sel label {
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.in_zscx .sel input {
  margin-right: 0.1rem;
}
.in_zscx input[type='text'] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  height: 0.62rem;
  padding: 0 0.2rem;
  margin: 0.3rem 0 0.2rem 0;
}
.in_zscx .text {
  font-size: 0.18rem;
}
.in_zscx .text i {
  color: #2fae36;
}
.in_zscx input[type='submit'] {
  width: 2.6rem;
  border-radius: 5px;
  border: 0;
  height: 0.56rem;
  color: #fff;
  background: #3f509f;
  margin: 0.25rem auto 0 auto;
  display: block;
  overflow: hidden;
}
/* in_zsxq */
.in_zsxq {
  background: #f7f7f7;
  padding: 0.4rem 0.35rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_zsxq dl {
  padding-right: 0.2rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.in_zsxq dl dt {
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
}
.in_zsxq dl dd {
  margin-top: 0.2rem;
  color: #666666;
}
.in_zsxq .webj {
  padding: 0.2rem;
  overflow: hidden;
}
.in_zsxq .webj img {
  max-height: 2rem;
  max-width: 2rem;
  width: auto;
}
/* view_news */
.view_news {
  overflow: hidden;
}
.view_news .tit {
  text-align: center;
  overflow: hidden;
  font-size: 0.24rem;
}
.view_news .cs {
  text-align: center;
  overflow: hidden;
  font-size: 0.18rem;
  color: #999999;
  margin-top: 0.1rem;
}
.view_news .cs span {
  padding: 0 0.2rem;
}
.view_news .body {
  overflow: hidden;
  color: #666666;
  line-height: 1.8;
  padding-top: 0.3rem;
  border-top: 1px solid #f1f1f1;
  margin-top: 0.2rem;
}
.view_news .body img {
  max-width: 100%;
  height: auto;
}
/* twlist */
.twlist {
  margin: -0.1rem -0.06rem;
  overflow: hidden;
}
.twlist li {
  padding: 0.1rem 0.06rem;
  width: 50%;
  float: left;
}
.twlist li a {
  display: block;
  overflow: hidden;
  background: #fff;
}
.twlist li img {
  width: 100%;
  height: 2.1rem;
}
.twlist li .bt {
  padding: 0.2rem 0.15rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.24rem;
}
.twlist li .cs {
  border-top: 1px solid #f2f2f2;
  padding: 0.2rem 0.15rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.twlist li .cs em {
  color: #3f509f;
}
.twlist li .cs span {
  background: #3f509f;
  color: #fff;
  width: 1.2rem;
  border-radius: 5px;
  text-align: center;
  padding: 0.07rem 0;
  font-size: 0.18rem;
}
.twlist li:nth-child(2n+1) {
  clear: both;
}
/* in_zzfw */
.in_zzfw {
  margin: -0.25rem 0;
  overflow: hidden;
}
.in_zzfw li {
  border-top: 1px solid #f6f6f6;
  width: 50%;
  float: left;
  padding: 0.25rem 0.15rem 0.25rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_zzfw li img {
  width: 0.6rem;
  height: 0.6rem;
}
.in_zzfw li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.1rem;
}
.in_zzfw li .box .bt {
  font-size: 0.24rem;
  padding: 0.13rem 0 0.1rem 0;
  overflow: hidden;
}
.in_zzfw li .box .text {
  line-height: 1.5;
  color: #666;
  overflow: hidden;
}
.in_zzfw li:nth-child(even) {
  padding: 0.25rem 0 0.25rem 0.15rem;
}
.in_zzfw li:nth-child(2n+1) {
  clear: both;
}
.in_zzfw li:nth-child(1),
.in_zzfw li:nth-child(2) {
  border-top: 0;
}
/* in_zdbz */
.in_zdbz .bt {
  font-size: 0.24rem;
  background: #6371b0;
  color: #fff;
  line-height: 0.5rem;
  text-align: center;
}
.in_zdbz .text {
  overflow: hidden;
  text-align: center;
  color: #666;
  line-height: 1.8;
}
.in_zdbz dd {
  background: #f4f4f4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.in_zdbz dd img {
  width: 50%;
  height: 1.82rem;
}
.in_zdbz dd .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.in_zdbz dd .text {
  padding: 0.1rem;
}
.in_zdbz dt {
  background: #f4f4f4;
}
.in_zdbz dt .pic {
  overflow: hidden;
}
.in_zdbz dt .pic img {
  float: left;
  width: 50%;
  height: 1.36rem;
}
.in_zdbz dt .text {
  padding: 0.2rem 0.1rem;
}
/* in_xyjz */
.in_xyjz {
  overflow: hidden;
}
.in_xyjz li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.3rem 0.6rem;
  overflow: hidden;
  background: #fff;
  margin-top: 0.2rem;
}
.in_xyjz li img {
  width: 0.6rem;
  height: 0.6rem;
}
.in_xyjz li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
}
.in_xyjz li .bt {
  font-size: 0.24rem;
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.in_xyjz li .text {
  color: #666;
  line-height: 2;
}
.in_xyjz li:first-child {
  margin-top: 0;
}
/* in_schq */
.in_schq {
  overflow: hidden;
}
.in_schq li {
  margin-top: 0.25rem;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.3rem 0;
  position: relative;
}
.in_schq li:before {
  top: 0.3rem;
  bottom: 0.3rem;
  width: 1px;
  position: absolute;
  content: "";
  background: #c9c9c9;
  left: 1.9rem;
}
.in_schq li .bt {
  width: 1.9rem;
  font-size: 0.3rem;
  text-align: center;
}
.in_schq li .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
  line-height: 1.6;
  padding: 0.1rem 0.3rem;
}
.in_schq li:first-child {
  margin-top: 0;
}
/* in_ldpp */
.in_ldpp {
  overflow: hidden;
}
.in_ldpp li {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f4f4f4;
  overflow: hidden;
}
.in_ldpp li img {
  width: 50%;
  height: 2rem;
}
.in_ldpp li .bt {
  font-size: 0.24rem;
  background: #6371b0;
  color: #fff;
  line-height: 0.5rem;
  text-align: center;
}
.in_ldpp li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.in_ldpp li .text {
  overflow: hidden;
  text-align: center;
  color: #666;
  line-height: 1.8;
  padding: 0.1rem;
  font-size: 0.18rem;
}
.in_ldpp li:nth-child(even) {
  flex-direction: row-reverse;
}
.in_ldpp li:first-child {
  margin-top: 0;
}
/* in_hzdx */
.in_hzdx {
  overflow: hidden;
  margin: -0.1rem;
}
.in_hzdx li {
  width: 50%;
  float: left;
  padding: 0.1rem;
}
.in_hzdx li .box {
  background: #f2f2f2;
  padding: 0.3rem 0.1rem;
  text-align: center;
}
.in_hzdx li .box img {
  height: 0.7rem;
  width: auto;
  margin-bottom: 0.1rem;
}
.in_hzdx li:nth-child(2n+1) {
  clear: both;
}
/* in_jrwm */
.in_jrwm {
  overflow: hidden;
}
.in_jrwm ul li {
  overflow: hidden;
  margin-top: 0.2rem;
}
.in_jrwm ul li input[type='text'] {
  padding: 0 0.2rem;
  border: 1px solid #dddddd;
  height: 0.66rem;
  border-radius: 5px;
  width: 100%;
}
.in_jrwm ul li input[type='submit'] {
  width: 2.5rem;
  height: 0.56rem;
  border: 0;
  border-radius: 5px;
  margin: 0.1rem auto 0 auto;
  background: #3f509f;
  display: block;
  overflow: hidden;
  color: #fff;
}
.in_jrwm ul li:first-child {
  margin-top: 0;
}
/* in_wmddy */
.in_wmddy {
  color: #666;
  line-height: 1.8;
  overflow: hidden;
}
.in_wmddy .cs {
  background: #f9f9f9;
  overflow: hidden;
  padding: 0.1rem 0;
}
.in_wmddy .cs li {
  padding: 0.1rem 0.2rem;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.in_wmddy .cs li:last-child {
  border-bottom: 0;
}
.in_wmddy .video_js {
  overflow: hidden;
  position: relative;
}
.in_wmddy .video_js .fd {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #3f509f;
  font-size: 0.5rem;
  z-index: 1;
}
.in_wmddy .video_js img {
  width: 100%;
  height: auto;
}
/* in_vstable */
.in_vstable {
  width: 100%;
  line-height: 1.8;
  color: #666;
  margin-top: 0.2rem;
  overflow: hidden;
}
.in_vstable th {
  width: 50%;
  position: relative;
  text-align: center;
  font-size: 0.24rem;
  padding: 0.3rem 0;
  font-weight: normal;
}
.in_vstable th .but {
  position: absolute;
  right: -0.6rem;
  text-align: center;
  font-size: 0.7rem;
  width: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.in_vstable th.left {
  padding-right: 0.6rem;
}
.in_vstable th.right {
  color: #3f509f;
  padding-left: 0.6rem;
}
.in_vstable td {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.3rem 0.2rem;
  position: relative;
}
.in_vstable td.left {
  padding-right: 0.9rem;
}
.in_vstable td.right {
  padding-left: 0.9rem;
  color: #3f509f;
}
.in_vstable td .but {
  position: absolute;
  right: -0.6rem;
  text-align: center;
  background: #3f509f;
  color: #fff;
  font-size: 0.24rem;
  width: 1.2rem;
  top: 50%;
  border-radius: 5px;
  padding: 0.07rem 0;
  transform: translateY(-50%);
}
/* in_about */
.in_about {
  overflow: hidden;
}
.in_about .video_js {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 2.98rem;
  height: 2.98rem;
  border-radius: 50%;
  position: relative;
}
.in_about .video_js img {
  width: 100%;
  height: 100%;
}
.in_about .video_js .fd {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #3f509f;
  font-size: 0.5rem;
  z-index: 1;
}
.in_about .text {
  color: #666666;
  line-height: 2;
  overflow: hidden;
  text-indent: 2em;
}
/* in_wmly */
.in_wmly {
  overflow: hidden;
}
.in_wmly .tit {
  padding: 0.12rem 0.2rem;
  overflow: hidden;
  color: #fff;
  background: #3f509f;
  font-size: 0.3rem;
  width: 90%;
}
.in_wmly .info {
  line-height: 1.8;
  color: #666;
  overflow: hidden;
  padding: 0.1rem 0 0 0;
}
.in_wmly .info p {
  padding-top: 0.2rem;
}
.in_wmly .san {
  overflow: hidden;
}
.in_wmly .san li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.in_wmly .san li img {
  width: 0.7rem;
  height: 0.7rem;
}
.in_wmly .san li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.1rem;
}
.in_wmly .san li .box .bt {
  color: #3f509f;
  font-size: 0.24rem;
  padding-bottom: 0.05rem;
}
.in_wmly .san li .box .text {
  color: #666;
}
/* in_licheng */
.in_licheng {
  overflow: hidden;
  position: relative;
  padding: 0 0 0.5rem 0;
}
.in_licheng:before {
  position: absolute;
  left: 10px;
  top: 11px;
  bottom: 0px;
  width: 1px;
  background: #3f509f;
  content: "";
}
.in_licheng:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 6px solid #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #3f509f;
}
.in_licheng li {
  position: relative;
  overflow: hidden;
  margin-top: 0.3rem;
  padding-left: 0.4rem;
}
.in_licheng li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  border: 6px solid #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #3f509f;
}
.in_licheng li .date {
  font-size: 0.18rem;
  font-weight: bold;
  overflow: hidden;
}
.in_licheng li .date em {
  font-size: 0.3rem;
  color: #3f509f;
  font-family: "SimHei";
  margin-right: 2px;
  position: relative;
  bottom: -1px;
}
.in_licheng li .text {
  padding-top: 0.1rem;
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.8;
  overflow: hidden;
  text-align: justify;
}
.in_licheng li:first-child {
  margin-top: 0;
}
/* in_hxtd */
.in_hxtd {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.in_hxtd .swiper-slide .box {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 0.25rem 0.2rem;
  border-radius: 5px;
  text-align: center;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
}
.in_hxtd .swiper-slide img {
  width: 1.26rem;
  height: 1.26rem;
  border: 2px solid #ececec;
  border-radius: 50%;
}
.in_hxtd .swiper-slide span {
  display: block;
  overflow: hidden;
  font-size: 0.24rem;
  color: #333;
  padding: 0.1rem 0 0 0;
}
.in_hxtd .swiper-slide em {
  display: block;
  overflow: hidden;
}
.in_hxtd .hxtd_next,
.in_hxtd .hxtd_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #acacac;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  z-index: 5;
  font-size: 0.24rem;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  outline: 0;
  box-shadow: 0 0 0.15rem rgba(200, 200, 200, 0.55);
}
.in_hxtd .hxtd_next {
  right: 0.2rem;
  padding: 0.02rem 0 0 0.02rem;
}
.in_hxtd .hxtd_prev {
  left: 0.2rem;
  padding: 0.02rem 0.03rem 0 0;
}
/* in_map */
.in_map {
  overflow: hidden;
}
.in_map #bdmap {
  width: 100%;
  height: 3.2rem;
  font-size: 12px;
  line-height: 24px;
}
.in_map #bdmap h4 {
  color: #3f509f;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px;
}
.in_map #bdmap .anchorBL {
  display: none;
}
/* in_lxwm */
.in_lxwm {
  margin: 0 -0.2rem;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
}
.in_lxwm li {
  padding: 0.16rem 0.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  line-height: 1.6;
}
.in_lxwm li .iconfont {
  width: 0.38rem;
  color: #3f509f;
  font-size: 0.24rem;
  line-height: 1;
  margin-top: 0.05rem;
}
.in_lxwm li .icon-weixin {
  font-size: 0.16rem;
  margin-top: 0.08rem;
}
.in_lxwm li .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
}

.in_lxwm .email_inp {
	    padding: 0.16rem 0.2rem;
    color: #3f509f;
    display: inline-block;
    line-height: 26px;
    font-size: .24rem;
    cursor: pointer;
}

.in_lxwm li img{
	margin-right: 10px;
}

/* in_lwxun */
.in_lwxun {
  overflow: hidden;
}
.in_lwxun .box {
  border: 1px solid #dcdcdc;
  margin-top: 0.2rem;
}
.in_lwxun .box .tit {
  height: 0.76rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  background: #f6f6f6;
}

.in_lwxun .box .tit img{
	width: 18px;
}

.in_lwxun .box .in_lxwm {
  margin: 0;
  display: none;
}
.in_lwxun .box .in_lxwm li:last-child {
  border-bottom: 0;
}
.in_lwxun .box:first-child {
  margin-top: 0;
}
/* in_yfxin */
.in_yfxin li {
  padding: 0.45rem 0.25rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(186, 186, 186, 0.5);
  border-radius: 3px;
  text-align: center;
  margin-top: 0.2rem;
}
.in_yfxin li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.24rem;
}
.in_yfxin li .text {
  line-height: 1.8;
  color: #666666;
  font-size: 0.18rem;
  overflow: hidden;
  margin: 0.2rem 0 0.3rem 0;
}
.in_yfxin li .text p{
    text-align: justify;
    text-justify: inter-ideograph;
    word-wrap: break-word;
    word-break: break-all;
    text-indent: 2em;
}
.in_yfxin li .more {
  background: #3f509f;
  color: #fff;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 3rem;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  border-radius: 4px;
}
.in_yfxin li:first-child {
  margin-top: 0;
}
/* in_rcln */
.in_rcln {
  margin: -0.12rem;
  overflow: hidden;
}
.in_rcln li {
  width: 50%;
  float: left;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 0.12rem;
  position: relative;
  transition: all 0.3s;
}
.in_rcln li .box {
  box-shadow: 0 0 0.2rem rgba(186, 186, 186, 0.5);
  padding: 0.5rem 0.2rem;
  overflow: hidden;
}
.in_rcln li .tb img {
  width: auto;
  height: 0.8rem;
}
.in_rcln li .tb:after {
  width: 24px;
  height: 2px;
  content: "";
  margin: 0.15rem auto 0 auto;
  background: #3f509f;
  display: block;
  overflow: hidden;
}
.in_rcln li .bt {
  font-size: 0.24rem;
  color: #333;
  display: block;
  overflow: hidden;
  padding: 0.2rem 0 0.1rem 0;
}
.in_rcln li .text {
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.8;
}
/* in_xzfl */
.in_xzfl {
  margin: -0.15rem 0;
  overflow: hidden;
}
.in_xzfl li {
  padding: 0.15rem 0;
  overflow: hidden;
}
.in_xzfl li .bt {
  font-size: 0.24rem;
  overflow: hidden;
}
.in_xzfl li .bt:after {
  display: block;
  overflow: hidden;
  width: 28px;
  height: 2px;
  background: #3f509f;
  content: "";
  margin: 0.13rem 0 0.15rem 0;
}
.in_xzfl li .text {
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}
/* joblist */
.joblist .li {
  background: #f9f9fa;
  overflow: hidden;
  margin-top: 0.24rem;
  border-radius: 5px;
}
.joblist .li .box {
  padding: 0 0.2rem 0 0.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1rem;
}
.joblist .li .box .bt {
  font-size: 0.24rem;
}
.joblist .li .box .cs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.joblist .li .box .cs li {
  margin-left: 0.3rem;
  font-size: 0.18rem;
  color: #666666;
  display: none;
}
.joblist .li .box .cs .but {
  display: block;
}
.joblist .li .box .cs .but a {
  display: block;
  overflow: hidden;
  line-height: 0.46rem;
  width: 1.55rem;
  text-align: center;
  border: 1px solid #3f509f;
  border-radius: 5px;
  color: #666;
}
.joblist .li .box .cs li:first-child {
  margin-left: 0;
}
.joblist .li .body {
  display: none;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
  padding: 0.3rem;
  line-height: 1.8;
  color: #666666;
  font-size: 0.18rem;
}
.joblist .li .body .tit {
  color: #333;
  margin-top: 0.2rem;
}
.joblist .li .body .tit:first-of-type {
  margin-top: 0;
}
.joblist .li .body .but {
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.joblist .li .body .but .up_but {
  border-radius: 5px;
  width: 2.1rem;
  line-height: 0.56rem;
}
.joblist .li .body .but input[type='submit'] {
  width: 2.1rem;
  height: 0.56rem;
  border-radius: 5px;
  color: #999999;
  border: 1px solid #e1e1e1;
  background: none;
}
.joblist .li .body .but .job_hide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #3f509f;
}
.joblist .li .body .but .job_hide .iconfont {
  font-weight: bold;
  margin-left: 0.05rem;
}
.joblist .li.cur .box .cs li {
  display: block;
}
.joblist .li.cur .box .cs .but {
  display: none;
}
.joblist .li:first-child {
  margin-top: 0;
}
/* view_info */
.view_info {
  color: #666;
  line-height: 1.8;
  overflow: hidden;
}
.view_info .pic img {
  max-width: 100%;
  max-height: 100%;
}
.view_info .pic.c1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 2.3rem;
  padding: 0.2rem;
  border: 1px solid #dadada;
}
.view_info .pic.c2 {
  border: 1px solid #dadada;
}
.view_info .pic.c2 img {
  width: 100%;
}
.view_info .pic.c3 {
  padding: 0.2rem;
  border: 1px solid #dadada;
}
.view_info .pic.c3 img {
  width: 100%;
}
.view_info .pbt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.view_info .pbt img {
  height: 0.8rem;
  width: auto;
}
.view_info .pbt span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.24rem;
  color: #333;
  padding-left: 0.1rem;
}
.view_info .tit {
  font-size: 0.24rem;
  color: #333;
}
.view_info .tit span {
  color: #3f509f;
}
.view_info .text {
  overflow: hidden;
}
.view_info .cs {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
}
.view_info .cs li {
  padding: 0.2rem;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}
.view_info .tag {
  overflow: hidden;
}
.view_info .tag ul {
  margin: -0.08rem;
  overflow: hidden;
}
.view_info .tag ul li {
  float: left;
  /*width: 33.3333333333%;*/
  padding: 0.08rem;
  text-align: center;
}
.view_info .tag ul li a {
  display: block;
  overflow: hidden;
  line-height: 0.4rem;
  border: 1px solid #e2e2e2;
}
.view_info .butel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 0.58rem;
  text-align: center;
  overflow: hidden;
}
.view_info .butel a {
  width: 48%;
  background: #3f509f;
  color: #fff;
}
.view_info .butel em {
  background: #f7f7f7;
  width: 49%;
  display: block;
  overflow: hidden;
  font-size: 0.18rem;
}
/* view_box */
.view_box {
  padding: 0.4rem 0.2rem;
}
.view_box  hr{
  order: 0;
  border-top: 1px solid #ddd;
}
.view_box p img {
  max-width: 100%;
}
.view_box .tit {
  overflow: hidden;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  line-height: 1.1;
}
.view_box .tit span {
  display: block;
  overflow: hidden;
  font-size: 0.24rem;
  border-left: 0.06rem solid #3f509f;
  padding-left: 0.1rem;
}
.view_box .tit.bor {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.15rem;
}
.view_box .tit:first-of-type {
  margin-top: 0;
}
.view_box .body {
  line-height: 1.8;
  overflow: hidden;
  color: #666;
}
.view_box .body img {
  max-width: 100%;
  height: auto;
}
.view_box .dy_px1 {
  overflow: hidden;
  margin: -0.05rem;
  padding-top: 0.2rem;
}
.view_box .dy_px1 li {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 0.05rem;
}
.view_box .dy_px1 li img {
  width: 100%;
  height: 1.72rem;
}
.view_box .dy_px2 {
  overflow: hidden;
  margin: -0.05rem;
  padding-top: 0.2rem;
}
.view_box .dy_px2 li {
  float: left;
  width: 33.333333333333%;
  overflow: hidden;
  padding: 0.05rem;
}
.view_box .dy_px2 li img {
  width: 100%;
  height: 1.7rem;
}
.view_box .btl {
  line-height: 1;
  padding-bottom: 0.2rem;
  color: #3f509f;
  font-size: 0.24rem;
}
.view_box .dy_jcxm {
  margin: 0 -0.1rem;
  overflow: hidden;
}
.view_box .dy_jcxm li {
  float: left;
  line-height: 1.8;
  margin: 0 0.1rem;
}
.view_box .dy_jcxm li a {
  color: #666;
}
.view_box .dy_ghsj {
  margin: -0.1rem;
  overflow: hidden;
}
.view_box .dy_ghsj li {
  width: 50%;
  float: left;
  padding: 0.1rem;
  overflow: hidden;
}
.view_box .dy_ghsj li a {
  display: block;
  overflow: hidden;
  border: 1px solid #dedede;
  line-height: 0.3rem;
  text-align: center;
  padding: .2rem .1rem;
}
.view_box .dy_wzxun {
  overflow: hidden;
  margin: -0.08rem 0;
}
.view_box .dy_wzxun li {
  line-height: 2.2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*page*/
#page {
  line-height: .8rem;
  margin: .4rem 0 0;
  text-align: center;
}
#page .page-cnt {
  margin: 0 .2rem;
  display: inline-block;
}
#page a.prev i,
#page a.next i {
  font-size: .18rem;
  margin: 0 0.15rem;
}
#page input {
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 52px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
}
#page .active {
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 52px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  display: inline-block;
}
/*page end*/
/*page*/
.pagelist {
  text-align: center;
}
.pagelist a {
  display: inline-block;
  margin: 0 7px;
  border: 1px solid #ddd;
  width: 34px;
  line-height: 34px;
}
.pagelist a.active {
  border-color: #fff;
  color: #fff;
  background: #3f509f;
}
.pagelist a.prev:hover,
.pagelist a.next:hover {
  border-color: #3f509f;
}
.pagelist a.prev:hover i,
.pagelist a.next:hover i {
  color: #3f509f;
}
.pagelist a.prev i {
  margin-left: 5px;
}
.pagelist a.next i {
  margin-right: 5px;
}
.pagelist .prev,
.pagelist .next {
  width: 50px;
}
/*page end*/
/* taglist */
.taglist {
  background: #f9f9f9;
  overflow: hidden;
  padding: 0.2rem;
}
.taglist .tit {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}
.taglist ul {
  margin: -0.05rem;
  overflow: hidden;
}
.taglist ul li {
  float: left;
  padding: 0.05rem;
  line-height: 2;
  font-size: 0.18rem;
}
.taglist ul li a {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 0 0.1rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #666666;
}

.we_furn_advan{
	border:none;
}

.we_furn_advan li{
	border: none;
}
.we_furn_advan li .pic img{
	height: initial;
}
.we_furn_advan li .pic{
	padding: 0;
}
.we_furn_advan li:before{
	display: none;
}

.we_furn_advan li .bt{
	padding-left: 0;
}

.we_furn_advan li:nth-child(odd) .bt{
	padding-left: .3rem;
}

.we_furn_advan li .bt h4{
	font-size: .25rem;
	margin-bottom: .1rem;
}
.we_furn_advan li .bt p{
	font-size: .22rem;
	color:#666;
}

.ser_process{
	position: relative;	
	height: 220px;
	    padding: 0 4%;
    box-sizing: content-box;
    width: 100%;
    left: -4%;
}
.ser_process ul{
    display: inline-block;
    
}
.ser_process:after{
	content: '';
	position: absolute;
	top: 50%;
	left: -.2rem;
	width: 100%;
	padding: 0 .2rem;
	border-top: 2px solid #e0e0e0;
	box-sizing: content-box;
}

.ser_process li{
	float: left;
	text-align: center;
	position: absolute;
	width: 25%;
    top: 0;
    height: 116px;
    left: 0;
       padding-bottom: 30px;
}
.ser_process li:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	left:  50%;
	bottom:  20px;
	background: #dadada;
}
.ser_process li:nth-child(even):after{
	bottom:  auto;
	top: 20px;
}
.ser_process li img{
	width: 50px;
}

.ser_process li p{
	font-size: .23rem;
	padding: .2rem 0 0;
}

.ser_process li .number{
	position: absolute;
	    bottom: -8px;
    left: 50%;
		width: 28px;
	height: 28px;
	background-color: #3f509f;
	border-radius: 100%;
	text-align: center;
	line-height: 28px;
	color:#fff;
transform: translateX(-50%);
    z-index: 2;
}

.ser_process li:nth-child(even){
	top: auto;
	bottom: 0;
  padding: 30px 0 0;
}

.ser_process li:nth-child(even) .number{
	bottom: auto;
	top: -8px;
}

.ser_process li:nth-child(3){
    left: 25%;
}
.ser_process li:nth-child(5){
    left: 50%;
}
.ser_process li:nth-child(7){
    left: 75%;
}
.ser_process li:nth-child(2){
    left: 13%;
}
.ser_process li:nth-child(4){
    left: 38%;
}
.ser_process li:nth-child(6){
    left: 63%;
}

.view_box .decor_cnt li a{
	border: none;
}

.view_box .decor_cnt li a p{
	font-size: .23rem;
}
.decor_cnt img{
	max-width:100%;
}

.decor_info h4{
	font-size: .25rem;
	margin-top: .2rem;
	color:#333;
}

.kc_sub{
  border-bottom: 1px solid #ddd;
}

.web_catetit .kc_sub a{
  float: left;
  border: 0;
}
