body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  background-color: #f5f5f5;
  height: 100%;
  font-size: 14px;
}
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a {
  color: #333;
  font-size: 1em;
}
a:hover {
  color: #DD711D;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html:lang(zh-cn) h1 {
  font-family: Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Microsoft JhengHei, sans-serif;
}
.hide {
  display: none !important;
}
input,
button,
select,
textarea {
  outline: none !important;
}
textarea {
  resize: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}
ul,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
u,
b,
em,
i {
  font-style: normal;
  list-style: none none !important;
  text-decoration: none !important;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover,
a:focus {
  color: #e50914;
  text-decoration: underline;
}
.clearfix:after,
.cf:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix,
.cf {
  zoom: 1;
}
/********************** 顶部 header******************************/
.searchallcover {
  position: fixed;
  top: 68px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0.6;
  background-color: #000;
  display: none;
}
.searchallinner {
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #f3f3f3;
  display: none;
  height: 400px;
}
.searchallinner .i_searchbox {
  display: table;
  height: 400px;
  width: 100%;
  background: url() no-repeat center top;
  border-top: 1px solid #eee;
}
.searchallinner .i_searchbox .am-container {
  padding: 0px;
}
.searchallinner .i_searchbox .am-container .hsearch {
  background: #ededed;
  border-radius: 4px;
  width: 90%;
  padding: 0px;
  position: relative;
  margin: auto;
  margin-top: 30px;
  max-width: 800px;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hinput {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 4px;
  float: left;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hinput select {
  font-size: 14px;
  color: #333;
  border: 1px solid #fff;
  padding: 0px 5px;
  margin: -6px 0px 0px 0px;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hinput .h-search {
  width: 100%;
  width: -moz-calc(-40%);
  width: -webkit-calc(-40%);
  width: calc(100% - 160px);
  width: 630px\9;
  height: 35px;
  height: 30px\9;
  margin: -6px 0px 0px 10px;
  margin: 4px 0px 0px 15px\0;
  outline: none;
  font-size: 16px;
  border: 0;
  display: inline;
  color: black;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hinput .searchicon {
  color: #e50914;
  font-size: 28px;
  margin-top: 2px;
  position: relative;
  top: 3px;
  left: 20px;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop {
  max-height: 280px;
  background-color: #f3f3f3;
  box-shadow: none;
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  overflow: auto;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .s-history {
  font-size: 13px;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .s-history b .icon-clear {
  float: right;
  margin-right: 15px;
  font-size: 13px;
  color: #ccc;
  position: relative;
  top: 4px;
  cursor: pointer;
  -webkit-text-stroke-width: 0;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .s-history .historylist {
  color: #999;
  padding: 5px 0 20px;
  margin: 0 15px 5px;
  border-bottom: 1px solid #f3f3f3;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabtw {
  background-color: #f3f3f3;
  padding: 0px;
  border: none;
  height: 38px;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabtw ul {
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabtw ul li {
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  line-height: 38px;
  font-size: 15px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: -1px;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabtw ul li.cur {
  border-bottom: 2px solid #DD711D;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabcons {
  padding: 15px 0px;
  display: table;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabcons ul {
  display: table;
  width: 100%;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabcons ul li {
  float: left;
  padding: 2px 0;
  overflow: hidden;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabcons ul li a {
  display: inline-block;
  font-size: 13px;
  line-height: 16px !important;
  padding: 4px;
  transition: all 0.16s ease-out;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabcons ul li a:hover {
  background-color: #e50914;
  border-radius: 2px;
  color: #fff;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabcons .citys li {
  width: 140px;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .tabcons .shools li {
  width: 162px;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .quickshow {
  background-color: white;
  padding: 10px 0;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .quickshow li {
  padding: 6px 15px;
  border-bottom: 1px dotted #f8f8f8;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .quickshow li:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .quickshow li:hover span {
  opacity: 1;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .quickshow li:hover a {
  color: red;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .quickshow li span {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 14px;
  opacity: 0.6;
}
.searchallinner .i_searchbox .am-container .hsearch .hsin .hsearchpop .quickshow li span a {
  font-size: 16px;
}
.headlay {
  height: 60px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
}
.headlay.homeh {
  position: absolute;
}
.headlay .header {
  height: 60px;
  max-width: 2000px;
  margin: auto;
  padding: 0 2.5%;
  clear: both;
}
.headlay .header .logo {
  display: inline-block;
  float: left;
  margin: 0 20px 1.6rem 0;
}
.headlay .header .logo img {
  display: block;
  height: 48px;
  margin-top: 5px;
}
.headlay .header .mobilemore {
  height: 60px;
  line-height: 60px;
  float: right;
  margin-right: 50px;
  display: none;
}
.headlay .header .mobilemore .iconfont {
  font-size: 20px;
}
.headlay .header .mobilemore .icon-close {
  display: none;
}
.headlay .header .hgo {
  float: right;
}
.headlay .header .hgo li {
  display: inline-block;
  color: #60646d;
  font-size: 13px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.headlay .header .subnav {
  display: inline-block;
  float: left;
  height: 60px;
}
.headlay .header .subnav li {
  display: inline-block;
  line-height: 60px;
  padding-left: 40px;
  cursor: pointer;
  color: #111;
  font-size: 16px;
  position: relative;
}
.headlay .header .subnav li a {
  color: #111;
}
.headlay .header .subnav li a:hover {
  color: #e50914;
}
.headlay .header .topcon li.gosearch {
  padding: 0;
}
.headlay .header .topcon li.gosearch .iconfont {
  font-size: 20px;
  position: relative;
  top: 0px;
  color: #999;
  padding: 0 17px;
}
.headlay .header .topcon li.gosearch span.icon-sbclose {
  display: inline-block;
  width: 54px;
  position: relative;
  z-index: 1008;
  height: 60px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
.headlay .header .topcon li.top_register {
  color: #fff;
  background-color: #FFD300;
  padding: 4px 15px;
  border-radius: 5px;
  margin-left: 20px;
  line-height: 20px;
  margin-top: 17px;
}
.headlay .header .topcon li {
  position: relative;
  line-height: 62px;
  text-align: center;
  float: left;
  color: #555;
  font-size: 13px;
  display: inline-block;
}
/********************** 顶部 header******************************/
/********************** 顶部 背景栏******************************/
.comTitle {
  height: 335px;
  line-height: 335px;
  background: #3e4752 no-repeat center 0;
  background-size: 100% 335px;
  color: #fff;
  font-size: 2.4em;
  text-align: center;
  font-weight: bold;
}
.comTitle.joinus {
  background-image: url(../i/now/comjoinus.jpg);
}
.comTitle.conatct {
  background-image: url(../i/now/comcontact.jpg);
}
.comTitle.coope {
  background-image: url(../i/now/comcoope.jpg);
}
/********************** 顶部 header******************************/
/********************** 多城市 等多个相同的简单页面二维码******************************/
.comLay {
  background-color: #fff;
  padding: 40px 0 60px;
}
.comLay .aboutp {
  padding: 40px 0;
  font-size: 1.2em;
  line-height: 1.7em;
}
.comLay .aboutp .weixin li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.comLay .aboutp .weixin li img {
  width: 150px;
  height: 150px;
}
.article_layout {
  margin: auto;
  padding: 30px;
  max-width: 48em;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.1em;
  min-height: 80vh;
}
.article_layout .article_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.2em;
}
.article_layout .article_time {
  padding-top: 10px;
  color: #aaa;
  font-weight: normal;
}
.article_layout .article_con {
  padding: 20px 0;
  font-family: Avenir-light, AvenirLTStd-Light;
  word-wrap: break-word;
}
/********************** 多城市二维码******************************/
/********************** 城市推荐 ******************************/
.cityshow {
  padding: 10px 0 30px;
  width: 980px;
  margin: auto;
}
.cityshow li {
  width: 25%;
  float: left;
  padding: 10px 0;
  text-align: center;
}
.cityshow li a {
  display: block;
  width: 223px;
  height: 200px;
  margin: auto;
  position: relative;
  background: #3e4752;
  border-radius: 6px;
  overflow: hidden;
}
.cityshow li a:hover div {
  background: rgba(0, 0, 0, 0.3);
}
.cityshow li a:hover strong {
  padding: 75px 10px 5px;
}
.cityshow li a:hover span {
  display: block;
  opacity: 1;
}
.cityshow li a div {
  width: 223px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.cityshow li a div strong {
  display: block;
  padding: 85px 10px 5px;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-out;
}
.cityshow li a img {
  width: 223px;
  height: 200px;
  border-radius: 6px;
}
/********************** 城市推荐 ******************************/
/********************** 底部导航 footer******************************/
.footer {
  display: block;
  width: 100%;
  background-color: #031b42;
  padding: 40px 0 20px;
  color: #CFD1D5;
}
.footer a {
  color: #CFD1D5;
}
.footer a:hover {
  color: #fff;
}
.footer .footer_w {
  width: 960px;
  margin: auto;
}
.footer .footer_w .links {
  margin-bottom: 15px;
}
.footer .footer_w .links a {
  float: left;
  margin-bottom: 10px;
  padding-right: 10px;
  width: 160px;
}
.footer .footer_w .links a img {
  width: 100%;
  height: 100%;
}
.footer .footer_w .footer_con {
  display: flex;
  padding-bottom: 0px;
}
.footer .footer_w .footer_con .linkm {
  flex: 1;
}
.footer .footer_w .footer_con .linkm .foot_logo {
  height: 48px;
}
.footer .footer_w .footer_con .linkm p {
  padding-top: 15px;
  font-size: 13px;
}
.footer .footer_w .footer_con .linkm p a {
  margin-right: 20px;
  font-weight: bold;
}
.footer .footer_w .footer_con .social {
  text-align: right;
  width: 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .footer_w .footer_con .social p {
  padding: 0;
  font-size: 13px;
}
.footer .footer_w .footer_con .social p strong {
  font-size: 22px;
  color: #e03f31;
  font-weight: bold;
  display: block;
  line-height: 25px;
  font-family: DIN Alternate;
}
.footer .footer_w .copyright {
  border-top: 1px solid #555;
  color: #777;
  font-size: 11px;
  padding-top: 10px;
  margin-top: 10px;
}
/********************** 底部导航 footer******************************/
