*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;  -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.clr{
    clear: both;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}

 @media (min-width:1001px) {
	 
	 .pc{ display:block;}
.m{ display:none;}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei" , 微软雅黑;
    min-width: 1360px;
    color: #333333;
}

.header{
    width: 100%;
    min-width: 1360px;
    background-color: #3e3a39; height:75px;
 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.fixed-header{
    display: block !important;
    position: fixed !important;
    top: 0;
    z-index: 999;
}

.top_logo{ position:absolute; left:50%; margin-left:-100px; margin-top:10px;
 
  
}
.top_logo a{
    display: inline-block;
    vertical-align: middle;
}
 
.head-logo div{
    border-left: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    padding-left: 10px;
    margin-left: 10px;
}
.head-logo strong{
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
}
.head-logo p{
    font-size: 14px;
    color: #333;
    font-weight: lighter;
    line-height: 18px;
    margin-top: 4px;
}


 
.top-menu{ width:1200px; position:absolute; left:50%; margin-left:-600px; 
   
}

.top-menu > ul {
    height: 100%; margin-top:10px;
}
.top-menu > ul > li{
    display: block;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
}
.top-menu > ul > li:nth-child(3){ margin-right:380px;}
.top-menu > ul > li > a{
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 50px;
    position: relative; font-weight:500;
}
.top-menu > ul > li > a:hover{ color:#f2d295; }
/* .top-menu > ul > li:nth-child(n+2)>a::before{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../icon/icon-arrow-down.png);
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    right: 0px;
} */
.top-menu > ul > li > a b{
    width: 10px;
    height: 10px;
    /* position: absolute;
    top: 22px;
    right: 0px; */
    display: inline-block;
    margin-left: 4px;
    background-image: url(../icon/icon-arrow-down.png);
    background-size: 100% 100%;
}
.top-menu > ul > li > a:hover b{
    background-image: url(../icon/icon-arrow-down-color.png);
}

.top-on{
    color: #fff !important;
}
.top-menu > ul > li:hover .top-on{
    color: #65f25c !important;
}

/* .top-on::before{
    background-image: url(../icon/icon-arrow-down-color.png) !important;
} */
.top-on b{
    background-image: url(../icon/icon-arrow-down-color.png) !important;
}

 
.top-menu > ul > li:hover > a::before{
    background-image: url(../icon/icon-arrow-down-color.png);
}



.top-menu > ul > li:hover > .er-menu{
    /* display: block; */
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.top-menu ul li .er-menu{
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 54px;
    z-index: 99;
    width: 200px;
    /* min-height: 200px; */
    padding: 30px 20px 30px 30px;
    background-color: #fff;
    /* border-top: 2px solid #caa773; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1); */
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.top-menu ul li:nth-child(2) .er-menu{
    width: 240px;
}
.top-menu ul li:nth-child(4) .er-menu{
    width: 240px;
}

.er-menu ul{
    width: 100%;
    /* float: left; */
}
.er-menu ul li a{
    display: block;
    width: 100%;
    /* border-bottom: 1px solid rgba(0,0,0,.08); */
    color: #131313;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    background-image: url(../icon/sjj.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: lighter;
    background-size: 14px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.er-menu li a:hover {
    background-image: url(../icon/sjjh.png);
    color: #ec6d20;
}

.er-image{
    width: 285px;
    float: right;
}
.er-image img{
    width: 100%;
}


.head-tel{
    /* display: inline-block;
    vertical-align: middle; */
    text-align: right;
    padding-top: 10px;
} 
.head-tel img{
    display: inline-block;
    vertical-align: middle;
}
.head-tel span {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.head-tel strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    color: #ec6d20;
}

.head-right{
    float: right;
    text-align: right;
    position: relative;
}

.right-icon{
    display: inline-block;
    vertical-align: middle;
    padding: 29px 20px;
    border-left: 1px solid #e9e9e9;
    margin-left: 20px;
}
.menu-icon{
    width: 40px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
.qrcode-i{
    background-image: url(/icon/qrcode-icon.png)
}
.search-i{
    background-image: url(/icon/search-icon.png)
}
/* .search-i:hover{
    background-image: url(/icon/search-icon-green.png)
} */

/* qr-code弹出框 */
.qrcode-box{
    display: none;
    width: 220px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    right: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
}
.qrcode-box::before{
    content: " ";
    position: absolute;
    top: -8px;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 8px 8px 8px;
    border-color:  transparent transparent #62f45b transparent;
}
.qrcode-title{
    width: 100%;
    height: 46px;
    background-color: #ec6d20;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    /* border-radius: 5px 5px 0 0; */
}
.qrcode-img{
    width: 160px;
    margin: 0 auto;
    padding: 10px 0;
}
.qrcode-img img{
    width: 100%;
}
/* search弹出框 */
.search-box{
    display: none;
    width: 280px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: 99;
    /* border-radius: 5px; */
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
    border-top: 3px solid #fff;
}
.search-box::before{
    content: " ";
    position: absolute;
    top: -11px;
    right: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color:  transparent transparent #fff transparent;
}
.search_input {
    width: 240px;
    height: 40px;
    margin: 25px auto;
    position: relative;
}
.SearchStr {
    padding-left: 10px;
    width: 240px;
    height: 40px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-weight: lighter;
    outline: 0;
    border-radius: 5px;
}
.search-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border-left: 0;
    outline: 0;
}
.SearchStr:focus{ 
    border: 1px solid #caa773;
}
.search-icon:focus{ 
    border: 0;
}
/* search弹出框 end */




/* banner */
.banner-box{
    width: 100%;
    height: 591px;
    position: relative;
}
.banner-box ul li{
    width: 100%;
}
.banner-box ul li img{
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-form{
    width: 1300px;
    margin: 0 auto;
    position: absolute;
    top: 105px;
    right: 0;
    left: 0;
    z-index: 99;
    text-align: right;
}
.form-box{
    display: inline-block;
    width: 288px;
    height: 362px;
    background-color: rgba(255, 255, 255, .8);
    padding: 30px 20px;
}
/* banner end */

.w-1300{
    width: 1300px;
    margin: 0 auto;
}

.title-style{
    text-align: center; margin-bottom:40px;
}
.title-style h3{
    font-size: 30px;
    color: #b68a49;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
}
.title-style b{
    width: 85px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/title-l.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 16px;
}
.title-style b.tit-r{
    background-image: url(../images/title-r.png);
}
.title-style h5{
    font-size: 16px;
    line-height: 24px;
    color: #3f3f3f;
    font-weight: lighter;
    margin-top: 8px;
}

/* main-dljz */
.main-dljz{
    padding: 60px 0;
}
.dljz-box{
    margin-top: 20px;
    font-size: 0;
}
.dljz-item{
    display: inline-block;
    vertical-align: top;
    width: 414px;
    height: 346px;
    background-color: #f9f9f9;
    margin-right: 29px;
    margin-top: 29px;
    padding: 20px;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.dljz-item:nth-child(3n+3){
    margin-right: 0;
}
.dljz-item::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #d7d7d7 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.dljz-icon{
    display: block;
    vertical-align: middle;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border:0px solid #ec6d20;
    background-position: center center;
    background-repeat: no-repeat; margin:20px auto ;
}
.dljz-icon img{ width:116px; height:116px;border-radius: 50%; border:5px #ed7831 solid}
.dljz-icon1{
    background-image: url(../icon/dljz1.png);
}
.dljz-icon2{
    background-image: url(../icon/dljz2.png);
}
.dljz-icon3{
    background-image: url(../icon/dljz3.png);
}
.dljz-icon4{
    background-image: url(../icon/dljz4.png);
}
.dljz-icon5{
    background-image: url(../icon/dljz5.png);
}
.dljz-icon6{
    background-image: url(../icon/dljz6.png);
}
.dljz-title{
    display: block;
    vertical-align: middle;
    padding-left: 20px; text-align:center
}
.dljz-title h3{
    font-size: 24px;
    color: #0b0b0b;
    line-height: 30px;
}
.dljz-title p{
    font-size: 15px;
    color: #0b0b0b;
    /* font-weight: lighter; */
    line-height: 25px;
}
.dljz-txt{
    font-size: 15px;
    font-weight: lighter;
    color: #3f3f3f;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 15px;
}
.dljz-item:hover{
    background-color: #fff;
    box-shadow: 0 0px 16px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, .1);
}
.dljz-item:hover::before{
    border-color: transparent transparent #ed7831 transparent;
}
/* main-dljz end */


/* main-jzzz */
.main-jzzz{
    background-color: #f7f7f7;
    padding: 60px 0;
}
.jzzz-box{
    margin-top: 20px;
    font-size: 0;
}
.jzzz-item{
    display: inline-block;
    vertical-align: top;
    width: 414px;
    margin-right: 29px;
    margin-top: 29px;
}
.jzzz-item:nth-child(3n+3){
    margin-right: 0;
}
.jzzz-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.cover{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jzzz-down{
    background-color: #fff;
    padding: 18px 22px 22px 26px;
    position: relative;
}
.jzzz-down::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #ec6d20;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-title{
    position: relative;
    color: #0b0b0b;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-title h3{
    font-size: 20px;
    line-height: 30px;
}
.jzzz-title p{
    font-size: 15px;
    line-height: 25px;
}
.jzzz-title span{
    width: 43px;
    height: 43px;
    display: block;
    background-color: #fff;
    background-image: url(../icon/jzzz-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 10px;
    right: -18px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-txt{
    font-size: 15px;
    font-weight: lighter;
    color: #3f3f3f;
    line-height: 25px;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-item:hover .cover{
    transform: translateX(-100%);
}
.jzzz-item:hover .jzzz-down::before{
    width: 100%;
}
.jzzz-item:hover .jzzz-title span{
    background-image: url(../icon/jzzz-arrow-red.png);
}
.jzzz-item:hover .jzzz-title{
    color: #fff;
}
.jzzz-item:hover .jzzz-txt{
    color: #fff;
}
/* main-jzzz end */


/* main-why */
.main-why{
    padding: 80px 0;
    background-image: url(../images/why-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.why-title h1{
    font-size: 58px;
    line-height: 62px;
}
.why-title h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 45px;
}
.why-title b{
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    height: 3px;
    background-color: #fff;
    margin: 0 20px;
}

.why-box{
    margin-top: 60px;
    font-size: 0;
}
.why-item{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin-right: 60px;
    color: #fdfdfd;
}
.why-item:nth-child(4){
    margin-right: 0;
}
.why-icon{
    display: inline-block;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}
.why-icon1{
    background-image: url(../icon/why1.png);
}
.why-icon2{
    background-image: url(../icon/why2.png);
}
.why-icon3{
    background-image: url(../icon/why3.png);
}
.why-icon4{
    background-image: url(../icon/why4.png);
}
.why-icon5{
    background-image: url(../icon/why5.png);
}
.why-icon6{
    background-image: url(../icon/why6.png);
}
.why-icon7{
    background-image: url(../icon/why7.png);
}
.why-icon8{
    background-image: url(../icon/why8.png);
}
.why-item h3{
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.why-item p{
    font-size: 15px;
    line-height: 30px;
}
/* main-why end */


/* main-service */
.main-service{
    padding: 60px 0 80px;
}
.service-box{
    margin-top: 40px;
    font-size: 0; padding:0 30px;
}
.service-item{
    display: inline-block;
    vertical-align: top;
    width: 14.28%; 
    text-align: center;
    background-color: #f8f8f8;
}
.service-item:nth-child(7){
    margin-right: 0;
}
.service-item:nth-child(2n+2){
    background-color: #ededed;
}

.service-num{
    width: 100%;
    height: 125px;
    position: relative;
}
.service-num span{
    position: relative;
    font-size: 48px;
    line-height: 125px;
    color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.service-num::before{
    content: '';
    /* width: 100%;
    height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ec6d20;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.service-num::after{
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 49px;
    background-image: url(../icon/ser-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.service-down{
    width: 100%;
    height: 300px;
    padding: 50px 20px;
    color: #0b0b0b;
}
.service-down h3{
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
.service-down b{
    display: inline-block;
    width: 46px;
    height: 2px;
    background-color: #ec6d20;
    margin: 12px 0 20px;
}
.service-down p{
    font-size: 14px;
    line-height: 24px;
}
.service-down p span{
    color: #e01010;
    font-weight: bold;
}

.service-item:nth-child(-n+6):hover .service-num::before{
    right: -20px;
}
.service-item:nth-child(-n+6):hover .service-num::after{
    opacity: 1;
    right: 20px;
}
/* main-service end */


/* main-news */

.main-news{
    padding:30px 0;
    background-color: #f7f7f7;
}
.news-box{
    margin-top: 50px;
    margin-bottom: 50px;
}
.news-left{
    width: 600px;
    float: left;
}
.news-left a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-left:hover .news-txt .news-title h3{
    color: #ec6d20;
}
.news-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-img img{
    width: 100%;
}
.news-right{
    width: 640px;
    float: right;
}
.news-right ul li{
    width: 100%;
    padding-left: 120px;
    position: relative;
    margin-bottom: 50px;
}
.news-right ul li:nth-child(3){
    margin-bottom: 0;
}
.news-right ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-right ul li a:hover .news-txt .news-title h4{
    color: #ec6d20;
}
.news-date{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    background-color: #ec6d20;
    text-align: center;
    padding: 13px 0;
}
.news-date strong{
    display: block;
    font-size: 24px;
    line-height: 34px;
}
.news-date b{
    display: inline-block;
    width: 66px;
    height: 2px;
    background-color: #fff;
}
.news-date p{
    font-size: 18px;
    font-weight: lighter;
    line-height: 28px;
}
.news-txt{
    width: 100%;
}
.news-title{
    width: 100%;
    position: relative;
    padding-right: 100px;
    margin-bottom: 10px;
}
.news-title h3{
    font-size: 20px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    -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-title h4{
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    -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-title b{
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0px;
}
.news-txt p{
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.news-more{
    display: block;
    width: 178px;
    height: 45px;
    font-size: 16px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a1a1a1;
    border: 1px solid #cccccc;
    padding-left: 20px;
    background-color: #fff;
    margin: 0 auto;
    background-image: url(/icon/arrow-right-grey.png);
    background-repeat: no-repeat;
    background-position: right 20px 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;
}
.news-more:hover{
    background-color: #ec6d20;
}
.news-more:hover{
    color: #ffffff;
    background-image: url(/icon/arrow-right-white.png);
}

/* main news end */


/* foot-ys */
.foot-ys{
    padding: 50px 0;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #f7f7f7;
    background-color: #fff;
}
.foot-ys ul li{
    display: inline-block;
    vertical-align: top;
    width: 295px;
    margin-right: 40px;
    text-align: left;
}
.foot-ys ul li:nth-child(4){
    margin-right: 0;
}
.foot-ys ul li svg{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px; width:55px;
}
.foot-ys-tit{
    display: inline-block;
    vertical-align: top;
    width: 240px;
    padding-left: 5px;
}
.foot-ys-tit strong{
    font-size: 22px;
    font-weight: normal;
    color: #333333;
}
.foot-ys-tit p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 10px;
}

/* foot-ys end */

/* footer */
footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
   background-color: #333;
}
.foot-box{
    width: 1300px;
    margin: 0 auto;
}
.foot-left{
    width: 365px;
    height: 250px;
    float: left;
    text-align: left;
    padding-top: 5px;
    border-right: 1px solid #5a5a5a;
}
.foot-logo{
    width: 100%;
}
.foot-logo img{
    width: auto;
}
.foot-logo p{
    color: #fff;
    padding: 25px 0 30px;
    font-weight: lighter;
}

.foot-contact{
    width: 100%;
    text-align: left;
}
.foot-contact strong{
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
}
.foot-contact h3{
    font-size: 38px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    padding-top: 6px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.foot-ewm{
    /* width: 300px; */
    height: 250px;
    float: right;
    text-align: right;
    border-left: 1px solid #5a5a5a;
}
.foot-ewm ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 148px;
    margin-left: 30px;
    margin-right: 30px;
}
.foot-ewm img{
    width: 100%;
}
.foot-ewm p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-menu{
    float: right;
    padding-right: 10px;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 60px;
}
.foot-menu-list>a{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.foot-menu-list>a:hover{
    color: #F2F2F2;
}
.foot-menu-list ul{
    margin-top: 10px;
}
.foot-menu-list ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: lighter;
}
.foot-menu-list ul li a:hover{
    color: #F2F2F2;
}



.copyright{
    width: 100%;
    text-align: center;
    padding: 20px 0 20px;
 
    border-top: 0px solid #5a5a5a;
}
.copyright p{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: lighter;
}
.copyright p a{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: lighter;
    display: inline-block;
}
.copyright p a:hover{
    text-decoration: underline;
}

.zhuyunbaike{ width:400px; float:left; background-color:#FFF; margin-left:30px; margin-top:30px; height:365px;}
.zhuyunbaike .fmimg{ overflow:hidden; display:block; width:100%; height:190px; }
.zhuyunbaike .fmimg img{ width:100%; }
.zhuyunbaike  ul{ padding:10px;}
.zhuyunbaike strong a{ height:72px; font-size:18px; line-height:25px; border-bottom:2px #ec6d20 solid; display:block; padding:10px; background-color:#ec6d20; color:#fff;} 
.zhuyunbaike p{ padding:10px;}
.gsjj_kk{ background-color:#f7f7f7; padding:70px; height:776px;}
.gsjj_kk ul{ width:1300px; margin:auto;}
.gsjj_left{ float:left; width:710px;}
.gsjj_left strong{ font-size:38px;}
.gsjj_left h4{ font-size:24px; font-weight:400;}
.gsjj_left i{ display:block; height:2px; width:70px; background-color:#b68a49; margin:20px 0;}
.gsjj_left p{ font-size:16px; line-height:29px; text-align:justify; margin-bottom:10px; text-indent:32px;}
.gsjj_right{ float:right; width:410px; height:570px; background-image:url(../images/p13.png)}
.gsjj_right img{ position:absolute; margin-left:50px; margin-top:50px; width:420px;}
.ym{ width:334px; float:left;}
.ym strong{ float:left; font-size:75px;   display:block; color:#b68a49; width:140px; text-align:right  }
.ym p{ float:left; margin-top:27px;   display:block;   padding-left:0px; margin-left:0px;text-indent:10px;}
.ym p span{ display:block; line-height:20px;   padding:0px;}

.case_index{ padding:50px 20px; background-color:#232323;  }
.case_index li{ float:left; width:25%;}
.case_index li a{ display:block; margin:10px; position:relative; overflow:hidden;     }
.case_index li img{ width: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;}
.case_index li a:hover img{ transform: scale(1.1); /* 放大1.1倍 */
  opacity: 0.5; /* 降低透明度到50% */}
    .case_index li strong {
      height: 100px;
      background-color: rgba(0, 0, 0, 0.6);
    
      color: #dfc885;
      border-radius: 55px;
      width: 100px;
      display: block;
      text-align: center;
      line-height: 100px;
      font-size: 20px;
      position: absolute;
      transition: all 400ms ease;
      left: 50%;
      margin-left: -50px;
      top: 50%;
      margin-top: -50px;
      z-index: 1; opacity: 0;
      transform: scale(0);
    }
     .case_index li a:hover strong{ opacity: 1;
      transform: scale(1);}
    /* 仅使用两个伪元素创建2层波浪 */
   /* 波浪动画效果 */
    .case_index li strong::before,
    .case_index li strong::after {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      border-radius: 50%; /* 保持圆形 */
      pointer-events: none;
    }
    
    /* 第一层波浪 */
    .case_index li strong::before {
      animation: wave 2.5s infinite ease-out;
    }
    
    /* 第二层波浪（延迟启动实现无缝效果） */
    .case_index li strong::after {
      animation: wave 2.5s infinite 1.25s ease-out;
    }
    
    
    /* 精简为2层阴影的波浪效果 */
    @keyframes wave {
      0% {
        box-shadow: 0 0 0 0 rgba(246, 218, 155, 0.4);
      }
      50% {
        box-shadow: 0 0 0 10px rgba(246, 218, 155, 0.2);
      }
      100% {
        box-shadow: 0 0 0 20px rgba(246, 218, 155, 0);
      }
    }
	
	.zhanting{ padding:40px; background-image:url(../images/mapbg.jpg); background-repeat:no-repeat; background-position:center; background-size:100%;}
		.zhanting ul{ width:1300px; margin:auto; position:relative;}
		.zt_left{}
		.zt_right{ width:770px; height:400px;box-shadow: 0 0 15px 5px rgba(150, 150, 150, 0.5); position:absolute; background-color:#fff; padding:20px; right:0px; top:50px; }
		.zt_info_l{ float:left; width:380px; font-size:16px; color:#666; line-height:33px;}
		.zt_info_l strong{ font-size:36px; display:block; color:#000;}
		.zt_info_l i{ width:40px; height:2px; display:block; background-color:#b68a49; margin:20px 0;}
		.zt_info_l li{ float:left; width:25%;}
		.zt_info_l   p{ margin-bottom:20px;}
		.zt_info_l li a{ display:block; background-color:#b68a49; color:#fff; margin-right:10px; text-align:center; margin-bottom:10px; font-size:14px;}
		.zt_info_l li a:hover{ background-color:#333}
		.zt_info_r{ float:right; width:327px;}
		.pc_nrh{ height:500px;}
		
		
 }