/* header */
.header
{
    background: url("../image/header-bg.jpg") no-repeat center;
}

.box-tit
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-img
{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.box-img img
{
    display: block;
    width: 100%;
    transition: 0.5s;
}
li:hover .box-img img
{
    transform: scale(1.2);
}

a.box-more
{
    display: block;
    width: 220px;
    height: 66px;
    background: url("../image/box-more.png") no-repeat center;
    line-height: 63px;
    font-size: 22px;
    color: #e1caa9;
    text-indent: 55px;
}

.um-search .i-search
{
    background: url("../image/um-page-hd.jpg") repeat-x;
}


/* culture */
.culture
{
    padding: 80px 0 65px;
    background: url("../image/culture-bg.jpg");
    border-top: 1px solid #cddee1;
    position: relative;
}
.culture::after
{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 330px;
    bottom: 0;
    left: 0;
    background: url("../image/curl-bg.jpg") no-repeat bottom 0 center;
}
.culture .w
{
    position: relative;
    z-index: 999;
}
.cul-hd
{
    padding: 54px 0 43px;
    display: flex;
    justify-content: space-around;
}
.cul-hd p
{
    display: inline-block;
}
.cul-hd p a
{
    width: 83px;
    height: 157px;
    background: url("../image/cul-hdbg.png") no-repeat center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    line-height: 20px;
}

.cul-hd p a:hover,
.cul-hd p:first-child a
{
    background:url("../image/cul-hd-hov.png") no-repeat center;
}
.cul-hd p span
{
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    width: 20px;
}
.cul-box
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cul-box li
{
    width: 392px;
    height: 392px;
    border-radius: 10px;
    border: 3px solid #e1caa9;
    position: relative;
    overflow: hidden;
}
.cul-box li:nth-child(n+4)
{
    margin-top: 18px;
}
.cul-box li p
{
    position: absolute;
    width: 100%;
    line-height: 55px;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
    color: #ffbf74;
    font-size: 18px;
}

.culture a.box-more
{
    margin: 60px auto 0;
}

/* quality */
.quality
{
    height: 944px;
    background: url("../image/quality.jpg") no-repeat center;
    padding-top: 78px;
    box-sizing: border-box;
}
.qual-box
{
    display: flex;
    justify-content: space-between;
    padding: 56px 8px 63px;
}
.qual-box li
{
    width: 366px;
    height: 476px;
    padding: 14px 11px 11px;
    position: relative;
    overflow: hidden;
}   
.qual-img
{
    width: 100%;
    height: 382px;
    border-radius: 18px 18px 0 0;
    margin: 0 auto;
}
.qual-box li p
{
    font-size: 22px;
    color: #146773;
    text-align: center;
    line-height: 68px;
    background: #fff;
    height: 70px;
}

.qual-box li p::after
{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../image/qual-boxbg.png") no-repeat center;
    top: 0;
    left: 0;
}
.qual-botm-text
{
    font-size:18px;
    color:#fdf5d1;
    padding-top: 57px;
    background: url("../image/qual-botm-text.png") no-repeat top left;
}

.qual-botm-tel
{
    float: right;
    width: 360px;
    height: 108px;
    background: url("../image/qual-botm-tel.png") no-repeat center;
    font-size: 16px;
    color: #fdf5d1;
    padding-left: 79px;
    padding-top: 20px;
}

.qual-botm-tel p
{
    font-size: 35px;
    color: #fdf5d1;
    font-weight: bold;
    line-height: 38px;
    margin-top: 10px;
}

/* case */
.case
{
    background: url("../image/case-bg.jpg") no-repeat center;
    height:913px;
    padding-top: 80px;
}
/* SWIPER ----------- */
.swiper-wrapper
{
    padding-bottom: 50px;
    box-sizing: border-box;
}
.swiper-slide
{
    width: 383px !important;
    height: 383px;
    border-radius: 50%;
    position: relative;
}
.swiper-slide img
{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.swiper-slide p
{
    font-size: 18px;
    color: #0e626e;
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);   
    display: none; 
    text-align: center;
}
.swiper-slide-active p
{
    display: block;
}

.case-btn
{
    position: absolute;
    width: 100%;
    height: 77px;
    background: url("../image/case-btn.png") no-repeat center;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-btn-box
{
    width: 183px;
    position: relative;
}
.case-btn-box a
{
    outline: none;
    border: none;
}
.case-btn-box a::after
{
    color: #fff;
}
.box-tel
{
    background: url("../image/box-tel.jpg") no-repeat center;
}

.box-tel-bd
{height: 234px;display: flex;justify-content: end;align-items: center;}
.case-box
{
    width: 1150px;
    margin: 75px auto 0;
    position: relative;
}
/* about */
.about
{
    padding-top: 89px;
    height: 807px;
    background: url("../image/about-bg.jpg") no-repeat center;
}
.ab-box
{
    margin-top: 75px;
}
.ab-box-l 
{
    float: left;
    width: 570px;
}
.ab-box-l h3
{
    height: 88px;
    background: url("../image/ab-tit.png") no-repeat center left;
}

.ab-text
{
    font-size: 16px;
    color: #2e2e2e;
    line-height: 34px;
    height: 200px;
    overflow: hidden;
    margin: 31px 0;
}

.ab-text p
{
    text-indent: 15px;
}
.ab-box-l a.box-more
{
    float: right;
}

.ab-img
{
    float: right;
}
.ab-img img
{
    display: block;
}

/* news */
.news
{
    padding: 75px 0 60px;
    height: 938px;
    box-sizing: border-box;
    background: url("../image/news-bg.jpg") no-repeat center;
}

.news-hd
{
    text-align: center;
}
.news-hd a
{
    display: inline-block;
    width: 210px;
    height: 88px;
    background: url("../image/news-hd.png") no-repeat center;
    text-align: center;
    line-height: 88px;
    font-size: 18px;
    color: #393939;
}
.news-hd a:hover,
.news-hd a:first-child
{
    background: url("../image/news-hdhover.png") no-repeat center; 
    color: #fbfbfb;
    font-weight: bold;
}
.news-hd
{
    padding: 35px 0 40px;
}

.news-img
{
    float: left;
    width: 610px;
    position: relative;
    margin-right: 20px;
}

.news-img img
{
    display: block;
}
.news-img p
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6) url(../image/news-jt.png) no-repeat left 27px center;
    text-indent: 48px;
    line-height: 59px;
    font-size: 18px;
    color: #eed3b2;
}

.news-r
{
    display: flow-root;
}
.news-r li
{
    height: 110px;
    padding-top: 8px;
}
.news-num
{
    width: 110px;
    height: 80px;
    border-right: 1px solid #cfa168;
    float: left;
    color: #d2a772;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    margin-right: 21px;
}
.news-num p
{
    font-weight:normal;
    font-size:16px;
    color:#6d6d6d;
    line-height: 30px;
}

.news-text
{
    display: flow-root;
}

.news-text h3
{
    font-size: 16px;
    color: #a0651d;
    line-height: 22px;
}

.news-text p
{
    font-size: 14px;
    color: #818181;
    line-height: 26px;
    margin-top: 2px;
    height: 50px;
    overflow: hidden;
}

.news-r li:hover h3
{
    color: #0e626e;
}
.news-r li:hover .news-num,
.news-r li:hover .news-num p
{
    color: #0e626e;
}

a.news-more
{
    margin: 30px auto 0; 
}



/* service */
.service
{
    background: url("../image/ser-bg.jpg") no-repeat center;
}

.ser-box
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 217PX;
}

.ser-box li
{
    width: 111px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.ser-icon
{
    width: 111px;
    height: 111px;
}
.ser-box li p
{
    text-align: center;
    color: #025154;
    font-size: 18px;
}
.ser-box li:hover 
{
    cursor: pointer;
}
.ser-box li:hover img:first-child,
.ser-icon img:last-child
{
    display: none;
}
.ser-box li:hover img:last-child
{
    display: block;
}
.ser-box li:hover p
{
    color: #b64106;
}

.footer
{
    background: url("../image/footer-bg.jpg") no-repeat center;
    height: 500px;
}

.foot-box
{
    display: flex;
    justify-content: space-between;
    color: #f9f2de;
    padding-top: 55px;
}

.foot-tel h3
{
    font-size: 23px;
    font-weight: normal;
    line-height: 23px;
}
.foot-tel h3 span
{
    display: block;
    width: 25px;
    height: 2px;
    background: #dbc68a;
    margin-top: 12px;
}
.foot-tel div
{
    margin-top: 15px;
}
.foot-tel div p
{
    font-size: 16px;
    line-height: 34px;
}
.foot-logo
{
    text-align: center;
    height: 200px;
    padding: 0 95px;
    border-left: 1px solid #7b977f;
    border-right: 1px solid #7b977f;
}
.foot-logo img
{
    margin-top: -15px;
}
.foot-logo div
{
    font-size: 29px;
}
.foot-logo div p
{
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
}

.foot-code
{
    text-align: center;
    font-size: 15px;
    color: #90babb;
}


.link
{
    height: 68px;
    line-height: 75px;
    background: url("../image/link-bg.png") no-repeat left center;
    padding: 0 15px;
    margin-top: 65px;
}
.link-box 
{
    max-width: 710px;
    overflow: hidden;
    height: 100%;
}
.link-box span
{
    font-size: 20px;
    color: #07585b;
    padding: 0 25px;
    font-weight: bold;
}

.link-box a
{
    font-size: 16px;
    color: #f9f2de;
    margin-left: 35px;
}

.foot-botm
{
    float: right;
    font-size: 16px;
    color: #f9f2de;
}

.foot-text
{
    font-size: 15px;
    color: #d2d5c1;
    margin-top: 35px;
    padding: 0 15px;
    line-height: 33px;
}



/* 内页 */

/* about */
.um-page
{
    background: url("../image/um-page-hd.jpg") repeat-x;
}
.um-page-hd
{
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.um-page-nav a
{
    display: inline-block;
    width: 167px;
    height: 72px;
    text-align: center;
    color: #0f6673;
    font-size: 18px;
    line-height: 72px;
}
.um-page-nav a:hover, a.um-page-navbg
{
    color: #f1d6a3;
    background: url("../image/i-search-span.png");
}
.um-page-wz,
.um-page-wz a
{
    color:#707070;
    font-size:15px;
}


/* news */
.item-time
{
    font-size: 26px;
    color: #584a4a;
    padding-top: 25px;
}
.item-time span
{
    display: inline-block;
    color:#c3c3c3;
    padding: 0 18px;
}

.item-time .ft a
{
    display: block;
    width: 39px;
    height: 39px;
    background: url("../image/item-time-ft.jpg") no-repeat center;
    margin-top: 50px;
    display: none;
}

.item-scale:hover .item-time .ft a
{
    display: block;
}
.item-scale:hover .item-time span
{
    color:#136874;
}

.item-hd
{
    text-align: center;
}

.um-pictureshow-bd .item-bd
{
    width: 100%;
    overflow: hidden;
}

.um-pictureshow-bd .item-bd img
{
    max-width: 100%;
}

.um-pictureshow-bd .item-hd p
{
    height: 48px;
    line-height: 48px;
    border-top: 1px dashed #dfb272;
    border-bottom: 1px dashed #dfb272;
    font-size: 15px;
    color: #7d7d7d;
    margin: 37px 0;
}

.um-list-hd
{
    line-height: 92px;
    border-bottom: 1px solid #b9906e;
}
.um-list-hd h3
{
    color: #0e626e;
    font-size: 20px;
    padding-left: 56px;
    background: url("../image/um-list-hd.png") no-repeat left 7px center;
}

.um-side-bd ul
{
    width: 100%;
    margin-top: 35px;
}
.um-side-bd ul li
{
    width: 274px;
    height: 338px;
    margin-right: 39px;

}
.um-side-bd ul li:nth-child(3n)
{
    margin-right:0;
}
.um-side-bd .box-img
{
    height: 274px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #e1caa9;
}
.um-side-bd ul li p
{
    color: #2e2e2e;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
}
.um-content-hd
{
    margin-top: 35px;
    text-align: center;
}
.um-content .um-xq
{
    margin-top: 45px;
    background: url("../image/um-xq.png") no-repeat left top;
    font-size: 16px;
    line-height: 2;
    text-indent: 2rem;
}
.um-content .um-xq h3
{
    font-size: 22px;
    color: #f9f2de;
    line-height: 58px;
    text-indent: 52px;
}
.pagenav 
{
    margin-top: 15px;
    background: rgb(14 98 110);
}
.pagenav a
{
    color: #fff;
}

.um-areasales-bd a
{
    font-size: 13px;
    color: #000;
}