@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  background: #f2f2f2;
}

.clear {
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.main {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
  background: #fff;
}

.w12 {
  width: 1200px;
  margin: 0 auto;
}

.daohang {
  width: 1200px;
  float: left;
  position: relative;
}

.daohang .shijian {
  width: 300px;
  position: absolute;
  bottom: 70px;
  right: 0;
  font-size: 14px;
}

.daohang .img {
  text-align: center;
  padding: 20px 0;
}

.daohang .img img {
  width: 200px;
}

.daohang ul {
  width: 1200px;
  background: #d9252b;
  float: left;
}

.daohang ul li {
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
}

.daohang ul li a.active {
  color: #ffffff;
}


.daohang ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
}


.daohang ul li.active {
  background-color: #952024;
}

.taitou {
  position: relative;
}

.taitou a {
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 40px;
  font-size: 14px;
}

.taitou .title {
  margin: 10px 0px;
  padding: 10px 0px;
  font-weight: bold;
  width: 120px;
  color: #ffffff;
  text-align: center;
  background: #d9252b;
}

.w6 {
  width: 600px;
  float: left;
}

#tezheng {
  padding: 20px;
  text-indent: 32px;
}

h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.content {
  width: 1200px;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.wrapper {
  width: 400%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transition: none;
}

.wrapper li {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper li img {
  width: 100%;
  height: 100%;
}

.radius {
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
}

.radius li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  margin: 0 3px;
  padding: 0;
  list-style: none;
}

.radius-active {
  opacity: 1 !important;
  border: 2px solid #ffffff;
  background-clip: padding-box;
}

.prev {
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  background-color: darkgray;
  opacity: 0;
  cursor: pointer;
}

.next {
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background-color: darkgray;
  opacity: 0;
  cursor: pointer;
}

.prev span,
.next span {
  font-weight: bold;
  color: white;
  font-size: 24px;
}

.zhaopian ul li {
  width: 300px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}

.zhaopian ul li .img {
  display: block;
  overflow: hidden;
}

.zhaopian ul li img {
  height: 200px;
  width: 300px;
  display: block;
  transition: 0.3s;
  box-sizing: border-box;
}

.zhaopian ul li img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.jieshao .desc {
  padding: 10px;
  padding-top: 0;
}

.jieshao .desc h3 {
  margin-bottom: 20px;
}

.jieshao .desc p {
  text-indent: 2em;
  margin-bottom: 10px;
}

.xinwen ul {
  width: 1200px;
}

.xinwen ul li {
  width: 580px;
  padding: 10px;
  float: left;
  height: 200px;
}

.xinwen ul li img {
  width: 280px;
  padding: 5px;
  height: 180px;
  float: left;
}

.xinwen ul li .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.xinwen ul li .desc {
  width: 260px;
  text-align: left;
  float: left;
  padding: 5px;
  margin-left: 20px;
}

.xinwen ul li button {
  display: block;
  text-align: left;
  padding: 5px 10px;
  margin-top: 20px;
}

.tupian {
  width: 100%;
  padding: 0 20px;
}

.tupian .img {
  width: 370px;
  height: 250px;
  float: left;
  text-align: center;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tupian .img img {
  height: 100%;
  width: 100%;
  transition: 0.3s;
}

.tupian .img:hover img {
  transform: scale(1.1);
}

.dibu .desc {
  text-align: center;
  color: #ffffff;
  background: #d9252b;
  padding: 20px 0px;
  margin-top: 10px;
}

.jieshao .text {
  width: 1200px;
  float: left;
  margin-top: 10px;
}

.jieshao .img {
  width: 580px;
  padding: 0px 5px;
  float: left;
}

.jieshao img {
  width: 580px;
}

.jieshao .desc {
  width: 580px;
  float: left;
  text-align: left;
  padding: 5px;
}

.xw {
  margin: 30px 0;
}

.xw .taitou .title {
  width: 100%;
  margin-top: 0;
}

.xw .xw_info {
  float: left;
  width: 32%;
  box-sizing: border-box;
  background: #eee;
}

.xw li {
  list-style: disc;
  margin-left: 40px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.tips .desc {
  padding: 10px;
}

.video {
  width: 600px;
  margin: 20px auto;
}

.video video {
  width: 100%;
}

.denglu {
  margin: 20px auto;
  margin-bottom: 80px;
}

.denglu form {
  width: 400px;
  margin: 0 auto;
}

.denglu h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #d9252b;
}

.input_info {
  width: 100%;
  height: 40px;
  border: 1px solid #d9252b;
  position: relative;
  margin-bottom: 20px;
  background: #d9252b;
}

.input_info p {
  height: 40px;
  line-height: 40px;
  width: 100px;
  background: #d9252b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.input_info input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
  border: none;
  position: absolute;
  left: 100px;
  top: 0;
}

.denglu_btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #d9252b;
  cursor: pointer;
}