.usercenter .one .flex_item + .flex_item {
  margin-left: 10px;
}
.usercenter .two {
  padding: 30px;
}
.usercenter .two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.usercenter .two ul li {
  width: 25%;
  padding: 10px;
  font-size: 16px;
}
.usercenter .two ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #71b92f;
  border-radius: 10px;
  position: relative;
  justify-content: center;
  height: 100px;
  box-shadow: 0 0 10px rgba(113, 185, 47, 0.4);
}
.usercenter .two ul li span {
  width: 50px;
  height: 50px;
  display: flex;
  border: 1px solid #71b92f;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.usercenter .two ul li a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #d7ecc5;
  border-radius: 10px;
}
.usercenter .two ul li a:hover {
  background: #fff;
  color: #71b92f;
  text-decoration: underline;
}
/**/
.fenlei {
  font-size: 18px;
  padding: 10px;
  padding-bottom: 0px;
}
.fenlei .hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #476431;
  padding: 10px;
  border-radius: 10px;
  background: #f8f8fa;
}
.fenlei .hd a {
  color: #71766d;
  padding-right: 25px;
}
.fenlei .box ul > li {
  display: flex;
  padding: 24px 0;
}
.fenlei .box ul > li > span {
  width: 133px;
  border-radius: 10px;
  writing-mode: vertical-rl;
  margin-right: 10px;
  font-size: 30px;
  background: #b2c569;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fenlei .box ul > li:nth-child(2) > span {
  background: #75c683;
}
.fenlei .box ul > li:nth-child(3) > span {
  background: #47c69b;
}
.fenlei .box ol {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.fenlei .box ol li {
  padding: 7px;
  width: 14.285%;
}
.fenlei .box ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fbfef7;
  border: 1px solid #cadaba;
  color: #3b6911;
  height: 50px;
  font-size: 14px;
}
.fenlei .box ol li a:hover {
  color: #fff;
  background: #71b92f;
}
/**/
/* .usercenter .one_top {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
} */

.usercenter .one_top {
 
  border-radius: 5px;
  margin-bottom: 20px;
 
  padding-top: 20px;
}
.gonghuo {
  padding: 10px;
  font-size: 14px;
}
.gonghuo .title {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
}
.gonghuo .title a {
  color: #fb9543;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.gonghuo .title a i {
  width: 14px;
  height: 14px;
  background: url(../images/2_04.png) center no-repeat;
  margin: 0 10px;
}
.gonghuo .title .green {
  color: #6fa53b;
}
.gonghuo .title .green i {
  background: url(../images/2_05.png) center no-repeat;
}
.gonghuo .title b {
  font-size: 24px;
}
.gonghuo .title b span {
  font-size: 32px;
  color: #6fa53b;
}
.gonghuo .title .back {
  color: #666666;
}
.gonghuo .title .back i {
  width: 17px;
  height: 18px;
  display: block;
  margin-right: 6px;
  background: url(../images/back.png) center no-repeat;
}
.gonghuo .hd {
  border-bottom: 1px solid #e5e5e5;
}
.gonghuo .hd ul {
  display: flex;
}
.gonghuo .hd ul li {
  margin-right: 50px;
}
.gonghuo .hd ul a {
  display: block;
  position: relative;
  padding: 20px 0;
}
.gonghuo .hd ul li.on a {
  color: #6fa53b;
}
.gonghuo .hd ul li.on a:after {
  content: "";
  border-bottom: 2px solid #6fa53b;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.gonghuo .hd .search {
  display: flex;
  align-items: center;
  width: 400px;
  margin: 10px 0;
  border: 1px solid #eeeeee;
}
.gonghuo .hd .search .input {
  width: 100%;
  height: 42px;
  font-size: 18px;
  padding-left: 15px;
}
.gonghuo .hd .search button {
  background: #71b92f;
  width: 42px;
  height: 42px;
}
.gonghuo .hd .search i {
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/1_03.png) center no-repeat;
}
.table .time {
  color: #666666;
}
.gonghuo .table h4 {
  color: #999999;
  margin-bottom: 10px;
}
.gonghuo .title .message_btn {
  color: #45b011;
  border: 1px solid #45b011;
}
.gonghuo .title .message_btn i {
  width: 22px;
  height: 21px;
  background: url(../images/8_03.png) center no-repeat;
}
/**/
.message li {
  padding: 20px 0;
  border-bottom: 1px dashed #e9e9ea;
  line-height: 32px;
}
.message li p {
  margin: 12px 0;
}
.message li .side {
  color: #666666;
}
.message li .side span + span::before {
  content: "|";
  padding: 0 10px;
}
.message li h4 span {
  display: inline-block;
  color: #6cb933;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #6cb933;
}
.messagelist {
  font-size: 14px;
  max-height: 60vh;
  overflow-y: auto;
  color: #666666;
}
.messagelist textarea {
  height: 300px;
  width: 100%;
  border: 2px solid #dcdcdc;
  padding: 20px;
  font-size: 20px;
  resize: none;
  font-family: inherit;
  border-radius: 10px;
}
.messagelist p {
  margin-top: 20px;
}
.messagelist .btn {
  display: block;
  margin: 20px auto 0;
  width: 192px;
  height: 50px;
  font-size: 20px;
  border-radius: 10px;
  line-height: 50px;
}
.dialog_lg {
  width: 1200px;
}
.dialog_lg .messagelist textarea {
  height: 225px;
}
.messagelist ul p {
  margin: 0;
  color: #333;
}
.messagelist ul {
  line-height: 32px;
  margin: 20px 0;
  background: #f7f7fa;
  border-radius: 10px;
  padding: 0 25px;
}
.messagelist ul li {
  padding: 15px 0;
}

.messagelist ul li + li {
  border-top: 1px solid #e5e5e5;
}
.messagelist .hd p {
  line-height: 32px;
  margin: 10px 0;
  color: #333;
}
.messagelist .hd .brdge span + span::before {
  content: "|";
  padding: 0 15px;
}
.messagelist .hd h4 {
  color: #333;
  margin-bottom: 13px;
}
.messagelist .hd h4 span {
  display: inline-block;
  color: #6cb933;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #6cb933;
}
/**/
.zhanwei_lists {
  font-size: 14px;
  padding: 18px;
}
.zhanwei_lists ul {
  display: flex;
  margin: -10px -16px;
  text-align: center;
  flex-wrap: wrap;
  line-height: 36px;
}
.zhanwei_lists ul li {
  padding: 10px 16px;
  width: 18%;
}
.zhanwei_lists ul a {
  display: block;
  background: #f8f8fa;
  padding: 10px 10px 17px;
}
.zhanwei_lists ul p {
  color: #666;
}
.zhanwei_lists ul h4 {
  font-size: 20px;
  margin-top: 17px;
}
.zhanwei_item {
  padding: 20px;
}
.zhanwei_item a {
  display: block;
}
.zhanwei_item a + a {
  margin-top: 10px;
}
.zhanwei_item .side {
  margin-right: 10px;
  width: 42.08%;
}
/**/
.notice li {
  padding: 20px 0;
  border-bottom: 1px dashed #e9e9ea;
}
.notice li p {
  color: #666666;
  line-height: 30px;
  background: #f2f4f7;
  padding: 15px 25px;
  margin-top: 20px;
  display: none;
}
.notice li .tip {
  color: #f39800;
  font-size: 14px;
  width: 45px;
  height: 23px;
  background: url(../images/5_03.png) center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.notice li .flex_item {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.notice li .time {
  color: #666;
}
.notice li .del {
  display: flex;
  align-items: center;
  margin-left: 40px;
  cursor: pointer;
  color: #f39800;
}
.notice li .del i {
  display: block;
  margin-right: 6px;
  width: 17px;
  height: 19px;
  background: url(../images/5_06.png) center no-repeat;
}
.notice li .down {
  cursor: pointer;
  margin-left: 40px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #73ba32;
}
.notice li .down:after {
  content: " ";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-width: 0 2px 2px 0;
  border-color: #73ba32;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin: -6px 0 0 -4px;
  left: 50%;
}
.notice li .down.on::after {
  border-width: 2px 0 0 2px;
  margin-top: -2px;
}
/**/
.login {
  height: 100vh;
  overflow: hidden;
  font-size: 18px;
  background: url(../images/login.jpg) center no-repeat;
  background-size: cover;
}
.login .logo {
  position: absolute;
  top: 50px;
  right: 50px;
}
.login .ft {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 36px;
  padding-bottom: 40px;
}
.login .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 15px;
  width: 970px;
  display: flex;
}
.login .box .bd {
  padding: 55px 40px;
  border-right: 1px solid #ededed;
}
.login .box .bd h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 30px;
}
.login .box .bd p {
  margin-top: 30px;
}
.login .box .bd p a {
  color: #35b256;
}
.login .box .bd .btn {
  width: 100%;
  font-size: 24px;
  height: 85px;
  line-height: 85px;
  background: #35b256;
  margin-top: 40px;
}
.login .box .bd li {
  display: flex;
  padding: 0 25px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  margin-top: 40px;
  align-items: center;
}
.login .box .bd li .input {
  width: 100%;
  font-size: 20px;
  height: 64px;
}
.login .box .bd li span {
  text-decoration: underline;
  color: #ff8a00;
}
.login .box .side {
  width: 360px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 24px;
  text-align: center;
}
.login .box .side .code {
  border: 1px solid #ededed;
  width: 240px;
  margin-top: 35px;
}
/**/
.minglu {
  font-size: 14px;
}
.minglu {
  padding: 20px;
}
.minglu .one {
  border-radius: 10px;
  background: #f8f8fa;
  padding: 0 30px;
}
.minglu .one .hd {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.minglu .one .title {
  font-weight: bold;
  font-size: 20px;
  color: #71b92f;
  margin-bottom: 15px;
}
.minglu .one .hd dt {
  font-weight: bold;
  font-size: 20px;
}
.minglu .one .hd dd {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
}
.minglu .one .hd .pic {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 84px;
  margin-right: 15px;
  height: 84px;
}
.minglu .one .hd .btn {
  background: #fff;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ea9200;
}
.minglu .one .hd .btn i {
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url(../images/2_06.png) center no-repeat;
  margin-right: 10px;
}
.minglu .one .bd {
  line-height: 2;
  padding: 15px 0;
}
.minglu .one .bd span + span::before {
  content: "|";
  color: #ccc;
  padding: 0 15px;
}
.minglu .two {
  margin-top: 24px;
}
.minglu .two .bd {
  display: flex;
}
.minglu .two .bd .flex_item + .flex_item {
  margin-left: 24px;
}
.minglu .two .bd .flex_item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.minglu .two .bd ul {
  line-height: 30px;
  padding: 20px 10px;
}
.minglu .two .bd h4 {
  text-align: center;
  color: #fff;
  padding: 12px 0;
  background: #75c683;
  font-size: 20px;
}
.minglu .two .bd .flex_item + .flex_item ul {
  color: #999999;
}
.minglu .two .bd .flex_item + .flex_item h4 {
  background: #f8b551;
}
.minglu .two .bd textarea {
  width: 100%;
  height: 300px;
  font-size: 18px;
  resize: none;
  font-family: inherit;
}
.minglu .three h4 {
  padding: 20px 0 15px;
  font-weight: bold;
  font-size: 20px;
}
.minglu .three ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.minglu .three ul li {
  padding: 5px;
  width: 8.333%;
}
.minglu .three ul p {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #4dba49;
  color: #fff;
  padding: 5px 0;
}
.minglu .three ul .pic {
  border-radius: 10px;
}
.minglu .two .ft {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}
.minglu .two .ft a {
  text-decoration: underline;
  color: #71b92f;
}
.minglu .two .ft .btn {
 margin-bottom: 15px;
    font-size: 20px;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    line-height: 50px;
}
.minglu .four dt {
  font-weight: bold;
  font-size: 32px;
  color: #6fa53b;
}
.minglu .four dd {
  color: #f15427;
  margin-top: 15px;
}
.minglu .four .btn {
  color: #07c8ff;
  width: 162px;
  line-height: 55px;
  border-radius: 10px;
  border: 1px solid #07c8ff;
}
.minglu .four .btn + .btn {
  color: #4dba49;
  border-color: #4dba49;
}
/**/
.dialog_banner .title {
  background: #4dba49;
  color: #fff;
  padding: 20px 30px;
}
.dialog_banner .title .close::before,
.dialog_banner .title .close::after {
  background: #fff;
}
.dialog_banner p {
  line-height: 28px;
  margin: 15px 0 0;
}
.dialog_banner h3 {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  color: #75c683;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}
.dialog_banner h3:after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #75c683;
}
.dialog_banner .bd .flex {
  padding: 30px 35px 0;
  justify-content: space-between;
  text-align: center;
}
.dialog_banner .bd .code {
  width: 226px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.dialog_banner .bd .btn {
  width: 292px;
  height: 80px;
  color: #fff;
  background: #71b92f;
  font-size: 24px;
  margin-top: 15px;
}
.dialog_banner .bd dt {
  color: #666;
  font-size: 18px;
}
.dialog_banner .bd dd {
  font-weight: bold;
  color: #f39801;
  font-size: 35px;
  margin-top: 15px;
}
/**/
.dialog_tip {
  width: 423px;
  text-align: center;
  color: #71b92f;
  padding: 30px 0;
}
.dialog_tip p {
  font-size: 18px;
  margin-top: 20px;
}
.dialog_tip .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
/**/
.upvip {
  display: flex;
  margin-top: 15px;
}
.upvip > .flex_item + .flex_item {
  margin-left: 60px;
}
.upvip > .flex_item + .flex_item .title {
  background: #f8b551;
}
.upvip > .flex_item + .flex_item .bd h3 {
  color: #f8b551;
}
.upvip > .flex_item + .flex_item .bd h3:after {
  background: #f8b551;
}
.upvip > .flex_item {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.upvip .bd {
  padding: 30px;
}
.upvip .title {
  display: flex;
  align-items: center;
  background: #75c683;
  color: #fff;
  font-size: 26px;
  padding-left: 20px;
  height: 80px;
  padding-bottom: 0;
  position: relative;
}
.upvip .title .pic {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.upvip .title .icon {
  margin-right: 10px;
}
.upvip .bd p {
  line-height: 2;
  margin-top: 15px;
  height: 267px;
}
.upvip .bd h3 {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  color: #75c683;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}
.upvip .bd h3:after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #75c683;
}
.upvip .bd .flex .code {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.upvip .bd .flex {
  justify-content: space-between;
  text-align: center;
  color: #666;
}
.upvip .bd .flex dd {
  font-weight: bold;
  color: #f39801;
  font-size: 35px;
  margin-top: 15px;
}
.upvip .bd .flex .btn {
  width: 292px;
  height: 80px;
  color: #fff;
  background: #71b92f;
  font-size: 24px;
  margin-top: 15px;
}
/**/
.minglu .three .tip {
  color: #f15427;
  line-height: 2;
}
.minglu .fire h3 {
  font-size: 20px;
  padding: 20px 0;
}
.minglu .fire .ft {
  text-align: center;
  margin-top: 60px;
}
.minglu .fire .ft button {
  font-size: 24px;
  width: 240px;
  height: 80px;
  border-radius: 10px;
}
.minglu .fire ul {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}
.minglu .fire ul li {
  width: 8.3333%;
  padding: 9px;
}
/**/
.ziliao .tip {
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin-top: 10px;
}
.ziliao .tip span {
  color: #f15427;
}
.ziliao .tip::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #6fa53b;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.ziliao .box {
  display: flex;
  border-radius: 10px;
  background: #f8faf6;
  padding: 20px;
  margin-top: 20px;
  line-height: 40px;
}
.ziliao .box li {
  display: flex;
  align-items: center;
  padding: 4px 0;
  font-size: 14px;
}
.ziliao .box li .txt {
  width: 117px;
  color: #666;
}
.ziliao .box li .input {
  height: 60px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 10px;
  width: 358px;
  border: 1px solid #e5e5e5;
}
.ziliao .box li .exit {
  display: block;
  width: 23px;
  height: 22px;
  background: url(../images/3_07.png) center no-repeat;
}
.ziliao .box > .flex_item + .flex_item {
  margin-left: 80px;
}
.ziliao .box .cupload-upload-box {
  width: 62px;
  border-radius: 50% !important;
  background: #fff;
}
.ziliao .ft {
  text-align: center;
  margin-top: 40px;
}
.ziliao .ft .btn {
  width: 200px;
  font-size: 24px;
  border-radius: 10px;
  height: 50px;
}
/**/
.banner_sm {
  margin-top: 40px;
}
.banner_sm img {
  width: 100%;
}
.home_top {
  background: #fafafa;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
.home_top .flex {
  height: 40px;
}
.home_top a {
  display: flex;
  height: 28px;
  align-items: center;
  border-radius: 28px;
  padding: 0 15px;
}
.home_top a i {
  display: block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../images/home_03.png);
  background-repeat: no-repeat;
}
.home_top a .i2 {
  background-position: -119px 0;
}
.home_top a .i3 {
  background-position: -190px 0;
}
.home_top a .i4 {
  background-position: -260px 0;
}
.home_top .drop:hover a i,
.home_top a:hover i {
  background-image: url(../images/home_03_on.png);
}
.home_top .drop:hover a,
.home_top a:hover {
  color: #fff;
  background: #71b92f;
}
.home_top .drop {
  position: relative;
  padding: 6px 0;
}
.home_top .drop:hover .code {
  display: block;
}
.home_top .drop .code {
  position: absolute;
  width: 170px;
  display: none;
  z-index: 1020;
  text-align: center;
  background: #fff;
  top: 100%;
  left: 50%;
  padding: 15px 0 10px;
  transform: translate(-50%, 0);
  font-size: 16px;
  color: #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home_top .drop .code img {
  margin-bottom: 5px;
  width: 136px;
}
.homepage {
  padding-bottom: 40px;
}
.homepage .one .hd {
  display: flex;
  align-items: center;
  font-size: 18px;
  border-bottom: 2px solid #71b92f;
}
.homepage .one .hd ul {
  display: flex;
  align-items: center;
  line-height: 50px;
}
.homepage .one .hd .btn {
  font-weight: bold;
  padding: 0 20px;
}
.homepage .one .hd .btn_red {
  background: #f05426;
}
.homepage .one .hd .side li {
  flex: 1;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #6fa53b;
  border-left: 1px solid #5e9a27;
}
.homepage .one .hd .side li:first-child {
  border: none;
}
.homepage .one .hd .side li.on {
  background: #71b92f;
}
.homepage .one .hd .nav {
  padding-left: 20px;
}
.homepage .one .hd .nav li a {
  padding: 0 30px;
  display: block;
}
.homepage .one .in {
  display: flex;
  justify-content: space-between;
}
.homepage .one .side {
  width: 23%;
  background: #71b92f;
}
.homepage .one .in .side {
  padding: 16px;
}
.homepage .one .in .side ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7px -5px;
}
.homepage .one .in .side ul li {
  padding: 7px 5px;
  width: 33.333%;
}
.homepage .one .in .side ul li a {
  display: flex;
  border-radius: 5px;
  border: 1px solid #97d75c;
  color: #fff;
  background: #88c450;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.homepage .one .in .side ul li a:hover {
  color: #468b34;
  background: #fff;
}
.homepage .one .swiper-pagination-bullet-active {
  background: #88c450;
}
.homepage .one .in .news {
  margin-top: 15px;
  flex: inherit;
  width: 20%;
}
.homepage .one .banner {
  width: 55%;
  margin-top: 15px;
}
.homepage .one .banner img {
  height: 501px;
}
.homepage .one ol {
  display: flex;
  background: #f2faea;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  height: 110px;
  margin-bottom: 30px;
  text-align: center;
}
.homepage .one ol li {
  flex: 1;
}
.homepage .one ol li + li {
  border-left: 1px solid #dcf2c8;
}
.homepage .one ol li dd {
  font-weight: bold;
  color: #71b92f;
  font-size: 30px;
  font-family: DIN;
}
.homepage .one .news .title {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  position: relative;
  justify-content: space-between;
}
.homepage .one .news .title:after {
  content: "";
  width: 13px;
  height: 3px;
  background: #71b92f;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.homepage .one .news .title a {
  font-size: 14px;
}
.homepage .one .news .title b {
  font-size: 18px;
}
.homepage .one .news ul li {
  line-height: 24px;
  margin-top: 15px;
  position: relative;
  padding-left: 13px;
}
.homepage .one .news ul li p {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .one .news ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #71b92f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.homepage .one .news ul li span {
  font-size: 14px;
  color: #666;
}
.homepage .bgf {
  background: #fff;
  padding-bottom: 40px;
}
.homepage .two {
  padding-top: 24px;
  font-size: 18px;
}
.homepage .two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
/* .homepage .two ul li {
  padding: 10px;
  width: 16.666%;
} */

.homepage .two ul li {
  padding: 10px;
  width: 20%;
}



.homepage .five ul li {
  padding: 10px;
  width: 25%;
}

.homepage  .five {
  padding-top: 24px;
  font-size: 18px;
}
.homepage   .five ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
 

.homepage .five ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8faf6;
  height: 100px;
}

.homepage .five ul li img {
  margin-right: 12px;
  /* width: 50px; */
}

.homepage .two ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8faf6;
  height: 100px;
}


.homepage .two ul li a:hover {
  color: #fff;
  background: #71b92f;
}
.homepage .two ul li a:hover img {
  filter: brightness(100);
}
.homepage .two ul li img {
  margin-right: 12px;
  width: 50px;
}
.homepage .three {
  background: #f8f8fa;
  padding: 20px;
  margin-top: 24px;
}
.homepage .three .title {
  font-size: 24px;
  padding-bottom: 15px;
}
.homepage .three .title span {
  font-weight: bold;
  color: #6fb82e;
}
.homepage .three .in {
  display: flex;
}
.homepage .three h3 {
  font-size: 18px;
  position: relative;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.homepage .three h3::before {
  content: "";
  width: 42px;
  height: 2px;
  background: #6fb82e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.homepage .three li {
  display: flex;
  align-items: center;
  line-height: 36px;
  padding: 0 10px;
}
.homepage .three li b {
  width: 25px;
  font-family: DIN;
  color: #696969;
}
.homepage .three li span {
  color: #666;
}
.homepage .three li:nth-child(1) b,
.homepage .three li:nth-child(2) b,
.homepage .three li:nth-child(3) b {
  color: #ff6000;
}

.homepage .three li:nth-child(1) .bb,
.homepage .three li:nth-child(2) .bb,
.homepage .three li:nth-child(3) .bb {
  color: #6fb82e;
}

.homepage .three li:nth-child(even) {
  background: #faf9f9;
}
.homepage .three .in > .flex_item {
  background: #fff;
  margin-right: 20px;
  padding: 15px;
}
.homepage .three .side {
  width: 298px;
  background: #ecf1e8;
  /* padding-top: 60px; */
  text-align: center;
  line-height: 30px;
}
.homepage .three .side dl {
  margin-bottom: 60px;
}
.homepage .three .side img {
  width: 240px;
}
.homepage .three .side dt {
  font-weight: bold;
  font-size: 24px;
}
.homepage .three .side dt span {
  color: #6fb82e;
}
.homepage .three_color {
  background: #fcf9f9;
}
.homepage .three_color .title span {
  color: #ff5b01;
}
.homepage .three_color h3::before {
  background: #ff5b01;
}
.homepage .four {
  margin-top: 40px;
}
.homepage .four .title {
  display: flex;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 15px;
  align-items: center;
}
.homepage .four .title a {
  font-weight: normal;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.homepage .four .title a i {
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  border: 2px solid #666;
}
.homepage .four .title a i:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #666;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin: -4px 0 0 -5px;
  left: 50%;
}
.homepage .four .bd {
  display: flex;
}
.homepage .four .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.homepage .four .bd ul li {
  width: 25%;
  padding: 7px;
  text-align: center;
  line-height: 26px;
}
.homepage .four .bd ul dt {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .four .bd ul li a {
  display: block;
  padding: 10px;
  background: #fff;
}
.homepage .four .bd ul li dl {
  padding: 10px 0 5px;
}

.homepage .four .side {
  width: 19.6%;
  margin-right: 14px;
}

/* ray */

.login .box .bd li span button {
  text-decoration: underline;
  color: #ff8a00;
  background: none;
}

.cupload-image-box,
.cupload-image-preview {
  border-radius: 50% !important;
}

.table {
  font-size: 15px;
}

.jumpurl {
  cursor: pointer;
  font-size: 15px;
}
.table table td p {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
   font-size: 15px;
}
/**/

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .rightwrap .top ul a {
    height: 90px;
    font-size: 14px;
    width: 100px;
  }
  .rightwrap .top b,
  .gonghuo .title b,
  .upvip .title {
    font-size: 20px;
  }
  .gonghuo .title b span,
  .minglu .four dt {
    font-size: 24px;
  }
  .usercenter .two ul li {
    font-size: 14px;
    width: 33.333%;
  }
  .minglu .fire ul li,
  .minglu .three ul li {
    width: 20%;
  }
  .gonghuo .hd .search {
    width: 240px;
  }
  .gonghuo .hd .search .input {
    font-size: 13px;
  }
  .table table td {
    padding: 8px;
    width: auto;
  }
  .btn {
    min-width: auto;
  }
  .btn + .btn {
    margin-left: 10px;
  }
  .table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .ziliao .box li .input {
    width: 200px;
    height: 50px;
  }
  .ziliao .box li .txt {
    width: 90px;
  }
  .upvip .bd .flex {
    display: block;
  }
  .upvip .bd .flex .code {
    margin-bottom: 10px;
  }
  .zhanwei_lists ul li {
    width: 33.333%;
  }
  .gonghuo .hd ul li {
    margin-right: 20px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .homepage .one .hd .nav li a {
    padding: 0 15px;
  }
  .homepage .one ol {
    height: 80px;
  }
  .homepage .one .banner img {
    height: 471px;
  }
  .homepage .one .in .side ul li a {
    height: 50px;
  }
  .header .search {
    width: 500px;
  }

  .footer,
  .login {
    font-size: 14px;
  }
  .homepage .one .hd {
    font-size: 16px;
  }
  .login .ft {
    line-height: 24px;
    padding-bottom: 20px;
  }
  .login .logo img {
    width: 85px;
  }
  .fenlei .box ul > li > span {
    width: 90px;
    font-size: 20px;
  }
  .userbox .leftmenu {
    width: 200px;
  }
  .userbox .leftmenu ul li a {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .rightwrap .top ul a {
    height: 90px;
    font-size: 14px;
    width: 100px;
  }
  .rightwrap .top b,
  .gonghuo .title b,
  .upvip .title {
    font-size: 20px;
  }
  .gonghuo .title b span,
  .minglu .four dt {
    font-size: 24px;
  }
  .usercenter .two ul li {
    font-size: 14px;
    width: 33.333%;
  }
  .minglu .fire ul li,
  .minglu .three ul li {
    width: 20%;
  }
  .gonghuo .hd .search {
    width: 240px;
  }
  .gonghuo .hd .search .input {
    font-size: 13px;
  }
  .table table td {
    padding: 8px;
    width: auto;
  }
  .btn {
    min-width: auto;
  }
  .btn + .btn {
    margin-left: 10px;
  }
  .table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .ziliao .box li .input {
    width: 200px;
    height: 50px;
  }
  .ziliao .box li .txt {
    width: 90px;
  }
  .upvip .bd .flex {
    display: block;
  }
  .upvip .bd .flex .code {
    margin-bottom: 10px;
  }
  .zhanwei_lists ul li {
    width: 33.333%;
  }
  .gonghuo .hd ul li {
    margin-right: 20px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .homepage .one .hd .nav li a {
    padding: 0 15px;
  }
  .homepage .one ol {
    height: 80px;
  }
  .homepage .one .banner img {
    height: 471px;
  }
  .homepage .one .in .side ul li a {
    height: 50px;
  }
  .header .search {
    width: 500px;
  }

  .footer,
  .login {
    font-size: 14px;
  }
  .homepage .one .hd {
    font-size: 16px;
  }
  .login .ft {
    line-height: 24px;
    padding-bottom: 20px;
  }
  .login .logo img {
    width: 85px;
  }
  .fenlei .box ul > li > span {
    width: 90px;
    font-size: 20px;
  }
  .userbox .leftmenu {
    width: 200px;
  }
  .userbox .leftmenu ul li a {
    padding-left: 40px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .homepage .four .side {
    width: 20.8%;
  }
  .rightwrap .top ul a {
    height: 90px;
    font-size: 14px;
    width: 100px;
  }
  .rightwrap .top b,
  .gonghuo .title b,
  .upvip .title {
    font-size: 20px;
  }
  .gonghuo .title b span,
  .minglu .four dt {
    font-size: 24px;
  }
  .usercenter .two ul li {
    font-size: 14px;
    width: 33.333%;
  }
  .minglu .fire ul li,
  .minglu .three ul li {
    width: 20%;
  }
  .gonghuo .hd .search {
    width: 240px;
  }
  .gonghuo .hd .search .input {
    font-size: 13px;
  }
  .table table td {
    padding: 8px;
    width: auto;
  }
  .btn {
    min-width: auto;
  }
  .btn + .btn {
    margin-left: 10px;
  }
  .table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .ziliao .box li .input {
    width: 200px;
    height: 50px;
  }
  .ziliao .box li .txt {
    width: 90px;
  }
  .upvip .bd .flex {
    display: block;
  }
  .upvip .bd .flex .code {
    margin-bottom: 10px;
  }
  .zhanwei_lists ul li {
    width: 33.333%;
  }
  .gonghuo .hd ul li {
    margin-right: 20px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .homepage .one .hd .nav li a {
    padding: 0 15px;
  }
  .homepage .one ol {
    height: 80px;
  }
  .homepage .one .banner img {
    height: 471px;
  }
  .homepage .one .in .side ul li a {
    height: 50px;
  }
  .header .search {
    width: 500px;
  }

  .footer,
  .login {
    font-size: 14px;
  }
  .homepage .one .hd {
    font-size: 16px;
  }
  .login .ft {
    line-height: 24px;
    padding-bottom: 20px;
  }
  .login .logo img {
    width: 85px;
  }
  .fenlei .box ul > li > span {
    width: 90px;
    font-size: 20px;
  }
  .userbox .leftmenu {
    width: 200px;
  }
  .userbox .leftmenu ul li a {
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
}

/**/
@media (max-width: 768px) {
}
