﻿@charset "utf-8";
html{-webkit-font-smoothing:antialiased}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
table,th,td{border: 1px solid black;}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;}
a{text-decoration:none;blr:expression(this.onFocus=this.blur());color: inherit;}
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur());}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none;outline: none;font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;}
img{vertical-align:middle;height: auto;}
button,input[type=submit],input[type=text],input[type=button]{outline: none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;blr:expression(this.onFocus=this.blur());}
input{outline: 0;}
input::-webkit-input-safebox-button{display: none;/*去掉搜狗浏览器密码软盘*/}
body{color: #000;line-height: 1;min-width: 1200px;overflow-x: auto !important;font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;}
body *{box-sizing: border-box;line-height: 1;}

#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.img-hover{position: relative;overflow: hidden;}
.img-hover img{display: block;transform: scale(1.001);vertical-align: top;transition: all 0.5s ease 0s;}
.img-hover:hover img{transform: scale(1.07);}

.pic-hover{overflow: hidden;position: relative;}
.pic-hover img{transition: transform 12s cubic-bezier(.23, 1, .32, 1); transform: scale(1);}
.pic-hover:hover img{transform: scale(1.1);}



.header{
    width: 100%;
}
.header .head{
    background-image: url(../images/top1.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 174px;
}
.header .head .con{
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .head .con .logo{
  width: 250px;
}
.header .head .con .logo #mlogo{
  display: none;
}

.header .head .con .logo img{
    width: 100%;
}
.header .head .con h1{
  max-width: 450px;
  line-height: 1.2;
  font-size: 48px;
  font-family: "Microsoft Yahei";
  font-weight: bold;
  color: #00923f;
  text-align: center;
  margin: 0px 40px;
}
.header .head .con .h-r{
    /* margin-bottom: 17px; */
}
.header .head .con .h-r .phone{
    margin-bottom: 17px;
    text-align: right;
}
.header .head .con .h-r .phone img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.header .head .con .h-r .phone span{
    font-size: 24px;
    color: #00923f;
    vertical-align: middle;
}
.header .head .con .h-r .search{
    width: 320px;
    height: 50px;
    border-radius: 2px;
    border: solid 2px #999999;
    padding-left: 13px;
    display: flex;
    background-color: #fff;
}
.header .head .con .h-r .search input[type=text]{
    border: 0;
    width: 235px;
    height: 100%;
    display: inline-block;

}
.header .head .con .h-r .search input[type=button]{
    width: 70px;
    height: 100%;
    background-color: #00923f;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border: 0;
}




.header .head-nav{
    width: 100%;
    height: 60px;
    background-color: #00923f;
    position:relative;
}
.header .head-nav .nav-container{
  width: 1200px;
  height: 100%;
  margin: auto;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .head-nav .nav{
  width: calc(100% - 150px);
  display: flex;
  justify-content: space-between;
}
.header .head-nav .nav li a{
    display: inline-block;
    /* padding: 0 30px; */
    padding: 0 12px;
    line-height: 60px;
    font-size: 15px;
    height: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
.header .head-nav .nav li a.active{
    background-color: #015200;
}
    .header .head-nav .nav .drop-down:hover {
     background-color: #015200;
    }
/*.header .head-nav .nav li a:hover{
    background-color: #015200;
}*/
/*.drop-down{
    position: relative;
}*/
.drop-down-content{
    width: 100%;
     /*width: auto;*/
    padding: 0;
    display: none;
    position: absolute;
    left: 0%;
    /*transform: translateX(-50%);*/
    top: 60px;
    background-color: #ffffff;
    /*background-color: #00923f;*/
    z-index: 500;
    /*font-size: 13px;*/
    color:#000;
}
.drop-down-content li{
    /*display:inline-block;*/
       background-color: #ffffff;
    width:125px;
}
.drop-down:hover .drop-down-content{
    /*display: block;*/
    display: flex;
}
.drop-down-content li:hover a{
     color: #00923f;
    /*background-color: #00923f;*/
    transition: all .4s;
}
.header .head-nav .nav li .drop-down-content  a{padding:0}

.header .head-nav .user{
  flex: 0 0 150px;
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.header .head-nav .user>div{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .head-nav .user .visitor>div{
  margin: 0 10px;
}
.header .head-nav .user .logined{
  position: relative;
  height: 100%;
  cursor: pointer;
}
.header .head-nav .user .logined .avatar{
  flex: 0 0 26px;
  width: 26px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.header .head-nav .user .logined .avatar img{
  width: 100%;
}
.header .head-nav .user .logined .username{
  max-width: calc(100% - 36px);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .head-nav .user .logined .user-list{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #fff;
  min-width: 100%;
}
.header .head-nav .user .logined .user-list>div{
  height: 50px;
}
.header .head-nav .user .logined .user-list>div a{
  display: block;
  height: 50px;
  line-height: 50px;
  color: #222;
  font-size: 12px;
  text-align: center;
}


.main{

}


.h_swiper img{
    width: 100%;
}
.page-nav{
    width: 100%;
    height: 196px;
    background-color: #00923f;
    margin-bottom: 60px;
}
.page-nav .nav{
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-nav .nav a{
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    font-size: 24px;
}
.page-nav .nav a.active{
    background-color: #015200;
}
.page-nav .nav a:hover{
    background-color: #015200;
}
.page-nav .nav a img{
    margin-bottom: 25px;
}

.page-con{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.page-con .tit{
    /* text-align: center; */
}
.page-con .tit span{
    display: inline-block;
    text-align: center;
    padding: 0 140px 20px 140px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 30px;
	font-weight: bold;
    color: #333333;
    position: relative;
    margin-bottom: 17px;
}
.page-con .tit span::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 122px;
    height: 6px;
    background-color: #015200;
    transform: translateX(-50%);
}
.page-con .more-btn{
    font-size: 18px;
    color: #00923f;
    margin-bottom: 60px;
    display: block;
}
.page-con .new-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.page-con .new-box .new-l{
    width: 575px;
    border-radius: 3px;
    overflow: hidden;
}
.page-con .new-box .new-l img{
    width: 100%;
    height: 100%;
}
.page-con .new-box .new-r{
    text-align: left;
    width: 580px;
}
.page-con .new-box .new-r .par1 h1{
    font-size: 24px;
	font-weight: bold;
    color: #00923f;
    margin-bottom: 20px;
}
.page-con .new-box .new-r .par1 p{
    font-size: 16px;
	line-height: 2;
    color: #666666;
    margin-bottom: 15px;
}
.page-con .new-box .new-r .par1 a{
    font-size: 16px;
	line-height: 2;
    color: #00923f;
}
.page-con .new-box .new-r .par1{
    padding-bottom: 15px;
    border-bottom: dashed 1px #cccccc;
}

.page-con .new-box .new-r .par{
    width: 100%;
    padding: 20px 0;
    border-bottom: dashed 1px #cccccc;
    display: flex;
    justify-content: space-between;
}
.page-con .new-box .new-r .par span:first-child{
    width: 75%;
    position: relative;
    padding-left: 20px;
}
.page-con .new-box .new-r .par span:first-child::after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #13bfb1;
    border-radius: 50%;
}
.page-con .new-box .new-r .par span:last-child{
    width: 16%;
}
.page-con .new-img{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    display: block;
}
.page-con .new-img img{
    width: 100%;
    height: 100%;
}
.page-con .sort{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.page-con .sort li{
    width: 170px;
    height: 50px;
    line-height: 50px;
	border-radius: 3px;
    border: solid 2px #00923f;
    color: #00923f;
    cursor: pointer;
    margin-bottom: 20px;
}
.page-con .sort li.active{
    background-color: #00923f;
    color: #ffffff;
}
.page-con .sort li:hover{
    background-color: #00923f;
    color: #ffffff;
}

.page-con .sort-swiper{
    width: 100%;
    margin-bottom: 50px;
}
.page-con .sort-swiper .swiper-slide{
    width: 290px;
    height: 290px;
    background-position: center;
    background-size: cover;
}

.page-con .brand{
    width: 100%;
    position: relative;
    background-color: #f0f2f4;
    /* height: 500px; */
    padding: 0 15px;
    padding-top: 55px;
    padding-bottom: 24px;
    margin-bottom: 60px;
}
.page-con .brand .b-sign{
    width: 120px;
    height: 160px;
    position: absolute;
    top: -7px;
    left: 75px;
}
.page-con .brand .b-tit{
    padding: 0 47px 0 211px;
    text-align: left;
    font-size: 18px;
	line-height: 2;
    color: #666666;
    text-indent:2em;
    margin-bottom: 30px;
}
.page-con .brand .bar-swiper .swiper-wrapper .swiper-slide{
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.page-con .brand .bar-swiper .swiper-wrapper .swiper-slide a{
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding-top: 100%;
  box-sizing: content-box;
}
.page-con .brand .bar-swiper .swiper-wrapper .swiper-slide img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #fff;
  object-fit: contain;
}
.page-con .brand .bar-swiper .swiper-wrapper .swiper-slide p{
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bar-swiper .swiper-button-next, .bar-swiper .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.3) !important;
    width: 67px;
    height: 67px;
}

.about-us{
    width: 100%;
    height: 516px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.about-us .con-box{
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}
.about-us .about-con{
    width: 630px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
	color: #ffffff;
}
.about-us .about-con h1{
    font-size: 28px;
    margin-bottom: 20px;
}
.about-us .about-con p{
    font-size: 40px;
    margin-bottom: 20px;
}
.about-us .about-con span{
    font-size: 18px;
    line-height: 2;
    text-indent:2em;
    height: 260px;
    display: block;
    overflow-y: auto;
}
/* 底部 */
.footer{
    width: 100%;
    background-color: #333333;
    padding: 50px 0 20px 0;
}
.footer .foot{
    width: 1200px;
    margin: auto;
    color: #999999;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.footer .foot .f-a{
    width: 280px;
}
.footer .foot .f-par h1{
    font-size: 16px;
    margin-bottom: 25px;
}
.footer .foot .f-par a{
    font-size: 15px;
    margin-right: 10px;
    line-height: 2;
    word-break:keep-all;           /* 不换行 */
}
.footer .foot .f-b{
    width: 250px;

}
.footer .foot .f-c{
    width: 250px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
}
.footer .foot .f-c img{
    margin-bottom: 15px;
}
.footer .rec-num{
    text-align: center;
    font-size: 14px;
	color: #545353;
}

/* 经贸资讯 */
.m_list3{

}
.m_list3 li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: dashed 1px #cccccc;
}
.m_list3 li a:hover{
    box-shadow: 0px 1px 15px 0px
		rgba(220, 220, 220, 0.5);
}
.m_list3 .img{
    width: 300px;
    height: 170px;
    background-position: center;
    background-size: cover;
    margin-right: 30px;
}
.m_list3 .text{
    width: 470px;
}
.m_list3 .text h1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
    font-weight: normal;
}
.m_list3 .text p{
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-bottom: 25px;
}
.m_list3 .text .time span{
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
}
/* 诚信品牌详情 */
.m_list4{
    padding-top: 45px;
}
.m_list4 .tit{
    text-align: center;
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
}
.m_list4 .time{
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-bottom: 35px;
}
.m_list4 .time span{
    padding: 0 20px;
}
.m_list4 .details_swiper{
  position: relative;
  margin: 0 auto 20px;
}
.m_list4 .details_swiper .swiper{
  overflow: hidden;
}
.m_list4 .details_swiper .swiper-slide{
  position: relative;
  padding-top: 75%;
  height: 0;
}
.m_list4 .details_swiper .swiper-slide img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m_list4 .thumbsSwiper{
  position: relative;
  width: calc(100% - 120px);
  margin: 20px auto;
  overflow: hidden;
}
.m_list4 .details_swiper .swiper-slide{
  height: 172px;
}
.m_list4 .details_swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m_list4 .details_swiper .swiper-btn{
  top: calc(100% + 110px);
  width: 32px;
  height: 32px;
  background: transparent;
}
.m_list4 .details_swiper .swiper-button-prev{
  left: 0px;
}
.m_list4 .details_swiper .swiper-button-next{
  right: 0px;
}
.m_list4 .details_swiper .swiper-btn::before,
.m_list4 .details_swiper .swiper-btn::after{
  content: none;
}
.m_list4 p{
    font-size: 18px;
	line-height: 3;
    color: #333333;
    margin-bottom: 20px;
}
.m_list4 img{
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 20px;
}
.m_list4 .data_form{
  margin-bottom: 40px;
  border: 1px solid #999999;
}
.m_list4 .data_form .data_row{
  display: flex;
  font-size: 14px;
  border-bottom: 1px solid #999999;
}
.m_list4 .data_form .data_row:last-of-type{
  border-bottom: none;
}
.m_list4 .data_form .data_row .name{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 123px;
  width: 123px;
  min-height: 60px;
  color: #fff;
  background-color: #00923F;
}
.m_list4 .data_form .data_row .val{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  color: #333333;
  padding: 10px 30px;
  box-sizing: border-box;
}
.m_list4 .data_form .data_row .val img{
  width: auto;
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 0;
  margin-right: 8px;
}
.m_list4 .data_form .data_row .val a{
  color: #0973DE;
}
/* 品牌 */
.m_list5{
    padding-top: 50px;
}
.m_list5 li{
    width: 275px;
    height: 150px;
    float: left;
    margin-right: 18px;
    margin-bottom: 15px;
}
.m_list5 li:nth-child(3n+3){
    margin-right: 0;
}
.m_list5 li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.m_list5 li a .l-bz{
    height: 58px;
    width: 43px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -3px;
    right: 10px;
}

/* 个人中心 */
.user_center .info{
  display: flex;
  align-items: center;
  margin: 60px 0;
  font-size: 16px;
  font-weight: bold;
  color: #302E33;
}
.user_center .info img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 18px;
  border-radius: 50%;
  overflow: hidden;
}
.user_center .info_data{
  margin-bottom: 40px;
}
.user_center .info_data .item{
  margin-bottom: 24px;
}
.user_center .info_data .item .label{
  color: #999999;
}
.user_center .edit{
  color: #999999;
}
.user_center .edit img{
  margin-right: 8px;
}

/* 修改资料 */
.user_center .info_data .input-box{
  position: relative;
  width: 404px;
  margin-bottom: 20px;
}
.user_center .info_data .input-box .label{
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
}
.user_center .info_data .input-box input{
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #333333;
}
.user_center .info_data .input-box input::-webkit-input-placeholder{
  font-size: 14px;
  color: #999999;
}
.user_center .info_data .username.occupy input{
  border-bottom: 1px solid #d81e06;
}
.user_center .info_data .username.only input{
  border-bottom: 1px solid #00923F;
}
.user_center .info_data .username .state{
  position: absolute;
  bottom: 12px;
  right: 6px;
  width: 18px;
  height: 18px;
  opacity: 0;
}
.user_center .info_data .username.only .state{
  background: url(../images/name_only.png)no-repeat;
  background-size: 100%;
  opacity: 1;
}
.user_center .info_data .username.occupy .state{
  background: url(../images/name_occupy.png)no-repeat;
  background-size: 100%;
  opacity: 1;
}
.user_center .info_data .input-box .pwd-btn{
  position: absolute;
  top: 32px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../images/pwd_show.png)no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.user_center .info_data .input-box .pwd-btn.show{
  background: url(../images/pwd_hide.png)no-repeat;
  background-size: 100%;
}
.user_center .info_data .edit-btn{
  margin-top: 55px;
  width: 128px;
  height: 45px;
  line-height: 45px;
  background-color: #00923F;
  border-radius: 4px;
}
.user_center .info_data .edit-btn button{
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

/* 修改密码 */
.user_center .info_data{
  margin-top: 60px;
}


/* 莫清乐的css */
.subject{width: 1200px;margin: 0 auto;}

.m_inside_banner{position: relative}
.m_inside_banner .img{height: 400px;width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center}
.m_inside_banner .txt{position: absolute;height: 280px;width: 100%;top:0;left: 0;z-index: 10}
.m_inside_banner .txt .subject{position: relative;height: 100%}
.m_inside_banner .txt .p1{font-size: 30px;color: #00923f;padding-top: 100px}
.m_inside_banner .txt .p2{font-size: 20px;color: rgba(11, 226, 67, 0.5);padding-top: 10px;}
.m_inside_banner .line{position: absolute;width: 240px;height: 4px;background: #00923f;left: 0;bottom:-4px;z-index: 11}

.inside_main_{z-index: 20;overflow: hidden;position: relative;top:-120px;}
.inside_main{position: relative;background: #FFF;z-index: 20}
.inside_left{float: left;width: 240px;padding-bottom: 120px}
.inside_right{float: right;width: 910px;padding-right: 49px;box-sizing: border-box}
.inside_bg{z-index: 12;position: absolute;width: 50%;height: 120px;top: 0;left: 0;background: #FFF}


.m_Title{border-top: 4px solid #00923f;padding: 25px 10px 60px 23px;border-left: 1px solid #ececec}
.m_Title .t1{font-size: 26px;color: #cccccc;font-weight: bold;line-height: 1}
.m_Title .t2{font-size: 26px;color: #333333;font-weight: bold;line-height: 1.3;padding-top: 10px;}

.m_inside_nav_{background: #fafafa}
.m_inside_nav{padding-top: 12px;min-height: 300px}
.m_inside_nav .item{display: block;line-height: 49px;border-bottom: 1px solid #ececec;padding: 0 23px;font-size: 16px;color: #333333;font-weight: bold}
.m_inside_nav .item:last-child{border-bottom: none}
.m_inside_nav .item.in,
.m_inside_nav .item:hover{color: #00923f;}

.m_inside_nav_bg{position: relative}
.m_inside_nav_bg .bg0{width: 100%}
.m_inside_nav_bg .bg1{position: absolute;right: 100%;top:-186px;}
.m_inside_nav_bg .bg2{position: absolute;right: 0;top:calc(100% + 15px)}


.m_Title2{padding-top: 30px;font-size: 30px;color: #333333;font-weight: bold;line-height: 65px;border-bottom: 1px solid #cccccc;}

.m_list1{margin-top: 19px}
.m_list1 li{float: left;width: 204px;margin-right: 15px;margin-bottom: 15px;background: #fafafa}
.m_list1 li:nth-child(4n){margin-right: 0}
.m_list1 li a{display: block}
.m_list1 li a .img{height: 204px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.m_list1 li a h2{height: 60px;position: relative}
.m_list1 li a h2 p{padding: 0 10px;box-sizing: border-box;max-height: 48px;overflow: hidden;text-align: center;position: absolute;font-size: 16px;color: #333333;line-height: 1.4;width: 100%;left: 0;top:50%;transform: translateY(-50%);}


.m_list1 li:hover{background: #00923f}
.m_list1 li:hover a h2 p{color: #FFF;}

.paging{text-align: center;padding: 35px 0 0}
.paging .item{margin: 0 5px;padding: 0 15px;box-sizing: border-box;display: inline-block;min-width: 44px;line-height: 42px;background: #eeeeee;font-size: 14px;color: #777777;}
.paging .item.in,
.paging .item:hover{color: #FFF;background: #00923f}


.online_msg{}

.online_msg1{padding: 60px 0 50px}
.online_msg1 img{width: 100%}

.online_msg2{position: relative}
.online_msg2 form{position: relative;z-index: 2}
.online_msg_form{width: 740px;margin: 0 auto;}
.online_msg_div{background: #FFF;position: relative;border: 1px solid #f1f1f1;border-radius: 3px;margin-bottom: 15px;}
.online_msg_div p{position: absolute;left: 0;top:0;line-height: 43px;font-size: 16px;color: #666;padding-left: 20px;}
.online_msg_div p b{color: #F00}
.online_msg_div .input1{border: none;background: none;width: 624px;height: 43px;float: right;font-size: 16px;color: #666;}

.online_msg_div textarea{width: 624px;height: 98px;border: none;float: right;outline: none;font-size: 16px;line-height: 1.6;padding: 10px 10px 10px 0;box-sizing: border-box}


.online_msg_div2{width: 355px;}

.online_msg_div2 .input1{width: 140px;float: left;margin-left: 114px;}
.yzm{position: absolute;width: 106px;height: 44px;right: 2px;top:1px;}

.online_msg_div .submit{width: 100%;border-radius: 3px;height: 45px;border: none;background: #00923f;color: #FFF;font-size: 16px;}

.online_msg_div .submit:hover{background: #0b71b5}

.online_msg2 .bg1{position: absolute;top:-90px;left: 0;z-index: 1}
.online_msg2 .bg2{position: absolute;right: -30px;bottom:-48px;z-index: 1}



.online_msg_div .select-row{
    position: relative;
}

.online_msg_div .select-row .select-list{
    width: 100%;
    z-index: 999;
    max-height: 200px;
    background-color: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);

}
.online_msg_div .select-row:after{
    content: "";
    display: block;
    width: 14px;
    z-index: 998;
    height: 8px;
    background: url('../images/m_icon1.png') no-repeat center;
    position: absolute;
    right: 20px;
    top: 16px;
    pointer-events: none;
}

.online_msg_div .select-item{
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    color: #666;
    line-height: 35px;
}
.online_msg_div .select-item:hover{
    background: rgba(11,128,209,.1);
}

.m_list2{padding-top: 10px}
.m_list2 li{border-bottom: 1px solid #e2e2e2}
.m_list2 li a{display: block;height: 50px;position: relative}
.m_list2 li a .dian{position: absolute;width: 4px;height: 4px;background: #85bfe8;left: 3px;top:25px;}
.m_list2 li a .t{padding: 0 115px 0 23px;line-height: 50px;}
.m_list2 li a .t h1{float: left;max-width: 680px;display: inline-block;font-size: 16px;color: #333333;line-height: 50px;}
.m_list2 li a .new{float: left;line-height: 50px}
.m_list2 li a .time{font-size: 14px;color: #999999;position: absolute;right: 9px;line-height: 50px;top:0;}



.m_list2 li a:hover .dian{background: #00923f}
.m_list2 li a:hover .t h1{color: #00923f}




/* add */
.login_box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1080px;
  height: 100%;
}
.login_box .main{
  position: relative;
  width: 1000px;
  min-height: 660px;
  display: flex;
  background-color: #fff;
}
.login_box .main .left{
  flex: 0 0 450px;
  width: 450px;
  /* height: 100%; */
}
.login_box .main .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login_box .main .right{
  width: 100%;
  padding: 36px 80px;
  box-sizing: border-box;
}
.login_box .main .right .title{
  font-size: 20px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 8px;
}
.login_box .main .right .tips{
  font-size: 14px;
  color: #999999;
  margin-bottom: 38px;
}
.login_box .main .right .input-box{
  position: relative;
  margin-bottom: 20px;
}
.login_box .main .right .input-box .label{
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
}
.login_box .main .right .input-box input{
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #333333;
}
.login_box .main .right .input-box input::-webkit-input-placeholder{
  font-size: 14px;
  color: #999999;
}
.login_box .main .right form .username.occupy input{
  border-bottom: 1px solid #d81e06;
}
.login_box .main .right form .username.only input{
  border-bottom: 1px solid #00923F;
}
.login_box .main .right form .username .state{
  position: absolute;
  bottom: 12px;
  right: 6px;
  width: 18px;
  height: 18px;
  opacity: 0;
}
.login_box .main .right form .username.only .state{
  background: url(../images/name_only.png)no-repeat;
  background-size: 100%;
  opacity: 1;
}
.login_box .main .right form .username.occupy .state{
  background: url(../images/name_occupy.png)no-repeat;
  background-size: 100%;
  opacity: 1;
}
.login_box .main .right .input-box .pwd-btn{
  position: absolute;
  top: 32px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../images/pwd_show.png)no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.login_box .main .right .input-box .pwd-btn.show{
  background: url(../images/pwd_hide.png)no-repeat;
  background-size: 100%;
}
.login_box .main .right .login-btn{
  margin-top: 55px;
  width: 404px;
  height: 45px;
  line-height: 45px;
  background-color: #00923F;
  border-radius: 4px;
}
.login_box .main .right .login-btn button{
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.login_box .main .back-btn{
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 128px;
  height: 45px;
  border: 1px solid #333333;
  border-radius: 4px;
  cursor: pointer;
}
.login_box .main .back-btn a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
}

/*验证失败样式*/
.validator-error input {
    border-bottom:1px solid #d81e06 !important;
}

.validate_checktip {
    font-size: 12px;
    color: #f00;
    margin-top: 8px;
}

/*上传文件*/
.user_center .info .upload-btn {
    cursor: pointer;
    color: #999;
    font-weight: 500;
}

.layui-upload-file {
    display: none !important;
    opacity: .01;
    filter: Alpha(opacity=1);
}

/* 沟通弹窗 */
.msg-float{
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 36px;
  padding: 12px 0;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  color: #00923F;
  background-color: #fff;
  border: 2px solid #00923F;
  border-radius: 6px;
  cursor: pointer;
  z-index: 999;
}
.msg-pop{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.msg-pop .msg-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1000px;
  background-color: #fff;
  border-radius: 10px;
}
.msg-pop .msg-box .title{
  font-size: 24px;
  font-weight: bold;
  color: #00923F;
  margin-bottom: 20px;
}
.msg-pop .msg-box textarea{
  padding: 15px 18px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  min-height: 120px;
  border: 1px solid #ececec;
  border-radius: 3px;
  resize: none;
  margin-bottom: 15px;
}
.msg-pop .msg-box button{
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  background-color: #00923F;
  cursor: pointer;
}