html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.d-head {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d-head .h-c {
  margin: 0px 20px 0px 40px;
}

.d-menu {
  border-bottom: 2px solid #ff7100;
  padding-bottom: 6px;
}
.d-menu .d-m {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
}
.d-menu .d-m .d-m-1 {
  width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
}
.d-menu .d-m .d-m-1 .d-m-1-h {
  position: relative;
}
.d-menu .d-m .d-m-1 .d-m-1-h img {
  position: absolute;
  left: -30px;
  top: -2px;
}
.d-menu .d-m .d-m-2 {
  margin-left: 10%;
  width: 30%;
  display: flex;
  align-items: center;
}
.d-menu .d-m .d-m-2 input {
  border: 1px solid #ff7100;
  height: 30px;
  padding-left: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
}
.d-menu .d-m .d-m-2 img {
  margin-right: 10px;
}

.d-main a{
	text-decoration:none;
	color: #666666;
}

.dcfoot {
  border-top: 3px solid #ff7100;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dcfoot .df {
  margin: 20px 0px;
}
.dcfoot .df a {
  color: #35a1ae;
  padding: 0px 20px;
  border-right: 1px solid #ddd;
}
.dcfoot .df a:last-child {
  color: black;
  border: none;
}
.dcfoot .df2, .dcfoot .df3 {
  margin-bottom: 20px;
}
.dcfoot .df2 a:last-child, .dcfoot .df3 a:last-child {
  margin-left: 60px;
}
.dcfoot .df4 {
  margin-bottom: 40px;
  background-color: #ebebec;
  border-radius: 9999px;
  color: #9ea0a3;
  padding: 2px 60px;
}

.d-index a {
  text-decoration: none;
  color: black;
}
.d-index .swiper-container {
  width: 54%;
  height: 100%;
  margin-right: 20px;
}
.d-index .swiper-slide {
  font-size: 18px;
  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;
  position: relative;
}
.d-index .swiper-slide h4 {
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  margin: 0px;
}
.d-index .swiper-slide h4 a {
  color: white;
}
.d-index .swiper-slide img {
  width: 100%;
  height: 100%;
}
.d-index .swiper-pagination {
  text-align: right !important;
}
.d-index .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: #fff !important;
  opacity: 1 !important;
}
.d-index .swiper-pagination-bullet-active {
  background: #dc0033 !important;
  border-radius: 10px !important;
}
.d-index .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 14px !important;
  right: 20px;
  left: auto !important;
  width: 200px;
}
.d-index .dcmain {
  width: 1200px;
  margin: 0 auto;
}
.d-index .dcmain .dc1 {
  margin-top: 30px;
  display: flex;
}
.d-index .dcmain .dc1 .dc1-r {
  width: 46%;
}
.d-index .dcmain .dc1 .dc1-r .r-l {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
}
.d-index .dcmain .dc1 .dc1-r .r-l a {
  border-bottom: 2px solid #ff7100;
  padding-bottom: 5px;
}
.d-index .dcmain .dc1 .dc1-r .r-t {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.d-index .dcmain .dc1 .dc1-r .r-t .r-t-1 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.d-index .dcmain .dc1 .dc1-r .r-t .r-t-2 {
  font-size: 14px;
  color: #999999;
  text-indent: 28px;
}
.d-index .dcmain .dc1 .dc1-r .r-b .r-b-c {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.d-index .dcmain .dc1 .dc1-r .r-b .r-b-c .point {
  width: 1px;
  height: 1px;
  border: 2px solid #ddd;
  background-color: #ddd;
  border-radius: 99999px;
  margin-right: 10px;
}
.d-index .dcmain .dc1 .dc1-r .r-b .r-b-c .r-b-c1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.d-index .dcmain .dc1 .dc1-r .r-b .r-b-c .r-b-c2 {
  width: 120px;
  color: #999999;
  margin-left: 10px;
}
.d-index .dcmain .r-img {
  position: relative;
}
.d-index .dcmain .r-img img {
  position: absolute;
  top: -302px;
  left: 114px;
  z-index: -1;
}
.d-index .dcmain .dc2 {
  background-image: url(../images/d-bg2.png);
  display: flex;
  margin-top: 30px;
}
.d-index .dcmain .dc2 .dc2-l {
  width: 40%;
  margin: 20px 0px;
  border-right: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 50px;
}
.d-index .dcmain .dc2 .dc2-r {
  width: 60%;
  display: flex;
  margin: 20px 0px;
  position: relative;
}
.d-index .dcmain .dc2 .dc2-r .rt-img {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 6px;
}
.d-index .dcmain .dc2 .dc2-r .rt-div {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.d-index .dcmain .dc2 .dc2-r .rt-div a {
  margin-top: 16px;
  color: white;
}
.d-index .dcmain .dc2 .dc2-r .rb-img {
  background-image: url(../images/d-mail.png);
  position: absolute;
  bottom: -24px;
  right: 26px;
  background-size: 100% 100%;
  padding: 6px 20px;
  color: white;
}
.d-index .dcmain .cdtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.d-index .dcmain .cdtitle .bor {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 150px;
  height: 1px;
}
.d-index .dcmain .cdtitle .mt {
  border-left: 4px solid #ff7100;
  border-right: 4px solid #ff7100;
  padding: 0px 20px;
  margin: 0px 20px;
  font-size: 20px;
}
.d-index .dcmain .dc3 {
  display: flex;
}
.d-index .dcmain .dc3 .dc3-l {
  display: flex;
  width: 50%;
}
.d-index .dcmain .dc3 .dc3-l .dc3-l-f {
  height: 230px;
  margin-right: 20px;
}
.d-index .dcmain .dc3 .dc3-l .dc3-l-d {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-around;
}
.d-index .dcmain .dc3 .dc3-l .ld-t {
  font-weight: bold;
}
.d-index .dcmain .dc3 .dc3-l .ld-c {
  margin: 20px 0px;
}
.d-index .dcmain .dc3 .dc3-l .ld-c, .d-index .dcmain .dc3 .dc3-l .ld-b {
  color: #999999;
}
.d-index .dcmain .dc3 .r-b {
  width: 48%;
  margin-left: 2%;
  margin-top: 10px;
}
.d-index .dcmain .dc3 .r-b .r-b-c {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.d-index .dcmain .dc3 .r-b .r-b-c .point {
  width: 1px;
  height: 1px;
  border: 2px solid #ddd;
  background-color: #ddd;
  border-radius: 99999px;
  margin-right: 10px;
}
.d-index .dcmain .dc3 .r-b .r-b-c .r-b-c1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.d-index .dcmain .dc3 .r-b .r-b-c .r-b-c2 {
  width: 120px;
  color: #999999;
  margin-left: 10px;
}
.d-index .dcmain .dc4 {
  display: flex;
  flex-wrap: wrap;
}
.d-index .dcmain .dc4 .dc4-d {
  display: flex;
  width: 49%;
  margin: 10px 0px;
}
.d-index .dcmain .dc4 .dc4-d .dc4-d-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0px;
  margin-left: 20px;
  overflow: hidden;
}
.d-index .dcmain .dc4 .dc4-d .dc4-d-r .dr-b {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
.d-index .dcmain .dc4 .dc4-d .dc4-d-r .dr-b a {
  color: #999999;
}
.d-index .dcmain .dc4 .dc4-d:nth-child(2n+1) {
  margin-right: 2%;
}

.d-detail {
  width: 1200px;
  margin: 0 auto;
}
.d-detail .d-loca {
  margin: 20px;
}
.d-detail .d-m {
  display: flex;
}
.d-detail .d-m .dml {
  width: 70%;
  padding: 20px 40px;
  border: 1px solid #ddd;
}
.d-detail .d-m .dml .m-t {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.d-detail .d-m .dml .m-t .point {
  width: 1px;
  height: 1px;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius: 9999px;
  margin-right: 10px;
}
.d-detail .d-m .dml .m-t .m-t1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.d-detail .d-m .dml .m-t .m-t2 {
  width: 110px;
  text-align: right;
  margin-left: 10px;
  color: #999999;
}
.d-detail .d-m .dmr {
  width: 30%;
  margin-left: 40px;
}
.d-detail .d-m .dmr .dmr-t {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.d-detail .d-m .dmr .dmr-t a {
  padding-bottom: 9px;
  border-bottom: 3px solid #ff7100;
}
.d-detail .d-m .dmr .dmr-a {
  margin-bottom: 20px;
}
.d-detail .d-m .dmr .dmr-a .dmr-c {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.d-detail .d-m .dmr .dmr-a .dmr-c .point {
  width: 1px;
  height: 1px;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius: 9999px;
  margin-right: 10px;
}
.d-detail .d-m .dmr .dmr-a .dmr-c .m-t1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.d-detail .d-m .dmr .dmr-a2 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.d-detail .d-m .dmr .dmr-a2 img {
  width: 150px;
  height: 100px;
}
.d-detail .d-m .dmr .dmr-a2 a {
  margin-left: 20px;
}

.pageDiv {
  text-align: center;
  margin: 20px 0px;
}

.pageDiv a{
	display: inline-block;
	padding: 4px 10px;
	margin: 4px;
	border: 1px solid #ddd;
	background: #fdfdfd;
}

.pageDiv span{
	display: inline-block;
	padding: 4px 10px;
	margin: 4px;
	border: 1px solid #ddd;
	color: white;
	background: #e2534b;
}

.d-detail2 {
  width: 1200px;
  margin: 0 auto;
}
.d-detail2 .d-loca {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.d-detail2 .dmm .dmm-t {
  font-size: 30px;
  padding: 40px;
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.d-detail2 .dmm .dmm-t2 {
  text-align: center;
  color: #999999;
  border-top: 1px dashed #ddd;
  padding-top: 20px;
}
.d-detail2 .dmm .dmm-t2 a {
  padding: 0px 20px;
  border-right: 1px solid #ddd;
}
.d-detail2 .dmm .dmm-t2 a:last-child {
  border: none;
}
.d-detail2 .dmm .dd {
  padding: 40px 0px 20px 0px;
}
.d-detail2 .dmm .dd img {
  margin: 0 auto;
}
.d-detail2 .dmm .dd2 {
  background-color: #f5f5f5;
  text-align: center;
  padding: 10px 0px;
}
.d-detail2 .dmm .dd2 a {
  padding: 0px 10px;
}
.d-detail2 .dmm .dd3 {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #ddd;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.d-detail2 .dmm .dd3 .dd3-c {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.d-detail2 .dmm .dd3 .dd3-c .point {
  width: 1px;
  height: 1px;
  border: 2px solid #ddd;
  background-color: #ddd;
  border-radius: 99999px;
  margin-right: 10px;
}
.d-detail2 .dmm .dd3 .dd3-c .dd3-cg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.d-detail2 .dmm .dd3 .dd3-c:nth-child(2n+1) {
  width: 40%;
  margin-left: 2%;
}
.d-detail2 .dmm .dd3 .dd3-c:nth-child(2n) {
  width: 58%;
}
.d-detail2 .dmm .dd3 .dd3-t {
  position: absolute;
  border-bottom: 3px solid #ff7100;
  left: 50%;
  padding: 6px 14px;
  background: white;
  font-weight: bold;
  top: -20px;
  margin-left: -46px;
}

/*# sourceMappingURL=app.css.map */
