/*
    created 2018-6-14
*/
/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
tr,
th,
h6,
form,
div,
span,
a,
fieldset,
legend,
img,
textarea,
select,
input,
img,
fieldset,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: none;
  outline-style: none;
  outline: none;
  -webkit-appearance: none;
}
ul,
ol {
  list-style: none;
}
body {
  font: 12px "Microsoft YaHei", Arial, DengXian, Simsun, SimHei, sans-serif;
  background: #fff;
}
/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
}
/* 初始化样式结束 */
body,
html {
  width: 100%;
  height: 100%;
}
.content {
  position: relative;
  min-width: 810px;
  min-height: 600px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.content .logobox {
  position: relative;
  min-height: 150px;
  height: 26%;
}
.content .yisu-logo {
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -121px;
  width: 242px;
  height: 70px;
}
.content .searchbox {
  width: 660px;
  height: 46px;
  margin: 44px auto 0px;
  text-align: left;
}
.content .searchbox input {
  float: left;
  width: 541px;
  height: 44px;
  padding-left: 8px;
  border: 1px solid #bcc5d3;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  border-right: none;
}
.content .searchbox input:focus {
  border-color: #FF6666;
}
.content .searchbox button {
  float: left;
  width: 110px;
  height: 46px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #FF6666;
  vertical-align: top;
  cursor: pointer;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.content .searchbox button:hover {
  background-color: #FF5555;
}
.content .yisu-text {
  height: 56px;
  line-height: 56px;
  font-size: 17px;
  text-align: center;
  color: #5e6e80;
  margin-top: 20px;
}
.content .yisu-text a {
  color: #FF6666;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.footer .yisu-img {
  position: relative;
  width: 100%;
  height: 68px;
  text-align: center;
}
.footer .yisu-img a {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-bottom {
  width: 100%;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 24px;
}
.footer-bottom p {
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #9ca9b4;
}
.footer-bottom p span {
  margin-left: 17px;
}
.footer-bottom p span.police-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/index_sprite_img.png") no-repeat -334px -170px;
  vertical-align: top;
}
/* 2019-06-18 加入二维码 start */
.erweima {
  width: 100%;
  text-align: center;
  margin-top: 90px;
}
.erweima .img {
  position: relative;
  display: inline-block;
  width: 114px;
  height: 114px;
}
.erweima .img .erweima_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.erweima .img img {
  width: 100%;
  height: 100%;
}
.erweima p {
  line-height: 50px;
  font-size: 16px;
  color: #5E6D81;
  margin-bottom: 10px;
}
.erweima p span {
  color: #FF6666;
}

.erweima_logo{
  display: none;
}
/* 2019-06-18 加入二维码 end */
/* 页面样式 start */
/* 页面样式 end */
