/*全局样式*/
@charset "utf-8";
html {
    overflow-x: hidden;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,
select {margin: 0;padding: 0}
body {font: 14px "微软雅黑", "Arial Narrow", HELVETICA;color: #000;-webkit-text-size-adjust: 100%;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;position: relative;}
input:required,
textarea:required {outline: 0 none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none; -o-box-shadow: none; box-shadow: none;-webkit-appearance: none !important;}
input,textarea{appearance:none;-webkit-appearance:none;-moz-appearance: none; -o-appearance: none;outline: none;    }
*{margin:0; padding:0;}
a {text-decoration: none !important;cursor: pointer !important;color: #000;}
a:focus {outline: none !important;}
ul,li,dl,dt,dd{list-style-type:none;}
i{font-style:normal}
ul {margin: 0;}
li {list-style: none;}
img{max-width:100%;}
.container-fluid {max-width: 1310px !important;}
.tr4 {transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;-webkit-transition: all 0.4s;}
.tr2 {transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;-webkit-transition: all 0.2s;}
.overflow { overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-height: initial;}
.bjcover{background-position: 50% 50%; background-size: cover;transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}

/*引导页*/
.ydy .banner{z-index: 2;position: fixed;left: 0;right: 0;top:0;bottom: 0;width: 100%;height: 100%;}
.ydy .logo{z-index: 3;position: fixed;left: 0;top:0;right: 0;bottom: 0;margin: auto;display: block;max-width:80%;max-height: 80%;}
.ydy .banner div{height: 100%;width: 100%;}
.ydy .banner .swiper-slide-active .bjcover{animation:fd 20s linear infinite;}
@keyframes fd {
    0%{transform:scale(1);}
    50%{transform:scale(1.2);}
    100%{transform:scale(1);}
}

/*首页*/
.main{position: fixed;left: 0;top:0;width: 100%;height: 100%;z-index: 2;}
/* .main .logo{position: fixed;right: 40px;top:40px;z-index: 2;}
.main .lanmu{position: fixed;top:30px;z-index: 2;left: 40px;}
.main .lanmu a{display: block;font-size: 17px;color: #fff;line-height: 28px;padding-bottom: 20px;}
.main .lanmu a:hover{padding-left: 6px;font-weight: bold;}
.mainlogo{max-width:110px;} */

/*  */
.header{width: 100%; position: fixed; top: 0; left: 0; z-index: 6; height: 65px; background-color: rgba(0,0,0,1); transition: all .4s;}
.bg_header{background-color: rgba(0,0,0,0);}
.case_details_header_bg{background-color: rgba(0,0,0,1);}
.header .header_content{width: 90%; height: 100%; position: relative; margin: 0 auto;}
.header .wrap{width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo{overflow: hidden; display: flex; height: 100%; align-items: center;}
.header .logo a{display: block; height: 100%;}
.header .logo img{max-width: 100%; max-height: 100%; }
/* menu */
.header .header_menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .header_menu .icon-bar{background:#fff; width:30px; height: 3px; display: block;}
.header .header_menu .icon-bar:nth-child(2){margin: 5px 0;}
.header .header_menu .icon-bar:nth-child(3){width: 22px;}
.header .header_menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg); background:#333;}
.header .header_menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header_menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; background:#333; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header .header_nav{position: relative; }
.header .header_nav .nav{max-width: 1200px; margin: 0 auto;}
.header .header_nav .nav_list{width: 100%;}
.header .header_nav .nav_list>li{padding: 0 15px; float: left; position: relative; text-align: center;}
.header .header_nav .nav_list>li>a{line-height: 65px; font-size: 14px; color: #fff; display: block; position: relative;}
.header .header_nav .nav_list>li>a::before{content: ""; position: absolute; bottom: 15px; left: 0; right: 0; margin: auto; width: 0; height: 1px; background-color: #fff; transition: all .6s;}
.header .header_nav .nav_list>li:hover>a::before{width: 100%;}
.header .header_nav .nav_list>li.on>a::before{width: 100%;}
.header .header_nav .nav_list>li>i{display: none;}
.header .header_nav .drop_down{display: none; position: absolute; top: 100%; left: 50%; min-width: 200px; transform: translateX(-50%); z-index: 4; box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #000;}
.header .header_nav .drop_down li{text-align: center; }
.header .header_nav .drop_down li a{line-height:40px; font-size: 14px; color:#fff; display: block; padding: 0 10px;  white-space: nowrap;}
.header .header_nav .drop_down li a:hover{opacity: .7;}
.header.small{background-color: rgba(0,0,0,1); }
/* .header.small{background-color: rgba(0,0,0,0); animation: nav_small 0.5s;} */
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}

.banner{text-align: center; overflow: hidden;}
.banner img{width: 100%; height: 100vh; object-fit: cover;}



@media (max-width: 991px){
    .case_details_header_bg{background-color: rgba(0,0,0,1);}
    .header .header_nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header .header_nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header .header_nav .nav_list{padding: 80px 20px 0 20px;}
    .header .header_nav .nav_list>li{width: 100%; text-align: left; padding: 0;}
    .header .header_nav .nav_list>li::before{display: none;}
    .header .header_nav .nav_list>li>a{color: #333; line-height: 50px;}
    .header .header_nav .nav_list>li>i{display: block; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 14px;}
    .header .header_nav .nav.act{transform: translateX(0);}
    .header .header_nav .drop_down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px; background-color: #fff; box-shadow: 0 0 5px 0 #eee;}
    .header .header_nav .drop_down li{border-bottom: 1px dotted #bbb;}
    .header .header_nav .drop_down li a{font-size: 12px; line-height: 30px; color: #333;}
}

@media (max-width: 767px){
	.banner img{width: 100%; height: 100vh; object-fit: cover}
}


/*内页开始*/
.ny{padding: 40px;position: relative;padding-bottom: 40px !important;}
.ny .logobox{position: absolute;right: 40px;top:40px;max-width:110px;display: block;}
.ny .zuo{width:260px;float:left;padding-right: 30px;}
.ny .you{width:calc(100% - 416px);float:left;max-width: 1200px;}
.ny .zuo ul{width:100px;position: relative;}
.ny .zuo ul a{transition: all 0.2s;}
.ny .zuo ul li{width: 100px;display: block;}
.ny .zuo ul li a{display: block;font-size: 17px;color:#747474;line-height: 28px;padding-bottom: 20px;}
.ny .zuo ul li > a{letter-spacing: 10px;}
.ny .zuo ul li > a:hover{color: #000;}
.ny .zuo ul li.active > a{color: #000;font-weight: bold;}
.ny .zuo ul li > .ul{position: absolute;left: 100%;top:0;width: 130px;display: none;}
.ny .zuo ul li > .ul a{font-size: 14px;}
.ny .zuo ul li.active .ul{display: block;}
.ny .zuo ul li .ul > a:hover{color: #000;}
.ny .zuo ul li .ul > a.active{color: #000;}
footer{border-top: 1px solid #e5e5e5;line-height: 24px;padding: 15px 20px;color: #666666;text-align: center;position: relative;z-index: 1;}

/*  */
.inner_page{padding: 100px 0; width: 78%; margin: 0 auto;}



/*内页合作*/
.nyhz {margin:0 -8px;}
.nyhz .list{display: block;width: calc(20% - 16px);margin: 0 8px 16px;float: left;}
.nyhz .list .img{background: #fff;box-shadow: 0 0 6px rgba(0,0,0,.18);border-radius: 4px;overflow: hidden;display: block;padding-top:46%;position: relative;}
.nyhz .list .img img{position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;display: block;max-width: 90%;max-height:90%;transform:scale(1);}
.nyhz .list:hover .img img{transform:scale(.96);}
/*荣誉*/
.nyhz.nyry .list{width: calc(25% - 16px);position: relative;background: #EFEFEF;}
.nyhz.nyry .list .img{box-shadow: 0 0 0;background: #EFEFEF;padding-top: 88%;opacity: 0;transition: all .2s;}
.nyhz.nyry .list .img img{transition: all .2s;}
.nyhz.nyry .list:hover .img{box-shadow: 0 0 0;background: #ececec;}


.nyhz.nyry .list:after{content: "";width:100%;height: 100%;background: rgba(0,0,0,.4);position: absolute;left: 0;top:0;opacity: 0;z-index: 2;transition: all .2s;display: none;}
.nyhz.nyry .list:hover:after{opacity: 1;}
.nyhz.nyry .list .img{position: relative;z-index: 1;}
.nyhz.nyry .list .img img{max-width: 100%;max-height:100%;transform:scale(.8);}
.nyhz.nyry .list .tt{position: absolute;left: 0;top:50%;width: 100%;font-size: 16px;line-height:26px;height: 52px;overflow: hidden;margin-top: -24px;padding:0 20px;z-index: 3;transform:all .3s;;opacity: 0;color: #fff;right: 0;display: none;}
.nyhz.nyry .list:hover .img{opacity: 1;}
.nyhz.nyry .list:hover .img img{transition: all .2s;transform:scale(1);}





/*about*/
.danye{color: #666666;line-height: 30px;}
.danye b{color: #333;}
.danye .ditu{height: 670px;width: 100%;border: 1px solid #e5e5e5;margin: 0 auto 15px;}
.danye .txt1{font-size: 16px;color: #232323;line-height:30px;margin-bottom:14px;}
.danye .txt2{font-size: 14px;color: #5f5f5f;line-height:28px;margin-top: -8px;margin-bottom: 20px;}

.danye table{width: 75% !important; height: auto !important; border-collapse:collapse !important; margin: 5px auto !important; border: none !important;}
.danye table td{ width: 50% !important; color: 1px #ccc solid !important; padding: 10px !important;}

/*新闻*/
.nyxw .list{display: block;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #e5e5e5;}
.nyxw .list .img{width:140px;float: left;}
.nyxw .list .img .bjcover{height: 92px;}
.nyxw .list .tt{width:calc(100% - 140px);float: left;position: relative;padding: 13px 0 13px 20px;}
.nyxw .list .tt .tt1{color: #919191;font-size: 16px;line-height: 21px;}
.nyxw .list .tt .tt2{color: #5d5d5d;font-size: 16px;line-height: 30px;margin-top: 10px;}
.nyxw .list .tt .tt3{color: #5d5d5d;font-size: 11px;width:70px;line-height: 21px;border-radius: 12px;text-align: center;text-transform: uppercase;border:1px solid #e5e5e5;position: absolute;right: 0;top:10px;padding-left: 2px;background: #eeeeee;}
.nyxw .list:hover .tt .tt3{background: #d7d7d7}

/*  */
.news_list{width: 100%;}
.news_list li{padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #999;}
.news_list .item{width: 100%; display: flex; align-items: center; background-color: #fff;}
.news_list .item .content{flex: 1; width: 68%; padding: 20px;}
.news_list .item .content .time{font-size: 14px; color: #5d5d5d; margin-bottom: 10px;}
.news_list .item .content .title{font-size: 14px; color: #5d5d5d; margin-bottom: 10px;}
.news_list .item .content .text{font-size: 14px; max-height: 100px; line-height: 25px; color: #333; margin-bottom: 10px; overflow-y: auto; }
.news_list .item .content .mm{width: 140px; height: 35px; line-height: 33px; border: 1px solid #bbb; text-align: center; cursor: pointer;}
.news_list li a:hover{color: #5d5d5d;}
.news_list .item .imgbox{width: 32%; float: left; position: relative; overflow: hidden; text-align: center;}
.news_list .item .imgbox::before{content: ""; display: block; padding-top: 62%;}
.news_list .item .imgbox img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: cover;}
@media (max-width: 991px){
    .news_list .item .content{padding: 10px;}
}
@media (max-width: 767px){
    .news_list .item{flex-wrap: wrap;}
    .news_list .item .content{width: 100%; padding: 5px;}
    .news_list .item .content .time{font-size: 12px; margin-bottom: 5px;}
    .news_list .item .content .title{font-size: 14px; margin-bottom: 5px;}
    .news_list .item .content .text{max-height: 80px; line-height: 20px; font-size: 12px; margin-bottom: 5px;}
    .news_list .item .content .mm{width: 100px; height: 25px; line-height: 23px; font-size: 12px;}
    .news_list .item .imgbox{width: 100%;}
	.danye table{width: 100% !important; height: auto !important; }
	.danye table td{width: 100% !important; height: auto !important; float: left !important;}
}

/*  */
.title_recruit{text-align: center; overflow: hidden; margin-bottom: 15px;}
.title_recruit .tit1{font-size: 20px; color: #000; font-weight: bold; text-transform: uppercase;}
.title_recruit .tit2{font-size: 20px; color: #000; font-weight: bold; margin-top: 5px;}

/*  */
.recruit_list{width: 100%;}
.recruit_list .title{padding: 10px 20px 10px 40px; font-size: 16px; color: #333; margin-bottom: 5px; font-weight: bold; position: relative; background: url(../images/recruit_icon1.png) no-repeat 10px center #eaeaea;}
.recruit_list .text1, .recruit_list .text2{background-color: #f1f1f1; padding: 20px; font-size: 16px; color: #333; line-height: 30px; margin-bottom: 5px;}
.recruit_list .title::before{content: "+"; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; height: 25px; line-height: 25px; width: 25px; text-align: center; font-size: 20px; color: #333;}
.recruit_list li.on .title::before{content: "-";}
.recruit_list .text2{display: none;}
.recruit_list .btn_recruit{width: 160px; height: 40px; line-height: 40px; text-align: center; display: block; font-size: 16px; color: #333; background: #aaa; border-radius: 40px; margin-top: 10px}


@media (max-width: 767px){
    .inner_page{width: 95%; padding-bottom: 0}
    .title_recruit .tit1{font-size: 16px;}
    .title_recruit .tit2{font-size: 16px; margin-top: 0;}

    .recruit_list .title{font-size: 14px;}
    .recruit_list .text1, .recruit_list .text2{font-size: 14px; line-height: 25px;}
	.recruit_list .btn_recruit{width: 100px; height: 36px; line-height: 36px; text-align: center; display: block; font-size: 14px; color: #333; background: #aaa; border-radius: 36px; margin-top: 10px}
	.recruit_list .text1, .recruit_list .text2{padding: 15px;}
}



.title2{font-size: 17px;font-weight: bold;color: #000;margin-bottom: 15px;padding-left: 2px;}


/*品牌文化团队*/
.ppwhtd{/*padding-bottom:55px;*/padding-bottom:25px;}
.ppwhtd .list1{width: calc(10% + 180px);float: left;padding-right: 30px;color: #666666;line-height: 30px;}
.ppwhtd .list1 .img{padding-top: 110%;margin-bottom: 11px;}
.ppwhtd .list1 .tt1{font-size: 18px;color: #000;}
.ppwhtd .list1 .tt2{font-size: 14px;margin-bottom: 11px;margin-top: -4px;}
.ppwhtd .list1 .tt3{font-size: 14px;}
.ppwhtd .list2{width: calc(90% - 180px);float: left;color: #666666;line-height: 30px;}
.ppwhtd .list2 .tt2{margin-top: 30px;color: #000;font-weight: bold;}
.lb9 .list .img{padding-top:82%;}
.lb9 .list .tt{background: #a6a6a6;padding:7px 10px;}
.lb9 .list .tt1{font-size: 15px;color: #fff;line-height: 22px;}
.lb9 .list .tt2{font-size: 13px;color: #fff;line-height: 20px;}
.lb9 .list:hover .tt{background: #929292;}

/*设计策划*/
.nych{padding-bottom: 55px;}
.nych .title3{text-align: center;font-size: 22px;line-height: 40px;margin-bottom: 22px;font-weight: bold;color: #000;}
.nych .listbox{font-size: 0;}
.nych .listbox .list{width: 25%;padding: 0 10px;display: inline-block;vertical-align:top;text-align: center;}
.nych .listbox .list .img{width: 100px;height: 100px;line-height: 100px;border: 1px solid #696969;border-radius: 50%;text-align: center;margin: 0 auto;}
.nych .listbox .list .img img{max-height: 66%;max-width: 66%;}
.nych .listbox .list .tt1{color: #000;font-size: 15px;line-height: 30px;margin: 14px 0 4px;}
.nych .listbox .list .tt2{color: #666666;font-size: 14px;line-height: 28px;}
.nych .listbox .list a{color: #666666;font-size: 14px;line-height: 28px;}



/*内页优势*/
.nyys{font-size: 0;padding-bottom: 20px}
.nyys .list{width:33.33%;padding:15px;display: inline-block;vertical-align:top;text-align: center;}
.nyys .list .img{width: 60px;height: 60px;line-height: 60px;text-align: center;margin: 0 auto;}
.nyys .list .img img{max-height: 99%;max-width: 99%;}
.nyys .list .tt1{color: #000;font-size: 15px;line-height: 30px;margin: 14px 0 4px;}
.nyys .list .tt2{color: #666666;font-size: 14px;line-height: 28px;max-width: 200px;margin: 0 auto;text-align:left}
.nyys .list a{color: #666666;font-size: 14px;line-height: 28px;}
.nyys2 .list{margin-bottom: 30px;}
.nyys2 .list .img{width: 50%;float: left;}
.nyys2 .list .tt{width: 50%;float: left;padding-left: 30px;color: #666666;line-height: 30px;}
.nyys2 .list .tt1{display: table;table-layout:fixed;height: 100%;}
.nyys2 .list .tt2{display: table-cell;vertical-align: middle;}
.nyys2 .list .img .bjcover{height: 266px;}
.nyys2 .list:nth-child(even) .img{float: right;}
.nyys2 .list:nth-child(even) .tt{float: left;padding-right: 30px;padding-left: 0;}

/*案例*/
.nyanli .list{display: block;margin-bottom:30px;}
.nyanli .list .tt{width: calc(10% + 230px);float: left;border-top: 1px solid #dcdcdc;padding: 16px 0;}
.nyanli .list .tt1{font-size: 16px;color: #232323;line-height:30px;max-height: 60px;overflow: hidden;}
.nyanli .list .tt2{font-size: 14px;color: #5f5f5f;line-height:28px;max-height: 140px;overflow: hidden;margin-top: 10px;}
.nyanli .list .img{width: calc(90% - 250px);float: left;margin-left: 20px;position: relative;}
.nyanli .list .img:after{content: "";width: 100%;height: 100%;background: rgba(255,255,255,.3);position: absolute;left: 0;right: 0;top:0;transition: all 0.3s;}
.nyanli .list:hover .img:after{background: rgba(255,255,255,.0);}
.nyanli .list .img .bjcover{height: 280px;}

.danye .lbimg{position: absolute;left: 0;top:0;right: 0;width: 100%;z-index: 1;height: 888px;}
.danye .lbimg .swiper-container{height: 100%;}
.danye .lbimg .swiper-wrapper{height: 100%;}
.danye .lbimg .bjcover{height: 100%;}
.danye .lbimg .bjcover{height: 100%;}
.lbimg .swiper-button-prev{width:33px;height: 44px;background: url(../images/jjj.png) no-repeat center center/contain;margin-top: -22px;left: 60px;}
.lbimg .swiper-button-next{width:33px;height: 44px;background: url(../images/jjj.png) no-repeat center center/contain;margin-top: -22px;transform:rotate(180deg);right: 60px;}

.ny .zuo{position: relative;z-index: 2;}
.danye .txt1{position: relative;z-index: 2;}
.ny .logobox{z-index: 2;}


.case_list{width: calc(100% + 20px); display: flex; flex-wrap: wrap; justify-content: left;}
.case_list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.case_list .item{width: 100%; background-color: #fff;}
.case_list .item .imgbox{position: relative; overflow: hidden;}
.case_list .item .imgbox::before{content: ""; display: block; padding-top: 62%;}
.case_list .item .txtbox{text-align: center; padding: 15px;}
.case_list .item .txtbox .text1{font-size: 16px; color: #333; position: relative; padding-bottom: 12px;}
.case_list .item .txtbox .text1::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 40px; height: 2px; background-color: #ccc;}
.case_list .item .txtbox .text2{font-size: 14px; color: #666; margin-top: 10px;}
.case_list .item:hover .imgbox img{transform: scale(1.1);}
@media (max-width: 991px){
    .case_list .item .txtbox{padding: 10px;}
}
@media (max-width: 767px){
    .case_list .item .txtbox{padding: 10px 5px;}
    .case_list{width: calc(100% + 10px);}
    .case_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .case_list .item .txtbox .text1{font-size: 14px; padding-bottom: 6px;}
    .case_list .item .txtbox .text1::before{width: 30px; height: 1px;}
    .case_list .item .txtbox .text2{font-size: 12px; margin-top: 5px;}
}

.inner_page2{width: 100%;}
.swiper_case_info{width: 100%;}
.swiper_case_info .name{position: absolute; top: 130px; left: 0; z-index: 2; width: 100%; text-align: center; font-size: 14px; color: #333; font-weight: bold;}
.swiper_case_info .imgbox{width: 100%; height: 100vh; position: relative;}
/* .swiper_case_info .imgbox>img{width: 100%;display: block;height: auto; position: relative} */
.swiper_case_info .case_prev, .swiper_case_info .case_next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 55px; line-height: 55px; text-align: center; font-size: 24px; color: #fff; z-index: 2; font-family: "宋体"; font-weight: bold;}
.swiper_case_info .case_prev{left: 4%;}
.swiper_case_info .case_next{right: 4%;}
.case_btn1{position: absolute; left: 5%; top: 15%; font-size: 14px; color: #fff; font-weight: bold; z-index: 6; cursor: pointer;}
.case_btn1::before{content: "+"; font-size: 14px; color: #fff; margin-right: 5px; display: inline-block;}
.case_btn1.on::before{content: "-";}



.case_btn2{position: absolute; right: 5%; bottom: 5%; width: 100px; height: 30px; line-height: 30px; background-color: #fff; color: #333; font-weight: bold; z-index: 2; text-align: center; cursor: pointer;}
.case_btn2:hover{color: #ff0000;}
.case_mask{position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 3; display: none;}
.case_mask .bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6);}
.case_mask .box{position: absolute; width: 70%; top: 100px; right: 15%; z-index: 2;}
.case_mask .title{font-size: 24px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 20px;}
.case_mask .text{font-size: 16px; color: #fff !important; line-height: 30px;}
.case_mask .text p{font-size: 16px; color: #fff !important; line-height: 30px;}
.case_mask .text span{font-size: 16px; color: #fff !important; line-height: 30px;}


@media (max-width: 991px) {
    .case_mask .title{font-size: 20px;}
    .case_mask .text{font-size: 14px; line-height: 25px;}
    .case_btn1{color: #333;}
    .case_btn1::before{color: #333;}
    .case_btn2{background-color: #333; color: #fff; bottom: 10%;}
/*    .case_details_footer{position: fixed; bottom: 0; left: 0; width: 100%; z-index: 2;}*/
}

@media (max-width: 767px) {
	.swiper_case_info .imgbox{width: 100%; height: 100vh;}
	.swiper_case_info .imgbox>img{
		position: absolute
	}
	
    .case_mask .title{font-size: 18px;}
    .case_mask .text{font-size: 14px; line-height: 25px;}
    .case_mask .title{font-size: 16px; margin-bottom: 10px;}
    .case_mask .text{font-size: 12px; line-height: 20px;}
    .case_btn1{left: 2%; top: 80px;}
    .case_btn2{right: 5%; bottom: 12%;}
    .case_mask .box{width: 100%; right: 0; padding: 0 15px; top: 105px;}
}

/* .contact_page .wrap1{margin-bottom: 20px;}
.contact_page .wrap1 .map{text-align: center; overflow: hidden; width: 50%; float: left; position: relative;}
.contact_page .wrap1 .map::before{content: ""; display: block; padding-top: 60%;}
.contact_page .wrap1 .map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}
.contact_page .wrap1 .box{width: 50%; float: right; padding-left: 30px; overflow: hidden;}
.contact_page .wrap1 .box img{width: 100%; height: auto;}
.contact_page .wrap1 .box .text{font-size: 16px; color: #333; line-height: 26px; padding-top: 10px; float: left;}
.contact_page .wrap1 .QR{float: right; margin-top: 10px;}
.contact_page .wrap1 .QR img{width: 100px; height: 100px;}
.contact_page .wrap2{overflow: hidden; zoom: 1;}
.contact_page .wrap2 .item{width: 50%; float: left; padding: 0 10px;}
.contact_page .wrap2 .item img{width: 100%; height: auto;}
.contact_page .wrap2 .item .text{font-size: 16px; color: #333; line-height: 26px; padding-top: 10px;} */
.contact_page .wrap1{margin-bottom: 10px;}
.contact_page .wrap1 .imgbox{width: 50%; float: left;}
.contact_page .wrap1 .imgbox img{width: 100%; height: 100%;}
.contact_page .wrap1 .right1{width: 50%; float: right; padding-left: 10px;}
.contact_page .wrap1 .right1 .txtbox{height: auto}
.contact_page .wrap1 .map{text-align: center; overflow: hidden; position: relative;}
.contact_page .wrap1 .map::before{content: ""; display: block; padding-top: 60%;}
.contact_page .wrap1 .map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}
.contact_page .txtbox{margin-top: 10px; background-color: #eaeaea; padding: 20px; height: 100%; display: flex;flex-direction: column;justify-content: space-between}
.contact_page .txtbox .text{font-size: 16px; color: #333; padding-left: 30px; margin-bottom: 15px; background-repeat: no-repeat; background-position: left center;}
.contact_page .txtbox .text span{font-weight: bold;}
.contact_page .txtbox .text:nth-child(1){background-image: url(../images/contact_icon1.png)}
.contact_page .txtbox .text:nth-child(2){background-image: url(../images/contact_icon2.png)}
.contact_page .txtbox .text:nth-child(3){background-image: url(../images/contact_icon3.png)}
.contact_page .txtbox .text:nth-child(4){background-image: url(../images/contact_icon4.png)}
.contact_page .wrap2{display: flex; flex-wrap: wrap}
.contact_page .item{width: 50%; float: left; padding: 5px}



@media (max-width: 767px){
    /* .contact_page .wrap1 .map{width: 100%;}
    .contact_page .wrap1 .box{width: 100%; padding: 0; margin-top: 15px;}
    .contact_page .wrap2 .item{margin-top: 15px; width: 100%; padding: 0;} */
    .contact_page .wrap1 .imgbox{width: 100%;}
    .contact_page .wrap1 .right1{width: 100%; padding: 0; margin-top: 10px;}
    .contact_page .wrap2{display: block;}
    .contact_page .left2{width: 100%;}
    .contact_page .right2{width: 100%;}
    .contact_page .txtbox{padding: 10px;}
    .contact_page .txtbox .text{font-size: 14px;}
	.contact_page .item {
    width: 100%;

}
    
}


/*transition: all 0.3s;*/
/*018a3c*/

.honor_page .imgbox::before{content: ""; display: block; padding-top: 75%}


/*媒体查询开始*/
@media (min-width:1199px){

    .lb9 .list:hover .img,
    .nyanli .list:hover .bjcover,
    .nyxw .list:hover .bjcover
    {transform:scale(1.06);-moz-transform:scale(1.06);-ms-transform:scale(1.06);-o-transform:scale(1.06);-webkit-transform:scale(1.06);cursor:pointer;}
    .nyhz .list:hover .img{box-shadow: 0 0 11px rgba(0,0,0,.2);}
}

@media (max-width:1449px){
        .ny .logobox{max-width: 96px;}
}
@media (max-width:1349px){
/*荣誉*/
.nyhz.nyry .list{width: calc(33.33% - 16px);}
    .ny .logobox{max-width: 86px;}
}
@media (max-width:1199px){
    /* .mainlogo{max-width:67px;} */
/*内页开始*/
.ny{padding:106px 15px 20px;}
.ny .logobox{right: 15px;top:0;line-height: 100px;height: 106px;}
.ny .logobox .logo{max-height: 66%;} 
.ny .zuo{width:auto;float:none;padding: 0;position: absolute;left:15px;top:20px;z-index: 3;}
.ny .you{width:100%;float:none;}
.lanmu2{width: 30px;font-size: 0;height: 21px;position: absolute;left:0;top:2px;cursor: pointer;z-index: 4;}
.lanmu2 i{display: inline-block;width: 100%;height: 3px;background: #000;border-radius: 3px;transition: all 0.6s;}
.lanmu2 i:nth-child(2), .lanmu2 i:nth-child(3){width: 40%;margin:6px 0;}
.lanmu2 i:nth-child(2){margin-right: 10%;}
.lanmu2 i:nth-child(3){margin-left: 10%;}
.lanmu2.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
.lanmu2.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
.lanmu2.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
.lanmu2.active i:nth-child(3){transform: translateX(30px);opacity: 0;}
.ny .zuo ul{width:280px;background: #fff;padding: 20px 0 0;border: 1px solid #e5e5e5;position: relative;position: fixed;left: -300px;top:60px;height: calc(100% - 60px);transition: all 0.3s;}
.ny .zuo ul.active{left: 0;}
.ny .zuo ul li{width:100px;}
.ny .zuo ul li > a{text-align: center;}
.ny .zuo ul li > .ul{position: absolute;left: 100px;top:20px;width: 180px;overflow: auto;height: 100%;}

/*内页合作*/
.nyhz {margin:0 -3px;}
.nyhz .list{width: calc(25% - 12px);margin: 0 6px 12px;}
.nyhz .list .img{box-shadow: 0 0 0;border: 1px solid #e5e5e5;}
/*荣誉*/
.nyhz.nyry .list{width: calc(33.33% - 12px);}


    
}
@media (max-width:991px) {
/*about*/
.danye{line-height:30px;}
.danye .ditu{height: 500px;}

    
    
    
    
    
    
    
    
}

@media (max-width:767px) {
    .danye .txt1{font-size: 16px;color: #232323;line-height:30px;margin-bottom:14px;margin-top: -50px;}
/*首页*/
/* .main .logo{right: 20px;top:20px;}
.main .lanmu{top:18px;left: 20px;}
.main .lanmu a{line-height: 28px;padding-bottom: 14px;} */
/*内页合作*/
.nyhz .list{width: calc(33.33% - 12px);}
/*荣誉*/
.nyhz.nyry .list{width: calc(50% - 12px);}
/*新闻*/
.nyxw .list .img{width:calc(14% + 80px);float: left;}
.nyxw .list .tt{width:calc(86% - 80px);padding: 7px 0 0 15px;}
.nyxw .list .tt .tt1{font-size: 14px;line-height: 20px;}
.nyxw .list .tt .tt2{font-size: 14px;line-height: 24px;margin-top: 8px;height: 48px;overflow: hidden;white-space:inherit;text-overflow:inherit;}
.nyxw .list .tt .tt3{position: relative;right: auto;top:auto;line-height: 19px;display: none;}
.danye .ditu{height: 400px;}

/*品牌文化团队*/
.ppwhtd{padding-bottom:33px;}
.ppwhtd .list1{width: 100%;float: none;padding-right: 0;}
.ppwhtd .list1 .img{width: 200px;padding-top: 0;height: 230px;}
.ppwhtd .list2{width:100%;float: none;}
.ppwhtd .list2 .tt2{margin-top:20px;}


/*内页优势*/
.nyys2 .list{margin-bottom: 30px;}
.nyys2 .list .img{width:100%;}
.nyys2 .list .tt{width:100%;padding:10px 0 0 !important;}
.nyys2 .list .img .bjcover{height: auto;padding-top:77%;}

/*案例*/
.nyanli .list .tt{width:100%;padding: 10px 0;}
.nyanli .list .img{width:100%;margin-left: 0;}
.nyanli .list .img .bjcover{height: auto;padding-top: 66%;}


    .lbimg .swiper-button-prev{left: 15px;width: 20px;height: 30px;}
    .lbimg .swiper-button-next{right: 15px;width: 20px;height: 30px;}

    
    
   
}
@media (max-width:600px) {
    /*内页合作*/
    .nyhz .list{width: calc(50% - 12px);}
    .danye .ditu{height: 300px;}
    
    /*设计策划*/
    .nych{padding-bottom: 22px;}
    .nych .title3{font-size: 18px;line-height: 30px;margin-bottom: 10px;}
    .nych .listbox .list{width: 50%;padding: 15px 10px;}
    .nych .listbox .list .img{width: 80px;height: 80px;line-height: 80px;}
    .nych .listbox .list .tt1{margin: 10px 0 2px;}

    /*内页优势*/
    .nyys .list{width:50%;padding:10px;}


}

@media (max-width:479px) {
    .danye .ditu{height: 280px;}
    .nyhz.nyry .list .tt{font-size: 14px;padding:0 15px;line-height:22px;max-height: 66px;height: auto;margin-top:-34px;}
    
    
    
    
    
}
