@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0;outline:none;}
a{text-decoration:none;}
body {min-width:320px;margin:0 auto;font-family:"Microsoft Yahei","Arial"; color:#585858;}
img {border:0;max-width:100%; height:auto; vertical-align:middle}
ul,li,dl,dt,dd { list-style:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.clear { clear:both;}

/*--------------------------
--------- PRELOADER --------
--------------------------*/

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:1001; /* makes sure it stays on top */
  }

#status {
  width:100%;
  height:400px;
  position:absolute;
  left:0%; /* centers the loading animation horizontally one the screen */
  top:15%; /* centers the loading animation vertically one the screen */
  background-image:url(../images/loading.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  /*margin:-100px 0 0 -100px;*/ /* is width and height divided by two */
  }
/*导航*/

#navigation{
	height:82px;
	background-color:black ; 
	background-repeat:repeat;
  	box-shadow: 0px 1px 1px rgba(0,0,0, 0.1);
	position:fixed;
	width:100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	transition: all 0.5s;
	filter:Alpha(opacity=80) 
}
#navigation .mid{
	width:1200px;
	margin:0 auto;
	font-size:14px;
}
#navigation .mid .logo{
	margin-top:12px;
	float: left;
	}
#navigation .mid .nav-menu{
	float:right;
	}
#navigation .mid .nav-menu ul{
	margin-top:0;
	}
#navigation .mid .nav-menu ul li{
	float:left;
	width:99px;
	line-height: 82px;
    text-align: center;
	}
#navigation .mid .nav-menu ul li a{
	color:#fff;
	display:inline-block;
	height:78px;
	}
#navigation .mid .nav-menu ul li a:hover{
	color:#28a1ce;
	text-decoration:initial;
	border-bottom:4px #28a1ce solid;
	}
.nav li.active a{
	color:#28a1ce !important;
  	border-bottom: 4px solid #28a1ce;
}
.not-visible-nav{
  	top:-82px;
  }
  
.slide-arrow {
    position: absolute;
    left: 50%;
    bottom: 80px;
    z-index: 99999;
    width: 38px;
    height: 20px;
    margin-left: -19px;
    background: url(../img/arrow-next.png);
    _background: url(../img/arrow-next.png);
    -webkit-animation: flashDown 1.5s ease-out 0s infinite;
    animation: flashDown 1.5s ease-out 0s infinite;
}

@-webkit-keyframes flashDown {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0px, 20px);
		opacity: 0;
	}
}
@keyframes flashDown {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0px, 20px);
		opacity: 0;
	}
}

	
/*banner*/
#d1,#d2,#d3,#d4,#d5,#d6,#d7,#d8{
	color:#fff;
	text-align:center;
	position: relative;
	height: auto;
	max-height: 2000px;
	width:100%;
}
.banner1{
	
}
.slider1{
	background-image: url(../img/HOME_BG.jpg);background-position: center center;/* 背景图不平铺 */background-size:cover;background-repeat: no-repeat;background-attachment: fixed;;
  }
.banner h1{
	padding-top: 22%;
    padding-bottom: 2%;
	margin-top:0px;
	font-size: 3.5em;
	}
.highlight{
	color:#2680e1;
}
.banner h2{
	font-size:18px;
	padding-bottom:3%;
	    line-height: 35px;
	}
.banner p{
	line-height:18px;
	font-size:13px;
	}
	
/*关于我们*/
.about{
	height:814px;
	padding-top:46px;
	}
.about.mid{
	width:1200px;
	margin:0 auto;
	text-align:center;
	}
h6{
	font-size:30px;
	color:#21b9e5;

	text-align:center;
	}
h5{
	font-size:14px;
	color:#737373;
	text-transform:uppercase;
	text-align:center;
	}
.about.mid h1{
	padding-top:94px;
	font-size:18px;
	color:#585858;
	text-align: left;
	margin-bottom:3%;
	width:738px;
	padding-left:226px;
	line-height:28px;
	}
.about.mid.a1{
	width:250px;
	height:316px;
	border:1px #d8d8d8 solid;
	padding-top:44px;
	text-align:center;
	margin-right:60px;
	float: left;
	cursor: pointer;
	}
.about.mid.a1 img{
	margin-bottom:18px;
	width:96px;
	}
.about.mid.a1 h3{
	font-size:24px;
	color:#01adff;
	padding-bottom:8px;
	}
.about.mid.a1 h4{
	font-size:13px;
	text-transform:uppercase;
	color:#01adff;
	}
.about.mid.a1 p{
	padding-top: 68px;
	font-size:13px;
	line-height: 20px;
	color: #000;
	}
.about.mid.a2{
	width:250px;
	height:316px;
	border:1px #d8d8d8 solid;
	padding-top:44px;
	text-align:center;
	float: left;
	cursor: pointer;
	}
.about.mid.a1:hover{
	border:1px #01adff solid;
	}	
.about.mid.a2:hover{
	border:1px #01adff solid;
	}	
.about.mid.a2 img{
	margin-bottom:18px;
	width:96px;
	}
.about.mid.a2 h3{
	font-size:24px;
	color:#01adff;
	padding-bottom:8px;
	}
.about.mid.a2 h4{
	font-size:13px;
	text-transform:uppercase;
	color:#01adff;
	}
.about.mid.a2 p{	
	padding-top: 68px;
	font-size:13px;
	line-height: 20px;
	color: #000;
	}

/*业务介绍*/
.business.mid{
	margin:0 auto;
	text-align:center;
	}
.business.bg{
	height: 680px;
   background: url(../img/BUSINESS_BG.jpg);
   background-position: center center;/* 背景图不平铺 */background-size:cover;background-repeat: no-repeat;
   margin-top: 0.1%;
	}
.business.bg.polygon{
	width:494px;
	height:544px;
	background:url(../images/cut_09.png) no-repeat;
	position:relative;
	margin:0 auto;
	}
.b1{
	color:#fff;
	font-size:18px;
	position: absolute;
    top: -20px;
    left: 218px;
	}
.b2{
	color:#fff;
	font-size:18px;
	position: absolute;
    top: 130px;
    left: -32px;
	}
.b3{
	color:#fff;
	font-size:18px;
	position: absolute;
    bottom: 126px;
    left: -32px;
	}
.b4{
	color:#fff;
	font-size:18px;
	position: absolute;
    bottom: -20px;
    left: 206px;
	}
.b5{
	color:#fff;
	font-size:18px;
	position: absolute;
    bottom: 126px;
    right: -36px;
	}
.b6{
	color:#fff;
	font-size:26px;
	position: absolute;
    top: 120px;
    right: -104px;
	}
.business.bg.polygon.news{
	background:#fff;
	width: 270px;
    height: 124px;
    border-radius: 10px;
    position: absolute;
    top: 194px;
    left:88px;
    font-size: 14px;
    text-align: left;
    padding: 20px;
	line-height: 20px;
	}
.business.bg.polygon.news h1{
	font-size:16px;
	color:#2e7e9f;
	line-height: 38px;
    font-weight: bold;
    margin-top:0;
    margin-bottom:0;
	}
.pa{font-size:16px;line-height:22px;    top: -25px;
    position: relative;}
	
.b8{
	transition: all 1s;
	content: "";
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 50px;
	-webkit-animation: nucleus_ 2s infinite linear;
	animation: nucleus_ 2s infinite linear;
	margin:4px auto;

	}

.b9{
	transition: all 1s;
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 50px;
	-webkit-animation: nucleus_ 2s infinite linear;
	animation: nucleus_ 2s infinite linear;
	left:66px;
	top: 10px;
	margin-left: -20px;
	}

.b10{
	transition: all 1s;
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 50px;
	-webkit-animation: nucleus_ 2s infinite linear;
	animation: nucleus_ 2s infinite linear;
	left:68px;
	top: -28px;
	margin-left: -20px;
	}
	
.b11{
	transition: all 1s;
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 50px;
	-webkit-animation: nucleus_ 2s infinite linear;
	animation: nucleus_ 2s infinite linear;
	left:46px;
	top: -28px;
	margin-left: -20px;
	}
	
.b12{
	transition: all 1s;
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 50px;
	-webkit-animation: nucleus_ 2s infinite linear;
	animation: nucleus_ 2s infinite linear;
	left:-60px;
	top: -30px;
	margin-left: -20px;
	}

	
.b13{
	transition: all 1s;
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	background: #fff;
	border-radius: 50px;
	-webkit-animation: nucleus_ 2s infinite linear;
	animation: nucleus_ 2s infinite linear;
	left:-130px;
	top: 2px;
	margin-left: -20px;
	}

/*联系我们*/
.contact{
	text-align:center;
	padding-top:70px;
	}
.contact.bg{
	height: 440px;
  background: url(../img/CONTACTUS_BG.png);
  background-position: center center;/* 背景图不平铺 */background-size:cover;background-repeat: no-repeat;
	margin-top: 0.1%;
	}
.mid11{
	margin-top: 3%;
	background:#353c42;
	    position: absolute;
	    width:100%;
	    height: 65%;
	}
.mid12{
	width:1200px;
	margin:0 auto;
	}
.left6{
	text-align:left;
	float:left;
	}
.left6 img{
    height: 100%;
    position: absolute;
}
.right6{
padding-top: 11%;
    float: right;
    text-align: left;
    position: relative;
    right: 27%;
    width: 400px;
	}
.logo5{
	margin-bottom:62px;
	}
.c1{
	font-size:14px;
	color:#aeb0b1;
	margin-bottom: 20px;
	}
.c1 img{
	float:left;
	padding-top: 2px;
    padding-right: 10px;
	}
.contact span{
	font-size:14px;
	color:#a3a3a3;
	padding-top: 40px;
    display: block;
	}
.top{
    position: fixed;
	bottom: 28px;
    right: 100px;
    z-index: 10;
	}
	
.footer{
position: relative;
    bottom: 55px;
    width: 100%;
    text-align: center;
    top:5px;
}
	
@-webkit-keyframes trail_ { 
    from {
        -webkit-transform: rotateZ(0deg);
    } to {
        -webkit-transform: rotateZ(360deg);
    }
}

@keyframes trail_ { 
    from {
        transform: rotateZ(0deg);
    } to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes particle_ { 
    from {
        -webkit-transform: rotateX(90deg) rotateY(0deg); 
        transform: rotateX(90deg) rotateY(0deg); 
    } to {
      -webkit-transform: rotateX(90deg) rotateY(-360deg);  
        transform: rotateX(90deg) rotateY(-360deg); 
    } 
}


@keyframes particle_ { 
    from {
        transform: rotateX(90deg) rotateY(0deg); 
    } to { 
        transform: rotateX(90deg) rotateY(-360deg); 
    } 
}

@keyframes nucleus_ { 
    0% {
        box-shadow: 0 0 0 transparent;
    } 50% { 
        box-shadow: 0 0 50px #fff,0 0 40px #fff,0 0 30px #fff;
    } 100% { 
        box-shadow: 0 0 0 transparent;
    }
}

@-webkit-keyframes nucleus_ { 
    0% {
        box-shadow: 0 0 0 transparent;
    } 50% { 
        box-shadow: 0 0 25px #fff;
    } 100% { 
        box-shadow: 0 0 0 transparent;
    }
}