/* 公共样式 */

@import url("../layui/css/layui.css");
@import url("common.css");
.layui-main {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .layui-container {
        width: 1300px;
    }
}

.title {
    text-align: center;
    line-height: 2em;
}

.title h3 {
    font-size: 30px;
    text-align: center;
}

.title .color {
    font-size: 30px;
    color: #e89574;
}

.top {
    height: 30px;
    line-height: 30px;
    background-color: rgb(249, 249, 249);
}

.header .logo {
    position: relative;
}

.header .logo::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color:rgb(232 149 116);
}

.header p {
    font-size: 16px;
    font-weight: 700;
    margin-left: 30px;
}

.header .phone-24 {
    padding-left: 72px;
    width: 300px;
    height: 90px;
    background-image: url(img/phone-icon2.png);
    background-repeat: no-repeat;
    background-size: 72px 80px;
}

.header .phone-24 a {
    display: block;
    letter-spacing: 5px;
    padding-top: 20px;
    line-height: 50px;
    color: red;
    font-size: 30px;
    font-weight: bold;
}

.banner img {
    height: 100%;
    width: 100%;
    ;
}

.mobile-menus {
    display: none;
    position: relative;
    background-color: #e89574;
    line-height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.mobile-menus span {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    content: ' ';
    background-image: url(img/menus.png);
}

@media screen and (max-width:450px) {
    .top,
    .header {
        display: none;
    }
    .mobile-menus {
        display: block !important;
    }
    .menus {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
        z-index: 999;
        background-color: #fff !important
    }
    .menus a {
        display: block !important;
        color: #000 !important;
        border-bottom: 1px solid #eee;
    }
    .category-menus a {
        display: inline-block !important;
        /* width: 35% !important; */
        margin-bottom: 10px !important;
    }
    .category-menus li {
        display: inline-block !important;
        width: 48% !important;
        margin-bottom: 10px !important;
        background-color: #e89574;
        align-items: center;
        text-align: center;
        justify-content: space-between;
        cursor: pointer;
        color: #fff;
        line-height: 30px !important;
        /* margin: 0 10px; */
    }
    .link-as,
    .article-list-hot,
    .article-list-time {  
        display: none;
    }
    .img-list li img{
        height: 220px!important;
    }
    .tagline,.right-bg-1{
        display: none;
    }
}

.menus {
    background-color: #e89574;
}

.menus a {
    display: inline-block;
    line-height: 60px;
    width: 140px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.menus .close-btn {
    display: none;
    position: absolute;
    right: -20px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}

.menus .close-btn i {
    font-size: 22px;
}

.menus a:hover {
    background-color:#e3784d;
}

.hot .category-menus {
    margin: 0 auto;
    text-align: center;
}

.hot .category-menus a {
    display: inline;
    background-color: #e89574;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    margin: 0 10px;
}

.img-list li {
    margin-top: 20px;
}

.img-list li a {
    display: block;
    position: relative;
    width: 100%;
}

.img-list li img {
    width: 100%;
    height: 330px;
}

.img-list li a span {
    display: block;
    margin-top: 10px;
    background-color: #cef3d0;
    text-align: center;
    line-height: 40px;
    color: #000;
}

.img-list li a p {
    text-align: center;
}

.img-list .mask-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: cadetblue;
}

.mask-layer-widt {
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
}

.img-list li a .text {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 85%;
    height: 100%;
    padding: 20px;
    color: #fff;
    text-align: left;
}

.img-list li a .title-btn {
    background-color: #e89574;
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto;
    color: #fff;
}

.company-info {
    background-image: url(img/info_bg.jpg);
}

.tagline {
    background-color: rgb(238 247 226);
}

.tagline dt,
.tagline dd {
    text-align: center;
}

.tagline dl {
    background-color: #e89574;
    border: 4px solid #dd6a3d;
    border-radius: 400px;
    width: 90%;
    padding-bottom: 50px;
    overflow: hidden; 
}
.tagline dt { 
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 100%;
    transition: all .3s;
    background-color: #e89574;
}

.tagline dt img {
    width: 100%;
    filter: grayscale(100%);
}

.tagline dd {
    position: relative;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    
}

.tagline .dd::after {
    position: absolute;
    bottom: 0px;
    left: 32%;
    right: 0;
    content: ' ';
    width: 100px;
    border: 1px dashed #f3f0ef;
    z-index: 999;
}
.why-select-us{
    background-image: url(img/a-bg.jpg);
    background-size: 100% 100%;
}
.why-select-us .layui-row{
   margin-bottom: 30px;
}
.why-select-us .right-bg-1{
   text-align: right;
}
.why-select-us .left-bg-1{
   text-align: left;
}
.why-select-us .us-header{
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-bottom: 22px;
    margin-top: 35px;
    color: #666;
    border-bottom: 1px solid #ccc;
}
.why-select-us .number {
    position: relative;
    padding: 10px 5px;
    width: 65px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #e89574;
}

.why-select-us .number p {
    font-size: 12px;
    line-height: 30px;
}
.why-select-us  .des h4 {
    font-weight: bold;
    font-size: 22px;
    color: rgb(232 149 116);
}

.why-select-us  .des p {
    margin-top: 10px;
    
}
.why-select-us  .info {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.why-us {
    background-image: url(img/why-as.jpg);
}

.why-us .number {
    position: relative;
    padding: 10px 5px;
    width: 65px;
    color: #fff;
    text-align: center;
    background-color: #e89574;
}

.why-us .number p {
    font-size: 12px;
}

.why-us .number h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.why-us .des h4 {
    font-weight: bold;
    font-size: 22px;
    color: rgb(232 149 116);
}

.why-us .des p {
    margin-top: 10px;
}

.why-us .right-bg-1 img {
    /* background-image: url(img/why-as-right.png); */
    width: 100%;
    text-align: right;
}

.why-us .info {
    /* background-image: url(img/why-as-right.png); */
    line-height: 30px;
}

.article-list li {
    border-bottom: 1px dashed #e89574;
    padding: 10px 0;
}

.article-title a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
    float: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.article-title h3 {
    display: inline-block;
}

.article-title {
    border-bottom: 1px solid #eee;
}

.article-list li {
    height: 90px;
}

.article-list .time {
    text-align: center;
    height: 80px;
    line-height: 40px;
    background-color: #f2f2f2;
    font-weight: bold;
}

.article-list li img {
    width: 100%;
    height: 80px;
    border-radius: 6px;
}

.article-list .time span {
    display: block;
    font-size: 36px;
    color: #e89574;
    /* margin-top: 10px; */
}

.article-list dl {
    width: 100%;
}

.article-list dt {
    margin-bottom: 12px;
    color: #333;
    font-size: 18px;
    line-height: 18pt;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.article-list dd {
    font-size: 12px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.article-list .ask {
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #333;
}

.article-list .ask-q {
    background-color: red;
    height: 16px;
    line-height: 16px;
}

.article-list li a p {
    display: inline-block;
}

.service-after img {
    width: 100%;
}

.service-after-process {
    background-color: #e89574;
    padding-bottom: 3px;
}

.service-after-process li {
    clear: both;
    margin: 52px 30px;
}

.service-after-process li::after {
    content: ' ';
}

.service-after-process .icon {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #fff;
}

.service-after-process .icon i {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.service-after-process .desc {
    float: left;
    color: #fff;
    height: 70px;
    line-height: 35px;
    margin-left: 10px;
}

.service-process {
    position: relative;
    background-color: #f2f2f2;
}

.service-process .layui-col-md2 {
    position: relative;
}

.service-process .icon {
    position: absolute;
    top: -40px;
    left: 30%;
    right: 25%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    background-color: #e89574;
}

.service-process .icon i {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.service-process .box {
    position: relative;
    margin: 0 10px;
    padding: 0 10px;
    height: 160px;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
}

.service-process .desc .desc-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-process .desc p {
    line-height: 20px;
}

.footer {
    color: #fff;
    background-color: #333;
}

.footer p,
.footer li {
    line-height: 40px;
}

.footer .wechat {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e89574;
}

.footer .wechat img {
    width: 120px;
    height: 120px;
}

.footer .copy {
    border-top: 1px solid rgb(62 62 62);
    padding-top: 20px;
    margin-top: 20px;
}

.footer a {
    margin: 0 10px;
    color: #fff;
}

.category-menus .category-title {
    background-color: #e89574;
}

.category-menus .category-title a {
    color: #fff;
}

.category-menus li {
    background-color: #f5f5f5;
    text-align: center;
    line-height: 60px;
    border: 1px solid #fff;
}

.category-menus li a {
    color: #666;
}

.category-menus li:hover {
    background-color: #e89574;
    line-height: 80px;
}

.category-menus li:hover a {
    color: #fff;
}

.category-list-header {
    background-color: #f2f2f2;
    line-height: 60px;
    padding-left: 10px;
}

.link-as {
    background-color: #f2f2f2;
}

.link-as .link-as-phone {
    background-image: url(img/phone-icon2.png);
    background-repeat: no-repeat;
    background-size: 72px 80px;
    height: 80px;
    padding-left: 75px;
    line-height: 30px;
}

.link-as .link-as-phone p {
    padding-top: 10px;
}

.link-as .link-as-phone a {
    font-weight: bold;
    color: red;
    font-size: 22px;
    letter-spacing: 3px;
}

.link-as .weichat {
    padding: 10px;
}

.link-as .weichat img {
    width: 120px;
    height: 120px;
}

.link-as .weichat p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #e89574;
    font-size: 16px;
}

.article-list-hot {
    background-color: #f2f2f2;
    text-align: left;
}

.article-hot-title {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #e89574;
}

.article-list-hot .list {
    padding: 10px;
}
 

.article-list-hot .list a {
    display: block;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
}

.page a {
    display: inline-block;
    height: 30px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.page .on {
    background: #e89574;
    color: #fff;
}

.online-service {
    position: fixed;
    top: 400px;
    width: 200px;
    z-index: 9999;
}

.online-service #online-service-close {
    position: absolute;
    top: 40%;
    padding: 10px;
    font-size: 16px;
    width: 16px;
    color: #fff;
    background-color: #e89574;
}

.online-service-close-left {
    left: -36px;
}

.online-service-close #online-service-close {
    right: 15px!important;
}

.online-service-close .online-service-box {
    display: none!important;
}

.online-service .online-service-box {
    position: relative;
}

.online-service .online-service-box .online-service-title {
    background-color: #e89574;
    line-height: 40px;
    color: #fff;
    padding-left: 10px;
}

.online-service dl {
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    padding: 10px 10px 20px 10px;
}

.online-service dl dt {
    line-height: 40px;
}

.online-service dl p {
    padding-left: 15px;
}

.online-service i {
    font-size: 16px;
    font-weight: bold;
}

.online-service dl dd {
    line-height: 40px;
}

.online-service .images {
    text-align: center;
}

.online-service dl dd img {
    width: 150px;
}

.online-service #goBack {
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.scroll {
    position: fixed;
    top: 100px
}

.images-items dl {
    width: 100%;
}

.images-items dl img {
    width: 100%;
}

.cont {
    padding: 15px;
    background-color: #fff;
}

.article-header {
    padding: 15px 0;
    background-color: #fff;
    text-align: center;
}

.article-header h1 {
    margin-bottom: 10px;
}

.article-header .attr {
    color: #333;
}

.article-header .attr span {
    color: rgb(5, 4, 4);
}

.contents {
    background-color: #f3f3f3;
}

.cont article p,
.cont article div {
    line-height: 40px;
    overflow: hidden;
    padding-bottom: 12px;
    text-align: justify;
    word-wrap: break-word;
    text-indent: 2em;
    color: #2c3e50;
    font-size: 16px;
}

.cont article a {
    color: #38f;
}

.cont article img {
    width: 80%;
    margin: 0 auto;
}

.cont article a:hover {
    color: #e00;
}

.cont article h2,
.cont article h3 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 31px;
    clear: both;
    color: #000;
    margin-top: 15px;
    margin-bottom: 6px;
}

.cont article h3,
.cont article h2 {
    margin: 10px 0px;
}

.cont article img {
    display: block;
    border-radius: 6px;
    margin: 0 auto;
}

.cont article iframe {
    width: 100%!important;
    height: 480px!important;
}

.cont article table {
    width: 100%!important;
    margin-left: 0!important;
}

.cont article p a {
    color: #3366cc!important;
}

.cont article table {
    width: 100%!important;
    margin-left: 0!important;
}

.cont article table tr {
    list-style-type: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(186, 186, 186);
    padding: 0px;
    margin: 0px;
}

.cont article table td {
    list-style-type: none;
    font-size: 14px;
    border-color: rgb(196, 0, 0) rgb(186, 186, 186) rgb(186, 186, 186) rgb(169, 167, 207);
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    margin: 0px;
    letter-spacing: 1px;
}

.cont article table th {
    list-style-type: none;
    border-right-color: rgb(186, 186, 186);
    min-width: 50px;
    border-bottom-color: rgb(186, 186, 186);
    font-weight: normal;
    padding: 10px 0px;
    margin: 0px;
    background-color: rgb(233, 245, 252);
}

.cont article p a:hover {
    text-decoration: underline;
}

.cont .paging span {
    color: #e89574;
    margin-right: 20px;
}

.about {
    padding-bottom: 20px;
}

.about p {
    line-height: 40px;
}

.about img {
    width: 100%;
}

.link-as-box p {
    line-height: 40px;
}