.need .wrapWid:before,
.need .wrapWid:after {
  display: table;
  line-height: 0;
  content: "";
}

.need .wrapWid:after {
  clear: both;
}

.makeBtn #mbBtn {
  display: block;
  text-align: center;
  font-size: 14px;
  background: #328ED9;
  color: white;
  height: 30px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.top_search {
  height: 100px;
}

.top_search:after, .top_search:before {
  display: table;
  line-height: 0;
  content: "";
}

.top_search:after {
  clear: both;
}

.top_search .search_left {
  width: 360px;
  height: 100px;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 15px;
}

.top_search .search_left .logo_txt {
  padding-top: 13.5px;
}

.top_search .search_left .logo_txt > div {
  display: inline-block;
  margin-right: 10px;
}

.top_search .search_left .logo_txt > div:nth-of-type(1) {
  border-right: 1px solid;
  padding-right: 5px;
  font-weight: 500;
  letter-spacing: 1px;
}

.top_search .search_left .logo_txt > div:last-child {
  vertical-align: calc(25%);
  vertical-align: 25%;
}

.top_search .search_right {
  padding-top: 30px;
}

.top_search .search_right .n_searchWrap {
  border: 2px solid #328ed9;
  height: 40px;
  display: inline-block;
}

.top_search .search_right .n_searchWrap > div {
  display: inline-block;
}

.top_search .search_right .n_searchWrap .n_searchddl {
  cursor: pointer;
  width: 85px;
  line-height: 40px;
  font-size: 1.2rem;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  background: #f6f6f6;
  position: relative;
}

.top_search .search_right .n_searchWrap .n_searchddl i {
  margin-left: 10px;
  color: #d7cdcb;
}

.top_search .search_right .n_searchWrap .n_searchddl .n_searchddl_sel {
  height: 40px;
}

.top_search .search_right .n_searchWrap .n_searchddl .n_searchddl_li {
  cursor: pointer;
  display: none;
  position: absolute;
  width: 85px;
  background: #f6f6f6;
  top: 0;
  box-shadow: 0 0 0 2px #328ed9;
}

.top_search .search_right .n_searchWrap .n_searchddl .n_searchddl_li li {
  border-bottom: 1px dashed #ddd;
}

.top_search .search_right .n_searchWrap .n_searchddl .n_searchddl_li li:last-child {
  border-bottom: none;
}

.top_search .search_right .n_searchWrap .n_searInput input {
  width: 260px;
  height: 40px;
  vertical-align: inherit;
  border: none;
}

.top_search .search_right .n_searchWrap .n_searBtn input {
  cursor: pointer;
  width: 65px;
  height: 40px;
  vertical-align: middle;
  border: none;
  background: #328ed9;
  color: white;
  vertical-align: inherit;
}

.top_search .search_right .n_needBtn {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
  text-align: center;
  line-height: 42px;
}

.top_search .search_right .n_needBtn span {
  color: gray;
}

.top_search .search_right .n_needBtn a {
  display: inline-block;
  width: 130px;
  height: 42px;
  color: white;
  background: #328ed9;
}

.top_search .search_right .n_needBtn a i {
  margin-left: 5px;
  color: white;
}

.n_nav {
  height: 50px;
  background: #328ed9;
}

.n_nav .wrapWid:after, .n_nav .wrapWid:before {
  display: table;
  line-height: 0;
  content: "";
}

.n_nav .wrapWid:after {
  clear: both;
}

.n_nav .wrapWid .n_nav_left {
  width: 200px;
  height: 46px;
  background: #1161a3;
  color: white;
  line-height: 46px;
  padding-left: 20px;
  font-size: 1.8rem;
}

.n_nav .wrapWid .n_nav_right ul {
  display: flex;
}

.n_nav .wrapWid .n_nav_right li {
  cursor: pointer;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  margin-left: -3px;
}

.n_nav .wrapWid .n_nav_right li a {
  font-size: 1.6rem;
  color: white;
}

.n_nav .wrapWid .n_nav_right .n_nav_rOver {
  background: #1161a3;
}

.n_nav .wrapWid .n_nav_right .n_nav_rOn {
  background: #1161a3;
}

.n_hot {
  box-sizing: border-box;
  margin-top: 10px;
}

.n_hot .wrapWid {
  height: 280px;
}

.n_hot .wrapWid:after, .n_hot .wrapWid:before {
  display: table;
  line-height: 0;
  content: "";
}

.n_hot .wrapWid:after {
  clear: both;
}

.n_hot .wrapWid .n_hot_left {
  width: 240px;
  height: 280px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.n_hot .wrapWid .n_hot_left .n_hot_ltop {
  height: 10px;
  background: #eeeeee;
  text-align: center;
  line-height: 10px;
}

.n_hot .wrapWid .n_hot_left .n_hot_ltop i {
  color: #c7c7c7;
}

.n_hot .wrapWid .n_hot_left .n_hot_linfo {
  height: 260px;
  overflow: hidden;
  font-size: 1.2rem;
}

.n_hot .wrapWid .n_hot_left .n_hot_linfo marquee {
  height: 260px;
}

.n_hot .wrapWid .n_hot_left .n_hot_linfo li {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dashed #ddd;
  line-height: 20px;
}

.n_hot .wrapWid .n_hot_center {
  width: 760px;
  height: 280px;
}

.n_hot .wrapWid .n_hot_right {
  height: 280px;
  box-sizing: border-box;
}

.n_hot .wrapWid .n_hot_right h3 {
  font-size: 1.4rem;
  height: 20px;
  margin-bottom: 10px;
}

.n_hot .wrapWid .n_hot_right ul {
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 180px;
  box-sizing: border-box;
}

.n_hot .wrapWid .n_hot_right ul li {
  height: 35px;
  line-height: 35px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
}

.n_hot .wrapWid .n_hot_right ul li:last-child {
  border-bottom: none;
}

.n_hot .wrapWid .n_hot_right ul li span {
  font-size: 2rem;
  color: #ff8b02;
  font-style: normal;
  margin-right: 5px;
}

.n_hot .wrapWid .n_hot_right .n_hot_rbtn {
  background: #eeeeee;
  width: 180px;
  box-sizing: border-box;
  padding: 15px 10px;
}

.n_hot .wrapWid .n_hot_right .n_hot_rbtn a {
  display: inline-block;
  width: 150px;
  margin-left: 5px;
  height: 40px;
  border-radius: 5px;
  color: white;
  background: #328ed9;
  text-align: center;
  line-height: 40px;
  font-size: 1.6rem;
}

.n_lists .wrapWid .title {
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  border-bottom: 2px solid #aaaaaa;
}

.n_lists .n_listsWrap {
  margin-top: 10px;
}

.n_lists .n_listsWrap:after, .n_lists .n_listsWrap:before {
  display: table;
  line-height: 0;
  content: "";
}

.n_lists .n_listsWrap:after {
  clear: both;
}

.n_lists .n_listsWrap .n_listL .nl_img {
  height: 240px;
  position: relative;
  margin-bottom: 2px;
}

.n_lists .n_listsWrap .n_listL .nl_img > div {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.n_lists .n_listsWrap .n_listL .nl_img > div h2,
.n_lists .n_listsWrap .n_listL .nl_img > div h4 {
  color: white;
  font-weight: 300;
}

.n_lists .n_listsWrap .n_listL .nl_img > div a {
  margin: 10px 0;
  background: white;
  display: block;
  width: 75px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 1.2rem;
}

.n_lists .n_listsWrap .n_listL .nl_img > div a i {
  margin-left: 5px;
  color: #de7a43;
  font-size: 1.2rem;
}

.n_lists .n_listsWrap .n_listR {
  width: 960px;
  padding: 0 20px;
  box-sizing: border-box;
}

.n_lists .n_listsWrap .n_listR ul {
  font-size: 0;
}

.n_lists .n_listsWrap .n_listR li {
  width: 230px;
  font-size: 12px;
  display: inline-block;
  margin: 20px 0;
}

.n_lists .n_listsWrap .n_listR li:nth-of-type(4n+4) div {
  margin-left: calc(100% - 200px);
}

.n_lists .n_listsWrap .n_listR li:nth-of-type(4n+2) div {
  margin-left: calc(((100% - 200px) / 3)*1);
}

.n_lists .n_listsWrap .n_listR li:nth-of-type(4n+3) div {
  margin-left: calc(((100% - 200px) / 3)*2);
}

.n_lists .n_listsWrap .n_listR .n_listR_info {
  width: 200px;
  height: 200px;
  font-size: 1.2rem;
}

.n_lists .n_listsWrap .n_listR .n_listR_info .n_listR_pic img {
  width: 200px;
  height: 150px;
  display: block;
  box-shadow: 0 0 0 1px #DDDDDD;
}

.n_lists .n_listsWrap .n_listR .n_listR_info .n_listR_txt {
  padding-top: 10px;
  box-sizing: border-box;
  height: 40px;
  line-height: 25px;
}

.n_lists .n_listsWrap .n_listR .n_listR_info .n_listR_txt .needs_status {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: #138d68;
  color: white;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
}

.need_edit {
  margin-top: 10px;
}

.need_edit .wrapWid:after, .need_edit .wrapWid:before {
  display: table;
  line-height: 0;
  content: "";
}

.need_edit .wrapWid:after {
  clear: both;
}

.need_edit .wrapWid .ne_left {
  width: 920px;
  border: 1px solid #ddd;
}

.need_edit .wrapWid .ne_left .navigation {
  padding-left: 10px;
  height: 50px;
  background: #efefef;
  font-size: 1.2rem;
  line-height: 50px;
  color: #666;
}

.need_edit .wrapWid .ne_left .navigation i {
  width: 20px;
  font-size: 1.6rem;
  text-align: center;
}

.need_edit .wrapWid .ne_left .ne_info {
  padding: 10px;
}

.need_edit .wrapWid .ne_left .ne_info .ne_info_top {
  color: #666666;
  margin-bottom: 30px;
}

.need_edit .wrapWid .ne_left .ne_info .ne_info_top h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #328ed9;
}

.need_edit .wrapWid .ne_left .ne_info .ne_info_top p {
  font-size: 1.4rem;
  line-height: 25px;
}

.need_edit .wrapWid .ne_left .ne_info .ne_info_bottom h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff9400;
}

.need_edit .wrapWid .ne_left .ne_info .ne_info_bottom p {
  font-size: 1.4rem;
  line-height: 25px;
  margin: 10px 0;
}

.need_edit .wrapWid .ne_left .ne_info .ne_info_bottom li {
  display: inline-block;
  margin-right: 50px;
  font-size: 1.2rem;
}

.need_edit .wrapWid .ne_left .ne_info .ne_info_bottom li i {
  color: #4b966b;
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 5px;
}

.need_edit .wrapWid .ne_left .open_bid {
  padding: 10px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.need_edit .wrapWid .ne_left .open_bid textarea {
  width: 650px;
  padding: 10px;
  resize: none;
}

.need_edit .wrapWid .ne_left .open_bid h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff9400;
}

.need_edit .wrapWid .ne_left .open_bid .CodeImg {
  height: 30px;
  vertical-align: top;
  cursor: pointer;
}

.need_edit .wrapWid .ne_left .open_bid .nextBtn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: orange;
  color: white;
  padding: 5px 25px;
  font-size: 1.4rem;
}

.need_edit .wrapWid .ne_left .open_bid dl {
  padding: 10px;
}

.need_edit .wrapWid .ne_left .open_bid dl dt {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  width: 180px;
}

.need_edit .wrapWid .ne_left .open_bid dl dd {
  display: inline-block;
  vertical-align: top;
}

.need_edit .wrapWid .ne_left .open_bid dl dd input[type='text'] {
  height: 30px;
  line-height: 30px;
  border: 1px solid #999999;
  border-radius: 5px;
  padding-left: 10px;
  width: 250px;
}

.need_edit .wrapWid .ne_left .open_bid dl dd span,
.need_edit .wrapWid .ne_left .open_bid dl dd label {
  font-size: 1.2rem;
  margin-left: 10px;
  color: gray;
}

.contact_needs {
  padding: 10px;
  box-sizing: border-box;
}

.contact_needs h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff9400;
}

.contact_needs ul {
  font-size: 0;
}

.contact_needs ul li {
  width: 225px;
  font-size: 12px;
  display: inline-block;
  margin: 20px 0;
}

.contact_needs ul li:nth-of-type(4n+4) div {
  margin-left: calc(100% - 200px);
}

.contact_needs ul li:nth-of-type(4n+2) div {
  margin-left: calc(((100% - 200px) / 3)*1);
}

.contact_needs ul li:nth-of-type(4n+3) div {
  margin-left: calc(((100% - 200px) / 3)*2);
}

.contact_needs ul .n_listR_info {
  width: 200px;
  height: 200px;
  font-size: 1.2rem;
}

.contact_needs ul .n_listR_info .n_listR_pic img {
  width: 200px;
  height: 150px;
  display: block;
  box-shadow: 0 0 0 1px #DDDDDD;
}

.contact_needs ul .n_listR_info .n_listR_txt {
  padding-top: 10px;
  box-sizing: border-box;
  height: 40px;
  line-height: 25px;
}

.contact_needs ul .n_listR_info .n_listR_txt .needs_status {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: #138d68;
  color: white;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
}

.s_infoLists {
  margin-top: 10px;
}

.s_infoLists .wrapWid:after, .s_infoLists .wrapWid:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_infoLists .wrapWid:after {
  clear: both;
}

.s_infoLists .wrapWid .s_left {
  width: 920px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.s_infoLists .wrapWid .s_left .s_left_where {
  padding-left: 10px;
  height: 50px;
  background: #efefef;
  font-size: 1.2rem;
  line-height: 50px;
  color: #666;
}

.s_infoLists .wrapWid .s_left .s_left_where i {
  color: #666;
  font-size: 1.6rem;
}

.s_infoLists .wrapWid .s_left .s_left_where input {
  height: 20px;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  border-right: 0;
}

.s_infoLists .wrapWid .s_left .s_left_where .s_faS {
  border: 1px solid #CCCCCC;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.s_infoLists .wrapWid .s_left .s_left_where .s_selTxt {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.s_infoLists .wrapWid .s_left .s_left_where .s_selTxt a {
  height: 20px;
  padding: 2px 5px;
  background: white;
  border: 1px dashed #ccc;
}

.s_infoLists .wrapWid .s_left .s_left_where .s_selTxt a i {
  vertical-align: middle;
  caption-side: #ccc;
  margin: 0 5px;
}

.s_infoLists .wrapWid .s_left .s_left_where .s_selTxt > div {
  display: none;
  position: absolute;
  top: 35px;
  background: white;
  border: 1px dashed #ccc;
}

.s_infoLists .wrapWid .s_left .s_left_where .s_selTxt > div li {
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 73px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.s_infoLists .wrapWid .s_left .s_left_where .s_selTxt > div .s_selOver {
  background: #328ed9;
  color: white;
}

.s_infoLists .wrapWid .s_left .s_left_option {
  font-size: 1.2rem;
  padding: 25px 20px;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap {
  border: 1px solid #DDDDDD;
  padding: 0 10px;
  box-sizing: border-box;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap:after, .s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap:after {
  clear: both;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .overHiden {
  height: 40px;
  overflow: hidden;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi {
  line-height: 40px;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi:after, .s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi:after {
  clear: both;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi .wid720 {
  width: 720px;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi .wid560 {
  width: 560px;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi > div li {
  display: inline-block;
  margin: 0 15px;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi > div li a {
  padding: 2px 5px;
  border-radius: 5px;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi > div li .s_whereOn {
  color: #ce7533;
  background: #ffe8c8;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi > div li .s_whereOver {
  color: #ce7533;
  background: #ffe8c8;
}

.s_infoLists .wrapWid .s_left .s_left_option .s_left_owrap .s_left_owrapLi > div .moreBtn {
  padding: 2px 5px;
  border: 1px solid #DDDDDD;
  background: #f3f3f3;
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
}

.s_infoLists .wrapWid .s_left .s_left_tab {
  font-size: 0;
  padding: 0 20px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_T > div:nth-child(1) ul {
  border-bottom: 2px solid #328ed9;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_T > div:nth-child(1) li {
  font-size: 1.2rem;
  text-align: center;
  color: #666;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  width: 100px;
  cursor: pointer;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_T > div:nth-child(1) .s_tab_on {
  background: #328ed9;
  border: none;
  color: white;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_T > div:nth-child(1) .s_tab_over {
  background: #328ed9;
  border: none;
  color: white;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where {
  height: 35px;
  line-height: 35px;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where input[type='text'] {
  width: 60px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 5px 0 9px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where li {
  display: inline-block;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where li a {
  color: #999999;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where li span {
  margin: 0 5px;
  color: #999999;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where > div,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where ul {
  float: left;
  color: #999999;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where > div a,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where ul a {
  color: #999999;
  margin-left: 15px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where > div a span,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where ul a span {
  color: #999999;
  margin: 0 5px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where > div .on,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where ul .on {
  color: orange;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where > div .on span,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where > div .on i,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where > div .on a,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where ul .on span,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where ul .on i,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where ul .on a {
  color: orange;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tab_address {
  margin-left: 5px;
  border-left: 1px solid #ddd;
  height: 35px;
  position: relative;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tab_address ul {
  z-index: 2;
  position: absolute;
  top: 35px;
  left: 0;
  width: 351px;
  font-size: 0;
  border: 1px solid #999;
  background: white;
  display: none;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tab_address ul li {
  font-size: 1.2rem;
  display: inline-block;
  width: calc(100% / 6);
  text-align: center;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tab_address ul li a {
  margin: 0;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tab_address ul li .tabAddressOver {
  color: #FF9400;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tob_page {
  float: right;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tob_page i,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tob_page span {
  color: #999999;
  cursor: pointer;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tob_page i {
  margin: 0 5px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tob_page .page_pre,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tob_page .page_next {
  border: 1px solid #999999;
  padding: 2px 5px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tob_where .s_tob_page .page_pre {
  border-right: 0;
  margin-left: 5px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B {
  margin-top: 10px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul {
  font-size: 0;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li {
  font-size: 1.2rem;
  display: inline-block;
  width: 25%;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items {
  width: 200px;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 10px 2px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Bpic {
  position: relative;
  border: 0 solid #ddd;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Bpic img {
  width: 190px;
  height: 190px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Bpic .cite {
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: yellow;
  width: 150px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: red;
  top: 15px;
  left: -45px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt {
  margin-top: 10px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h30 {
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h30:after, .s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h30:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h30:after {
  clear: both;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h50 {
  height: 50px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h50 a {
  color: #0c72bc;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h25 {
  height: 25px;
  color: #666;
  margin-bottom: 5px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h25 a {
  border: 1px solid #ddd;
  padding: 2px 5px;
  border-radius: 5px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_B ul li .items .s_tab_Btxt .h25 .status {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: #138d68;
  color: white;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page {
  font-size: 0;
  line-height: 40px;
  margin-bottom: 20px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page:after, .s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page:after {
  clear: both;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page input {
  vertical-align: bottom;
  border: 1px solid #ddd;
  height: 20px;
  padding-left: 5px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page .pageOn {
  background: orange;
  color: white;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page span,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page a,
.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_page i {
  font-size: 1.2rem;
  border: 1px solid #ddd;
  height: 20px;
  display: inline-block;
  min-width: 20px;
  vertical-align: bottom;
  line-height: 20px;
  text-align: center;
  color: #999;
  cursor: pointer;
  margin: 0;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_need ul li {
  display: block;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_need ul li:after, .s_infoLists .wrapWid .s_left .s_left_tab .s_tab_need ul li:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_need ul li:after {
  clear: both;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_need ul li a {
  font-size: 1.6rem;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_need .cite {
  font-size: 1.2rem;
  background: orange;
  color: white;
  padding: 0 5px;
  display: inline;
  border-radius: 5px;
  margin-right: 10px;
}

.s_infoLists .wrapWid .s_left .s_left_tab .s_tab_need .needs_status {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: #138d68;
  color: white;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
}

.s_right {
  width: 260px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.s_right .s_right_make .s_right_mpic img {
  width: 100%;
  height: 130px;
}

.s_right .s_right_make .s_right_mtxt {
  padding: 15px;
}

.s_right .s_right_make .s_right_mtxt .s_rmake_new {
  font-size: 1.4rem;
}

.s_right .s_right_make .s_right_mtxt .s_rmake_new:after, .s_right .s_right_make .s_right_mtxt .s_rmake_new:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_right .s_right_make .s_right_mtxt .s_rmake_new:after {
  clear: both;
}

.s_right .s_right_make .s_right_mtxt .s_rmake_new span {
  color: #666;
}

.s_right .s_right_make .s_right_mtxt p,
.s_right .s_right_make .s_right_mtxt .sr_pneed {
  margin: 10px 0;
  font-size: 0;
}

.s_right .s_right_make .s_right_mtxt p i,
.s_right .s_right_make .s_right_mtxt .sr_pneed i {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
  font-size: 1.8rem;
  line-height: 35px;
  vertical-align: middle;
}

.s_right .s_right_make .s_right_mtxt p input,
.s_right .s_right_make .s_right_mtxt .sr_pneed input {
  height: 35px;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding-left: 5px;
  border-left: none;
  width: 180px;
}

.s_right .s_right_make .s_right_mtxt p .sr_need,
.s_right .s_right_make .s_right_mtxt .sr_pneed .sr_need {
  width: 144px;
  border-right: none;
}

.s_right .s_right_make .s_right_mtxt p .sr_ddl,
.s_right .s_right_make .s_right_mtxt .sr_pneed .sr_ddl {
  cursor: pointer;
}

.s_right .s_right_make .s_right_mtxt .sr_pneed {
  position: relative;
}

.s_right .s_right_make .s_right_mtxt .sr_pneed .need_list {
  position: absolute;
  top: 37px;
  left: 0;
  height: 50px;
  width: 97%;
  border: 1px solid #ddd;
  display: none;
  z-index: 5;
}

.s_right .s_right_make .s_right_mtxt .sr_pneed .need_list ul {
  background: white;
}

.s_right .s_right_make .s_right_mtxt .sr_pneed .need_list ul:after, .s_right .s_right_make .s_right_mtxt .sr_pneed .need_list ul:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_right .s_right_make .s_right_mtxt .sr_pneed .need_list ul:after {
  clear: both;
}

.s_right .s_right_make .s_right_mtxt .sr_pneed .need_list li {
  font-size: 1.2rem;
  float: left;
  width: 50%;
  background: white;
  line-height: 25px;
  height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.s_right .s_right_items {
  margin-top: 10px;
  padding: 0 20px;
}

.s_right .s_right_items ul {
  font-size: 0;
}

.s_right .s_right_items ul li {
  font-size: 1.2rem;
  width: 100%;
}

.s_right .s_right_items ul li .items {
  width: 200px;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 10px 2px;
}

.s_right .s_right_items ul li .items .s_tab_Bpic {
  position: relative;
  border: 0 solid #ddd;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.s_right .s_right_items ul li .items .s_tab_Bpic img {
  width: 190px;
  height: 190px;
}

.s_right .s_right_items ul li .items .s_tab_Bpic .cite {
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: yellow;
  width: 150px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: red;
  top: 15px;
  left: -45px;
}

.s_right .s_right_items ul li .items .s_tab_Btxt {
  margin-top: 10px;
}

.s_right .s_right_items ul li .items .s_tab_Btxt .h30 {
  height: 30px;
}

.s_right .s_right_items ul li .items .s_tab_Btxt .h30:after, .s_right .s_right_items ul li .items .s_tab_Btxt .h30:before {
  display: table;
  line-height: 0;
  content: "";
}

.s_right .s_right_items ul li .items .s_tab_Btxt .h30:after {
  clear: both;
}

.s_right .s_right_items ul li .items .s_tab_Btxt .h50 {
  height: 50px;
}

.s_right .s_right_items ul li .items .s_tab_Btxt .h50 a {
  color: #0c72bc;
}

.s_right .s_right_items ul li .items .s_tab_Btxt .h25 {
  height: 25px;
  color: #666;
  margin-bottom: 5px;
}

.s_right .s_right_items ul li .items .s_tab_Btxt .h25 a {
  border: 1px solid #ddd;
  padding: 2px 5px;
  border-radius: 5px;
}

.m_infoLists {
  margin-top: 10px;
}

.m_infoLists .wrapWid:after, .m_infoLists .wrapWid:before {
  display: table;
  line-height: 0;
  content: "";
}

.m_infoLists .wrapWid:after {
  clear: both;
}

.m_infoLists .wrapWid .m_bigImg {
  width: 1200px;
  height: 260px;
  margin-bottom: 10px;
}

.m_infoLists .wrapWid .m_bigImg img {
  width: 100%;
  height: 100%;
}

.m_infoLists .wrapWid .m_title {
  margin: 10px 0;
  padding: 3px 0;
  height: 20px;
  font-size: 2rem;
  line-height: 20px;
  border-left: 5px solid orange;
}

.m_infoLists .wrapWid .m_left {
  width: 920px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 10px;
}

.m_infoLists .wrapWid .m_left ul li {
  margin: 10px 0;
}

.m_infoLists .wrapWid .m_left ul li > div {
  display: inline-block;
  vertical-align: top;
}

.m_infoLists .wrapWid .m_left ul li .m_info_pic img {
  height: 140px;
  width: 200px;
}

.m_infoLists .wrapWid .m_left ul li .m_info_txt {
  margin-left: 10px;
  width: 650px;
  font-size: 1.4rem;
}

.m_infoLists .wrapWid .m_left ul li .m_info_txt .m_info_txtTop {
  font-size: 1.2rem;
  color: #999;
}

.m_infoLists .wrapWid .m_left ul li .m_info_txt p {
  line-height: 25px;
  font-size: 1.4rem;
}

.m_infoLists .wrapWid .m_left ul li .m_info_txt h3 {
  height: 60px;
  line-height: 60px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m_infoLists .wrapWid .m_left ul li .m_info_txt h3 a {
  font-size: 2rem;
  white-space: nowrap;
  width: 100%;
}

.m_infoLists .wrapWid .m_left ul li .m_info_txt .m_info_txtBottom {
  font-size: 1.4rem;
}

.m_infoLists .wrapWid .m_left .pages {
  margin: 50px 0;
  text-align: center;
}

.m_infoLists .wrapWid .m_left .pages .disabled {
  cursor: text;
  color: #333;
}

.m_infoLists .wrapWid .m_left .pages span,
.m_infoLists .wrapWid .m_left .pages a {
  display: inline-block;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  padding: 0 10px;
  cursor: pointer;
  margin: 5px;
}

.m_infoLists .wrapWid .m_left .pageOver {
  background: #ddd;
  color: red;
}

.m_infoLists .wrapWid .m_left .pageOn {
  background: #ddd;
  color: red;
}

.m_infoLists .wrapWid .m_right {
  width: 260px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.m_infoLists .wrapWid .m_right .m_right_top {
  margin-bottom: 20px;
  padding: 0 10px;
}

.m_infoLists .wrapWid .m_right .m_right_top li {
  margin-bottom: 10px;
}

.m_infoLists .wrapWid .m_right .m_right_top li .m_info {
  font-size: 1.4rem;
  color: #666;
}

.m_infoLists .wrapWid .m_right .m_right_top li .m_info span {
  color: #666;
}

.news_type > ul {
  font-size: 0px;
  padding: 20px 0;
}

.news_type > ul > li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 1.6rem;
  width: 150px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-right: 20px;
}

.news_type > ul > li i {
  font-size: 16px;
}

.news_type > ul > li:hover {
  border-color: #6cabf9;
}

.news_type > ul > li a {
  display: inline-block;
  width: 100%;
}

.news_type > ul .on {
  background: #6cabf9;
  border-color: #6CABF9;
  color: white;
}

.news_type > ul .on i,
.news_type > ul .on a {
  color: white;
}

.news_type .ulTwo li {
  border-radius: 5px;
  width: 100px;
  line-height: 30px;
  font-size: 1.2rem;
}

.news_type .news_lanmu {
  border-bottom: 2px solid #Ddd;
  color: gray;
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.progress .pub-steps {
  padding: 20px 0 15px;
}

.progress .pub-steps .clearfix:after, .progress .pub-steps .clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}

.progress .pub-steps .clearfix:after {
  clear: both;
}

.progress .pub-steps .clearfix .step-deco {
  width: 440px;
  border: 0;
  background: #ddd;
  height: 2px;
  display: block;
  position: relative;
  top: 17px;
  z-index: 1;
}

.progress .pub-steps .clearfix .step-first {
  margin-left: 120px;
}

.progress .pub-steps .clearfix .step-first .step-deco {
  left: -120px;
}

.progress .pub-steps .clearfix .step-val {
  width: 33px;
  height: 33px;
  line-height: 33px;
  color: darkgray;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  position: relative;
  z-index: 3;
  font-size: 1.6rem;
  border: 2px solid darkgray;
  box-sizing: border-box;
}

.progress .pub-steps .clearfix .step-title {
  color: darkgray;
  z-index: 3;
  display: block;
  width: 320px;
  padding: 5px 0;
  font-size: 1.4rem;
}

.progress .pub-steps .clearfix .step-on .step-val,
.progress .pub-steps .clearfix .step-on .step-deco {
  color: white;
  background: orangered;
  border: 0;
  font-family: "Californian FB";
  font-weight: 600;
}

.progress .pub-steps .clearfix .step-on .step-title {
  color: orangered;
}

.progress .pub-steps .clearfix li {
  float: left;
  width: 320px;
  height: 90px;
  position: relative;
  text-align: center;
}

.channel_main .msg {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 1.4rem;
  background: #328ed9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.channel_main .msg span {
  color: white;
}

.channel_main:after, .channel_main:before {
  display: table;
  line-height: 0;
  content: "";
}

.channel_main:after {
  clear: both;
}

.channel_main .channel_cat {
  width: 280px;
  float: left;
  background: #eff8ff;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.channel_main .channel_cat .channel_search {
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.channel_main .channel_cat .channel_search input[type='text'] {
  height: 30px;
  padding-left: 10px;
  border: 1px solid gray;
  vertical-align: bottom;
  width: 195px;
}

.channel_main .channel_cat .channel_search i {
  height: 30px;
  line-height: 30px;
  vertical-align: bottom;
  width: 30px;
  text-align: center;
  font-size: 1.6rem;
  color: gray;
  border: 1px solid gray;
  border-left: none;
  cursor: pointer;
}

.channel_main .channel_cat ul li {
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.channel_main .channel_cat ul li a {
  font-size: 1.2rem;
  color: #666;
}

.channel_main .channel_cat ul li span {
  position: absolute;
  right: 20px;
  font-size: 1.6rem;
  color: #666;
}

.channel_main .channel_cat ul .selected {
  background: white;
  border-right: white;
}

.channel_main .channel_sub {
  width: 920px;
  float: left;
  border: 1px solid #ddd;
  padding: 0 30px;
  box-sizing: border-box;
}

.channel_main .channel_sub dl {
  margin: 20px 0;
  border-bottom: 1px dashed #ddd;
}

.channel_main .channel_sub dl dt {
  color: #328ed9;
  font-size: 1.4rem;
}

.channel_main .channel_sub dl dd ul li {
  display: inline-block;
  width: 19%;
  height: 30px;
  line-height: 30px;
}

.channel_main .channel_sub dl dd ul li a {
  font-size: 1.2rem;
  color: #999999;
  padding: 0 5px;
}

.channel_main .channel_sub dl dd ul li .linkHover {
  background: #0DA7C0;
  color: white;
}

.channel_main .channel_edit {
  width: 900px;
  min-height: 650px;
  border: 1px solid #DDDDDD;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}

.channel_main .channel_edit .attach-list .title {
  font-size: 1.2rem;
}

.channel_main .channel_edit input[type='text'] {
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  padding-left: 10px;
  width: 300px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.channel_main .channel_edit p {
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bolder;
}

.channel_main .channel_edit p span {
  font-weight: inherit;
  color: gray;
}

.channel_main .channel_edit p input[type="button"] {
  height: 32px;
  margin-left: 20px;
  border: 1px solid #ddd;
  padding: 0 5px;
  color: gray;
  cursor: pointer;
  vertical-align: middle;
}

.channel_main .channel_edit p textarea {
  margin: 5px 0;
  border: 1px solid #ddd;
  resize: none;
  width: 800px;
  padding: 20px;
  color: darkgray;
}

.channel_main .channel_edit p #bunNext,
.channel_main .channel_edit p #btnPublish {
  background: #328ED9;
  color: white;
  border: 1px solid #328ED9;
}

.channel_main .channel_contact {
  height: 650px;
  width: 297px;
  border: 1px solid #DDDDDD;
  border-left: none;
  float: left;
  padding: 20px 40px;
  box-sizing: border-box;
}

.channel_main .channel_contact p {
  font-size: 1.2rem;
  margin: 5px 0;
}

.channel_main .channel_contact h3 {
  font-size: 1.4rem;
  margin: 10px 0;
}

.channel_main .channel_contact .QQLink {
  display: block;
  border: 1px solid #328ED9;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #328ED9;
}

.channel_main .channel_contact .twoCode {
  margin-top: 30px;
  text-align: center;
}

.channel_main .channel_contact .twoCode img {
  width: 80%;
}

.about_us .wrapWid .img_pic img {
  width: 100%;
}

.about_us .wrapWid .about_main {
  margin-top: 20px;
  box-sizing: border-box;
  min-height: 700px;
  display: inline-block !important;
  font-size: 0px;
}

.about_us .wrapWid .about_main > div {
  display: inline-block;
  vertical-align: top;
  min-height: 700px;
}

.about_us .wrapWid .about_main .about_list {
  width: 294px;
  height: 100%;
  position: relative;
  margin-right: 20px;
}

.about_us .wrapWid .about_main .about_list ul {
  box-shadow: 0 0 20px 1px #dddddd;
}

.about_us .wrapWid .about_main .about_list ul li {
  border-bottom: 1px solid #ddd;
  padding: 15px 20px 15px 40px;
  position: relative;
}

.about_us .wrapWid .about_main .about_list ul li a {
  font-size: 1.6rem;
}

.about_us .wrapWid .about_main .about_list ul li i {
  float: right;
  display: none;
}

.about_us .wrapWid .about_main .about_list ul li .fshow {
  display: block;
}

.about_us .wrapWid .about_main .about_list ul .child {
  padding-left: 60px;
  background: white;
}

.about_us .wrapWid .about_main .about_list ul .on,
.about_us .wrapWid .about_main .about_list ul .hover {
  border-left: 2px solid orange;
}

.about_us .wrapWid .about_main .about_list ul .on a,
.about_us .wrapWid .about_main .about_list ul .on i,
.about_us .wrapWid .about_main .about_list ul .hover a,
.about_us .wrapWid .about_main .about_list ul .hover i {
  color: orange;
}

.about_us .wrapWid .about_main .about_list ul .on i,
.about_us .wrapWid .about_main .about_list ul .hover i {
  display: block;
}

.about_us .wrapWid .about_main .about_list ul .sel {
  background: #333640;
}

.about_us .wrapWid .about_main .about_list ul .sel a,
.about_us .wrapWid .about_main .about_list ul .sel i {
  color: white;
}

.about_us .wrapWid .about_main .about_list ul .sel i {
  display: block;
}

.about_us .wrapWid .about_main .about_Info {
  width: 880px;
  background: white;
  box-shadow: 0 0 20px 1px #dddddd;
  margin-bottom: 20px;
}

.about_us .wrapWid .about_main .about_Info img {
  max-width: 820px;
  margin: 10px 0;
}

.about_us .wrapWid .about_main .about_Info .big-title {
  margin: 0;
  padding: 0 25px;
  line-height: 3em;
  font-size: 18px;
  border-bottom: 4px solid #F2F2F2;
}

.about_us .wrapWid .about_main .about_Info ul li {
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 25px;
  text-align: justify;
  min-height: 700px;
}

.about_us .wrapWid .about_main .about_Info ul li:first-child {
  display: block;
}

.about_us .wrapWid .about_main .about_Info .list_back {
  float: right;
  color: orange;
  font-size: 16px;
  right: 20px;
  margin: 10px;
}

.about_us .wrapWid .about_main .about_Info .list_back i {
  color: orange;
  margin: 0 5px;
}

.about_us .wrapWid .about_main .about_Info .list_item {
  padding: 0 0px;
}

.about_us .wrapWid .about_main .about_Info .list_item li {
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
}

.about_us .wrapWid .about_main .about_Info .list_item .title {
  color: #1a1a1a;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  font-size: 26px;
  margin-bottom: 10px;
}

.about_us .wrapWid .about_main .about_Info .list_item .des {
  line-height: 26px;
  font-size: 14px;
  color: #777;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.loginBg {
  height: 600px;
  width: 100%;
}

.loginBg .userLR {
  width: 350px;
  float: right;
  background: white;
  border: 1px solid #Ddd;
  margin-top: 100px;
}

.loginBg .userLR .tob_top {
  border-bottom: 1px solid #ddd;
}

.loginBg .userLR .tob_top ul {
  font-size: 0;
}

.loginBg .userLR .tob_top ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
  position: relative;
}

.loginBg .userLR .tob_top ul li a {
  font-size: 1.4rem;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  width: 80%;
}

.loginBg .userLR .tob_top ul .on a {
  border-bottom: 2px solid orange;
  position: relative;
  bottom: -1px;
  color: orange;
}

.loginBg .userLR .user_login .tob_middle ul {
  font-size: 0;
}

.loginBg .userLR .user_login .tob_middle ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
  position: relative;
}

.loginBg .userLR .user_login .tob_middle ul li a {
  font-size: 1.4rem;
  line-height: 30px;
  height: 50px;
  display: inline-block;
  width: 80%;
  color: #0030CE;
}

.loginBg .userLR .user_login .tob_middle ul li i {
  color: #0030CE;
}

.loginBg .userLR .user_login .tob_middle ul li:first-child a {
  border-right: 1px solid #ddd;
  display: inline-block;
  height: 30px;
  margin: 10px 0;
}

.loginBg .userLR .user_login .tob_middle ul .on a,
.loginBg .userLR .user_login .tob_middle ul .on i {
  color: orange;
}

.loginBg .userLR .user_login .u_register {
  display: none;
}

.loginBg .userLR .user_login .tob_input {
  text-align: center;
}

.loginBg .userLR .user_login .tob_input input {
  margin: 10px;
  height: 30px;
  width: 70%;
  border: 1px solid #ddd;
  padding-left: 10px;
  box-sizing: border-box;
}

.loginBg .userLR .user_login .tob_input .divLoginCode,
.loginBg .userLR .user_login .tob_input .divRegisterCode {
  display: none;
  margin: 0 auto;
  width: 70%;
}

.loginBg .userLR .user_login .tob_input .divLoginCode #txtLoginCode,
.loginBg .userLR .user_login .tob_input .divLoginCode #txtRegisterCode,
.loginBg .userLR .user_login .tob_input .divRegisterCode #txtLoginCode,
.loginBg .userLR .user_login .tob_input .divRegisterCode #txtRegisterCode {
  float: left;
  width: 45%;
  margin: 10px 0px;
}

.loginBg .userLR .user_login .tob_input .divLoginCode #btnLoginCode,
.loginBg .userLR .user_login .tob_input .divLoginCode #btnRegisterCode,
.loginBg .userLR .user_login .tob_input .divRegisterCode #btnLoginCode,
.loginBg .userLR .user_login .tob_input .divRegisterCode #btnRegisterCode {
  width: 45%;
  float: right;
  margin: 10px 0px;
  background: gray;
  color: white;
  border: 1px solid gray;
  cursor: pointer;
}

.loginBg .userLR .user_login .tob_input .divRegisterCode {
  display: block;
}

.loginBg .userLR .user_login #btnLogin,
.loginBg .userLR .user_login #btnRegister {
  background: #328ed9;
  color: white;
  border: 1px solid #328ED9;
  cursor: pointer;
}

.loginBg .userLR .user_login .tob_bottom {
  width: 70%;
  margin: 20px auto;
  font-size: 1.2rem;
}

.loginBg .userLR .user_login .tob_bottom:after, .loginBg .userLR .user_login .tob_bottom:before {
  display: table;
  line-height: 0;
  content: "";
}

.loginBg .userLR .user_login .tob_bottom:after {
  clear: both;
}

.loginBg .userLR .user_login .auth_box {
  margin: 10px 0px;
}

.loginBg .userLR .user_login .auth_box .auth_qq {
  background-image: url("/images/oauth/qq.png");
  height: 25px;
  width: 25px;
  display: inline-block;
  background-size: 100%;
}

.help_Wrap {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.help_Wrap .tit {
  font-size: 1.8rem;
  padding: 10px 0;
}

.help_Wrap .kwords input[type="text"] {
  width: 500px;
  padding-left: 10px;
}

.help_Wrap .kwords textarea {
  width: 1100px;
  margin-bottom: 20px;
}

.help_Wrap .kwords input[type="submit"] {
  border: none;
  height: 30px;
  cursor: pointer;
}

.help_Wrap .kwords img {
  position: absolute;
  top: -64px;
  height: 140px;
}
