﻿body {
    font-family: 'Open Sans','Heiti TC','微軟正黑體',Helvetica,sans-serif;
}
#map{
    display: none;
}

.mainmap .info{
    margin-top:0;
}
#mixed a{
    color: #333;
}
#mixed a:hover{
    color: #008974;
}
#mixed a.click{
    background-color: #008974;
    color: #fff;
}
.copyright .weya:after {
	font-size: 0.875em;
    content: '备案号123456号';
    display: block;
    width: 250px;
    height: 26px;
    margin-left: 50px;
    padding-left: 25px;
    float: left;
    background: url(../images/icons_icp.png) no-repeat left;
}

.index-case{
	padding-top: 0;
	padding-bottom: 35px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.index-about-left{
	padding: 30px 45px;
	
	background-color: rgba(155,155,155,0.2);
}
.index-about-left p{
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	text-align: left;
	font-family: "微软雅黑";
}
.index-about-text{
	z-index: 1;
	width: 600px;
	margin-top: 193px;
}
.index-about-content{
	position: relative;
	height: 620px;
	
}
.index-about-rgt{
	position: absolute;
	top: 125px;
	right: 80px;
	z-index: 1;
}
.index-about-rgt img{
	border: white 5px solid;
	
}
.clear{
	clear: both;
}
.more .icon{
	    margin-top: 10px !important;
}
.module-title{padding:0px 0 16px 0px;border-bottom:1px solid #EAEAEA;}
.module-title .contents{max-width:1200px;padding:0 0px;text-align: left;}
.module-title .en{font-size:24px;color:#333333;display:inline-block;height:100%;position:relative;font-family:"arial";text-transform:capitalize;}
.module-title .en:after{content:"";height:2px;width:100%;background:#333333;position:absolute;left:0px;bottom:-36px;z-index:800;}
.module-title .cn{font-size:15px;color:#666;}
.module-title .more{font-size:12px;color:#999999;float:right;margin-top:8px;transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;}
.module-title .more .iconfont{color:#999999;transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;}
.module-title .more:hover{color:#02c3fa;}
.module-title .more:hover .iconfont{color:#02c3fa;}
.module-title .map{float:right;color:#999999;font-size:13px;}
.module-title .map a{color:#999999;font-size:13px;transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;}
.module-title .map .iconfont{color:#999999;font-size:13px;transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;}
.module-title .map .home .iconfont{font-size:20px;}
.module-title .map a:hover{color:#333333;}
.module-title .map a:hover .iconfont{color:#333333;}
.module-title .map a.active{color:#333333;}
.module-title .map a.active .iconfont{color:#333333;}

/*.product*/
.index .product{margin-top:60px;}
.index .product .list{max-width:1200px;margin-top:80px;}
.index .product .list .item{width:25%;float:left;padding:0px 3px; cursor:pointer;}
.index .product .list .item img{width:100%;display:block;}
.index .product .list .item .content{padding:0px 16px 0px 16px;transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;
	border:1px solid #F4F4F4;}
.index .product .list .item:hover{
	background:#F9F9F9;
	box-shadow:0px 10px 15px #DBDBDB;
}
/*.index .product .list .item:hover .content{background:#F9F9F9;}
.index .product .list .item:hover .content{box-shadow:0px 10px 15px #DBDBDB;}*/
.index .product .list .item .series{    text-align: left;position:relative;width:100%;margin-left:auto;margin-right:auto;padding:20px 0px;border-bottom:1px solid #F1F1F1;
	transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;}
.index .product .list .item .series .name-en{font-size:18px;color:#333333;font-weight:normal;font-family: "微软雅黑";text-align: center;}
.index .product .list .item .series .name-cn{font-size:12px;color:#999999;font-weight:normal;}
.index .product .list .item .link-more{color:#8A8A8A;border:none;position:absolute !important;top:50%;margin-top:-16px !important;right:10px;font-size:14px;}
.index .product .list .item:hover .link-more{background:#0961b1;color:#FFFFFF;}
.index .product .list .item .text{width:100%;margin-left:auto;margin-right:auto;padding:20px 0px;height:100px;font-size:12px;color:#999999;line-height:1.8;overflow:hidden;
	transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;}
.index .product .list .item .text p{font-size:12px;color:#999999;}




.half:hover .cube {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.half:hover .flop {
	opacity: 1;
}

.trans,
.cube {
	-webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.ibox5c {
	height: 522px;
	position: absolute;
	left: 25%;
	top: 75%;
	margin: -261px 0px 0px -261px;
	perspective: 1500px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ibox5c .item {
	width: 300px;
	height: 300px;
	display: block;
	float: left;
	-webkit-transform-origin: 0 50% 0px;
	opacity: 0;
	font-size: 14px;
}

.ibox5c .item .warpp {
	width: 100%;
	height: 100%;
	perspective: 1000px;
	transform-style: preserve-3d;
	color: #fff;
}

.ibox5c .item .info {
	
	padding: 0px 30px;
	background: url(../images/blue_bg.png) repeat;
	background: none 
	opacity: 1;
	position: absolute;
	-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
	transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
	backface-visibility: hidden;
}

.ibox5c .item .info .num {
	font: 60px/1 arial, helvetica, sans-serif;
	padding: 44px 0px 0px;
}

.ibox5c .item .info .i {
	font-size: 24px;
}

.ibox5c .item .info .t {
	font-family: arial, helvetica, sans-serif;
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.ibox5c .item .txt {
	overflow: hidden;
	background: url(../images/black_bg.png) repeat;
	background: none rgba(72, 70, 76, 0.8);
    width: 250px;
    height: 250px;
    margin-left: 50px;
	padding: 0px 30px;
	transform: rotateY(-180deg);
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
	transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
	backface-visibility: hidden;
	transform-origin: center center 0;
}

.ibox5c .item .txt .c {
	padding: 100px 0px 0px;
	
	overflow: hidden;
	font-family: "微软雅黑";
}

.ibox5c .item1 .info {
	background: url(../images/k1.png) no-repeat;
}


/*.ibox5c .item1 { transform: rotateX(90deg); -webkit-transform: rotateX(90deg); transform-origin: 50% 100% 0px; }
.ibox5c .item2 { transform: rotateY(-90deg); -webkit-transform: rotateY(-90deg); transform-origin: 0 50% 0; }
.ibox5c .item3 { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); transform-origin: 100% 50% 0; }
.ibox5c .item4 { transform: rotateX(90deg); -webkit-transform: rotateX(90deg); transform-origin: 50% 0 0; }*/

.active .ibox5c .item1,
.m-active .ibox5c .item1 {
	-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 280ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 280ms;
	transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 280ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 280ms;
}

.active .ibox5c .item2,
.m-active .ibox5c .item2 {
	-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 560ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 560ms;
	transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 560ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 560ms;
}

.active .ibox5c .item3,
.m-active .ibox5c .item3 {
	-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1200ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1200ms;
	transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1200ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1200ms;
}

.active .ibox5c .item4,
.m-active .ibox5c .item4 {
	-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 840ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 840ms;
	transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 840ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 840ms;
}
.active .ibox5c .item5,
.m-active .ibox5c .item5 {
	-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1600ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1600ms;
	transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1600ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1600ms;
}
.active .ibox5c .item,
.m-active .ibox5c .item {
	opacity: 1;
}

.active .ibox5c .item1,
.active .ibox5c .item4,
.m-active .ibox5c .item1,
.m-active .ibox5c .item4 {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}

.active .ibox5c .item2,
.active .ibox5c .item3,
.m-active .ibox5c .item2,
.m-active .ibox5c .item3 {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}

.ibox5c .item .warpp:hover .info {
	transform: rotateY(180deg);
	opacity: 0;
}

.ibox5c .item .warpp:hover .txt {
	transform: rotateY(0deg);
	opacity: 1;
}

.no-csstransitions .ibox5c .item .info {
	visibility: visible;
}

.no-csstransitions .ibox5c .item .txt {
	visibility: hidden;
}

.no-csstransitions .ibox5c .item .warpp:hover .info {
	visibility: hidden;
}

.no-csstransitions .ibox5c .item .warpp:hover .txt {
	visibility: visible;
}

#s6 .linBox {
	background-color: #fff;
}

#s6 .bg61,
#s6 .bg63 {
	height: 50%;
	width: 100%;
}

#s6 .ibox {
	opacity: 1;
	transform: translate3d(0px, 0, 0px) scale(1);
	-webkit-transform: translate3d(0px, 0, 0px) scale(1);
}

#s6.disappear .ibox {
	opacity: 0.7;
	transform: translate3d(0px, 0, 0px) scale(1);
	-webkit-transform: translate3d(0px, 0, 0px) scale(1);
}

#s6.m-active .ibox {
	opacity: 1;
}

.box6Con {
	margin: 0px auto;
	padding-top: 8%;
}

select.selbox {
	width: 300px;
	height: 44px;
	line-height: 44px;
	padding: 0px 0px 0px 20px;
	vertical-align: middle;
	border: 2px solid #bababa;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "microsoft yahei";
	color: #bababa;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin: 0px auto 20px;
	background: url(../images/SICO.png) no-repeat scroll 90% center;
}

.no-csstransitions select.selbox {
	padding-left: 0;
}

select.selbox option {
	padding: 2px 20px;
}

select.selbox:hover {
	color: #101010;
	border: 2px solid #009572;
}

.loginbtn {
	width: 80px;
	height: 80px;
	display: block;
	margin: 5% auto 0px;
	border: 1px solid #009572;
	line-height: 80px;
	border-radius: 50%;
	font-size: 14px;
	position: relative;
	text-align: center;
	color: #fff;
}

.loginbtn span {
	color: #009572;
	position: relative;
	z-index: 2;
}

.loginbtn .i2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #009572;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	visibility: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.loginbtn:hover span {
	color: #FFFFFF;
}

.loginbtn:hover .i2 {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}

.nearbybtn {
	display: block;
	margin: 4% auto 0px;
	width: 156px;
	height: 42px;
	overflow: hidden;
	border: 1px solid #009572;
	line-height: 42px;
	color: #009572;
	position: relative;
	font-size: 14px;
}

.nearbybtn .i2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	background-color: #009572;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.nearbybtn span {
	position: relative;
	z-index: 2;
}

.nearbybtn:hover span {
	color: #FFFFFF;
}

.nearbybtn:hover .i2 {
	width: 100%;
}

.bg61 .txt {
	display: none;
}

.bg62 {
	position: relative;
	overflow: hidden;
}

.bg62 .txt {
	position: absolute;
	left: 0px;
	top: 45%;
	text-align: center;
	color: #009572;
	width: 100%;
	line-height: 1.5;
	-webkit-transition: all 0.7s cubic-bezier(0.445, 0.145, 0.355, 1) 0.4s;
	transition: all 0.7s cubic-bezier(0.445, 0.145, 0.355, 1) 0.4s;
	transform: translate(0px, -200px);
	-webkit-transform: translate(0px, -200px);
}

.bg62 .txt .t {
	font-size: 40px;
}

.bg62 .txt .c {
	font-size: 20px;
}

.active .bg62 .txt,
.m-active .bg62 .txt {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	opacity: 1;
}


/*index style end*/
.section2{
	background-position-Y:-100px ;
	
}
.section3{
	background-image: url(../images/home-bg1.jpg) !important;
}
.section4{
	background-image: url(../images/2.jpg) !important;
}
.section5{
	background-image: url(../images/011.jpg) !important;
	background-position: bottom !important;
}
.section6{
	background-image: url(../images/news-bg.jpg) !important;
}
.section7{
	background-image: url(../images/03.jpg) !important;
	background-position: bottom !important;
}
.section8{
	background-image: url(../images/123456.jpg) !important;
	background-position: bottom !important;
}
.section9{
	background-image: url(../images/banner-contact.jpg) !important;
}
.vh{
	top: -30vh;
}
.baise{
	color: #666;
}
/*index-news*/
.index-news{
	width: 1440px;margin: 0 auto;
	background-color: rgba(255,255,255,.9);
	padding: 80px;
	
}
.index-news ul{
	margin: 0 auto;
	
}
.index-news ul li{
	width: 29%;
	height: auto;
	
	float: left;
	margin: 0 27px;
	overflow: hidden;
}
.index-news ul li a #news-img{
	width: 360px;
	height: 240px;
	overflow: hidden;
}
.index-news ul li a #news-img img{
	width: 360px;
	height: 240px;
		transition: transform 1.2s;
	
}
.index-news ul li a img:hover{transform: scale(1.1);}
#xiantiao{
	width: 40px;height: 3px;
	background-color: #008974;
	margin-top: 30px;
}
.index-news ul li a h3{
	clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    text-align: left;
    margin-top: 30px;
    font-family: "微软雅黑";
}
.index-news ul li a p{
	margin: 0 0 1.75em;
	color: #797979;
    font-size: 15px;
    margin-top: 20px;
    text-align: left;
}
.news-finaltit{
	top: -10vh !important;
}
.news-finaltit2{
	top: -35vh !important;
}

#title-wrap{
	padding-top: 70px; !important;
}
/*footer-box*/
#footer-box{
	position: relative;
    top: 0;
    width: 520px;
    
    left: 50%;
    background: #fff;
    padding: 0 70px;
    margin-top: 150px;
    transform: translateX(-50%);
    margin-bottom: 35px;
}
#footer-box .pelat{
	padding: 45px 0;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    font-weight: 900;
}
#footer-box .pelat #tel{
	color: #008974;
    font-size: 39px;
    font-weight: 900;
    margin-top: 30px;
}
#footer-box .pelat h3{
	font-size: 24px;
}
#footer-box .pelat p{
	line-height: 40px;
	font-family: melbourneregular, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	font-weight: 400;
}
