* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #f2f2f2;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #fa7577;
  display: block;
}
img {
  border: none;
}
.box {
  max-width: 1200px;
  margin: 0 auto;
  border: 2px solid red;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fa7577;
  margin-bottom: 20px;
}
.header-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.title {
  width: 300px;
  color: #fff;
  font-size: 28px;
  display: inline-block;
}
.logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background: #fff;
  float: left;
}
.title a {
  color: #fff;
  font-size: 28px;
  float: left;
}
.denglu {
  float: right;
  color: #fff;
}
.main {
  max-width: 1200px;
  margin: 0 auto;
  /* border: 2px solid red; */
}
.left {
  width: 20%;
  min-height: 400px;
  background: #fff;
  float: left;
  overflow: hidden;
}
.center {
  width: 80%;
  float: left;
  padding-left: 30px;
}
.right {
  width: 20%;
  float: left;
  overflow: hidden;
}
.fj-image {
  margin: 10px 0;
}
.fj-image img {
  display: inline-block;
  width: 200px;
  height: 180px;
  margin-right: 5px;
}
.main-title {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #fa7577;
}
.nav {
  background: #fff;
}
.nav li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.nav li:hover {
  background: #c4ddec;
}
.nav li:hover a {
  color: #fff;
}
.jianjie {
  background: #fff;
  padding: 10px;
}
.map {
  width: 280px;
  height: auto;
  float: left;
  margin-right: 10px;
}
p {
  text-indent: 2em;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #333;
}
strong {
  font-size: 20px;
}
.jianjie h3 {
  margin: 10px 0;
  color: #fa7577;
  text-align: center;
}
.gonglue li,
.meishi li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  cursor: default;
  margin-left: 30px;
}
ol li {
  list-style-type: decimal;
}
.gonglue li:hover,
.meishi li:hover {
  color: #fa7577;
}
.right-one {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.right-two {
  background: #fff;
}
.meishi li {
  list-style-type: disc;
}
.footer {
  width: 100%;
  height: 60px;
  text-align: center;
  background: #fa7577;
  margin-top: 40px;
}
.footer h4 {
  color: #fff;
  line-height: 60px;
}
.footer p {
  line-height: 60px;
  color: #fff;
}
.js {
  width: 400px;
  float: left;
  margin-right: 20px;
}
.fr {
  width: 400px;
  float: right;
  margin-left: 20px;
}
.banner {
  width: 1200px;
  height: 400px;
  margin-bottom: 20px;
}
.banner img {
  height: 100%;
  width: auto;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background: #eee;
  text-align: center;
}
.content-left {
  float: left;
  width: 50%;
  padding: 0 10px;
  height: 460px;
}
.content-left img {
  width: 200px;
  float: left;
  margin-right: 10px;
}
.content-left li {
  margin: 10px 0;
}
.content-left a:hover {
  text-decoration: underline;
}
.content-right,
.xinwen {
  float: right;
  width: 50%;
  height: 460px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 2px solid #eee;
}
.xinwen {
  width: 100%;
  border-left: none;
}
.content h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.img img {
  width: 190px;
  height: 150px;
  margin-right: 20px;
}
.wz-img {
  margin-right: 10px;
  width: 150px;
  height: auto;
  border: 3px solid transparent;
  transition: 0.3s;
}
.content-right p,
.xinwen p {
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}
.info {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}
.info:hover .wz-img {
  border: 3px solid #fa7577;
}
.img-list {
  width: 100%;
  padding: 20px;
}
.img-list .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.img-list .img img {
  width: 100%;
  height: 140px;
  transition: 0.3s;
}
.img-list video {
  width: 100%;
}
.img-list .img:hover img {
  transform: scale(1.3);
}
.card {
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #fff;
}
.card img {
  margin-right: 10px;
}
.card p {
  text-indent: 0;
}
.card:hover {
  border: 1px solid #fa7577;
}
.pingce-img {
  width: 300px;
  height: auto;
  margin: 20px 0;
}
.row {
  width: 100%;
  margin-bottom: 20px;
}
.row img {
  width: 290px;
  height: 240px;
  float: left;
  margin-right: 10px;
  border: 3px solid transparent;
}
.row img:hover {
  cursor: pointer;
  border: 3px solid #fa7577;
}
.bottom {
  width: 100%;
  text-align: center;
}
.bottom h2 {
  text-align: center;
}
.bottom p {
  margin: 10px 0;
}
.bottom img {
  width: 300px;
  text-align: center;
}
.bottom strong {
  background: #ffebba;
  font-size: 14px;
}
.bottom a {
  background: #fa7577;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 20px auto;
  transition: 0.3s;
}
.bottom a:hover {
  transform: scale(1.2);
}
p:hover {
  color: #fa7577;
  font-weight: 600;
  cursor: pointer;
}
