.clr {
    clear: both
}

.o-banner {
    width: 100%;
    height: 300px;
    background-image: url(../images/inbanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    padding-top: 120px;
}
.obanner-box{
    width: 1300px;
    margin: 0 auto;
}

.o-banner strong {
    font-size: 34px;
    /* font-weight: bold; */
    display: block;
    letter-spacing: 2px; font-family:'ctlaosongsjthin'; font-weight:lighter;
}

.o-banner b {
    display: block;
    height: 2px;
    width: 80px;
    background-color: #fff;
    margin-top: 20px;
}

.o-banner span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.info_menu{ text-align:center; padding:50px 0 0 0}
.info_menu li{ border-left:1px #ccc solid; display:inline-block; padding:0px 20px;}
.info_menu li:nth-child(1){ border:0px;}
.info_menu li a{ color:#999; font-size:18px;}
.info_menu .on a{ color:#CAA773}
.info-menu {
    width: 100%;
    background-color: #f5f5f5;
    height: 50px;
}

.info-menu-box {
    width: 1300px;
    margin: 0 auto;
}

.crumbNav {
    float: left;
}

.crumbNav a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
}

.crumbNav a:hover {
    color: #caa773;
}

.menu-tabs {
    float: right;
}

.menu-tabs ul li {
    display: inline-block;
}

.menu-tabs ul li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
}

.menu-tabs ul li a:hover {
    color: #fff;
    background-color: #caa773;
}

.menu-tabs ul .on a {
    color: #fff;
    background-color: #caa773;
}


.content-box {
    width: 1300px;
    margin:0px auto;
}


.about-box{
    width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
}
.about-left{
    float: left;
    width: 42%;
}
.about-image{
    width: 100%;
    position: relative;
    padding: 30px;
}
.about-image::before{
    content: '';
    width: 440px;
    height: 400px;
    background-color: #fff;
    border: 3px dashed #d5b482;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    right: 0px;
    /* border-radius: 20px; */
}
.about-image::after{
    content: '';
    width: 240px;
    height: 200px;
    background-color: #fff;
    border: 3px dashed #d5b482;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    /* border-radius: 20px; */
}
.about-image img{
    width: 100%;
    display: block;
    /* border-radius: 20px; */
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
.about-right{
    float: right;
    width: 50%;
    padding-top: 30px;
}
.about-title h3{
    font-size: 40px;
    color: #2f2f2f;
    font-weight: normal;
    line-height: 40px;font-family:'ctlaosongsjthin';
}
.about-title p{
    font-size: 16px;
    color: #9f9f9f;
    font-weight: lighter;
    line-height: 24px;
    padding-top: 10px;
}
.about-txt{
    color: #2f2f2f;
    font-size: 15px;
    line-height: 30px;
    margin-top: 30px;
}
.about-txt p{
    margin-bottom: 10px;
}
/* about end */


.product-nav{
    margin-top: 40px;
}
.product-nav ul{
    width: 100%;
    text-align: center;
}
.product-nav ul li{
    display: inline-block;
    vertical-align: middle;
}
.product-nav ul li a{
    display: block;
    padding: 8px 24px;
    margin: 0 6px;
    color: #0b0b0b;
    background-color: #f1f1f1;
    line-height: 24px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.product-nav ul li .on{ background-color: #caa773;
    color: #fff;}
.product-nav ul li a:hover{
    background-color: #caa773;
    color: #fff;
}

.product-list{
   
    font-size: 0;
    padding: 20px 50px;
}
.product-list .product-li{
    display: inline-block;
    vertical-align: top;
    width:23%;
    height: 268px;
    margin:1%;
    margin-top:25px;
    background-color: #ffffff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}
/*.product-list .product-li:nth-child(3n+3){
    margin-right: 0;
}*/
.product-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.product-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    align-items: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-titl{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 15px 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transform: translateY(100%);
}
.product-titl strong{
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product-titl b{
    display: block;
    width: 48px;
    height: 2px;
    background-color: #caa773;
    margin: 0 auto;
    margin-top: 10px;
}
.product-list .product-li:hover{
    box-shadow: 0 0px 16px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 16px rgba(0,0,0,.2);
    /* transform: translateY(-5px); */
}
.product-list .product-li:hover .product-titl{
    transform: translateY(0);
}
.product-list .product-li:hover .product-img img{
    transform: scale(1.05);
}
.kj_list{    width: 1300px;
 
    padding: 0px 0 20px;
}
.kj_list a{   display: inline-block;
 
    width: 410px;
    height:340px;
    margin-right:20px;
    margin-top:20px;
    background-color: #333;
    }
.kj_list i{ display:block; height:270px; overflow:hidden; width:100%;}
.kj_list i img{  width: 100%;
    height:100%;    object-fit: cover;
    align-items: center;    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
   }

 
.kj_list a:hover i img{ transform: scale(1.05);}
.kj_list .kj_tit{ height:70px; width:100%;  }  
.kj_list .kj_tit span{ display:block; float:left;color:#fff;  width:35%; line-height:33px; padding-left:10px;}
.kj_list .kj_tit span:nth-child(2n){ width:65%;}

.wangdian-list{
    width: 1300px;
    font-size: 0;
    padding: 20px 0 20px;
}
.wangdian-list .wangdian-li{
    display: inline-block;
    vertical-align: top;
    width: 410px;
    height: 268px;
    margin-right: 35px;
    margin-top: 35px;
    background-color: #ffffff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.wangdian-list .wangdian-li:nth-child(3n+3){
    margin-right: 0;
}
.wangdian-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.wangdian-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    align-items: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.wangdian-titl{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.68);
    padding: 15px 15px 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transform: translateY(100%);
    display: flex;
    align-items: center;
}
.wangdian-tit-box{
    width: 100%;
}
.wangdian-titl strong{
    font-size: 18px;
    line-height: 36px;
    /* font-weight: normal; */
    color: #fff;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wangdian-titl b{
    display: block;
    width: 48px;
    height: 2px;
    background-color: #caa773;
    margin: 0 auto;
    margin-top: 10px;
}
.wangdian-titl p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 20px;
}
.wangdian-list .wangdian-li:hover .wangdian-titl{
    transform: translateY(0);
}
/* .wangdian-list .wangdian-li:hover .wangdian-img img{
    transform: scale(1.05);
} */

.page-list {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.page-list ul {
    display: inline-block;
}

.page-list ul li {
    display: inline-block;
    margin: 2px;
}

.page-list ul .active a {
    background-color: #caa773;
    color: #fff;
}

.page-list ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    color: #232323;
    cursor: pointer;
}

.page-list ul li a:hover {
    background-color: #e3e3e3;
}

.page-list ul .active a:hover {
    background-color: #caa773;
    color: #fff;
}


.news-list{
    padding-top: 20px;
}
.news-list ul li{
    float: left;
    width: 408px;
    margin-right: 38px;
    margin-top: 30px;
}
.news-list ul li:nth-child(3n+3){
    margin-right: 0;
}
.news-list-image{
    width: 100%;
    height: 236px;
    overflow: hidden;
}
.news-list-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-list-down{
    margin-top: 20px;
}
.news-list-date{
    width: 70px;
    height: 90px;
    background-color: #caa773;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px 0;
}
.news-list-date strong{
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}
.news-list-date p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #fff;
    font-weight: lighter;
}
.news-list-right{
    display: inline-block;
    vertical-align: top;
    width: 333px;
    padding-left: 30px;
}
.news-list-title{
    display: block;
}
.news-list-title strong{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: normal;
}
.news-list-title p{
    font-size: 14px;
    color: #555;
    line-height: 24px;
    margin: 10px 0;
}
.news-list-more{
    font-size: 16px;
    line-height: 26px;
    color: #555;
    padding-right: 26px;
    background-image: url(../icon/news-list-more.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right;
}
.news-list ul li:hover .news-list-image img{
    transform: scale(1.05);
}
.news-list-title:hover strong{
    color: #caa773;
}
.news-list-more:hover{
    color: #caa773;
    text-decoration: underline;
}

.news-details { width:1100px;  border:1px #efefef solid; padding:30px 0; margin:60px auto; border-radius:10px;
}

.news-details-tit {
    text-align: center;
    margin-bottom: 30px;
}

.news-details-tit h3 {
    font-size: 30px;
    color: #111;
    font-weight: normal;
}

.news-details-tit p {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.news-details-tit p span {
    display: inline-block !important;
}

.news-details-txt {
 
    color: #333;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px; padding:30px;
  
    margin: auto;
    text-align: justify;
}

.news-details-txt p{ font-size:16px; line-height:30px; text-align:justify;text-indent:2em; margin-bottom:10px; margin-top:10px;  }
.news-details-txt video {
    width: 100% !important;
    height: 450px !important;
}

.news-details-txt img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}



.page-lr {
    width: 1050px;
    margin: 0 auto;
    margin-top: 30px;
}

.page-l,
.page-r {
    display: block;
    width: 500px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #0d0d0d;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #b4b2b2;
}

.page-l {
    float: left;
}

.page-r {
    float: right;
}

.page-lr strong {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #0d0d0d;
    width:15%;
    float: left;
}

.page-lr a {
    width: 78%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #0d0d0d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page-l:hover,
.page-r:hover {
    color: #fff;
    background-color: #caa773;
    border: 1px solid #caa773;
}

.page-l:hover strong,
.page-r:hover strong {
    color: #fff;
}

.page-l:hover a,
.page-r:hover a {
    color: #fff;
}



.contain{
    width: 1300px;
    padding: 10px 0 10px;
    margin: 0 auto;
}
.re-position{
    position: relative;
}
.a-position{
    height: 0px;
    position: absolute;
    top: -120px;
}
.jm-list-text p{
    font-size: 16px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
}
.jm-list-icon p{
    padding-left: 30px;
    background-image: url(../icon/youshi.png);
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
}
.jmlc{
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/cpbg.jpg);
    background-size: 100% 100%;
}
.jmlc-box{
    width: 1300px;
    margin: 40px auto 0;
    text-align: center;
}
.jmlc-box ul{
    display: inline-block;
}
.jmlc-box ul li{
    width: 280px;
    height: 180px;
    border-radius:5px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    padding: 30px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jmlc-box ul li:hover{
    margin-top: 2px;
    background-color: #fff; 
    box-shadow: 0 6px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
.jmlc-box ul li img{
    width: 48px;
    display: inline-block;
    vertical-align: middle;
}
.jmlc-box ul li strong{
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.jmlc-box ul li p{
    color: #333;
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
    text-align: center;
}
.jmzc-box{
    width: 100%;
    padding: 20px 0;
}
.jmzc-box .jmzc-img{
    width: 46%;
    float: left;
    overflow: hidden;
}
.jmzc-box .jmzc-img img{
    width: 100%;
    border-radius: 15px;
}
.jmzc-box .jmzc-list{
    width: 48%;
    float: right;
}
.jmzc-list ul{
    margin: 0;
    margin-top: 25px;
    color: #333;
    /* background-color: #f1f1f1; */
    border-radius: 5px;
    padding: 20px 25px;
}
.jmzc-list ul li{
    width: 100%;
    font-size: 16px;
    padding-left: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
}
.jmzc-list ul li span{
    width: 20px;
    height: 20px;
    background-image: url(../icon/youshi.png);
    background-size: 100% 100%;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 5px;
}


.honor-list{
    width: 1300px;
    margin: 50px auto 16px;
}
.honor-list li{
    width: 302.5px;
    height: 320px;
    float: left;
    padding: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 2px solid #eeeeee;
    /* border-radius: 5px; */
    /* padding: 1px; */
}
.honor-list li:nth-child(4n+4){
    margin-right: 0;
}
.honor-list li:hover{
    /* transform: translateY(-5px); */
    /* box-shadow: 0 0px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.2); */
    border: 2px solid #caa773;
}
.honor-list li:hover .honor-title strong{
    color: #caa773;
}
.honor-img{
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.honor-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}



/* contact*/
.contact{
    padding:30px 0;
    width: 1300px;
    margin: 0px auto;
}
.cont-list{
    margin-top: 40px;
}
.cont-list ul{
    display: table;
}
.cont-list ul li{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 410px;
    height: 180px;
    margin-right: 35px;
    border: 1px solid #eeeeee;
    padding: 30px;
    transition: all 0.35s ease;
}
.cont-list ul li:hover{
    transform: translateY(-5px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.cont-list ul li:last-child{
    margin-right: 0;
}
.cont-list ul li span{
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
}
.cont-list ul li span img{
    width: 100%;
    opacity: 0.1;
}
.cont-list ul li h3{
    font-size: 20px;
    color: #0b0b0b;
    font-weight: normal;
}
.cont-list ul li strong{
    font-size: 16px;
    color: #0b0b0b;
    font-weight: normal;
    display: block;
}
.cont-list ul li:nth-child(1) p{
    width: 68%;
    font-size: 16px;
    color: #0b0b0b;
    line-height: 24px;
    padding-top: 16px;
}
.cont-list ul li:nth-child(2) p{
    font-size:38px; 
    line-height: 32px;
    color: #caa773;
    padding-top: 16px; font-family:Impact;
}
.contact-qrcode{
    height: 140px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.contact-qrcode img{
    height: 100%;
}

.map-box{
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

.advice-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}
/* contact end */


.job-bg{
    padding-bottom: 240px;
    background-image: url(../images/job-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 240px;
}
.zhaopin-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.jo_dd {
    margin-top: 10px;
}

.jo_dd li {
    margin-bottom: 10px;
}

.jo_dd li.on .johd {
    background: #caa773;
    border: 0;
}

.jo_dd li.on .johd span {
    color: #fff;
}

.jo_dd li.on .johd b {
    background-image: url(../icon/reduce.png);
}

.johd {
    position: relative;
    padding: 0 20px;
    height: 54px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    line-height: 54px;
    cursor: pointer;
}

.johd span {
    display: block;
    width: 100%;
    /* vertical-align: top; */
    font-size: 18px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.johd b {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    margin-top: -12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background-image: url(../icon/plus.png);
    background-size: 100% 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s; */
}

.johd b img {
    width: 100%;
    height: 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s; */
}

.jobd {
    display: none;
}

.jobd-on {
    display: block;
}

.jobd>div {
    padding: 20px 20px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.jobd p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.recruitment {
    width: 400px;
    float: right;
    padding-top: 30px;
    border-radius: 50%;
    /* background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
    position: relative;
}

.recruitment-img {
    width: 100%;
}

.recruitment-img img {
    width: 100%;
}

.recruitment-txt {
    text-align: center;
}

.recruitment-txt p {
    line-height: 30px;
    color: #333;
    font-size: 20px;
}

/* .recruitment::before{
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #caa773;
    position: absolute;
    top: -2px;
    left: -8px;
    z-index: -1;
} */



/* 留言 */
.liuyan2 {
    width: 780px;
    margin: 40px auto 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.liuyan2 form {
    width: 100%;
    position: relative;
    padding: 30px;
}

.liuyan2 form li {
    display: block;
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
}

.input-text {
    float: left;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    /* font-size: 16px; */
    outline: none;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #333;
}

.textarea-text {
    float: left;
    width: 100%;
    height: 90px;
    padding-left: 10px;
    /* font-size: 16px; */
    line-height: 30px;
    outline: none;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #333;
}

input:focus {
    outline: 0;
    border: 1px solid #caa773;
}

textarea:focus {
    outline: 0;
    border: 1px solid #caa773;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ababab;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ababab;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ababab;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
}

textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ababab;
    font-family: Microsoft YaHei, 微软雅黑;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ababab;
    font-family: Microsoft YaHei, 微软雅黑;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ababab;
    font-family: Microsoft YaHei, 微软雅黑;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
    font-family: Microsoft YaHei, 微软雅黑;
}

/* .input-submit{
    width: 200px;
    height: 40px;
} */
.input-submit input {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    background-color: #caa773;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.input-submit input:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.liuyan-head {
    width: 100%;
    height: 108px;
    background-color: #caa773;
    text-align: center;
    padding: 32px 0;
}

.liuyan-head img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 40px;
}

.liuyan-head p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding-left: 10px;
    border-left: 1px solid #fff;
    letter-spacing: 1px;
}

.liuyan-head p span {
    display: block;
    font-size: 20px;
    line-height: 24px;
}

/* 留言 end */




.info-box {
    width: 100%;
    text-align: center;
    /* border-top: 1px solid #e5e5e5; */
    margin-top: 40px;
}

.info-box h3 {
    font-size: 30px;
    color: #caa773;

}

.info-text {
    margin: 40px 0;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}
.info-text h3{
    margin-bottom: 20px;
}
.info-text ul {
    font-size: 0;
}
.info-text ul li {
    width: 31%;
    /* height: 168px; */
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin: 1%;
    /* background-color: #fefefe; */
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.info-text ul li:nth-child(-n+3){
    height: 148px;
}
.info-text ul li:nth-child(4){
    width: 97%;
    text-align: center;
}
.info-text strong{
    display: block;
    font-size: 20px;
    color: #c7a16d;
    margin-bottom: 10px;
}
.info-tit {
    width: 100%;
    background-color: #f1f1f1;
    text-align: left;
    margin-bottom: 20px;
}

.info-tit h5 {
    display: inline-block;
    padding: 2px 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    background-color: #caa773;
}

.info-img {
    display: block;
    float: left;
    width: 140px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.info-img img {
    min-width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
}



.info-image {
    width: 100%;
    padding-bottom: 30px;
}

.info-image img {
    width: 100%;
}


.development-box {
    width: 100%;
    margin: 60px 0;
}


/* case*/
.shili-text{
    background-color: #f9f9f9;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
 
    padding:30px;
}
.case-list{
    width: 1300px;
    margin: 50px auto 10px;
}
.case-list ul{
    margin-top: 30px;
}
.case-list li{
    width: 302.5px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.case-list li:nth-child(4n+4){
    margin-right: 0;
}
.case-list li:hover .case-img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.case-list li:hover .case-title strong{
    color: #fff;
    background-color: #caa773;
}
.case-img{
    width: 100%;
    margin: auto;
    height: 220px;
    overflow: hidden;
    /* display: flex; */
}
.case-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.case-title strong{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
/* end case*/

.join-show-img {
    height: 218px;
}


.product-details {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.product-left-img {
    width: 36%;
    float: left;
}

.product-left-img img {
    width: 100%;
}

.product-right {
    float: right;
    width: 60%;
}

.vip-box {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.join-box {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 50%;
    float: left;
    padding-top: 40px;
}

.join-img {
    width: 40%;
    float: right;
}

.join-img img {
    width: 100%;
}


.gsyj {
    text-align: center;
    margin-top: 30px;
}

.gsyj p {
    font-size: 18px;
    line-height: 32px;
    color: #c7a16d;
}

.qyzz {
    margin: 60px 0 80px;
}

.qyzz ul {
    width: 100%;
}

.qyzz ul li {
    display: block;
    width: 200px;
    height: 200px;
    float: left;
    text-align: center;
    margin: 0 30px;
    border-radius: 50%;
    background-color: #f1f1f1;
    padding: 50px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.qyzz-img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.qyzz ul li strong {
    font-size: 18px;
    color: #333333;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.qyzz ul li:nth-child(1) .qyzz-img {
    background-image: url(../icon/qywh-icon1.png);
}

.qyzz ul li:nth-child(2) .qyzz-img {
    background-image: url(../icon/qywh-icon2.png);
}

.qyzz ul li:nth-child(3) .qyzz-img {
    background-image: url(../icon/qywh-icon3.png);
}

.qyzz ul li:nth-child(4) .qyzz-img {
    background-image: url(../icon/qywh-icon4.png);
}

.qyzz ul li:nth-child(5) .qyzz-img {
    background-image: url(../icon/qywh-icon5.png);
}

.qyzz ul li:hover {
    background-color: #caa773;
    transform: translateY(-8px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.qyzz ul li:hover strong {
    color: #fff;
}

.qyzz ul li:nth-child(1):hover .qyzz-img {
    background-image: url(../icon/qywh-icon1-w.png);
}

.qyzz ul li:nth-child(2):hover .qyzz-img {
    background-image: url(../icon/qywh-icon2-w.png);
}

.qyzz ul li:nth-child(3):hover .qyzz-img {
    background-image: url(../icon/qywh-icon3-w.png);
}

.qyzz ul li:nth-child(4):hover .qyzz-img {
    background-image: url(../icon/qywh-icon4-w.png);
}

.qyzz ul li:nth-child(5):hover .qyzz-img {
    background-image: url(../icon/qywh-icon5-w.png);
}


.ppdw ul {
    padding-top: 10px;
}

.ppdw ul li {
    width: 25%;
    float: left;
    padding: 0 20px;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.ppdw-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ppdw-img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.ppdw-txt {
    width: 285px;
    padding: 20px;
    position: absolute;
    bottom: 180px;
    left: 20px;
    background-color: rgba(0, 0, 0, .68);
    color: #fff;
    text-align: center;
    transform: translateY(100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.ppdw-txt strong {
    font-size: 16px;
    line-height: 46px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px;
}

/* .ppdw-txt b{
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 10px auto;
} */
.ppdw-txt p {
    display: none;
    font-size: 12px;
    line-height: 22px;
    font-weight: lighter;
    padding-top: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.ppdw ul li:hover .ppdw-txt {
    transform: translateY(0);
    bottom: 60px;
}

.ppdw ul li:hover .ppdw-txt p {
    display: block;
}


.service-list{
    width: 100%;
    padding-top: 20px;
}
.service-list li{
    width: 100%;
    display: block;
    margin-top: 40px;
    padding:30px;   background-color: #f9f9f9;
}
.service-txt{
    width: 50%;
    text-align: left;
    float: left;
 
 
 
}
.service-txt strong{
    display: block;
    font-size: 20px;
    color: #caa773;
    line-height: 30px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
}
.service-txt strong::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #caa773;
}
.service-txt p{
    font-size: 15px;
    color: #555;
    line-height: 24px;
}
.service-img{
    width: 46%;
    float: right;
}
.service-img img{
    width: 100%;
 
}
.service-list li:nth-child(2n+2) .service-txt{
    float: right;
}
.service-list li:nth-child(2n+2) .service-img{
    float: left;
}​
 .about-li{ }
.about-li ul{
  width:1100px; margin:auto;
}
.about-li ul li{
    width: 300px;
    height: 300px; 
    border-radius: 50%;
    float: left;
    position: relative;
    margin: 30px; text-align:center;
}
.li-blue{
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0 ;
    left: 0;
    border-radius: 50%;
    border: 2px solid rgba(213, 180, 130, 0.6);
    padding: 20px;
    z-index: 2;
}
.about-li ul li .li-blue img{
    margin-top: 40px;
}
.about-li ul li .li-blue h3{
    font-size: 24px;
    color: #d5b482;
    margin-top: 20px;
}
.about-li ul li .li-blue p{
    font-size: 16px;
    color: #d5b482;
    margin-top: 10px;
}.blue-circle{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color:rgba(233, 227, 217, 0.5);
    z-index: 1;
}.product-list_ry{
    width: 1300px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 40px;
}
.product-item_ry{
    width: 317.5px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center; border:1px #efefef solid; padding:10px;  
}
.product-item_ry:nth-child(4n+4){
    margin-right: 0;
}
.product-item_ry:hover img{
    transform: scale(1.05);
}
.product-item_ry:hover .product-tit{
    background-color: #caa773;
}
.product-img_ry{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.product-img_ry img{
    width:auto; max-width:100%; height:auto; max-height:100%;
 
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-tit_ry{
    font-size: 15px;
    color: #0d0d0d;
    height: 60px;
    line-height: 60px;
    background-color: #e9e9e9;
}
.product-more_ry{
    display: block;
    font-size: 20px;
    color: #0d0d0d;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #b4b2b2;
    width: 210px;
    height: 48px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.product-more_ry:hover{
    background-color: #caa773;
}
/* main product end */
.history_kk{ padding:60px 0; padding-bottom:100px; position:relative}
.history_list{ padding-top:50px; width:1300px; margin:auto;}
 
.history_list ul{ position:relative; z-index:1;  }
.history_list ul  li{ width:325px; float:left;   } 
.history_list ul  li span{  display:block;font-size:21px; text-align:center;}
.history_list ul  li strong{ color:#999999; font-size:15px; font-weight:lighter; color:#fff; background-color:#CAA773; width:90%; line-height:25px; margin:auto; border-radius:5px; display:block; text-align:center; padding:10px; height:90px; text-align:justify; position:relative;}

.history_list ul  li strong::before{
    content: " ";
    position:absolute;
    top:-8px;
    right:138px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color:  transparent transparent #CAA773 transparent; z-index:5}
.history_list ul  li i{ width:35px; height:35px; background-color:#CAA773; border:10px #efefef solid; display:block; border-radius:20px; margin:50px auto; z-index:3; position:relative;}
.history_list ul  li b{ width:1px; height:120px; background-color:#efefef; position:absolute; margin-top:-120px; margin-left:162px; z-index:2 }
.LeftHandle,.RightHandle{ width:30px; height:55px; background-color:#ececec; position:absolute; cursor:pointer;   z-index:2; background-repeat:no-repeat; background-position:center; background-size:20px; top:245px; }
.LeftHandle{ left:50px;background-image:url(../icon/sjj.png) }
.RightHandle{ right:50px; background-image:url(../icon/sjjh.png) }
.LeftHandle:hover{ background-color:#3dbc79;}
.RightHandle:hover{ background-color:#3dbc79;}
.mid_line{ height:5px; background-color:#efefef; position:absolute; width:100%; margin-top:-160px; z-index:0; }

.shili_img{  padding-top:20px;}