@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,p,ul{
		margin:0 auto;
		padding:0;
		list-style:none;
		font-family:"Microsoft YaHei UI";
		font-weight:normal;
}

/* banner */	
.banner1{
	width:700px;
	height:200px;
	float:right;
	margin-top:190px;
	opacity:0;
	position:relative;
	left:-50px;
	/*
	-moz-transition:  all 1.3s ease 1s;
    -webkit-transition: all 1.3s ease 1s;
    -o-transition: all 1.3s ease 1s;
    transition: all 1.3s ease 1s;
	
	-webkit-transform:translateX(-60px);
    -moz-transform:translateX(-60px);
    -ms-transform:translateX(-60px);
    -o-transform:translateX(-60px);
    transform:translateX(-60px);
	----------------------
	position:absolute;
	width:650px;
	height:200px;
	float:right;
	margin-top:190px;
	-moz-transition:  -moz-transform 1.5s linear;
    -webkit-transition: -webkit-transform 1.5s linear;
    -o-transition: -o-transform 1.5s linear;
    transition: transform 1.5s linear;
	
    -webkit-transform:rotate3d(,0,0,90deg);
    -moz-transform:rotate3d(1,0,0,90deg);
    -ms-transform:rotate3d(1,0,0,90deg);
    -o-transform:rotate3d(1,0,0,90deg);
    transform:rotate3d(1,0,0,90deg);
	*/
}
.nameslip{
	font-size:40px;
	color:white;
	width:210px;
	height:51px;
	position:relative;
	top:25px;
	opacity:0;
	-webkit-mask: -webkit-gradient(linear, left 30%, left bottom, from(rgba(255,255,255,1)), to(rgba(38,138,138,0.4)));
}
.line1{
	width:2px;
	height:1px;
	float:left;
	background-color:#FFFFFF;
	
	-moz-transition: width 1.5s linear;
    -webkit-transition: width 1.5s linear;
    -o-transition: width 1.5s linear;
    transition: width 1.5s linear;
}

.line2{
	width:1px;
	height:2px;
	float:right;
	background-color:#FFFFFF;
	margin-left:40px;
	margin-right:40px;
	margin-top:175px;
	
	-moz-transition: height 1.5s linear;
    -webkit-transition: height 1.5s linear;
    -o-transition: height 1.5s linear;
    transition: height 1.5s linear;
}
#adver a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
#banner #ban h2 {
	font-size:32px;
	color:#FFFFFF;
}
#banner #ban h3 {
	font-size:26px;
	color:#FFFFFF;
}
#banner #ban .banner1 .ban2 p {
	font-size:26px;
	color:#9FA1A4;
	margin-top:5px;
}
#banner #ban .banner1 .ban3 p {
	font-size:20px;
	color:#9FA1A4;
	margin-top:5px;
}	
.xn_ba_js_14_main{
	/*
	width: 1117px;
	height: 326px;
	
	position: relative;
	*/
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
	
}
    
.xn_ba_js_14_element{
	width: 100%;
	min-width:1200px;
	position:absolute;
	height: 600px;
}
.xn_ba_js_14_bigImg{
	width:100%;
	/*
	height:auto;
	*/
	height:600px;
}
.xn_ba_js_14_bigImg img{
	/*
	width: 100%;
	height: 600px;
	*/
}

.xn_ba_js_14_btn{
	top: 545px;
	/*cursor: pointer;*/
	position: relative;
	padding: 0;
	margin: 0 auto;
	float: none;
	z-index:100;
}
.xn_ba_js_14_btn li{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 5px;
	margin-left: 20px;
	border-radius: 5px;
	cursor: pointer;
}
.xn_ba_js_14_element_btn{
	background: #FFFFFF;
	opacity:0.3;
}
.xn_ba_js_14_element_btn_on{
	background-color:#FFFFFF;
}

#com{
	width:700px;
	opacity:0.5;
	top:60px;
	position:relative;
}
#company #com h2 {
	font-size:28px;
	color:#FFFFFF;
	text-align:center;
}
#company #com h3 {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	margin-top:5px;
}
#company #com p {
	font-size:18px;
	color:#FFFFFF;
	line-height:32px;
	margin-top:24px;
}
#com a {
	text-decoration:none;
	font-size:16px;
	letter-spacing:2px;
	color:#FFFFFF;
	display:block;
	line-height:36px;
	width:100px;
	height:36px;
	border:1px solid #FFFFFF;
	text-align:center;
	margin: 30px auto auto auto;
}
#com a:hover {
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
}
#char p {
	font-size:30px;
	color:#FFFFFF;
	text-align:center;
	line-height:100px;
}
#map h2 {
	font-size:28px;
	color:#333333;
	text-align:center;
	padding-top:45px;
}

.point-area {
	text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.point-area p {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.point-area .point{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
	
}
.point-area .point-dot{
	background-color: #6AD7E9;
    border: 1px solid rgba(0, 205, 236, 0.37);
}
.point-area .point-10{
	width: 100%;
    height: 100%;
}
.point-area .point-40{
	width: 100%;
    height: 100%;
}
.point-area .point-80{
	width: 100%;
    height: 100%;
}

.point-area .point10sz:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 225ms infinite;
    -moz-animation: ripple 4500ms ease-out 225ms infinite;
    -o-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite;
}
.point-area .point40sz:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 900ms infinite;
    -moz-animation: ripple 4500ms ease-out 900ms infinite;
    -o-animation: ripple 4500ms ease-out 900ms infinite;
    animation: ripple 4500ms ease-out 900ms infinite;
}
.point-area .point80sz:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    -moz-animation: ripple 4500ms ease-out 1800ms infinite;
    -o-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite;
}


.point-area .point10hf:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 500ms infinite;
    -moz-animation: ripple 4500ms ease-out 500ms infinite;
    -o-animation: ripple 4500ms ease-out 500ms infinite;
    animation: ripple 4500ms ease-out 500ms infinite;
}
.point-area .point40hf:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    -moz-animation: ripple 4500ms ease-out 1800ms infinite;
    -o-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite;
}
.point-area .point80hf:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 3600ms infinite;
    -moz-animation: ripple 4500ms ease-out 3600ms infinite;
    -o-animation: ripple 4500ms ease-out 3600ms infinite;
    animation: ripple 4500ms ease-out 3600ms infinite;
}

.point-area .point10sh:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 500ms infinite;
    -moz-animation: ripple 4500ms ease-out 500ms infinite;
    -o-animation: ripple 4500ms ease-out 500ms infinite;
    animation: ripple 4500ms ease-out 500ms infinite;
}
.point-area .point40sh:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    -moz-animation: ripple 4500ms ease-out 1800ms infinite;
    -o-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite;
}
.point-area .point80sh:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 3600ms infinite;
    -moz-animation: ripple 4500ms ease-out 3600ms infinite;
    -o-animation: ripple 4500ms ease-out 3600ms infinite;
    animation: ripple 4500ms ease-out 3600ms infinite;
}

.point-area .point10hz:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 405ms infinite;
    -moz-animation: ripple 4500ms ease-out 405ms infinite;
    -o-animation: ripple 4500ms ease-out 405ms infinite;
    animation: ripple 4500ms ease-out 405ms infinite;
}
.point-area .point40hz:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1620ms infinite;
    -moz-animation: ripple 4500ms ease-out 1620ms infinite;
    -o-animation: ripple 4500ms ease-out 1620ms infinite;
    animation: ripple 4500ms ease-out 1620ms infinite;
}
.point-area .point80hz:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 3240ms infinite;
    -moz-animation: ripple 4500ms ease-out 3240ms infinite;
    -o-animation: ripple 4500ms ease-out 3240ms infinite;
    animation: ripple 4500ms ease-out 3240ms infinite;
}
.point-area .point-shadow:after{
	-webkit-box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
    -moz-box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
    box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
}

lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
[not-existing] {
  zoom: 1;
}

#brand h2 {
	font-size:28px;
	color:#333333;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:24px;
}
.brandimg {
	width:232px;
	height:100px;
	float:left;
	margin-right:10px;
}
.brandimg img {
	width:232px;
	height:100px;
}
#char_2 #char_3 .zheng {
	width:210px;
	height:100px;
	float:left;
	margin-left:30px;
}
#char_2 #char_3 .di {
	width:230px;
	height:100px;
	float:left;
	margin-left:100px;
}
#char_2 #char_3 .quan {
	width:175px;
	height:100px;
	float:left;
	margin-left:100px;
}
#char_2 #char_3 .kuai {
	width:195px;
	height:100px;
	float:left;
	margin-left:100px;
}
#char_2 #char_3 img {
	width:50px;
	height:50px;
	margin-top:25px;
}
#char_2 #char_3 p {
	font-size:18px;
	color:#FFFFFF;
	float:right;
}
#strategy #stra .stra_2 p {
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	margin-left:60px;
	padding-top:50px;
	line-height:35px;
}
#product #pro h2 {
	font-size:28px;
	color:#333333;
	text-align:center;
	padding-top:40px;
}
#product #pro h3 {
	font-size:14px;
	color:#333333;
	text-align:center;
	margin-top:10px;
}
#product #pro ul {
}
#product #pro ul li {
	float:left;
	width:200px;
	height:50px;
	line-height:50px;
}
#product #pro ul li a {
	font-size:18px;
	color:#333333;
}
#product #pro ul li a:hover {
	color:#00C4E1;
	border-bottom:2px solid #00C4E1;
	padding-bottom:3px;
	transition:all 0.15s ease;
}
#product #pro ul li a:focus {
	transition:all 0.15s ease;
}

.serdetail {
	width:290px;
	height:400px;
	float:left;
	margin-right:13px;
	margin-bottom:10px;
	background:#FFF;
	
	position:relative;
	-webkit-transition:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-ms-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	transition:all .2s linear 0s;

	z-index:1
}

.serdetail:hover {
	z-index:2
}
.serdetail a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
}
.serdetail a:hover {
	text-decoration:none
}
.serdetail a:hover .serimg img{
	text-decoration:none;
	/*
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1)
	*/
}
.serdetaildesc{
	width:290px;
	height:200px;
}
.serimg{				
	width:120px;
	height:170px;
	margin:0 auto;
}
.serimg img{					
	width:120px;
	height:120px;
	margin-top:50px;				
	transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s
}
.current {
	-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.08);
	-moz-box-shadow:0 15px 30px rgba(0,0,0,0.08);
	box-shadow:0 15px 30px rgba(0,0,0,0.08);
	/*
	-webkit-box-shadow:0 15px 30px rgba(0,196,225,0.1);
	-moz-box-shadow:0 15px 30px rgba(0,196,225,0.1);
	box-shadow:0 15px 30px rgba(0,196,225,0.1);
	*/
	-webkit-transform:translate3d(0px,-2px,0px);
	-moz-transform:translate3d(0px,-2px,0px);
	-ms-transform:translate3d(0px,-2px,0px);
	-o-transform:translate3d(0px,-2px,0px);
	transform:translate3d(0px,-2px,0px);
	z-index:2
}
				
#service #ser h2 {
	font-size:28px;
	color:#333333;
	text-align:center;
	padding-top:40px;
}
#service #ser h3 {
	font-size:14px;
	color:#333333;
	text-align:center;
	margin-top:10px;
}
#service #ser h4 {
	font-size:24px;
	color:#333333;
	text-align:center;
	font-weight:normal;
	margin-top:28px;
}
#service #ser p {
	margin-top:12px;
	font-size:18px;
	color:#666666;
	text-align:center;
	line-height:30px;
}
#active #act h2 {
	font-size:20px;
	color:#333333;
	margin-top:30px;
	margin-left:18px;
}
#active #act p {
	font-size:14px;
	color:#666666;
	margin-top:18px;
	margin-left:18px;
}
#active #act a:hover h2 {
	color:#00C4E1;
}	
					