/*头部灰条*/
.header-line1 {
	width: 100%;
	background: #373d42;
	height: 90px;
	max-width: 1920px;
	margin: 0 auto;
}

.header-line2 {
	width: 100%;
	background: #fff url(../image/head_line1bg.png) no-repeat center top;
	height: 150px;
	max-width: 1920px;
	margin: 0 auto;
}

.header-line1 .logo {
	display: inline-block;
	margin-top: 36px;
	width: 396px;
	float: left;
}

.header-line1 .logo img {
	width: 396px;
}

.header-line1-right {
	display: inline-block;
	float: right;
	margin-top: 57px;
}

.header-line1-right a {
	display: inline-block;
	width: 45px;
	text-align: center;
	position: relative;
	z-index: 999;
	float: left;
	position: relative;
}

.header-line1-right a.searchbtn {
	padding: 0 7px;
	margin: 0 10px;
}

.header-line1-right a.searchbtn:before {
	position: absolute;
	left: 0;
	top: 0px;
	height: 40px;
	width: 1px;
	background: #D7E2EC;
	content: '';
}

.header-line1-right a.searchbtn:after {
	position: absolute;
	right: 0;
	top: 0px;
	height: 40px;
	width: 1px;
	background: #D7E2EC;
	content: '';
}

.header-line1-right a>img {
	margin-top: 10px;
}

.header-line1-right a .dis-box {
	display: none;
	position: absolute;
	top: 50px;
	padding-top: 10px;
	width: 100px;
	left: -30px;
	height: 100px;
	width: 100px;
	transition: 0.5s ease-in-out;
}

.header-line1-right a:hover .dis-box {
	display: block;
	transition: 0.5s ease-in-out;
}

.header-line1 .nav {
	display: inline-block;
	float: right;
	height: 150px;
	margin-right: 12px;
}

.header-line1 .nav .nav-li {
	display: inline-block;
	width: 90px;
	height: 150px;
	margin: 0 5px;
	line-height: 150px;
	position: relative;
	text-align: center;
}

.header-line1 .nav .nav-li-index {
	display: inline-block;
	width: 100px;
	height: 150px;
	margin: 0 5px;
	line-height: 150px;
	position: relative;
	text-align: center;
}

.header-line1 .nav .nav-li-index .nav-li-a {
	display: inline-block;
	border-bottom: 2px solid none;
	font-size: 18px;
	color: #35547B;
	height: 95px;
}

.header-line1 .nav .nav-li-index .nav-li-a.on {
	font-weight: 800;
	color: #2b9be2;
}

.header-line1 .nav .nav-li .nav-li-a {
	display: inline-block;
	font-size: 18px;
	color: #35547B;
	height: 95px;
}

.header-line1 .nav .nav-li .nav-li-a.on {
	font-weight: 800;
	color: #2b9be2;
}

.header-line1 .nav .nav-li .nav-li-ul {
	display: none;
	position: absolute;
	top: 106px;
	left: -10px;
	z-index: 100;
	background: #fff;
	border: solid 1px #fff;
	border-top: solid 4px #66a6ff;
	width: 120px;
}

.header-line1 .nav .nav-li .nav-li-ul li {
	height: 40px;
	float: left;
	width: 100%;
	line-height: 40px;
	border-bottom: solid 1px #eee;
}

.header-line1 .nav .nav-li .nav-li-ul a {
	color: #6f6f6f;
	font-size: 16px;
}

.header-line1 .nav .nav-li .nav-li-a:hover, .header-line1 .nav .nav-li-index .nav-li-a:hover {
	font-weight: 800;
	color: #2b9be2;
}

/*列表头*/
.top-bg {
	width: 100%;
	background: rgba(20, 137, 209, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}

.top-bg1 {
	width: 100%;
	background: url(../image/listbg2.png) no-repeat center center;
	position: relative;
}

.top-img {
	width: 100%;
}

.top-img img {
	width: 100%;
}

.top-bg .cate-name {
	display: inline-block;
	height: 105px;
	line-height: 105px;
	color: #fff;
	font-size: 32px;
	float: left;
}

.top-bg1 .cate-name {
	color: #333;
}

.top-bg .child-cate {
	display: inline-block;
	height: 105px;
	line-height: 116px;
	float: right;
	font-size: 18px;
	color: #fff;
}

.top-bg .child-cate a {
	font-size: 18px;
	color: #fff;
}

.top-bg .child-cate span {
	margin: 0 10px 0 8px;
}

.top-bg .child-cate span:last-child {
	display: none;
}

.top-bg .child-cate a.on {

	/*color: #3F8ABA;*/
	font-size: 22px;
}

.top-bg .child-cate a:hover {

	/*color: #3F8ABA;*/
	font-size: 22px;
}

.searchForm {
	width: 375px;
	height: 40px;
	margin: 0px auto;
	padding: 40px 0;
}

.searchForm input {
	width: 300px;
	height: 38px;
	float: left;
	line-height: 38px;
	border: none;
	font-size: 14px;
	font-family: "微软雅黑";
	text-indent: 3em;
	background: #fff url(../image/fangdajing_03.png)no-repeat left center;
	color: #999;
	border: 1px solid #2581e1;
}

.searchForm a {
	display: block;
	float: left;
	width: 68px;
	height: 40px;
	position: relative;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: #2581e1;
}

/*长图*/
.longimg-area, .longimg-area a, .longimg-area img {
	display: block;
	width: 1200px;
	height: 110px;
	margin-top: 26px;
}

.list-box {
	padding-bottom: 30px;
	min-height: 450px;
}

.list-box .list-head {
	background: url(../image/catebg1.png) no-repeat left bottom;
	height: 83px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.list-box .list-head.list-head1 {
	background: url(../image/catebg2.png) no-repeat left bottom;
}

.list-box .list-head.list-head2 {
	background: url(../image/catebg3.png) no-repeat left bottom;
}

.list-box .list-head.list-head3 {
	background: url(../image/catebg4.png) no-repeat left bottom;
}

.list-box .list-head a {
	color: #333;
	font-size: 24px;
}

.list-box .list-head.list-head1, .list-box .list-head.list-head2, .list-box .list-head.list-head3 {
	line-height: 60px;
	text-indent: 9em;
}

.list-box .list-head.list-head1 a, .list-box .list-head.list-head2 a, .list-box .list-head.list-head3 a {
	color: #fff;
}

.list-box .list-con-body {
	padding-top: 20px;
	line-height: 30px;
	font-family: "微软雅黑", "Microsoft YaHei", "STHeiti STXihei", "Microsoft JhengHei", "Arial" !important;
	font-size: 16px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.95);
}

.list-box .list-con-body.list-con-body1 {
	background: url(../image/conbodybg1.png) no-repeat left bottom;
	padding: 50px;
}

.list-box .list-con-body.list-con-body2 {
	background: url(../image/conbodybg2.png) no-repeat left bottom;
	padding: 50px;
}

.list-box .list-con-body.list-con-body3 {
	background: url(../image/conbodybg3.png) no-repeat left bottom;
	padding: 50px;
}

.list-box .list-con-body img {
	max-width: 100%;
}

/*通用列表页*/
.list-box-left1 {
	width: 878px;
	float: left;
	min-height: 400px;
}

.list-body-li {
	display: block;
	width: 100%;
	height: 158px;
	border-bottom: 1px dashed #E4E4E4;
	transition: all 0.4s;
}

.list-body-li:hover .title {
	color: #0475D3 !important;
	font-size: 20px !important;
	transition: all 0.4s;
}

.list-body-li .img {
	width: 144px;
	height: 158px;
	float: left;
	line-height: 158px;
}

.list-body-li .img img {
	width: 144px;
	height: 107px;
	margin-top: 25px;
}

.list-body-li .con1 {
	width: 710px;
	height: 158px;
	float: right;
}

.list-body-li .con2 {
}

.list-body-li .title {
	font-size: 18px;
	color: #333;
	padding-top: 28px;
	font-weight: 400;
	margin-bottom: 15px;
	transition: all 0.4s;
}

.list-body-li .title span {
	font-size: 16px;
	color: #999;
	margin-top: 36px;
	margin-left: 20px;
}

.list-body-li p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
}

.list-body-li p .more {
	color: #0377B9;
}

.list-box-right1 {
	width: 287px;
	float: right;
	border: 1px solid  rgba(159, 168, 175, 0.4);
	margin-top: 43px;
}

.list-box-right1 .head {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #0475D3;
	text-indent: 1em;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 15px;
}

.list-box-right1 .li {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	margin-left: 12px;
	overflow: hidden;
	transition: all 0.5s;
}

.list-box-right1 .li:hover {
	color: #0475D3;
	font-size: 18px;
	transition: all 0.5s;
}

.list-box-right1 .li:before {
	position: absolute;
	left: 0;
	top: 15px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	content: '';
	background: #333;
}

.list-box-right1  .more {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	text-align: center;
}

/*展厅列表*/
.list-zt-li {
	display: block;
	margin-bottom: 60px;
	position: relative;
}

.list-zt-li .bg {
	position: absolute;
	left: -360px;
	top: 20px;
	width: 1920px;
	height: 340px;
	background: #CCD2D2;
	opacity: 0.1;
}

.list-zt-li-left {
	width: 623px;
	height: 361px;
}

.list-zt-li-left .head {
	font-size: 34px;
	color: #3F89B9;
	line-height: 90px;
	padding-top: 40px;
}

.list-zt-li-left .content {
	font-size: 18px;
	color: #656565;
	line-height: 35px;
}

.list-zt-li-left .more {
	display: inline-block;
	font-size: 16px;
	color: #3F89B9;
	line-height: 90px;
	background: url(../image/morebg_03.png) no-repeat left center;
	text-indent: 1em;
	margin-top: 20px;
}

.list-zt-li-right {
	width: 534px;
	height: 361px;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1500px;
	position: relative;
}

.list-zt-li-right img {
	width: 554px;
	height: 361px;
	max-width: 150% !important;
	border-radius: 30px;
}

.list-zt-li-right.fr img {
	position: relative;
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform: rotateX(14deg) rotateY(-20deg) rotateZ(4deg);
	-webkit-transform: rotateX(14deg) rotateY(-20deg) rotateZ(4deg);
	-moz-transform: rotateX(14deg) rotateY(-20deg) rotateZ(4deg);
	-o-transform: rotateX(14deg) rotateY(-20deg) rotateZ(4deg);
	transition: all 0.5s;
}

/*.list-zt-li-right.fr:hover img,.list-zt-li-right.fl:hover img{*/

/*	transform-origin: none;*/

/*	-moz-transform-origin: none;*/

/*	-webkit-transform-origin:none;*/

/*	-o-transform-origin:none;*/

/*	transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg);*/

/*	-webkit-transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg);*/

/*    -moz-transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg);*/

/*    -o-transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg);*/

/*     transition: all 0.5s;*/

/*}*/
.list-zt-li-right.fl img {
	position: relative;
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform: rotateX(14deg) rotateY(20deg) rotateZ(-4deg);
	-webkit-transform: rotateX(14deg) rotateY(20deg) rotateZ(-4deg);
	-moz-transform: rotateX(14deg) rotateY(20deg) rotateZ(-4deg);
	-o-transform: rotateX(14deg) rotateY(20deg) rotateZ(-4deg);
	transition: all 0.5s;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

/*图片列表*/
.list-con-body-pic {
	width: 898px;
}

.list-body-li-pic {
	display: block;
	width: 280px;
	height: 257px;
	float: left;
	margin-right: 19px;
	margin-top: 20px;
	overflow: hidden;
}

.list-body-li-pic:hover .img img {
	transform: scale(1.1);
	transition: all 0.6s;
}

.list-body-li-pic:hover .title {
	color: #0475D3;
}

.list-body-li-pic .img {
	width: 280px;
	height: 198px;
	overflow: hidden;
}

.list-body-li-pic .img img {
	width: 280px;
	height: 198px;
	transition: all 0.6s;
}

.list-body-li-pic .title {
	width: 280px;
	height: 50px;
	font-size: 16;
	color: #656565;
	font-weight: 400;
	line-height: 23px;
	padding: 8px 0;
}

/*教育活动内容*/
.detail-jyhd {
	width: 100%;
	background: #EDF2F6;
	height: 393px;
	margin-top: 45px;
}

.detail-jyhd-left {
	width: 590px;
	float: left;
	height: 393px;
	position: relative;
}

.detail-jyhd-left img {
	width: 590px;
	height: 393px;
}

.detail-jyhd-left .zt {
	display: inline-block;
	position: absolute;
	top: 27px;
	left: 17px;
	padding: 0 20px;
	line-height: 37px;
	height: 37px;
	background: #EAE8E8;
	color: #333;
	font-size: 18px;
	border-radius: 4px;
}

.detail-jyhd-left .zt.on {
	background: #086CC2;
	color: #fff;
}

.detail-jyhd-right {
	width: 580px;
	float: right;
	height: 393px;
	padding-left: 30px;
}

.detail-jyhd-right h3 {
	line-height: 35px;
	font-size: 24px;
	padding: 10px 10px 10px 0;
}

.detail-jyhd-right .box {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}

.detail-jyhd-right .box-l {
	color: #333;
}

.detail-jyhd-right .box-r {
	color: #555;
}

.detail-jyhd-con {
	min-height: 300px;
}

.detail-jyhd-con .head {
	padding-top: 59px;
}

.detail-jyhd-con .head span {
	display: inline-block;
	margin-right: 20px;
	height: 30px;
	border-bottom: 3px solid #fff;
	font-size: 18px;
	color: #333;
}

.detail-jyhd-con .head span.on {
	color: #3F89B9;
	border-bottom: 3px solid #3F89B9;
}

.detail-jyhd-con .con {
	position: relative;
}

.detail-jyhd-con .con-box {
	display: none;
	color: #666;
	font-size: 16px;
	line-height: 38px;
	padding: 20px 0;
}

.detail-jyhd-con .con-box img {
	max-width: 100%;
}

.detail-jyhd-con .con-box.on {
	display: block;
}

/*教育活动列表页*/
.list-con-body-jyhd {
	padding: 25px 0;
}

.list-body-li-jyhd {
	display: block;
	width: 100%;
	height: 239px;
	border-bottom: 1px solid #E0E0E0;
}

.list-body-li-jyhd .img {
	width: 295px;
	float: left;
	height: 239px;
	position: relative;
}

.list-body-li-jyhd .img img {
	width: 295px;
	height: 193px;
	margin-top: 22px;
}

.list-body-li-jyhd .img .zt {
	display: inline-block;
	position: absolute;
	top: 39px;
	left: 13px;
	padding: 0 12px;
	line-height: 30px;
	height: 30px;
	background: #EAE8E8;
	color: #333;
	font-size: 14px;
	border-radius: 4px;
}

.list-body-li-jyhd .img .zt.on {
	background: #086CC2;
	color: #fff;
}

.list-body-li-jyhd .inform {
	width: 565px;
	float: right;
	height: 239px;
}

.list-body-li-jyhd .inform h3 {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin-top: 22px;
}

.list-body-li-jyhd .inform .box {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}

.list-body-li-jyhd .inform .box-l {
	color: #999;
}

.list-body-li-jyhd .inform .box-r {
	color: #333;
}

/*科学影城*/
.detail-kxyc {
	display: block;
	height: 453px;
	width: 100%;
	margin-top: 23px;
}

.detail-kxyc-left {
	width: 836px;
	float: left;
	height: 423px;
	margin-top: 15px;
	background: #EDF2F6;
}

.detail-kxyc-left h3 {
	height: 82px;
	margin-left: 20px;
	line-height: 82px;
	color: #333;
	font-size: 24px;
	font-weight: 400;
	border-bottom: 1px solid #E0E0E0;
}

.detail-kxyc-left .con {
	font-size: 16px;
	color: #656565;
	line-height: 30px;
	padding: 20px;
}

.detail-kxyc-right {
	height: 453px;
	width: 364px;
	float: right;
}

.detail-kxyc-right img {
	height: 453px;
	width: 364px;
	border-radius: 15px;
}

.detail-kxyc-con {
	margin-top: 30px;
}

.detail-kxyc-con .head {
	height: 40px;
}

.detail-kxyc-con .head span {
	display: inline-block;
	height: 37px;
	border-bottom: 3px solid #3F89B9;
	margin-right: 20px;
	color: #0F76B8;
	font-size: 18px;
}

.detail-kxyc-con .head .on {
	border-bottom: 3px solid #3F89B9;
	color: #0F76B8;
}

.detail-kxyc-con .con {
	width: 1200px;
	overflow: hidden;
	margin-top: 26px;
}

.detail-kxyc-con .con .bd {
	width: 1252px;
}

.detail-kxyc-con .con li {
	height: 480px;
	width: 365px;
	margin-right: 52px;
	float: left;
}

.detail-kxyc-con .con a {
	display: block;
	float: left;
	height: 480px;
	width: 365px;
}

.detail-kxyc-con .con img {
	width: 365px;
	height: 435px;
	border-radius: 15px;
}

.detail-kxyc-con .con span {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #656565;
	font-size: 16px;
}

/*表单*/
.table-box {
}

.table-box .head {
	height: 80px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #D9D9D9;
	line-height: 100px;
}

.table-box .table-box-con {
	padding: 20px 0 0 57px;
}

.table-box-con .input-box1 {
	margin-top: 20px;
	margin-right: 84px;
}

.table-box-con .input-box1 label {
	color: #333;
	font-size: 18px;
}

.table-box-con .input-box1 .input1 {
	display: inline-block;
	width: 366px;
	margin-left: 5px;
	position: relative;
	line-height: 55px;
}

.table-box-con .input-box1 .input1 input {
	height: 55px;
	width: 366px;
	border: 1px solid #ECECEC;
	background: #F7FBFF;
}

.table-box-con .input-box1 .input1 input[type=file] {
	display: block;
	float: left;
	height: 55px;
	width: 163px;
	opacity: 0;
	position: relative;
	z-index: 20;
}

.table-box-con .input-box1 .input1 .word {
	position: absolute;
	top: 0px;
	left: -1px;
	z-index: 10;
	display: inline-block;
	height: 55px;
	width: 163px;
	border: 1px solid #D9D9D9;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: linear-gradient(0deg, rgba(248, 248, 248, 1), rgba(237, 237, 237, 1));
}

.table-box-con .input-box1 .input1 .inform {
	display: inline-block;
	height: 55px;
	width: 203px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #fff;
}

.table-box-con .input-box1 .input1 .inform.on {
	display: inline-block;
	height: 55px;
	width: 173px;
	border: 1px solid #D9D9D9;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #EC0404;
}

.table-box-con .input-box1 .input1 input:focus {
	border: 1px solid #3D8CCF;
}

.table-box-con .input-box1 .label1 {
	float: left;
	margin-top: 10px;
}

.table-box-con .input-box1 .input2 {
	display: inline-block;
	background: #F7FBFF;
	margin-left: 5px;
}

.table-box-con .input-box1 .input2 textarea {
	border: none;
	width: 920px;
	height: 255px;
	border: 1px solid #ECECEC;
}

.table-box-con .submit {
	width: 100%;
	height: 60px;
	text-align: center;
	float: left;
	margin: 48px 0;
}

.table-box-con .submit input {
	width: 100%;
	height: 59px;
	width: 386px;
	background: #EC0404;
	border-radius: 8px;
	text-align: center;
	border: none;
	color: #FEFEFE;
	font-size: 20px;
}

#btnPhotoafter {
	display: block;
	position: absolute;
	top: 0px;
	left: -1px;
	z-index: 30;
	height: 60px;
	width: 168px;
	opacity: 0;
	display: none;
}

/*页码*/
#pages {
	height: 60px;
	line-height: 60px;
	text-align: center;
}

#pages .rows, #pages .row-count {
	color: #666;
	display: inline-block;
	padding: 0 5px;
	height: 25px;
	border: 1px solid  #999;
	margin: 0 3px;
	line-height: 25px;
}

#pages .current {
	color: #fff;
	display: inline-block;
	padding: 0 8px;
	height: 25px;
	background: #1E72B4;
	border: 1px solid  #1E72B4;
	margin: 0 5px;
	line-height: 25px;
}

#pages .num {
	color: #333;
	display: inline-block;
	padding: 0 8px;
	height: 25px;
	border: 1px solid  #999;
	color: #333;
	margin: 0 5px;
	line-height: 25px;
}

#pages .next, #pages .prev {
	color: #333;
	display: inline-block;
	padding: 0 5px;
	height: 25px;
	border: 1px solid  #999;
	margin: 0 3px;
	line-height: 25px;
}

/*展厅内容页*/
.list-zt-box {
}

.list-zt-box-pic {
	height: 646px;
	position: relative;
	margin-top: 30px;
}

.list-zt-box-cate {
	position: absolute;
	bottom: 42px;
	left: 35px;
	display: inline-block;
	height: 58px;
	padding: 0 33px;
	background: rgba(18, 52, 98, 0.88);
	color: #fff;
	line-height: 58px;
	font-size: 28px;
	font-weight: 800;
}

.list-zt-box-pic-area, .list-zt-box-pic-area img {
	width: 100%;
	height: 646px;
}

.list-zt-box-button {
	display: inline-block;
	position: absolute;
	right: 48px;
	bottom: 38px;
}

.list-zt-box-button span {
	display: inline-block;
	width: 43px;
	height: 43px;
	margin-left: 13px;
}

.list-zt-box-button span.left {
	background: url(../image/ztleft.png) no-repeat center center;
}

.list-zt-box-button span.right {
	background: url(../image/ztright.png) no-repeat center center;
}

.list-zt-box-word {
	margin-top: 30px;
	line-height: 30px;
}

.list-zt-box-word li {
	display: none;
}

.list-zt-box-word li.on {
	display: block;
}
