.banner {
  margin-top: 71px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .word {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .word p {
  font-size: 38px;
  color: #fff;
  font-family: '思源宋体bold';
  text-align: center;
}
.banner .word form {
  margin-top: 50px;
  width: 320px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
}
.banner .word form input {
  border: none;
  outline: none;
}
.banner .word form button {
  outline: none;
  border: none;
  background-color: transparent;
}
/* 联系我们 */
.contact {
  padding: 50px 15px;
}
.contact h3 {
  font-size: 32px;
  color: #ed6c9e;
  margin-bottom: 50px;
  font-family: '思源宋体bold';
}
.contact form .input_group {
  display: flex;
  justify-content: space-between;
}
.contact form .input_group .input {
  width: 33%;
  display: flex;
}
.contact form .input_group .input span {
  color: #333;
}
.contact form .input_group .input input {
  flex: 1;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
}
.contact form .textarea {
  margin-top: 40px;
  display: flex;
}
.contact form .textarea span {
  color: #333;
}
.contact form .textarea textarea {
  flex: 1;
  resize: none;
  height: 24px;
  border: none;
  outline: none;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
.contact form .button_group {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.contact form .button_group input {
  width: 49%;
  border: none;
  background: #eeeeee;
  height: 60px;
  line-height: 60px;
  transition: all linear 0.2s;
}
.contact form .button_group input:hover {
  background: #ed6c9e;
  color: #fff;
}
.contact .middle {
  margin: 70px 0;
  border: 1px solid #ddd;
  padding: 40px 0;
}
.contact .middle .col-sm-4 {
  border-right: 1px solid #ddd;
  padding-left: 50px;
}
.contact .middle .col-sm-4 h4 {
  font-size: 20px;
  margin: 20px 0 12px;
  color: #666;
}
.contact .middle .col-sm-4 p {
  font-size: 15px;
  color: #333;
}
.contact .middle .col-sm-4:last-child {
  border-right: none;
  border-bottom: none;
  margin-bottom: 0px;
}
/* 下载详情 */
.download_detail {
  margin-top: 71px;
}
.download_detail .con {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.download_detail .con .breade_nav {
  margin: 20px 0;
}
.download_detail .con .breade_nav span {
  color: #ed6c9e;
  font-size: 14px;
}
.download_detail .con .breade_nav a {
  font-size: 15px;
  color: #2b2b2b;
}
.download_detail .con .breade_nav a.active {
  color: #ed6c9e;
}
.download_detail .con .img {
  margin-bottom: 70px;
}
.download_detail .con .img img {
  width: 100%;
}
.download_detail .con .tuijian_download {
  margin-bottom: 80px;
}
.download_detail .con .tuijian_download h4 {
  font-size: 26px;
  color: #2b2b2b;
  margin-bottom: 30px;
}
.download_detail .con .tuijian_download .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download_detail .con .tuijian_download .list .item {
  width: 280px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 18px;
}
.download_detail .con .tuijian_download .list .item img {
  width: 100%;
}
.download_detail .con .tuijian_download .list .itempty {
  width: 280px;
  height: 0px;
  margin-bottom: 0px;
}
/* 紫荆栽培 */
.zaipei {
  width: 100%;
}
.zaipei .con {
  max-width: 930px;
  padding: 60px 15px;
  margin: 0 auto;
}
.zaipei .con h3 {
  font-size: 32px;
  color: #ed6c9e;
  margin-bottom: 50px;
  font-family: '思源宋体bold';
}
.zaipei .con .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.zaipei .con .tabs .item {
  border-radius: 21px;
  border: solid 1px #dddddd;
  padding: 10px 30px;
  margin: 0 5px;
  cursor: pointer;
  transition: all linear 0.2s;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}
.zaipei .con .tabs .item.active,
.zaipei .con .tabs .item:hover {
  background-color: #ed6c9e;
  color: #fff;
  border-color: #ed6c9e;
}
.zaipei .con .cons .list {
  display: none;
}
.zaipei .con .cons .list.active {
  display: block;
}
.zaipei .con .cons .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.zaipei .con .cons .list .item .left {
  display: flex;
  align-items: center;
}
.zaipei .con .cons .list .item .left p {
  margin-bottom: 0px;
  margin-left: 10px;
}
.zaipei .con .cons .list .item .right {
  padding: 6px 20px;
  font-size: 15px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  border: solid 1px #dddddd;
  transition: all linear 0.2s;
  text-align: center;
}
.zaipei .con .cons .list .item:hover .left p {
  color: #ed6c9e;
}
.zaipei .con .cons .list .item:hover .right {
  background-color: #ed6c9e;
  color: #fff;
  border-color: #ed6c9e;
}
.zaipei .con .cons .list .more {
  width: 100px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zaipei .con .cons .list .more a {
  font-size: 15px;
  color: #7b7b7b;
  margin-top: 5px;
}
/* 紫荆文献 */
/* 紫荆联盟 */
.download > div {
  margin: 0 auto;
  padding: 60px 15px;
  padding-top: 100px;
}
.download > div h3 {
  font-size: 32px;
  color: #ed6c9e;
  margin-bottom: 50px;
  font-family: '思源宋体bold';
}
.download > div .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.download > div .tabs .item {
  border-radius: 21px;
  border: solid 1px #dddddd;
  padding: 10px 30px;
  margin: 0 5px;
  cursor: pointer;
  transition: all linear 0.2s;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}
.download > div .tabs .item.active,
.download > div .tabs .item:hover {
  background-color: #ed6c9e;
  color: #fff;
  border-color: #ed6c9e;
}
.download .part1 {
  max-width: 1775px;
}
.download .part1 .cons .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download .part1 .cons .list .item {
  position: relative;
  width: 280px;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
}
.download .part1 .cons .list .item:hover .word {
  bottom: 0;
}
.download .part1 .cons .list .item img {
  width: 100%;
  min-height: 100%;
}
.download .part1 .cons .list .item .word {
  position: absolute;
  left: 0px;
  bottom: -50%;
  width: 100%;
  height: 50%;
  transition: all linear 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.download .part1 .cons .list .item .word p {
  text-align: center;
  color: #fff;
}
.download .part1 .cons .list .item .word a {
  width: 120px;
  height: 30px;
  background-image: linear-gradient(0deg, #ed6c9e 0%, #f6a4c4 100%);
  border-radius: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.download .part1 .cons .list .itempty {
  width: 280px;
  margin-bottom: 0px;
  height: 0px;
}
.download .part1 .cons .list .more {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download .part1 .cons .list .more a {
  font-size: 15px;
  color: #7b7b7b;
  margin-top: 5px;
}
.download .part4 {
  max-width: 950px;
}
.download .part4 .cons .list {
  display: none;
}
.download .part4 .cons .list.active {
  display: block;
}
.download .part4 .cons .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.download .part4 .cons .list .item .left {
  display: flex;
  align-items: center;
}
.download .part4 .cons .list .item .left p {
  margin-bottom: 0px;
  margin-left: 10px;
}
.download .part4 .cons .list .item .right {
  padding: 6px 20px;
  font-size: 15px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  border: solid 1px #dddddd;
  transition: all linear 0.2s;
  text-align: center;
}
.download .part4 .cons .list .item:hover .left p {
  color: #ed6c9e;
}
.download .part4 .cons .list .item:hover .right {
  background-color: #ed6c9e;
  color: #fff;
  border-color: #ed6c9e;
}
.download .part4 .cons .list .more {
  width: 100px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download .part4 .cons .list .more a {
  font-size: 15px;
  color: #7b7b7b;
  margin-top: 5px;
}
.download .part_zhuzuo {
  max-width: 1810px;
}
.download .part_zhuzuo .cons .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download .part_zhuzuo .cons .list .item {
  box-shadow: 0 0 20px #ccc;
  width: 280px;
  margin-bottom: 20px;
  cursor: pointer;
}
.download .part_zhuzuo .cons .list .item .img {
  width: 100%;
  max-height: 192px;
  overflow: hidden;
}
.download .part_zhuzuo .cons .list .item .img img {
  width: 100%;
}
.download .part_zhuzuo .cons .list .item .word {
  padding: 15px 15px 25px;
  background-color: #fff;
}
.download .part_zhuzuo .cons .list .item .word h4 {
  font-size: 20px;
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.download .part_zhuzuo .cons .list .item .word .line {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #222;
  margin: 15px 0;
}
.download .part_zhuzuo .cons .list .item .word > span {
  display: block;
  margin: 15px 0;
}
.download .part_zhuzuo .cons .list .item .word div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 30px;
  line-height: 30px;
  margin-top :15px;
  word-break: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download .part_zhuzuo .cons .list .item .word div span {
  background-color: #ed6c9e;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 8px;
}
.download .part_zhuzuo .cons .list .item .word div p {
  margin-bottom: 0px;
   display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
 width: 180px;
}
.download .part_zhuzuo .cons .list .more {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download .part_zhuzuo .cons .list .more a {
  font-size: 15px;
  color: #7b7b7b;
  margin-top: 5px;
}
.download .part_zhuzuo .cons .list .itempty {
  width: 280px;
  margin-bottom: 0px;
  height: 0px;
}
/* 新品种详情 */
/* 紫荆品种详情 */
.xinpinzhong_detail .con .breade_nav {
  margin: 35px 0;
}
.xinpinzhong_detail .con .breade_nav span {
  color: #ed6c9e;
  font-size: 14px;
}
.xinpinzhong_detail .con .breade_nav a {
  font-size: 15px;
  color: #2b2b2b;
}
.xinpinzhong_detail .con .breade_nav a.active {
  color: #ed6c9e;
}
.xinpinzhong_detail .con > h4 {
  font-size: 26px;
  color: #2b2b2b;
  margin-bottom: 40px;
}
.xinpinzhong_detail .con .word {
  margin-bottom: 40px;
}
.xinpinzhong_detail .con .word img {
  max-width: 100%;
  display: block;
  margin: 30px auto;
}
.xinpinzhong_detail .con .word p {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 24px;
  margin-bottom: 0px;
}
.xinpinzhong_detail .con .down_btn a {
  display: inline-block;
  background-color: #ed6c9e;
  width: 160px;
  height: 46px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xinpinzhong_detail .con .down_btn a img {
  margin-left: 10px;
}
.xinpinzhong_detail .con .fenye {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0;
}
.xinpinzhong_detail .con .fenye a {
  text-align: center;
  width: 50%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: all linear 0.2s;
  color: #333;
}
.xinpinzhong_detail .con .fenye a:hover {
  background-color: #ed6c9e;
  color: #fff;
}
.tuijian {
  border-top: 1px solid #ddd;
  padding: 60px 0;
}
.tuijian .container > h4 {
  margin-bottom: 30px;
  font-size: 26px;
  color: #2b2b2b;
}
.tuijian .container .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tuijian .container .list .item {
  width: 275px;
}
.tuijian .container .list .item .img {
  width: 100%;
  height: 195px;
}
.tuijian .container .list .item .img img {
  width: 100%;
  height: 100%;
}
.tuijian .container .list .item p {
  font-size: 16px;
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}
.tuijian .container .list .itempty {
  width: 280px;
  height: 0px;
}
/* 紫荆品种 */
.ditu {
  background-color: #f5f5f6;
}
.ditu .container {
  padding-top: 70px;
}
.ditu .container h3 {
  font-size: 36px;
  color: #ed6c9e;
  font-family: '思源宋体bold';
  margin-bottom: 70px;
}
.ditu .container > .img {
  padding: 60px 0;
  position: relative;
}
.ditu .container > .img > img {
  width: 100%;
}
.ditu .container > .img > a[class^='img'] {
  position: absolute;
}
.ditu .container > .img > a[class^='img'] .box {
  position: relative;
}
.ditu .container > .img > a[class^='img'] .box p {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
  transition: all linear 0.3s;
}
.ditu .container > .img > a[class^='img']:hover > p {
  color: #ed6c9e;
}
.ditu .container > .img > a[class^='img']:hover .box p {
  opacity: 0.5;
}
.ditu .container > .img .img1 {
  left: -30px;
  top: 353px;
}
.ditu .container > .img .img2 {
  left: -30px;
  top: -50px;
}
.ditu .container > .img .img3 {
  left: 46%;
  top: -20px;
}
.ditu .container > .img .img4 {
  right: -130px;
  top: -20px;
}
.ditu .container > .img .img5 {
  right: -130px;
  top: 200px;
}
.ditu .container > .img .img6 {
  right: -130px;
  top: 430px;
}
.ditu .container > .img .img7 {
  left: 66%;
  top: 500px;
}
.ditu .container > .img .img8 {
  left: 44%;
  top: 500px;
}
.ditu .container .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.ditu .container .list .item {
  width: 24%;
  margin-bottom: 20px;
}
.ditu .container .list .item .img {
  width: 100%;
}
.ditu .container .list .item .img img {
  width: 100%;
}
.ditu .container .list .item p {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #2b2b2b;
}
.pinzhong {
  border-top: 2px solid #ed6c9e;
}
.pinzhong .con {
  max-width: 1825px;
  margin: 0 auto;
  padding: 70px 15px;
}
.pinzhong .con h3 {
  font-size: 36px;
  color: #ed6c9e;
  font-family: '思源宋体bold';
  margin-bottom: 70px;
}
.pinzhong .con .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.pinzhong .con .tabs .item {
  border-radius: 21px;
  border: solid 1px #dddddd;
  padding: 10px 30px;
  margin: 0 5px;
  cursor: pointer;
  transition: all linear 0.2s;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}
.pinzhong .con .tabs .item.active,
.pinzhong .con .tabs .item:hover {
  background-color: #ed6c9e;
  color: #fff;
  border-color: #ed6c9e;
}
.pinzhong .con .cons .list {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pinzhong .con .cons .list.active {
  display: flex;
}
.pinzhong .con .cons .list .item {
  position: relative;
  width: 280px;
  height: 200px;
  margin-bottom: 25px;
  overflow: hidden;
}
.pinzhong .con .cons .list .item:hover .word {
  bottom: 0;
}
.pinzhong .con .cons .list .item img {
  width: 100%;
  min-height: 100%;
}
.pinzhong .con .cons .list .item .word {
  position: absolute;
  left: 0px;
  bottom: -35%;
  width: 100%;
  height: 35%;
  transition: all linear 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pinzhong .con .cons .list .item .word p {
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
}
.pinzhong .con .cons .list .item .word a {
  width: 120px;
  height: 30px;
  background-image: linear-gradient(0deg, #ed6c9e 0%, #f6a4c4 100%);
  border-radius: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.pinzhong .con .cons .list .itempty {
  width: 280px;
  margin-bottom: 0px;
  height: 0px;
}
.pinzhong .con .cons .list .more {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pinzhong .con .cons .list .more a {
  font-size: 15px;
  color: #7b7b7b;
  margin-top: 5px;
}
.yy {
  background: #f5f5f5;
}
.yy .con .cons .list .item {
  background: #fff;
  width: 340px;
  height: auto;
}
.yy .con .cons .list .item .img {
  width: 100%;
}
.yy .con .cons .list .item .img img {
  width: 100%;
}
.yy .con .cons .list .item .down {
  padding: 20px 15px;
}
.yy .con .cons .list .item .down h5 {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #121212;
}
.yy .con .cons .list .item .down p {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.yy .con .cons .list .item .down p span {
  color: #666;
  font-size: 14px;
}
.yy .con .cons .list .item .down p span i {
  color: #ed6c9e;
}
.yy .con .cons .list .itempty {
  width: 340px;
}
/* 注册 */
.register {
  background-color: #f5f5f5;
  overflow: hidden;
}
.register .con {
  max-width: 930px;
  padding: 0 15px;
  padding-bottom: 50px;
  margin: 100px auto;
  overflow: hidden;
  background-color: #fff;
}
.register .con > h4 {
  font-size: 20px;
  color: #333;
  margin: 30px 0;
}
.register .con form .item {
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.register .con form .item > p {
  text-align: right;
  margin-bottom: 0px;
  width: 150px;
  font-size: 14px;
  color: #666;
}
.register .con form .item > p span {
  color: red;
}
.register .con form .item .right {
  margin-left: 10px;
  flex: 1;
}
.register .con form .item .right input:not([type='checkbox']) {
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 350px;
  height: 33px;
  padding-left: 10px;
}
.register .con form .item .right label {
  margin-bottom: 0px;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
}
.register .con form .item .right label input[type='checkbox'] {
  margin-right: 5px;
  vertical-align: top;
}
.register .con form .item .right.danwei {
  display: flex;
}
.register .con form .item .right.danwei input {
  width: 200px;
}
.register .con form .item .right.danwei span {
  width: 37px;
  text-align: center;
  line-height: 31px;
  border: 1px solid #ddd;
  border-left: none;
}
.register .con form h4 {
  font-size: 26px;
  color: #333;
  margin: 50px 0 50px 50px;
}
.register .con form .shenhe {
  margin: 20px 0;
  margin-left: 50px;
}
.register .con form .shenhe p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #666;
  /*text-align: center;*/
}
.register .con form .shenhe p span {
  color: red;
}
.register .con form .shenhe .right {
  margin: 10px 0;
}
.register .con form .shenhe .right label {
  margin-bottom: 0px;
  margin-right: 50px;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
}
.register .con form .shenhe .right label input[type='checkbox'] {
  margin-right: 5px;
  vertical-align: top;
}
.register .con form .shenhe .right label input[type='text'] {
  border: none;
  text-align: center;
  outline: none;
  width: 100px;
  border-bottom: 1px solid #ddd;
}
.register .con form .shenhe .right textarea {
  width: 100%;
  border: 1px solid #ddd;
  height: 120px;
  outline: none;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  
}
.register .con form .shenhe .right.upload {
  display: flex;
}
.register .con form .shenhe .right.upload div {
  margin-left: 50px;
  position: relative;
}
.register .con form .shenhe .right.upload div input {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
}
.register .con form > div.shenhe .right.upload div p {
  text-align: center;
  margin-top: 10px;
}
.register .con form > .shengming {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
.register .con form > .shengming label {
  margin-bottom: 0px;
  color: #666;
  font-size: 14px;
}
.register .con form > .shengming label:last-child input {
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.register .con form input.btn {
  outline: none;
  display: block;
  margin: 50px auto;
  background-color: #ed6c9e;
  color: #fff;
}
/* 紫荆文化 */
.wenhua_video {
  margin-top: 71px;
}
.wenhua_video video {
  width: 100%;
}
.zj_shiji {
  background-color: #3b3b3b;
  padding: 70px 15px;
}
.zj_shiji .con {
  max-width: 1300px;
  margin: 0 auto;
}
.zj_shiji .con h3 {
  margin-bottom: 60px;
  font-size: 32px;
  color: #ed6c9e;
  font-family: '思源宋体bold';
}
.zj_shiji .con .shiji .swiper-container .swiper-slide {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zj_shiji .con .shiji .swiper-container .swiper-slide h4 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 40px;
}
.zj_shiji .con .shiji .swiper-container .swiper-slide ul li {
  list-style-type: disc;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}
.zj_shiji .con .shiji .swiper-container div[class^='swiper-button'] {
  outline: none;
  color: #ed6c9e;
}
.zj_shiji .con .shiji .swiper-container .swiper-button-prev {
  left: 20%;
}
.zj_shiji .con .shiji .swiper-container .swiper-button-next {
  right: 20%;
}
.zj_shiji .con .shiji .swiper-container div.swiper-pagination {
  height: 60px;
  /*display: flex;*/
  bottom: 0px;
  justify-content: space-around;
  white-space: nowrap;
}
.zj_shiji .con .shiji .swiper-container div.swiper-pagination .item {
  color: #fff;
}
.zj_shiji .con .shiji .swiper-container div.swiper-pagination .swiper-pagination-bullet {
  /*width: 100%;*/
  border-radius: 0px;
  margin: 0px;
  height: 0px;
  position: relative;
}
.zj_shiji .con .shiji .swiper-container div.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -30px;
  height: 2px;
  background: #7b7b7b;
  width: 100%;
  opacity: 1;
}
.zj_shiji .con .shiji .swiper-container div.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #ed6c9e;
}
.zj_shiji .con .shiji .swiper-container div.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #ed6c9e;
}
.yuyi {
  background-color: #f5f5f5;
  padding: 70px 15px;
}
.yuyi .con {
  max-width: 1740px;
  margin: 0 auto;
}
.yuyi .con h3 {
  margin-bottom: 70px;
  font-size: 32px;
  color: #ed6c9e;
  font-family: '思源宋体bold';
}
.yuyi .con .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yuyi .con .list .item {
  width: 24%;
  margin-bottom: 20px;
}
.yuyi .con .list .item img {
  width: 100%;
}
.zj_diangu {
  background-color: #71625b;
  padding: 70px 0;
}
.zj_diangu .con {
  max-width: 1200px;
  margin: 0 auto;
}
.zj_diangu .con h3 {
  font-size: 32px;
  color: #fff;
  font-family: '思源宋体bold';
  margin-bottom: 70px;
}
.zj_diangu .con .diangu .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.zj_diangu .con .diangu .swiper-container .swiper-wrapper .swiper-slide .left {
  width: 50%;
}
.zj_diangu .con .diangu .swiper-container .swiper-wrapper .swiper-slide .left img {
  width: 100%;
}
.zj_diangu .con .diangu .swiper-container .swiper-wrapper .swiper-slide .right {
  width: 50%;
  padding: 40px;
}
.zj_diangu .con .diangu .swiper-container .swiper-wrapper .swiper-slide .right p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.zj_diangu .con .diangu .swiper-container div[class^='swiper-button'] {
  outline: none;
  color: #ed6c9e;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 0px;
}
.zj_diangu .con .diangu .swiper-container div[class^='swiper-button']::after {
  content: "";
}
.zj_diangu .con .diangu .swiper-container .swiper-button-prev {
  left: auto;
  right: 100px;
  background: url(../picture/zjdg_jt1.png) no-repeat;
}
.zj_diangu .con .diangu .swiper-container .swiper-button-next {
  right: 50px;
  background: url(../picture/zjdg_jt2.png) no-repeat;
}
.sc_sheying {
  padding: 70px 15px;
}
.sc_sheying .con {
  max-width: 1300px;
  margin: 0 auto;
}
.sc_sheying .con > h3 {
  margin-bottom: 70px;
  font-size: 36px;
  color: #ed6c9e;
  font-family: '思源宋体bold';
}
.sc_sheying .con .sheying .swiper-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.sc_sheying .con .sheying .swiper-container .swiper-slide .left {
  width: 50%;
  background-color: #dfd8d2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
}
.sc_sheying .con .sheying .swiper-container .swiper-slide .left h3 {
  font-size: 32px;
  color: #2b2b2b;
  font-family: '思源宋体bold';
}
.sc_sheying .con .sheying .swiper-container .swiper-slide .left span {
  margin: 50px 0;
}
.sc_sheying .con .sheying .swiper-container .swiper-slide .left .p {
  text-align: center;
  font-size: 15px;
  color: #121212;
  margin-bottom: 70px;
}
.sc_sheying .con .sheying .swiper-container .swiper-slide .left .p p {
  margin-bottom: 15px;
}
.sc_sheying .con .sheying .swiper-container .swiper-slide .left > p {
  font-size: 15px;
  margin-bottom: 20px;
}
.sc_sheying .con .sheying .swiper-container .swiper-slide .right {
  width: 50%;
  /*max-height: 632px;*/
  overflow: hidden;
}
.sc_sheying .con .sheying .swiper-container .swiper-slide .right img {
  width: 100%;
  min-height: 100%;
}
.sc_sheying .con .sheying .swiper-container div[class^='swiper-button'] {
  outline: none;
  color: #ed6c9e;
}
.sc_sheying .con .sheying .swiper-container .swiper-button-prev {
  left: 50px;
}
.sc_sheying .con .sheying .swiper-container .swiper-button-next {
  right: 55%;
}
.zj_diming {
  background-color: #f5f5f5;
  padding: 70px 15px;
}
.zj_diming .con {
  max-width: 1200px;
  margin: 0 auto;
}
.zj_diming .con h3 {
  font-size: 32px;
  font-family: '思源宋体bold';
  color: #ed6c9e;
  margin-bottom: 20px;
}
.zj_diming .con > p {
  color: #333;
  font-size: 15px;
  margin-bottom: 50px;
}
.zj_diming .con .diming {
  position: relative;
}
.zj_diming .con .diming .swiper-container .swiper-slide {
  background-color: #fff;
}
.zj_diming .con .diming .swiper-container .swiper-slide .img img {
  width: 100%;
}
.zj_diming .con .diming .swiper-container .swiper-slide .word {
  padding: 30px;
}
.zj_diming .con .diming .swiper-container .swiper-slide .word h4 {
  border-left: 3px solid #ed6c9e;
  padding-left: 10px;
  margin: 0px 0 20px;
  font-size: 26px;
  color: #121212;
}
.zj_diming .con .diming .swiper-container .swiper-slide .word p {
  color: #333;
  font-size: 15px;
  line-height: 24px;
}
.zj_diming .con .diming div[class^='swiper-button'] {
  outline: none;
  color: #ed6c9e;
}
.zj_diming .con .diming .swiper-button-prev {
  left: -50px;
}
.zj_diming .con .diming .swiper-button-next {
  right: -50px;
}
.map {
  padding: 60px 15px;
}
.map .con {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.map .con h3 {
  font-size: 32px;
  font-family: '思源宋体bold';
  color: #ed6c9e;
}
.map .con .box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.map .con .box #china-map {
  width: 100%;
  height: 800px;
  margin: auto;
}
.map .con .box #china-map canvas {
  left: 0px !important;
}
.map .con .button {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.map .con .button span {
  display: block;
  width: 160px;
  background-color: #ed6c9e;
  border-radius: 35px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.map .con .button span img {
  margin-right: 10px;
  transition: all linear 0.3s;
}
@media (max-width: 991px) {
  .banner .word p {
    font-size: 24px;
  }
  .download_detail .con .tuijian_download .list .item {
    overflow: hidden;
    width: 32%;
    height: 170px;
  }
  .download_detail .con .tuijian_download .list .item img {
    object-fit: contain;
  }
  .yuyi .con .list .item {
    width: 32%;
  }
  .yuyi .con .list .item img {
    width: 100%;
  }
  .zj_diming .con .diming .swiper-button-prev {
    left: 0px;
  }
  .zj_diming .con .diming .swiper-button-next {
    right: 0px;
  }
}
@media (width: 768px) {
  .banner .word form {
    padding: 5px 15px;
    margin-top: 10px;
    width: 260px;
    height: 38px;
  }
  .download .part1 .cons .list .item {
    width: 32%;
    height: 170px;
  }
  .pinzhong .con .cons .list .item {
    width: 32%;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 250px;
  }
  .banner img {
    height: 100%;
    width: auto;
  }
  .banner .word p {
    font-size: 18px;
  }
  .banner .word form {
    padding: 5px 15px;
    margin-top: 30px;
    width: 260px;
    height: 38px;
  }
  .contact form .input_group {
    flex-wrap: wrap;
  }
  .contact form .input_group .input {
    margin-top: 10px;
    width: 100%;
  }
  .contact .middle {
    padding: 0px;
  }
  .contact .middle .col-sm-4 {
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
  }
  .download_detail .con .tuijian_download .list .item {
    overflow: hidden;
    width: 49%;
    height: auto;
  }
  .download_detail .con .tuijian_download .list .item img {
    object-fit: contain;
  }
  .zaipei .con {
    padding: 20px 15px;
  }
  .zaipei .con .tabs {
    margin-bottom: 30px;
  }
  .zaipei .con .cons .list .item .right {
    width: 45%;
    font-size: 14px;
  }
  .download > div .tabs {
    margin-bottom: 30px;
  }
  .download .part1 .cons .list .item {
    width: 49%;
    height: 150px;
  }
  .download .part4 .cons .list .item .right {
    width: 45%;
    font-size: 14px;
  }
  .download .part_zhuzuo .cons .list .item {
    width: 49%;
  }
  .download .part_zhuzuo .cons .list .item .word {
    padding: 10px;
  }
  .download .part_zhuzuo .cons .list .item .word h4 {
    font-size: 16px;
  }
  .download .part_zhuzuo .cons .list .item .word > span {
    margin: 5px 0;
  }
  .xinpinzhong_detail .con .fenye {
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .xinpinzhong_detail .con .fenye a {
    width: 100%;
  }
  .tuijian .container .list .item {
    width: 49%;
  }
  .tuijian .container .list .item .img {
    height: 140px;
  }
  .pinzhong.yy .con .cons .list .item {
    width: 49%;
    height: auto;
  }
  .pinzhong .con .cons .list .item {
    width: 49%;
    height: 150px;
    margin-bottom: 10px;
  }
  .ditu .container .list .item {
    width: 49%;
  }
  .ditu .container .list .item p {
    font-size: 12px;
    margin-top: 8px;
  }
  .register .con form .item > p {
    text-align: left;
    margin-bottom: 10px;
  }
  .register .con form item .right {
    width: 100%;
    flex: none;
    margin-left: 0px;
  }
  .register .con form .item .right input:not([type='checkbox']) {
    width: 100%;
  }
  .register .con form h4 {
    margin: 20px 0;
  }
  .register .con form .shenhe {
    margin-left: 0px;
  }
  .register .con form .shengming {
    padding: 0px;
    flex-wrap: wrap;
  }
  .yuyi .con h3 {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .yuyi .con .list .item {
    width: 49%;
  }
  .yuyi {
    padding: 40px 15px;
  }
  .zj_shiji .con .shiji .swiper-container .swiper-button-next {
    right: 0px;
  }
  .zj_shiji .con .shiji .swiper-container .swiper-button-prev {
    left: 0px;
  }
  .zj_diangu .con .diangu .swiper-container .swiper-wrapper .swiper-slide .left,
  .zj_diangu .con .diangu .swiper-container .swiper-wrapper .swiper-slide .right {
    width: 100%;
  }
  .sc_sheying .con .sheying .swiper-container .swiper-slide .left {
    width: 100%;
    padding: 20px;
  }
  .sc_sheying .con .sheying .swiper-container .swiper-slide .right {
    width: 100%;
  }
  .sc_sheying .con .sheying .swiper-container .swiper-slide .left span {
    margin: 20px 0;
  }
  .sc_sheying .con .sheying .swiper-container .swiper-slide .left .p {
    margin-bottom: 20px;
  }
  .sc_sheying .con .sheying .swiper-container .swiper-button-prev {
    left: 0px;
  }
  .sc_sheying .con .sheying .swiper-container .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 374px) {
  .banner {
    height: 250px;
  }
  .banner img {
    height: 100%;
    width: auto;
    transform: translateX(-50%);
  }
  .banner .word p {
    font-size: 16px;
  }
  .download > div .tabs .item {
    font-size: 12px;
    padding: 5px 15px;
  }
  .download .part1 .cons .list .item {
    width: 49%;
    height: 130px;
  }
  .download .part4 .cons .list .item .left p {
    font-size: 12px;
  }
  .download .part4 .cons .list .item .right {
    width: 45%;
    font-size: 12px;
    padding: 6px 10px;
  }
  .tuijian .container .list .item {
    width: 100%;
  }
  .tuijian .container .list .item .img {
    height: 195px;
  }
  .download .part_zhuzuo .cons .list .item {
    width: 100%;
  }
  .download .part_zhuzuo .cons .list .item .word {
    padding: 15px 15px 25px;
  }
  .download .part_zhuzuo .cons .list .item .word div p {
    width: auto;
  }
  .pinzhong.yy .con .cons .list .item {
    width: 100%;
    height: auto;
  }
  .pinzhong .con .cons .list .item {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .register .con form > div.shenhe .right.upload div {
    margin-left: 0px;
    margin-right: 20px;
  }
  .yuyi {
    padding: 40px 15px;
  }
  .yuyi .con .list .item {
    width: 100%;
  }
}





