body{
	background-color: #FFFFFF;
}
img{
	max-width: 100%;
}
svg#logo{
	margin:31px 0;
	width: 600px;
}
.fotbasemi{
	font-family: "BasemicTimes";
}
.wrapper{
	max-width: 1520px;
	margin:0 auto;
	width: 90%;
}
.procase1 .swiper-pagination{
	display: none;
}
.phone{
	display: none;
}
.pc{
	display: block;
}
.fixed-nav{
	position: fixed;
	right: 50px;
	top:50%;
	margin-top:-280px;
	z-index: 30;
}
.fixed-nav ul li{
	padding:33px 0;
}
.fixed-nav ul li a{
	color: #FFFFFF;
	opacity: 0.3;
	font-size: 14px;
	writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 
    transform:rotate(180deg);
	-moz-transform:rotate(180deg);
   	-webkit-transform:rotate(180deg);
   	-o-transform:rotate(180deg);
   	border-left: 1px solid rgba(255,255,255,0);
}
.fixed-nav.project-fnav ul li a{
	/*transform:rotate(0deg);*/
	/*-moz-transform:rotate(0deg);*/
	/*-webkit-transform:rotate(0deg);*/
	/*-o-transform:rotate(0deg);*/
	/*border-left: none;*/
	/*border-right: 1px solid rgba(255,255,255,0);*/
}
.fixed-nav.project-fnav{
	margin-top:-125px;
}
.fixed-nav.project-fnav ul li a.active{
	/*border-left: none;*/
	/*border-right: 1px solid #FFFFFF;*/
	/*font-size: 12px;*/
}
.fixed-nav ul li a:hover{
	opacity: 1;
}
.fixed-nav ul li a.active{
	border-left: 1px solid #FFFFFF;
	/*color: #FFFFFF;*/
	opacity: 1;
}
.fixed-bottm{
	width: 100%;
	position: fixed;
	bottom: 60px;
	z-index: 30;
}
.fixed-bottm p{
	opacity: 0.3;
	color: #FFFFFF;
	font-size: 12px;
}
.fixed-bottm .page-updown{
	position: absolute;
	left:50%;
	top:0;
	margin-left: -92px;
	width: 184px;
	height: 16px;
}
.page-updown a{
	display: block;
	position: absolute;
	top:0;
	margin:0 40px;
	/*animation: moveup 1s infinite;*/
	opacity: 0.33;
}
.page-updown a.page-up{
	left:0;
}
.page-updown a.page-down{
	right:0;
}
.page-updown a:hover{
	opacity: 1;
}
.fixed-bottm .bdshare-button-style0-16 .share-weibo a{
	background: url(../images/weibo.png) no-repeat center center/100%;
}
.fixed-bottm .bdshare-button-style0-16 .share-weixin a{
	background: url(../images/weixin.png) no-repeat center center/100%;
}
.fixed-bottm .bdshare-button-style0-16 a{
	margin:0 14px;
}
span.share-weixin{
	position: relative;
}
.erweima{
	position: absolute;
	bottom:0;
	right:-21px;
	width: 100px;
	height: 110px;
	display: none;
}
span.share-weixin:hover .erweima{
	display: block;
}
.fix-navsan{
	position: fixed;
	/*top:26px;*/
	left: 0;
	top:0;
	z-index: 400;
	width: 100%;
	line-height: 98px;
	background: rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(225,225,225,0.1);
}
.fix-navsan.sec1{
	border-bottom: 1px solid transparent;
	background: rgba(0,0,0,0);
}
.fix-navsan.sec1 img{
	opacity: 0;
}
.fix-navsan.sec2{
	background: rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(225,225,225,0.1);
}
.san-box{
	height: 42px;
	width: 42px;
	/*border: 1px solid rgba(255,255,255,.1);*/
	box-sizing: border-box;
	cursor: pointer;
	margin-top:28px;
	z-index: 40;
	position: relative;
}
.san-box a.nav-clic{
	position: absolute;
	top:0;
	left:0;
	z-index: 1000;
	box-sizing: border-box;
}
.nav-right{
	width: 300px;
	left: auto;
	background-color: #FFF;
	right: -300px;
	position: fixed;
	z-index: 999;
	height: 100%;
	background: #202122;
	padding: 0;
	/*left: -350px;*/
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 14px;
	top:0;
}
.nav-right.open {
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
}
.nav-container{
	padding-top: 98px;
	background-color: #222;
	box-shadow: 0px 2px 26px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.nav-container>ul{
	overflow-y: auto;
	height: 100%;
 }

a.nav-clic:hover{
	border: 1px solid rgba(255,255,255,.3);
	/*background: #222;*/
}
.nav-right.open + a.nav-clic:before{
	transform: rotate(-45deg);
	top: 20px;
	background: #fff;
}
.nav-right.open + a.nav-clic:after{
	transform: rotate(45deg);
	top: 20px;
	background: #fff;
}
a.nav-clic{
	display: block;
	left: -70px;
	top: 20px;
	color: #dedede;
	/*background: #393939;*/
	width: 42px;
	border: 1px solid rgba(255,255,255,.1);
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: -42px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.nav-clic:before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #999;
	position: absolute;
	top: 14px;
	left: 11px;
	transition: all 0.3s ease-out 0s;
}
a.nav-clic:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #999;
	position: absolute;
	top: 24px;
	left: 11px;
	transition: all 0.3s ease-out 0s;
}
a.nav-clic i{
	font-size: 17px;
	margin-top: 17px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin-left: 0px;
	display: none;
}
.nav-container ul li.navitem {
	text-align: left;
	border-top: 1px solid rgba(255,255,255,0.2);
	float: left;
	line-height: 50px;
	/*height: 50px;*/
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.sub-nav{
	position: relative;
	display: none;
}
.sub-nav dl{
	background: rgba(0,0,0,.2);
	padding:10px 0;
}
.sub-nav dl dd{
	width: 100%;
	line-height: 26px;
	/*background: rgba(0,0,0,.2);*/
	padding:0 60px;
	box-sizing: border-box;
	color: #666666;
}
.sub-nav dl dd a{
	color: #666666;
	font-size:12px;
}
.sub-nav dl dd:hover a{
	color:#999;
}
.nav-container ul{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav-container ul li.navitem>a {
	padding: 0 30px 0;
	color: #838383;
	transition: none ease-out .3s;
	transition-property: color, background, text-indent, opacity;
	width: 100%;
	display: inline-block;
}
.nav-container ul li.navitem:hover > a{
	color: #eee;
}
.nav-container ul li.active a{
	color: #eee;
}
.nav-container ul li.navitem a.active{
	color: #666;
}
.san-box .san{
	position: relative;
	height: 100%;
}

.san-box .san span{
	display:block;
	position: absolute;
	top:9px;
	left:9px;
	width: 24px;
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
	z-index: 30;
}
.san-box .san span:nth-of-type(2){
	top:19px;
}
.san-box .san span:nth-of-type(3){
	top:29px;
}
.san-box:hover {
	/*border: 1px solid rgba(255,255,255,1);*/
}
.san-box:hover .san span{
	opacity: 1;
}
.san-box .san.cur span:nth-child(1){
    top: 50%;margin-top:-1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.san-box .san.cur span:nth-child(2){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);}
.san-box .san.cur span:nth-child(3){display:none;}
.fixed-arr{
	width: 100%;
	position: fixed;
	z-index: 2;
	top:29%;
}
.fixed-arr a.arr-box{
	position: absolute;
	top:0;
	right: 24%;
}
.height100{
	height: 100%;
}
.section-1{
	position: relative;
}
.section-3{
	background: url(../images/container1-banner.jpg) no-repeat center center/cover;
}
.container-topnav{
	width: 100%;
	background:rgba(0,0,0,0.3);
	line-height: 98px;
	border-bottom: 1PX solid rgba(225,225,225,0.05);
	box-sizing: border-box;
}
.abt-ustop h3{
	float: left;
	width: 30%;
	text-align: center;
}
.wraph{
	padding-top: 98px;
    padding-bottom: 76px;
    box-sizing: border-box;
	color: #FFFFFF;
}
.wraph h3{
	font-size: 70px;
	line-height: 57px;
	/*color: #FFFFFF;*/
}
.abtop-desc{
	width: 32%;
	margin:0 3%;
}
.abt-ustop .more-arr{
	width: 20%;
	padding-left: 0;
}
.abtop-desc h4{
	font-size: 30px;
	padding-bottom: 32px;
}
.abtop-desc p{
	font-size: 14px;
	line-height: 28px;
}
.abt-usbott{
	padding:90px 10% 0;
}
.abt-usbott ul li{
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
}
.abt-usbott ul li .top-icon img{
	transition: all 0.5s;
	opacity: 1;
}
.abt-usbott ul li:hover .top-icon img{
	margin-top:-2px;
	opacity: 0.7;
}
.top-icon{
	display: block;
	width: 72px;
	height: 72px;
	margin:0 auto;
}
.bottm-wenzi{
	color: #FFFFFF;
	cursor: pointer;
}
.bottm-wenzi .t-zhong{
	font-size: 18px;
	line-height: 28px;
}
.bottm-wenzi .b-english{
	font-size: 12px;
	opacity: 0.5;
	line-height: 28px;
	font-family: "BasemicTimes";
}
.section-2{
	background: url(../images/sy-casebanner.png) no-repeat center center/cover;
}
.section-2 .container-topnav{
	background:rgba(0,0,0,0.0);
	line-height: 98px;
	border-bottom: 1PX solid rgba(225,225,225,0.1);
}
.section-2 .more-arr{
	padding-left: 0;
	/*padding-right: 21%;*/
	width: 40%;
}
.case-top h3{
	float: left;
	width: 30%;
	text-align: center;
}
.section-2 .swiper-scrollbar-drag {
    background: rgba(255,255,255,.5);
    width: 224px;
    border-radius: 1.5px;
}
.section-2 .swiper-container-horizontal>.swiper-scrollbar{
	border-bottom: 1px solid rgba(255,255,255,.1);
	height: 3px;
}
.section-2 .swiper-container {
	padding-top:60px;
    padding-bottom: 50px;
}
a.cases-block{
	display: block;
}
.top-tu{
	/*height: 230px;*/
	overflow: hidden;
	position: relative;
	padding-top:63%;
}
.top-tu img{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.top-tu .top-tucover{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 5;
}
.gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*-ms-filter: grayscale(100%);*/
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
a.cases-block:hover .top-tu img.gray{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    /*-ms-filter: grayscale(0);*/
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
a.cases-block:hover .bottom-desc p{
	opacity: 1;
	padding-left: 30px;
}
a.cases-block:hover .bottom-desc p:before{
	width: 24px;
}
.bottom-desc p{
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
	margin-top:15px;
	opacity: 0.5;
	transition: all .5s;
}
.bottom-desc p a{
	color: #ffffff;
}
.bottom-desc p:before{
	content: '';
	top:12px;
	left:0;position: absolute;
	width: 0px;
	height: 1px;
	background-color: #fff;
	transition: all .5s;
}
.case-swiper .swiper-slide-active .top-tu img.gray{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    /*-ms-filter: grayscale(0);*/
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.case-swiper .swiper-slide-active .top-tucover{
	display: none;
}
.case-swiper .swiper-slide-active  .bottom-desc p{
	opacity: 1;
	padding-left: 30px;
}
.case-swiper .swiper-slide-active  .bottom-desc p:before{
	width: 24px;
}
.case-swiper .swiper-slide-prev .top-tucover{
	display: none;
}
.case-swiper .swiper-slide-next .top-tucover{
	display: none;
}
.section-5{
	background: url(../images/sy-newsbanner.jpg) no-repeat center center/cover;
}
.news-list{
	color: #FFFFFF;
}
.section-5 .wrapper>div{
	float:left;
	width:30%;
}
.section-5 .wrapper>div.news-list{
	width:36%;
	margin:0 2%;
}
.left-title{
	text-align: center;
}
.news-list ul li{
	padding:30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	cursor: pointer;
}
.left-time {
	width: 26%;
	text-align: center;
}
.left-time p.time-mounth{
	font-size: 26px;
	opacity: 0.5;
	margin-bottom: 15px;
    line-height: 27px;
}
.left-time span{
	opacity: 0.3;
	line-height: 28px;
}
a.right-news{display: block;color: #fff;}
.right-news h5{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.right-news p.f14{
	opacity: 0.5;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.right-news p.f14:hover{
	opacity: .7;
}
.right-arr{

}
.more-arr{
	text-align: center;
}
a.arr-box{
	display: inline-block;
	cursor: pointer;
	position: absolute;
	animation: right .5s alternate infinite linear;
	-webkit-animation: right .6s alternate infinite ease-in-out;
	/*width: 100px;*/
}
@keyframes right {
	0% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes right {
	0% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
.arr-cover{
	position: absolute;
	right:0;
	top:5px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255,255,255,.1);
	opacity: 0;
}
a.arr-box:hover .arr-cover{
	opacity: 1;
	transition: all .5s;
}
.f14{font-size: 14px;}
.f18{font-size: 18px;margin-bottom: 15px;}
.right-news{width: 72%;margin-left: 2%;}
.section-4.section{
	padding-top:0;
	position: relative;
}
.table-left{
	height: 100%;
	width: 50%;
	/*display: table;*/
	background-color: #000;
	float: left;
	text-align: center;
}
.table-container{
	display: table;
	width: 100%;
	height: 100%;
}
.table-vertical{
	display: table-cell;
	vertical-align:middle;
}
.left-contact{
	/*width: 100%;*/
	/*height: 100%;
	background-color: #000;
	float: left;
	width: 50%;
	padding-left: 12%;
	box-sizing: border-box;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
}
.contact-title h3{
	/*padding-left: 109px;*/
	margin-bottom: 90px;
}
.contact-method{
	padding-left: 21%;
	box-sizing: border-box;
	padding-right: 6%;
}
.contact-method li{
	position: relative;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 32px;
	padding-left: 56px;
	cursor: pointer;
	text-align: left;
}
.contact-method li:before{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	width: 40px;
	height: 40px;
	background: url(../images/youxiang.png) no-repeat left center;
	opacity: 0.2;
}
.contact-method li:nth-of-type(2):before{
	background: url(../images/dianhua.png)no-repeat left center;
}
.contact-method li:nth-of-type(3):before{
	background: url(../images/dizhi.png)no-repeat left center;
}
.contact-method li a{
	color: #ababab;
}
.contact-method li:hover:before{
	opacity: 0.5;
}
.contact-method li:hover a{
	color: #cccccc;
	/*text-decoration: underline;*/
}
.table-right{
	/*display: table;*/
	/*height: 100%;*/
	/*width: 50%;*/
}
.right-map{
	height: 100%;
	float: left;
	width: 50%;
	/*background: url(../images/map.jpg) center center/cover;*/
	background: url(../images/sy-map.jpg)no-repeat center center/cover;
	position: relative;
	cursor: pointer;
}
.map-morebox{
	position: absolute;
	top:31%;
	right:30%;
	z-index:2;
}
.nav-cover{
	position: absolute;
	left:0;
	top:0;
	height: 98px;
	width: 100%;
	background: rgba(0,0,0,.3);
	z-index: 2;
}
.map-morebox a.arr-box{
	width: 84px;
}
.map-cover{
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
	z-index: 1;
	/*transition: all 0.5s;*/
}
.section-1 .swiper-container{
	position: absolute;
	left: 0;
	top:0;
	/*z-index: 2;*/
	width: 100%;
}
.section1-swiper .wrapper{
	/*position: absolute;*/
	height: 100%;
	vertical-align: middle;
	top:0;
	left:0;
	text-align: center;
	z-index: 2;
}
.section-1 .swiper-pagination{
	position: absolute;
	left:50%;
	margin-left: -27px;
	bottom: 20px;
}
.section-1 .swiper-pagination-bullet{margin:0 5px;}
.section-1 .swiper-button-next,.swiper-button-prev{
	position: absolute;
}
.section-1 .swiper-button-prev{left:10%;}
.section-1 .swiper-button-next{right:10%;}
.logol-box{
	position: absolute;
	/*border:1px solid rgba(255,255,255,0.4);*/
	width: 758px;
	height: 239px;
	top:50%;
	left:50%;
	margin-top:-122.5px;
	margin-left: -379px;
	z-index: 12;
	vertical-align: middle;
}
.logol-box .gif {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	margin-top:10px;
}
.logol-box img{
	margin:20px;
}
.section-1 .swiper-button-prev{
	background: url(../images/arr-pre.png)no-repeat center center/100%;
	text-indent: 60px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 44px;
}
.section-1 .swiper-button-next{
	background: url(../images/arr-next.png)no-repeat center center/100%;
	text-indent: -84px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 44px;
}
.left-contact .contact-title.wraph{
		padding:0px;
	}
/*about-mile*/
.ny-header{
	background-color: #222222;
	line-height: 68px;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}

.ny-footer{
	/*line-height: 58px;*/
	/*height:58px;*/
	background-color: #222;
	width: 100%;
	position: fixed;
	left:0;
	bottom: 0;
	z-index: 100;
	display: none;
}
.abt-mile .ny-footer{
	display: block;
}
.ny-footer .bdshare-button-style0-16 .share-weibo a {
    background: url(../images/weibo.png) no-repeat center center/100%;
}
.ny-footer .bdshare-button-style0-16 a {
    margin: 0 14px;
}
.ny-footer .bdshare-button-style0-16 .share-weixin a {
    background: url(../images/weixin.png) no-repeat center center/100%;
}
.left-copyright{
	/*width: 85%;*/
}
.left-copyright p{
	color: #555;
	font-size: 12px;
	line-height: 58px;
}
.left-copyright p span{
	display: inline-block;
	line-height: 20px;
}
.right-share{
	margin-top: 21px;
	/*width: 15%;*/
}
.abt-mile{

}
.abt-container {
	width: 100%;
	height:100%;
	background: #222222;
	padding-top:98px;
}
.left-box{
	width: 62.5%;
	height: 100%;
	overflow: hidden;
}
.right-box{
	width: 37.5%;
	height: 100%;
	padding-right:14%;
	box-sizing: border-box;
	background-color: #111111;
}
.ny-header .san-box {
    margin-top: 13px;
}
/*.right-box .wrapper{
	width:80%;
}*/
.abt-wenzi{
	width: 80%;
}
.n-table{
	display: table;
	width: 100%;
	height: 100%;

}
.n-tablecell{
	display: table-cell;
	vertical-align: middle;
}
.abt-title{
	color: #FFFFFF;
	margin-bottom: 46px;
}
.abt-title h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 12px;
}
.abt-title p{
	font-size: 14px;
	line-height: 28px;
}
.abt-desc{
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	height: 196px;
	/*overflow-y: auto;*/
	position: relative;
}
.abt-ty {
	position: absolute;
	z-index: 213;
	top:100%;
	left:0;
	margin-top:-40px;
	display: none;
}
.nice{
	height: 196px;
	overflow-y: auto;
	position: absolute;
	top:0;
	right:-40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.scroll-pane.wk-nice{
	position: relative;
	max-height: 200px;
	right:0;
	padding-right: 2px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.detail-wenzi p{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin-bottom: 3px;
}
.detail-wenzi.scroll-pane{
	position: relative;
	max-height: 240px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.detail-wenzi.scroll-pane .jspVerticalBar{
	background: rgba(255,255,255,0.2);
	width: 5px;
	height: 100%;
}
.scroll-pane .jspVerticalBar {
	width: 5px;
	background: rgba(255,255,255,0.2);
}
.jspVerticalBar .jspDrag {
	background: rgba(255,255,255,0.2);
	position: relative;
	width: 5px;
	height: 30px;
	border: none;
}
.scroll-pane.detail-wenzi .ml-left{
	width: 37%;
	float: left;
	color: #666666;
	margin-right: 8%;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}
.scroll-pane.detail-wenzi .ml-left p{
	color: #666666;
}
.scroll-pane.detail-wenzi .ml-right{
	width: 55%;
	float: right;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.ab-nice .nicescroll-cursors{
	height: 32px;
}
.abt-btm{
	font-size: 16px;
	color: #999999;
	margin-top:68px;
}
.bg111{
	background-color: #111111;
}
.left50{
	width: 50%;
	float: left;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.left50:hover .left-photo{
	transform: scale(1.2);
	transition: all .5s;
}
.left-photo{
	width: 101%;
	height: 100%;
	transition: all .5s;
}
.left50 img{
	width: 100%;
	height: 100%;
}
.team-seaction2 .left50>img{
	display: none;
}
.right50{
	float: left;
	width:50%;
	height: 100%;
	border-bottom: 1px solid rgba(225,225,225,0.05);
	box-sizing: border-box;
	padding-top:98px;
}
.introduce{
	padding-left: 100px;
	width:55%;
}
.job-intro{
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 22px;
}
.job-intro h4{
	font-size: 36px;
	color: #FFFFFF;
}
.job-intro p{
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin-top: 5px;
}
.f14{
	font-size: 14px;
	line-height: 28px;
}
.corf{
	color:#FFFFFF;
}
.cor9{
	color: #999;
}
.works{
	position: relative;
}
.motto{
	margin-bottom: 66px;
}
.ny-fixnav{
	position: fixed;
	top:50%;
	margin-top:-76.5px;
	right:6%;
	z-index: 30;
}
.ny-fixnav ul li{
	width: 9px;
	height: 9px;
	/*background: url(../images/pagi1.png)no-repeat center center;*/
	margin:18px 0;
}
.ny-fixnav ul li a{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/pagi1.png)no-repeat center center;
}
.ny-fixnav ul li.active a{
	background: url(../images/pagi2.png)no-repeat center center;
}
.ny-fixnav ul li a.one{
	background: url(../images/pas2.png) no-repeat center center;
}
.ny-fixnav ul li.active a.one{
	background: url(../images/pas1.png) no-repeat center center;
}
/*case*/
.casepage .ny-fixnav{
	background-color: #222;
}
.case-lists,.news-lists{
	margin-top:98px;
	padding: 80px 0;
	min-height: 900px;
}
.case-lists .wrapper{
	position: relative;
}
.list-fixed{
	position: absolute;
	top:0;
	right:0;
}
.list-fixed ul li a{
	display: inline-block;
	width: 100px;
	height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	text-align: center;
	line-height: 40px;
	color: #666666;
	background-color: #222222;
	font-size: 12px;
}
.list-fixed ul li a.active{
	background-color: #7a7a7a;
	color: #FFFFFF;
}
.list-fixed ul li a:hover{
	color: #ffffff;
}
.list-container ul{
	padding:0 22%;
}
.list-container ul li{
	float: left;
	width: 47%;
	margin-right: 6%;
	overflow: hidden;
	margin-bottom: 60px;
}
.list-container ul li:nth-of-type(2n){
	margin-right: 0;
}
a.catb-box{
	display: block;
}
.csbot-wenzi{
	padding:32px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.csbot-wenzi p{
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #666;
	background: url(../images/case-arr.png)no-repeat right 5px center;
	transition: all .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a.catb-box:hover>.csbot-wenzi p{
	color: #FFFFFF;
	background: url(../images/case-arr2.png)no-repeat right center;
}
.cstop-img img{
	transition: all .8s;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
a.catb-box:hover>.cstop-img img{
	transform: scale(1.2);
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.cstop-img{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding-top:61%;
	overflow: hidden;
}
.cstop-img img{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom: 0;
	margin:auto;
}
/*page-numbers*/
.page-numbers{
	text-align: center;
	padding:10px 0 20px;
}
.page-numbers a{
	display: inline-block;
	color: #999;
	font-size: 12px;
	line-height: 38px;
	border: 1px solid rgba(255,255,255,0.1);
	box-sizing: border-box;
}
.page-numbers a.cur,.page-numbers a:hover{
	color: #FFFFFF;
	font-weight: bold;
}
.page-numbers a.pre-page,.page-numbers a.next-page{
	width: 80px;
	height: 40px;
	color: #666;
}
.page-numbers a.pre-page:hover,.page-numbers a.next-page:hover{
	color: #FFFFFF;
}
.page-numbers a.next-page{

}
.page-numbers a.page{
	width: 40px;
	height: 40px;
}
/*case-detail*/
.detail-container1{
	/*padding:150px 0 90px;*/
	padding-top:98px;
	height: 80%;
}
.detail-container1 .wrapper{
	height: 90%;
}
.detail-left{
	width:45%;
	/*padding-right: 60px;*/
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	height: 90%;
	margin-right: 5%;
	background: url("../images/mmll.jpg") no-repeat center center/cover;
}
.detail-lr{
	height: 85%;
}
.detail-right{
	float: left;
	width: 50%;
	height: 100%;
}
.detail-title{
	padding-bottom: 50px;
	margin-bottom: 42px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
}
.debg{
	position: relative;
}
.debg .mlbg {
	position: absolute;
	width: 37%;
	height: 100%;
	top: -42px;
	left: 0;
    padding: 42px 0;
	background: #222222;
}
.detail-title h5{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 56px;
}
.detail-title p{
	font-size: 12px;
	color: #333333;
	line-height: 28px;
}
.detail-title p span{
	color: #666666;
}
.detail-see{
	text-align: center;
	cursor: pointer;
}
.detail-see p{
	font-size: 12px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 10px;
}
.detail-see p a{
	display: inline-block;
	width: 39px;
	height: 39px;
	box-sizing: border-box;
	border:1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	line-height: 39px;
}
.detail-see p a img{
	opacity: 0.3;
	transition: all 0.5s;
}
.detail-see p a:hover img{
	opacity: 1;
}
.detail-container2{
	/*padding:108px 0;*/
}
.design-show{
	padding:70px 0;
}
.design-show .swiper-slide{
	width: auto;
}
.design-show .swiper-slide img{
	max-height: 400px;
}
.design-pagishow .swiper-button-next{
	background: url(../images/case-arr4.png) no-repeat left center;
}
.design-pagishow .swiper-button-prev{
	background: url(../images/case-arr3.png) no-repeat left center;
}
.design-pagishow .swiper-button-next, .design-pagishow .swiper-button-prev{
	width:50px;
}
.design-title p{
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
}
.design-pagishow{
	width: 500px;
	margin:0 auto;
	position: relative;
	padding:0 80px;
	padding-bottom: 20px;
	cursor: pointer;
}
.design-pagishow .swiper-slide{
	width: 60px !important;
	height: 75px;
	box-sizing: border-box;
}
.design-pagishow .swiper-slide,.design-show .swiper-slide img{
	-webkit-filter: grayscale(100%);
	-moz-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
}
.design-pagishow .swiper-slide-active,.design-show .swiper-slide-active img{
	webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.cpg-cover{
	width:100%;
	height: 100%;
	z-index: 1231;
	position: absolute;
	top:0;
	left:0;
	background-color: #fff;
	opacity: 0.3;
	display: block;
}
.design-pagishow .swiper-slide-active .cpg-cover{
	display: none;
}
.design-pagishow .swiper-button-next, .design-pagishow .swiper-button-prev {
    margin-top: -32px;
}
.news-lists .wrapper{
	position: relative;
}
.list-container.newslc ul{
	padding:0 16%;
}
.list-container.newslc ul li{
	width: 100%;
}
.list-container.newslc ul li>a{
	display: block;
	height: 100%;
}
.nlist-left{
	width: 47%;
	margin-right: 3%;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.nlist-right{
	width: 50%;
	float: left;
	padding-top:30px;
	padding-left: 2%;
	box-sizing: border-box;
}

.nlist-right h5{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nlist-right p.news-m{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 56px;
}
.nlist-right p.news-time{
	font-size: 26px;
	color: #FFFFFF;
	opacity: 0.7;
	text-align: center;
}
.nlist-right p.news-time span{
	font-size: 14px;
}
.more-arr{
	line-height: 60px;
	transition: all .5s;
}
.time-arr{
	padding-bottom: 20px;
	position: relative;
}
.time-arr:before{
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	height: 1px;
	width: 60px;
	background-color: rgba(255,255,255,0.2);
	transition: all .5s;
}
.list-container.newslc ul li:hover .time-arr:before{
	width: 100%;
}
.list-container.newslc ul li:hover .more-arr{
	margin-right: 10px;
}
.list-container.newslc ul li:hover .nlist-right p.news-time{
	opacity: 0.5;
}
.list-container.newslc ul li:hover .nlist-right h5{
	color: #cecece;
}
.list-container.newslc ul li:hover .nlist-right p.news-m{
	color: #999;
}
.nlist-left img{
	transition: all 0.5s;
}
.list-container.newslc ul li:hover .nlist-left img{
	transform: scale(1.2);
}
.news-lists .page-numbers{
	padding:30px 0;
	padding-top: 10px;
	padding-bottom: 50px;
}
.wrapper2{
	width: 980px;
	margin:0 auto;
	max-width: 80%;
}
.back-lists{
	line-height: 76px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.right-wenzi ul li{
	float:left;
	font-size: 12px;
	color: #666666;
}
.right-wenzi ul li a{
	font-size: 12px;
	color: #666666;
	display: inline-block;
	padding:0 5px;
}
.right-wenzi ul li a:hover,.right-wenzi ul li a.active{
	color: #999999;
}
.news-detailtit{
	padding:48px 0;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.news-detailtit h4{
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
}
.news-detailtit p{
	text-align: center;
	line-height: 28px;
	color: #333333;
}
.news-detailtit p span.fb{
	padding: 0 20px;
}
.news-detailtit p span.sj{
	color: #666;
}
.newsd-bottom {
	padding:23px 0;
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.newsd-bottom p.news-wz{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: left;
}
.newsd-bottom p.news-tu{
	padding:23px 0;
	text-align: center;
}
.news-listarr{
	padding:30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.news-listarr>a{
	display: inline-block;
	width: 48%;
}
.news-listarr .page-up{
	padding-left: 56px;
	background: url(../images/arr-pre.png)no-repeat left center;
	text-align: left;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
}
.news-listarr .page-down{
	padding-right: 56px;
	background: url(../images/arr-next.png)no-repeat right center;
	text-align: right;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
}
.news-listarr p.news-name{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-listarr p.news-name:hover{
	color: #CCCCCC;
}
.news-listarr p.news-classify{
	font-size:12px;
	color: #666666;
	line-height: 28px;
}
.news-detail{
	padding-bottom: 118px;
}
.contus.talent-recruit{
	padding:80px 0;
}
.abt-mile .talent-recruit{
	/*padding-top: 178px;*/
}
.talent-recruit.contus{
	padding-bottom: 200px;
}
.designer-information{
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
p.shou{
	position: absolute;
	top: 10px;
	right:10px;
}
.designer-top{
	line-height: 138px;
}
.de-l{
	float: left;
	width: 50%;
}
.de-r{
	float: left;
	width: 50%;
}
.designer-top p.designer{
	padding-left: 60px;
	background: url(../images/ren.png)no-repeat left 30px center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.designer-top .post-duties p{
	font-size: 0;
}
.job-description{
	/*background-color: #242424;*/
	width: 100%;
	float: left;
}
.post-duties{
	width: 100%;
	float: left;
	/*background-color: #1e1e1e;*/
	padding-right: 40px;
	box-sizing: border-box;
}
.designer-information.active .job-description{
	background-color: #242424;
}
.designer-information.active .post-duties{
	background-color: #1e1e1e;
}
/*.designer-information.active*/
.designer-information.active p.shou{
	background: url(../images/shou1.png)no-repeat right center;
}
p.shou{
	padding-right: 50px;
	text-align: right;
	font-size:0;
	color: #FFFFFF;
	/*background: url(../images/shou.png)no-repeat right center;*/
	background: url(../images/zhan.png)no-repeat right center;
	cursor: pointer;
	height: 118px;
}
.designer-bottom .job-description{
	padding-left: 60px;
	box-sizing: border-box;
	padding-right: 30px;
	height: 100%;
}
.designer-bottom .post-duties{
	box-sizing: border-box;
	padding:0 30px;
	height: 100%;
}
.designer-top .post-duties{
	height: 138px;
}
.designer-bottom{
	height: 306px;
}
.job-tit,.post-tit{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 16px;
	margin-top:-20px;
}
.job-ms,.post-ms{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
.des-inbox{
	border-top:1px dashed rgba(255,255,255,0.2);
}
.designer-information .designer-bottom{
	display: none;
	transition: all 1s;
}
.job-description,.post-duties{
	background: transparent;
}
.designer-top{
	/*border-bottom: 1px solid rgba(255,255,255,0.1);*/
}
.designer-information.active .designer-bottom{
	display: block;
}
.designer-information.active .designer-top{
	border-bottom: none;
}
.contact-inform{
	padding-top:40px;
}
.contact-map{
	height: 400px;
	position: relative;
}
.contact-map #dituContent{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s;
}
.con-mapcover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	left:0;
	top:0;
	z-index: 12;
}
.contact-map:hover #dituContent{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.left-con ul li{
	margin-bottom:40px;
}
.left-con{
	width: 60%;
}
.rig-con{
	width: 40%;
}
.con-box h5{
	padding-left: 25px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 15px;
}
.left-con ul li:nth-of-type(1) h5{
	background: url(../images/contact-yx.png)no-repeat left center;
}
.left-con ul li:nth-of-type(2) h5{
	background: url(../images/contact-tel.png)no-repeat left center;
}
.rig-con h5{
	padding-left: 32px;
	background: url(../images/contact-addr.png)no-repeat left center/22px;
}
.rig-con{
	margin-top:26px;
}
.con-box .rig-con p{
	font-size: 18px;
	color: #ababab;
	line-height: 28px;
}
.con-box p{
	font-size: 20px;
	color: #ababab;
	line-height: 28px;
}
.project-container{

}
.section.pro-bg.fp-table{
	background: url(../images/project-btu11.png)no-repeat center center/cover;
	max-width: 1180px;
	margin: 0 auto;
	width: 70%;
}
.project-wz{
	padding:0 20%;
}
.project-wz h3{
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 32px;
}
.project-wz p.pro-ms{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
}
.wz-slog{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 42px;
}
.wz-slog span{
	margin-right: 22px;
}
.pl100{
	padding-left: 100px;
}
.project-show{
	/*padding:60px 0;*/
}
.pro-showbox{
	padding-bottom: 10px;
	padding-top:98px;
}
.pro-showbox {
	padding-bottom: 0px;
	padding-top: 0px;
	height: 100%;
	overflow: hidden;
}
.pro-showbox .proshow-swiper{
	height: 100%;
}
.pro-showbox .swiper-container{
	height: 647px;
	width: 903px;
}
.pro-showbox .proshow-swiper .swiper-wrapper{
	height: 90%;
}
.pro-showbox .proshow-swiper .swiper-wrapper .swiper-slide{
	height: 50%;
	overflow: hidden;
	/*width: 310px;*/
	/*height: 310px;*/
}
.img-b{
	overflow: hidden;
}
.project-show .wrapper {
	/*height: calc(100% - 196px);*/
	overflow: hidden;
	margin-top:98px;
}
.project-show .wrapper2 {
	height:100%;
	overflow: hidden;
}
.pro-showcover{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,.6);
	transition: all .5s;
	opacity: 0;
	overflow: hidden;
}
.tb{
	height: 100%;
	width: 100%;
	display: table;
}
.tbc{
	display: table-cell;
	vertical-align: middle;
}
.pro-showcover{
	text-align: center;
	color: #f5f5f5;
}
.pro-showcover h4{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 15px;
}
.pro-showcover p{
	font-size: 12px;
	line-height: 20px;
}
.pro-showbox .swiper-slide:hover .pro-showcover{
	opacity: 1;
}
.qualification-box{
	padding:98px 0 58px;
}
.qua-tit{
	padding:32px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 24px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
}
.qua-lunbo .swiper-button-prev{
	background: url(../images/qua-pre.png) no-repeat center center;
	opacity: 0.2;
	left:-87px;
}
.qua-lunbo .swiper-button-next{
	background: url(../images/qua-next.png) no-repeat center center;
	opacity: 0.2;
	right:-87px;
}
.qua-lunbo .swiper-button-next:hover,.qua-lunbo .swiper-button-prev:hover{
	opacity: 1;
}
.swiper-quality .swiper-pagination-bullet,.pro-showbox .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 100%;
    border:1px solid #FFFFFF;
    opacity: .5;
    background: transparent;
}
.swiper-quality .swiper-pagination-bullet-active,.pro-showbox .swiper-pagination-bullet-active {
    opacity: 0.5;
    background: #fff;
}
.swiper-quality{
	padding:100px 40px 125px;
}
.swiper-quality .swiper-slide img{
	/*height: 100%;*/
}
.qua-lunbo{
	position: relative;
	padding:0 40px;
}
.project-cases {
	position: relative;
	/*height: calc(100% - 196px);*/
	margin-top: 98px;
}
.pcase-tit{
	position: absolute;
	left:200px;
	top:80px;
	line-height: 28px;
	width: 22%;
}
.pcase-tit p.size{
	font-size: 24px;
	color: #FFFFFF;
}
.pcase-tit p.size span{
	font-size: 16px;
}
p.store-name{
	font-size: 24px;
	color: #FFFFFF;
}
p.pro-time{
	margin-top:20px;
	font-size: 12px;
	color: #333333;
}
p.pro-time span{
	color: #666666;
	padding-bottom: 5px;
	margin-left: 5px;
}
p.eng{
	margin-top:46px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	font-family: "BasemicTimes";
}
.procase{
	padding-left: 28%;
}
.procase1 .swiper-slide{
	width:auto;
}
.procase .swiper-slide img{
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s;
}
.procase .swiper-slide.swiper-slide-active img{
	opacity:1;
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.procase .swiper-slide:hover img{
	opacity:1;
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.pro-bline{
	max-width: 1520px;
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
	left: 5%;
	bottom: 0;
	position: absolute;
}

@media screen and (max-width: 1520px) {
	.pcase-tit{
		left:5%;
	}
}
@media screen and (max-width: 1440px) {
	.nav-container{
		padding-top: 80px;
	}
	.fixed-nav {
	    margin-top: -177px;
	    right:30px;
	}
	.fixed-nav ul li {
	    padding: 16px 0;
	}
	.fixed-nav ul li a{
		font-size: 12px;
	}
	.fix-navsan {
	    line-height: 80px;
	}
	.abt-container {
		padding-top: 80px;
	}
	.left-box {
		width: 58.5%;
	}
	.right-box {
		width: 41.5%;
		padding-right: 9%;
	}
	.abt-title p {
		font-size: 12px;
		line-height: 22px;
	}
	.abt-title h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.abt-desc {
		font-size: 12px;
		line-height: 26px;
		height: 150px;
	}
	.abt-title {
		margin-bottom: 38px;
	}
	.abt-btm {
		font-size: 14px;
		margin-top: 48px;
	}
	.nice {
		height: 150px;
	}
	.wraph {
	    padding-top: 80px;
	    padding-bottom: 34px;
	    box-sizing: border-box;
	}
	.san-box {
	    margin-top: 19px;
	}

	.abt-usbott {
	    padding: 60px 6% 0;
	}
	.fixed-bottm {
	    bottom: 18px;
	}
	.wraph h3 {
    	font-size: 46px;
    	line-height: 46px;
   }
   .abtop-desc {
    	width: 41%;
    }
    .abtop-desc h4 {
   	 	font-size: 26px;
    }
   .abtop-desc p {
	    line-height: 26px;
	}
	.section-2 .swiper-container {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.news-list ul li {
    	padding: 16px 0;
    }
    .f18 {
	    font-size: 16px;
	    margin-bottom: 8px;
	}
	.right-news p.f14 {
	    line-height: 20px;
	    font-size: 12px;
	}
	.left-time p.time-mounth {
	    font-size: 22px;
	}
	.bottom-desc p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.contact-title h3 {
	    margin-bottom: 70px;
   		width: 80%;
	}
	.contact-method li {
	    font-size: 20px;
	    line-height: 36px;
	    margin-bottom: 24px;
    }
    .contact-method li:before {
	     top: 0;
	    width: 36px;
	    height: 36px;
	}
	.nav-cover {
	    height: 80px;
	}
	.section-1 .swiper-button-prev {
	    font-size: 20px;
	    text-indent: 40px;
	}
	.section-1 .swiper-button-next {
	    font-size: 20px;
	    text-indent: -70px;
	}
	.logol-box{
		position: absolute;
		/*border:1px solid rgba(255,255,255,0.4);*/
		width: 600px;
		height: 200px;
		/*margin:0 auto;*/
		top:50%;
		left:50%;
		margin-top:-100px;
		margin-left: -300px;
		z-index: 12;
		vertical-align: middle;
	}
	.logol-box .gif {
		background-size: 600px 180px;
	}
	/*.logol-box img{*/
		/*width: 80%;*/
		/*margin:25px 10px;*/
	/*}*/
	.bottm-wenzi .t-zhong {
	    font-size: 14px;
	    line-height: 22px;
	}
	.bottm-wenzi .b-english {
	    line-height: 18px;
	}
	.right50 {
		padding-top: 80px;
	}
	.job-intro {
		padding-bottom: 30px;
		margin-bottom: 16px;
	}
	.job-intro h4 {
		font-size: 28px;
	}
	.job-intro p {
		font-size: 14px;
		line-height: 24px;
	}
	.motto {
		margin-bottom: 50px;
	}
	.introduce {
		width: 60%;
	}
	.case-lists, .news-lists {
		margin-top: 80px;
		padding: 60px 0;
	}
	.csbot-wenzi {
		padding: 20px 0;
	}
	.list-container ul li {
		margin-bottom: 50px;
	}
	.list-container ul {
		padding: 0 18%;
	}
	.detail-title h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.detail-title p {
		line-height: 24px;
	}
	.detail-title {
		padding-bottom: 25px;
		margin-bottom: 22px;
	}
    .debg .mlbg {
        top: -22px;
        padding: 22px 0;
    }
	.detail-wenzi p {
		font-size: 14px;
		line-height: 24px;
	}
	.design-show {
		padding: 26px 0;
	}
	.nlist-right {
		padding-top: 15px;
	}
	.nlist-right p.news-m {
		margin-bottom: 30px;
	}
	.nlist-right p.news-time {
		font-size: 22px;
	}
	.more-arr {
		line-height: 40px;
	}
	.arr-cover {
		top: 0px;
	}
	.time-arr {
		padding-bottom: 15px;
	}
	.back-lists {
		line-height: 68px;
	}
	.news-detailtit {
		padding: 36px 0;
	}
	.news-detailtit h4 {
		font-size: 20px;
		line-height: 40px;
	}
	.newsd-bottom p.news-wz {
		font-size: 12px;
		line-height: 24px;
	}
	.newsd-bottom {
		padding-bottom: 80px;
	}
	.news-listarr {
		padding: 22px 0;
	}
	.news-listarr p.news-name {
		font-size: 14px;
		line-height: 24px;
	}
	.news-listarr .page-up {
		padding-left: 44px;
	}
	.news-listarr .page-down {
		padding-right: 44px;
	}
	.news-detail {
		padding-bottom: 98px;
	}
	.contus.talent-recruit {
		padding: 68px 0;
	}
	.designer-top {
		line-height: 120px;
	}
	.designer-top .post-duties {
		height: 120px;
	}
	.designer-top p.designer {
		background: url(../images/ren.png)no-repeat left 30px center/17px;
		font-size: 16px;
	}
	p.shou {
		height: 98px;
	}
	.left-con ul li {
		margin-bottom: 14px;
	}
	.con-box h5 {
		line-height: 24px;
		margin-bottom: 10px;
	}
	.con-box p {
		font-size: 18px;
		color: #ababab;
		line-height: 24px;
	}
	.con-box .rig-con p {
		font-size: 16px;
	}
	.rig-con h5 {
		background: url(../images/contact-addr.png)no-repeat left center/20px;
	}
	.ctus.wrapper2{
		max-width: 70%;
	}
	.contact-map {
		height:280px;
	}
	.detail-container1 {
		padding-top: 80px;
	}
	.contact-inform {
		padding-top: 30px;
	}
	.con-box h5 {
		line-height: 20px;
		margin-bottom: 5px;
	}
	.detail-see p a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.project-wz {
		padding: 0 16%;
		margin-top: 80px;
	}
	.project-wz h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.project-wz p.pro-ms {
		font-size: 12px;
		line-height: 24px;
	}
	.wz-slog {
		font-size: 12px;
		line-height: 24px;
		margin-top: 30px;
	}
	.qualification-box {
		padding: 80px 0 58px;
	}
	.qua-tit {
		padding: 20px 0;
		font-size: 22px;
		line-height: 24px;
	}
	.swiper-quality {
		padding: 39px 40px 40px;
	}
	.project-cases {
		/*height: calc(100% - 160px);*/
		margin-top: 80px;
	}
	.pcase-tit p.size span {
		font-size: 14px;
	}
	.pcase-tit p.size {
		font-size: 20px;
	}
	p.store-name {
		font-size: 20px;
	}
	svg#logo {
		margin: 30px 0;
		width: 480px;
	}
	.pro-showbox {
		/*max-height: 400px;*/
		/*max-width: 500px;*/
	}
	.pro-showbox .swiper-container{
		height: 453px;
		width: 639px;
	}
	.project-show .wrapper {
		/*height: calc(100% - 160px);*/
		overflow: hidden;
		margin-top: 80px;
	}
	.procase .swiper-slide img {
		height: 400px;
	}
	.design-show .swiper-slide img{
		height: 280px;
	}
}
@media screen and (max-width: 1200px) {
	.wraph h3 {
	    font-size: 38px;line-height: 38px;
	}
	.abtop-desc h4 {
	    font-size: 24px;
	    padding-bottom: 26px;
	}
	.abt-usbott {
	    padding: 50px 6% 0;
	}
	.abtop-desc p {
	    font-size: 12px;
	    line-height: 28px;
	}
	.contact-method li {
	    line-height: 28px;
    	font-size: 18px;
	}
	.contact-title h3 {
	    margin-bottom: 52px;
	}
	.detail-wenzi p {
		font-size: 12px;
	}
	.design-title p {
		font-size: 22px;
	}
	.nlist-right h5 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.nlist-right p.news-m {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 32px;
		height: 48px;
	}
	.nlist-right p.news-time {
		font-size: 18px;
	}
	.job-ms, .post-ms {
		font-size: 12px;
		line-height: 24px;
	}
	.left-con ul li {
		margin-bottom: 9px;
	}
	.con-box h5 {
		margin-bottom: 5px;
	}
	.con-box p {
		font-size: 16px;
	}
	.contact-map {
		height: 242px;
	}
	.con-box .rig-con p {
		font-size: 14px;
		line-height: 22px;
	}
	.contact-inform {
		padding-top: 28px;
	}
	.project-wz {
		padding: 0 8%;
	}
}
@media  screen and (max-width:1024px ){
	.logol-box {
	    width: 530px;
	    height: 180px;
	    margin-top: -90px;
	    margin-left: -265px;
	}
	.logol-box .gif {
		background-size: 530px 160px;
		margin-top:10px;
	}
	.logol-box img {
	    width: 78%;
	    margin: 26px 10px;
	}
	.section-1 .swiper-button-next{
		font-size: 18px;
	}
	.section-1 .swiper-button-prev{
		font-size: 18px;
	}
	.abtop-desc h4 {
	    font-size: 20px;
	    padding-bottom: 20px;
	}
	.abt-usbott {
	    padding: 50px 4% 0;
	}
	.fixed-nav {
	    right: 20px;
	}
	.contact-method li {
	    line-height: 24px;
	    font-size: 16px;
	    padding-left: 42px;
	    margin-bottom: 18px;
	}
	.contact-method li:before {
	    top: 3px;
	    width: 20px;
	    height: 20px;
	    background: url(../images/youxiang.png) no-repeat left center/18px;
	}
	.contact-method li:nth-of-type(2):before {
	    background: url(../images/dianhua.png)no-repeat left center/18px;
	}
	.contact-method li:nth-of-type(3):before {
	    background: url(../images/dizhi.png)no-repeat left center/19px;
	}
	.nav-logol img{
		max-width: 70%;
	}
	.abt-title h3 {
		font-size: 18px;
	}
	.abt-title p {
		line-height: 20px;
	}
	.introduce {
		padding-left: 70px;
	}
	.job-intro h4 {
		font-size: 24px;
	}
	.list-fixed ul li a {
		width: 80px;
		height: 32px;
		line-height: 32px;
	}
	.csbot-wenzi {
		padding: 13px 0;
	}
	.detail-wenzi p span.dtw-nice.scroll-pane {
		max-height: 150px;
	}
	.detail-title h5 {
		font-size: 18px;
	}
	.detail-see p a {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.news-detailtit {
		padding: 30px 0;
	}
	.news-detailtit h4 {
		font-size: 18px;
		line-height: 36px;
	}
	.newsd-bottom p.news-tu {
		padding: 16px 0;
	}
	.newsd-bottom {
		padding-bottom: 60px;
	}
	.news-listarr {
		padding: 16px 0;
	}
	.news-detail {
		padding-bottom: 80px;
	}
	.contact-map {
		height: 300px;
	}
	.ctus.wrapper2 {
		max-width: 80%;
	}
	.section.pro-bg.fp-table {
		width: 100%;
	}
	p.store-name {
		font-size: 18px;
	}
	.pcase-tit p.size span {
		font-size: 12px;
	}
	.pcase-tit p.size {
		font-size: 18px;
	}
	p.eng {
		font-size: 14px;
		line-height: 22px;
	}
	svg#logo {
		margin: 23px 0;
		width: 450px;
	}
}
@media  screen and (max-width:1023px ) {
	.wraph h3 {
    	font-size: 32px;
    	line-height: 32px;
	}
	.abtop-desc p {
	    line-height: 22px;
	}
	.left-time p.time-mounth {
	    font-size: 20px;
	    line-height: 25px;
	}
	.news-list ul li {
	    padding: 14px 0;
	}
	.contact-title h3 {
	    margin-bottom: 40px;
	}
	.right-box {
		width: 47.5%;
	}
	.left-box {
		width: 52.5%;
	}
	.detail-container1 {
		height: 85%;
	}
	.detail-wenzi p span.dtw-nice.scroll-pane {
		max-height: 120px;
	}
	.detail-lr {
		height: 100%;
	}
	.nlist-right p.news-m {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 15px;
		height: 44px;
	}
	.nlist-right p.news-time span {
		font-size: 12px;
	}
	.nlist-right p.news-time {
		font-size: 16px;
	}
	.time-arr {
		padding-bottom: 10px;
	}
	.contact-map {
		height: 260px;
	}
	.project-wz {
		margin-top: 60px;
	}
	.project-show .wrapper {
		margin-top: 60px;
	}
}
@media screen and (max-width:768px ) {
	.san-box {
	    height: 34px;
	}
	a.nav-clic {
		height: 34px;
		width: 34px;
		line-height: 34px;
	}
	a.nav-clic:before {
		top: 11px;
		left: 7px;
	}
	a.nav-clic:after {
		top: 20px;
		left: 7px;
	}
	.nav-right.open a.nav-clic:before, a.nav-clic:hover:before {
		top: 16px;
	}
	.nav-right.open a.nav-clic:after, a.nav-clic:hover:after {
		top: 16px;
	}
	.san-box .san span {
	    top: 7px;
	    left: 9px;
	    width: 23px;
	}
	.san-box .san span:nth-of-type(2) {
	    top: 16px;
	}
	.san-box .san span:nth-of-type(3) {
	    top: 25px;
	}
	.abtop-desc {
		/*float: none;*/
    	width: 75%;
    	margin:0;
	}
	.abtop-desc h4{
		font-size: 18px;
    	padding-bottom: 15px;
	}
	.section-5 .wrapper>div.right-arr{
		width: 20%;
		margin-top:-110px;
	}
	.section-5 ul{
		height:294px;
		overflow-y:auto;
	}
	.wraph .abt-ustop h3 {
	    font-size: 28px;
	    line-height: 28px;
	    margin-bottom: 20px;
	}
	.wraph h3 {
		/*float: none;*/
	    text-align: left;
    	margin-bottom: 30px;
	}
	.contact-title h3{
		text-align: center;
	}
	.section-2 .wraph h3{
		float: left;
	}
	.section-2 .more-arr {
	    width: 20%;
	}
	.section-2 .swiper-container {
	    padding-top: 6px;
	}
	.section-5 .wrapper>div.left-title {
		float: none;
		}
	.section-5 .wrapper>div.news-list {
	    width: 79%;
	   	margin:0;
	}
	.contact-method {
    	padding-left: 18%;
    }
	.section-5 .wraph{
		padding-top:0;
	}
	.contact-method li {
    	font-size: 14px;
    }
    .logol-box {
	    width: 428px;
	    height: 160px;
	    margin-top: -80px;
	    margin-left: -214px;
	}
	.logol-box .gif {
		background-size: 428px 140px;
		margin-top:24px;
	}
	.logol-box img {
    	width: 81%;
    }
   .logol-box {
	    width: 456px;
	    height: 180px;
	    margin-top: -90px;
	    margin-left: -228px;
	}
	.logol-box img {
	    margin: 35px 10px;
	}
	.right-box {
		width: 100%;
		height: 58%;
	}
	.left-box {
		width:100%;
		height: 42%;
	}
	.introduce {
		padding-left: 42px;
		width: 70%;
	}
	.f14 {
		font-size: 12px;
		line-height: 24px;
	}
	.list-container ul {
		padding: 0 16%;
	}
	.list-container ul li {
		margin-bottom: 36px;
	}
	.detail-container1 {
		height: 60%;
	}
	.design-show {
		padding: 50px 0;
	}
	.nlist-right {
		padding-top: 0px;
	}
	.rig-con {
		width: 50%;
	}
	.left-con {
		width: 50%;
	}
	.project-show .wrapper {
		margin-top: 60px;
	}
	.pro-showcover h4 {
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.swiper-quality {
		padding: 50px 40px 70px;
	}
	svg#logo {
		margin: 30px 0;
		width: 420px;
	}
	.pro-showbox .swiper-container {
		height: 400px;
		width: 400px;
	}
	.project-show .wrapper2{
		max-width: 100%;
	}
}
@media screen and (max-width:767px) {
	.scroll-pane.detail-wenzi .ml-left {
		padding-left: 10px;
		font-size: 12px;
		width: 42%;
		margin-right: 3%;
	}
	.scroll-pane.detail-wenzi .ml-right {
		font-size: 12px;
		line-height: 26px;
	}
	.fixed-nav {
		display: none;
	}
	.phone{
		display: block;
	}
	.pc{
		display: none;
	}
	.top-icon {
	    height: 52px;
	    line-height: 52px;
	    margin-bottom: 10px;
	}
	.top-icon img{
		width: 42%;
	}
	.bottm-wenzi .t-zhong {
	    font-size: 12px;
	    line-height: 22px;
	}
	.abt-usbott ul li {
	    margin: 3% 0;
	}
	.bottm-wenzi .b-english {
	    line-height: 14px;
	}
	.fixed-bottm .page-updown,.fixed-bottm .bdsharebuttonbox{
		display: none;
	}
	.fixed-bottm{
		display: none;
	}
	a.nav-logol{
		display: block;
		width: 200px;
	}
	.fix-navsan {
	    line-height: 60px;
	}
	.nav-cover {
	    height: 70px;
	}
	.nav-logol img{
		width: 80%;
	}
	.san-box {
	    margin-top: 13px;
	}
	.abt-container {
		padding-top: 60px;
	}
	.nice {
		height: 120px;
	}
	.abt-desc {
		line-height: 24px;
		height: 120px;
		overflow: auto;
		position: static;
	}
	.abt-title h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.abt-title {
		margin-bottom: 20px;
	}
	.abt-wenzi {
		width: 98%;
	}
	.ab-scroll{
		position: relative;
	}
	.abt-ty {
		margin-top: -50px;
	}
	.abt-btm {
		 font-size: 12px;
		 margin-top: 22px;
	 }

	.section-5 .wrapper>div.news-list {
	    width: 100%;
	}
	.f14 {
	    font-size: 12px;
	}
	.logol-box {
		width: 90%;
		height:100px;
		margin-top: -50px;
		margin-left: -45%;
		border: none;
		line-height: 100px;
	}
	.logol-box .gif {
		background-size: 100% 100px;
		margin-top:24px;
	}
	.logol-box img {
		margin:0;
		width: 100%;
	}
	.section-1 .swiper-button-next {
	    font-size: 14px;
	    text-indent: -48px;
	}
	.section-1 .swiper-button-prev{
	    font-size: 14px;
	    text-indent: 31px;
	}
	.wraph h3 {
		font-size: 24px;
		line-height: 20px;
		width: 100%;
		text-align: center;
	}
	.section-5 .wrapper>div {
		width: 100%;
	}
	.wraph .abt-ustop h3 {
		font-size: 24px;
	    line-height: 20px;
		margin-bottom: 20px;
	}
	.abtop-desc h4 {
	    font-size: 16px;
	}
	a.arr-box{
		display: none;
	}
	.abtop-desc {
    	width: 100%;
    }
    .abt-usbott {
	    padding: 20px 0% 0;
	}
	.map-cover{
		display: none;
	}
	.right-map{
		width: 100%;
		display: none;
	}
	.section-4{
		background: url("../images/map.jpg") no-repeat center center/cover;
	}
	.table-left{
		width: 100%;
		/*background: url("../images/map.jpg") no-repeat center center/cover;*/
		position: absolute;
		left:0;
		top:0;
		z-index: 10;	
		background:rgba(0,0,0,0.85);
	}
	.contact-method {
	    padding-left: 6%;
	}
	.contact-method li {
	    margin-bottom: 12px;
	}
	.contact-title h3 {
	    margin-bottom: 60px;
	    /*width: 30%;*/
	}
	.nav-right {
		width: 100%;
		right: -100%;
	}
	.contact-method li:before {
		top: 3px;
		width: 20px;
		height: 20px;
		background: url(../images/youxiang.png) no-repeat left center/16px;
	}
	.contact-method li:nth-of-type(2):before {
		background: url(../images/dianhua.png) no-repeat left center/16px;
	}
	.contact-method li:nth-of-type(3):before {
		background: url(../images/dizhi.png) no-repeat left center/17px;
	}
	.contact-method li {
		padding-left: 36px;
	}
	.left-box {
		height: 100%;
	}
	.abt-container .right-box{
		display: none;
	}
	.right-box {
		height: 64%;
	}
	.ny-footer {
		/*height: 40px;*/
		line-height: 40px;
	}
	.right50 {
		width: 100%;
		height: 20%;
		padding-top:0;
		border-bottom:none;
	}
	.left50 {
		width: 100%;
		max-height: 440px;
		height: auto;
		/*margin-top: 29px;*/
	}
	.left50>img{
		height: 100%!important;
		max-width: 480px;
		width: auto;
		margin-left:-8%;
	}
	.team-seaction2 .left50>img{
		display: block;
	}
	.job-intro h4 {
		font-size: 18px;
	}
	.job-intro p {
		font-size: 12px;
	}
	.job-intro {
		/*padding-bottom: 20px;*/
		/*margin-bottom: 12px;*/
		padding-bottom: 10px;
		margin-bottom: 0;
		/*border-bottom: none;*/
	}
	.motto {
		margin-bottom: 30px;
	}
	.nice.wk-nice {
		max-height: 100px;
	}
	.motto,.works{
		display: none;
	}
	.introduce {
		padding-left: 8%;
		width: 80%;
	}
	.case-lists, .news-lists {
		margin-top: 60px;
		padding: 20px 0;
	}
	.right-share{
		display: none;
	}
	.left-copyright p {
		line-height: 20px;
	}
	.list-fixed{
		display: none;
	}
	.list-container ul {
		padding: 0;
	}
	.list-container ul li{
		width: 100%;
		margin-right: 0;
	}
	.csbot-wenzi p {
		font-size: 12px;
		line-height: 24px;
	}
	.csbot-wenzi {
		padding: 10px 0;
	}
	.page-numbers a.pre-page, .page-numbers a.next-page {
		width: 50px;
		height: 30px;
	}
	.page-numbers a {
		line-height: 30px;
	}
	.page-numbers a.page {
		width: 30px;
		height: 30px;
	}
	.left-copyright {
		width: 100%;
		text-align: center;
		padding:5px 0;
	}
	.detail-container1 {
		height: 100%;
		padding-top:75px;
	}
	.detail-left {
		width: 100%;
		height: 32%;
		margin-right: 0;
	}
	.detail-right {
		width: 100%;
		height: 60%;
		padding-top: 4%;
	}
	.detail-title h5 {
		font-size: 14px;
		line-height: 24px;
	}
	.detail-wenzi p span.dtw-nice.scroll-pane {
		max-height: 78px;
	}
	.detail-container1 .wrapper {
		height: 86%;
	}
	.detail-title {
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
    .debg .mlbg {
        top: -12px;
        padding: 12px 0;
		width: 42%;
    }
	.detail-see p {
		line-height: 22px;
		margin-bottom: 6px;
	}
	.detail-see p a {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.design-title p {
		font-size: 18px;
	}
	.design-show {
		padding: 40px 0;
	}
	.list-container.newslc ul {
		padding: 0;
	}
	.nlist-left {
		width: 100%;
		margin-right: 0%;
	}
	.detail-wenzi.scroll-pane {
		max-height: 150px;
	}
	.nlist-right {
		width: 100%;
		padding-top: 12px;
		padding-left: 0;
	}
	.news-detail .wrapper2 {
		max-width: 100%;
	}
	.right-wenzi{
		float: none;
		padding:14px 30px 0;
	}
	.right-wenzi{
		display: none;
	}
	.back-lists {
		line-height: 46px;
	}
	.news-detailtit h4 {
		font-size: 16px;
		line-height: 30px;
	}
	.news-detailtit {
		padding: 24px 0;
	}
	.newsd-bottom p.news-wz {
		line-height: 22px;
	}
	.newsd-bottom {
		padding-bottom: 40px;
	}
	.news-listarr .page-up {
		padding-left: 32px;
	}
	.news-listarr .page-down {
		padding-right: 32px;
	}
	.news-listarr p.news-name {
		font-size: 12px;
	}
	.news-detail {
		padding-bottom: 60px;
	}
	.news-listarr {
		padding: 10px 0;
	}
	.ny-fixnav{
		display: none;
	}
	.scroll-pane.wk-nice {
		max-height: 100px;
	}
	.right-wenzi ul li {
		 line-height: 20px;
	}
	.left-con {
		width: 100%;
	}
	.rig-con {
		width: 100%;
		margin-top:0px;
	}
	.rig-con h5 {
		background: url(../images/contact-addr.png)no-repeat left center/14px;
		padding-left: 24px;
	}
	.con-box h5 {
		line-height: 18px;
	}
	.ctus.wrapper2 {
		max-width: 100%;
	}
	.contact-map {
		 height: 180px;
	 }
	.con-mapcover{
		display: none;
	}
	.contact-map #dituContent{
		webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-o-filter: grayscale(0);
		filter: grayscale(0);
	}
	.con-box h5 {
		padding-left: 23px;
		font-size: 12px;
		line-height: 18px;
	}
	.left-con ul li:nth-of-type(1) h5 {
		background: url(../images/contact-yx.png)no-repeat left center/12px;
	}
	.con-box p {
		font-size: 14px;
		line-height: 22px;
	}
	.con-box .rig-con p {
		font-size: 12px;
		line-height: 20px;
	}
	.project-wz {
		 padding: 0 0%;
	 }
	.pro-bg .wrapper2{
		max-width: 100%;
	}
	.project-wz h3 {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 22px;
	}
	.project-wz p.pro-ms {
		font-size: 12px;
		line-height: 24px;
		max-height: 90px;
		overflow: auto;
		margin-top:10px;
	}
	.wz-slog {
		font-size: 12px;
		line-height: 24px;
		margin-top: 20px;
		max-height: 140px;
		overflow: auto;
	}
	.project-zizhi .wrapper2{
		max-width:100%;
	}
	.pcase-tit {
		position: relative;
		top: 0;
		line-height: 28px;
		width: 100%;
	}
	p.eng {
		margin-top: 10px;
	}
	p.pro-time {
		margin-top: 10px;
	}
	p.store-name {
		font-size: 16px;
	}
	.pcase-tit p.size {
		font-size: 16px;
		line-height: 24px;
	}
	.procase {
		padding-left: 0;
		margin-top: 20px;
		padding:0 5%;
	}
	.procase1 .swiper-pagination{
		display: block;
	}
	.procase1.swiper-container {
		padding-bottom: 40px;
	}
	.procase1 .swiper-pagination-bullet, .procase1 .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		display: inline-block;
		box-sizing: border-box;
		border-radius: 100%;
		border: 1px solid #FFFFFF;
		opacity: .5;
		background: transparent;
	}
	.procase1 .swiper-pagination-bullet-active, .procase1 .swiper-pagination-bullet-active {
		opacity: 0.5;
		background: #fff;
	}
	.procase1 .swiper-slide {
		text-align: center;
		/*max-height: 309px;*/
		overflow: hidden;
		/*line-height: 309px;*/
	}
	.procase .swiper-slide img {
		max-height: 200px;
	}
	.de-l {
		width: 100%;
	}
	.de-r {
		width: 100%;
	}
	.de-r .designer-top .post-duties {
		height: 55px;
	}
	.de-r .designer-top{
		display: none;
	}
	.contus .wrapper2{
		max-width: 100%;
	}
	.de-r .post-tit{
		margin-top:20px;
	}
	p.shou{
		display: none;
	}
	.designer-top {
		line-height: 60px;
	}
	.designer-top p.designer {
		background: url(../images/ren.png)no-repeat left 18px center/14px;
		font-size: 14px;
		padding-left: 40px;
	}
	.job-tit, .post-tit {
		font-size: 12px;
		padding-bottom: 12px;
		margin-top: 0px;
	}
	.designer-bottom .job-description {
		padding-left: 40px;
	}
	.contus.talent-recruit {
		padding-top:50px;
		 padding-bottom: 100px;
	 }
	svg#logo {
		width: 86%;
		margin: 6px 0;
	}
	.detail-wenzi p.dtw-nice.scroll-pane {
		max-height: 84px;
	}
	.detail-wenzi p span {
		height: auto;
		max-height: 84px;
	}
	.design-pagishow .swiper-button-next,.design-pagishow .swiper-button-prev{
		display: none;
	}
	.design-pagishow {
		 padding:  0 20px;
	 }
	.design-swiper{
		padding-bottom: 50px;
	}
	.design-pagishow{
		display: none;
	}
	.design-swiper .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		display: inline-block;
		box-sizing: border-box;
		border-radius: 100%;
		border: 1px solid #FFFFFF;
		opacity: .5;
		background: transparent;
	}
	.design-swiper .swiper-pagination-bullet-active{
		opacity: 1;
		background: #fff;
	}
	.nav-container {
		padding-top: 60px;
	}
	.design-show .swiper-slide {
		width: auto;
		text-align: center;
	}
	.design-show .swiper-slide img {
		max-height: 160px;
	}
	.pro-showbox .swiper-container {
		height: 270px;
		width: 270px;
		padding-bottom: 20px;
	}
	.project-cases{
		margin-top: 0;
	}
	.news-detailtit p span.fb {
		padding: 0 7px;
	}
}
.cpg-tu{
	position: relative;
	float: left;
}
.cpg-cover{
	width: 100%;
}
.cover-tan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .0);
	z-index: 999;
	line-height: 100%;
	text-align: center;
	transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
.cover-tan.cur{
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	background: rgba(0, 0, 0, .8);
}
.cover-tan div.close {
	position: absolute;
	top: 15%;
	right: 5%;
	width: 32px;
	height: 32px;
	background: url("../images/close.png")no-repeat center center;
}
.cover-tan>img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}