@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
@font-face {
  font-family: 'Interstate-Light';
  src: url('../font/Interstate-Light.eot'); /* IE9 Compat Modes */
  src: url('../font/Interstate-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/Interstate-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/Interstate-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/Interstate-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/Interstate-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Interstate-Regular';
  src: url('../font/Interstate-Regular.eot'); /* IE9 Compat Modes */
  src: url('../font/Interstate-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/Interstate-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/Interstate-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/Interstate-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/Interstate-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Interstate-Bold';
  src: url('../font/Interstate-Bold.eot'); /* IE9 Compat Modes */
  src: url('../font/Interstate-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/Interstate-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/Interstate-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/Interstate-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/Interstate-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
html, body {
	height: 100%;
	font-family: 'Interstate-Light', 'Microsoft YaHei';
}
header {
	display: none;
}
.indexcontent {
	float: left;
	margin: 0;
	padding: 0;
	width: 33.3%;
	height: 100%;
	background-color: antiquewhite;
}
#language {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	clear: both;
	z-index: 1000;
}
#language a {
	margin: 0;
	padding: 10px;
	line-height: 40px;
	color: #000000;
	text-decoration: none;
}
#language a.active {
	color: #BDCCD4;
}
#menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 15%;
	min-width: 130px;
	height: 100%;
}
#menu #pagelogo {
	margin:30px 0 0 30px;
	padding: 0;
	clear: both;
}
#menu ul {
	position: absolute;
	bottom: 30%;
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
	line-height: 36px;
}
#menu li a {
	display: block;
	font-family: 'Interstate-Bold', 'Microsoft YaHei';
	color: #000000;
	text-decoration: none;
}
#menu li a.active {
	color: #AFBEC6;
}
#gotop {
	position: fixed;
	bottom: 2%;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/gotop.png) top center no-repeat;
	opacity:0.3;
    filter:alpha(opacity=30);/* 针对 IE8 以及更早的版本 */
	display: block;
	z-index: 999;
}
#gotop:hover {
	opacity:1;
    filter:alpha(opacity=100);/* 针对 IE8 以及更早的版本 */
}
#goback {
	position: fixed;
	top: 50px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: url(../images/back.png) top center no-repeat;
	display: block;
	z-index: 999;
}



.indexcontent .indexswiper-container {
	width: 100%;
	height: 100%;
	background: #fff;
}

.zoomimage {
	position: absolute;
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 0;
	width: 100%;
	height: 100%;
}
.zoomimage img {
	float: right;
	width: auto;
	height: 90%;/*写给不支持calc()的浏览器*/
	height:-moz-calc(100% - 100px);
	height:-webkit-calc(100% - 100px);
	height: calc(100% - 100px);
}

.aboutimage {
	position: absolute;
	margin-top: 50px;
	padding: 0;
	width: 100%;
	height: 100%;
}
.aboutimage img {
	float: right;
	width: auto;
	height: 95%;/*写给不支持calc()的浏览器*/
	height:-moz-calc(100% - 50px);
	height:-webkit-calc(100% - 50px);
	height: calc(100% - 50px);
}

.pcaboutimage {
	position: absolute;
	margin-top: 50px;
	padding: 0;
	width: 100%;
	height: 100%;
}
.pcaboutimage img {
	float: right;
	width: auto;
	height: 95%;/*写给不支持calc()的浏览器*/
	height:-moz-calc(100% - 50px);
	height:-webkit-calc(100% - 50px);
	height: calc(100% - 50px);
}

.mobileaboutimage {
	display: none;
}

.rightpx img {
	margin-right: 55px;
}

.projectbanner {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.projectbanner img {
	float: left;
	margin-bottom: 50px;
	margin-top: 50px;
	width: auto;
	height: 90%;/*写给不支持calc()的浏览器*/
	height:-moz-calc(100% - 100px);
	height:-webkit-calc(100% - 100px);
	height: calc(100% - 100px);

}

.aboutbgpic {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 100%;
}
.aboutbgpic img {
	float: left;
	width: auto;
	height: 100%;
}


.projectbanners {
	float: left;
	margin-bottom: 50px;
	margin-top: 50px;
	width: 45%;
	height: 90%;/*写给不支持calc()的浏览器*/
	height:-moz-calc(100% - 100px);
	height:-webkit-calc(100% - 100px);
	height: calc(100% - 100px);

}

.aboutinfotxt {
	margin: 150px 0 0 0;
	padding: 20px;
	width: 70%;
	font-family: 'Interstate-Light', 'Microsoft YaHei';
	font-size: 16px;
	color: #AFBEC6;
	line-height: 24px;
	background-color: rgba(0, 0, 0, 0.6);
}
.abouttxt {
	margin: 350px 0 0 0;
	padding: 20px;
	width: 70%;
	font-family: 'Interstate-Light', 'Microsoft YaHei';
	font-size: 16px;
	color: #AFBEC6;
	line-height: 24px;
	background-color: rgba(0, 0, 0, 0.6);
}

.contacttxt {
	margin: 20% 20% 0 0;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.6);
}
.contacttxt h3 {
	margin: 10px 0;
	padding: 0;
	font-family: 'Interstate-Bold', 'Microsoft YaHei';
	font-size: 18px;
}
.contacttxt span {
	display: block;
	margin: 0 0 20px 0;
	width: 25px;
	height: 5px;
	background-color: #333333;
}
.contacttxt p {
	font-family: 'Interstate-Light', 'Microsoft YaHei';
	font-size: 16px;
	line-height: 24px;
}
.pagetitleno {
	float: left;
	margin-top: 200px;
	clear: both;
}
.pagetitleno span:first-child {
	margin-bottom: 20px;
	padding-left: 10px;
	text-align: left;
}
.pagetitleno span {
	float: left;
	display: block;
	margin-top: 15px;
	width: 90px;
	padding-right: 10px;
	font-family: 'Interstate-Light', 'Microsoft YaHei';
	text-align: right;
	clear: both;
}
.slopingside {
	top:0;
    width:100px;
    height:100px;
    box-sizing:border-box;
    line-height:120px;
    text-indent:5px;
    background:linear-gradient(-35deg, transparent 49.5%, #333333 49.5%, #333333 50.5%, transparent 50.5%);
}
.pagecontent {
	float: left;
	margin: 0;
	padding: 0;
	width: 30%;
	clear: both;
}
.projectlist {
	margin: 2%;
	padding: 0;
	width: 100%;
	height: 100%;
	clear: both;
}
.projectlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.projectlist li {
	float: left;
	margin: 5% 0 5% 12%;
	padding: 0;
	width: 30%;
	height: 20%;
	display: inline-block;
}
.projectlist li img {
	width: 100%;
	height: auto;
}
.projectinfo {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px;
	width: 60%;
	height: 25%;
	top: 20%;
	font-family: 'Interstate-Light', 'Microsoft YaHei';
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	z-index: 1000;
}
.projectinfo span {
	margin-bottom: 20px;
	display: block;
	width: 25px;
	height: 5px;
	background-color: #333333;
}
.projectinfo h3 {
	margin: 0;
	font-family: 'Interstate-Bold', 'Microsoft YaHei';
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	clear: both;
}

.swiper-container {
	float: right;
	width: 80%;
	min-width: 630px;
	height: 100%;
	background: #fff;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
img {
	display: block;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #666;
	opacity: .4;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}

.left60 {
	margin-left: 0;
}

.swiper-button-prev {
	position: absolute;
	top: 2%;
	width: 27px;
	height: 124px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 124px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
    filter: alpha(opacity=30);/* 针对 IE8 以及更早的版本 */
}
.swiper-button-prev:hover {
	opacity: 1;
    filter: alpha(opacity=100);/* 针对 IE8 以及更早的版本 */
}
.swiper-button-next {
	position: absolute;
	bottom: 2%;
	width: 27px;
	height: 124px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 124px;
	background-position: center;
	background-repeat: no-repeat;
}