@charset "utf-8";
/* CSS Document */
body {color: #666;}
input {outline: none;}
ul {font-size: 0;}
ul li {font-size: 1rem;}
.wrap {padding: 0 2%;}

.navtop a {
  width: 20%;
  padding: 2% 0;
  margin-bottom: 3%;
  background: #0972c9;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

/*标题*/
.title-main {
  margin: 3%;
  text-align: center;
  font-size: 1.5rem;
}


.nav {
  height: 260px;
  justify-content: space-around;
  align-content: space-between;
}
.nav a {
  display: block;
  width: 160px;
  height: 120px;
  text-align: center;
  font-size: 20px;
}
.nav_img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #0050a2;
  border-radius: 10px;
  margin: 0 auto 10px;
}

.p {
  text-indent: 2em;
  line-height: 2em;
}
.zx_a {
  display: block;
  width: 60%;
  padding: 2% 0;
  margin: 3% auto;
  background: #0050a2;
  color: #fff;
  border-radius: 50px;
}

.wtlist a {
  width: 32%;
  padding: 2% 0;
  margin: 1% auto;
  background: #0972c9;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.zy .zy_div {
  width: 48.5%;
  position: relative;
  margin: 1% auto;
}
.zy .zy_div p {
  width: 100%;
  line-height: 2.5rem;
  background: rgba(255,255,255, .7);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #404040;
}

.zy_div a{
  border: 1px solid #0972c9;
  width: 40%;
  display: inline-block;
  margin: 0.2rem auto;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 44px;
  color: #0972c9;
  
}


/*仿对话窗口*/
.duihua {
  width:100%;
  max-width: 750px;
  height: 300px;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  transform: translateY(300px);
  animation: mt0 1s ease 1 normal forwards;
  -moz-animation: mt 1s ease 1 normal forwards; /* Firefox */
  -webkit-animation: mt 1s ease 1 normal forwards; /* Safari and Chrome */
  -o-animation: mt 1s ease 1 normal forwards; /* Opera */
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
}
@keyframes mt0
{
  from {transform: translateY(300px);}
  to {transform: translateY(0);}
}

@-moz-keyframes mt0 /* Firefox */
{
  from {transform: translateY(300px);}
  to {transform: translateY(0);}
}

@-webkit-keyframes mt0 /* Safari and Chrome */
{
  from {transform: translateY(300px);}
  to {transform: translateY(0);}
}

@-o-keyframes mt0 /* Opera */
{
  from {transform: translateY(300px);}
  to {transform: translateY(0);}
}
.dh-close {
  height: 20px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: right;
  background: #ccc;
  cursor: pointer;
}
.wt-con li {
  transform: translateY(500px);
  animation: mt 1s ease 1 normal forwards;
  -moz-animation: mt 1s ease 1 normal forwards; /* Firefox */
  -webkit-animation: mt 1s ease 1 normal forwards; /* Safari and Chrome */
  -o-animation: mt 1s ease 1 normal forwards; /* Opera */
}
.wt-con li:first-child {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
}
.wt-con li:last-child {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
}
@keyframes mt
{
  from {transform: translateY(500px);}
  to {transform: translateY(0);}
}

@-moz-keyframes mt /* Firefox */
{
  from {transform: translateY(300px);}
  to {transform: translateY(0);}
}

@-webkit-keyframes mt /* Safari and Chrome */
{
  from {transform: translateY(500px);}
  to {transform: translateY(0);}
}

@-o-keyframes mt /* Opera */
{
  from {transform: translateY(500px);}
  to {transform: translateY(0);}
}
.wt-con li img {
  vertical-align: middle;
  margin: 20px;
}
.wt-con li span {
display: inline-block;
    width: 75%;
    line-height: 48px;
    padding: 0 1%;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 0.9rem;
}
.LR_User_Icon0 img {width: 10%;}
#LR_User_Icon0 {
  overflow: hidden;
  padding: 10px 2%;
}
#LR_text1 {
  width: 60%;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  border: 1px solid #999;
}
#LR_button1 {
  width: 25%;
  height: 45px;
  line-height: 45px;
  background: #0972c9;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  border: none;
  float: right;
}
body {padding-bottom: 300px;}
.ul_list1 li{
  width: 48%;
}
.ul_list1 li img{
  width: 100%;
}