/* CSS Document */

@charset "utf-8";
	* {
	margin:0;
	padding:0;
}
body {
	font:14px/1.5 "Microsoft Yahei";
	color:#333;
	cursor:default;
}
img {
	border:0px;
	vertical-align:top;
}
ul,ol {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input,textarea,select {
	font:14px/1 "Microsoft Yahei";
	color:#555;
	outline:0;
}
textarea {
	resize:none;
	overflow:auto;
}
input[type='checkbox'],input[type='radio'] {
	vertical-align:-2px;
	margin-right:5px;
}
h1,h2,h3,h4,h5,h6,font {
	font-size:14px;
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:active {
	color:#e0272c;
}
em {
	font-style:normal;
}
h3,h4 {
	font-weight:400;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#e5e5e5;
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color:#e5e5e5;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#e5e5e5;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#e5e5e5;
}
.clearfix:after {
	content:"";
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
	width:100%;
	height:1px;
}
.hidden {
	display:none;
}
.center {
	text-align:center;
}
.autocut {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-break:break-all;
}
.ease {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
a {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
.noease,.noease * {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.wrap {
	width:1200px;
	margin:0 auto;
	position:relative;
}
body {
	max-width:100%;
	overflow-x:hidden;
}
/* 网站公共头部区域 */

.p-header {
	position:relative;
	z-index:9999;
	width:100%;
	height:140px;
	background:#0f0f0f;
}
.p-header .topCon {
	width:100%;
	height:60px;
	background:#181818;
}
.p-header .topCon p {
	float:left;
	line-height:60px;
	font-size:14px;
	color:#bcbcbc;
}
.p-header .topCon .search {
	float:right;
	height:32px;
	margin-top:14px;
}
.p-header .topCon .search form {
	height:32px;
}
.p-header .topCon .search form .keyword {
	float:left;
	width:200px;
	height:30px;
	font-size:14px;
	border:1px solid #313131;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background:none;
	text-indent:12px;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
}
.p-header .topCon .search form .keyword:hover {
	width:230px;
}
.p-header .topCon .search form .keyword::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */

    color:#5e5e5e;
	opacity:1;
}
.p-header .topCon .search form .keyword::-ms-placeholder {
	/* Mozilla Firefox 19+ */

    color:#5e5e5e;
	opacity:1;
}
.p-header .topCon .search form .keyword::-webkit-input-placeholder {
	color:#5e5e5e;
	opacity:1;
}
.p-header .topCon .search form .btn {
	float:left;
	display:block;
	width:40px;
	height:32px;
	box-shadow:4px 4px 0px #000;
	background:none;
	border:none;
	margin-left:8px;
	font-size:14px;
	color:#bcbcbc;
	text-align:center;
	line-height:32px;
	cursor:pointer;
}
.p-header .menuBox {
	width:100%;
	height:80px;
}
.p-header .menuBox h1 {
	float:left;
	width:130px;
}
.p-header .menuBox h1 img {
	display:block;
	/*width:130px;*/
	height:60px;
	margin-top: 10px;
}
.p-header .menuBox ul {
	float:right;
}
.p-header .menuBox ul li {
	position:relative;
	float:left;
	height:80px;
	margin:0 10px;
}
.p-header .menuBox ul li > a {
	display:block;
	width:82px;
	height:34px;
	font-size:14px;
	color:#bcbcbc;
	margin-top:23px;
	line-height:34px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.p-header .menuBox ul li > a .fa {
	display:inline-block;
	width:10px;
	height:6px;
	margin-left:2px;
	background:url(../images/fa-angle-down.png) no-repeat;
}

.p-header .menuBox ul li > a:hover {
	background:#2a85fa;
	color:#fff;
}
.p-header .menuBox ul li.on > a{
	background:#2a85fa;
	color:#fff;
}
.p-header .menuBox ul li > a:hover .fa {
	background:url(../images/fa-angle-down-1.png) no-repeat;
}
.p-header .menuBox ul li .dropdown-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	top:180px;
	width:150px;
	background:rgba(0,0,0,0.8);
}
.p-header .menuBox ul li .dropdown-menu a {
	display:block;
	width:100%;
	line-height:32px;
	line-height:32px;
	font-size:14px;
	color:#fff;
	text-indent:20px;
}
.p-header .menuBox ul li .dropdown-menu a:hover {
	background:#c20f22;
}
.p-header .menuBox ul li:hover .dropdown-menu {
	animation:fadeInUp 400ms;
	-webkit-animation:fadeInUp 400ms;
	-moz-animation:fadeInUp 400ms;
}
/*首页banner*/

.i-banner {
	position:relative;
	width:100%;
	height:405px;
	overflow:hidden;
}
.i-banner ul {
	width:100%;
	height:100%;
}
.i-banner ul li {
	width:100%;
	height:405px;
}
.i-banner .flexslider {
	position:relative;
	height:405px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.flex-control-paging li a {
	width:20px !important;
	height:20px !important;
	background:url(../images/flex-control-nav-bg.png) 0 0 no-repeat !important;
}
.flex-control-paging li a.flex-active {
	background-position:0 -20px !important;
}
/* 首页服务 */

#feature {
	background:#f2f2f2;
	padding:40px 0;
}
#feature .container {
	width:1200px;
	margin:0 auto;
}
#feature .fw-tit {
	width:300px;
	height:100px;
	margin:0 auto;
}
#feature .fw-tit img {
	display:block;
	width:300px;
	height:100px;
}
#feature .section-content {
	width:100%;
}
#feature .section-content .marketing_list {
	margin:auto;
	text-align:center;
	color:#fff;
}
#feature .section-content .marketing_list li {
	position:relative;
	float:left;
	width:15.5%;
	min-width:135px;
	margin:50px 0.5% 50px 0.5%;
}
.marketing_list li .icon {
	position:absolute;
	top:0;
	left:50%;
	width:128px;
	margin-left:-64px;
}
.marketing_list li .circular {
	position:absolute;
	width:128px;
	height:128px;
	background:url(../images/icon2.png) no-repeat;
	-webkit-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	z-index:2;
}
.marketing_list li .l {
	clip:rect(128px,64px,128px,0);
}
.marketing_list li .r {
	clip:rect(0,128px,0,64px);
}
.marketing_list li:hover .l {
	clip:rect(0,64px,128px,0);
}
.marketing_list li:hover .r {
	clip:rect(0,128px,128px,64px);
}
.marketing_list .icon em {
	font-size:48px;
	height:128px;
	width:128px;
	margin:0px;
	border-radius:100%;
	line-height:128px;
	text-align:center;
	background:#ffffff;
	color:#c52d2f;
	box-shadow:inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow:inset 0 0 0 5px #f2f2f2;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	-o-transition:500ms;
	transition:500ms;
	float:left;
	margin-right:25px;
}
.marketing_list .icon em {
	font-size:48px;
	height:128px;
	width:128px;
	margin:0px;
	border-radius:100%;
	line-height:128px;
	text-align:center;
	background:#ffffff;
	color:#c52d2f;
	box-shadow:inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow:inset 0 0 0 5px #f2f2f2;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	-o-transition:500ms;
	transition:500ms;
	float:left;
	margin-right:25px;
}
.marketing_list .icon img {
	margin-top:35px;
}
.marketing_list li h4 {
	margin:145px auto 6px;
	font-size:1.35em;
}
.marketing_list li h4 a {
	color:#c52d2f;
}
.marketing_list li p {
	line-height:2em;
	color:#787878;
}
/* 服务列表 */
#recent-works {
	padding:40px 0;
}
#recent-works .fwList-nav {
	width:100%;
	overflow:hidden;
	padding:45px 0;
	text-align:center;
}
#recent-works .fwList-nav a {
	display:inline-block;
	width:100px;
	height:34px;
	border:1px solid #dedede;
	margin:0 10px 10px 0;
	text-align:center;
	line-height:34px;
	font-size:16px;
	color:#000;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
#recent-works .fwList-nav a:hover {
	border-color:#c20f22;
}
#recent-works .fwList-nav a.on {
	background:url(../images/fwList-nav-on-bg.png) no-repeat;
	border:none;
	color:#fff;
}
.partner-list {
	width:100%;
	text-align:center;
	padding-right:15px;
	padding-left:15px;
}
.partner-list li {
	list-style:none;
	float:left;
	width:25%;
	box-sizing:border-box;
	min-height:80px;
	padding-top:24px;
	-webkit-transition:all .8s ease-in-out 0s;
	-moz-transition:all .6s ease-in-out 0s;
	transition:all .6s ease-in-out 0s;
	position:relative;
	text-align:center;
}
.partner-list li .con {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#fff;
	transition:all 1.28s ease;
}
.partner-list li .con .img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	transition:all .8s;
}
.partner-list li .con .img img {
	max-width:90%;
	margin-top:12px !important;
}
.partner-list li h4 {
	margin:22% 0 6px 0;
	width:100%;
	opacity:0;
	font-size:1.36em;
	display:block;
	transition:opacity .2s ease;
}
.partner-list li p {
	position:relative;
	top:30%;
	opacity:0;
	font-size:1.1em;
	transition:all .5s ease .38s;
}
.partner-list li .ck {
	margin-top:67.567%;
}
.partner-list li:hover .con {
	background:#dd161a;
}
.partner-list li:hover .con .img {
	opacity:0;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
}
.partner-list li:hover h4 {
	opacity:1;
	-webkit-animation:rollIn .76s;
	animation:rollIn .76s;
	color:#fff;
}
.partner-list li:hover p {
	top:0;
	opacity:1;
}
/* 首页公司简介 */

.i-jianjie {
	width:100%;
	height:584px;
	background:url(../images/i-jianjie-bg.jpg) center top no-repeat;
}
.i-jianjie .jian-tit {
	width:1200px;
	padding-top:50px;
}
.i-jianjie .jian-con {
	width:100%;
	margin-top:20px;
}
.i-jianjie .jian-con dl {
	float:left;
	width:348px;
	margin:0 26px;
	-webkit-transition:all 400ms;
	-moz-transition:all 400ms;
	-ms-transition:all 400ms;
	-o-transition:all 400ms;
	transition:all 400ms;
	position:relative;
	top:0;
}
.i-jianjie .jian-con dl:hover {
	top:-30px;
}
.i-jianjie .jian-con dl dt {
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.i-jianjie .jian-con dl dt h3 {
	width:100%;
	font-size:24px;
	color:#fff;
	line-height:50px;
	font-family:"Times New Roman";
}
.i-jianjie .jian-con dl dt h3 span {
	font-family:"微软雅黑";
	font-size:16px;
}
.i-jianjie .jian-con dl dt p {
	width:100%;
	height:72px;
	overflow:hidden;
	font-size:14px;
	color:#dedede;
	line-height:24px;
}
.i-jianjie .jian-con dl .pic {
	width:100%;
	margin-top:30px;
}
.i-jianjie .jian-con dl .pic img {
	display:block;
	width:348px;
	height:170px;
}
/* 首页视频 */

.i-shipin {
	width:100%;
	padding:40px 0;
}
.i-shipin .leftCon {
	float:left;
	width:580px;
}
.i-shipin .leftCon .tit {
	width:100%;
}
.i-shipin .leftCon .tit img {
	display:block;
	width:580px;
	height:80px;
}
.i-shipin .leftCon .lfBd {
	margin-top:40px;
}
.i-shipin .leftCon .lfBd .iframe {
	width:580px !important;
	height:350px !important;
}
.i-shipin .rightCon {
	float:right;
	width:580px;
	border:1px solid #dddddd;
	margin-top:20px;
}
.i-shipin .rightCon dl {
	width:100%;
}
.i-shipin .rightCon dl dt {
	width:100%;
	height:45px;
	border-bottom:1px solid #ddd;
	font-size:16px;
	color:#666;
	line-height:45px;
	text-indent:12px;
}
.i-shipin .rightCon dl dt .arrow {
	float:right;
	display:block;
	width:45px;
	height:45px;
	background:#d8d8d8 url(../images/i-shipin-arrow-bg2.png) no-repeat;
	font-size:26px;
	color:#868686;
	line-height:45px;
	border-left:1px solid #ddd;
}
.i-shipin .rightCon dl dd {
	display:none;
	width:92%;
	max-height:160px;
	overflow:hidden;
	padding:15px 0;
	margin:0 auto;
}
.i-shipin .rightCon dl.on {
	border-bottom:1px solid #ddd;
}
.i-shipin .rightCon dl.on dt .arrow {
	background:#c20f22 url(../images/i-shipin-arrow-bg1.png) no-repeat;
	color:#fff;
}
.i-shipin .rightCon dl.on dt {
	background:#000000;
	color:#fff;
}
.i-shipin .rightCon dl.on dd {
	display:block;
}
/* 首页案例 */

.i-anli {
	width:100%;
	height:502px;
	background:url(../images/i-anli-bg.jpg) center top no-repeat;
}
.i-anli .alLst {
	width:1000px;
	margin:0 auto;
	padding-top:150px;
}
.i-anli .alLst ul {
	width:100%;
}
.i-anli .alLst li {
	float:left;
	margin:20px 50px;
}
.i-anli .alLst li a {
	position:relative;
	display:block;
	top:0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
}
.i-anli .alLst li img {
	display:block;
	/*width:150px;
	height:75px;*/
	width: 180px;
	height: 45px;
}
.i-anli .alLst li a:hover {
	background:#fff;
	top:-12px;
}
/* 网站公共底部 */

.p-footer {
	position:relative;
	z-index:999;
	width:100%;
}
.p-footer .item1 {
	width:100%;
	height:60px;
	padding:30px 0;
	background:#000;
}
.p-footer .item1 h4 {
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.p-footer .item1 p {
	font-size:14px;
	color:#fff;
}
.p-footer .item1 .left {
	float:left;
}
.p-footer .item1 .right {
	float:right;
}
.p-footer .item1 .right h4 {
	float:left;
}
.p-footer .item1 .right .guanzhu {
	float:left;
}
.p-footer .item1 .right .guanzhu .pic {
	position:relative;
	float:left;
	margin-left:20px;
	cursor:pointer;
}
.p-footer .item1 .right .guanzhu .pic .ewm {
	position:absolute;
	left:-160px;
	top:-118px;
	z-index:9999;
	display:block;
	width:160px;
	height:160px;
	display:none;
}
.p-footer .item1 .right .guanzhu .pic:hover .ewm {
	display:block;
}
.p-footer .item2 {
	border-top:8px solid #c20f22;
	padding-top:30px;
	background:#000000;
	padding-bottom:30px;
}
.p-footer .item2 .wrap {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.p-footer .item2 dl {
	float:left;
	width:200px;
	text-align:center;
}
.p-footer .item2 dl dt {
	font-size:16px;
	color:#fff;
	background:url(../images/p-footer-dl-bg.png) right center no-repeat;
}
.p-footer .item2 dl dd {
	width:100%;
	margin-top:12px;
}
.p-footer .item2 dl dd a {
	display:block;
	font-size:14px;
	color:#bcbcbc;
	line-height:30px;
}
.p-footer .item2 dl dd a:hover {
	color:#fff;
}
/*图片列表*/

.pg-page {
	width:100%;
	padding:50px 0;
	text-align:center;
}
.pg-page * {
	display:inline-block;
	padding:0 12px;
	height:34px;
	margin:0 4px;
	line-height:34px;
	font-size:14px;
	color:#333;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
.pg-page a.on,.pg-page a:hover {
	background:#c20f22;
	color:#fff;
}
.min-banner {
	margin:40px 0;
}
/* 新闻列表 */

.pg-news-list {
	width:100%;
	padding-bottom:50px;
}
.pg-news-list > .tit {
	width:100%;
	height:100px;
	margin:50px 0;
}
.pg-news-list .tit img {
	display:block;
	height:100px;
	margin:0 auto;
}
.pg-news-list .xw-bd {
	width:100%;
	overflow:hidden;
}
.pg-news-list .xw-bd ul {
	width:100%;
}
.pg-news-list .xw-bd li {
	width:100%;
}
.pg-news-list .xw-bd li .wrap {
	height:150px;
	overflow:hidden;
	padding:40px 0;
	border-bottom:1px solid #ddd;
}
.pg-news-list .xw-bd li .pic {
	float:left;
	display:block;
	border:1px solid #ddd;
}
.pg-news-list .xw-bd li .pic img {
	display:block;
	width:212px;
	height:144px;
	padding:3px;
}
.pg-news-list .xw-bd li .info {
	float:left;
	width:720px;
	margin-left:50px;
}
.pg-news-list .xw-bd li .info .tit {
	display:block;
	width:100%;
	line-height:30px;
	font-size:20px;
	color:#000;
}
.pg-news-list .xw-bd li .info p {
	width:100%;
	height:48px;
	overflow:hidden;
	line-height:24px;
	font-size:14px;
	color:#666;
	margin:20px 0;
}
.pg-news-list .xw-bd li .info .t-m {
	width:100%;
}
.pg-news-list .xw-bd li .info .time {
	float:left;
	line-height:24px;
	font-size:14px;
	color:#666;
}
.pg-news-list .xw-bd li .info .more {
	float:right;
	display:block;
	width:72px;
	height:28px;
	border:1px solid #989898;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	text-align:center;
	line-height:28px;
}
.pg-news-list .xw-bd li.on .info .tit {
	color:#fff;
}
.pg-news-list .xw-bd li.on {
	background:#ad0c1e;
}
.pg-news-list .xw-bd li.on .info p {
	color:#fff;
}
.pg-news-list .xw-bd li.on .info .t-m {
	color:#fff;
}
.pg-news-list .xw-bd li.on .info .time {
	color:#fff;
}
.pg-news-list .xw-bd li.on .info .more {
	background:#fff;
	color:#ad0c1e;
	border:none;
}
/* 公司简介 */

.pg-about {
	width:100%;
	padding-bottom:100px;
}
.pg-about .nav {
	width:1200px;
	text-align:center;
	padding:50px 0;
}
.pg-about .nav a {
	display:inline-block;
	width:98px;
	height:34px;
	border:1px solid #ddd;
	text-align:center;
	line-height:34px;
	font-size:14px;
	color:#333;
	margin:0 4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
.pg-about .nav a:hover,.pg-about .nav a.on {
	background:#c20f22;
	color:#fff;
}
.pg-about .at-con {
	width:1200px;
}
.pg-about .at-con p {
	font-size:14px;
	color:#666;
	line-height:24px;
}
.pg-about .td-list {
	width:100%;
	overflow:hidden;
}
.pg-about .td-list ul {
	width:100%;
}
.pg-about .td-list li {
	width:100%;
	height:382px;
	overflow:hidden;
	margin-top:60px;
}
.pg-about .td-list li .pic {
	float:left;
	display:block;
	width:305px;
	height:382px;
}
.pg-about .td-list li .pic img {
	display:block;
	width:305px;
	height:382px;
}
.pg-about .td-list li .info {
	float:left;
	width:720px;
	margin-left:140px;
}
.pg-about .td-list li .info .name {
	width:100%;
	height:60px;
	overflow:hidden;
}
.pg-about .td-list li .info .name .t {
	float:left;
	width:140px;
}
.pg-about .td-list li .info .name .t h4 {
	font-size:28px;
	color:#010101;
	line-height:30px;
}
.pg-about .td-list li .info .name .t span {
	display:block;
	font-size:14px;
	color:#999;
	line-height:24px;
}
.pg-about .td-list li .info .name .z {
	}.pg-about .td-list li .info .name .z p {
	font-size:12px;
	color:#c30202;
}
.pg-about .td-list li .info .icon {
	width:100%;
	height:17px;
	margin:20px 0;
}
.pg-about .td-list li .info .desc {
	font-size:14px;
	color:#333;
	margin-top:40px;
	line-height:40px;
}
/* 详情页 */

.pg-pos {
	width:100%;
	height:60px;
	border-bottom:1px solid #ddd;
}
.pg-pos p {
	font-size:14px;
	color:#666;
	line-height:60px;
}
.pg-detail {
	width:100%;
	padding-bottom:40px;
}
.pg-detail .d-tit {
	width:100%;
	text-align:center;
	padding:50px 0;
}
.pg-detail .d-tit h4 {
	font-size:34px;
	color:#333;
	line-height:60px;
}
.pg-detail .d-tit p {
	font-size:14px;
	color:#666;
	line-height:24px;
}
.pg-detail .d-con {
	width:1200px;
	overflow:hidden;
}
.pg-detail .d-con p iframe {
	width:800px !important;
	height:510px !important;
	margin:0 auto !important;
}
.pg-detail .d-con .picBox {
	width:1200px;
}
.pg-detail .d-con .picBox .b-pic {
	width:1030px;
	height:548px;
	margin:0px auto 30px;
}
.pg-detail .d-con .picBox .b-pic img {
	display:block;
	display:none;
	width:1030px;
	height:548px;
}
.pg-detail .d-con .picBox .s-pic {
	width:1200px;
	height:130px;
}
.pg-detail .d-con .picBox .s-pic .list {
	position:relative;
}
.pg-detail .d-con .picBox .s-pic .list .hd {
	position:absolute;
	left:0;
	top:0;
	width:1200px;
	height:124px;
}
.pg-detail .d-con .picBox .s-pic .list .hd a {
	position:absolute;
	top:0;
	display:block;
	width:50px;
	height:124px;
	background:#000;
}
.pg-detail .d-con .picBox .s-pic .list .hd a.prev {
	left:0;
	background:url(../images/picScrollSpic-prev.png) no-repeat;
}
.pg-detail .d-con .picBox .s-pic .list .hd a.next {
	right:0;
	background:url(../images/picScrollSpic-next.png) no-repeat;
}
.pg-detail .d-con .picBox .s-pic .list .bd {
	position:relative;
	z-index:99;
	width:1030px;
	margin:0 auto;
}
.pg-detail .d-con .picBox .s-pic .list .bd ul {
	}.pg-detail .d-con .picBox .s-pic .list .bd ul li {
	float:left;
	margin:0 14px;
}
.pg-detail .d-con .picBox .s-pic .list .bd ul li img {
	display:block;
	width:172px;
	height:118px;
	padding:2px;
	border:1px solid #ddd;
	cursor:pointer;
}
.pg-detail .d-con .picBox .s-pic .list .bd ul li:hover img,.pg-detail .d-con .picBox .s-pic .list .bd ul li.on img {
	border:1px solid #c00f22;
}
.p-n-group {
	width:100%;
	margin-top:50px;
}
.p-n-group > div {
	height:30px;
}
.p-n-group > div * {
	font-size:14px;
	color:#666;
}
.p-n-group > div a:hover {
	color:#000;
}
/* 其他案例 */

.o-anli {
	width:100%;
	overflow:hidden;
	margin:30px 0;
}
.o-anli .tit {
	width:100%;
	height:20px;
	margin:20px 0;
	border-left:3px solid #ad0c1e;
}
.o-anli .tit h4 {
	font-size:20px;
	color:#000;
	line-height:20px;
	text-indent:12px;
}
.o-anli ul {
	width:110%;
}
.o-anli li {
	float:left;
	margin-right:25px;
	padding:3px;
	border:1px solid #ddd;
}
.o-anli li a {
	display:block;
}
.o-anli li img {
	display:block;
	width:212px;
	height:145px;
	transition:all  0.6s;
	-webkit-transition:all  0.6s;
	-moz-transition:all  0.6s;
	-ms-transition:all  0.6s;
	-o-transition:all  0.6s;
}
.o-anli li a:hover img {
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
	-moz-transform:scale(1.03,1.03);
	-ms-transform:scale(1.03,1.03);
	-o-transform:scale(1.03,1.03);
}
/*设计专题页专区*/
.pg-zt_sheji {
	width:100%;
	overflow:hidden;
}
.pg-zt_sheji .wrap {
	width:1138px;
	margin:0 auto;
}
.pg-zt_sheji .wrap .picBox {
	width:100%;
}
.pg-zt_sheji .wrap .picBox img {
	display:block;
	width:100%;
}
.pg-zt_sheji .wrap .anliBox {
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.pg-zt_sheji .wrap .anliBox ul {
	width:1065px;
	margin:0 auto;
	position:relative;
	left:3px;
	overflow:hidden;
}
.loginBtn{
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #bcbcbc;
	z-index: 3;

}
.loginBtn a{
	color: #bcbcbc;
}
.loginForm{
	position: absolute;
	top: 40px;
	right: 0;
	background-color:#fff;
    line-height: 3;
    padding: 20px;
    display: none;
}
.loginForm input{
	border:1px solid #eee; 
	font-size: 14px;
	width: 234px;
	line-height: 2.8;
	padding-left: 40px;
	margin-bottom: 10px;
}
.loginForm input::-webkit-input-placeholder {
         /* placeholder颜色  */
         color: #aab2bd;
         /* placeholder字体大小  */
         font-size: 14px;
        
     }
.loginForm a{
	display: block;
	text-align: center;
	background-color: #2a85fa;
	text-decoration: none;
	color: #fff;
	line-height: 2.5; 
	margin-top: 0px;
}
.loginForm img{
width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 11px;
}
.regForm {
	overflow:hidden;
	width: 900px;
	margin: 50px auto;
	position: relative;
}
.regForm .left{
	float: left;
}
.regForm .right{
	float: right;
}
.regForm .left .tit{
	text-align: left;
	line-height: 1.5;
}
.regForm .tit h2{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.regForm .tit h3{
	font-size: 12px;
    color: #666;
}
.regForm input{
	border:1px solid #eee; 
	font-size: 14px;
	width: 234px;
	line-height: 2.8;
	padding-left: 40px;
	margin-bottom: 10px;
	box-shadow:inset 0 4px 4px rgba(200,200,200,0.3);

}
.regForm input::-webkit-input-placeholder {
         /* placeholder颜色  */
         color: #aab2bd;
         /* placeholder字体大小  */
         font-size: 14px;
        
     }
     .regForm img{
width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 11px;
}
 .regForm .form{
 	margin-top: 40px;
 }
 .regForm .border{
 	width: 1px;
 	height: 100%;
 	position: absolute;
 	left: 50%;
 	background-color: #eee;
 }
 .hot {
 	text-align: left;
 	line-height: 3.4;
 	border-bottom:1px solid #eee; 
 	padding-left: 10px;
 	background-color: #fff;
 }
  .hot img{
  	width: 40px;
  	height: 40px;
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 8px;
  }
  .hot span{
  	font-size: 22px;
  	color: #707070;
  	  	display: inline-block;
  	vertical-align: middle;
  }
    .record{
    position: relative;
    padding: 20px;
    border: 2px solid #e6e6e6;
    width: 600px;
    margin: 30px;
    }
    .record:hover{
        box-shadow: -0px 0px 15px #888888;
}
  .record img{
  	 width: 160px;
  	 display: inline-block;
  }
.record .con{
 display: inline-block;
 width: 400px;
 margin-left: 20px;
}
.record .con h2{
	font-weight: 400;
	font-size: 18px;
}
.record .con h3{
	font-size: 14px;
	color:#666;
	margin: 6px 0 20px 0;
}
.record .con h4{
	font-size: 14px;
	color:#6f6f6f;
}
.record .btn{
	color: #666;
	position: absolute;
	right: 36px;
	bottom:30px;
	font-size: 20px;
}
.record .btn i{
	width: 30px;
	height: 30px;
	background:url(../images/down.png) no-repeat center center;
	background-size: 100% 100%; 
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.record .btn:hover {
	color: #2a85fa;
}
.record .btn:hover i{
	background-image: url(../images/down-cur.png);
}
.compInfo{
	    width: 1000px;
    margin: 0 auto;
    color: #aaaaaa;
    padding: 10px
}
.compInfo p {
    margin-top: 15px;
    color: #282828;
    font-size: 18px;
}
.m2 {
    margin-left: 2em;
    display: inline-block;
}
.footer {margin-top: 37px;border-top: 5px solid #2a85fa;padding: 18px 0; background: #222;}
.footer .foot_nav a {color: #fff;margin: 0 33px;font-weight: 700;vertical-align: middle;font-size: 14px;}
.foot_nav {line-height: 54px;}
.footer .rellink{
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}

.footer .rellink a{
    margin:0 10px;color:#fff;
}
.footer .rellink a:hover{
      color:#f60;
}
.tc {
    text-align: center;
}
.cf {
    color: #fff;
    font-size: 12px;
    line-height: 2;
}
.downexc{
	background: #f04d52;
	font-size: 32px;
    line-height: 88px;
    display: block;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    width: 348px;
}
.downexc:hover{
	background: #cc0007;
	color:#fff;
}
.ubtns{
	display: none;
}