html,body {
  margin: 0px;
  padding: 0px;
}

a {
  color: white;
}

a:hover,a:focus,a:link {
  text-decoration: none;
  color: white;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.container-wrap {
  width: 1200px;
  margin: 0px auto;
}

.container-wrap.flex {
  display: flex;
  justify-content: space-between;
}

.container-wrap.padding {
  padding: 40px 0px;
}

.wrap-header {
  width: 100%;
  height: 755px;
  background: url(../2021images/banner-wrap.jpg) center 0;
  background: auto 100%;
  background-size: cover;
}

.wrap-nrheader {
  width: 100%;
  height: 123px;
  background: url(../2021images/banner-wrap.jpg) center 0;
  background: auto 100%;
}

.nav-wrap .nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.nav-wrap .nav-top .mid-search {
  border: 1px solid white;
  border-radius: 20px;
  padding-right: 10px;
}

.nav-wrap .nav-top .mid-search input {
  background: transparent;
  border: 0px;
  outline: 0;
  padding-left: 12px;
  color: white;
  height: 30px;
  width: 300px;
}

.nav-wrap .nav-top .mid-search .btn {
  width: 30px;
  background: url(../2021images/search.png) no-repeat center 5px;
}

.nav-wrap .nav-top .mid-search a img {
  width: 20px;
}

.phone-box {
  display: flex;
  align-items: center;
}

.phone-box .zx-box {
  padding-left: 10px;
  text-align: left;
}

.phone-box .zx-box .label1 {
  font-size: 14px;
  color: white;
}

.phone-box .zx-box .num {
  font-size: 24px;
  font-weight: bold;
  color: #f59703;
}

.nav-bom {
  display: flex;
  justify-content: space-between;
}

.nav-bom a {
  font-size: 16px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-bom a img {
  display: block;
  height: 18px;
  margin-right: 4px;
}

.nav-bom a img.img2 {
  display: none;
}

.nav-bom a:hover,.nav-bom a.active {
  text-decoration: none;
  color: #f59703;
}

.nav-bom a:hover img.img1,.nav-bom a.active img.img1 {
  display: none;
}

.nav-bom a:hover img.img2,.nav-bom a.active img.img2 {
  display: block;
}

.banner-wrap-box {
  margin-top: 130px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-des {
  text-align: center;
  color: white;
  font-size: 24px;
  margin-top: 14px;
}

.banner-des span + span {
  margin-left: 20px;
}

.banner-circle {
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0px auto;
  margin-top: 40px;
}

.banner-circle .cir {
  border: 1px solid #f59703;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(253, 158, 4, 0.1);
}

.a-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.bm-btn {
  background: #f59703;
  color: white;
  font-size: 24px;
  padding: 8px 40px;
  border-radius: 22px;
}

.con-left {
  width: 400px;
  height: 340px;
  background: url(../2021images/img-1.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.con-left .title {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 15px;
  margin-left: 15px;
}

.pos-box {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.con-mid {
  width: 490px;
  height: 340px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  padding: 8px 15px;
  box-sizing: border-box;
}

.con-right {
  height: 340px;
  border: 1px solid #dddddd;
  flex: 1;
  padding: 8px;
  box-sizing: border-box;
}

.con-mid .mid-title {
  background: #f59703;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 0px;
}

.mid-des {
  padding: 8px 0px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}

.mid-des .des {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  /* height: 20px; */
}

.mid-content {
  padding-top: 10px;
}

.mid-content a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  height: 35px;
  align-items: center;
}

.mid-content a .content {
  color: #5a5a5a;
  width: 380px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mid-content a .time {
  color: #8d8b8b;
}

.mid-content a:hover .content {
  color: #f59703;
}

.hs-name {
  height: 38px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hs-name span a {
  position: absolute;
  left: 0px;
  bottom: -2px;
  color: #f59703;
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 30px;
  border-bottom: 4px solid #dddddd;
}

.hs-name a {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 12px;
}

.con-zc {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-flow: wrap;
}

.con-zc .icon {
  width: 60px;
  height: 55px;
  margin-top: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-zc a .b-label {
  font-size: 13px;
  color: #333;
  margin-top: 5px;
  width: 60px;
  text-align: center;
}

.con-zc .icon.icon1 {
  background: #9ec826;
}

.con-zc .icon.icon2 {
  background: #69b6ee;
}

.con-zc .icon.icon3 {
  background: #f697b7;
}

.con-zc .icon.icon4 {
  background: #f3a388;
}

.con-zc .icon.icon5 {
  background: #4b9cee;
}

.con-zc .icon.icon6 {
  background: #fec763;
}

.con-zc .icon.icon7 {
  background: #93aad6;
}

.con-zc .icon.icon8 {
  background: #fb6f7c;
}

.con-zc .icon.icon9 {
  background: #66c977;
}

.con-zc .icon.icon10 {
  background: #95e5ff;
}

.con-zc .icon.icon11 {
  background: #f3a388;
}

.con-zc .icon.icon12 {
  background: #ffea77;
}

.bm-process-box {
  background: #f6f6f6;
}

.bm-title {
  color: #f59703;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.process-frame {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.process-frame .item-img {
  display: flex;
  align-items: center;
  height: 110px;
}

.process-frame .item .fir {
  width: 110px;
  height: 110px;
  background: #f59703;
  color: white;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  flex-direction: column;
}

.process-frame .item .item-name {
  margin-top: 10px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.ding-box .ding-nav {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 5px;
}

.ding-box .ding-nav .ding-left {
  display: flex;
  flex-direction: row;
  font-size: 26px;
  font-weight: bold;
  align-items: center;
}

.ding-box .ding-nav .ding-left span {
  margin-left: 10px;
}

.ding-box .ding-nav .ding-left img {
  display: block;
}

.chengren {
  color: #f29701 !important;
  border-color: #f29701 !important;
}

.zixue {
  color: #78bdff !important;
  border-color: #78bdff !important;
}

.wangluo {
  color: #01c7c0 !important;
  border-color: #01c7c0 !important;
}

.kaifang {
  color: #ff5e5e !important;
  border-color: #ff5e5e !important;
}

.ding-right a {
  color: #6a6a6a;
  font-size: 14px;
}

.ding-right a + a {
  margin-left: 20px;
}

.ding-right {
  display: flex;
  align-items: center;
}

.ding-right.spel a {
  border: 1px solid #d8d7d7;
  border-radius: 15px;
  padding: 4px 12px;
}

.ding-right.spel a.active {
  background-color: #f29702;
  color: white;
  border: 0px;
}

.ding-right.spel a + a {
  margin-left: 10px;
}

.ding-link {
  display: flex;
  padding: 20px 20px;
  justify-content: space-between;
}

.ding-link a {
  padding: 5px 36px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

.chengren .ding-link a.border {
  color: #f29701;
  border: 2px solid #f29701;
}

.chengren .ding-link a.bg {
  background-image: linear-gradient(#ffc372, #fd8065);
}

.zixue .ding-link a.border {
  color: #7bbeff;
  border: 2px solid #7bbeff;
}

.zixue .ding-link a.bg {
  background-image: linear-gradient(#9ecfff, #7abeff);
}

.zixue .hs-name span a {
  color: #7bbeff;
}

.wangluo .ding-link a.border {
  color: #03c8c1;
  border: 2px solid #03c8c1;
}

.wangluo .ding-link a.bg {
  background-image: linear-gradient(#36e8ea, #03c8c1);
}

.wangluo .hs-name span a {
  color: #03c8c1;
}

.kaifang .ding-link a.border {
  color: #ff5e5e;
  border: 2px solid #ff5e5e;
}

.kaifang .ding-link a.bg {
  background-image: linear-gradient(#ff9c5e, #ff5e5e);
}

.kaifang .hs-name span {
  color: #ff5e5e;
}

.kaifang .hs-name {
  height: 38px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kaifang .hs-name span {
  position: absolute;
  left: 0px;
  bottom: -2px;
  color: #f59703;
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 30px;
  border-bottom: 4px solid #dddddd;
}

.kaifang .hs-name a {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 12px;
}

.ding-list {
  display: flex;
  justify-content: space-between;
}

.ding-list-left {
  width: 800px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin-right: 20px;
}

.ding-list-content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 10px 0px;
}

.ding-list-content .item {
  width: 240px;
  background: #eee;
  margin-top: 10px;
}

.ding-list-content .item img {
  display: block;
  width: 100%;
}

.ding-list-content .item .name {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ding-list-content .item .item-bom {
  padding: 10px 15px;
}

.ding-list-content .item .item-bom .des {
  color: #959292;
  font-size: 12px;
}

.ding-list-right {
  width: 340px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  /* margin-left: 20px; */
}

.ck-bm-box .ding-frame-list a {
  position: relative;
}

.ck-bm-box .ding-frame-list a {
  padding-left: 35px;
}

.ding-frame-list a {
  height: 35px;
  color: #6a6a6a;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 45px;
  line-height: 45px;
}

.ck-bm-box .ding-frame-list a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
}

.ding-frame-list a + a {
  border-top: 1px solid #dddddd;
}

.chengren .ding-frame-list a .hot {
  color: #fe9756;
}

.zixue .ding-frame-list a .hot {
  color: #7abeff;
}

.wangluo .ding-frame-list a .hot {
  color: #02c8c1;
}

.kaifang .ding-frame-list a .hot {
  color: #ff5e5e;
}

.ding-hot-school {
  margin-top: 20px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
}

.ding-hot-sch-list {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.ding-hot-sch-list .item {
  width: 280px;
  background: #eeeeee;
  padding-bottom: 15px;
}

.ding-hot-sch-list .item img {
  display: block;
  width: 100%;
}

.ding-hot-sch-list .item .cont {
  padding: 10px 20px;
}

.ding-hot-sch-list .item .cont h3 {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.ding-hot-sch-list .item .cont .cont-sc {
  color: #333;
  font-size: 14px;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ding-hot-sch-list .item .cont .cont-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.ding-hot-sch-list .item .cont .cont-btn a {
  width: 48%;
  display: block;
  font-size: 14px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.ding-hot-sch-list .item .cont .cont-btn a.btn1 {
  background: #374f77;
}

.ding-hot-sch-list .item .cont .cont-btn a.btn2 {
  background: #4ead85;
}

.ding-yinan {
  margin-top: 20px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
}

.yn-list {
  display: flex;
  justify-content: space-between;
}

.yn-list .item {
  width: 270px;
}

.yn-list .item h3 a {
  font-size: 20px;
  color: white;
  padding: 10px 0px;
  text-align: center;
}

.yn-list {
  display: flex;
  justify-content: space-between;
}

.yn-list .item {
  width: 270px;
}

.yn-list .item h3 {
  font-size: 20px;
  color: white;
  padding: 10px 0px;
  text-align: center;
}

.yn-list .item h3.c1 {
  background: #f6ce00;
}

.yn-list .item h3.c2 {
  background: #e3b379;
}

.yn-list .item h3.c3 {
  background: #54cea9;
}

.yn-list .item h3.c4 {
  background: #9985cc;
}

.yn-list .item a {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 45px;
  line-height: 45px;
}

.yn-list .item a + a {
  border-top: 1px solid #dddddd;
}

.ad a {
  width: 100%;
}

.ad a img {
  width: 100%;
}

.ding-hot-frame {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.ding-hot-zy {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.ding-fr-box {
  border: 1px solid #dddddd;
  padding: 10px 20px;
  width: 100%;
}

.ding-hot-frame .ding-frame {
  border: 1px solid #dddddd;
  padding: 10px 20px;
  width: 380px;
}

.ding-sc-box {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.ding-sc-box .item {
  background: #e5e5e5;
  width: 32%;
  display: flex;
  justify-content: center;
  height: 120px;
  align-items: center;
  flex-direction: column;
  color: #8d8b8b;
  margin-top: 10px;
}

.ding-fr-box .item {
  width: 120px;
}

.ding-sc-box .item .name {
  margin-top: 5px;
  font-size: 12px;
  color: #333;
}

.ding-zy-frame {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ding-zy-frame a {
  font-size: 14px;
  color: #333;
  text-align: center;
  width: 50%;
  margin-top: 15px;
}

.ding-hot-frame .ding-frame.ding-fa {
  width: 390px;
  margin-right: 20px;
}

.st-list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.st-list a {
  font-size: 14px;
  color: #6a6a6a;
  width: 48%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
}

.ding-block-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  padding: 20px 0px;
}

.ding-block-box .item {
  width: 150px;
  height: 100px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ding-block-box .item.blo1 {
  background: #4caafc;
}

.ding-block-box .item.blo2 {
  background: #e994dc;
}

.ding-block-box .item.blo3 {
  background: #f6ce00;
}

.ding-block-box .item.blo4 {
  background: #e3b379;
}

.ding-block-box .item.blo5 {
  background: #54cea9;
}

.ding-block-box .item.blo6 {
  background: #848d99;
}

.ding-block-box .item.blo7 {
  background: #9985cc;
}

.rm-box {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.rm-box a {
  width: 47%;
  display: block;
  background: #eeeeee;
  color: #333;
  font-size: 14px;
  border: 0px;
  margin-top: 10px;
  text-align: center;
}

.rm-box a.more {
  width: 100%;
  background: #3498db;
  color: white;
}

.yq-lk {
  margin-top: 20px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
}

.yq-lk .hs-name span {
  color: #5eb1ff;
}

.lk-link {
  padding: 20px 0px;
}

.lk-link a {
  font-size: 12px;
  color: #333;
  display: inline-block;
}

.lk-link a {
  margin-right: 10px;
}

.footer-wrap {
  background: #6f6f6f;
  padding: 20px 0px;
  margin-top: 20px;
}

.footer-top {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.footer-top a {
  color: #fff;
  font-size: 14px;
}

.footer-nav {
  margin-top: 20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.footer-nav a {
  color: #c6c6c6;
  padding-bottom: 10px;
}

.footer-nav a + a {
  margin-left: 10px;
}

.footer-nav a.zd {
  font-size: 16px;
  color: #f29701;
  border-bottom: 4px solid #cccccc;
  margin-right: 40px;
}

.footer-nav a.active {
  color: #f29701;
}

.footer-tabs {
  padding: 20px 0px;
}

.footer-tabs a {
  color: #c6c6c6;
  margin-right: 10px;
}

.all-tabs-footer .footer-tabs + .footer-tabs {
  display: none;
}

.footer-copy {
  font-size: 12px;
  color: #c6c6c6;
  text-align: center;
  margin-top: 40px;
}

.dy-list-box {
  display: flex;
  justify-content: space-between;
}

.dy-list-box .item {
  flex: 1;
  padding-top: 20px;
}

.dy-list-box .item + .item {
  margin-left: 20px;
}

.dy-list-box .item a {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.dy-list-box .item a .name {
  color: #333;
  width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dy-list-box .item a .date {
  color: #8f8c8c;
}

.send-info-wrap {
  width: 100%;
  height: 120px;
  background: url(../2021images/yyy-1.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 15px;
}

.send-info-wrap .content {
  margin-left: 280px;
  padding-top: 25px;
}

.wen-zhang-box .send-info-wrap .content {
  margin-left: 180px;
}

.send-info-wrap .content .title {
  font-size: 20px;
  color: #ff4b52;
  font-weight: bold;
}

.send-info-wrap .form-box {
  display: flex;
  margin-top: 15px;
}

.send-info-wrap .form-box select,.send-info-wrap .form-box input {
  width: 180px;
  height: 30px;
  font-size: 14px;
  border-radius: 20px;
  border: 0px;
  outline: 0;
  padding-left: 10px;
  margin-right: 10px;
}

.wen-zhang-box .send-info-wrap .form-box select,.send-info-wrap .form-box input {
  width: 140px;
}

.send-info-wrap .form-box select,.send-info-wrap .form-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgb(102, 101, 101);
}

.send-info-wrap .form-box select,.send-info-wrap .form-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(102, 101, 101);
}

.send-info-wrap .form-box select,.send-info-wrap .form-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(102, 101, 101);
}

.send-info-wrap .form-box select,.send-info-wrap .form-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgb(102, 101, 101);
}

.hq-btn {
  height: 30px;
  font-size: 14px;
  background-image: linear-gradient(#ffb31f, #fdc220);
  display: block;
  width: 120px;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  border: 2px solid gold;
  position: relative;
}

.hq-btn::after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  border-left: 10px solid #ae3904;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
}

.ck-bm-box {
  margin-top: 20px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
}

.ck-bm-box .hs-name {
  /* justify-content: flex-end; */
}

.ck-bm-box .hs-name a {
  font-size: 12px;
  position: static;
}

.ck-bm-box .hs-name .bm-right {
  width: 300px;
  height: 40px;
  /* text-align: right; */
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ck-bm-box .hs-name .bm-right a {
  color: #333;
  margin-left: 10px;
}

.ck-list {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.ck-list .ck-item {
  width: 50%;
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.ck-list .ck-item .ck-shili {
  height: 120px;
  width: 225px;
  position: relative;
}

.ck-list .ck-item .ck-shili img {
  width: 100%;
  height: 100%;
  display: block;
}

.ck-list .ck-item .ck-shili .mask {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  box-sizing: border-box;
}

.ck-content a {
  flex: 1;
  color: #333;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  /* padding:8px 0px; */
}

.ck-content a + a {
  padding-top: 16px;
}

.ck-content a .name {
  width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 20px;
}

.ck-list .ck-item + .ck-item {
  margin-left: 20px;
}

.ck-bm-box {
  padding-bottom: 20px;
}

.wd-list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.wd-list .wd-item {
  width: 370px;
  margin-top: 20px;
}

.wd-list .wd-item .w-title {
  display: flex;
  font-size: 13px;
  color: #333;
  align-items: center;
}

.wd-list .wd-item .w-title a {
  color: #333;
}

.wd-list .wd-item .d-content a {
  color: #333;
}

.wd-list .wd-item .w-title .wen {
  font-size: 12px;
  color: white;
  background: #f19800;
  border-radius: 4px;
  margin-right: 5px;
  padding: 2px 2px;
}

.wd-list .wd-item .d-content {
  background: #ffda9c;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  height: 60px;
  color: #333;
  margin-top: 10px;
  position: relative;
}

.bom-arrow {
  position: absolute;
  left: 30px;
  bottom: -10px;
  border-right: 10px solid #ffda9c;
  border-bottom: 10px solid transparent;
}

.wd-user {
  display: flex;
  margin-top: 10px;
  margin-left: 30px;
  align-items: center;
  font-size: 12px;
  color: #8d8b8b;
}

.wd-user img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
}

.ck-three-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ck-three-box .ck-bm-box {
  width: 360px;
}

.ck-three-box .ck-bm-box + .ck-bm-box {
  margin-left: 20px;
}

.ckgl-list {
  margin-top: 20px;
}

.ckgl-list a {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.ckgl-list a img {
  width: 130px;
  height: 80px;
  display: block;
}

.ckgl-list a .content {
  width: 100%;
  flex: 1;
  margin-left: 10px;
}

.ckgl-list a .content .title {
  height: 60px;
  font-size: 12px;
  color: #333;
  width: 100%;
}

.date-des {
  height: 20px;
  display: flex;
  justify-content: space-between;
  color: #8d8b8b;
  font-size: 12px;
}

.ck-bm-box .ding-sc-box {
  justify-content: space-around;
}

.ck-bm-box .ding-sc-box .item {
  width: 40%;
  background: white;
  border: 1px solid #eee;
}

.xlwd-box .wd-list .wd-item {
  width: 580px;
}

.page-box {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 40px;
}

.page-box a {
  color: #333;
  padding: 5px 12px;
  border: 1px solid #8d8b8b;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-box span {
  padding: 5px 12px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-box a + a {
  margin-left: 5px;
}

.page-box a.arrowa-active {
  background-color: #8d8b8b;
  border: 0px;
  color: white;
}

.page-box a.active {
  color: white;
  background: #f19800;
  border: 0px;
}

.page-box a.arrow {
  font-size: 18px;
}

.bread-page {
  display: flex;
  margin-top: 20px;
}

.bread-page a,.bread-page span {
  font-size: 14px;
  color: #8d8b8b;
  margin-right: 10px;
}

.wen-zhang-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.wen-zhang-box .wen-zhang-content {
  width: 820px;
  box-sizing: border-box;
}

.wz-top-frame {
  border: 1px solid #dddddd;
  padding: 10px 20px;
}

.wen-zhang-box .wen-zhang-right {
  width: 360px;
  box-sizing: border-box;
}

.sao-code-box {
  border: 1px solid #dddddd;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sao-code-box img.code {
  width: 260px;
  margin: 0px auto;
  display: block;
}

.sm-gz {
  background-color: #f29701;
  color: white;
  font-size: 22px;
  font-weight: bold;
  width: 240px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
}

.sao-code-box .sm-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.sao-code-box .sm-btn a {
  font-size: 14px;
  color: #333;
}

.re-men-wz {
  border: 1px solid #dddddd;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.re-men-wz .hs-name a {
  font-size: 12px;
}

.yx-tj-list a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 20px;
  color: #333;
  font-size: 16px;
}

.s-img-sc {
  border: 1px solid #dddddd;
  padding: 20px 15px;
  margin-right: 20px;
}

.wen-zhang-content .wz-title {
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
}

.wen-zhang-content .date {
  font-size: 12px;
  color: #8d8b8b;
  text-align: center;
}

.wz-jt-content {
  border-top: 1px solid #dddddd;
  font-size: 12px;
  margin-top: 20px;
}

.wz-jt-content a {
  color: #78bdff;
}

.wz-jt-content p {
  font-size: 15px;
  color: #666666;
  text-align: justify;
  line-height: 30px;
  margin-bottom: 28px;
  letter-spacing: 1.2px;
  Ã¯Â¼Å’
}

.wz-jt-content img {
  max-width: 100%;
  height: auto !important;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}

.wz-jt-page {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  border-top: 1px solid #dddddd;
  margin-top: 30px;
}

.wz-jt-page a {
  font-size: 12px;
  color: #8d8b8b;
}

.wx-tip {
  margin-top: 20px;
}

.wx-tip .tip {
  text-align: center;
  font-size: 12px;
  color: blue;
  font-weight: bold;
}

.wx-tip-frame {
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wx-tip-frame .btn {
  background-color: #f19800;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  display: flex;
  height: 40px;
  width: 200px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.wx-tip-frame .btn img {
  margin-right: 10px;
}

.xiang-guan-wz {
  margin-top: 20px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
}

.xg-list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-bottom: 20px;
}

.xg-list a {
  width: 240px;
  font-size: 12px;
  color: #333;
  margin-top: 20px;
}

.xg-list a img {
  width: 100%;
}

.xg-list a .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}

.zxfs-box {
  padding-top: 30px;
  padding-left: 20px;
}

.zxfs-box .item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}

.zxfs-box .item img {
  width: 25px;
  margin-right: 10px;
}

.nx-frame-content {
  background: #f9d699;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  padding-top: 60px;
  position: relative;
}

.nx-frame-content .title {
  width: 800px;
  color: white;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -400px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f19800;
}

.nx-frame-content .content {
  color: #333;
  font-size: 12px;
  padding: 0px 40px;
}

.bom-link-wx {
  display: flex;
  justify-content: center;
}

.bom-link-wx a.phone-btn {
  height: 35px;
  line-height: 35px;
  border: 2px solid #f19800;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f19800;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 0px 10px;
}

.bom-link-wx a.zx-btn {
  height: 35px;
  line-height: 35px;
  border: 2px solid #f19800;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #f19800;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 0px 10px;
  padding-right: 30px;
}

.nx-frame-content .content p {
  
  font-size: 15px;
color: #666666;
text-align: justify;
line-height: 30px;
margin-bottom: 28px;
letter-spacing: 1.2px;
}

.nx-frame-content .content p img{
  max-width: 100%
}

.bom-link-wx a.zx-btn img {
  margin-right: 5px;
}

.nx-frame-box {
  margin-top: 20px;
}

.chengren .ck-bm-box .hs-name span a {
  color: #f59703;
  font-size: 16px;
  border: none;
  font-weight: normal;
}

.headpic {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  height: 400px
}

.headpic img {
  height: 400px
}