@charset "utf-8";
#banner {
	position: relative;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1920px;
	height: 410px;
	overflow: hidden;
}
#banner>* {
	position: absolute;
}
#banner>div {
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: left .3s;
	display: none;
}
#banner>div>a {
	display: block;
	height: 100%;
}
#banner>ul {
	left: 50%;
	bottom: 20px;
	opacity: .8;
	transform: translateX(-50%);
}
#banner>ul li {
	float: left;
	margin: 0 4px;
	width: 35px;
	height: 6px;
	text-indent: 35px;
	overflow: hidden;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
	cursor: pointer;
	transition: all .2s;
}
#banner>ul li:hover {box-shadow: 0 0 8px rgba(0,0,0,.8)}
#banner>ul .s {
	background-color: #c00;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.4) !important;
	cursor: default;
}
#banner .p_p, #banner .n_p {
	top: 50%;
	margin-top: -40px;
	width: 40px;
	height: 80px;
	cursor: pointer;
	background-color: rgba(127,127,127,.5);
	opacity: 0;
	transition: opacity .3s;
}
#banner .p_p {left: 0}
#banner .n_p {right: 0}
#banner .p_p:before, #banner .n_p:before {
	content: '';
	position: absolute;
	top: 22px;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);	
	transform: rotate(45deg);
}
#banner .p_p:before {
	left: 13px;
	border-top: none;
	border-right: none;
}
#banner .n_p:before {
	right: 13px;
	border-left: none;
	border-bottom: none;
}
#banner:hover .p_p, #banner:hover .n_p {opacity: .5}
#banner .p_p:hover, #banner .n_p:hover {opacity: 1}
#news {
	padding-top: 35px;
	overflow: hidden;
}
#news>div {
	float: left;
	margin: 0 20px;
	overflow: hidden;
}
#news .t {
	height: 44px;
	line-height: 43px;
	font-size: 22px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}
#news .t :before{
	content: "";
	float: left;
	margin: 12px 10px 0 0;
	width: 3px;
	height: 20px;
	background-color: #e00;
}
#news>.p1 {
	width: 288px;
	height: 354px;
}
#news>.p2 {
	width: 456px;
}
#news>.p3 {
	width: 336px;
	height: 354px;
}
#news>.p1>p {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#news>.p1 img {
	display: block;
	width: 288px;
	height: 162px;
	margin-top: 6px;
}
#news>.p1>a {
	clear: left;
	float: left;
	font-size: 15px;
	line-height: 27px;
	max-width: 288px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#news>.p1>p~a {
	font-size: 14px;
	line-height: 24px;
}
#news>.p1>a:before {
	content: "\2022";
	padding-right: 6px;
	user-select: none;
}
#news>.p2>.lnks {
	margin-left: -32px;
}
#news>.p2>.lnks p {
	margin: 10px 0 10px 32px;
	font-size: 17px;
	line-height: 28px;
	font-weight: bold;
}
#news>.p2>.lnks a {
	display: inline-block;
	white-space: nowrap;
}
#news>.p2>.lnks p a {
	margin-right: 17px;
}
#news>.p2>.lnks>a {
	position: relative;
	margin-left: 32px;
}
#news>.p2>.lnks>a:before {
	content: "\007c";
	position: absolute;
	left: -18px;
	color: #333;
	cursor: default;
	user-select: none;
	pointer-events: none;
}
#notice {
	position: relative;
	line-height: 22px;
}
#notice>* {
	position: absolute;
}
#notice>div {
	width: 100%;
	top: 0;
	transition: left .3s;
	display: none;
}
#notice>ul {
	left: 50%;
	top: 165px;
	opacity: .8;
	transform: translateX(-50%);
}
#notice>ul li {
	float: left;
	margin: 0 3px;
	width: 9px;
	height: 9px;
	text-indent: 9px;
	overflow: hidden;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	transition: all .2s;
}
#notice>ul li:hover {box-shadow: 0 0 5px 2px rgba(255,255,255,.75)}
#notice>ul .s {
	background-color: #c00;
	cursor: default;
}
#notice>ul .s:hover {box-shadow: none}
#notice img {
	display: block;
	width: 336px;
	height: 189px;
	margin-bottom: 6px;
}
#notice p {
	line-height: 34px;
	overflow: hidden;
}
#notice a {
	float: left;
	max-width: 336px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title {
	padding-top: 45px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #999;
}
.title p {
	font-size: 34px;
	line-height: 70px;
	color: #333;
}
#devMain {
	position: relative;
	margin: 30px 20px;
	height: 378px;
}
#devMain>* {
	position: absolute;
}
#devMain>img {
	top: 0;
	left: 146px;
	width: 868px;
	height: 378px;
	opacity: 0;
	transition: opacity .3s;
}
#devMain>div {
	width: 126px;
	height: 112px;
	text-align: center;
	border: 1px solid #ddd;
	transition: color .3s;
}
#devMain>div:before {
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	margin: 10px auto 4px;
	background: url(../img/index_ico.png) 0 0 no-repeat #aaa;
	transition: background-color .3s;
}
#devMain>.p1 {top: 0;left: 0}
#devMain>.p2 {top: 0;right: 0}
#devMain>.p3 {top: 132px;left: 0}
#devMain>.p4 {top: 132px;right: 0}
#devMain>.p5 {top: 264px;left: 0}
#devMain>.p6 {top: 264px;right: 0}
#devMain>.p1:before {background-position: 0 0}
#devMain>.p2:before {background-position: -64px 0}
#devMain>.p3:before {background-position: 0 -64px}
#devMain>.p4:before {background-position: -64px -64px}
#devMain>.p5:before {background-position: 0 -128px}
#devMain>.p6:before {background-position: -64px -128px}
#devMain>.s {color: #c00}
#devMain>.s:before {background-color: #c00}
#project {
	padding-bottom: 45px;
	background-color: #e9e9e9;
}
#proMain {
	position: relative;
	margin: 40px 20px 0;
	height: 470px;
	overflow: hidden;
}
#proMain h3 {
	font-size: 14px;
	font-weight: normal;
}
#proMain>div {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	display: none;
	transition: left .3s;
}
#proMain>div>* {
	position: relative;
	float: left;
	width: 284px;
}
#proMain>div>div {
	height: 434px;
}
#proMain>div>div>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(0,0,0,.66);
	opacity: 0;
	transition: opacity .2s;
}
#proMain>div>div h3 {
	margin: 50px 50px 0;
	font-size: 46px;
	line-height: 80px;
}
#proMain>div>div p {
	margin: 0 50px;
	height: 198px;
	font-size: 15px;
	overflow: hidden;
}
#proMain>div>div a {
	margin-left: 50px;
	display: block;
	width: 90px;
	height: 28px;
	color: #fff;
	line-height: 27px;
	text-align: center;
	border: 1px solid #fff;
}
#proMain>div>div a:hover {
	border-color: #c00;
	background-color: #c00;
}
#proMain>div>div:hover div {
	opacity: 1;
}
#proMain>div>a {
	margin: 0 0 8px 8px;
	height: 213px;
	overflow: hidden;
}
#proMain>div>a img {
	display: block;
	width: 100%;
	height: 100%;
}
#proMain>div>a h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 38px;
	text-indent: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
	transition: bottom .2s;
}
#proMain>div>a div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.66);
	opacity: 0;
	transition: opacity .2s;
}
#proMain>div>a div:before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#proMain>div>a div:after {
	content: "";
	position: absolute;
	right: 6px;
	bottom: 20px;
	width: 28px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
}
#proMain>div>a p {
	margin: 31px 30px;
	height: 150px;
	line-height: 25px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
#proMain>div>a:hover h3 {
	bottom: -40px;
}
#proMain>div>a:hover div {
	opacity: 1;
}
.btn {
	position: relative;
	margin: auto;
	width: 350px;
	height: 32px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #c00;
	user-select: none;
}
.btn span {
	position: absolute;
	top: 0;
	width: 36px;
	height: 32px;
	background: url(../img/ico.png) center 12px no-repeat;
	cursor: pointer;
	transition: background-color .2s;
}
.btn span:first-child {
	left: 0;
}
.btn span:last-child {
	right: 0;
	background-position: center -16px;
}
.btn span:hover {
	background-color: #e00;
}
#team {
	padding: 80px 0;
	overflow: hidden;
}
#team .t {
	float: left;
	margin: 0 20px;
	width: 248px;
}
#team .t>h2 {
	font-size: 34px;
	font-weight: normal;
	line-height: 50px;
}
#team .t>h2:after {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	margin: 5px 0;
	background-color: #e00;
}
#team .t>span {
	font-size: 15px;
}
#team .t>p {
	margin: 15px 0 30px;
	height: 120px;
	overflow: hidden;
}
#team .t>a {
	display: block;
	width: 110px;
	height: 37px;
	color: #c00;
	line-height: 36px;
	text-align: center;
	border: 1px solid #c00;
}
#team .t>a:hover {
	color: #fff;
	background-color: #c00;
}
#teamList {
	position: relative;
	margin-top: 10px;
	float: left;
	width: 896px;
	height: 290px;
	overflow: hidden;
}
#teamList>* {
	position: absolute;
}
#teamList>div {
	width: 100%;
	top: 0;
	transition: left .3s;
	display: none;
}
#teamList>ul {
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
#teamList>ul li {
	float: left;
	margin: 0 3px;
	width: 9px;
	height: 9px;
	text-indent: 24px;
	overflow: hidden;
	border-radius: 4px;
	background-color: #999;
	cursor: pointer;
	transition: all .2s;
}
#teamList>ul li:hover {background-color: #c00}
#teamList>ul .s {
	width: 24px;
	background-color: #c00;
	cursor: default;
}
#teamList>ul .s:hover {box-shadow: none}
#teamList a {
	float: left;
	margin: 0 4px;
	width: 214px;
	height: 256px;
	text-align: center;
	border: 1px solid #ccc;
}
#teamList a>div {
	display: block;
	margin: 15px auto 4px;
	width: 98px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden;
}
#teamList a>div>img {
	display: block;
	width: 100%;
	height: auto;
}
#teamList a>h3 {
	font-size: 15px;
}
#teamList a>span {
	font-size: 12px;
	line-height: 20px;
	color: #e00;
}
#teamList a>p {
	margin: 10px 15px 0;
	padding-top: 8px;
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
#cases {
	padding-bottom: 45px;
	background-color: #e9e9e9;
}
#cases section {
	background: url(../img/caseBg.png) 150px 50px no-repeat;
}
#cases .title {
	padding: 200px 0 0 720px;
	height: 300px;
	text-align: left;
}
.title p {
	line-height: 50px;
}
#cases .title p:after {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	margin: 10px 0;
	background-color: #e00;
}
#caseMain {
	position: relative;
	margin: 0 auto;
	width: 1176px;
	height: 150px;
	overflow: hidden;
}
#caseMain>div {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	display: none;
	transition: left .3s;
}
#caseMain>div>a {
	position: relative;
	float: left;
	margin: 0 5px;
	width: 224px;
	height: 126px;
	overflow: hidden;
}
#caseMain>div>a.noPic {
	background: url(../img/noPic.png) center 0 no-repeat #eee;
	background-size: contain;
}
#caseMain>div>a img {
	display: block;
	width: 100%;
	height: 100%;
}
#caseMain>div>a h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-indent: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
	transition: bottom .2s;
}
#caseMain>div>a div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.66);
	opacity: 0;
	transition: opacity .2s;
}
#caseMain>div>a div:before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 15px;
	height: 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#caseMain>div>a div:after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 18px;
	width: 20px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
}
#caseMain>div>a div p {
	margin: 27px 28px;
	height: 72px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#caseMain>div>a:hover h3 {
	bottom: -40px;
}
#caseMain>div>a:hover div {
	opacity: 1;
}
#customer>p {
	padding: 40px 15px;
	text-align: center;
}
#customer>p>* {
	display: inline-block;
	margin: 10px 20px;
}