﻿/* CSS Document */

.data_left {
	width: 657px;
	float: left;
}

.data_right {
	width: 500px;
	float: right;
	border-left: #bbb solid 1px;
	padding-left: 23px;
}

.data_left>h1,
.data_right>h1 {
	border-bottom: #bbb solid 1px;
	line-height: 40px;
	margin-bottom: 15px;
	font-size: 22px;
}

.leftbox {
	margin-bottom: 15px;
}

.leftbox h1 {
	background: #dcdcdc;
	font-size: 22px;
	line-height: 40px;
	font-family: "宋体";
	font-weight: 600;
	padding-left: 10px;
	margin-bottom: 10px;
}

.leftbox h1 a{ color: #000;}

.leftbox ul li {
	line-height: 32px;
}

.leftbox ul li a {
	font-size: 18px;
}

.leftbox ul li .date {
	float: right;
	color: #747474;
}

.picScroll-left {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}

.picScroll-left .hd {
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.picScroll-left .hd ul {
	display: inline-block;
}

.picScroll-left .hd ul li {
	display: inline-block;
	*display: inline;
	margin-right: 2px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	background: url(d_li.png)/*tpa=http://www.nettecn.com/images/2016/common.files/d_li.png*/ center no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}

.picScroll-left .hd ul .on {
	background: url(d_h.png)/*tpa=http://www.nettecn.com/images/2016/common.files/d_h.png*/ center no-repeat;
	color: #fff;
}

.picScroll-left .bd {
	padding: 10px 0px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin-right: 13px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 211px;
	height: 71px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.picScroll-left .prev {
	display: inline-block;
	*display: inline;
	width: 12px;
	height: 12px;
	background: url(d_left.png)/*tpa=http://www.nettecn.com/images/2016/common.files/d_left.png*/ center no-repeat;
	margin-right: 10px;
}

.picScroll-left .next {
	display: inline-block;
	*display: inline;
	width: 12px;
	height: 12px;
	background: url(d_right.png)/*tpa=http://www.nettecn.com/images/2016/common.files/d_right.png*/ center no-repeat;
	margin-left: 10px;
}


/*right*/

.data_box {
	margin-bottom: 20px;
}

.data_box .data_tit {
	height: 38px;
	line-height: 38px;
	border-bottom: #054d87 solid 3px;
	border-top-left-radius: 6px;
}

.data_box .data_tit h1 {
	display: inline-block;
	padding: 0px 15px;
	background: #054d87;
	font-size: 18px;
	color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.data_box .data_con {
	border: #dcdcdc solid 1px;
	border-top: none;
}

.data_box .data_con .left {
	border-right: #dcdcdc solid 1px;
	width: 50%;
}

.data_fous {
	width: 94%;
	text-align: center;
	height: 340px;
	overflow: hidden;
	position: relative;
	margin: 5px auto 10px;
}

.data_fous .hd {
	width: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 12px;
	line-height: 12px;
	text-align: center;
	margin-top: 15px;
}

.data_fous .hd ul {
	overflow: hidden;
	zoom: 1;
}

.data_fous .hd ul li {
	display: inline-block;
	*display: inline;
	margin-right: 2px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	background: url(d_li.png)/*tpa=http://www.nettecn.com/images/2016/common.files/d_li.png*/ center no-repeat;
	cursor: pointer;
}

.data_fous .hd ul li.on {
	background: url(d_h.png)/*tpa=http://www.nettecn.com/images/2016/common.files/d_h.png*/ center no-repeat;
	color: #fff;
}

.data_fous .bd {
	position: relative;
	z-index: 0;
}

.data_fous .bd li {
	zoom: 1;
	vertical-align: middle;
}

.data_fous .bd img {
	width: 100%;
	height: 300px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.data_fous .prev {
	display: inline-block;
	*display: inline;
	width: 12px;
	height: 12px;
	background: url(d_left.png)/*tpa=http://www.nettecn.com/images/2016/common.files/d_left.png*/ center no-repeat;
	margin-right: 10px;
}

.data_fous .next {
	display: inline-block;
	*display: inline;
	width: 12px;
	height: 12px;
	background: url(d_right.png)/*tpa=http://www.nettecn.com/images/2016/common.files/d_right.png*/ center no-repeat;
	margin-left: 10px;
}

.newsbox {
	margin-bottom: 15px;
}

.newsbox .hd {
	height: 30px;
	padding: 0px;
	position: relative;
	border-bottom: #045898 solid 2px;
}

.newsbox .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -2px;
}

.newsbox .hd>span {
	position: absolute;
	right: 10px;
	float: right;
}

.newsbox .hd ul li {
	float: left;
	cursor: pointer;
	margin-right: 15px;
	line-height: 30px;
	background: #f7f7f7;
	padding: 0px 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: #bbb solid 1px;
	border-bottom: none;
}

.newsbox .hd ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

.newsbox .hd ul li.on {
	background: #054d87;
	border-color: #054d87;
}

.newsbox .hd ul li.on a {
	color: #fff;
	font-weight: 500;
}

.newsbox .bd {
	border: #dcdcdc solid 1px;
	border-top: none;
	min-height: 280px;
}

.newsbox .bd ul {
	padding: 5px 5px 10px 5px;
	zoom: 1;
}

.newsbox .bd li {
	line-height: 32px;
}

.newsbox .bd li a {
	font-size: 16px;
}

.newsbox .bd li .date {
	float: right;
	color: #747474;
}


/*map*/

.cardbox {
	background: #07ad87;
	margin-bottom: 15px;
	position: relative;
}

.cardbox .cotant {
	position: absolute;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	background: #095795;
}

.service {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transition: transform 1s;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	
}

.service-front,
.service-back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	color: #fff;
	
}

.service-front {
	position: absolute;
	left: 0px;
	text-align: center;
}

.service-back {
	transform: rotateY( 180deg);
	-webkit-transform: rotateY( 180deg);
	-moz-transform: rotateY( 180deg);
	-o-transform: rotateY( 180deg);
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(0, 0, 0, 0.23);
	text-align: center;
	display: none \9;
}

.service-back p {

	width: 100%;
	font-size: 22px;
	position:absolute ;
	top: 40%;
	color: #fff;
	
}

.service-back p a{
	color: #fff;
}

.flipped {
	transform: rotateY( 180deg);
	-webkit-transform: rotateY( 180deg);
	-moz-transform: rotateY( 180deg);
	-o-transform: rotateY( 180deg);
}

.cardbox .m1 {
	left: 0px;
	top: 0px;
	width: 211px;
	height: 236px;
}

.cardbox .m2 {
	left: 0px;
	top: 247px;
	width: 212px;
	height: 157px;
}

.cardbox .m3 {
	left: 223px;
	top: 0px;
	width: 212px;
	height: 114px;
}

.cardbox .m4 {
	left: 223px;
	top: 124px;
	width: 212px;
	height: 113px;
}

.cardbox .m5 {
	left: 223px;
	top: 247px;
	width: 212px;
	height: 158px;
}

.cardbox .m6 {
	left: 445px;
	top: 0px;
	width: 212px;
	height: 114px;
}

.cardbox .m7 {
	left: 445px;
	top: 124px;
	width: 212px;
	height: 282px;
}


}