/*===cyl:lhf 2016.2.25===*/
/*===全局css===*/
* {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  border: 0;
}

a span,
form label {
  cursor: pointer;
}

ul li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

select,
textarea,
input,
button {
  vertical-align: middle;
  font-family: "Microsoft Yahei", Arial;
  font-size: 100%;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

body {
  font-family: "Microsoft Yahei";
  line-height: 1.8;
  font-size: 14px;
}
/*字体大小*/
.font12 {
  font-size: 12px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*字体行间距*/
.lht0 {
  line-height: 0;
}
.lht08 {
  line-height: .8;
}
.lht1 {
  line-height: 1;
}
.lht12 {
  line-height: 1.2;
}
.lht14 {
  line-height: 1.4;
}
.lht16 {
  line-height: 1.6;
}
.lht2 {
  line-height: 2;
}
.lht22 {
  line-height: 2.2;
}
/*表格属性*/
table {
  width: 100%;
  border-collapse: collapse;
}
table tr th,
table tr td {
  font-weight: 100;
}
/*===布局css===*/
.center {
  margin: 0 auto;
}
/*@居中*/
.dpin {
  display: inline-block;
}
.dpb {
  display: block;
}
.dp-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  position: relative;
}
.bd-rev {
  -webkit-box-direction: reverse;
  box-direction: reverse;
}
/* 用来确定子元素的倒序排列顺序,默认为正序 */
/*box-align 子元素竖向对齐*/
.ba-c {
  -webkit-box-align: center;
  box-align: center;
}
.ba-e {
  -webkit-box-align: end;
  box-align: end;
}
/*box-pack 子元素横向对齐*/
.bp-c {
  -webkit-box-pack: center;
  box-pack: center;
}
.bp-e {
  -webkit-box-pack: end;
  box-pack: end;
}
.bp-j {
  -webkit-box-pack: justify;
  box-pack: justify;
}
.bo-ver {
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
/* 用来确定子元素竖排，默认为横排  */
.bf1 {
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.bf2 {
  position: relative;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.bf3 {
  position: relative;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.bf4 {
  position: relative;
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
/*文本style css*/
.fontY {
  text-indent: -999999px;
}
.to-e {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  outline: 0 !important;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.pt-r {
  position: relative;
}
.pt-a {
  position: absolute;
}
.pt-s {
  position: static;
}
.pt-f-b {
  position: fixed;
  bottom: 0;
}
.fll {
  float: left;
  display: inline;
}
.flr {
  float: right;
  display: inline;
}
.clearb {
  clear: both;
}
.ofh {
  overflow: hidden;
  zoom: 1;
  vertical-align: bottom;
}
.of-xh {
  overflow-x: hidden;
}
.of-yh {
  overflow-y: hidden;
}
/*===背景style===*/
.bg-cn {
  background-position: center;
  background-repeat: no-repeat;
}
.bg-lcn {
  background-position: left center;
  background-repeat: no-repeat;
}
.bg-rcn {
  background-position: right center;
  background-repeat: no-repeat;
}
.bg-tcn {
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-btn {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bg-x {
  background-repeat: repeat-x;
}
.bg-y {
  background-repeat: repeat-y;
}
.bg-tx {
  background-position: top;
  background-repeat: repeat-x;
}
.bg-bx {
  background-position: bottom;
  background-repeat: repeat-x;
}
.bg-ly {
  background-position: left;
  background-repeat: repeat-y;
}
.bg-ry {
  background-position: right;
  background-repeat: repeat-y;
}
/*===圆角css===*/
/*===外间距css===*/
.mgt10 {
  margin-top: 10px;
}
/*===内间距css===*/
/*===宽度css===*/
.lz-wd0 {
  width: 0;
}
.lz-wd-a {
  width: auto;
}
.lz-wd {
  width: 100%;
}
/*===高度css===*/
.ht0 {
  height: 0;
}
.ht-a {
  height: auto;
}
.ht {
  height: 100%;
}
/*图片大小css*/
.img1 img {
  width: 100%;
  height: auto;
}
.img2 img {
  width: auto;
  height: 100%;
}
/*===图片背景css===*/
.lz-bg {
  background: url(../images/ht_body_bg.jpg) no-repeat;
  background-size: 100% 100%;
  
}
.lz-bg-box {
  background: url(../images/box-bg.jpg) center repeat-y;
}
.lz-bg-body {
  background: url(../images/body_bg.jpg) top center no-repeat;
}
.lz-bg-name {
  background: url(../images/name.png)  no-repeat;
      background-size: 51%;
}
.lz-bg-con {
  background: url(../images/con-bg.png) center center no-repeat;
}
.lz-bg-foot {
  background: url(../images/foot-bg.jpg);
}
.lz-bg-submit {
  background: url(../images/btn.png) center center no-repeat;
}
.lz-bg-res {
  background: url(../images/res.png) center center no-repeat;
}
.lz-bg-user {
  background: url(../images/user.png) 10px center no-repeat white;
}
.lz-bg-pwd {
  background: url(../images/pwd.png) 10px center no-repeat white;
}
/*===背景颜色css===*/
/*===字体颜色css===*/
.txt-bs {
  color: white;
}
/*===文本框css===*/
.inputTxt {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: 1px solid #858585;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: #cfd6dd 0 1px 2px;
  -moz-box-shadow: #cfd6dd 0 1px 2px;
  box-shadow: #cfd6dd 0 1px 2px;
}
/*===按钮css===*/
.inputBtn {
  font-size: 16px;
  border: none;
}
.inputBtn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
body {
  color: #000;
  /*Default Font Clock*/
  background-color: #f2f2f2 /*Default Background Clock*/;
}
a {
  color: #3b3b3b;
  text-decoration: none;
}
/*Default A Clock*/
a:hover {
  text-decoration: dashed;
}
/*项目独有css*/
.lz-box {
  min-height: 648px;
}
.lz-con-box {
  width: 1000px;
  height: 648px;
  margin-left: -486px;
  margin-top: -354px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
}
.lz-con-box .lz-logo-name {
  width: 100%;
  height: 148px;
  text-indent: -9999px;
}
.lz-con-box .lz-con {
  width: 440px;
  height: 390px;
  padding-left: 560px;
  padding-top: 100px;
}
.lz-con-box .lz-con ul li {
  width: 290px;
  height: 45px;
}
.lz-con-box .lz-con ul li .input-txt {
  text-indent: 36px;
  width: 100%;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: 1px solid #858585;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: #cfd6dd 0 1px 2px;
  -moz-box-shadow: #cfd6dd 0 1px 2px;
  box-shadow: #cfd6dd 0 1px 2px;
}
.lz-con-box .lz-con ul li .input-yzm {
  text-indent: 16px;
  width: 180px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: 1px solid #858585;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: #cfd6dd 0 1px 2px;
  -moz-box-shadow: #cfd6dd 0 1px 2px;
  box-shadow: #cfd6dd 0 1px 2px;
}
.lz-con-box .lz-con ul li .yzm-img {
  padding-left: 10px;
}
.lz-con-box .lz-con ul li .yzm-img img {
  width: 95px;
  height: 35px;
  border: 1px solid #cfd6dd;
}
.lz-con-box .lz-con ul li .jzyhm {
  padding-left: 10px;
  color: #967759;
}
.lz-con-box .lz-con ul li .submit input {
  width: 134px;
  height: 41px;
  color: white;
  font-size: 16px;
  border: none;
}
.lz-con-box .lz-con ul li .submit input:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.lz-con-box .lz-con ul li .reset input {
  width: 135px;
  height: 41px;
  font-size: 16px;
  border: none;
}
.lz-con-box .lz-con ul li .reset input:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.lz-foot {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #9bc9ff;
}


.footer{
	    background: rgb(19 122 183 / 88%);
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}


.main_content1 ul{
    display: flex;
    flex-wrap: wrap;
}

.main_content1 ul li{
    width: 18%;
    float: left;
    cursor: pointer;
    overflow: hidden;
    margin-left: 1.5%;
    background: #fff;
    padding: 2px;
    margin-bottom: 2%;
}

.main_content1 ul li img{
	width: 100%;
}
.main_content1 ul li p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
}
