header {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1001;
    box-shadow: 0 0 8px #666666;
}

footer {
    background-color: #FFFFFF;
    overflow: hidden;
}

.layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2,
.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a {
    color: #1890FF;
}

.layui-menu .layui-menu-item-checked:after {
    border-right-color: #1890FF;
}

.layui-btn-primary:hover {
    border-color: #1890FF;
}

.layui-btn-normal {
    background-color: #1890FF;
}

@media (min-width: 1440px) {
    .layui-container {
        width: 1350px;
    }
}

/* header */
.logo {
    display: block;
    height: 70px;
    margin: 5px 0;
    float: left;
}

.logo img {
    display: block;
    width: auto;
    height: 100%;
}

.pc-nav {
    float: right;
    height: 80px;
    line-height: 80px;
    background-color: transparent;
    padding: 0;
}

.pc-nav .layui-nav-item {
    vertical-align: top;
}

.pc-nav .layui-nav-item > a {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #333333;
}

.pc-nav .layui-nav-more {
    display: none;
}

.pc-nav .layui-nav-item a:hover {
    color: #1890FF;
}

.pc-nav .layui-this:after,
.pc-nav .layui-nav-bar {
    height: 4px;
    background-color: #1890FF;
}

.pc-nav .layui-nav-item a.head-register {
    background-color: #1890FF;
    color: #FFFFFF;
}

.m-nav {
    display: none;
}

@media (max-width: 1199px) {
    .pc-nav {
        display: none;
    }

    .m-nav {
        display: block;
        float: right;
        width: 38px;
        padding: 0;
        margin: 21px 0;
    }

    .layui-layer .layui-menu li {
        width: 100%;
    }
}

/* banner */
.banner {
    margin-top: 80px;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: .4;
}

.banner .swiper-pagination-bullet-active {
    background-color: #1890FF;
    opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 100%;
    background-size: 30px 30px;
    opacity: .4;
    transition: all .6s;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    opacity: 1;
}

.banner .pc-banner {
    display: block;
}

.banner .m-banner {
    display: none;
}

@media (max-width: 767px) {
    .banner .pc-banner {
        display: none;
    }

    .banner .m-banner {
        display: block;
    }
}

/* index-search */
.index-search {
    background-color: #F2F2F2;
    padding: 15px 0;
}

.index-search-left {
    font-size: 0;
    height: 38px;
    line-height: 38px;
}

.index-search-left span {
    font-size: 14px;
    color: #1890FF !important;
}

.index-search-left span[lay-separator],
.index-search-left span a {
    color: #666666 !important;
}

.index-search-left span a:hover {
    color: #1890FF !important;
}

.index-search-right form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index-search-right input {
    max-width: 240px;
    border-color: #CCCCCC;
    border-right: none;
    border-radius: 2px 0 0 2px;
}

.index-search-right button {
    border-radius: 0 2px 2px 0;
}

@media (max-width: 767px) {
    .index-search-right form {
        justify-content: center;
    }
}

/* index-product */
.index-product {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.index-product-title {
    text-align: center;
    margin-bottom: 30px;
}

.index-product-title p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}

.index-product-title h6 {
    font-size: 32px;
    color: #333333;
}

@media (max-width: 767px) {
    .index-product-title h6 {
        font-size: 22px;
    }
}

.index-product-left-title {
    background-color: #1890FF;
    color: #FFFFFF;
    padding: 15px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-product-left-title i {
    font-size: 20px;
    color: #FFFFFF;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.index-product-left-title:hover {
    color: #FFFFFF;
}

.index-product-left-menu {
    margin: 0;
    border: 1px solid #CCCCCC;
    border-top: none;
    overflow: hidden;
    padding: 10px 0;
}

.index-product-left-menu-title a {
    font-weight: bold;
}

.index-product-left-menu li {
    margin: 0;
}

.index-product-left-menu .layui-menu-item-group > .layui-menu-body-title {
    color: #333333;
}

.index-product-left-list {
    border: 1px solid #CCCCCC;
    padding: 15px;
    border-top: none;
}

.index-product-left-list li {
    border-bottom: 1px dashed #CCCCCC;
}

.index-product-left-list li a,
.index-product-left-list li p {
    display: block;
    line-height: 2;
    padding: 5px 0;
    font-size: 16px;
    color: #666666;
}

.index-product-left-list li p {
    font-size: 14px;
    line-height: 1.8;
}

.index-product-left-list li a i {
    font-size: 16px;
    margin-right: 10px;
}

.index-product-left-list li a span:hover {
    color: #1890FF;
}

.index-product-left-list li.active a span {
    color: #1890FF;
}

.index-product-item {
    background-color: #F2F2F2;
    padding: 15px;
}

.index-product-item .index-product-item-img {
    height: 143.5px;
    overflow: hidden;
}

.index-product-item .index-product-item-img a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-product-item-text {
    padding-top: 12px;
}

.index-product-item-text h6 {
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
}

.index-product-item:hover {
    background-color: #F7C433;
}

.index-product-item:hover .index-product-item-img img {
    transform: scale(1.1);
}

.index-product-item:hover .index-product-item-text h6 {
    color: #FFFFFF;
}

.index-product-item:hover .index-product-item-text-btn .layui-btn:nth-child(1) {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.index-product-item:hover .index-product-item-text-btn .layui-btn:nth-child(2) {
    background-color: #FFFFFF;
    color: #333333;
}

@media (max-width: 767px) {
    .index-product-item {
        padding: 0 0 15px;
    }
}

/* index-why */
.index-why {
    padding: 50px 0;
    background-color: #F2F2F2;
}

.index-why-title {
    text-align: center;
    margin-bottom: 30px;
}

.index-why-title h6 {
    font-size: 32px;
    color: #333333;
}

@media (max-width: 767px) {
    .index-why-title h6 {
        font-size: 22px;
    }
}

.index-why .layui-row {
    display: flex;
    flex-wrap: wrap;
}

.index-why-item {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 2px;
    overflow: hidden;
}

.index-why-item h6 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}

.index-why-item h6 span {
    font-size: 36px;
    color: #1890FF;
    margin-right: 10px;
    font-style: italic;
}

.index-why-item p {
    font-size: 14px;
    line-height: 1.75;
    color: #666666;
}

.index-why-item p + p {
    margin-top: 6px;
}

.index-why-img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* index-news */
.index-news {
    padding: 50px 0;
}

.index-news-item {
    position: relative;
    overflow: hidden;
}

.index-news-item-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #1890FF;
    border-radius: 30px 0 30px 0;
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.index-news-item-title h6,
.index-news-item-title h6 a {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
}

.index-news-item-body {
    background-color: #fff;
    padding: 42px 20px 20px;
    margin-top: 22px;
}

.index-news-item-one-title {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.index-news-item-one-title a:hover {
    color: #1890FF;
}

.index-news-item-one-text {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    padding-top: 6px;
}

.index-news-item-p {
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-end;
    align-items: center;
    padding-top: 8px;
}

.index-news-item-p a {
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
}

.index-news-item-p a:hover {
    color: #1890FF;
}

.index-news-item-p span {
    width: 90px;
    text-align: right;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
}

/* index-partner */
.index-partner {
    padding: 50px 0;
   /* background-color: #F2F2F2;*/
}

.index-partner .layui-tab-title {
    text-align: center;
    border-bottom: none;
    margin-bottom: 10px;
    height: 60px;	
}

.index-partner .layui-tab-title li {
font-size: 26px;
    color: #333333;
    line-height: 60px;
	font-weight: bold;
}

.index-partner .layui-tab-title .layui-this {
    color: #1890FF !important;
}

.index-partner .layui-tab-title .layui-this:after {
    display: none;
}

.index-partner-item {
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0px 1px 2px -2px rgb(0 0 0 / 16%), 0px 3px 6px 0px rgb(0 0 0 / 12%), 0px 5px 12px 4px rgb(0 0 0 / 9%);
}

.index-partner-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .6s;
}

.index-partner-item:hover img {
    transform: scale(1.1);
}

/* index-link */
.index-link {
    padding: 15px 0;
   /* background-color: #F2F2F2;*/
}

.index-link-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.index-link .layui-breadcrumb a {
    font-size: 14px;
    color: #666666 !important;
}

.index-link .layui-breadcrumb a:hover {
    color: #1890FF !important;
}

/* foot-icon */
.foot-icon {
    padding: 30px 0;
}

.foot-icon-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-icon-left p {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #1890FF;
    text-align: center;
    line-height: 70px;
    color: #FFFFFF;
    font-size: 22px;
}

.foot-icon-right {
    margin-left: 15px;
}

.foot-icon-right h6 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 8px;
}

.foot-icon-right p {
    font-size: 12px;
    color: #666666;
    line-height: 1.7;
}

/* foot-nav */
.foot-nav {
    background-color: #0D101C;
    padding: 50px 0 10px;
}

@media (min-width: 992px) {
    .foot-nav .layui-col-md-offset1 {
        margin-left: 4.3%;
        margin-right: 4%;
    }
}

.foot-nav-info {
    text-align: center;
}

.foot-nav-info img {
    display: block;
    height: 80px;
    max-width: 100%;
    margin: 0 auto 15px;
}

.foot-nav-info p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .7);
}

.foot-nav-item h6 {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.foot-nav-item p {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
    line-height: 1.5;
}

.foot-nav-item p a {
    color: rgba(255, 255, 255, .8);
}

.foot-nav-item img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
}

/* footer */
footer {
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
    background-color: #0D101C;
}

footer p {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    color: #FFFFFF;
}

footer p + p {
    margin-top: 6px;
}

footer p a {
    color: #FFFFFF;
}

footer p a:hover {
    color: #1890FF;
}

/* message */
.message {
    background-color: #F2F2F2;

    padding: 50px 0;
}

.message-con {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 4px;
}

.message .layui-form-item {
    margin-bottom: 0;
}

.message .layui-form-mid {
    padding: 0 !important;
    height: 38px;
    margin-right: 0;
}

.message .layui-form-mid img {
    max-height: 38px;
}

@media (max-width: 767px) {
    .message {
        padding: 30px 0;
    }

    .message-con {
        padding: 15px;
    }
}

/* about */
.about-head {
    overflow: hidden;
}

.about-head ul.layui-nav {
    background-color: transparent;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.about-head ul.layui-nav li a {
    font-size: 16px;
    color: #333333 !important;
}

.about-head ul.layui-nav .layui-this:after,
.about-head ul.layui-nav .layui-nav-bar {
    height: 4px;
    background-color: #1890FF;
}

@media (max-width: 767px) {
    .about-head ul.layui-nav li {
        width: 33.33%;
        text-align: center;
    }
}

.about {
    background-color: #F2F2F2;
    padding: 50px 0;
}

.about-con {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
}

.about-title {
    font-size: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.about-body img {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .about {
        padding: 30px 0;
    }

    .about-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about-con {
        padding: 20px 15px;
    }
}

/* position */
.position {
    background-color: #F2F2F2;
    padding: 15px 0;
}

.position a {
    color: #333333 !important;
}

.position a:hover,
.position a:last-of-type {
    color: #1890FF !important;
}

/* page */
.page {
    padding: 30px 0 15px;
    text-align: center;
    font-size: 0;
}

.page a,
.page span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 12px;
    border: 1px solid #CCCCCC;
    color: #666666;
    margin-left: 6px;
}

.page a:hover,
.page span:hover,
.page a.page-num-current {
    background-color: #1890FF;
    border-color: #1890FF;
    color: #FFFFFF;
}

.page a:nth-child(1) {
    margin-left: 0;
}

@media (max-width: 767px) {
    .page {
        padding: 15px 0;
    }
}

/* news_list */
.news_list {
    background-color: #F2F2F2;
    padding: 0 0 50px;
}

.news_list-con {
    background-color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 4px;
}

.news_list-item {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px dashed #CCCCCC;
}

.news_list-item-img {
    width: 200px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news_list-item-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.news_list-item-text {
    width: calc(100% - 220px);
    margin-left: 20px;
}

.news_list-item-text h5 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 13px;
}

.news_list-item-text h6 {
    font-size: 14px;
    color: #666666;
    line-height: 1.75;
    margin-bottom: 13px;
}

.news_list-item-text p {
    margin-bottom: 1rem;
}

.news_list-item-text p i {
    font-size: 14px;
    color: #1890FF;
    margin-right: 5px;
}

.news_list-item-text p span + span {
    margin-left: 13px;
}

.news_list-item-text h5 a:hover,
.news_list-item-text p a:hover {
    color: #1890FF;
}

@media (max-width: 767px) {
    .news_list-con {
        padding: 0 15px;
    }

    .news_list-item-img {
        display: none;
    }

    .news_list-item-text {
        width: 100%;
        margin-left: 0;
    }
}

/* news_show */
.news_show {
    background-color: #F2F2F2;
    padding: 0 0 30px;
}

.news_show-con {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 4px;
}

.news_show-con h1 {
    font-size: 22px;
    line-height: 1.5;
    color: #333333;
    margin: 0;
}

.news_show-con h6 {
    font-size: 14px;
    color: #666666;
    padding: 15px 0 0;
}

.news_show-con h6 span i {
    font-size: 14px;
    margin-right: 6px;
    color: #1890FF;
}

.news_show-con h6 span + span {
    margin-left: 12px;
}

.news_show-con hr {
    border-bottom-color: #1890FF !important;
    margin: 15px 0;
}

.news_show-con .news_show-text img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;

}

.news_show-con .news_show-text a {
    color: #666666;
}

.news_show-con .news_show-text a:hover {
    color: #1890FF;
}

.news_show-con .news_show-text p + p {
    margin-top: 15px;
}

.news_show-con .news_show-text .news_show-text-tags a + a {
    margin-left: 10px;
}

.news_show-page p,
.news_show-page a {
    color: #666666;
}

.news_show-tag {
    margin-top: 20px;
}

.news_show-tag h6 {
    font-size: 22px;
    color: #1890FF;
    margin-bottom: 15px;
}

.news_show-tag-item {
    display: block;
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.news_show-tag-item img {
    display: block;
    width: 100%;
    height: auto;
}

.news_show-tag-item p {
    font-size: 14px;
    text-align: center;
    color: #666666;
    margin: 10px;
}

@media (max-width: 767px) {
    .news_show-con {
        padding: 20px 15px;
    }
}

/* sidebar-one */
.sidebar-one {
    border-radius: 4px;
    overflow: hidden;
}

.sidebar-one img {
    display: block;
    width: 100%;
    height: auto;
}

.sidebar-one .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: .4;
}

.sidebar-one .swiper-pagination-bullet-active {
    background-color: #1890FF;
    opacity: 1;
}

.sidebar-two {
    background-color: #FFFFFF;
    padding: 15px;
    margin-top: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.sidebar-two .layui-elem-quote {
    padding: 10px 15px;
    border-left-color: #1890FF;
    background-color: #F2F2F2;
}

.sidebar-two-list li + li {
    margin-top: 10px;
}

.sidebar-two-list li i {
    font-size: 14px;
    margin-right: 6px;
}

.sidebar-two-list li a {
    color: #666666;
}

.sidebar-two-list li:nth-child(1) i,
.sidebar-two-list li:nth-child(1) a:hover {
    color: #FF4D4F;
}

.sidebar-two-list li:nth-child(2) i,
.sidebar-two-list li:nth-child(2) a:hover {
    color: #1890FF;
}

.sidebar-two-list li:nth-child(3) i,
.sidebar-two-list li:nth-child(3) a:hover {
    color: #52C41A;
}

.sidebar-two-list li:nth-child(4) i,
.sidebar-two-list li:nth-child(4) a:hover {
    color: #13C2C2;
}

.sidebar-two-list li:nth-child(5) i,
.sidebar-two-list li:nth-child(5) a:hover {
    color: #EB2F96;
}

.sidebar-two-list li a:hover {
    color: #1890FF;
}

/* product */
.product-one {
    padding: 50px 0;
}

.product-one-left {
    background-color: #0D101C;
    height: 420px;
}

.product-one-left .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-one-left .gallery-top {
    height: 80%;
    width: 100%;
}

.product-one-left .gallery-top .swiper-button-prev,
.product-one-left .gallery-top .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 100%;
    background-size: 30px 30px;
    opacity: .4;
}

.product-one-left .gallery-top .swiper-button-prev:hover,
.product-one-left .gallery-top .swiper-button-next:hover {
    opacity: 1;
}

.product-one-left .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 3px 0;
}

.product-one-left .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.product-one-left .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product-one-right h1 {
    font-size: 32px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 1.5;
}

.product-one-right p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.75;
    display: inline-block;
}

.product-one-right h6 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

.product-one-right h6 span {
    font-size: 14px;
    color: #9a9a9a;
}

.product-one-right-page {
    margin-top: 2.5px;
}

.product-one-right-page a {
    max-width: 100%;
}

.product-one-right-page a:hover span {
    color: #1890FF;
}

@media (max-width: 767px) {
    .product-one {
        padding: 30px 0 22.5px;
    }

    .product-one-left {
        height: 300px;
    }

    .product-one-right h1 {
        margin-bottom: 10px;
    }

    .product-one-right p,
    .product-one-right h6 {
        margin-bottom: 15px;
    }

    .product-one-right-page {
        margin-top: 0;
    }
}

/* product-two */
.product-two {
    background-color: #F2F2F2;
    padding: 50px 0;
}

.product-two .layui-tab-card {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
    border-color: #CCCCCC;
    overflow: hidden;
}

.product-two .layui-tab-card .layui-tab-title {
    background-color: #F2F2F2;
    border-color: #CCCCCC;
}

.product-two .layui-tab-card .layui-tab-title .layui-badge,
.product-two .layui-tab-card .layui-tab-title .layui-badge-dot {
    left: 0;
    margin-left: 8px;
}

.product-two .layui-tab-content {
    padding: 30px;
}

.product-two .layui-tab-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .product-two {
        padding: 30px 0;
    }

    .product-two .layui-tab-content {
        padding: 15px;
    }
}

/* product-two-details */
.product-two-details .layui-table {
    margin: 0;
}

.product-two-details .product-two-details-con {
    margin-top: 30px;
}

.product-two-details .product-two-details-con img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .product-two-details .product-two-details-con {
        margin-top: 15px;
    }
}

/* product-evaluate */
.product-evaluate-head {
    display: flex;
    flex-wrap: wrap;
    background-color: #F2F2F2;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-evaluate-head-left {
    float: left;
    width: 180px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 20px 20px 7px;
}

.product-evaluate-head-left p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.product-evaluate-head-left h6 {
    font-size: 38px;
    font-weight: 900;
    color: #FF5722;
    text-align: center;
}

.product-evaluate-head-right {
    float: left;
    width: calc(100% - 275px);
    background-color: #FFFFFF;
    margin-left: 15px;
    padding: 20px;
}

.product-evaluate-item {
    padding: 15px 0;
    overflow: hidden;
}

.product-evaluate-item + .product-evaluate-item {
    border-top: 1px dashed #CCCCCC;
}

.product-evaluate-item h6 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.product-evaluate-item h6 span {
    color: #FF5722;
}

.product-evaluate-item p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
    background-color: #F2F2F2;
    padding: 15px;
}

.product-evaluate-item img {
    display: block;
    float: left;
    width: auto;
    height: 100px;
    padding: 10px;
    background-color: #F2F2F2;
    margin-right: 0px;
}

@media (max-width: 767px) {
    .product-evaluate-head-left {
        width: 100%;
    }

    .product-evaluate-head-right {
        width: 100%;
        margin: 15px 0 0;
    }

    .product-evaluate-item img {
        height: 70px;
        padding: 5px;
        margin-right: 5px;
    }
}

/* product-three */
.product-three {
    background-color: #F2F2F2;
    padding: 0 0 50px;
}

.product-three h6 {
    font-size: 22px;
    color: #1890FF;
    margin-bottom: 15px;
}

.product-three-item {
    display: block;
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.product-three-item img {
    display: block;
    width: 100%;
    height: auto;
}

.product-three-item p {
    font-size: 14px;
    text-align: center;
    color: #666666;
    margin: 10px;
}

@media (max-width: 767px) {
    .product-three {
        padding-bottom: 30px;
    }
}

/* search */
.search {
    margin-top: 70px;
    padding: 100px 0;
    background-image: url(../img/search_bg.png);
    background-position: center;
    background-size: cover;
}

.search form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search input {
    max-width: 300px;
    border-color: #CCCCCC;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.search button {
    border-radius: 0 4px 4px 0;
}

.search button:hover {
    opacity: 1;
}

/* job */
.job {
    background-color: #F2F2F2;
    padding: 50px 0;
}

.job-con {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 4px;
}

.job-con-title {
    font-size: 0;
    overflow: hidden;
    padding: 0 15px 0 35px;
    margin-bottom: 15px;
}

.job-con-title span {
    display: block;
    float: left;
    width: 20%;
    font-size: 18px;
    font-weight: bold;
}

.job-con .layui-colla-title {
    font-size: 0;
    overflow: hidden;
}

.job-con .layui-colla-title span {
    display: block;
    float: left;
    width: 20%;
    font-size: 14px;
}

/* kefu */
.kefu {
    position: fixed;
    right: 0px;
    bottom: 60px;
    width: 70px;
    z-index: 9;
}

.kefu a {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #006cb9;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.kefu a i {
    font-size: 25px;
    line-height: 32px;
}

.kefu a span {
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    margin-top: 6px;
}

.kefu a + a {
    border-top: 1px solid #FFFFFF;
}

.kefu a:hover {
    background-color: #1890FF;
}

.kefu a:last-of-type i {
    font-size: 32px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .kefu {
        bottom: 15px;
    }
}
