﻿header{ width:100%; height:100px;
            -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
        	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
        	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:35px; position:absolute; z-index:1000;}
	header .logo img{width:100%;}
    .menu li a{
	padding:0 6px;
	font-size:0.9em;
	}	
}

@media (min-width:1024px){
	header nav{ width:80%;}
	header .logo{ width:15%; margin-top:35px; position:absolute; z-index:1000;}
	header .logo img{width:100%;}
    .menu li a{
	padding:0 10px;
	font-size:14px;
	}	
}
@media (min-width:1280px){
	header nav{ width:80%;}
	header .logo{ width:18%; margin-top:30px; position:absolute; z-index:1000;}
	header .logo img{width:85%;}
	.menu li a{
	padding:0 20px;
	font-size:16px;
	}
}
@media (min-width:1360px){
	header nav{ width:78%;}
	header .logo{margin-top:25px; position:absolute; z-index:1000;}
	header .logo img{width:70%;}
	.menu li a{
	padding:0 20px;
	font-size:16px;
	}
}
@media (min-width:1440px){
	header nav{ width:76%;}
	header .logo{margin-top:20px; position:absolute; z-index:1000;}
	header .logo img{width:75%;}
	.menu li a{
	padding:0 20px;
	font-size:16px;
	}
}
@media (min-width:1680px){
	header nav{ width:75%;}
	header .logo{margin-top:20px; position:absolute; z-index:1000;}
	header .logo img{width:70%;}
	.menu li a{
	padding:0 20px;
	font-size:16px;
	}
}
@media (min-width:1920px){
	header nav{ width:70%;}
	header .logo{ margin-top:25px; position:absolute; z-index:1000;}	
	header .logo img{width:55%;}
	.menu li a{
	padding:0 20px;
	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: 650px;
	margin-top:100px;
	overflow: hidden;

}
.slides {
	height: 650px;
	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: rgba(255,255,255,.9);
	border-radius: 100%;
}
.slider-nav__item:hover {
	background: #b72a20;
}
.slider-nav__item--current {
	background: #b72a20;
}

.container{ width:100%;}
section{}
article{}

/*新闻中心*/
.news{ width:100%; height:650px; padding:20 0; background-color:#efefef;}
.news hgroup{ padding:20px 0; text-align:center;}
.news hgroup h1{ font-size:25px; color:#676767; font-weight:normal; margin-bottom:10px;}
.news hgroup h2{ color:#bbb; font-size:16px; font-family: Arial, sans-serif;font-weight:normal; text-transform:uppercase; display:block; position:relative;}
.news hgroup h2:after{
	content:'　——';　
	}
.news hgroup h2:before{
	content:'——　';
	}
.news hgroup span{ color:#ba2921;}
.news .newlist{
	width: 1100px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.news .newlist ul{ margin-top:20px;}
.news .newlist li{ position:relative;  float:left;} 
.news .newlist li a{
	width: 260px;
	height: 280px;
	background-color: #fff;
	padding-top: 40px;
	display: block;
	-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);
	text-decoration: none;
}

.news .newlist h3{ font-size:16px; color:#444; width:85%; margin:10px auto 10px auto; text-align:center; font-weight:normal;border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:10px;}
.news .newlist i{ font-size:22px; color:#666; display:block; width:90px; height:90px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; background-color:#fff; 
font-style:normal; line-height:80px; text-align:center; font-family:Courier New; position:absolute; left:50%; margin-left:-45px; z-index:100; top:-35px; 
transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-ms-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;}
.news .newlist p{ font-size:13px; line-height:25px; color:#999; width:80%; margin:10px auto 0 auto;}

.news .newlist li a:hover{
 padding-top:60px;
 color:#fff; 
 background-color:#ba2921;
	-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, -2px, 0);
	transform:translate3d(0, -2px, 0)
}
.news .newlist li a:hover h3{ color:#fff; border-bottom:1px solid rgba(255,255,255,0.2);}
.news .newlist li a:hover p{ color:#fff; }
.news .newlist li a:hover i{border:0 solid rgba(0,0,0,0.1); color:#ba2921; font-weight:bold;width:120px; height:120px; line-height:120px; left:50%; margin-left:-60px; top:-60px; font-size:30px;}
.news .more{ padding-top:40px; padding-bottom:20px;}
.news .more a{
	width: 150px;
	height: 40px;
	border-radius: 25px;
	background-color: #ba2921;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 38px;
	text-decoration: none;
	margin:0 auto;
	font-size:18px;
}
.news .more a i{ margin-left:20px;font-size:1.2em;}
.news .more a:hover{ background-color:transparent; border:1px solid #ba2921; color:#ba2921}
.news .more a:hover i{
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}



/*服务业务*/
.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:25px; color:#fff; font-weight:normal; margin-bottom:10px;}
.service hgroup h2{ color:rgba(255,255,255,0.6); font-size:16px; font-family: Arial, sans-serif; font-weight:normal; text-transform:uppercase; display:block; position:relative;}
.service hgroup span{ font-family:Arial, sans-serif　;}
.service hgroup h2:after{
	content:'　——';　
	}
.service hgroup h2:before{
	content:'——　';
	}

.service .servicelist{
	width: 960px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30;
	}
.service .servicelist ul{ width:860px; margin:0 auto; }
.service .servicelist ul li{ float:left;}
.service .servicelist ul li a{background-color:#fff;  padding:10px;display: block;text-decoration: none;width:273px; height:180px;}
.service .servicelist ul li a{
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	}

.service .servicelist ul li{margin-bottom:20px;}
.service .servicelist ul li h3{ margin-top:20px;color:#333; font-size:20px; font-weight:normal; display:block; text-align:center;}
.service .servicelist ul li h4{ color:rgba(51,51,51,0.6);font-weight:normal; font-size:12px;text-align:center; text-transform:uppercase; font-family:Arial, sans-serif; line-height:20px;}
.service .servicelist ul li p{ display:none; font-size:13px; line-height:28px; color:#ddd; width:90%; margin:0 auto; padding:10px 0;
	
}
.service .servicelist ul li span{ display:none; width:100px; height:30px; line-height:25px; font-size:14px; color:fff; background-color:#ba2921; border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; -webkit-border-radius:20px; text-align:center; margin:0 auto; }
.service .servicelist ul li i{ width:80px; height:80px; display:block; margin:0 auto;}
.service .servicelist ul li i img{width:70px; }

.service .servicelist ul li a:hover{ background-color:#1f1a17;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0)

}
.service .servicelist ul li a:hover h3{display:none;}
.service .servicelist ul li a:hover h4{display:none;}
.service .servicelist ul li a:hover p{ display:block;	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
.service .servicelist ul li a:hover span{ display:block;}
.service .servicelist ul li a:hover i{ display:none;}


/*文章分享*/
.share{ width:100%; height:650px; background-color:#efefef; padding:20px 0;}
.share hgroup{ width:1100px; margin:0 auto; text-align:center; padding-top:60px; padding-bottom:40px;}
.share hgroup h1{font-size:25px; color:#333; font-weight:normal; float:left; position:relative;}
.share hgroup h1 span { font-size:16px; color:#bbb; text-transform:uppercase;}
.share hgroup h1 i{ width:45px; height:2px; background-color:#ba2921; position:absolute; left:0; top:45px;}
.share hgroup .more{
	float: right;
	text-decoration: none;
	width: 100px;
	height: 30px;
	border-radius: 25px;
	background-color: #ba2921;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 28px;
	text-decoration: none;
	margin:0 auto;
	font-size:14px;
}

.share hgroup .more i{ margin-left:10px;font-size:1.2em;}
.share hgroup .more:hover{ background-color:transparent; border:1px solid #ba2921; color:#ba2921}
.share hgroup .more:hover i{
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}

.share .sharelist{ width:1100px; margin:0 auto;}
.share .sharelist ul{}
.share .sharelist ul li{float:left; margin-bottom:40px; width:48%;}
.share .sharelist ul li a{ display:block; background-color:#fff; padding:10px;height:176px; overflow:hidden;}
.share .sharelist ul li .img{ float:left; max-width:249px; width:47%; margin-right:3%; height:100%;overflow:hidden;}
.share .sharelist ul li .img img{ height:100%;}
.share .sharelist ul li .info{ float:right; width:50%;}
.share .sharelist ul li .info h2{ font-size:16px; color:#111; font-weight:normal; margin-bottom:10px;}
.share .sharelist ul li .info time{ font-family:Courier New; font-size:12px; color:#999;}
.share .sharelist ul li .info p{ font-size:12px; color:#656565; line-height:20px; border-top:1px solid #e1e1e1; padding-top:10px; margin-top:10px;}
.share .sharelist 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, -2px, 0);
	transform:translate3d(0, -2px, 0)
	}
.share .sharelist ul li a:hover .info h2{color:#ba2921}
.share .sharelist ul li a:hover .img img{ transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}


/*口碑专区*/

.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:#ba2921;}

.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;
height:50px;
	}

.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;
	
	}

	
.client .more{
	width: 235px;
	height: 50px;
	border: 2px solid #ba2921;
	display: block;
	margin: 0 auto;
	padding: 10px;
	color: #ba2921;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	
}
.client .more span{ font-size:16px; display:block; float:left; margin-left:10px;
transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-ms-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
}
.client .more i{ margin-right:10px; font-size:1.5em; float:right; display:block;
transition:all 0.2s ease;
-moz-transition:all 0.2s linear;
-ms-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
-webkit-transition:all 0.2s linear;
}
.client .more:hover{ background-color:#ba2921; color:#fff;}
.client .more:hover span{
	-webkit-transform:translate3d(10px, 0, 0);
	transform:translate3d(10px, 0, 0)
	}

.client .more:hover i{
	-webkit-transform:translate3d(-10px, 0, 0);
	transform:translate3d(-10px, 0, 0)
	}


/*页脚*/

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;}