* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    outline-width: 0ch;
    vertical-align: top;
}

.head {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
z-index : 999;
left: 0;

}

.header {
    width: 1400px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logobox {
    display: flex;
    align-items: center;
}

.logobox span {
    margin-left: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.inbanner {
    width: 100%;
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -100px;
    display: flex;
    align-items: center;
}

.inbanner h1 {
    font-size: 34px;
    color: white;
    text-align: center;
    width: 100%;
}

.nav {
    height: 50px;
    display: flex;
}

.nav li a {
    display: block;
    width: 155px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.nav li a:hover {
    color: #c8a358 !important;
}

.bread {
    width: 1200px;
    height: 40px;
    background-image: url(../images/loca.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 auto;
    line-height: 40px;
    padding-left: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.bread span {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: bold;
}

.al {
    color: #c8a358 !important;
    font-size: 12px !important;
}

.bread a {
    font-size: 12px;
    color: #434343
}

.aboutcon {
    width: 1200px;
    margin: 20px auto;
    padding: 30px 50px;
}

.swiper-containerab {
    width: 1000px;
}

.swiper-containerab img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.swiper-containerab .swiper-slide {
    padding: 0 80px;
}

.qy {
    text-align: center;
    padding: 30px 0;
    color: #4a4848;
    font-size: 20px;
}

.youshi {
    padding: 70px 0;
    width: 100%;
    background-color: #f8f8f8;
}

.youshicon {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.youshicon li {
    width: 250px;
    text-align: center;
}

.youshicon li p {
    padding: 15px 0;
    font-size: 17px;
    color: #4a4848;
    text-align: center;
    font-weight: bold;
}

.youshicon li span {
    color: #5a5a5a;
    font-size: 13px;
    line-height: 30px;
}

.zzcon {
    width: 1200px;
    margin: 20px auto;
}

.zpul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
}

.zpul li {
    width: 65%;
}

.zpul li img {
    width: 100%;
}

.foot {
    padding: 50px 0;
    background-color: #222222;
}

.footer {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.footerleft {
    width: 800px;
}

.btnav {
    display: flex;
    justify-content: space-between;
}

.btnav a {
    color: #c8a358;
    font-size: 14px;
    display: block;
    width: 120px;
}

.btul {
    padding: 20px 0;
}

.btul li {
    color: #666666;
    font-size: 13px;
    padding: 10px 0;
}

.linkbox {
    padding: 18px;
    background-color: #2d2d2d;
    margin-top: 25px;
}

.linkbox p {
    font-size: 12px;
    color: #666666;
}

.linkbox a {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    /* margin-left: 10px;*/
}

.footerright {
    width: 300px;
}

.rx {
    text-align: right;
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.footerright strong {
    color: #c8a358;
    font-size: 26px;
    display: block;
    text-align: right;
}

.codeul {
    display: flex;
    margin-top: 69px;
    justify-content: space-between;
        margin-left: 92px;
}

.codeul li {
    width: 45%;
    display: flex;
}

.codeul li img {
    width: 120px;
}

.codeul li p {
    text-align: center;
    padding-right: 10px !important;
    padding: 5px 0;
    color: white;
    font-size: 15px;
}

.totop {
    position: fixed;
    right: 30px;
    bottom: 200px;
    z-index: 99999;
}

.servicetab {
    width: 1208px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.servicetab a {
    display: block;
    width: 210px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #434343;
    background-color: #f8f8f8;
    font-weight: bold;
}

.servicetab a:hover {
    background-color: #c8a358 !important;
    color: white !important;
}

.colored {
    background-color: #c8a358 !important;
    color: white !important;
}

.wmul {
    display: flex;
    width: 1200px;
    margin: 30px auto;
    flex-wrap: wrap;
}

.wmul li {
    width: 360px;
    padding: 15px;
    position: relative;
    margin-left: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    height: 360px;
    /* border: 1px solid #ccc; */
}

.wmul li img {
    width: 100%;
    height: 273px;
    object-fit: cover;
    /* border: 1px solid #f7eeee; */
    transition: all ease 0.5s;
}

.ada {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wmul li img:hover {
    transform: scale(1.1);
}

.wmul li p {
    font-size: 13px;
    color: #999999;
    text-align: center;
    padding: 10px 0;
}

.lia {
    display: block;
    text-align: center;
    padding-top: 15px;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
}

.lip {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #c8a358;
    font-size: 12px;
    font-weight: bold;
}

.licover {
    position: absolute;
    cursor: pointer;
    width: 330px;
    height: 210px;
    background: rgba(0, 0, 0, 0.7);
    top: 15px;
    left: 15px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    opacity: 0;
}

.licover img {
    width: 42px !important;
    height: 42px !important;
}

.wmul li:hover .licover {
    opacity: 1 !important;
}

.supprt {
    width: 1200px;
    margin: 50px auto;
    padding: 35px 50px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
}

.supleft {
    width: 660px;
}

.supleft strong {
    font-size: 18px;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.supul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.supul li strong {
    color: #c8a358;
    font-size: 12px;
    margin-bottom: 0 !important;
}

.supul li p {
    font-size: 13px;
    color: #666666;
}

.supright {
    width: 400px;
    text-align: right;
}

.supright strong {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px !important;
}

.supright p {
    font-size: 26px;
    font-weight: bold;
    color: #c8a358;
    margin-bottom: 25px;
}

.supright span {
    font-size: 12px;
    color: #cccccc;
}

.process {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url(../images/line.jpeg);
}

.process img {
    cursor: pointer;
}

.cessout {
    height: 380px;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.process .div {
    position: relative;
}

.sl0 {
    position: absolute;
    bottom: -40px;
    left: 19px;
}

.sl1 {
    position: absolute;
    top: -40px;
    left: 19px;
}

.box1 {
    width: 175px;
    position: absolute;
    top: 100px;
    left: 0;
}

.box2 {
    width: 175px;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.boxtop {
    width: 175px;
    height: 25px;
    background-color: #000;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    padding-left: 10px;
}

.boxcenter {
    width: 100%;
    height: 52px;
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 12px;
    color: #5a5a5a;
}

.boxbottom {
    text-align: right;
    width: 100%;
    font-size: 12px;
    color: #dadada;
    background-color: #f7f7f7;
    padding: 10px;
}

.shop {
    width: 100%;
    padding: 65px;
    background-color: #f8f8f8;
    margin: 40px auto;
}

.shopcon {
    width: 1200px;
    margin: 0 auto;
}

#scroll_left {
    overflow: hidden;
    width: 1200px;
    margin: 30px auto;
}

#scroll_left span {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

#scroll_left .scroll_scale {
    height: 150px;
    width: 240px;
    background: #FFF;
    margin: 0 5px;
}

#scroll_left .scroll_scale table tr td {
    height: 150px;
    width: 240px;
    text-align: center;
}

#scroll_left .scroll_scale img {
    max-width: 240px;
    max-height: 150px;
}

.cka {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
    color: #5a5a5a;
    background-color: #c8a358;
    text-align: center;
    display: block;
    line-height: 40px;
    margin: 20px auto;
    transition: all ease 0.4s;
    color: white;
}

.cka:hover {
    background-color: #000 !important;
}

.servicedetail {
    width: 1200px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
}

.sdetailright {
    width: 550px;
    padding: 0 20px;
}

.sdetailright strong {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid#e2e2e2;
    display: block;
    margin-bottom: 20px;
}

.describe {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #f5f5f5;
    color: #868686;
    font-size: 12px;
}

.newlist {
    width: 1200px;
    margin: 50px auto;
}

.newlist li {
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}

.newlist li a {
    font-weight: bold;
    font-size: 15px;
    color: #222222;
}

.newlist li p {
    color: #c8a358;
    font-size: 12px;
    padding: 10px 0;
}

.newlist li span {
    font-size: 13px;
    color: #666666;
}

.newlist li a:hover {
    color: #c8a358 !important;
}

.newdetailcon {
    width: 1200px;
    margin: 30px auto;
    padding: 20px;
}

.newdetailcon h2 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.gs {
    padding: 10px;
    background-color: #f5f5f5;
    width: 1200px;
    margin: 20px auto;
    font-size: 12px;
    color: #868686;
}

.message {
    width: 1200px;
    margin: 20px auto;
}

.mescon {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.mesconleft {
    width: 680px;
}

.mesconright {
    width: 420px;
}

.mesconright img {
    width: 100%;
    border-radius: 20px;
}

.formout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form {
    width: 330px;
}

.form p {
    padding: 5px;
    color: #434343;
    font-size: 12px;
}

.form input {
    width: 100%;
    height: 40px;
    outline: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
}

.form select {
    width: 100%;
    height: 40px;
    outline: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
}

.tj {
    display: block;
    background-color: #c8a358;
    font-size: 12px;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
}

.map {
    width: 1200px;
    min-height: 300px;
    margin: 30px auto;
    background-color: #ccc;
}

.seperate {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 30px auto;
    flex-wrap: wrap;
}

.seperateitem {
    width: 580px;
    background-color: #f8f8f8;
    padding: 35px;
    margin-bottom: 20px;
    height: 303px;
}

.seperateitem strong {
    font-size: 15px;
    color: #434343;
    margin-bottom: 15px;
    display: block;
}

.seperateitem ul li {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #fff;
    margin-bottom: 32px;
}

.seperateitem ul li img {
    height: 40px;
}

.seperateitem ul li p {
    color: #5a5a5a;
    font-size: 13px;
    padding-left: 15px;
}