.content {
    margin-top: 40px;
    margin-left:20px;
    margin-right:20px;

}
.content .title {
    position: relative;
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    border-bottom: 2px solid #f5f5f5;
}
.content .title:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 72px;
    height: 2px;
    background-color: #45b035;
}
.content .info {
    min-height: 500px;
    padding-top: 20px;
}
.content .info p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
}
.content .info .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.content .info .item .tit {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.content .info .item .tit:hover {
    color: #45b035;
}
.content .info .item .desc {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
}
.content .info .item .time {
    color: #999;
    font-size: 12px;
}
.content .info .details .name {
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}
.content .info .details .time {
    font-size: 16px;
    color: #999;
    text-align: center;
}
.content .info .details .text {
    padding: 20px 10px;
    font-size: 16px;
    color: #333;
}
.content .info .details .text img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px auto;
}
.content .info .details .text p{
    line-height: 24px;
    margin-bottom: 10px;
}

.content .info .details .show {
    overflow: hidden;
    padding: 0 15px 15px 15px;
}
.content .info .details .img {
    display: block;
    float: left;
    margin-right: 50px;
    width: 400px;
    text-align: center;
}
.content .info .details .img img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.content .info .details .other {
    overflow: hidden;
}
.content .info .details .other span {
    display: block;
    margin-bottom: 20px;
}
.content .info .details .other .btn a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.content .info .details .other .btn a.buy {
    background-color: #45b035;
}
.content .info .details .other .btn a.buy:hover {
    background-color: #198c2f;
}
.content .info .details .other .btn a.report {
    background-color: #ff6f1c;
}
.content .info .details .other .btn a.report:hover {
    background-color: #dc5f17;
}

.content .info .details .desc-title {
    margin: 30px 0 20px 0;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
}
.content .info .details .desc {
    overflow: hidden;
    padding: 0 15px 15px 15px;
}
.content .info .details .desc p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.content .info .details .desc p img {
    display: block;
    max-width: 600px;
}

.content .report .item{
    overflow: hidden;
    margin: 20px auto;
}
.content .report .item .name {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 112px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: right;
}
.content .report .item .baseInput {
    width: 380px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    outline: none;
    border: 1px solid #f2f2f2;
}
.content .report .item textarea {
    overflow: hidden;
    padding: 7px 10px 10px 10px !important;
    height: 100px !important;
    line-height: 24px !important;
}
.content .report .item .code {
    float: left;
    width: 100px;
}
.content .report .item .code-img {
    display: inline-block;
    float: left;
    width: 100px;
    margin-left: 10px;
    height: 40px;

    background-size: contain;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
.content .report .item .upload {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.content .report .item .upload a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
}
.content .report .item .upload a.add {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    width: 98px;
    height: 98px;
    border: 1px solid #f2f2f2;
}
.content .report .item .upload a.add input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.content .report .item .upload a.add:before {
    width: 2px;
    height: 26px;
}
.content .report .item .upload a.add:after {
    width: 26px;
    height: 2px;
}
.content .report .item .upload a.add:before, .content .report .item .upload a.add:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #eaeaea;
}

.content .report .item .upload a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.content .report .item .upload .tips {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #999;
}
.content .report .submit {
    overflow: hidden;
    padding-left: 132px;
}
.content .report .submit button {
    display: inline-block;
    width: 320px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #45b035;
    cursor: pointer;
}
.content .report .submit button:hover {
    background-color: #198c2f;
}

.content .product {
    overflow: hidden;
    padding: 20px 0 0 20px;
}
.content .product .item {
    display: block;
    float: left;
    width: 20%;
    margin-bottom: 20px;
}
.content .product .item a {
    display: block;
    padding-right: 20px;
    height: 100%;
}
.content .product .item a img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    display: block;
    width: 100%;
    height: 162px;
    object-fit: cover;
    object-position: center center;
}
.content .product .item a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.content .product .item a span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.content .product .item a span:hover {
    color: #45b035;
}

.container {
    overflow: hidden;
    width: 100%;
}
.search {
    margin: 20px 0;
}
.search img {
    width: 150px;
    height: 45px;
}
.search input {
    padding: 0 10px;
    margin-right: 10px;
    border: 2px solid #45b035;
}
.search button {
    width: 75px;
    color: #fff;
    font-size: 16px;
    background-color: #45b035;
    cursor: pointer;
}
.search button:hover {
    background-color: #198c2f;

}
.main {
    overflow: hidden;
    margin-bottom: 20px;
}
.main .swiper-box {
    float: left;
    width: 780px;
    margin-right: 20px;
}
.main .swiper-box .swiper-container {
    height: 330px;
}
.main .swiper-box .swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.none{
    display: none;
}
.block{
    display: block;
}
.login-popop{
    height: 500px;
    width: 800px;
    position: fixed;
    top:50%;
    left:50%;
    margin-left:-400px; /* width的一半的相反数 */
    margin-top:-250px;  /* height的一半的相反数 */
    z-index: 9999;
    background-color: #FFFFFF;
    border: 1px solid #45B035;
}
.head-css{
    height: 50px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: #45B035;
}
.head-css-t1{
    margin-top: 34px;
    font-size: 30px;
    text-align: center;
    color: #45B035;
    font-weight: bold;
}
.head-css-t2{
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    color: #45B035;
    font-weight: 500;
}
.index-login-i1{
    width: 300px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid darkgrey;
    text-align: center;
}
.index-login-sub{
    width: 300px;
    height: 50px;
    background-color: #45B035;
    color: #ffffff;
    margin-top: 20px;
   margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yzm span{
    color: darkgrey;
}
.yzm-input{
    margin-left: 10px;
    height: 40px;
    width: 100px;
    ext-align: center;
    background-color: #ffffff;
    border: 1px solid darkgrey;
}
.main .news {
    overflow: hidden;
    float: right;
    width: 400px;
}
.main .news .title {
    position: relative;
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #f5f5f5;
}
.main .news .title:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 72px;
    height: 2px;
    background-color: #45b035;
}
.container {
    overflow: hidden;
    width: 100%;
}
.main .news .title a {
    display: block;
    float: right;
    color: #666;
    font-size: 14px;
}
.main .news .title a:hover {
    color: #45b035;
}
.main .news .list {
    padding: 24px 15px 0 15px;
}
.main .news .list a {
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
}
.main .news .list a:hover span.text {
    color: #45b035;
}
.main .news .list a span {
    display: inline-block;
    float: left;
}
.main .news .list a span.text {
    font-size: 14px;
    color: #666;
    width: 260px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.main .news .list a span.time {
    float: right;
    font-size: 12px;
    color: #999;
}
.eight {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    text-align:center;
}
.eight a {
    display: inline-block;
    float: left;
    width: 298px;
    height: 200px;
    border: 1px solid #ececec;
    text-align: center;
    -webkit-transition: all 0.1ms;
    transition: all 0.1ms;
}
.eight a i {
    display: block;
    margin: 40px auto 0 auto;
    width: 74px;
    height: 74px;
}
.eight a span {
    color: #2f2f2f;
    display: block;
    margin-top: 35px;
}
.eight a:hover {
    background-color: #83c326;
}
.eight a:hover span {
    color:  #ffffff;
}
#portal_a {
    background:  #ffffff center center no-repeat;
    background-size: 100% 100%;
    color: #83c326;

}
#portal_a:hover{
    background:  #83c326 center center no-repeat;
    color: #ffffff ;
}
#portal_i {
    font-size: 80px;
    background:  center center no-repeat;
    background-size: 100% 100%;
}
