body {
  background-color: #f5f5f5;
}
#go-city {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
#go-city .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 7rem;
  background-color: #fff;
  padding: 1.5rem 1.15rem;
  border-radius: 0.255rem;
  transform: translate(-50%, -50%);
  background-image: url(../images/citybg.jpg);
}
#go-city .container .close {
  position: absolute;
  top: .4rem;
  right: .4rem;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}
#go-city .container .close img {
  width: 1.1rem;
  margin: auto;
}
#go-city .container > p {
  font-size: 1.1rem;
}
#go-city .container > p a,
#go-city .container > p span {
  font-size: 1.19rem;
  color: #4098f1;
  margin-left: 1.2rem;
}
#go-city .container .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#go-city .container .list p {
  font-size: 1.1rem;
}
#go-city .container .list a,
#go-city .container .list span {
  display: block;
  padding: .2rem .6rem;
  font-size: 1rem;
  color: #666;
  margin-left: .8rem;
  border-radius: 2rem;
  margin-bottom: .4rem;
}
#go-city .container .list .active {
  border: .01rem solid #3a94f0;
  color: #3a94f0;
}
#head {
  background-color: #fff;
}
#city {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 99;
  overflow-y: auto;
}
#city .c-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.84rem;
  border-bottom: .01rem solid #f5f5f5;
  background-color: #fff;
}
#city .c-head .return {
  width: 4rem;
  height: 100%;
  display: flex;
}
#city .c-head .return img {
  width: .8rem;
  margin: auto;
}
#city .c-head .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.9rem;
  transform: translate(-50%, -50%);
}
#city .c-body {
  margin-top: 1rem;
}
#city .c-body .now-city {
  width: 100%;
  height: 3.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#city .c-body .now-city p {
  font-size: 1.27rem;
  display: flex;
  align-items: center;
}
#city .c-body .now-city p span {
  color: #049ff8;
}
#city .c-body .now-city p img {
  width: 1rem;
  margin: 0 .4rem;
}
#city .c-body .hot-city {
  margin-top: 1rem;
}
#city .c-body .hot-city .top {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 3.83rem;
  width: 100%;
  padding: 0 1.2rem;
  background-color: #fff;
}
#city .c-body .hot-city .top div {
  display: flex;
  align-items: center;
}
#city .c-body .hot-city .top div img {
  width: 1.48rem;
  margin-right: .6rem;
}
#city .c-body .hot-city .top div span {
  font-size: 1.2rem;
}
#city .c-body .hot-city .top div a {
  font-size: 1.2rem;
  color: #049ff8;
  margin-left: .8rem;
}
#city .c-body .hot-city .bottom {
  box-sizing: border-box;
  padding: 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#city .c-body .hot-city .bottom a,
#city .c-body .hot-city .bottom span {
  display: block;
  width: 6.5rem;
  height: 3rem;
  background-color: #fff;
  text-align: center;
  line-height: 3rem;
  margin-right: 1.2rem;
  margin-bottom: .93rem;
}
#city .c-body .hot-city .bottom a:nth-child(4n+4),
#city .c-body .hot-city .bottom span:nth-child(4n+4) {
  margin-right: 0;
}
#city .c-body .letter-find .l-head {
  box-sizing: border-box;
  padding: 0 1.2rem;
  width: 100%;
  height: 3.7rem;
  border-bottom: .01rem solid #f5f5f5;
  display: flex;
  align-items: center;
  background-color: #fff;
}
#city .c-body .letter-find .l-head img {
  width: 1.48rem;
  margin-right: .6rem;
}
#city .c-body .letter-find .l-head span {
  font-size: 1.4rem;
}
#city .c-body .letter-find .l-body .letter {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 1.2rem;
}
#city .c-body .letter-find .l-body .letter a {
  display: block;
  width: 16.666%;
  height: 3rem;
  color: #049ff8;
  font-size: 1.2rem;
  text-align: center;
  line-height: 3rem;
}
#city .c-body .letter-find .l-body .list {
  box-sizing: border-box;
  padding: 0 1.2rem;
}
#city .c-body .letter-find .l-body .list > div {
  margin-top: 1rem;
}
#city .c-body .letter-find .l-body .list > div p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
#city .c-body .letter-find .l-body .list > div div {
  display: flex;
  flex-wrap: wrap;
}
#city .c-body .letter-find .l-body .list > div div a {
  display: block;
  width: 6.5rem;
  height: 3rem;
  background-color: #fff;
  text-align: center;
  line-height: 3rem;
  margin-right: 1.2rem;
  margin-bottom: .93rem;
}
#city .c-body .letter-find .l-body .list > div div a:nth-of-type(4n+4) {
  margin-right: 0;
}
#city .c-body .letter-find .l-body .list > p {
  font-size: 1.2rem;
  text-align: center;
  margin: 1rem 0;
}
#home .clkMore {
  display: block;
  width: 80%;
  height: 3rem;
  background-color: #f5f5f5;
  color: #656565;
  margin: 1rem auto;
}
#home .nav {
  width: 100%;
  padding-top: 1rem;
  background-color: #fff;
}
#home .nav ul {
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#home .nav ul li {
  width: 23%;
  text-align: center;
  margin-bottom: 1rem;
}
#home .nav ul li a {
  width: 100%;
  height: 100%;
}
#home .nav ul li a .img {
  width: 4.1rem;
  height: 4.1rem;
  margin: 0 auto .2rem;
  display: flex;
  border-radius: 50%;
}
#home .nav ul li a img {
  margin: auto;
}
#home .h-head {
  padding: .8rem 0;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: .1rem solid #f5f5f5;
}
#home .h-head > span:nth-of-type(1) {
  position: relative;
}
#home .h-head > span:nth-of-type(1) span {
  position: absolute;
  top: -0.7rem;
  right: -1.8rem;
  color: #eb361d;
  font-size: .8rem;
}
#home .h-head img:nth-of-type(1) {
  width: 1.5rem;
  margin-right: .8rem;
}
#home .h-head span {
  font-size: 1.4rem;
}
#home .h-head span:nth-of-type(2) {
  font-size: 1.2rem;
  color: #999;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#home .h-head img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: .6rem;
}
#home .h-b-title {
  margin-top: 1rem;
}
#home .h-b-title ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .h-b-title ul li {
  width: 20%;
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  border-right: .01rem solid #e6e6e6;
}
#home .h-b-title ul li:last-of-type {
  border-right: none;
}
#home .h-b-title ul a {
  padding: 0 1rem .4rem;
}
#home .h-b-title ul .active a {
  border-bottom: .2rem solid #eb361d;
  color: #eb361d;
}
#home .hot-sch {
  margin-top: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
#home .hot-sch .h-body {
  overflow: hidden;
}
#home .hot-sch .h-body .h-b-body {
  width: 148rem;
  transition: all ease-out 0.3s;
  display: flex;
}
#home .hot-sch .h-body .h-b-body ul {
  width: 29.6rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#home .hot-sch .h-body .h-b-body ul .more {
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #f5f5f5;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  color: #656565;
  margin-top: 1rem;
}
#home .hot-sch .h-body .h-b-body ul li {
  padding-top: 1rem;
  padding-bottom: .5rem;
  border-bottom: .01rem solid #e5e5e5;
}
#home .hot-sch .h-body .h-b-body ul li:last-of-type {
  border-bottom: none;
}
#home .hot-sch .h-body .h-b-body ul li a {
  display: flex;
}
#home .hot-sch .h-body .h-b-body ul li .pos {
  display: inline-block;
  font-size: .8rem;
  color: #999;
  padding: .4rem .8rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  margin-top: .4rem;
}
#home .hot-sch .h-body .h-b-body ul li .pos img {
  width: .8rem;
  transform: translateY(0.1rem);
}
#home .hot-sch .h-body .h-b-body ul li .img {
  width: 8.5rem;
  height: 6.4rem;
  background-color: #ccc;
  overflow: hidden;
  border-radius: .7rem;
  flex-shrink: 0;
  min-width: 0;
}
#home .hot-sch .h-body .h-b-body ul li .img img {
  width: 100%;
}
#home .hot-sch .h-body .h-b-body ul li .con {
  flex: 1;
  margin-left: .8rem;
}
#home .hot-sch .h-body .h-b-body ul li .con h3 {
  font-size: 1.3rem;
}
#home .hot-sch .h-body .h-b-body ul li .con .xz {
  margin: .5rem 0;
}
#home .hot-sch .h-body .h-b-body ul li .con .xz span {
  position: relative;
  padding: 0 .8rem;
  font-size: .8rem;
  margin-right: .6rem;
}
#home .hot-sch .h-body .h-b-body ul li .con .xz span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border-radius: 2rem;
  border: 1px solid;
  transform-origin: 0 0;
  transform: scale(0.5);
}
#home .hot-sch .h-body .h-b-body ul li .con .xz span:nth-of-type(odd) {
  border-color: #ed5d2b;
  color: #ed5d2b;
}
#home .hot-sch .h-body .h-b-body ul li .con .xz span:nth-of-type(even) {
  border-color: #00b2fc;
  color: #00b2fc;
}
#home .hot-sch .h-body .h-b-body ul li .con .rz {
  display: flex;
  flex-wrap: wrap;
  color: #333;
  line-height: 1.5rem;
}
#home .hot-sch .h-body .h-b-body ul li .con .rz span {
  margin-right: .4rem;
  font-size: .9rem;
  color: #666;
  white-space: nowrap;
}
#home .hot-major {
  margin-top: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 1.2rem;
}
#home .hot-major .h-body {
  overflow: hidden;
}
#home .hot-major .h-body .h-b-title li {
  width: 25%;
}
#home .hot-major .h-body .h-b-title li a {
  padding: 0 .6rem .4rem;
}
#home .hot-major .h-body .h-b-body {
  width: 118.4rem;
  display: flex;
  transition: all ease-out 0.3s;
}
#home .hot-major .h-body .h-b-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 27.2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
}
#home .hot-major .h-body .h-b-body ul .more {
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #f5f5f5;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  color: #656565;
  margin-top: 1rem;
}
#home .hot-major .h-body .h-b-body li {
  width: 46%;
  margin-bottom: .8rem;
}
#home .hot-major .h-body .h-b-body li .img {
  width: 100%;
  height: 9.7rem;
/*  overflow: hidden;*/
  border-radius: .6rem;
  background-color: #ccc;
}
#home .hot-major .h-body .h-b-body li .img img {
/*  width: auto;*/
  height: 100%;
    border-radius: .6rem;
/*  transform: translateX(-12%);*/
  display: block;
}
#home .hot-major .h-body .h-b-body li p {
  text-align: center;
  font-size: 1.2rem;
  margin-top: .6rem;
}
#home .zyl {
  margin-top: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 1.2rem;
}
#home .zyl .s-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#home .zyl .s-body ul {
  display: flex;
  flex-wrap: wrap;
}
#home .zyl .s-body ul li {
  width: 33.33%;
  height: 3.5rem;
  border-right: .01rem solid #e6e6e6;
  border-top: .01rem solid #e6e6e6;
  box-sizing: border-box;
}
#home .zyl .s-body ul li:nth-of-type(1),
#home .zyl .s-body ul li:nth-of-type(2),
#home .zyl .s-body ul li:nth-of-type(3) {
  border-top: none;
}
#home .zyl .s-body ul li:nth-of-type(3n+3) {
  border-right: none;
}
#home .zyl .s-body ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3.5rem;
  font-size: 1rem;
  color: #666;
  overflow: hidden;
}
#home .article {
  margin-top: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 1.2rem;
}
#home .article .h-b-title li {
  width: 25%;
  position: relative;
}
#home .article .h-b-title li img {
  position: absolute;
  top: -0.6rem;
  left: 6rem;
  width: 1.3rem;
}
#home .article .h-b-body {
  width: 118.4rem;
  display: flex;
  transition: all ease-out 0.3s;
}
#home .article .h-b-body ol {
  width: 29.6rem;
  padding-top: 1rem ;
  padding-bottom: 1rem;
}
#home .article .h-b-body li {
  padding: 1rem 0;
  border-bottom: .0111rem dashed #e5e5e5;
}
#home .article .h-b-body li:last-of-type {
  border-bottom: none;
}
#home .article .h-b-body li a {
  display: flex;
  justify-content: space-between;
}
#home .article .h-b-body li p {
  width: 86%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
}
#home .article .h-b-body li span {
  font-size: 1rem;
  color: #999;
}
#home .article .h-b-body .more {
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #f5f5f5;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  color: #656565;
  margin-top: 1rem;
}
