﻿@charset "utf-8";

/*index---header*/
/*页眉*/
.header{
	height: 97px;
	width: 100%;
	background: #fff;
	position: relative;
}
.container{
	width: 1260px;
	margin: 0 auto;
}
.logo{
	width: 380px;
	float: left;
}
.logo a{
	display: block;
}
.nav{
	float: right;
}
.nav .mainnav li{
	float: left;
	font-size: 18px;
}
.nav .mainnav li > a{
	display: block;
	padding: 0 24px;
	color: #333;
	line-height: 97px;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav .mainnav li:hover > a{
	color: #fff;
	background: #30a5f7;
}
.nav .mainnav li.on > a{
	color: #fff;
	background: #30a5f7;
}
.subnav{
	z-index: 9999;
	position: absolute;
	width: 1920px;
	top: 97px;
	left: 50%;
	margin-left: -960px;
	padding: 30px 0;
	background: url(img/subnavBg.png) repeat;
	display: none;
}

.subnav-menu{
	width: 810px;
	float: right;
}
.subnav-menu span{
	display: block;
	float: left;
	font-size: 16px;
	padding: 0 30px;
	color: #333;
}
.subnav-menu span a{
	color: #333;
}
.subnav-menu span:hover a{
	color: #30a5f7;
}

.subnav-menu .subnav-tec-left,.subnav .subnav-tec-right{
	float: left;
	width: 405px;
}
.subnav-menu .subnav-tec-left dt,.subnav .subnav-tec-right dt{
	float: left;
	padding: 0 30px;
	border-right: 1px solid #ccc;
}
.subnav-menu .subnav-tec-left dd,.subnav .subnav-tec-right dd{
	float: left;
}
.subnav-menu .project-icon{
	width: 70px;
	height: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.subnav-menu dl p{
	line-height: 30px;
	color: #333;
	text-align: center;
}
.subnav-menu dl dd a{
	display: block;
	line-height: 20px;
	color: #333;
	margin: 5px 0;
}
.subnav-menu dl dt:hover p,.subnav-menu dl dd a:hover{
	color: #30a5f7;
}
.subnav-menu .tec-icon{
	background-image: url(img/tec.png);
}
.subnav-menu .service-icon{
	background-image: url(img/service.png);
}
.subnav-menu .pro-icon{
	background-image: url(img/product.png);
}
.subnav-menu .slow-icon{
	background-image: url(img/method.png);
}
.subnav-menu dl dt:hover .tec-icon{
	background-position: 0 -70px;
}
.subnav-menu dl dt:hover .service-icon{
	background-position: 0 -70px;
}
.subnav-menu dl dt:hover .pro-icon{
	background-position: 0 -70px;
}
.subnav-menu dl dt:hover .slow-icon{
	background-position: 0 -70px;
}
.three-level-menu{
	float: left;
	padding: 0 20px;
	font-size: 14px;
}

/*page1样式开始  www.5ucms.org QQ3876307 */
.page2{ width:600px; margin:0 auto; clear:both;}
.page2 li{ float:left; margin:0 10px 0 0;}
.page2 a{ padding:5px; background:#999; border:#888 1px solid; line-height:12px; display:block; color:#fff; text-align:center;}
.page2 a:hover{ border-color:#333; color:#333;padding:5px; margin:0;}
.page2 .current{ border-color:#333; color:#333;padding:5px; margin:0;}
.page2 span{float:left; display:block; height:25px; line-height:25px; padding:0 5px;}

/*banner*/
.banner{
	position: relative;
	height: 570px;
	overflow: hidden;
	background-color: #000; 
}
.banner-mask{
	position: absolute;
	left:0;
	bottom:-5px;
	background:url(img/index-banner-mask.png) no-repeat center top;
	height:87px;
	width: 100%;
}
.banner li{
	height: 570px;
	position: relative;
	overflow: hidden;
	display: none;
}
.banner li .li-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0; 
	background-position: center top;
}
.banner li .li-box{
	padding-top: 100px;
	color: #fff;
	position: relative;
	max-width: 1280px;
	margin:0 auto;
}
.banner li p{
	text-align: center;
	font-size: 22px;
}
.banner li h1{
	text-align: center;
	font-size: 55px;
}
.banner-nav{
	position: absolute;
	left: 50%;top: 520px;
	z-index: 999999;
	margin-left: -30px;
}
.banner-nav span{
	display: block;
	height: 2px;
	background-color: #fff;
	width: 10px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	font-size: 0;
	height: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.banner-nav span.cur{
	background-color: #ff8400;
}
/*首页公共标题部分*/
.index-title{
	font-size: 45px;
	line-height: 100px;
	color: #333;
	text-align: center;
}
.index-title span{
	font-size: 32px;
}
.index-subtitle{
	width: 550px;
	margin: 0 auto;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
/*关于我们的标题*/
.index-about .index-title,
.index-about .index-title span,
.index-about .index-subtitle,
.index-case .index-title,
.index-case .index-title span,
.index-case .index-subtitle{
	color: #000;	
}
.ab-title .index-title{
	margin-top: 40px;
}
/**************首页公共标题部分*********************/
.index-case{
	/*background: url(img/caseBg.jpg) no-repeat;*/
	max-width: 1920px;
	height: 970px;
}
.index-case .case-cont{
	margin: 53px -7px 0 -7px;
}
.index-case .case-item{
	float: left;
	width: 410px;
	height: 255px;
	position: relative;
	margin: 7px;
	overflow: hidden;
}
.index-case .case-item img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index-case .case-item a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 22px;
	background: url(img/caseGray.png) repeat;
	text-align: center;
	opacity: 1;
}
.index-case .case-item p{
	margin-top: 90px;
}
.index-case .case-item p .line{
	width: 100%;
	height: 1px;
	background: url(img/line.png) no-repeat center;
}
.index-case .case-item p span{
	display: block;
	line-height: 16px;
	font-weight: 100;
	width: 100%;
	text-align: center;
	margin: 15px 0;
	font-family: "Microsoft JhengHei",tahoma;
}

/***服务项目***/
.div1{
	width:1220px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	}

.div1_prev,.div1_next{
	position: absolute;
	top: 150px;
	cursor: pointer;
	display: block;
	width: 24px;
	height: 43px;
}
.div1_prev{
	padding:2px 10px 0 0;
	left: 0;
	}
.div1_next{
	padding:2px 0 0 0px;
	right: 0;
	}
.div1_main{
	width:10000px;
	overflow:hidden;
	position:relative;
	z-index:1;
	}
.div1_main > div{
	width:1220px;
	float:left;
	overflow: hidden;
	}
.div1_main > div > .div1_main_span1{
	width:220px;
	margin: 0 40px;
	height:300px;
	display:block;
	float:left;
	}
#service-wrap{
	width: 1260px;
	margin: 40px auto 0;
	padding-bottom: 40px;
	position: relative;
}
.service-wrap{
	background-color: #f1f1f1;
}
.servicesbox .serbox { 
	cursor:pointer;  
	display:inline; 
	width:220px; 
	height:298px; 
	float:left; 
	overflow:hidden; 
	position:relative;  
	margin:0 16px; 
	border: 1px solid #ccc;
	}
.serbox:hover{
	border: 1px solid #2c9bec;
}
.servicesbox .serboxon { 
	font-family:"Microsoft Yahei"; 
	display:none; 
	width:220px; 
	height:298px; 
	background:url(img/service-bg.png) no-repeat center; 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:1;
	}
.servicesbox .serbox .pic1 ,.servicesbox .serbox .pic2 { 
	width:77px; 
	height:79px; 
	text-align:center; 
	position:absolute; 
	top:46px; 
	z-index:99;
	}
.servicesbox .serbox .pic1 img ,.servicesbox .serbox .pic2 img { 
	width: 100%;
	}
.servicesbox .serbox .txt1 ,.servicesbox .serbox .txt2{ 
	width:220px; 
	height:100px; 
	text-align:center;  
	position:absolute; 
	top:156px; 
	z-index:99;
	font-size:14px;
	}
.servicesbox .serbox span.tit { 
	font-size:16px; 
	display:block; 
	text-align:center;
	}
.servicesbox .serbox .txt1 .tit { 
	color:#000000; 
	line-height:30px; 
	font-size:30px;
	}
.servicesbox .serbox .txt2 .tit { 
	color:#fff; 
	line-height:30px; 
	font-family:"Microsoft Yahei"; 
	font-size:30px;
	}
.servicesbox .serbox .txt1 p{
	padding:10px 10px; 
	text-align:center;
	}
.servicesbox .serbox .txt2 p{ 
	padding:10px 10px; 
	text-align:center; 
	color:#fff;
	}



/**首页新闻****tab-切换**/
.indexnews-tit{
	width: 334px;
	height: 44px;
	margin: 20px auto;
}
.indexnews-tit > img{
	width: 100%;
}
.indexnews-txt{
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	font-family: "微软雅黑";
}
.table-wrap{
	text-align: center;
}
.table-item{
	padding: 0 30px;
	display: inline-block;
	text-align: center;
	margin: 30px 10px;
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
}
.table-active{
	background-color: #40b3f4;
	color: #fff;
}
.table-item:hover{
	background-color: #40b3f4;
	color: #fff;
}
#table-wrap{
	width: 1260px;
	margin: 0 auto;
}
.table-pic{
	display: none;
	margin-left: -60px;
}
.table-show{
	display: block;
}
.tablepic-item{
	width: 600px;
	float: left;
	margin-left: 60px;
	margin-bottom: 40px;
}
.tablepic-time{
	width: 85px;
	height: 85px;
	text-align: center;
	color: #777;
	float: left;
	margin-right: 15px;
	font-family: "微软雅黑";
	background-color: #ededed;
	z-index: 19;
}
.tablepic-time:hover{
	
}
.tablepic-item:hover .tablepic-time > span{
	border-bottom: 1px solid #fff;
}
.tablepic-item:hover .tablepic-time{
	color: #fff;
	background-color: #40b3f4;
}
.tablepic-time > span{
	display: block;
	width: 85px;
	height: 56px;
	line-height: 56px;
	font-size: 32px;
	font-weight: 700;
	border-bottom: 1px solid #d1d1d1;
}
.tablepic-time > p{
	width: 85px;
	height: 28px;
	line-height: 28px;
}
.tablepic-tit > a > h2{
	font-size: 18px;
	line-height: 32px;
	color: #000;
	width: 400px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
	letter-spacing: 1px;
}
.tablepic-tit > a > p{
	display: block;
	width: 480px;
	max-height: 46px;
	overflow: hidden;
	font-size: 12px;
	line-height: 22px;
	color: #6f6f6f;
}
.tablepic-note{
	float: left;
	margin-top: 7px;
	width: 600px;
	border-top: 1px solid #d1d1d1;
}
.tablepic-note > div,.tablepic-note > p{
	color: #6f6f6f;
	float: left;
}
.tablepic-note > div > img,.tablepic-note > div > p{
	float: left;
}
.tablepic-note > div{
	width: 168px;
	height: 34px;
	background-color: #f5f5f5;
}
.tablepic-note > div > p{
	font-size: 12px;
	line-height: 34px;
}
.tablepic-note > div > img{
	width: 15px;
	display: block;
	line-height: 34px;
	margin: 12px 10px 0px 24px;
}
.tablepic-note > p{
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 34px;
	margin-left: 20px;
}
.tablemore-icon{
	display: block;
	color: 14px;
	font-family: "微软雅黑";
	text-align: center;
	color: #797979;
	width: 600px;
	line-height: 40px;
	margin: 60px auto 0;
	background-color: #e7e7e7;
}
.tablemore-icon:hover{
	background-color: #40B3F4;
	color: #fff;
}
.index-news-bottom{
	max-width: 1920px;
	height: 110px;
	/*background: url(img/index-news-bottom.png) no-repeat center bottom;*/
}

/*关于我们*/
.index-about{
	max-width: 1920px;
	height: 600px;
	/*background: url(img/index-about-bg.png) no-repeat center center;*/
}
.slideTxtbox .hd{  
	position:relative; 
	font-size:24px; 
	color: #fff;
	width: 360px;
	padding-bottom: 40px;
	margin: 60px auto 0;
}
.slideTxtbox .hd ul li{ 
	float:left; 
	cursor:pointer; 
	padding:0 30px;  
}
.slideTxtbox .hd ul li.on{ 
	border-bottom:#47ABF0 3px solid; 
	padding-bottom:10px;  
}
.about_us p{ 
	font-size: 16px;
	line-height: 30px; 
	text-indent: 2em; 
	padding: 0 20px;
	color: #000;
}
.about_title{ 
	text-align:center; 
	font-size:30px; 
	color:#40b3f4; 
	margin-bottom:20px;
}
.team{
	padding:20px;
}
.team dl{ 
	float:left; 
	width:30%; 
	text-align:center; 
	padding:20px;
}
.team dt a{
	width: 158px;
	height: 158px;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}
.team img{
	width: 100%;
	vertical-align: middle;
}
.team a,.team span{ 
	color: #fff;
}
.team dl dd{ 
	margin-top:30px; 
	padding:10px 0;
}
.team dl dd p{ 
	font-size:30px; 
	padding-bottom:5px;
	color: #fff;
}
.team dl dd span{ 
	font-size:24px; 
	font-weight:100; 
}

/**********关于我们****w**********************/
/*关于我们*/
.banner-about{background:url(img/G_banner.jpg) no-repeat center top; width:100%; height:400px;}
.G_main .bg{ background:url(img/G_img1.jpg) no-repeat center center; min-width: 1280px;height:530px;margin-top:1rem;background-size:contain; width:68%; margin:0 auto; }
.G_main .main_left{ margin-left:22%; width:35%; float:left;}
.G_main h6{ color:#fa800a; padding:10px 0px; padding-top:3rem; text-align:center; font-size:1rem;}
.G_main p{ text-indent:2rem; font-size:0.9rem; line-height:1.6rem; padding-bottom:10px;}
.G_main .main_right{  background:url(img/G_img2.png) no-repeat right 1.6rem; height:525px; width:40%; float:left;background-size:contain;}
.G_main2{ background:url(img/G_bg1.png) no-repeat left; height:648px;min-width: 1280px;  margin-top:-30px;background-size:contain;}
.G_main2 dl{ width:68%; margin:0 auto; overflow:hidden; zoom:1; padding-top:7rem; color:#fff;}
.G_main2 dt{ background:url(img/G_img3_03.png) no-repeat left top; height:600px;width:50%; float:left; padding-right:3rem;}
.G_main2 .G_dd1{ padding-top:2rem; }
.G_main2 .G_dd2{ padding-top:2.2rem;}
.G_main2 .G_dd2 span{ display:block; line-height:2.2rem;}
.G_main2 .G_dd2 .G_span1{ font-size:1.8rem; font-weight:bold;}
.G_main2 .G_dd3{ font-size:0.85rem; padding-top:3rem; line-height:1.625rem;}
.G_main3{ width:68%; margin:0 auto; margin-bottom:6rem;  overflow:hidden}
.G_main3 h1{ text-align:center; margin-top:1rem; font-size:3rem; font-weight:normal}
.G_main3 h1 span{ display:block; font-size:1.5rem;}
.G_main3 p{ text-align:center; padding-bottom:1.5rem;}
.G_main3 .img_left{ float:left; padding-right:2px}
.img_right{ float:left;  width:746px; }
.img_right img{ float:left; }

/*合作伙伴*/
.customer-box{
	max-width: 1390px;
	overflow: hidden;
	margin: 60px auto 70px;
	background-color: #fff;
}
.customer-box li{
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.customer-box a{
	display: block;
	width: 100%;
	height: 130px;
	overflow: hidden;
	box-sizing: border-box;
	border: 3px solid #f2f2f2;
	text-align: center;
	vertical-align: middle;
}
.customer-box img{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;	
	vertical-align: middle;
}
/**********合作伙伴**w******************/
/*footer*/
.footer_box{
	background:url(img/contact_bg.png) no-repeat center top; 
	width:100%; height:460px;
}
.text_box{ 
	color:#FFFFFF;
	text-align:center;
}
.text_box h1{
	line-height:70px;
}
.text_box img{
	margin:auto;
}
.text_box a{
	line-height:35px; 
	color:#FFF; 
	display:block; 
	font-size:14px;
}
.text_box p{ 
	font-size:14px;
}
.feedback-box{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.feedback-index{ 
	background:url(img/contact_bg2.png) no-repeat;
	width:426px; height:277px;
	margin-top:20px;
	padding: 20px;
	float:left;
	position: relative;
	box-sizing: border-box;
}
.fb-rows input{
	width:330px;height:30px;
	background-color: #bababa;
	color: #ffffff;
	font-family:"微软雅黑";
	font-size:14px;
	border:none;
	padding-left: 20px;
	float:left;
}
.fb-rows textarea{
	width:330px;
	height:30px;
	background-color:#bababa;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:14px;
	border:none;
	padding-left:20px;
	float:left;
}
.fb-rows{
	height:50px;
}
.fb-rows img{ 
	float:left;
	height:30px;
	display: block;
}
.footer_button{
	position: absolute;
	right: 20px;
	bottom: 0;
	width:70px;height:24px;
	border:none;
	background-color:#40b3f4;
	border-radius:10px;
	font-size:14px;
	color:#fff;
	font-family:"微软雅黑";
	margin-bottom:12px;
	margin-left:300px;
	padding:0;
	cursor:pointer;
}
.contact_box{
	width:600px;
	float:left;
	margin-top:54px; 
	margin-left:50px;
}
.contact_icon{
	float:left;
	text-align:center;
	width:190px;
}
.contact_icon img{ 
	padding-bottom:10px;
}
.contact_icon a{
	line-height:30px;
	font-size:14px;
	color:#fff; 
	display:block; 
	text-align:center;
}
.footer_text{
	background:url(img/footer_bg.png) no-repeat center top; 
	width:100%; 
	clear:both; 
	font-size:14px;
}
.footer_link{
	color:#fff;
	padding-top:10px; 
	text-align:center;
}
.footer_link a{ 
	color:#FFF;
}
.footer_link p{ 
	line-height:30px;
}
.feedback-index form .fb-rows{
	line-height:normal;
}

.feedback-index form .fb-ipt{
	overflow: auto;
	margin: 0;
	border: none;
	outline: none;
	/*background: #eee;*/
	color:#fff;
	height:30px;
	font-size:14px;
	vertical-align:middle;
	display:block;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	font-family:"微软雅黑";
}
/*页脚留言板点击动效*/
.feedback-index form .fb-txa{
	height:50px;
	resize:none;
	line-height:18px;
	-webkit-overflow-scrolling:touch;
	
}
.feedback-index form .fb-txa:focus,
.feedback-index form .fb-ipt:focus{
	-webkit-animation: ipt-focus 0.4s both;
	animation: ipt-focus 0.4s both;
	-moz-animation: ipt-focus 0.4s both;
}
25%{transform:scale(0.95,0.95);animation-timing-function:ease-out}
50%{transform:scale(0.95,0);animation-timing-function:ease-out}
75%{transform:scale(0.95,0.95);animation-timing-function:ease-out;background:#fff;color:#000}
100%{transform:scale(1,1);animation-timing-function:ease-out;background:#fff;color:#000}}@-webkit-keyframes ipt-focus{0{-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
25%{-webkit-transform:scale(0.95,0.95);transform:scale(0.95,0.95);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
50%{-webkit-transform:scale(0.95,0);transform:scale(0.95,0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
75%{-webkit-transform:scale(0.95,0.95);transform:scale(0.95,0.95);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;background:#fff;color:#000}
100%{-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;background:#fff;color:#000}}@keyframes ipt-focus{0{-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
25%{-webkit-transform:scale(0.95,0.95);transform:scale(0.95,0.95);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
50%{-webkit-transform:scale(0.95,0);transform:scale(0.95,0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
75%{-webkit-transform:scale(0.95,0.95);transform:scale(0.95,0.95);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;background:#fff;color:#000}
100%{-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;background:#fff;color:#000}}
/***************页脚留言板点击动效*结束**********************/

/*footer---完*/



/*侧边导航*/
#leftsead {
	width: 131px;
	height: 143px;
	position: fixed;
	top: 258px;
	right: 0px;
	z-index: 9999;
}
*html #leftsead {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
	width: 131px;
	height: 60px;
}
#leftsead li img {
	float: right;
}
#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 141px;
}
#leftsead li a .shows {
	display: block;
}
#leftsead li a .hides {
	margin-right: -143px;
	cursor: pointer;
	cursor: hand;
}
#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 190px;
	top: 2px;
}


.pages{padding-top: 20px;padding-bottom: 20px;width: 100%;text-align: center;}
.pages a{margin-left: 20px;font-size: 16px;}
.current{margin-left: 20px;font-size: 16px;color: red;}

.cp{
    overflow:hidden;
    margin-left:50px;
    margin-top:20px;
    list-style:none;
}
.cp li {
    width:200px;
    float:left;
    margin-right:70px;
    margin-bottom:35px;
    border:1px solid #ccc;
}
.cp li span{
    width:100%;
    display:block;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}