@charset "utf-8";
.page-about {
    padding-bottom: 100px;
    background-image: url(../images/page-about.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 0 auto;
}

.about-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1600px;
    padding-top: 4%;
    margin: 0 auto;
}

.about-title {
    width: 94%;
}

.about-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 0px;
    color: rgba(28, 162, 103, 1);
}

.about-title p {
    color: rgba(165, 165, 165, 1);
    font-size: 16px;
    line-height: 1;
}

.about-content {
    font-size: 18px;
    font-weight: normal;
    color: rgba(72, 72, 72, 1);
    line-height: 2;
    margin-top: 30px;
    width: 94%;
}

.about-content p {
    margin-top: 10px;
}

.about-img {
    overflow: hidden;
    max-width: 480px;
    margin-right: 0px;
    margin-left: auto;
}

.solution-content {
    margin-top: 4%;
    margin-bottom: 4%;
}

.solution-title {
    line-height: normal;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.solution-text {
    font-size: 16px;
    font-weight: normal;
    color: rgba(108, 108, 108, 1);
    line-height: 2;
}

.solution-text p {
    margin-bottom: 10px;
}

.solution-content {
    margin-top: 4%;
    margin-bottom: 4%;
}

.solution-title {
    line-height: normal;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.solution-text {
    font-size: 16px;
    font-weight: normal;
    color: rgba(108, 108, 108, 1);
    line-height: 2;
}

.solution-text p {
    margin-bottom: 10px;
}

.solution-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4%;
}

.solu-list {
    width: 22%;
    display: flex;
    flex-wrap: wrap;
    position: static;
    margin: 0 20px;
    z-index: auto;
}

.solu-txt {
    position: static;
    margin: 15px 0 20px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.solu-img {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
}

.solution1 {
    display: flex;
    flex-direction: row;
    max-width: 1600px;
    margin-top: 4%;
    margin-bottom: 4%;
}

.solution1-content {
    width: 78%;
    margin-left: 2%;
}

.product {
    display: flex;
    flex-direction: row;
    max-width: 1600px;
    margin-top: 4%;
    margin-bottom: 4%;
}

.product-content {
    width: 74%;
    margin-left: 2%;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-box {
    margin: 0 10px;
}

.product-img {
    display: flex;
    overflow: hidden;
    max-width: none;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.16);
    justify-content: center;
    align-items: center;
}

.product-img img {
    max-height: 400px;
}

.product-text a {
    display: block;
    font-size: 15px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
}

.case-content {
    margin-top: 2%;
    margin-bottom: 4%;
}

.case-list {
    display: flex;
    flex-wrap: wrap;
}

.case-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all ease .8s;
}

.case-img {
    overflow: hidden;
    position: relative;
}

.case-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(240, 240, 240, 1);
    padding: 25px 30px;
    transition: all ease .5s;
}

.case-txt {
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 5px;
    transition: all ease .5s;
}

.case-box:hover>.case-img img {
    transform: scale(1.1);
    opacity: .7;
}

.case-box:hover>.case-img::after {
    opacity: 1;
    top: 50%;
}

.case-img::after {
    content: '+';
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    vertical-align: middle;
    transition: all ease .35s;
    opacity: 0;
    pointer-events: none;
}

.case-box:hover .case-text {
    background-color: rgba(0, 59, 131, 1);
}

.case-box:hover .case-txt {
    color: #fff;
}

.service-content {
    margin-top: 2%;
    margin-bottom: 4%;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.service-box{
    width: 48%;
}

.service-title {
    line-height: normal;
    margin-top: 15px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.service-txt {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-top: 5px;
    font-weight: normal;
}

.news-bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-sort {
    float: right;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.news-title {
    display: flex;
    border-radius: 4px;
    margin: 0 10px;
    background: rgba(51,51,51,1);
    transition-property: all;
    background-color: rgba(51,51,51,1);
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    justify-content: center;
    align-items: center;
}

.news-title p {
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
    padding: 0.2rem 1.6rem;
}

.news-title p a {
    color: rgba(255,255,255,1);
}

.news-content {
    margin-top: 3%;
    margin-bottom: 4%;
}

.news-content p {font-size: 16px;}

.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-cont {
    width: 32%;
}

.news-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid rgba(230,230,230,1);
    margin-bottom: 30px;
}

.news-box:hover{
    border:1px solid rgba(233,184,89,1);
}

.news-img {
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    height: 300px;
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 25px;
}

.news-text {
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    color: rgba(51,51,51,1);
}

.news-line {
    border-top: 3px solid rgba(233,184,89,1);
    max-width: 20px;
    max-height: 3px;
    opacity: 1;
}

.news-txt {
    line-height: normal;
    font-size: 14px;
    color: rgba(137,137,137,1);
}

.news-item1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px 20px;
    justify-content: space-between;
    align-items: center;
}

.news-time {
    min-height: 20px;
    font-size: 14px;
    color: rgba(155,155,155,1);
}

.news-icon {
    overflow: hidden;
    max-width: 24px;
    margin-right: 0px;
    margin-left: auto;
}

.news-icon img {
    max-width: 100%;
    object-fit: cover;
}

.contact-content {
    margin-top: 3%;
    margin-bottom: 4%;
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
}

.contact-item {
    margin-top: 2rem;
}

.contact-title {
    line-height: normal;
    font-size: 30px;
    color: rgba(28,162,103,1);
    padding-top: 0px;
    font-weight: bold;
}

.contact-text {
    line-height: normal;
    font-size: 16px;
    color: rgba(156,158,158,1);
    padding-top: 0px;
    font-weight: normal;
}

.contact-txt {
    line-height: normal;
    font-size: 14px;
    color: rgba(79,79,79,1);
    padding-top: 0px;
    font-weight: normal;
}

.contact-tel {
    line-height: normal;
    font-size: 30px;
    color: rgba(79,79,79,1);
    padding-top: 0px;
    font-weight: bold;
}

.contact-text1 {
    line-height: normal;
    font-size: 16px;
    color: rgba(79,79,79,1);
    padding-top: 0px;
    font-weight: normal;
}

.contact-img {
    padding-left: 20px;
}

/* 留言 */
.form-item {
    max-width: 1600px;
    background-color: rgba(242,242,242,1);
    text-align: center;
}

.form-text {
    font-size: 30px;
    color: rgba(64,64,64,1);
    line-height: 1.5;
    padding-top: 10px;
}

.from-txt {
    line-height: normal;
    color: rgba(172,172,172,1);
}

.form-content {
    min-height: 300px;
    margin-bottom: 4%;
}

.form-containt {
    padding: 0 10px;
    max-width: 1600px;
}

.form-list {
    margin-bottom: 1rem;
}

.form-label span {
    color: #ff9600;
}

.form-label {
    display: block;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    font-weight: 400;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.25em + 0.65rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.submitbtn {
    background-color: #1ca267;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-top: 1.5rem;
}

.content-title {
    font-size: 36px;
    color: rgba(51,51,51,1);
    margin-bottom: 10px;
    margin-top: 0px;
}

.content-item {
    margin-top: 3%;
}

.content-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
}

.content-txt {
    color: rgba(168,171,178,1);
    font-size: 16px;
    line-height: 2;
}

.content-time {
    min-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(168,171,178,1);
}

.related-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    line-height: 1;
    font-weight: 700;
}

.related-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}

.related-product {
    margin-bottom: 4%;
}

.related-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 10px 15px;
    border: 1px solid rgba(238,238,238,1);
    border-radius: 15px;
    max-width: 340px;
    justify-content: center;
}

.related-txt {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    text-align: center;
    line-height: 1;
}

.product-details {
    width: 78%;
    margin-left: 2%;
}

.details-keynote {
    display: flex;
    flex-wrap: wrap;
}

.details-img {
    width: 40%;
    display: flex;
    overflow: hidden;
    max-width: none;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.16);
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.details-img img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
}

.details-text {
    width: 56%;
    margin-left: 4%;
}

.details-title {
    margin-bottom: 10px;
    max-width: none;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.details-txt {
    line-height: normal;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    margin-bottom: 5px;
}

.details-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 30px;
}

.details-box a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 120px;
    border-radius: 4px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 40px;
    padding-top: 8px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(28,162,103,1);
}

.details-title {
    margin-bottom: 10px;
    max-width: none;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.details-txt {
    line-height: normal;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    margin-bottom: 5px;
}

.details-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 30px;
}

.details-box a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 120px;
    border-radius: 4px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 40px;
    padding-top: 8px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(28,162,103,1);
}

.describe-item {
    margin-top: 3%;
}

.describe-title {
    width: auto;
    min-width: 98px;
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}

.describe-content img{
    max-width: 100%;
}

/* 分页 */
.text-center{
    text-align: center;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.pagination li {
    display: inline-block !important;
    border: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB
}

.pagination .active {
    pointer-events: none
}

.pagination .active,
.pagination a:hover {
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#ff9600;color:#fff;border:1px solid #ff9600;}
/*分页 end*/