*{margin: 0px auto;padding: 0px auto;font-family:'Microsoft Jhenghei', '微軟正黑體', Microsoft YaHei, "微软雅黑";}
html,body{width: 100%;height: 100%;}
ul{padding: 0px;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;}
h1,h2,h3,h4,h5{line-height: 1;}
h3,h4,h5{font-weight: normal;}

@font-face{
	font-family: "DINPro-Bold";
	src: url(../fonts/DINPro-Bold.otf);
}
@font-face{
	font-family: "ProximaNova-Bold";
	src: url(../fonts/ProximaNova-Bold.woff);
}
.clearfix:after{
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.container{
	width: 1200px;
}

.slideBox{ width:100%;overflow:hidden;position:relative;}
.slideBox .bd{ position:relative;height: 100%;overflow: hidden;}
.slideBox .bd ul{margin: 0px;}
.slideBox .bd li{width: 100%;height: 700px;font-size: 0px;}
.slideBox .bd li img{width: 100%;}
.slideBox .hd{width: 100%;overflow:hidden; position:absolute;bottom:25px;text-align:center;}
.slideBox .hd ul{overflow:hidden; display:inline-block;}
.slideBox .hd ul li{width:32px;height:4px;float:left; margin: 0px 6px; background:#90908e;cursor:pointer;border-radius: 2px;}
.slideBox .hd ul li.on{background:#fff;}

.header{
	width: 100%;
	height: 100px;
	position: absolute;
	box-sizing: border-box;
	padding: 0px 5%;
	top: 0px;
	left: 0;
	z-index: 100;
}
.header>a img{
	float: left;
	margin-top: 25px;
}
.wechat{
	float: right;
	margin-top: 34px;
	position: relative;
	cursor: pointer;
}
.wechat .cont{
	width: 120px;
	height: 120px;
	text-align: center;
	background: #fff;
	border: 1px #333 solid;
	position: absolute;
	top: 50px;
	right: 0px;
	opacity: 0;
	transform: scale(0);
	transition: .8s;
}
.wechat .cont img{
	width: 100px;
	height: 100px;
	margin: 10px;
}
.wechat>img:hover +.cont{
    opacity: 1;
    transform: scale(1);
}
.call{
	float: right;
	margin-right: 60px;
	margin-top: 34px;
}
.call img{
	float: left;
	margin-right: 6px;
}
.call span{
	font-size: 20px;
	color: #d91111;
	font-family: "DINPro-Bold";
}
.nav{
	float: right;
	margin-top: 40px;
}
.nav ul li{
	float: left;
	font-size: 14px;
	margin-right: 70px;
}
.nav ul li a{
	color: #f7f7f7;
}
.sjtwo{
	background: #f7f7f7;
	padding: 90px 0px 80px 0px;
}
.title{
	text-align: center;
}
.title h2{
	font-size: 36px;
	color: #333333;
	font-family: "ProximaNova-Bold";
	text-transform: uppercase;
}
.title p{
	display: inline-block;
	font-size: 18px;
	color: #343434;
	font-weight: bold;
	margin-top: 12px;
}
.title p:before{
	content: "";
	display: block;
	width: 110px;
	height: 1px;
	background: #ededed;
	float: left;
	margin: 13px 20px 0px 0px;
}
.title p:after{
	content: "";
	display: block;
	width: 110px;
	height: 1px;
	background: #ededed;
	float: right;
	margin: 13px 0px 0px 20px;
}
.sj2{
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 36px;
}
.more{
	width: 240px;
	height: 58px;
	border-top: 1px #dadada solid;
	border-bottom: 1px #dadada solid;
	margin-top: 50px;
	line-height: 58px;
}
.more a{
	display: block;
	color: #4e4e4e;
	box-sizing: border-box;
	transition: .5s;
}
.more a:after{
	content: "";
	display: block;
	width: 35px;
	height: 10px;
	background: url(../images/index_14.png);
	float: right;
	margin-top: 24px;
	transition: .5s;
}
.more a:hover:after{
    margin-right: 45px;
}
.more a:hover{
	padding-left: 45px;
}

.sjthree{
	padding: 80px 0px 90px 0px;
}
.sjfour{
	padding-top: 60px;
	background: #333;
}
.sjfour .title h2{
	color: #fff;
}
.sjfour .title p{
	color: #fff;
}
.sj4ul li{
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}
.sj4ul li img{
	width: 100%;
	float: left;
	transition: .5s;
}
.sj4ul{
	margin-top: 50px;
	/*background: #101010;*/
}
.sj4ul li .bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0;
	transition: .5s;
}
.sj4ul li .cont{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	z-index: 20;
	opacity: 0;
}
.sj4ul li h2{
	font-size: 20px;
}
.sj4ul li p{
	opacity: .7;
	margin-top: 10px;
}
.sj4ul li:hover img{
	transform: scale(1.1);
}
.sj4ul li:hover .bg{
	opacity: 1;
}
.sj4ul li:hover .cont{
	opacity: 1;
}
.sjfive{
	padding: 90px 0px;
	background: #f7f7f7;
}
.sj5b{
	text-align: center;
	margin-top: 40px;
}
.sj5b ul{
	display: inline-block;
}
.sj5b ul li{
	float: left;
	margin: 0px 50px;
}
.sj5b ul li a{
	font-size: 20px;
	color: #676767;
	padding-bottom: 6px;
}
.sj5b ul li.cur a{
	color: #222;
	border-bottom: 1px #222 solid;
}
.newsul li{
	width: 285px;
	float: left;
	margin: 30px 10px 0px 10px;
}
.newsul li:nth-child(4n){
	margin-right: 0px;
}
.newsul li .img{
	width: 285px;
	height: 210px;
	overflow: hidden;
	position: relative;
}
.newsul li .img .bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0;
	transition: .5s;
}
.newsul li .img span{
	display: block;
	width: 120px;
	height: 40px;
	box-sizing: border-box;
	border: 1px #fff solid;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 85px;
	left: 82px;
	z-index: 20;
	display: none;
	transition: .5s;
}
.newsul li .img span:hover{
	background: #ffff00;
	border: 1px #ffff00 solid;
	color: #000;
}
.newsul li img{
	width: 285px;
	height: 210px;
	transition: .5s;
}
.newsul li h2{
	font-size: 16px;
	color: #323232;
	margin-top: 12px;
	line-height: 24px;
}
.newsul li p{
	font-size: 14px;
	color: #9a9a9a;
	margin-top: 10px;
}
.newsul li p:after{
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #eee;
	float: right;
	margin-top: 10px;
}
.sj5box{
	height: 410px;
	margin-top: 10px;
	position: relative;
}
.sj5tab{
	width: 100%;
	height: 410px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.sj5box .sj5tab:first-child{
	display: block;
}
.newsul li .img:hover .bg{
	opacity: 1;
}
.newsul li .img:hover span{
	display: block;
}
.newsul li .img:hover img{
	transform: scale(1.2);
}
.sjsix{
	padding: 90px 0px;
}
.sj6ul li{
	width: 185px;
	height: 100px;
	float: left;
	margin-right: 18px;
	margin-top: 18px;
	transition: .3s;
}
.sj6ul li img{
	width: 185px;
	height: 100px;
}
.sj6ul li:nth-child(6n){
	margin-right: 0px;
}
.sj6ul{
	margin-top: 20px;
}
.sj6ul li:hover{
    box-shadow: 2px 2px 10px #d6d6d6;
}
.footer{
	background: #101010;
	padding-top: 60px;
}
.fotl{
	float: left;
}
.fotc{
	width: 650px;
	float: left;
	margin-left: 70px;
}
.fotcl{
	float: left;
}
.fotc h2{
	font-size: 20px;
	color: #fff;
	font-family: "ProximaNova-Bold";
	margin-bottom: 15px;
}
.fotcl p{
	color: #fff;
	opacity: .6;
	line-height: 40px;
}
.fotcr{
	float: right;
}
.fotcr p a{
	color: #fff;
	opacity: .6;
	line-height: 40px;
}
.fotcr p a:hover{
	opacity: 1;
}
.fotr{
	float: right;
	text-align: right;
}
.fotr img{
	width: 100px;
	height: 100px;
}
.fotr p{
	font-size: 14px;
	color: #fff;
	opacity: .5;
	margin-top: 20px;
	margin-bottom: 3px;
}
.fotr span{
	font-size: 20px;
	color: #fff;
	font-family: "DINPro-Bold";
}
.copy{
	height: 68px;
	border-top: 1px rgba(255,255,255,.1) solid;
	margin-top: 50px;
	line-height: 68px;
}
.copy p{
	color: #fff;
	opacity: .3;
	float: left;
	font-size: 12px;
}
.copy span{
	float: right;
	font-size: 12px;
}
.copy span a{
	color: #fff;
	opacity: .3;
}
.copy span a:hover{
	opacity: 1;
}
.copy span a:after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/j.png)center no-repeat;
	background-size: 100%;
	float: right;
	margin-top: 28px;
	margin-left: 5px;
}
.fix{
	width: 100%;
	height: 51px;
	background: #fff;
	border-bottom: 1px #a0a0a0 solid;
	box-sizing: border-box;
	padding: 0 5%;
	position: fixed;
	top: -51px;
	left: 0px;
	z-index: 1000;
	transition: 1s;
}
.fix>a img{
	height: 30px;
	float: left;
	margin-top: 10px;
}
.fix ul{
	float: right;
}
.fix ul li{
	float: left;
	line-height: 50px;
	font-size: 14px;
	margin-left: 40px;
}
.fix ul li a{
	color: #333;
}
.fix .wx{
	float: right;
	margin: 16px 0px 0px 50px;
	position: relative;
}
.fix .wx img{
	width: 20px;
	cursor: pointer;
}
.fix .wx .cont{
	width: 120px;
	height: 120px;
	text-align: center;
	background: #fff;
	border: 1px #a0a0a0 solid;
	position: absolute;
	top: 50px;
	right: 0px;
	opacity: 0;
	transform: scale(0);
	transition: .8s;
}
.fix .wx .cont img{
	width: 100px;
	height: 100px;
	margin: 10px;
}
.fix .wx>img:hover +.cont{
    opacity: 1;
    transform: scale(1);
}
.sj3b{
	text-align: center;
}
.sj3{
	width: 910px;
	height: 690px;
	margin-top: 60px;
	position: relative;
}
.sp{
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	box-shadow: 5px 10px 20px rgba(214,231,251,.5);
}
.sp .white{
	background: #fff;
	border-radius: 50%;
	float: left;
	margin: 2px;
	text-align: center;
	transition: .5s;
}
.sp span{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 0px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	opacity: 0;
}

.sp1{
    width: 540px;
	height: 540px;
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: 3;
}
.sp1 .white{
	width: 536px;
	height: 536px;
}
.sp1 .white img{
	margin-top: 248px;
}
.sp1:after{
	content: "";
	display: block;
	width: 536px;
	height: 536px;
	border-radius: 50%;
	border: 2px #fff solid;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 100;
}

.sp2{
    width: 365px;
	height: 365px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.sp2 .white{
	width: 361px;
	height: 361px;
}
.sp2 .white img{
	margin-top: 165px;
}
.sp2:after{
	content: "";
	display: block;
	width: 361px;
	height: 361px;
	border-radius: 50%;
	border: 2px #fff solid;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 100;
}

.sp3{
    width: 260px;
	height: 260px;
	position: absolute;
	right: 0px;
	bottom: 90px;
	z-index: 2;
}
.sp3 .white{
	width: 256px;
	height: 256px;
}
.sp3 .white img{
	margin-top: 103px;
}
.sp3:after{
	content: "";
	display: block;
	width: 256px;
	height: 256px;
	border-radius: 50%;
	border: 2px #fff solid;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 100;
}

.sp:hover{
	z-index: 10;
}
.sp:hover .white{
	opacity: 0;
}
.sp:hover span{
	opacity: 1;
	transition: .5s;
	transition-delay: .3s;
}

#header{
	position: relative;
	border-bottom: 1px #e5e5e5 solid;
}
#header .nav ul li a{
	color: #343434;
}
#header .call span{
	color: #323232;
}

.ab2{
	background: #f7f7f7;
	padding: 90px 0px 70px 0px;
}
.abcont{
	font-size: 14px;
	color: #353535;
	line-height: 2;
	border-top: 1px #e5e5e5 solid;
	margin-top: 60px;
	padding-top: 40px;
}
.case{
	background: #f7f7f7;
	padding: 90px 0px 35px 0px;
}
.caseb{
	text-align: center;
	margin-top: 40px;
}
.caseb ul{
	display: inline-block;
}
.caseb ul li{
	height: 48px;
	float: left;
	text-align: center;
	margin: 0px 10px;
}
.caseb ul li a{
	display: block;
	box-sizing: border-box;
	border: 1px transparent solid;
	font-size: 18px;
	color: #676767;
	line-height: 46px;
	padding: 0px 20px;
}
.caseb ul li .cur,.caseb ul li a:hover{
    background: #fff;
    border: 1px #e6e6e6 solid;
}
.xiala{
	line-height: 60px;
	color: #666;
	font-size: 14px;
	text-align: center;
}
.cdetb{
	text-align: center;
	font-size: 36px;
	color: #333333;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 70px;
}
.fany{
	padding-top: 40px;
	overflow: hidden;
	margin-top: 60px;
	line-height: 26px;
	border-top: 1px #e5e5e5 solid;
	margin-bottom: 50px;
}
.fany div{
	max-width: 400px;
	overflow: hidden;
	color: #343434;
	font-size: 16px;
}
.fany div a{
	color: #343434;
}
.fany div h3{
	float: left;
	font-size: 16px;
	margin: 4px 3px 50px 0px;
	font-weight: normal;
}
.fany div a:hover{
	
}
.qian{
	float: left;
	margin-left: 150px;
}
.hou{
	float: right;
	margin-right: 150px;
}
.detb{
	text-align: center;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 60px;
}
.detb h3{
	font-size: 34px;
	color: #333333;
	line-height: 44px;
}
.detb p{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.detcont{
	width: 900px;
	font-size: 14px;
	color: #353535;
	line-height: 2;
	margin-top: 40px;
}
.detcont img{
	max-width: 100%;
}
.cdetcont{
	width: 1000px;
	font-size: 14px;
	color: #353535;
	line-height: 2;
	margin-top: 40px;
	text-align: center;
}
.cdetcont img{
	max-width: 100%;
}
.lx2{
	margin-top: 80px;
}
.lx2r{
	width: 800px;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 80px;
	float: right;
	overflow: hidden;
}
.lx2r img{
	width: 100px;
	height: 100px;
	float: left;
}
.lx2r .text{
	float: left;
	overflow: hidden;
	margin-left: 35px;
}
.lx2r .text h2{
	font-size: 20px;
	color: #2c2c2c;
	font-family: "ProximaNova-Bold";
	margin-bottom: 20px;
	margin-top: 5px;
}
.lx2r .text p{
	color: #2c2c2c;
	line-height: 36px;
}
.lx3l{
	width: 400px;
	height: 300px;
	background: #fff;
	float: left;
	text-align: center;
}
.lx3l img{
	margin-top: 70px;
}
.lx3r{
	width: 800px;
	height: 300px;
	float: right;
	text-align: right;
}
.lx3r img{
	margin-top: 70px;
}
.lx4r{
	width: 800px;
	box-sizing: border-box;
	padding: 70px 80px;
	background: #fff;
	float: right;
}
.lx4r h2{
	display: inline-block;
	color: #333333;
}
.lx4r h2 span{
	font-family: "ProximaNova-Bold";
	text-transform: uppercase;
}
.lx4r h2 font{
    font-size: 19px;
    float: right;
    margin: 2px 0px 0px 10px;
}
.lx4r ul li{
	width: 47%;
	float: left;
	overflow: hidden;
	margin-top: 25px;
}
.lx4r ul li:nth-child(2n){
	float: right;
}
.lx4r ul li span{
	color: #333333;
	float: left;
	line-height: 40px;
}
.lx4r ul li input{
	width: 240px;
	height: 40px;
	border: none;
	border-bottom: 1px #f0f1f2 solid;
	outline: none;
	float: right;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}
.lx4r ul li textarea{
	width: 574px;
	max-width: 574px;
	min-height: 120px;
	border: 1px #f0f1f2 solid;
	float: right;
	outline: none;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	padding: 7px 12px;
	line-height: 24px;
}
.lx4r button{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	margin-left: 60px;
	margin-top: 50px;
}
.lx4r button img{
	margin-left: 10px;
}
.casexb{
	text-align: center;
	margin-top: 30px;
}
.casexb ul{
	display: inline-block;
}
.casexb ul li{
	height: 36px;
	float: left;
	text-align: center;
	margin: 0px 10px;
}
.casexb ul li a{
	display: block;
	box-sizing: border-box;
	border: 1px transparent solid;
	font-size: 15px;
	color: #676767;
	line-height: 34px;
	padding: 0px 15px;
}
.casexb ul li .cur,.casexb ul li a:hover{
    background: #fff;
    border: 1px #e6e6e6 solid;
}
.tishi{
	font-size: 14px;
	font-weight: normal;
	color: #f00;
	float: right;
}