﻿/* shie css index */
@font-face{
	font-family: "Gothamb";
	src: url('fonts/Gotham-Bold.woff');
}
@font-face{
	font-family: "Monm";
	src: url('fonts/Montserrat-Medium.woff');
}
@font-face{
	font-family: "FuturaDC";
	src: url('fonts/FuturaDemiC.woff');
}


.container{padding: 0 10rem;}

.shie-header{box-sizing: border-box; padding: 35px 0 30px 0; height: 70px; position: absolute;z-index: 999;left: 0px;top: 0px;width: 100%;}
.shie-header-box{margin: 0 7%; width: 86%; transition: all .3s ease;}
.shie-header-box .logo img{transition: all .3s ease; max-width: 160px}
.shie-header-box .nav-box{float: right; margin-right: 0}
.shie-header-box .nav-box.hidden{display: none;}
.shie-header-box .nav-box li{float: left; padding:5px 19px; position: relative;}
.shie-header-box .nav-box li a{color: rgba(255, 255, 255, 1); font-size: 16px; box-shadow: 1px 1px 6px rgb(77 77 77 / 20%);}
.shie-header-box .nav-box li.active:before{content: ""; position: absolute; margin: 0 auto; width: 22px; left: 0; right: 0; height: 2px; background-color: rgba(255, 255, 255, .9); bottom: -5px;}

.ibanner{width: 100%; position: fixed; height: 100vh; left: 0; top: 0; background-color: #000;}
.ib-wrap{width: 100%; position: relative; height: 100vh;}
.ib-case-list{ width:260px; position: absolute; right: 0; bottom: 1.5rem;}
.ib-case-list .c-l-box{margin-bottom: 4px; background-color: rgba(255, 255, 255, .2); border-top-left-radius: 30px;border-bottom-left-radius: 30px; position: relative;}
.ib-case-list .c-l-box a{display: flex;align-items: center;text-align: justify;padding: 1rem 0 1rem 3rem; font-size: 18px; color: rgba(255, 255, 255, .7); }

.ib-case-list .c-l-box a:hover{color: #FFF;border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
.ib-case-list .c-l-box a:after {z-index: 0;content: "";position: absolute;display: inline-block;width: 0%;right: 0;background: rgba(63, 12, 222, .7);bottom: 0;height: 100%;border-top-left-radius: 30px;border-bottom-left-radius: 30px;transition: all 0.9s ease;-webkit-transform: all 0.9s ease}
.ib-case-list .c-l-box a:hover:after {width: 100%;transition: all 0.9s ease;-webkit-transform: all 0.9s ease}
.ib-case-list .c-l-box a .ico{width: 28px; height: 28px; display: inline-block; margin-right: 20px;}

.ib-box{width: 100%; position: absolute; top: 0; left: 0; height: 100%; }
.ib-box .ib-txt{color: rgba(255, 255, 255, .9);padding: 18% 0 0 7%; }
.ib-box .ib-txt h3{font-size: 40px; font-weight: inherit;}
.ib-box .ib-txt .subtit{font-size: 18px; padding-top: 15px; color: rgba(255, 255, 255, .7);}
.ib-box .ib-txt .desc{font-size: 14px; padding-top: 5rem; color: rgba(255, 255, 255, .7);}

.igo{z-index: 10;width: 100px; display: block; height: 100px; position: absolute; left: 50%; bottom: 1%; transform: translate3d(-50%, 0px, 0px);display: flex; justify-content: center;align-items: center;}
.igo-w-wrapper{position: absolute;left: 50%;top: 50%;margin-left: -52px;margin-top: -68px;width: 100px;height: 100px;}
.igo-w-w-circle{position: absolute;width: 100%;height: 100%;left: 0;right: 0;background-image: url(../images/igoTip.png);background-size: 100% 100%;-webkit-animation: igoAnim 5s linear infinite; animation: igoAnim 5s linear infinite;}
.igo-w-w-circle.circle0{animation-delay: 0;-webkit-animation-delay: 0;}
.igo-w-w-circle.circle1{animation-delay: 1.8s;-webkit-animation-delay: -1.8s;}
.igo-w-w-circle.circle2{animation-delay: -3.6;-webkit-animation-delay: -3.6;}
@-webkit-keyframes igoAnim{
	0%{opacity:0;transform:scale(0)}
	30%{opacity:1;transform:scale(.3)}
	70%{opacity:1;transform:scale(.7)}
	to{opacity:0;transform:scale(1)}
}
@keyframes igoAnim{
	0%{opacity:0;transform:scale(0)}
	30%{opacity:1;transform:scale(.3)}
	70%{opacity:1;transform:scale(.7)}
	to{opacity:0;transform:scale(1)}
}
.ighand{width: 25px;height: 35px; background-image: url(../images/pointer.png); background-size: 100% 100%;position: absolute;z-index: 10;opacity: .99;transform: translateZ(1px);}

.shie-main{width: 100%;}
.shie-m-wrap{padding: 100px 5% 30px; position: relative; background-color: #000; margin-top: 100vh;z-index: 2;}
.shie-m-wrap::before{width: 100%; height: 40vh; position: absolute; left: 0%; top: -5vh; content: ''; background: linear-gradient(
0deg,rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));}
.shie-m-wrap::after{ width: 100%; height: 100%; position: absolute; right: 0%; top: 0%; content: ''; background: linear-gradient(0deg,rgba(0, 0, 0, .9),rgba(0, 0, 0, 0)); z-index: 1; pointer-events: none;}

.shie-top-box{position: relative; z-index: 10; width: 70%; text-align: center; color: #FFF; margin-left: 15%;}
.shie-top-box .ztit{font-size: 66px; text-transform: uppercase; color: #FFF; position: relative; margin-bottom: 3rem;}
.shie-top-box .ztit .bg{font-family: 'Gothamb';color: transparent; font-size: 5.2vw; position: relative; -webkit-text-stroke: 1px rgba(255,255,255, .1); display: block; width: 100%;}
.shie-top-box .ztit .tit{position: absolute; top: 50%; -webkit-transform: translateY(-50%); font-size: 3vw; width: 100%; text-align: center;font-weight: 600;}
.shie-top-box .ztext{width: 100%; position: relative;}
.ztext-wrap ul li{background-color: #FFF; border-radius: 100px; height: 140px; display: flex; position: relative;}
.ztext-wrap ul li .content{padding: 0 50px 0 100px; color: #3e3e3e; font-size: 14px; line-height: 2; text-align: left; display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center;}
.ztext-wrap ul li .content .source{font-size: 12px; opacity: .7;}

.ztext-wrap .swiper-pagination-bullet{width: 6px;height: 6px; -webkit-transform: scale(0.7)}
.ztext-wrap .swiper-pagination-bullet-active{background-color: #3e3e3e;-webkit-transform: scale(1)}


.zcase-list{width: 100%; position: relative; perspective: 1000; -webkit-perspective: 1000; padding: 0px 0%;}
.zcase-list ul{display: flex;position: relative;flex-wrap: wrap;transform: perspective(1000px) rotateX(
52deg); transform-style: preserve-3d;}
.zcase-list ul li{width: 13%;margin-right: 1.3%;margin-bottom: 1vw;background-color: #fff;border-radius: 5px;overflow: hidden;-webkit-transition: all .5s;}
.zcase-list ul li:nth-child(7n){margin-right: 0;}
.zcase-list ul li img{width: 100%;max-width: 100%;}
.zcase-list ul li .pic{background: center center no-repeat; background-size: cover;}
.zcase-list ul li:hover{transform: translateZ(15px);}


.shie-business{padding: 4rem 0; background-color: #FFF; position: relative;}
.shie-b-warp{padding: 0 4rem;}
.shie-business .shie-b-tit{text-align: center;font-size: 60px; text-transform: uppercase; color: #000; position: relative; margin-bottom: 3rem;}
.shie-business .shie-b-tit .bg{font-family: 'Gothamb';color: transparent; font-size: 4.5vw; position: relative; -webkit-text-stroke: 1px rgba(0,0,0, .1); display: block; width: 100%;}
.shie-business .shie-b-tit .tit{position: absolute; top: 50%; -webkit-transform: translateY(-50%); font-size: 2.5vw; width: 100%; text-align: center;}

.business-list{padding-bottom: 2rem; overflow: hidden;}
.business-list li{width: calc(100% / 4); float: left;}
.business-list li .b-con{text-align: center; margin: 0 30px;}
.business-list li .b-con h3{position: relative; padding-bottom: 18px; margin-bottom: 20px;}
.business-list li .b-con h3:after{content: ""; position: absolute; bottom: 0; left: 50%; height: 1px; width: 58px; margin-left: -29px; background-color: #4714a3;}
.business-list li .b-con h3 span{font-size: 22px; display: inline-block; color: #000;}
.business-list li .b-con .desc{font-size: 14px; line-height: 25px; color: #333;}
.business-list li .b-con i{width: 180px; display: inline-block;}

.ico-round{position: absolute; right: -10vw; top: -20vw; width: 45vw; height: 45vw; border-radius: 100%; background-image: linear-gradient(to right,  rgba(63, 12, 222, .15),  rgba(63, 12, 222, .05))}
.ico-round-right{position: absolute; left: -30vw; top: 5vw; width: 58vw; height: 65vw; border-radius: 100%; background-image: linear-gradient(to bottom,  rgba(63, 12, 222, .1), rgba(63, 12, 222, .03),  rgba(63, 12, 222, .01))}


.shie-xcases{background-color: #FFF; position: relative; padding-bottom: 3rem;}
.shie-xc-warp{padding: 0;}
.shie-xcases .shie-xc-tit{text-align: center;font-size: 60px; text-transform: uppercase; color: #000; position: relative; margin-bottom: 3rem;}
.shie-xcases .shie-xc-tit .bg{font-family: 'Gothamb';color: transparent; font-size: 6.2vw; position: relative; -webkit-text-stroke: 1px rgba(0,0,0, .1); display: block; width: 100%;}
.shie-xcases .shie-xc-tit .tit{position: absolute; top: 50%; -webkit-transform: translateY(-50%); font-size: 2.5vw; width: 100%; text-align: center;}

.shie-xc-box{width: 100%;}
.shie-xc-box ul li{position: relative; height: 50vh; transition: all 0.6s ease-in-out 0s;}
.shie-xc-box ul li .pic-thumb{position: relative; height: 100%; overflow: hidden;}
.shie-xc-box ul li .pic{width: 100%; height: 100%;}
.shie-xc-box ul li .img{display: block;position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: center center no-repeat; background-size: cover;}
.shie-xc-box ul li .img:after{width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: ""; background: rgba(0, 0, 0, .1);-webkit-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;}


.shie-xc-box .txt{position: absolute; color: #FFF;width: 62%; left: 18%; top: 0; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.shie-xc-box .txt .name{text-shadow: 0 0 5px rgba(0, 0, 0 / 20%);-webkit-text-stroke: 1px rgba(0,0,0, .05)}
.shie-xc-box .txt .name h2{font-size: 1.8vw;}
.shie-xc-box .txt .name p{margin-top: 4px;font-weight: 500;font-family: 'Gothamb'; font-size: 2.2vw; text-transform: uppercase;}

.shie-xc-box .txt .link{position: relative; border-radius: 50%; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; color: #FFF; font-size: 16px;transition: all 0.6s ease-in-out 0s;}
.shie-xc-box .txt .link .l-xzhuan{position: absolute; width: 80px; height: 80px; top: 0; left: 0;}
.shie-xc-box .txt .link .l-xzhuan > * {fill: rgb(255, 255, 255);transition: all 0.6s ease-in-out 0s;}
.shie-xc-box .txt .link i{display: inline-block;font-size: 30px; -webkit-transform:rotate(-135deg) ;transform: rotate(-135deg);}
.shie-xc-box ul li:hover .link{color: rgb(3, 54, 61);}
.shie-xc-box ul li .link:before{width: 0; height: 0; opacity: 0; position: absolute; content: ""; background: rgb(255, 255, 255); border-radius: 100%;transition: all 0.6s ease-in-out 0s;}
.shie-xc-box ul li:hover .link:before{width: calc(100% + 14px); height: calc(100% + 14px); opacity: 1; position: absolute; content: ""; background: rgba(255, 255, 255, .85); border-radius: 100%;transition: all 0.6s ease-in-out 0s;box-shadow: 1px 1px 6px rgb(77 77 77 / 20%);}
.shie-xc-box ul li:hover .link .l-xzhuan > * {fill: rgb(3, 54, 61);}
.shie-xc-box ul li:hover .img:after{background-color: rgba(63, 12, 222, .3);transition: all 0.6s ease-in-out 0s;}

.shie-news-box{overflow: hidden;padding: 10px 10rem 2rem 10rem; position: relative; z-index: 2;}
.shie-news-box .new-list{display: flex; flex-wrap: wrap;}
.shie-news-box .new-list a{width: calc(100% / 3 - 20px); display: inline-block; margin-right: 30px; margin-bottom: 25px; transition: .5s; -webkit-transition: .5s;}
.shie-news-box .new-list a:nth-child(3n){margin-right: 0;}
.shie-news-box .new-list .thumb{position: relative; overflow: hidden; padding-left: 6px;}
.shie-news-box .new-list .thumb .thumb-box{position: relative; overflow: hidden;}

.shie-news-box .new-list .label{position: absolute;box-shadow: 1px 1px 6px rgb(77 77 77 / 20%); top: 0; left: 0; padding: 6px 10px; background-color: rgba(255, 175, 29, 1.0); color: #FFF;}
.shie-news-box .new-list .label:before{position: absolute;content: ""; width: 0; height: 0; left: 0px; bottom: -3px; font-size: 0; border-top:3px solid transparent;border-bottom: 3px solid transparent; border-right: 6px solid  rgba(255, 175, 29, 1.0);}

.shie-news-box .new-list .img{width: 100%;height: auto;overflow: hidden;background: center center no-repeat; background-size: cover;-webkit-transition: all .5s;}
.shie-news-box .new-list .img img{width: 100%;}
.shie-news-box .new-list .thumb:hover .img{-webkit-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1)}

.shie-news-box .new-list .txt{ padding-bottom: 20px;border-bottom: 1px solid #e5e5e5; position: relative;}
.shie-news-box .new-list .txt:after {content: "";position: absolute;display: inline-block;width: 0%;left: 0;background: rgba(63, 12, 222, .7);bottom: -1px;height: 1px;transition: all 0.8s ease;-webkit-transform: all 0.8s ease}
.shie-news-box .new-list a:hover .txt:after {width: 100%;transition: all 0.8s ease;-webkit-transform: all 0.8s ease}
.shie-news-box .new-list h3{font-size: 18px; line-height: 28px; color: #000; font-weight: normal; padding: 15px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;transition: .5s; -webkit-transition: .5s;}
.shie-news-box .new-list .desc{overflow: hidden; font-size: 14px; line-height: 27px; height: 54px; color: #666; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.shie-news-box .new-list .time-more{padding-top: 10px; display: flex;}
.shie-news-box .new-list .date{display: inline-block;font-size: 14px; color: #999; margin-bottom: 17px; width: 70%;}
.shie-news-box .new-list .more{display: inline-block;font-size: 14px; color: #999; margin-bottom: 17px; width: 30%; text-align: right;}



/* news */
.news-wrap{width: 100%;}
.news-h-wrap{padding: 170px 0 60px 0; background-color: rgba(0, 0, 0, .95);}
.news-h-wrap .news-h-wbox{width: 100%;}
.news-h-wrap .news-h-wtxt{display: flex; flex-wrap: wrap; justify-content: space-between;}
.news-h-wrap .thumb-box{width: 45%; overflow: hidden;}
.news-h-wrap .thumb-box .img{background: center center no-repeat;background-size: cover;}
.news-h-wrap .txt-box{width: 50%;color: #FFF;} 
.news-h-wrap .txt-box h3{font-weight: inherit; font-size: 2vw; padding-bottom: 30px;}
.news-h-wrap .txt-box .desc{font-size: 14px; color: rgba(255, 255, 255, .8); line-height: 1.8;}

.news-h-wbox .swiper{padding-bottom: 50px;}
.news-h-wbox .swiper-pagination-bullet{width: 8px;height: 8px; background-color: rgba(255, 255, 255, .8); -webkit-transform: scale(0.7)}
.news-h-wbox .swiper-pagination-bullet-active{background-color: rgba(255, 255, 255, .9);-webkit-transform: scale(1)}

.shie-news{width: 100%; padding: 4rem 0;}
.news-wrapnav{margin: 0 auto; width: 100%}
.news-nav{width: 100%; padding-bottom: 2.5rem;}
.news-nav ul li {display: inline-block;margin-right: 1.5rem}
.news-nav ul li a{color: #999;font-size: 18px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s; font-weight: 600;}
.news-nav ul li a.active{color: #666;font-size: 20px;}

.grid-item {width: 31%; margin: 0 1.7rem 1.6rem 0;box-shadow: 1px 1px 6px rgb(77 77 77 / 30%);}
.grid-item .thumb {padding: 0;overflow: hidden;width: 100%;position: relative}
.grid-item .thumb img {-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s;width: 100%}
.grid-item .txt {padding: 1rem;background: #fff;position: relative}
.grid-item .txt .ntitle{display: flex;justify-content: space-between; flex-wrap: wrap;}
.grid-item .txt .date {text-align: center;border-right: 1px solid #ececec;width: 24%;position: relative}
.grid-item .txt .date span {margin: 0;padding: 0;display: block;font-style: normal;color: #333}
.grid-item .txt .date span.date01 {font-size: 3rem;font-family: "FuturaDC";line-height: 2rem}
.grid-item .txt .date span.date02 {font-size: 14px;line-height: 2rem;font-family: "FuturaDC";}
.grid-item .txt .title {font-size: 15px;color: #333;padding: 0 0 0 1rem;width: 70%;float: right}
.grid-item .txt .des {font-size: 13px;color: #777;padding: 1rem 0;border-bottom: 1px solid #ececec}
.grid-item .txt .more {color: #777;font-size: 14px;display: flex; flex-wrap: wrap; justify-content: space-between;padding-top: 0.7rem;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s}
.grid-item .txt .more i{font-size: 25px;}
.grid-item a:hover .thumb img {-webkit-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1)}

/* cases */
.cases-wrap{width: 100%;}
.cases-h-wrap{background-color: rgba(0, 0, 0, .95); padding-bottom: 1.5rem;}
.cases-h-wrap .caes-h-focus{padding: 5rem 0 2rem 0; height: 320px;}
.cases-h-wrap .cases-h-nav{text-align: center; width: 100%;}
.cases-h-wrap .cases-h-nav .link{padding: 10px 20px; border: 1px solid rgba(255, 255, 255, .4); display: inline-block; font-size: 16px; color: #FFF; margin-left: 20px; -webkit-transition: all .7s;-moz-transition: all .7s;-o-transition: all .7s;transition: all .7s}
.cases-h-wrap .cases-h-nav .link:first-child{margin-left: 0;}
.cases-h-wrap .cases-h-nav .link:hover{background-color: rgba(63, 12, 222, .5); border-color: rgba(63, 12, 222, .5);}
.cases-h-wrap .cases-h-nav .link.active{background-color: rgba(63, 12, 222, .5); border-color: rgba(63, 12, 222, .5);}

.shie-contact{position: relative;background-color: #2c2e39;background-repeat: no-repeat;background-position: center;padding: 0;min-height: 248px;font-size: 14px;color: #fff;justify-content: center;text-align: center;}
.shie-contact .sie-c-lx03{position: absolute; left: 10vw; top: 0; width: 160px; -webkit-animation: sie-ilx 3s linear infinite; animation: sie-ilx 3s linear infinite;}
.shie-contact .sie-c-lx02{position: absolute; right: 10vw; bottom: 0; width: 145px; -webkit-animation: sie-ilxt 2s linear infinite; animation: sie-ilxt 2s linear infinite;}
@-webkit-keyframes sie-ilx{
	0%{left: 10vw;}
	30%{left: 11vw;}
	50%{left: 12vw;}
	70%{left: 11vw;}
	to{left: 10vw;}
}
@keyframes sie-ilx{
	0%{left: 10vw;}
	30%{left: 11vw;}
	50%{left: 12vw;}
	70%{left: 11vw;}
	to{left: 10vw;}
}

@-webkit-keyframes sie-ilxt{
	0%{bottom: 0;}
	30%{bottom: -3px;}
	50%{bottom: -6px;}
	70%{bottom: -3px;}
	to{bottom: 0;}
}
@keyframes sie-ilxt{
	0%{bottom: 0;}
	30%{bottom: -3px;}
	50%{bottom: -6px;}
	70%{bottom: -3px;}
	to{bottom: 0;}
}
.shie-contact .sie-c-box .sc-b-tit{font-size: 18px;padding-top: 75px; padding-bottom: 15px;}
.shie-contact .sie-c-box .sc-b-tel{}
.shie-contact .sie-c-box .sc-b-tel a{font-family: 'FuturaDC';font-size: 46px; color: #FFF;}

.sie-form{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 10rem 6rem 10rem;}
.sie-form input{width: 25%; height: 45px; border:none; background: rgba(255, 255, 255, .9);  outline: none; font-size: 14px; color: #333; padding: 0 10px;}
.sie-form .shie-sub{display: inline-block; position: relative; width: 16%; height: 45px; font-weight: 600; background-color: rgba(63, 12, 222, .7); color: #FFF; line-height: 45px; text-align: center;transition: all 0.5s ease;-webkit-transform: all 0.5s ease}
.sie-form .shie-sub:before{content: "";width: 100%;height: 100%;position: absolute;z-index: 1; left: 0; right: 0;}
.sie-form .shie-sub:hover:before{animation: lxbg 1s 1; animation-delay: 0s;-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);}
@-webkit-keyframes lxbg {
	0% {-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: left;transform-origin: left;background: linear-gradient(to right, rgba(63, 12, 222, 0), rgba(63, 12, 222, 0.9));background: -webkit-linear-gradient(to right, rgba(63, 12, 222, 0), rgba(63, 12, 222, 0.9)); opacity: 1}
 	100% {-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transform-origin: right;transform-origin: right;background: linear-gradient(to right,rgba(63, 12, 222, 0), rgba(63, 12, 222, 0.9));background: -webkit-linear-gradient(to right, rgba(63, 12, 222, 0), rgba(63, 12, 222, 0.9));opacity: 0}
}
@keyframes lxbg {
	0% {-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: left;transform-origin: left;background: linear-gradient(to right, rgba(63, 12, 222, 0), rgba(63, 12, 222, 0.9));background: -webkit-linear-gradient(to right, rgba(63, 12, 222, 0), rgba(63, 12, 222, 0.9)); opacity: 1}
 	100% {-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transform-origin: right;transform-origin: right;background: linear-gradient(to right,rgba(63, 12, 222, 0), rgba(63, 12, 222, 0.9));background: -webkit-linear-gradient(to right, rgba(63, 12, 222, 0), rgba(63, 12, 222, 0.9));opacity: 0}
 }


.shie-pages{padding: 20px 0;}

footer{padding: 60px 0 20px 0; position: relative; background-color: #000;}
footer .footer-content{padding: 0 10rem; text-align: left;}
footer .footer-box{width: 100%;}
footer .footer-item{font-size: 14px; display: inline-block; text-align: left; vertical-align: top; width: calc(100% / 6.2); margin-top: 20px; letter-spacing: 1px;}
footer .footer-item h3{color: rgba(255, 255, 255, .4); font-size: 16px; font-weight: normal; margin-top: 0; margin-bottom: 24px;}
footer .footer-item li{margin-top: 11px; }
footer .footer-item li a{color: rgba(255, 255, 255, .7); transition: 0.2s}
footer .footer-item .footer-logo{font-size: 24px; color: #000; line-height: 1; margin-bottom: 20px;}
footer .footer-item .footer-logo img{width: 130px;}
footer .footer-item p{color: rgba(132, 138, 152, .6); margin-top: 10px;}
footer .footer-item p a{color: inherit;}
footer .footer-item .ftel{font-family: 'FuturaDC'; font-size: 16px;}

footer .footer-item .footer-icon{margin-top: 20px; color: rgba(132, 138, 152, .5);}
footer .footer-item .footer-icon span{display: inline-block; position: relative; margin-right: 16px;}
footer .footer-item .footer-icon span i{font-size: 18px; transition: 0.2s; color: #8c8889;}
footer .foot-links{padding: 15px 0 10px 0;margin-top: 70px;}
footer .foot-links p{display: inline-block; font-size: 12px; margin: 0; color: #bfbdbd;}
footer .foot-links p a{color: rgba(132, 138, 152, .6); margin-right: 15px;}

footer .footer-foot{}
footer .footer-foot p{display: inline-block; font-size: 12px; margin: 0; color: #bfbdbd;}
footer .footer-foot p a{color: #bfbdbd; margin-right: 15px;}


.shieMore {width:100%; clear: both; padding-top: 3rem;}
.shieMore .iviewmore{display:inline-block;position:relative;text-decoration:none;font-weight: 600;font-size:15px;color:rgba(63, 12, 222, .8);width:140px;text-align:center;height:42px;line-height:38px;border:1px solid rgba(255,255,255,1);margin:20px auto;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;}
.shieMore .iviewmore:hover{border:1px solid rgba(63, 12, 222,1); color:#FFF;}
.shieMore .iviewmore .line{display:inline-block;background-color:#FFF;position:absolute; z-index:99;-webkit-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;}
.shieMore .iviewmore .line_top{height:1px;width:0;left:-50%;top:0px;}
.shieMore .iviewmore:hover .line_top{width:100%;left:0px;}
.shieMore .iviewmore .line_right{height:0;width:1px;top:-50%;right:0px;}
.shieMore .iviewmore:hover .line_right{height:100%;top:0px;}
.shieMore .iviewmore .line_bottom{width:1px;height:0;bottom:-50%;left:0px;}
.shieMore .iviewmore:hover .line_bottom{height:100%;bottom:0px;}
.shieMore .iviewmore .line_left{height:1px;width:0;right:-50%;bottom:0px;}
.shieMore .iviewmore:hover .line_left{width:100%;right:0px;}
.shieMore .iviewmore{border: 1px solid rgba(63, 12, 222,.8);margin: auto;display: block;}
.shieMore .iviewmore .line {background-color:#3f0dde;}
.shieMore .iviewmore:hover {color:#3f0dde;}

#nshowMore{padding-top: 5rem;}
#nshowMore .iviewmore{margin: inherit;font-size: 14px;color:rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255,.7);}
#nshowMore .iviewmore .line {background-color:rgba(255, 255, 255, 8);}
#nshowMore .iviewmore{border:1px solid rgba(255, 255, 255, 8); color: #FFF;}

@media screen and (max-width: 1480px) {
	.shie-header-box{margin: 0 5%; width: 90%}
	.shie-news-box{padding: 10px 5rem 2rem 5rem; }
	.ib-box .ib-txt{padding: 15% 0 0 5%; }
	.sie-form{padding: 30px 5rem 5rem 5rem;}
	.ib-box .ib-txt .desc{padding-top: 3rem;}
	.news-h-wrap{padding: 145px 0 40px 0;}
	.container{padding: 0 5rem;}

	footer .footer-content{padding: 0 5rem;}
}

@media (min-width: 768px) and (max-width: 1024px) {

}

@media (max-width:767px) {
	.pc{display: none;}
	.m{display: block;}

	.container{padding: 0 1.2rem;}

	.shie-header{padding-top: 22px; position: fixed; height: 65px;}
	.shie-header-box .logo img{max-width: 140px;}

	.news-body .shie-header{background-color: rgba(0, 0, 0, .9);}

	.shie-header .meun-off{float: right;margin-right: 0; margin-top: -4px;}
	.shie-header .meun-off span{width: 26px;height: 3px;background-color: #FFF;display: block;margin: 6px auto;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out}
	.shie-header .meun-off.active #span2{opacity: 0; background-color: #FFF;}
	.shie-header .meun-off.active #span1{background-color: rgba(63, 12, 222,1);-webkit-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-o-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg)}
	.shie-header .meun-off.active #span3{background-color:rgba(63, 12, 222,1);-webkit-transform: translateY(-10px) rotate(-45deg);-ms-transform: translateY(-10px) rotate(-45deg);-o-transform: translateY(-10px) rotate(-45deg);transform: translateY(-10px) rotate(-45deg)}

	.nav-s-menu{z-index: 10;position: fixed;width: 100vw;min-height: 100vh;top: 0;right: 0;visibility: hidden;}
	.nav-s-mask{-webkit-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out}
	.nav-s-menu .mask{position: absolute; width: 100%; height: 100%; left: 0; right: 0; background: rgba(0, 0, 0, .5);}
	.nav-s-menu .nav-s-mcon{width: 33%; height: 100%;--bg-opacity: 1; position: absolute; right: -60vw;top: 0; background-color: rgba(255, 255, 255,var(--bg-opacity));-webkit-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out; padding: 65px 20px 0 0;}
	.nav-s-menu .nav-s-mcon:after{width: 0px;height: 0px;border-top: 100vh solid #fff;border-left: 20vw solid transparent;position: absolute;left: calc(-20vw + 1px);content: '';top: 0px;}
	.nav-s-menu .nav-s-mcon a{display: inline-block; width: 100%; position: relative; font-size: 18px; font-weight: 600; line-height: 46px; text-align: right; color: #3d3d3d;}
	.nav-s-menu .nav-s-mcon a:nth-child(1){transform: translate(100%, 0px);-webkit-transition: all .7s ease-in-out;-o-transition: all .7s ease-in-out;transition: all .7s ease-in-out}
	.nav-s-menu .nav-s-mcon a:nth-child(2){transform: translate(100%, 0px);-webkit-transition: all .9s ease-in-out;-o-transition: all .9s ease-in-out;transition: all .9s ease-in-out}
	.nav-s-menu .nav-s-mcon a:nth-child(3){transform: translate(100%, 0px);-webkit-transition: all 1.1s ease-in-out;-o-transition: all 1.1s ease-in-out;transition: all 1.1s ease-in-out}
	.nav-s-menu .nav-s-mcon a:nth-child(4){transform: translate(100%, 0px);-webkit-transition: all 1.3s ease-in-out;-o-transition: all 1.3s ease-in-out;transition: all 1.3s ease-in-out}
	.nav-s-menu .nav-s-mcon a:nth-child(5){transform: translate(100%, 0px);-webkit-transition: all 1.5s ease-in-out;-o-transition: all 1.5s ease-in-out;transition: all 1.5s ease-in-out}
	.nav-s-menu .nav-s-mcon a:nth-child(6){transform: translate(100%, 0px);-webkit-transition: all 1.7s ease-in-out;-o-transition: all 1.7s ease-in-out;transition: all 1.7s ease-in-out}
	.nav-s-menu .nav-s-mcon a:nth-child(7){transform: translate(100%, 0px);-webkit-transition: all 1.9s ease-in-out;-o-transition: all 1.9s ease-in-out;transition: all 1.9s ease-in-out}
	.nav-s-menu .nav-s-mcon a span{display: inline-block; padding-right: 15px;}
	.nav-s-menu .nav-s-mcon a.active{color: rgba(63, 12, 222,1)}
	.nav-s-menu .nav-s-mcon a.active:after{position: absolute; content: ""; top: 28%; right: 0; width: 3px; height: 46%; background-color: rgba(63, 12, 222,1);}

	.ib-box .ib-txt{padding: 48% 8% 0 10%;}
	.ib-box .ib-txt h3{font-size: 35px;}
	.ib-box .ib-txt .subtit{padding-top: 25px;}
	.ib-box .ib-txt .desc{line-height: 25px; padding-top: 4rem;}

	.shie-top-box .ztit .bg{font-size: 9vw;}
	.shie-top-box .ztit .tit{font-size: 6.2vw;}
	.zcase-list ul li{width: 24%;}
	.zcase-list ul li:nth-child(7n){margin-right: 1.3%;}
	.zcase-list ul li:nth-child(4n){margin-right: 0;}

	.shie-m-wrap{padding: 0 1.2rem;}
	.shie-top-box{width: 100%; margin-left: 0;}
	.ztext-wrap ul li{border-radius: 0; height: inherit; padding: 1.6rem 0; border-top-left-radius: 10px; border-top-right-radius: 10px;}
	.ztext-wrap ul li .content{padding: 0 15px;}
	.ztext-wrap ul li .content .source{padding-top: 10px;}

	.zcase-list{margin-top: -5vh;}
	.shie-b-warp{padding: 0 1.2rem;}
	.shie-business .shie-b-tit .bg{font-size: 9vw;}
	.shie-business .shie-b-tit .tit{font-size: 6.2vw;}

	.bus-lm{width: 100%;}	
	.business-listm ul{padding-top: 5px;}
	.business-listm li{width: 100%;}
	.business-listm li .b-con{text-align: center; margin: 0 30px;box-shadow: 0 4px 12px 0px rgba(0,0,0,.2);-webkit-box-shadow:0 4px 12px 0px rgba(0,0,0,.2); padding: 15px 15px 20px 15px; margin: 5px 15px; background-color: #FFF;}
	.business-listm li .b-con h3{position: relative; padding-bottom: 18px; margin-bottom: 20px;}
	.business-listm li .b-con h3:after{content: ""; position: absolute; bottom: 0; left: 50%; height: 1px; width: 58px; margin-left: -29px; background-color: #4714a3;}
	.business-listm li .b-con h3 span{font-size: 22px; display: inline-block; color: #000;}
	.business-listm li .b-con .desc{font-size: 14px; line-height: 25px; color: #333;}
	.business-listm li .b-con i{width: 180px; display: inline-block;}


	.bus-lm .swiper-pagination{bottom: 0!important;}
	.bus-lm .swiper-pagination-bullet{width: 6px;height: 6px; -webkit-transform: scale(0.7)}
	.bus-lm .swiper-pagination-bullet-active{background-color: #3e3e3e;-webkit-transform: scale(1)}

	.ico-round{width: 70vw; height: 70vw; top: -1vw;}

	.shie-xc-box ul li{height: 32vh;}
	.shie-xc-box .txt{width: 90%; left: 5%;}
	.shie-xc-box .txt .name h2{font-size: 5.8vw;}
	.shie-xc-box .txt .name p{font-size: 5.8vw;}


	.shie-xcases .shie-xc-tit .bg{font-size: 15vw;}
	.shie-xcases .shie-xc-tit .tit{font-size: 6.2vw;}

	.shie-news-box{padding: 10px 1.2rem 2rem 1.2rem;}
	.shie-news-box .new-list{display: block;}
	.shie-news-box .new-list a{width: 100%; margin-right: 0;}

	.shie-contact{min-height: auto;}
	.shie-contact .sie-c-box .sc-b-tel a{font-size: 36px;}
	.sie-form{padding: 30px 1.5rem 3rem 1.5rem; display: inline-block;}
	.sie-form input{width: 94%; margin-bottom: 15px;}
	.sie-form .shie-sub{width: 100%;}

	/*news*/
	.news-wrap{padding-top: 3.5rem;}
	.shie-news{padding: 2.5rem 0;}
	.news-nav{width: 100%; padding-bottom:1.5rem;}
	.news-nav ul{text-align: center;}
	.news-nav ul li{margin-right: 1.2rem;}
	.news-nav ul li a{font-size: 16px}
	.news-nav ul li a.active{font-size: 18px}
	.grid-item {width: 100%;margin-bottom: 1.5rem; padding: 0}

	/* cases */
	.cases-h-wrap .caes-h-focus{height: 200px;}
	.cases-h-wrap .cases-h-nav{width: 100%; text-align: left; overflow: hidden;overflow-x: auto;}
	.cases-h-wrap .cases-h-nav .cases-h-nav-box{width:550px;}
	.cases-h-wrap .cases-h-nav .link{margin-left: 6px; font-size: 14px; padding: 8px 15px;} 
	.cases-h-wrap .cases-h-nav::-webkit-scrollbar{display: none!important;}

	footer{padding-top: 40px;}
	footer .footer-content{padding: 0 1.2rem;}
	footer .footer-item{width: calc(100% / 5.3); font-size: 12px;}
	footer .footer-item h3{font-size: 14px;}
	footer .footer-item.footer-logos{width: 100%; padding-top: 10px;}
	footer .footer-item .footer-logo{position: relative;}
	footer .footer-item .footer-logo a{position: absolute; display: inline-block; left: 0; top: 1.3rem;}
	footer .footer-item.footer-logos p{text-align: right;}
	footer .foot-links{margin-top: 40px;}


	.shieMore .iviewmore{width:120px;text-align:center;height:38px;line-height:35px;}

}