/* 公共样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: "microsoft yahei";
}
ol, ul {
	list-style: none;
}
a {
	color: #555555;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #0178d4;
	text-decoration: none;
}
button:focus {
    outline: 0!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	overflow: hidden;
}


/* 头部尾部样式 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.header {
  min-width: 1200px;
  overflow: hidden;
}
.header .header-slogan {
  width: 100%;
  height: 45px;
  background: #006DAC;
}
.header .header-slogan .header-box {
  width: 1320px;
  height: 100%;
  margin: 0 auto;
  /* line-height: 45px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-slogan .header-box .czt-pic {
  width: 221px;
  height: 28px;
}
.header .header-slogan .header-box .xy-pic {
  width: 20px;
  height: 23px;
  margin-left: 20px;
}
.header .header-slogan .header-box .city-name {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFF000;
  line-height: 40px;
  opacity: 0.8;
  margin-left: 5px;
}
.header .header-slogan .header-box .city-name > select {
  font: initial;
}
.header .header-slogan .header-box .classification {
  /*margin-left: 20px;*/
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.8;
  /*width: 500px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header-slogan .header-box .operating {
  margin-left: 22px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  /*-webkit-box-pack: justify;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
}
.header .header-slogan .header-box .operating-btn {
  /*margin-left: 25px;*/
}
.header .header-slogan .header-box .operating-btn button {
  width: 55px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  background: #006DAC;
  margin-left: 5px;
}
.header .region-selection {
  height: 34px;
}
.header .region-selection .region-information {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .region-selection .region-information .region-classification {
  font-size: 12px;
  font-weight: bold;
  color: #0774c2;
}
.header .region-selection .region-information .region-classification .first-span {
  color: #0C619D;
}
/*.header .region-selection .region-information .region-classification :not(:first-child) {*/
/*  margin-left: 25px;*/
/*}*/
.header .header-search {
  width: 100%;
  height: 128px;
  /*background-color: #fff;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header .header-search .search-box .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.header .header-search .search-box .search-block input {
  width: 772px;
  padding: 10px 20px;
  border: 1px solid #0178d4;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  display: table-cell;
}
.header .header-search .search-box .search-block button {
  display: table-cell;
  background-color: #0178d4;
  border: 1px solid #0178d4;
  border-left: 0;
  color: #fff;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*.header .header-search .search-box .search-block img:first-child {*/
/*  width: 25px;*/
/*  height: 24px;*/
/*}*/
.header .header-search .search-box .search-block span {
  margin-left: 8px;
}
.header .header-search .region-information {
  margin-top: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}
/*.header .header-search .region-information :not(:first-child) {*/
/*  margin-left: 25px;*/
/*  font-size: 12px;*/
/*  font-family: Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  color: #474747;*/
/*  opacity: 0.8;*/
/*}*/
.header .nav-bar {
  background-color: #0178d4;
  color: #fff;
}
.header .nav-bar nav {
  height: 50px;
  width: 1200px;
  line-height: 50px;
  margin: 0 auto;
}
.header .nav-bar nav span {
  padding: 0 38px;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
}
.header .nav-bar nav .active {
  background-color: #0675B5;
}
.bottom-two {
  /*margin-top: 40px;*/
  width: 100%;
  height: 40px;
  background: #14325F;
  opacity: 0.5;
}
.bottom-two .content {
  line-height: 40px;
  margin: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.bottom-two .content .line {
  width: 2px;
  height: 16px;
  background: #fff;
}
.bottom-two .content .bottom-two-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-two .content .bottom-two-content div:last-child {
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #FFBE00;
}
.bottom-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  height: 155px;
  background: #006DAC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -js-display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-box img {
  width: 56px;
  height: 68px;
}
.find-wrong-img img{
  width: 100px;
  height: 55px;
}
.bottom-box .bottom-box-content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.8;
}
.main {
  margin-top: 22px;
  background-color: #F4F4F4;
  min-width: 1200px;
}
.main .main-content {
  width: 1200px;
  margin: 0 auto;
}
.box {
  background: #F4F4F4;
}
