﻿header{ width:100%; height:100px;
box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
-webkit-box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
-moz-box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
        	z-index: 9999;
	        position: fixed;
	        left: 0;
	        top: 0;
			padding:0;
			background-color:#fff;
			
	}
@media (min-width:768px){
	header nav{ width:90%;}
	header .logo{ width:10%; margin-top:20px; position:absolute; z-index:1000;}
	header .logo img{width:100%;}
    .menu li a{
	padding:0 10px;
	font-size:0.9em;
	}	
}

@media (min-width:1024px){
	header nav{ width:80%;}
	header .logo{ width:15%; margin-top:20px; position:absolute; z-index:1000;}
	header .logo img{width:100%;}
    .menu li a{
	padding:0 15px;
	font-size:14px;
	}	
}
@media (min-width:1280px){
	header nav{ width:80%;}
	header .logo{ width:18%; margin-top:20px; position:absolute; z-index:1000;}
	header .logo img{width:85%;}
	.menu li a{
	padding:0 25px;
	font-size:16px;
	}
}
@media (min-width:1366px){
	header nav{ width:78%;}
	header .logo{margin-top:10px; position:absolute; z-index:1000;}
	header .logo img{width:85%;}
	.menu li a{
	padding:0 25px;
	font-size:16px;
	}
}
@media (min-width:1440px){
	header nav{ width:76%;}
	header .logo{margin-top:15px; position:absolute; z-index:1000;}
	header .logo img{width:100%;}
	.menu li a{
	padding:0 28px;
	font-size:16px;
	}
}
@media (min-width:1680px){
	header nav{ width:75%;}
	header .logo{margin-top:5px; position:absolute; z-index:1000;}
	header .logo img{width:75%;}
	.menu li a{
	padding:0 25px;
	font-size:16px;
	}
}
@media (min-width:1920px){
	header nav{ width:70%;}
	header .logo{ margin-top:10px; position:absolute; z-index:1000;}	
	header .logo img{width:65%;}
	.menu li a{
	padding:0 30px;
	font-size:16px;
	}
}
@media (max-width:768px){
	header nav{ width:100%;}
	header .logo{height:50px; position:absolute; z-index:1000; margin-left:10px;}
	header .logo img{ height:100%;}
}	

/*banner*/
.slider {
	position: relative;
	width: 100%;
	height: 550px;
	margin-top:100px;
	overflow: hidden;

}
.slides {
	height: 550px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
	height: 100%;
	float: left;
	clear: none;

}
.slide .box{
	height: 100%;
	width:100%;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	}
	
.slider-arrows {}
.slider-arrow {
	position: absolute;
	display: block;
	width: 40px;
	height: 80px;
}/*左右按钮样式及放置位置*/
.slider-arrow--right {
	bottom: 50%;
	right: 30px;
	background-image:url(../images/right.png);
	background-repeat:no-repeat;
	background-size: cover;
}
.slider-arrow--left {
	bottom: 50%;
	left: 30px;
	background-image:url(../images/left.png);
	background-repeat:no-repeat;
	background-size: cover;
	
}
/*
background:url(img/.png) no-repeat;
*/

.slider-nav {
	position: absolute;
	bottom: 30px;
}
.slider-nav__item {  /*nva样式*/
	width: 16px;
	height: 16px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background-color: #fff;
	border-radius: 100%;
}
.slider-nav__item:hover {
	background: #ffa527;
}
.slider-nav__item--current {
	background: #ffa527;
}

.container{ width:100%;}
section{}
article{}




/*服务业务*/
.service{ width:100%; height:650px; padding:20 0; background-image:url(../images/server_bg.jpg); background-repeat:no-repeat; background-size:auto;}
.service hgroup{ padding:20px 0; text-align:center; }
.service hgroup h1{ font-size:32px; color:#336699; font-weight:600; margin-bottom:10px;	position:relative; width:40%;margin:0 auto;}
.service hgroup h2{font-size:18px; font-family: Arial; font-weight:100; text-transform:uppercase; display:block; position:relative;margin-top:20px; color:rgba(0,0,0,0.3);}
.service hgroup h2:after{
	content:'';
	width:50px;
	height:3px;
	background-color:#ffa527;
	display:block;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-25px;
	}
.service hgroup span{}
.service hgroup h1:after{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.12);
	display:block;
	position:absolute;
	right:0;
	bottom:10px;
	}
.service hgroup h1:before{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.12);
	display:block;
	position:absolute;
	left:0;
	bottom:10px;
	}
.service .servicelist{
	width: 1200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	}
.service .servicelist ul{ width:1200px; margin:0 auto; }
.service .servicelist ul li{ float:left;width:49%; margin-bottom:2%; position:relative;}
.service .servicelist ul li a{background-color:#fff;  padding:15px;display: block;text-decoration: none; height:190px;}
.service .servicelist ul li a{
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);}
.service .servicelist ul li h3{color:#ffa527; font-size:22px; font-weight:600; display:block;}
.service .servicelist ul li font{ color:rgba(0,0,0,0.3); margin-left:10px;font-size:12px;text-transform:uppercase; font-family:Arial;}
.service .servicelist ul li p{font-size:14px; line-height:20px; color:rgba(0,0,0,0.8); width:72%; padding:15px 0;}
.service .servicelist ul li span{ position:absolute; left:15px; bottom:15px;
	display:block;
	width:120px;
	text-align:center;
	font-size: 14px;
	color: #999;
	line-height:30px;
	text-transform: uppercase;
	font-family: Arial;
	background-color:rgba(0,0,0,0.05);
	padding:0 10px;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s;
	-ms-transition:all 0.5s;
    border-radius:30px; -webkit-border-radius:30px;
}
.service .servicelist ul li span i{ font-size:1.2em;}
.service .servicelist ul li .ico{ width:150px; height:150px; display:block; position:absolute; right:10px; bottom:10px;}
.service .servicelist ul li .ico img{width:100%;}
.service .servicelist ul li a:hover{ background-color:#336699;
	-webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
	box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
	-webkit-transform:translate3d(0, -5px, 0);
	transform:translate3d(0, -5px, 0)

}
.service .servicelist ul li a:hover h3{ color:#fff;}
.service .servicelist ul li font{color:rgba(255,255,255,0.4);}
.service .servicelist ul li a:hover p{color:rgba(255,255,255,0.7);}
.service .servicelist ul li a:hover span{ color:#336699; background-color:rgba(255,255,255,0.9);}
.service .servicelist ul li a:hover i{}


/*新闻中心*/
.pro{ width:100%; background-color:#fff; padding:20px 0;}
.pro hgroup{ padding:30px 0; text-align:center; margin-bottom:20px;}
.pro hgroup h1{ font-size:32px; color:#ffa527; font-weight:600; margin-bottom:10px;	position:relative; width:40%;margin:0 auto;}
.pro hgroup h2{font-size:18px; font-family: Arial; font-weight:100; text-transform:uppercase; display:block; position:relative;margin-top:20px; color:rgba(0,0,0,0.3);}
.pro hgroup h2:after{
	content:'';
	width:50px;
	height:3px;
	background-color:#ffa527;
	display:block;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-25px;
	}
.pro hgroup span{}
.pro hgroup h1:after{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.12);
	display:block;
	position:absolute;
	right:0;
	bottom:10px;
	}
.pro hgroup h1:before{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.12);
	display:block;
	position:absolute;
	left:0;
	bottom:10px;
	}
.pro hgroup .new-nav{float: right;display: block; width:200px;}
.pro hgroup .new-nav li{ float:left; width:48%; height:33px;}
.pro hgroup .new-nav li a{
	display: block;
	color: #333;
	line-height: 33px;
	background-color: #fff;
	border: 1px solid #efefef;
	text-decoration: none;
}
.pro hgroup .new-nav li a:hover{ background-color:#9dce3b; color:#fff;border:none;}
.pro hgroup .new-nav li a.cur{background-color:#9dce3b; color:#fff;border:none;}
.pro .prolist{ width:1200px; margin:0 auto;}
.pro .prolist ul{}
.pro .prolist ul li{float:left; margin-bottom:40px; width:22.75%; position:relative;}
.pro .prolist ul li a{ padding:10px;display: block;background-color: #fff;width: 100%;text-decoration: none; height:280px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	border:1px solid rgba(0,0,0,0.08);
}
.pro .prolist ul li .img{ width:100%;height:180px;overflow:hidden;}
.pro .prolist ul li .img img{ width:100%;}
.pro .prolist ul li .info{width:90%; margin:0 auto;}
.pro .prolist ul li .info h2{ font-size:16px; color:#222; font-weight:normal; margin:10px 0; text-align:center;}
.pro .prolist ul li .info h2,.pro .prolist ul li .info time,.pro .prolist ul li .info span,pro .prolist ul li .info p
{    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s;
	-ms-transition:all 0.5s;}
.pro .prolist ul li .info time{ font-family:Arial; font-size:14px; color:#bbb; position:absolute; left:15px; bottom:15px;}
.pro .prolist ul li .info span{ color:#aaa; width:100px; height:30px; border:1px solid #ccc; display:block; text-align:center; position:absolute; right:10px; bottom:10px; line-height:28px; font-size:13px; border-radius:15px; -webkit-border-radius:15px;}
.pro .prolist ul li .info p{ font-size:14px; color:#bbb; line-height:22px; border-top:1px solid #e1e1e1; padding-top:10px; margin-top:10px; }
.pro .prolist ul li a:hover{
	-webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -10px, 0);
	transform:translate3d(0, -10px, 0)
	}
.pro .prolist ul li a:hover .info h2{color:#336699}
.pro .prolist ul li a:hover .img img{ transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.pro .prolist ul li a:hover .info span{color:#fff; border:0; background-color:#ffa527;}
.pro .prolist ul li a:hover .info time{ color:#336699;}

/*关于我们*/
.about{ width:100%; padding:60px 0; background-image:url(../images/about_bg.jpg); background-repeat:no-repeat; background-size:auto; background-attachment:fixed;}

.about hgroup{ padding:20px 0; text-align:center; }
.about hgroup h1{ font-size:32px; color:#ffa527; font-weight:600; margin-bottom:10px;	position:relative; width:40%;margin:0 auto;}
.about hgroup h2{font-size:18px; font-family: Arial; font-weight:100; text-transform:uppercase; display:block; position:relative;margin-top:20px; color:rgba(255,255,255,0.8);}
.about hgroup h2:after{
	content:'';
	width:50px;
	height:3px;
	background-color:rgba(255,255,255,0.8);
	display:block;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-25px;
	}
.about hgroup span{}
.about hgroup h1:after{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(255,255,255,0.3);
	display:block;
	position:absolute;
	right:0;
	bottom:10px;
	}
.about hgroup h1:before{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(255,255,255,0.3);
	display:block;
	position:absolute;
	left:0;
	bottom:10px;
	}
.about .about-cont{
	width: 70%;
	margin-top: 20px;
	margin-bottom:50px;
	margin-right: auto;
	margin-left: auto;}
	
.about .about-cont h3{width:60%;font-size:18px; color:rgba(255,255,255,0.95); text-align:center; display:block;font-weight:600; margin:20px auto; line-height:32px;}
.about .about-cont p{ font-size:14px; line-height:25px;color:rgba(255,255,255,0.9); text-align:center; }
.about .about-cont .img{ margin:30px auto; text-align:center;}
.about .about-cont a{
	width: 140px;
	height: 38px;
	line-height: 35px;
	border: 1px solid #ffa527;
	border-radius: 20px;
	margin: 30px auto;
	display: block;
	text-align: center;
	color: #ffa527;
	text-decoration: none;
	position:relative;}
.about .about-cont a i{ position:absolute; right:12px; top:3px; font-size:1.8em; color:ffa527;}
.about .about-cont a:hover{ background-color:#ffa527; color:#fff;}
.about .about-cont a:hover i{ color:#fff;}
/*合作客户*/

.client{ width:100%; padding:30 0;}
.client hgroup{ margin:40px 0; text-align:center;}
.client hgroup h1{ font-size:25px; color:#676767; font-weight:normal; margin-bottom:10px;}
.client hgroup h2{ color:#bbb; font-size:16px; font-family: Arial, sans-serif;font-weight:normal; text-transform:uppercase; display:block; position:relative;}
.client hgroup h2:after{
	content:'　——';　
	}
.client hgroup h2:before{
	content:'——　';
	}
.client hgroup span{ color:#9be343;}

.c_box { height: 200px;  padding: 24px 22px 0px; position:relative; margin-bottom:60px;}
.c_frBtnL { float: left; cursor: pointer; display: inline; height:200px; font-size:10em; color:rgba(0,0,0,0.1);}
.c_ul { float: left; height: 200px; width: 930px; left:50%; margin-left:-465px; position:absolute;}
.c_frBtnR { float: right; cursor: pointer; display: inline; height:200px; font-size:10em; color:rgba(0,0,0,0.1);}
.c_ul ul li { display: inline; float: left; height: 200px; width: 178px; margin-right: 10px; overflow: hidden; }
.c_ul ul li a{border: 1px solid #D8D8D8; display:block; width:174px; text-align:center; margin-bottom:50px;padding:10px 0;}
.c_ul ul li img {
filter:grayscale(90%); 
-webkit-filter:grayscale(90%); 
-moz-filter:grayscale(90%); 
-ms-filter:grayscale(90%); 
-o-filter:grayscale(90%); 
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.9); 
-webkit-filter:grayscale(0.9);
opacity:0.5;
-webkit-opacity:0.5;
	}

.c_ul ul li a:hover{}
.c_ul ul li a:hover img{
filter:grayscale(0%); 
-webkit-filter:grayscale(0%); 
-moz-filter:grayscale(0%); 
-ms-filter:grayscale(0%); 
-o-filter:grayscale(0%); 
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); 
-webkit-filter:grayscale(0);
opacity:1;
-webkit-opacity:1;}

/*页脚*/

footer{ background-color:#282828;}
footer .main{ width:1100px; margin:0 auto; padding:40px 0;}
footer .main .contact{ width:50%;}
footer .main hgroup{}
footer .main h2{ font-size:20px; color:#fff;font-weight:normal; margin-bottom:10px;}
footer .main h3{ font-size:14px;color:rgba(255,255,255,0.4); font-weight:normal;}
footer .main .message{ width:50%;}
footer .main .message fieldset{ border:0 #000 none; margin-top:30px;}
footer .main .message fieldset label{ width:100%; display:block; margin-bottom:15px;}
footer .main .message fieldset input{ color:#efefef; border: 1px solid rgba(255,255,255,0.1); background-color:transparent; padding:5px;}
footer .main .message fieldset textarea{ height:100px; color:#efefef; border: 1px solid rgba(255,255,255,0.1); background-color:transparent; padding:5px;}
footer .main .message fieldset button{background-color:rgba(255,255,255,0.1); padding:5px 15px;;border:none; color:#efefef;}

footer .copy{ line-height:30px; font-size:12px; color:rgba(255,255,255,0.4); background-color:#3e3e3e; text-align:center;
font-family:Arial, sans-serif;text-transform:uppercase; }

footer .main .contact .info{ margin:20px 0;}
footer .main .contact .info li{ color:rgba(255,255,255,0.3); font-size:13px; margin-bottom:10px;}
footer .main .contact .info li i{ font-size:1.8em;  color:rgba(255,255,255,0.5); margin-right:10px;}
footer .main .contact .wx{ width:120px;  font-size:12px; line-height:25px; color:rgba(255,255,255,0.5); text-align:center;}
footer .main .contact .wx img{ width:100%;opacity:0.8;-webkit-opacity:0.8;}
footer .main .contact .sns{ width:100%; margin:10px 0;}
footer .main .contact .sns i{ font-size:1em;}
footer .main .contact .sns a{ display:block; float:left;  text-align:center; height:30px;width:30px; background-color:#949494; color:#282828; border-radius:50%; padding:5px; margin:5px}
footer .main .contact .sns a:hover{ background-color:#353535;}