/* CSS Document*/
* {
    padding: 0px;
    margin: 0px;
    outline: 0 none;
}

a {
    text-decoration: none;
    color: #666;
    transition: all 0.5s ease 0s;
}

a:focus {
    outline: none;
}

a:hover {
    color: #2763dd;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin-bottom: 0px;
}

li {
    vertical-align: bottom;
    zoom: 1;
}

img {
    border: 0px;
}

select {
    font-family: "pingfang SC", "Microsoft YaHei", "黑体";
    color: #666;
    font-size: 12px;
}

textarea {
    font-family: "pingfang SC", "Microsoft YaHei", "黑体";
    color: #666;
    font-size: 12px;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

th,
td {
    padding: 0;
}

input {
    vertical-align: middle;
    outline: none;
    font-size: 12px;
    font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
}

.hidden {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: inherit;
    margin: 0px;
}

p {
    margin: 0px;
}

em,
i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-input-placeholder {
    color: #999;
}

textarea::-ms-input-placeholder {
    color: #999;
}

.center {
    text-align: center;
}

body {
    font-family: "pingfang SC", "Microsoft YaHei", "黑体";
    color: #666;
    font-size: 14px;
    background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}

.container {
    margin: 0px auto;
    max-width: 1400px;
    width: 100%;
}


.login{
  width: 100vw;
  height: 100vh;
  background: url(../images/login_bj.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login .logo{
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.login .logo img{
  width: 180px;
  height: auto;
}

.login .login1{
  width: 520px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  margin-top: 25px;
  box-sizing: border-box;
  padding: 40px;
}

.login .login1 .bt{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.login1 .hd ul{
  display: flex;
  justify-content: center;
}

.login1 .hd ul li{
  font-size: 20px;
  margin: 0px 20px;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}

.login1 .hd ul li.on{
  color: #2763dd;
}

.login1 .hd ul li.on::after{
  width: 60px;
  height: 3px;
  background: #2763dd;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50% , -0);
  content: '';
}

.login1 .bd ul{
  padding-top: 15px;
}

.login1 .bd ul li{
  padding-top: 20px;
  position: relative;
}

.login1 .bd ul li .text{
  border: 0px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 45px;
  background: none;
  padding: 0px 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.login1 .bd ul li p{
  text-align: right;
  padding-top: 10px;
  font-size: 14px;
}

.login1 .bd ul li .btn{
  width: 100%;
  height: 50px;
  background: #245fdb;
  border: 0px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.login1 .bd ul li h2{
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}

.login1 .bd ul li h2 a{
  color: #245fdb;
}

.login1 .bd ul li .yzm{
  position: absolute;
  right: 10px;
  top: 30px;
  background: none;
  border: 0px;
  font-size: 14px;
  color: #245fdb;
  cursor: pointer;
}

.login1 .bd ul li .yzm:disabled{
  color: #ccc;
  cursor: no-drop;
}

.login .sy{
    width: 100%;
    padding-top: 50px;
    max-width: 800px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.login .sy a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #245fdb;
width: 31%;
aspect-ratio: 1/1;
border-radius: 10px;
color: #fff;
font-size: 24px;
}

.login .sy a:hover{
    transform: translate(0 , -20px);
}

.login .sy a:nth-child(2){
    background: #48b512;
}

.login .sy a:nth-child(3){
    background: #e14f4f;
}

.big{
    background: #F3F3F4;
    min-height: 100vh;
}

.dbt{
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dbt h2{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.dbt h3 a{
    background: #16baaa;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px;
    font-size: 16px;
}

.dbt1{
    margin-top: -15px;
    padding-bottom: 15px;;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dbt1 a{
    background: #16baaa;
    color: #fff;
    padding: 3px 15px;
    border-radius: 0px;
    font-size: 14px;
}

.ibox-content{
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.dymk_box{
    padding-bottom: 20px;
}

.dymk_box .bt{
    border-left: 3px solid #16baaa;
    background: #eee;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.dymk_box .nr p{
    font-size: 16px;
   line-height: 1.6;
}

.timeline {
    position: relative;
}

.timeline::after {
    width: 100%;
    height: 1px;
    content: '';
    background: #333;
    position: absolute;
    left: 0px;
    top: 40px;
}

.timeline ul {
    position: relative;
    overflow-x: auto;
    display: flex;
}

.timeline ul li {
    width: 300px;
    height: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
}

/*.timeline ul li:nth-child(even) {*/
/*    justify-content: flex-start;*/
/*    margin-top: 10px;*/
/*}*/

.timeline ul li h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}

.timeline ul li h2 i {
    padding-left: 8px;
    font-weight: normal;
    font-style: normal;
}

.timeline ul li p {
    font-size: 16px;
    line-height: 1.5;
}

.layui-tree-txt {
    font-size: 16px
}

.layui-icon {
    font-size: 20px
}

.catalog-title {
    font-size: 18px;
    font-weight: bold
}

.dymk{
    display: flex;
    justify-content: space-between;
}

.dymk_l{
    width: 280px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
}

.dymk_l .bt{
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dymk_r{
    width: calc(100% - 300px);
    background: #fff;
}

.rwnr_big .xbt{
padding: 20px;
}

.rwnr_big .xbt h2{
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    justify-content: space-between;
    padding-bottom: 10px;
}

.rwnr_big .xbt h2 span{
    padding-right: 10px;
}

.rwnr_big .xbt h2 span i{
    border: 1px solid #16baaa;
    font-size: 12px;
    font-weight: normal;
    color: #16baaa;
    border-radius: 5px;
    padding: 5px 15px;
    margin-right: 10px;
}

.rwnr_big .xbt h2 span i.wc{
    border: 1px solid #e14f4f;
    font-size: 12px;
    font-weight: normal;
    color: #e14f4f;
    border-radius: 5px;
    padding: 5px 15px;
    margin-right: 10px;
}

.rwnr_big .xbt h2 span button{
    background: #01aaed;
    border: 0px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
}

.rwnr_big .xbt p{
    font-size: 14px;
    padding-bottom: 3px;
}