*{
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body{
  background: #f2f2f2;
}
a{
  text-decoration: none;
  color: #df4b4b;
  display: block;
}
h1, p, span{
  cursor: default;
}
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: #2567b6;
  background: linear-gradient(to right, #df4b4b, #ffd2d2);
  margin-bottom: 20px;
}
.title{
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 28px;
}
.banner{
  max-width: 1200px;
  margin: 20px auto;
}
.banner img{
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
.main{
  max-width: 1200px;
  margin: 0 auto;
  /* border: 2px solid red; */
}
.left{
  width: 20%;
  min-height: 400px;
  background: #fff;
  float: left;
  border-radius: 12px;
  overflow: hidden;
}
.center{
  width: 80%;
  float: left;
  padding: 0 30px;
  border-radius: 12px;
}
.right{
  width: 20%;
  float: left;
  border-radius: 12px;
  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: #df4b4b;
  border-radius: 12px 12px 0 0;
}
.content{
  background: #fff;
}

.content li{
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.content li:hover{
  background: #ffd2d2;
}
.content 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: 2px;
  line-height: 1.8;
  color: #666;
}
.jianjie h3{
  margin: 10px 0;
  color: #df4b4b;
  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: #df4b4b;
}
.right-one{
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
}
.right-two{
  background: #fff;
}
.meishi li{
  list-style-type:disc;
}
.right-two .main-title{
  border-radius: 12px 12px 0 0;
}

.footer{
  width: 100%;
  height: 60px;
  text-align: center;
  background: #df4b4b;
  margin-top: 40px;
}
.footer p{
  line-height: 60px;
  color: #fff;
}

.js{
  width: 400px;
  float: left;
  margin-right: 20px;
}
.fr{
  width: 400px;
  float: right;
  margin-left: 20px;

}