 @charset "utf-8";
 /* banner部分 */
 
 .banner {
     position: relative;
     width: 100%;
     height: 580px;
     overflow: hidden;
 }
 
 .banner .banner-layer {
     position: absolute;
     left: 50%;
     top: 0;
     margin-left: -960px;
     width: 1920px;
     height: 100%;
 }
 
 .banner-layer .bd {
     width: 100%;
     height: 100%;
     z-index: 1;
 }
 
 .banner-layer ul li {
     width: 100%;
     height: 100%;
 }
 
 .banner-layer ul li img {
     width: 100%;
     height: 100%;
     transition: all 3s;
 }
 
 .banner-layer ul li img:hover {
     transform: scale(1.1);
 }
 
 .banner-layer .hd {
     position: absolute;
     left: 50%;
     top: 97%;
     transform: translate(-50%, -50%);
     width: 172px;
     height: 3px;
     z-index: 999;
     box-sizing: border-box;
 }
 
 .banner-layer .hd ul {
     width: 100%;
     display: flex;
     justify-content: space-between;
     height: 100%;
 }
 
 .banner-layer .hd ul li {
     width: 53px;
     height: 100%;
     background-color: #333333;
 }
 
 .banner .banner-layer .on span {
     animation-name: banner-on;
     -webkit-animation-name: banner-on;
     animation-duration: 8s;
     -webkit-animation-duration: 8s;
     display: block;
 }
 
 @keyframes banner-on {
     0% {
         width: 0;
         height: 100%;
         background-color: #808080;
     }
     100% {
         width: 100%;
         height: 100%;
         background-color: #808080;
     }
 }
 /* 关于我们 */
 
 .anenst {
     position: relative;
     width: 100%;
     height: 770px;
     overflow: hidden;
 }
 
 .anenst .anenst-img {
     position: absolute;
     left: 50%;
     top: 0;
     margin-left: -960px;
     width: 1920px;
     height: 100%;
     background: url(../img/index_new/anenst_pic.jpg) no-repeat;
 }
 
 .anenst-layer {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 1240px;
     height: 100%;
 }
 
 .anenst-layer-title {
     /* position: absolute;
     left: 50%;
     top: 15%;
     transform: translate(-50%, -50%); */
     text-align: center;
     margin-top: 68px;
 }
 /*  
 .anenst-layer-title-ac {
     animation-name: anenst-layer-title-ac;
     -webkit-animation-name: anenst-layer-title-ac;
     animation-duration: 1s;
     -webkit-animation-duration: 1s;
 }
 
 @keyframes anenst-layer-title-ac {
     0% {
         opacity: 0;
         top: 5%;
     }
     100% {
         opacity: 1;
         top: 15%;
     }
 } */
 
 .anenst-layer-title span {
     font-size: 14px;
     color: #666666;
 }
 
 .anenst-layer-title h4 {
     font-size: 32px;
     color: #121212;
     margin-top: 12px;
     font-family: "SourceHanSerifSC-Bold";
     font-weight: 700;
 }
 
 .anenst-layer-title h4 i {
     display: block;
     width: 40px;
     height: 3px;
     background-color: #c8996d;
     margin: 0 auto;
     margin-top: 17px;
 }
 
 .anenst-layer-text {
     /* position: absolute;
     left: 50%;
     top: 29%;
     transform: translate(-50%, -50%); */
     margin-top: 35px;
 }
 /*  
 .anenst-layer-text-ac {
     animation-name: anenst-layer-text-ac;
     -webkit-animation-name: anenst-layer-text-ac;
     animation-duration: 1.2s;
     -webkit-animation-duration: 1.2s;
 }
 
 @keyframes anenst-layer-text-ac {
     0% {
         opacity: 0;
         margin-top: 0;
     }
     100% {
         opacity: 1;
         margin-top: 35px;
     }
 }
  */
 
 .anenst-layer-text p {
     font-size: 16px;
     color: #1b1b1b;
     line-height: 31px;
     text-align: center;
 }
 
 .anenst-layer-text p i {
     color: #c8996d;
 }
 
 .anenst-layer-text p:nth-child(1) {
     width: 830px;
     margin: 0 auto;
 }
 
 .anenst-layer-text p:nth-child(2) {
     width: 752px;
     margin: 0 auto;
     margin-top: 13px;
 }
 
 .anenst-layer-list {
     /* position: absolute;
     left: 50%;
     top: 62%; */
     /* transform: translate(-50%, -50%); */
     width: 100%;
     height: 295px;
     margin-top: 30px;
     background: url(../img/index_new/bg.png) no-repeat;
 }
 
 .anenst-layer-list>ul {
     width: 997px;
     display: flex;
     justify-content: space-between;
     margin: 0 auto;
     padding-top: 63px;
 }
 
 .anenst-layer-list>ul li {
     text-align: center;
 }
 
 .anenst-layer-list>ul li span {
     font-size: 18px;
     color: #121212;
     display: block;
     margin-top: 20px;
 }
 
 .anenst-layer-list>ul li i {
     font-size: 26px;
     color: #c8996d;
     display: block;
     margin-top: 9px;
     font-weight: 700;
 }
 
 .anenst-layer>a {
     position: absolute;
     left: 50%;
     top: 90%;
     transform: translate(-50%, -50%);
     width: 178px;
     height: 40px;
     line-height: 40px;
     background: url(../img/index_new/button_black.png) no-repeat;
     font-size: 16px;
     color: #ffffff;
     text-align: center;
     display: block;
 }
 
 .anenst-layer>a img {
     margin-left: 10px;
 }
 /* 服务项目 */
 
 .project {
     position: relative;
     width: 100%;
     height: 720px;
     overflow: hidden;
 }
 
 .project .project-img {
     position: absolute;
     left: 50%;
     top: 0;
     margin-left: -960px;
     width: 1920px;
     height: 100%;
     background: url(../img/index_new/project_pic.jpg) no-repeat;
 }
 
 .project-layer {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 1940px;
     height: 100%;
 }
 
 .project-layer-titile {
     text-align: center;
     margin-top: 68px;
 }
 
 .project-layer-titile span {
     font-size: 14px;
     color: #ffffff;
 }
 
 .project-layer-titile h4 {
     font-size: 32px;
     color: #ffffff;
     margin-top: 12px;
     font-family: "SourceHanSerifSC-Bold";
 }
 
 .project-layer-titile h4 i {
     display: block;
     width: 40px;
     height: 3px;
     background-color: #c8996d;
     margin: 0 auto;
     margin-top: 17px;
 }
 
 .project-layer>ul {
     width: 1240px;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     margin-top: 30px;
 }
 
 .project-layer>ul li {
     float: left;
     box-sizing: border-box;
     width: 205px;
     height: 400px;
 }
 
 .project-show {
     width: 100%;
     position: relative;
     box-sizing: border-box;
     height: 100%;
     display: block;
 }
 
 .project-show>img {
     width: 100%;
     height: 100%;
 }
 
 .project-show>div {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     top: 0;
     text-align: center;
     width: 100%;
 }
 
 .project-show>div img {
     margin-top: 32px;
 }
 
 .project-show>div span {
     display: block;
     font-size: 16px;
     color: #ffffff;
     margin-top: 18px;
 }
 
 .project-show>div i {
     display: block;
     font-size: 12px;
     color: #5e5e5e;
     margin-top: 8px;
 }
 
 .project-show02 {
     width: 100%;
     position: relative;
     display: none;
     box-sizing: border-box;
     height: 100%;
 }
 
 .project-show02>img {
     width: 100%;
     height: 100%;
 }
 
 .project-show02>div {
     position: absolute;
     left: 50%;
     top: 0;
     transform: translateX(-50%);
     width: 100%;
     text-align: center;
 }
 
 .project-show02>div img {
     margin-top: 32px;
 }
 
 .project-show02>div h5 {
     font-size: 16px;
     color: #121212;
     font-weight: 400;
     margin-top: 18px;
 }
 
 .project-show02>div i {
     display: block;
     font-size: 12px;
     color: #121212;
     margin-top: 9px;
     margin-bottom: 46px;
 }
 
 .project-show02>div span {
     display: block;
     font-size: 16px;
     color: #333333;
     margin-bottom: 12px;
 }
 
 .project-show02>div span:last-of-type {
     margin-bottom: 0;
 }
 
 .project-layer>a {
     position: absolute;
     left: 50%;
     top: 88%;
     transform: translate(-50%, -50%);
     width: 178px;
     height: 40px;
     line-height: 40px;
     background: url(../img/index_new/button_white.png) no-repeat;
     font-size: 16px;
     color: #333333;
     text-align: center;
 }
 
 .project-layer>a img {
     margin-left: 10px;
 }
 /* 专家团队 */
 
 .expert {
     position: relative;
     width: 100%;
     height: 730px;
     overflow: hidden;
 }
 
 .expert .expert-img {
     position: absolute;
     left: 50%;
     top: 0;
     margin-left: -960px;
     width: 1920px;
     height: 100%;
     background: url(../img/index_new/expert_img.jpg) no-repeat;
 }
 
 .expert-layer {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 1240px;
     height: 100%;
 }
 
 .expert-hd {
     /* position: absolute;
     left: 50%;
     top: 10%;
     transform: translate(-50%, -50%); */
     text-align: center;
 }
 /* .expert-hd-ac {
     animation-name: expert-hd-ac;
     -webkit-animation-name: expert-hd-ac;
     animation-duration: 1.3s;
     -webkit-animation-duration: 1.3s;
 }
 
 @keyframes expert-hd-ac {
     0% {
         opacity: 0;
         top: 1%;
     }
     100% {
         opacity: 1;
         top: 10%;
     }
 } */
 
 .expert-hd span {
     font-size: 14px;
     color: #666666;
     display: block;
     margin-top: 68px;
 }
 
 .expert-hd h4 {
     font-size: 32px;
     color: #121212;
     margin-top: 12px;
     font-family: "SourceHanSerifSC-Bold";
 }
 
 .expert-hd h4 i {
     width: 40px;
     height: 3px;
     display: block;
     margin: 0 auto;
     background-color: #e0bc6a;
     margin-top: 17px;
 }
 
 .expert-picture {
     position: relative;
     /* top: 62%;
     left: 50%;
     transform: translate(-50%, -50%); */
     width: 935px;
     margin: 0 auto;
     margin-top: 26px;
 }
 
 .expert-picture>div {
     position: absolute;
     left: 50%;
     top: 76%;
     transform: translate(-50%, -50%);
 }
 
 .expert-picture>div p {
     width: 460px;
     text-align: center;
     font-size: 16px;
     color: #1b1b1b;
     line-height: 31px;
 }
 
 .expert-picture>div a {
     width: 178px;
     height: 40px;
     line-height: 40px;
     background: url(../img/index_new/button_black.png) no-repeat;
     font-size: 16px;
     color: #ffffff;
     text-align: center;
     display: block;
     margin: 0 auto;
     margin-top: 32px;
 }
 
 .expert-picture>div a img {
     margin-left: 10px;
 }
 /* 私人定制 */
 
 .custom {
     position: relative;
     width: 100%;
     height: 880px;
     overflow: hidden;
 }
 
 .custom .custom-img {
     position: absolute;
     left: 50%;
     top: 0;
     margin-left: -960px;
     width: 1920px;
     height: 100%;
     background: url(../img/index_new/custom_img.jpg) no-repeat;
 }
 
 .custom-layer {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     height: 100%;
     width: 1240px;
 }
 
 .custom-hd {
     text-align: center;
 }
 
 .custom-hd span {
     display: block;
     font-size: 14px;
     color: #ffffff;
     margin-top: 68px;
 }
 
 .custom-hd h4 {
     font-size: 32px;
     color: #ffffff;
     margin-top: 12px;
     font-family: "SourceHanSerifSC-Bold";
 }
 
 .custom-hd h4 i {
     width: 40px;
     height: 3px;
     background-color: #c8996d;
     display: block;
     margin: 0 auto;
     margin-top: 17px;
 }
 
 .custom-bd {
     width: 548px;
     text-align: right;
     height: 560px;
     padding-top: 28px;
 }
 
 .custom-bd li {
     margin-bottom: 67px;
 }
 
 .custom-bd li:nth-child(1) {
     margin-top: 89px;
 }
 
 .custom-bd span {
     font-size: 20px;
     color: #1b1b1b;
     margin-bottom: 17px;
     display: block;
     font-weight: 700;
 }
 
 .custom-bd p {
     line-height: 23px;
     font-size: 16px;
     color: #1b1b1b;
 }
 
 .custom-layer>a {
     position: absolute;
     left: 50%;
     top: 90%;
     transform: translate(-50%, -50%);
     width: 178px;
     height: 40px;
     line-height: 40px;
     background: url(../img/index_new/button_white.png) no-repeat;
     font-size: 16px;
     color: #333333;
     text-align: center;
     display: block;
 }
 
 .custom-layer>a img {
     margin-left: 10px;
 }
 
 .expert-picture>div span {
     color: #c8996d;
 }
 /* 资讯动态 */
 
 .trends {
     position: relative;
     width: 100%;
     height: 838px;
     overflow: hidden;
 }
 
 .trends .trends-img {
     position: absolute;
     left: 50%;
     top: 0;
     margin-left: -960px;
     width: 1920px;
     height: 100%;
     background: url(../img/index_new/trends_img.jpg) no-repeat;
 }
 
 .trends-layer {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 1240px;
     height: 100%;
 }
 
 .trends-hd {
     width: 100%;
     text-align: center;
 }
 
 .trends-hd span {
     font-size: 14px;
     color: #666666;
     display: block;
     margin-top: 68px;
 }
 
 .trends-hd h4 {
     font-size: 32px;
     color: #121212;
     margin-top: 12px;
     font-family: "SourceHanSerifSC-Bold";
 }
 
 .trends-hd h4 i {
     display: block;
     width: 40px;
     height: 3px;
     background-color: #c8996d;
     margin: 0 auto;
     margin-top: 17px;
 }
 
 .trends-article-hd {
     width: 476px;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     margin-top: 36px;
 }
 
 .trends-article-hd>span {
     display: inline-block;
     width: 140px;
     height: 36px;
     line-height: 32px;
     text-align: center;
     border: 2px solid #c8996d;
     box-sizing: border-box;
     font-size: 18px;
     color: #1b1b1b;
 }
 
 .trends-article-hd>span a {
     width: 100%;
     height: 100%;
 }
 
 .trends-article-hd .trends-hd-on {
     background: url(../img/index_new/trends_on.png) no-repeat;
     color: #ffffff;
     border: 0;
     line-height: 36px;
 }
 
 .trends-article-hd .trends-hd-on a {
     color: #ffffff;
 }
 
 .trends-bd {
     width: 1240px;
 }
 
 .trends-article-bd {
     width: 100%;
     margin-top: 27px;
     display: none;
 }
 
 .trends-bd .trends-bd-on {
     display: block;
 }
 
 .trends-article-bd li {
     width: 400px;
     height: 455px;
     background-color: #fafafa;
     border-radius: 10px;
     overflow: hidden;
     float: left;
     margin-right: 20px;
 }
 
 .trends-article-bd li:hover .trends-article-img img {
     transform: scale(1.1);
 }
 
 .trends-article-bd li:hover .trends-article-content a img {
     margin-left: 30px;
 }
 
 .trends-article-bd li:last-of-type {
     margin-right: 0;
 }
 
 .trends-article-img {
     width: 100%;
     height: 300px;
     overflow: hidden;
 }
 
 .trends-article-img img {
     width: 100%;
     transition: all 3s;
     cursor: pointer;
 }
 
 .trends-article-content {
     width: 100%;
     padding: 0 31px;
     box-sizing: border-box;
 }
 
 .trends-article-content h6 a {
     font-size: 20px;
     color: #1b1b1b;
     margin-top: 32px;
 }
 
 .trends-article-content span {
     display: block;
     font-size: 16px;
     color: #1b1b1b;
     margin-top: 11px;
 }
 
 .trends-article-content a {
     display: block;
     font-size: 18px;
     color: #1b1b1b;
     margin-top: 25px;
 }
 
 .trends-article-content a img {
     vertical-align: middle;
     margin-left: 20px;
 }
 
 .trends-article-bd>a {
     position: absolute;
     left: 50%;
     top: 90%;
     transform: translate(-50%, -50%);
     width: 178px;
     height: 40px;
     line-height: 40px;
     background: url(../img/index_new/button_black.png) no-repeat;
     font-size: 16px;
     color: #ffffff;
     text-align: center;
     display: block;
 }
 
 .trends-article-bd>a img {
     margin-left: 10px;
 }
 /* 合作伙伴 */
 
 .cooperate {
     position: relative;
     width: 100%;
     height: 440px;
     overflow: hidden;
 }
 
 .cooperate .cooperate-img {
     position: absolute;
     left: 50%;
     top: 0;
     margin-left: -960px;
     width: 1920px;
     height: 100%;
     background: url(../img/index_new/cooperate_pic.jpg) no-repeat;
 }
 
 .cooperate-layer {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 1240px;
     height: 100%;
 }
 
 .cooperate-hd {
     text-align: center;
     margin-bottom: 35px;
 }
 
 .cooperate-hd span {
     font-size: 14px;
     color: #ffffff;
     margin-top: 68px;
     display: block;
 }
 
 .cooperate-hd h4 {
     font-size: 32px;
     color: #ffffff;
     margin-top: 12px;
     font-family: "SourceHanSerifSC-Boldanenst-layer-list";
 }
 
 .cooperate-hd h4 i {
     width: 40px;
     height: 3px;
     background-color: #c8996d;
     margin: 0 auto;
     display: block;
     margin-top: 17px;
 }
 
 .cooperate-bd {
     width: 1240;
     /* display: flex;
     justify-content: space-between; */
     margin-top: 35px;
     overflow: hidden;
 }
 
 .cooperate-bd li {
     width: 192px;
     margin-right: 20px;
 }
 
 .cooperate-bd li img {
     width: 100%;
 }
 
 .cooperate-layer .tempWrap {
     width: 1240px !important;
     overflow: hidden;
 }