﻿/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img{margin:0 auto; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
fieldset, img{
	vertical-align:middle;
	border:none;
	//width:19%;
	//left:-2%;
}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "微软雅黑",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{font-size:15px; margin:0;}
input[type="text"], input[type="password"], textarea{outline-style:none;background-color:rgb(248,248,247);border:none;}
textarea{resize:none;}
table{border-collapse:collapse;}
body{position: relative; color:#000; background: #ffffff;overflow-x:hidden; position:relative;}
a{color:#ffffff; text-decoration:none;}
/* a:visited{color:#555;} */
a:hover, a:active, a:focus{text-decoration:none;}
.clearfix:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.clearit{clear:both; height:0; font-size:0; overflow:hidden;}
.clear{clear: both;}
.hidden{display: none;}
.fl{float: left;}
.middle{float: left;}
.fr{float: right;}
.fr span {color:#002e73;}

.scrollli{
	width: 18%;
}

.link {
	width: 100%;
	padding: 2px 0;
	background: #ffffff;
}

.link .content {
	padding: 10px 0;
}

.linkList {
	margin: 32px 0 50px;
	width: 100%;
}

.linkList li {
	width: 15%;
	padding-top: 10.5%;
	margin: 0px 10px;
	float: left;
	position: relative;
}

.linkList li a {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
}

.linkList li.item1 a {
	background: #d07a7b;
}

.linkList li.item2 a {
	background: #18397e;
}

.linkList li.item3 a {
	background: #a981bf;
}

.linkList li.item4 a {
	background: #9199c7;
}

.linkList li.item5 a {
	background: #4dadc3;
}

.linkList li.item6 a {
	background: #5daf7f;
}

.linkList li.item7 a {
	background: #ce909b;
}

.linkList li.item8 a {
	background: #a5d7d6;
}

.linkList li a span.iconfont {
	font-size: 3em;
	line-height: 1.75em;
	text-align: center;
	display: block;
}

.linkList li a span.icon img {
	width: 40.41%;
	margin-top: 7px;
	margin-left: 30%;
	margin-bottom: 16px;
}

.linkList li a p {
	text-align: center;
}

.topic {
	background: #FFFFFF;
}


.topic .topicList {
	margin: 32px 0 50px;
	padding: 4px 0;
	overflow: hidden;
}

.topicScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 0;
}

.topic .topicList ul .colorBorder1 {
	width: 24%;
	float: left;
	margin: 0 6px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.topic .topicList ul li a {
	display: block;
}

.topic .topicList ul li a .topImg {
	width: 100%;
	padding-top: 52.5%;
	position: relative;
	overflow: hidden;
}

.topic .topicList ul li a .topImg  .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topic .topicList ul li a .infos {
	padding: 15px 15px 12px;
	background: #ffffff;
}

.topic .topicList ul li a .infos .mainTitle {
	color: #042376;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.topic .topicList ul li a .infos .subTitle {
	color: #333;
	font-size: 0.75em;
	line-height: 1.75em;
	max-height: 8.75em;
	overflow: hidden;
}

.topic .topicList ul li:hover a .infos .mainTitle {
	color: #810000;
	text-decoration: underline;
}

.topic .topicList ul li a .infos .data {
	margin-top: 20px;
	overflow: hidden;
}

.topic .topicList ul li a .infos .data p {
	color: #bdbdbd;
	width: 50%;
	float: left;
	font-size: 0.75em;
}

.topic .topicList ul li a .infos .data p span {
	font-size: 0.875em;
	margin-right: 4px;
}

.topic .topicList ul li a .infos .data p.viewTimes {
	text-align: right;
}

#slide_projector {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.result {
	width: 100%;
	height:150px;
	margin: 0 auto;
	background: url(../images/back.jpg) center center;
	position: relative;
}

.result .fixed {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.result .fixed .headTitle {
	position: absolute;
	margin-top: 10px;
	left: 0;
	z-index: 3;
}

.result .headTitle h3 a.main {
	color: #ffffff;
	border-bottom: 5px solid #ffffff;
}

.result .headTitle h3 a.sub {
	color: #ffffff;
}

.result .headTitle h3 a.sub span {
	color: #ffffff;
}

#slide_projector .slide_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#slide_projector .slide_list {
	position: relative;
	overflow: hidden;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#slide_projector .slide_list li {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#slide_projector .slide_list li img {
	border-color: 5px solid #FFFFFF;
	width: 100%;
	height: 96%;
}

#slide_control_list {
	height:10px;
	position: absolute;
	left: 0;
	margin-top: 370px;
	width: 100%;
	z-index: 5;
	text-align: center;
}

#slide_control_list span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 5px;
	background-color: #ffffff;
	cursor: pointer;
	border: solid 1px #999999;
}

#slide_button_left {
	width: 40px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 3em;
	position: absolute;
	left: 30px;
	top: 40%;
	z-index: 3;
	color: #ffffff;
}

#slide_button_right {
	width: 40px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 3em;
	position: absolute;
	right: 40px;
	top: 40%;
	z-index: 3;
	color: #ffffff;
}

.slider {
	width: 90%;
	height: 54%;
	margin-top: 110px;
	margin-left:5%;
}

.slider .imgBox {
	width: 32%;
	float: left;
	height: 100%;
	/*border: 1px solid #c48786;*/
	margin-right: 5%;
}

.slider .imgBox img {
	width: 100%;
	height: 100%;
}

.slider .info {
	width: 62%;
	float: left;
	height: 100%;
}

.slider .info h3 {
	margin-top: 24px;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 50px;
	border-bottom: 1px solid #c18786;
}

.slider .info p {
	margin-top: 18px;
	line-height: 2em;
	font-size: 0.875em;
	color: #ffffff;
	height: 8em;
	overflow: hidden;
	font-weight: 100;
}

.colorBorder1 {
	width:18%;
}

.colorBorder2 {
	border-top: 5px solid #346633;
}

.colorBorder3 {
	border-top: 5px solid #663200;
}

.colorBorder4 {
	border-top: 5px solid #cccc98;
}

footer{ display: none;}
.slide{ width:1300px;}
@media (max-width: 1200px) {
	.result .fixed {
		width: 100%;
	}
	#slide_projector {
		width: 100%;
	}
	
	.footer{
		display: none;
	}
	footer{
		display:block;
	}
	.slide{ 
            width:100%;
	    padding-top:0px;
	}
	.information{
		margin-top:0px;
	}
	.toplink{ display: none;}
	.w1200{ width: 100% !important;}
	.fl img{ width: 70%;}
	.footer1 img{
		display:none;
	}
	.gz{
		display:none;
	}
	.hpwz{
		top:21px !important;
		left:23px !important;
	}
	.hpwz li{
		margin:auto -7px;
	}
	.select1{
		left:-162px;
		width:117px !important;
	}
	.select2{
		top:-24px;
		right:-135px;
		width:117px !important;
	}
	.footer1{
		height:110px !important;
	}
	.tz_more .sub{
		display:none !important;
	}
	.mt_more .sub{
		display:none !important;
	}
	
}

@media (max-width: 1024px) {
	.linkList li {
		width: 31%;
		padding-top: 21%;
		margin-bottom: 32px;
	}
	.linkList li a span.iconfont {
		font-size: 5em;
	}
	.linkList li a span.icon img {
		margin-top: 48px;
	}
	.result {
		height: 600px;
	}
	.slider {
		height: 70%;
	}
	.slider .imgBox {
		margin: 0 auto;
		float: none;
		height: 47%;
	}
	.slider .info {
		height: 50%;
		float: none;
		margin: 20px auto 0;
	}
	.slider .info h3 {
		margin-top: 40px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.topic .topicList ul .colorBorder1 {
		width: 88%;
	}
	
	.topic .topicList ul li {
		display: contents;
	}
	
	.topic .topicList ul li .zt{
		height: 80% !important;
	}
	
	.topic .topicList ul li .topImg2 img{
		width: 88% !important;
		height: 80% !important;
		margin-left: 5% !important;
	}
	
	.headTitle h3 a.main{
		padding-left:5px;
	}
	
	.result{
		display:none;
	}
	
	.menu_iconfont{
		margin-top: 2px !important;
	}
	
	.boder-x{
		height: 46px !important;
	}
	
	
}

@media (max-width: 948px) {
	.linkList li a span.iconfont {
		font-size: 4em;
	}
	.linkList li a span.icon img {
		margin-top: 26px;
	}
}

@media (max-width: 768px) {
	.scrollli{
		width: 50%;
	}
	.topic .topicList ul li {
		width: 27%;
		margin-bottom: 32px;
	}
	.topic .topicList {
		margin: 32px 0 0;
	}
	.topic .topicList ul li a .infos .subTitle {
		max-height: 5.25em;
	}
	.linkList li a span.icon img {
		margin-top: 26px;
		margin-bottom: 28px;
	}
	.result {
		height: 560px;
	}
	.slider {
		margin-top: 80px;
	}
	.slider .imgBox {
		height: 40%;
	}
}

@media (max-width: 720px) {
	.linkList li a span.iconfont {
		font-size: 3em;
		line-height: 1.75em;
	}
	.linkList li a span.icon img {
		margin-bottom: 12px;
		margin-top: 20px;
		width: 36%;
		margin-left: 32%;
	}
	.slider .imgBox {
		height: 38%;
	}
}

@media (max-width: 640px) {
	.linkList li {
		width: 21%;
		margin: 0 2%;
		padding-top: 21%;
		margin-bottom: 20px;
	}
	.result {
		height: 500px;
	}
	.slider .imgBox {
		height: 38%;
	}
	.slider .info h3 {
		font-size: 1.125em;
	}
	.slider .info p {
		font-size: 0.75em;
	}
}

@media (max-width: 520px) {
	.linkList li a span.iconfont {
		font-size: 2.5em;
	}
	.linkList li a p {
		font-size: 0.75em;
	}
	.slider .imgBox {
		width: 40%;
		height: 38%;
	}

}

@media (max-width: 480px) {
	.topic .topicList ul li {
		margin-bottom: 20px;
	}
	.topic .topicList ul li a .infos .mainTitle {
		font-size: 1em;
		margin-bottom: 12px;
	}
	.slider .imgBox {
		height: 35%;
	}
	
}

@media (max-width: 440px) {
	.linkList li a span.iconfont {
		line-height: 1.75em;
		font-size: 2em;
	}
	.linkList li a span.icon img {
		margin-top: 16px;
		margin-bottom: 8px;
	}
	.slider .imgBox {
		width: 45%;
		height: 35%;
	}
	
}

@media (max-width: 360px) {
	.linkList li a span.iconfont {
		line-height: 1.75em;
		font-size: 1.75em;
	}
	.linkList li a span.icon img {
		margin-top: 12px;
		margin-bottom: 6px;
	}
	.result {
		height: 460px;
	}
	.slider .imgBox {
		width: 50%;
		height: 32%;
	}
	
	
}

@media (max-width: 321px) {
	.linkList li a span.iconfont {
		line-height: 1.625em;
	}
}


/*首页顶部*/

.boder-x {

}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.clearbt {
	clear: both;
}

.fl {
	float: left;
	height:135px;
}

.fl img{
	height:66px;
	position:absolute;
	top:3px;
}
.hjblink {
	position: absolute;
	top: 80px;
	margin-left: 300px;
	font-size: 14px;
	background: #cbe3e5;
	padding: 2px 8px;
	border-radius: 7px;
}

.fr {
	float: right;
}

.toplink {
	width: 407px;
	border-radius:5px;
	padding-left: 10px;
	float: right;
	height: 40px;
	overflow: hidden;
}

.toplink a {
	color: #fff;
	line-height: 40px;
	padding: 0 10px;
	font-size: 15px;
}

.sosobox {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
}

.sosoinput {
	width: 140px;
	height: 25px;
	padding-left: 5px;
	background: #fff;
	border: 1px solid #FFFFFF;
	float: left;
}

.sosobox .btn-search {
	background:url(../images/search_icon.png);
	width: 24px;
	height: 24px;
	border: 0;
	margin-left:6px;
}



/* 友情链接 */

#links {
	width: 100%;
	background: #f0f0f0;
	border-top: 1px solid #E5E5E5;
}

#links .link-box {
	width: 1300px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
}

.linkmain {
	padding-left: 8px;
	color: #000;
	line-height: 46px;
	margin-top: 8px;
	display: block;
	/* width: 135px; */
	float: left;
}

.linkmain span {
	margin: 0 12px 0 4px;
	color: #042376;
}

#links .link-box .select-link {
	padding: 3px 20px;
	/* color: #666; */
	margin-right: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}


/*教学与服务 带滚动效果*/

#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 160px;
	overflow: hidden;
	margin: 32px 0 10px;
}

#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}

#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 14px;
	margin: 0;
}

#myscroll ul li {
	float: left;
	margin-right:-1%;
}
.product-content .active {
	outline:2px solid #f6eded;
}
#myscroll ul li a span.icon img {
	width: 40.41%;
	margin-top: 7px;
	margin-left: 30%;
	margin-bottom: 16px;
}

#myscroll ul li a p {
	text-align: center;
}

#myscroll ul li.item1 a {
	/* background: #d07a7b; */
}

#myscroll ul li.item2 a {
	background: #18397e;
}

#myscroll ul li.item3 a {
	background: #a981bf;
}

#myscroll ul li.item4 a {
	background: #9199c7;
}

#myscroll ul li.item5 a {
	background: #4dadc3;
}

#myscroll ul li.item6 a {
	background: #5daf7f;
}

#myscroll ul li.item7 a {
	background: #ce909b;
}

#myscroll ul li.item8 a {
	background: #a5d7d6;
}

#myscroll ul li a {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	
	/* color: #ffffff; */
	/* -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26); */
}
#myscroll ul li img{
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
#mybtns {
	margin: -50px;
	float: right;
	display: block;
	height: 42px;
    margin-right:19px;
}

#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
                background-color: #6f6f6f;
	float: left;
	margin-right: 1px;
                opacity:0.1;
}

#mybtns a:hover {
	background-color: #820000;
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#mybtns #left {
	background-image: url(../images/jt_l.png);
}

#mybtns #right {
	background-image: url(../images/jt_r.png);
}


/*信息导航图标*/

.sliderbox {
	width: 1300px;
	height: 205px;
	overflow: hidden;
	margin: 0px auto;
}

.arrow-btn {
	margin: 35px 0 0 0;
	display: inline;
	background: url(../images/arrow-btn.png) no-repeat;
	width: 26px;
	height: 124px;
	overflow: hidden;
	cursor: pointer;
}

#btn-left {
	float: left;
	margin-left: 12px;
	background-position: 0 0;
}

#btn-left.dasabled {
	background-position: 0 -124px;
}

#btn-right {
	float: right;
	margin-right: 6px;
	cursor: pointer;
	background-position: -26px 0;
}

#btn-right.dasabled {
	background-position: -26px -124px;
}
.footer1_logo img{
	
	margin-top:4%;
	margin-left:2%;
	margin-left:4%\0;
	width:266px;
}
.hpwz{
	position:absolute;
	font-weight:300;
	font-size:18px;
	margin-top: 2.7%;
	margin-left: 53%;
}
.hpwz li{
	float:left;
}
.hpwz span{
	color:#524d49;
}

.select_div{
	position:absolute;
	right:3%;
    top:60%;
}
.mainNavList b{
	position:absolute;
	width: 19px;
	height: 41px;
	background: url(../images/xx.png) no-repeat center center;
	vertical-align: middle;
	left: 91%;
	top: 11%;
	z-index:99;
}
#headTitle2 .main{
	position: absolute;
	left: 25%;
}
#headTitle2 .sub{
	position: absolute;
    right: 3%;
}



.item2{
	position: absolute;
	left: 0px;
	display:block;
}
/* .gk:hover{
	display:none;
} */
.gk:hover .gk1{
	display:block;
}
.wxerw{
	display:none;
	position:absolute;
	right:12%\0;
	right: -160%;
	top: -625%;
}
