/*
* @ description: 网站的首页样式，仅首页引用
* @ author: Spring
* @ update: Spring(2015.09.28)
*/

/*=============================================================== common CSS ===============================================================*/
/*splite*/
.products .p-icon b, .products .p-icon i
{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}

/*=============================================================== local CSS ===============================================================*/
.menu .dd
{
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,.15);
}
.row-pv
{
	padding: 50px 0;
}

/*--banner 幻灯片--*/
.banner
{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 520px;
	margin: 0 auto;
}
.banner .sliderLoading, .banner .sliderLoading2
{
}
.banner .sliderLoading
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 324px;
	height: 56px;
	margin: -2px 0 0 -162px;
	text-align: center;
	line-height: 56px;
	color: #9c9c9c;
	z-index: 0;
}
.banner .sliderLoading2
{
	width: 330px;
	height: 56px;
	background-position: 213px -330px;
	background-repeat: no-repeat;
}
.banner .sliderLoading em
{
	color: #999999;
}
.banner .slider
{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	background: #d3d3d3 url(../img/loading.gif) no-repeat 50% 50%;
}
.banner .sliders
{
	width: 200%;
	height: 100%;
	left: -50%;
	top: 0;
	position: absolute;
}
.banner .sliderBox
{
	width: 1920px;
	height: 100%;
	margin: 0 auto;
}
.banner .sliderBox .item
{
	display: block;
	width: 1920px;
	height: 100%;
	position: absolute;
	z-index: 1;
	opacity: .1;
}
/*.banner .sliderBox a.on{z-index: 3; opacity: 4;}*/
.banner .sliderBox .tip
{
	position: absolute;
	left: 50%;
	top: 144px;
	width: 450px;
	height: 230px;
	margin: 10px 0 0 -605px;
	margin: 0 0 0 -550px\9;
	z-index: 9;
	opacity: 0; ;
transition:margin-top.4sease-in-out,opacity.3sease-in-out;
-webkit-transition:margin-top.4sease-in-out,opacity.3sease-in-out;
-moz-transition:margin-top.4sease-in-out,opacity.3sease-in-out;
-ms-transition:margin-top.4sease-in-out,opacity.3sease-in-out;
-o-transition:margin-top.4sease-in-out,opacity.3sease-in-out;
}
.banner .sliderBox .on .tip
{
	margin-top: 0;
	opacity: 1;
	transition-delay: .6s;
}
.banner .sliderBox .tip .tip-mask
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fe6152;
	opacity: .9;
	filter: alpha(opacity=90);
	z-index: -1;
}
.banner .sliderBox .tip .tip-main
{
	margin: 30px;
	line-height: 1.4;
	color: #ffffff;
}
.banner .sliderBox .tip .button
{
	display: inline-block;
	width: 80px;
	height: 32px;
	border-radius: 4px;
	margin-top: 10px;
	line-height: 32px;
	text-align: center;
	background-color: #ffffff;
	color: #ff503f;
	font-size: 14px;
}
.banner .sliderBox .tip h3
{
	font-weight: 700;
	font-size: 36px;
}
.banner .sliderBox .tip h6
{
	text-transform: Uppercase;
	font-weight: 400;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.banner .sliderBox .tip p
{
	height: 60px;
	margin: 5px 0;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	overflow: hidden;
}
.banner .sliderBox .tip h4
{
	font-weight: 400;
	font-size: 18px;
}
.banner .sliderBox img
{
	display: block;
	width: 1920px;
	height: 100%;
}
.banner .sliderb
{
	position: absolute;
	left: 50%;
	top: 340px;
	height: 11px;
	margin-left: -280px;
	z-index: 10;
}
.banner .sliderBtns
{
	/*position: relative;left: -50%; */
	float: left;
}
.banner .sliderBtns .sliderBtn
{
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #efeee8;
	cursor: pointer;
}
.banner .sliderBtn:focus
{
	outline: none;
}
.banner .sliderBtn.on
{
	background: #000000;
}

/*row-ourProducts 我们的产品*/
#row-ourProducts .title h2
{
	background-position: 50% -96px;
}

.products
{
	width: 100%;
	padding: 50px 0 0;
	margin: -30px 0 0;
}
.products .pros-ul
{
	width: 300%;
	margin: 0;
}
.products .item
{
	position: relative;
	top: 0;
	float: left;
	display: block;
	width: 268px;
	height: 305px;
	margin: 0 46px 0 0;
	transition: all .2s ease-in-out;
	overflow: hidden;
}
.products .item:hover
{
	top: -20px;
	background: #ff503f;
}
.products .item a
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.products .item a:hover
{
	height: 110%; ;color:#ffffff;}
.products .item a:hover .p-icon b
{
	-webkit-animation: spin 8s linear .2s infinite;
	-o-animation: spin 8s linear .2s infinite;
	animation: spin 8s linear .2s infinite;
}
.products .item a:hover .p-name, .products .item a:hover .p-desc
{
	color: #ffffff;
}
.products .p-icon
{
	position: relative;
	width: 105px;
	height: 105px;
	margin: 30px auto;
	overflow: hidden;
	z-index: 1;
}
.products .p-icon b
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: 0 -296px;
	z-index: -1;
}
.products .item a:hover .p-icon b
{
	background-position: -110px -296px;
}
.products .p-icon i
{
	display: block;
	width: 59px;
	height: 59px;
	margin: 23px auto;
	background-position: -220px -296px;
}
.products .item-app i
{
	background-position: -220px -296px;
}
.products .item-kuaizi i
{
	background-position: -279px -296px;
}
.products .item-ecp i
{
	background-position: -338px -296px;
}
.products .item-eco i
{
	background-position: -397px -296px;
}
.products .item-ecr i
{
	background-position: -82px -574px;
}
.products .item-ecsns i
{
	background-position: -141px -576px;
}
.products .item-ect i
{
	background-position: -200px -576px;
}
.products .item-intelli i
{
	background-position: -221px -353px;
}
.products .item-yun i
{
	background-position: -107px -620px;
}
.products .p-name
{
	padding: 0 20px;
	margin-bottom: 18px;
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.products .p-desc
{
	padding: 0 20px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

/*row-theSolution 解决方案*/
#row-theSolution .title h2
{
	background-position: 50% -136px;
}
#row-theSolution .scrollNav
{
	margin-top: 38px;
}

.projects
{
	width: 100%;
}
.projects .pros-ul
{
	width: 300%;
	margin: 0;
}
.projects .item
{
	position: relative;
	float: left;
	display: block;
	width: 268px;
	height: 305px;
	border-bottom: 3px solid #e5e5e5;
	margin: 0 46px 0 0;
	background-color: #f1f1f1;
	transition: all .2s ease-in-out;
	overflow: hidden;
}
.projects .item:hover
{
	background: #ffffff;
	border-bottom-color: #ff503f;
}
.projects .item a
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.projects .item a:hover
{
	height: 110%; ;color:#ffffff;}
.projects .item a:hover .p-name
{
	color: #ff503f;
}
.projects .p-img
{
	position: relative;
	width: 100%;
	height: 200px;
	margin: auto;
	background-position: 0 -296px;
	overflow: hidden;
}
.projects .p-mask
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: .4s;
}
.projects .p-circle
{
	position: absolute;
	left: 10%;
	top: 50%;
	width: 68px;
	height: 68px;
	margin: -34px 0 0 -34px;
	background: url(../img/icon_circle.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: .4s;
}
.projects .p-zoom
{
	position: absolute;
	left: 90%;
	top: 50%;
	width: 34px;
	height: 33px;
	margin: -16px 0 0 -17px;
	background: url(../img/icon_zoom.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: .4s;
}
.projects .item:hover .p-mask
{
	background: rgba(255,50,63,.8);
	opacity: 1;
	filter: alpha(opacity=100);
}
.projects .item:hover .t
{
	color: #e3e3e3;
}
.projects .item:hover .time
{
	color: #e3e3e3;
}
.projects .item:hover .p-circle
{
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.projects .item:hover .p-zoom
{
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.projects .p-name
{
	padding: 0 20px;
	margin: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.projects .p-desc
{
	padding: 0 20px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

/*row-ourCase 成功案例*/
#row-ourCase .title h2
{
	background-position: 50% -176px;
}
#row-ourCase .scrollNav
{
	margin-top: 38px;
}

.cases
{
	width: 100%;
	overflow: hidden;
}
.cases-ul
{
	margin: -27.5px 0 0 -27.5px;
}
.cases-ul li
{
	float: left;
	width: 220px;
	margin: 27.5px 0 0 27.5px;
}
.cases-ul a
{
	display: block;
	background: #000000;
}
.cases-ul .p-img img
{
	display: block;
	width: 218px;
	height: 168px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	transition: all .2s ease-in-out;
}
.cases-ul .p-txt
{
	width: 100%;
	height: 42px;
	background: #f1f1f1;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	transition: all .2s ease-in-out;
}
.cases-ul a:hover .p-img img
{
	opacity: .9;
}
.cases-ul a:hover .p-txt
{
	background: #fe6867;
	color: #ffffff;
}

/*pictureViewer 图文滚动展示*/
.imgViewer
{
	width: 100%;
	display: block;
}
.imgViewer .bigImg
{
	width: 800px;
	height: 400px;
	background: transparent url(../img/loading.gif) no-repeat 50% 50%;
	overflow: hidden;
}
.imgViewer .smallImg
{
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 62px;
	zoom: 1;
}
.imgViewer .prev, .imgViewer .next
{
	position: absolute;
	top: -250px;
	display: block;
	width: 30px;
	height: 48px;
	cursor: pointer;
}
.imgViewer .prev
{
	left: -40px;
	background-position: 0 -368px;
}
.imgViewer .next
{
	right: -40px;
	background-position: -32px -368px;
}
.imgViewer .prev:hover
{
	background-position: 0 -418px;
}
.imgViewer .next:hover
{
	background-position: -32px -418px;
}
.imgViewer .smallImg-m
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.imgViewer .smallImg-ul
{
	width: 110%;
	height: 100%;
	zoom: 1;
}
.imgViewer .smallImg-m li
{
	position: relative;
	float: left;
	margin-right: 18px;
	width: 70px;
	height: 100%;
	cursor: pointer;
}
.imgViewer .smallImg-m li .border
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 37px;
	z-index: 2;
}
.imgViewer .smallImg-m li:hover .border, .imgViewer .smallImg-m li.on .border
{
	display: block;
	border: 5px solid #8ec31f;
}

.imgViewer .bigImg
{
	position: relative;
	width: 100%;
	height: 480px;
}
.imgViewer .imgViewer-img
{
	position: relative;
	float: left;
	width: 580px;
	height: 480px;
	overflow: hidden;
}
.imgViewer .imgViewer-txt
{
	float: right;
	width: 500px;
	height: 420px;
	padding: 30px 30px 30px 60px;
}
.imgViewer .imgViewer-img .currPic, .imgViewer .imgViewer-img a, .imgViewer .imgViewer-img img
{
	display: block;
	width: 100%;
	height: 100%;
}
.imgViewer .imgViewer-img li, .imgViewer .imgViewer-img li a
{
	display: block;
	width: 400px;
	height: 400px;
}
.imgViewer .imgViewer-txt
{
	background: url(../img/bg_comments_text.png) no-repeat;
}
.imgViewer .imgViewer-txt .head
{
	position: relative;
}
.imgViewer .imgViewer-title
{
	width: 430px;
	color: #333333;
	font-size: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.imgViewer .imgViewer-page
{
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 38px;
	background: url(../img/icon_imgViewer_page.png) no-repeat 50%;
	color: #999999;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.imgViewer .imgViewer-page .curr
{
	position: absolute;
	right: 50%;
	top: 0;
	font-size: 18px;
	color: #ff503f;
}
.imgViewer .imgViewer-page .count
{
	position: absolute;
	left: 50%;
	bottom: 0;
}
.imgViewer .imgViewer-desc
{
	margin-top: 40px;
	height: 360px;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
}
.imgViewer .loadPlaceholder
{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #ffffff url(../img/loading-white.gif) no-repeat 50% 50%;
	opacity: .6;
	filter: alpha(opacity=60);
}
.imgViewer .smallImg-m li
{
	width: 90px;
	height: 154px;
}
.imgViewer .smallImg-m
{
	width: 100%;
	height: 62px;
	margin: 0 auto;
}
.imgViewer .smallImg-m li
{
	position: relative;
	width: 198px;
	height: 60px;
	border: 1px solid #f6f6f6;
	margin: 0 2px 0 0;
}
.imgViewer .smallImg-m li:hover
{
	border-color: #cccccc;
	transition: all .2s linear;
}
.imgViewer .smallImg-m li.on
{
	border-color: #999999;
}
.imgViewer .smallImg-m li img
{
	width: 198px;
	height: 60px;
	margin: 0;
}
.imgViewer .smallImg-m li .color-img
{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s linear;
}
.imgViewer .smallImg-m .on .color-img
{
	opacity: 1;
	filter: alpha(opacity=100);
}
.imgViewer .smallImg-m li .u-info
{
	position: absolute;
	left: 0;
	bottom: -50px;
	display: none;
	width: 100%;
	height: 40px;
	padding: 5px 0;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.imgViewer .smallImg-m li.on .u-info
{
	display: block;
}
.imgViewer .smallImg-m li .u-name
{
	color: #333333;
}
.imgViewer .smallImg-m li .u-time
{
	color: #999999;
}

.imgViewer .prev, .imgViewer .next
{
	top: -292px;
	width: 70px;
	height: 157px;
}
.imgViewer .prev
{
	left: -90px;
	background-position: 0 0;
}
.imgViewer .next
{
	right: -90px;
	background-position: -80px 0;
}
.imgViewer .prev:hover
{
	background-position: 0 -159px;
}
.imgViewer .next:hover
{
	background-position: -80px -159px;
}

/*row-projectService 项目服务*/
#row-projectService
{
	height: 450px;
	background-image: url(../Images/bg_projectServices.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#row-projectService .title h2
{
	background-position: 50% -216px;
}

.zoomNav
{
	position: relative;
	height: 272px;
	overflow: hidden;
}
.zoomNav .bg-line
{
	position: absolute;
	top: 50%;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}
.zoomNav-ul
{
	position: relative;
	width: 100%;
	height: 272px;
}
.zoomNav-li
{
	position: absolute;
	left: 0;
	top: 50%;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin-top: -40px;
	background: rgba(235,139,127,.3);
	transition: all .2s ease-in-out;
}
.zoomNav-li h3
{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 36px;
	margin-top: -18px;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #000000;
	transition: all .2s linear;
}
.zoomNav .li1
{
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 80px;
	margin-top: -40px;
	background: rgba(235,139,127,.3);
}
.zoomNav .li2
{
	left: 85px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100px;
	margin-top: -50px;
	background: rgba(207,90,75,.3);
}
.zoomNav .li3
{
	left: 190px;
	width: 126px;
	height: 126px;
	line-height: 126px;
	border-radius: 126px;
	margin-top: -63px;
	background: rgba(239,115,103,.3);
}
.zoomNav .li4
{
	left: 288px;
	width: 156px;
	height: 156px;
	line-height: 156px;
	border-radius: 156px;
	margin-top: -78px;
	background: rgba(243,163,115,.3);
}
.zoomNav .li5
{
	left: 421px;
	width: 194px;
	height: 194px;
	line-height: 194px;
	border-radius: 194px;
	margin-top: -97px;
	background: rgba(203,124,124,.3);
}
.zoomNav .li6
{
	left: 588px;
	width: 194px;
	height: 194px;
	line-height: 194px;
	border-radius: 194px;
	margin-top: -97px;
	background: rgba(203,124,124,.3);
}
.zoomNav .li7
{
	left: 739px;
	width: 156px;
	height: 156px;
	line-height: 156px;
	border-radius: 156px;
	margin-top: -78px;
	background: rgba(243,163,115,.3);
}
.zoomNav .li8
{
	left: 897px;
	width: 126px;
	height: 126px;
	line-height: 126px;
	border-radius: 126px;
	margin-top: -63px;
	background: rgba(239,115,103,.3);
}
.zoomNav .li9
{
	left: 1025px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100px;
	margin-top: -50px;
	background: rgba(207,90,75,.3);
}
.zoomNav .li10
{
	left: 1130px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 80px;
	margin-top: -40px;
	background: rgba(235,139,127,.3);
}

.zoomNav .zoomNav-li:hover
{
	width: 272px;
	height: 272px;
	border-radius: 272px;
	background: #ff503f;
	color: #ffffff;
	z-index: 2;
}

.zoomNav .li1:hover
{
	margin: -136px 0 0 -96px;
	background: #eb867f;
	margin-left: -36px;
}
.zoomNav .li2:hover
{
	margin: -136px 0 0 -106px;
	background: #cf5a46;
}
.zoomNav .li3:hover
{
	margin: -136px 0 0 -96px;
	background: #ef7367;
}
.zoomNav .li4:hover
{
	margin: -136px 0 0 -55px;
	background: #f3a396;
}
.zoomNav .li5:hover
{
	margin: -136px 0 0 -36px;
	background: #ff503f;
}
.zoomNav .li6:hover
{
	margin: -136px 0 0 -36px;
	background: #de4949;
}
.zoomNav .li7:hover
{
	margin: -136px 0 0 -55px;
	background: #d13737;
}
.zoomNav .li8:hover
{
	margin: -136px 0 0 -96px;
	background: #b42a65;
}
.zoomNav .li9:hover
{
	margin: -136px 0 0 -96px;
	background: #e35d8f;
}
.zoomNav .li10:hover
{
	margin: -136px 0 0 -96px;
	background: #d11a70;
	margin-left: -156px;
}

.zoomNav-li:hover h3
{
	top: 72px;
	margin-top: 0;
	font-size: 36px;
	color: #ffffff;
}

.zoomNav .tree
{
	position: absolute;
	top: 111px;
	left: 0;
	width: 274px;
	height: 186px;
	margin-top: 20px;
	background: url(../Images/icon_project.png) no-repeat 50% 0;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: margin .5s ease-out,opacity .2s ease-out;
}
.zoomNav .tree .item-r
{
	position: absolute;
	left: 50%;
	top: 28px;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
	margin-top: 10px;
	opacity: 0;
	transition: margin .2s ease-out,opacity .1s ease-out;
}
.zoomNav .tree .item-r1
{
	top: 96px;
}
.zoomNav .tree .item-l
{
	position: absolute;
	right: 50%;
	top: 62px;
	height: 18px;
	line-height: 18px;
	margin-right: 0px;
	margin-top: 10px;
	opacity: 0;
	transition: margin .2s ease-out,opacity .1s ease-out;
}
.zoomNav .tree .item-b
{
	position: absolute;
	left: 0;
	top: 190px;
	width: 100%;
	height: 18px;
	margin-top: 5px;
	line-height: 18px;
	text-align: center;
	color: #999999;
	opacity: 0;
	transition: margin .2s ease-out,opacity .1s ease-out;
}
.zoomNav .tree .circle
{
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #ffffff;
	border-radius: 6px;
	margin-right: 6px;
	background-color: #ff503f;
}
.zoomNav .tree .item-l .circle
{
	float: right;
	margin: 4px 0 0 6px;
}

.zoomNav .zoomNav-li:hover .tree
{
	visibility: visible;
	transition-delay: .2s;
	margin-top: 0;
	opacity: 1;
}
.zoomNav .zoomNav-li:hover .item-r
{
	transition-delay: .5s;
	margin-left: -5px;
	opacity: 1;
}
.zoomNav .zoomNav-li:hover .item-r1
{
	transition-delay: 1.2s;
}
.zoomNav .zoomNav-li:hover .item-l
{
	transition-delay: .9s;
	margin-right: -5px;
	opacity: 1;
}
.zoomNav .zoomNav-li:hover .item-b
{
	transition-delay: 1.3s;
	margin-top: 0;
	opacity: 1;
}

/*row-contactUs contactUs*/
#row-contactUs .title h2
{
	background-position: 50% -256px;
}

#row-contactUs .form
{
	float: left;
	width: 745px;
}
#row-contactUs .region
{
	float: right;
	width: 430px;
}

#row-contactUs .form dl
{
	margin-bottom: 14px;
}
#row-contactUs .form dt, #row-contactUs .form dd
{
	float: left;
	height: 44px;
	line-height: 44px;
}
#row-contactUs .form dd
{
	position: relative;
	width: 655px;
}
#row-contactUs .form dt
{
	width: 80px;
	padding: 0 8px 0 0;
	font-size: 14px;
	white-space: nowrap;
	color: #333333;
}
#row-contactUs .form dt em
{
	padding: 0 6px 0 0;
}

#row-contactUs .form input, #row-contactUs .form textarea
{
	border: 1px solid #dadada;
	width: 633px;
	height: 32px;
	padding: 5px 10px;
	line-height: 32px;
	font-family: "microsoft yahei";
	color: #999999;
	transition: all .2s linear;
}
#row-contactUs .form textarea
{
	display: block;
	height: 120px;
	padding: 10px;
	line-height: 1.5;
}
#row-contactUs .form input.error, #row-contactUs .form textarea.error
{
	display: inline;
	border-color: #ff503f;
	color: #ff503f;
	box-shadow: 1px 1px 3px 1px rgba(255,80,63,.2);
}
#row-contactUs .form .item-words dd
{
	height: auto;
}
#row-contactUs .form .submit
{
	height: 40px;
	margin: 25px 0 0 90px;
	line-height: 40px;
}
#row-contactUs .form .btn-send
{
	float: left;
	width: 118px;
	height: 40px;
	margin: 0 18px 0 0;
	line-height: 40px;
}
#row-contactUs .form .text-yam
{
	float: left;
	width: 140px;
	height: 30px;
	margin-right: 13px;
	line-height: 30px;
}
#row-contactUs .form .btn-yam
{
	float: left;
}
#row-contactUs .form .btn-yam img
{
	width: auto;
	height: 40px;
	margin-right: 13px;
	vertical-align: middle;
}
#row-contactUs .form-group
{
	width: 100%;
	overflow: hidden;
}
#row-contactUs .form-group .group-ul
{
	margin-left: -14px;
}
#row-contactUs .form-group dl
{
	float: left;
	width: 365px;
	margin-left: 14px;
}
#row-contactUs .form-group dl dd
{
	width: 275px;
}
#row-contactUs .form-group input
{
	width: 254px;
}

.btnf-sign
{
	display: inline-block;
	width: 98px;
	height: 36px;
	background-color: #ff503f;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	transition: background-color .3s ease-in-out;
}
.btnf-sign:hover
{
	background-color: #fc7b6f;
	color: #ffffff;
}

.region .tabNav
{
	padding-bottom: 5px;
	border-bottom: 2px solid #ffffff;
	margin-right: 40px;
	font-size: 14px;
}
.region .tabNav.on
{
	border-bottom-color: #ff503f;
}
.region .tabCon
{
	height: 230px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#tabCon-region0
{
	background-image: url(../images/region_shenzhen.png);
}
#tabCon-region1
{
	background-image: url(../images/region_huazhongdiqu.png);
}
#tabCon-region2
{
	background-image: url(../images/region_huabeidiqu.png);
}
#tabCon-region3
{
	background-image: url(../images/region_zhuhai.png);
}
.region-info
{
	padding: 20px 0;
}
.region-info .address
{
	font-size: 14px;
	color: #999999;
}
.region-info .address dl
{
	margin-bottom: 15px;
	overflow: hidden;
}
.region-info .address dt
{
	float: left;
	width: 42px;
	white-space: nowrap;
}
.region-info .address dd
{
	float: left;
	width: 388px;
}
.region-info .action
{
	margin-top: 40px;
	overflow: hidden;
}
.region-info .action .btnf-touchOnline, .region-info .action a, .region-info .action .btnf-touch
{
	float: left;
	width: 102px;
	height: 28px;
	border: 1px solid #ff503f;
	border-radius: 3px;
	margin-right: 10px;
	background: #ff503f;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	transition: all .2s linear;
}
.region-info .action .btnf-touch
{
	background-color: #ffffff;
	color: #ff503f;
}
.region-info .action .btnf-touchOnline .icon-headset
{
	background-position: -32px -16px;
}
.region-info .action .btnf-touchOnline:hover
{
	background: #fc7b6f;
}
.region-info .action .btnf-touch:hover
{
	background: #ff503f;
	color: #ffffff;
}


/*=============================================================== 兼容1024分辨率 ===============================================================*/
/*--banner 幻灯片--*/
.screen1024 .banner .sliderBox .tip
{
	margin-left: -500px;
}

/*products*/
.screen1024 .products, .screen1024 .projects
{
	width: 896px;
	margin-left: auto;
	margin-right: auto;
}

/*cases*/
.screen1024 .imgViewer .bigImg
{
	height: 400px;
}
.screen1024 .imgViewer .imgViewer-img
{
	width: 475px;
	height: 400px;
}
.screen1024 .imgViewer .imgViewer-txt
{
	width: 425px;
	height: 340px;
}
.screen1024 .imgViewer .imgViewer-title
{
	font-size: 24px;
}
.screen1024 .imgViewer .imgViewer-desc
{
	margin-top: 20px;
	height: 300px;
}
.screen1024 .imgViewer .smallImg-m li
{
	margin: 0;
}

.screen1024 .cases
{
	width: 962.5px;
	margin-left: auto;
	margin-right: auto;
}

/*zoomNav*/
.screen1024 .zoomNav .li2
{
	left: 65px;
}
.screen1024 .zoomNav .li3
{
	left: 140px;
}
.screen1024 .zoomNav .li4
{
	left: 238px;
}
.screen1024 .zoomNav .li5
{
	left: 341px;
}
.screen1024 .zoomNav .li6
{
	left: 468px;
}
.screen1024 .zoomNav .li7
{
	left: 609px;
}
.screen1024 .zoomNav .li8
{
	left: 737px;
}
.screen1024 .zoomNav .li9
{
	left: 835px;
}
.screen1024 .zoomNav .li10
{
	left: 918px;
}

.screen1024 .zoomNav .li1:hover
{
	margin-left: -36px;
}
.screen1024 .zoomNav .li10:hover
{
	margin-left: -156px;
}
zoomNav .li6
{
	left: 468px;
}
.screen1024 .zoomNav .li7
{
	left: 609px;
}
.screen1024 .zoomNav .li8
{
	left: 737px;
}
.screen1024 .zoomNav .li9
{
	left: 835px;
}
.screen1024 .zoomNav .li10
{
	left: 918px;
}

.screen1024 .zoomNav .li1:hover
{
	margin-left: -36px;
}
.screen1024 .zoomNav .li10:hover
{
	margin-left: -156px;
}
.case
{
	background: rgba(0, 0, 0, 0) url(  "../Images/deindex_201.jpg" ) no-repeat scroll center top;
	height: 650px;
	width: 100%;
}
.on_active .case_info
{
	transform: translateY(0px);
}
.on_active .sale_one_01, .on_active .sale_one_02, .on_active .sale_one_03, .on_active .sale_one_04, .on_active .sale_one_05, .on_active .sale_two_01, .on_active .sale_two_02, .on_active .sale_three_01, .on_active .sale_three_02, .on_active .sale_three_03, .on_active .sale_three_04, .on_active .case_info, .on_active .case_list ul, .on_active .app_left, .on_active .app_flash_one, .on_active .app_flash_two, .on_active .news_list, .on_active .banner_one_pic
{
	opacity: 1;
}
.case_info
{
	margin: 0 auto;
	padding: 85px 0 50px;
	transition: all 0.5s linear 0.1s;
	width: 457px;
}
.case ul li.caseli
{
	transition: all 0.5s ease-in-out 0s;
}
.case ul li
{
	cursor: pointer;
	display: inline;
	float: left;
	height: 179px;
	margin: 0 1px 5px 0;
	overflow: hidden;
	position: relative;
	width: 289px;
}
.pro_btn_two
{
	margin-top: 70px;
	text-align: center;
}
.case_info h3
{
	background-position: 0 -245px;
	border-bottom: 1px solid #c7d7df;
	font-size: 30px;
	padding-bottom: 12px;
}
.pro_btn_two a
{
	background: #0092db none repeat scroll 0 0;
	border: 1px solid #0092db;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	width: 196px;
}
.w1160
{
	margin: 0 auto;
	width: 1160px;
}
.clr
{
}
.clr::after
{
	clear: both;
	content: "";
	display: table;
}
.case ul li.nomarinr
{
	line-height: 180px;
	margin-right: 0;
	text-align: center;
}
.graybox
{
	background-color: #caced2;
	opacity: 0.5;
}

.graybox, .morecase a
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 80;
}
.morecase a
{
	color: #54585b;
	font-size: 18px;
}
.morecase a:hover
{
	color: #fff;
	background-color: #0092db;
}
