*

{
	margin: 0;
	padding: 0;
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
	border: 0;
}

body,button,input,select,textarea {
	font-family: 'Microsoft YaHei';
	width: 100%;
}
body{min-width: 1200px; margin:0 auto;overflow-x:hidden;}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a:hover {
	color: #9f0000!important;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	outline: 0;
} 
/*input,button,select,textarea{outline:none;-webkit-appearance:none;}*/
textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
}

a {
	blr: expression(this.onFocus=this.blur());
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

.button {
	border-radius: 0;
}

input {
	font-family: "微软雅黑";
}

textarea {
	font-family: "微软雅黑";
}

img {
	border: 0px;
	outline-width: 0px;
	vertical-align: top;
}





.Top
{
	background: url("../Image/Ttop.png") no-repeat;
	background-size: 100% 100%;
}
/*·Logo及搜索*/
.Tops
{
	width: 1200px;
	margin: 0 auto;
	height: 146px;
}
/*清除浮动*/
.Tops:after
{
	content: "";
	display: block;
	clear: both;
}
/*log*/
.log
{
	float:left;
	margin-top: 37px;
}
/*搜索*/
.retrieval
{
	float: right;
}
/*旧版*/
.old_version
{
	margin-top: 43px;
	font-size: 14px;
    color: #fff;
}
/*旧版a链接*/
.old_version>a
{
	font-size: 14px;
    color: #f7c8c8;
    padding-right: 6px;
    padding-left: 6px;
    text-decoration:none;
}
.old_version>a:hover
{
	color: #fff!important;
}
/*搜索*/
.seek
{
	width: 290px;
	height: 38px;
	margin-top: 20px;
	background-color: #c84c25;
}
/*搜索框*/
.seek>input.texts
{
	float: left;
	width: 80%;
	height: 38px;
	outline: none;
	border:none;
	background: transparent;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 8px\0;
}
 .seek>input::-webkit-input-placeholder
{
    /* placeholder颜色  */
    color: #ffffff;
}
.seek>input::-ms-clear{display: none;}
/*搜索按钮*/
.ses
{
	float: left;
	width: 13%;
	height: 38px;
	background: url("../Image/sousuo.png") no-repeat;
	background-position: center;
	cursor:pointer;
}
/*导航*/
.naver
{
	padding-top: 1px;
}
.nav
{
	width: 1260px;
	margin: 0 auto;
	margin-top: 25px;
}
.nav>ul:after
{
	content: "";
	display:block;
	clear: both;
}
.nav>ul>li
{
	float: left;
	width: 170px; height:45px;
	text-align: center; position:relative;
}
.nav>ul>li>a
{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #151515;
	text-decoration: none;
	display:block;
	border-right: 1px solid  #151515;
}

.nav li .sub{ display:none;}
.nav li:hover .sub{display:block;padding-top:15px; width:170px; background:url("../Image/subbg.gif") no-repeat center top #FFF;  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);position: absolute; top:45px; z-index:99; opacity:0.9;}
.nav li:hover .sub li{float: none;padding: 0;margin: 0; display:block}
.nav li:hover .sub li a{padding: 0 15px;margin: 0;text-align: center;font-size:15px; white-space:nowrap; line-height:50px; display:block;}
.nav li:hover .sub li:hover a{background:#c0392b;color: #FFF !important;}


/*banner 轮播*/
.flexslider
{
	position: relative;
	width: 100%;
	height: 482px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li
{
	width: 100%;
	height: 100%;
	position: relative;
}


.flex-direction-nav a
{
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: #a6a7a8;
	opacity: 0.51;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;

}
.flex-direction-nav a:hover
{
	background: #e7a332;
}
.flex-prev>img
{
	margin-top: 10px;
    margin-left: 7px;
}
.flex-next>img
{
    margin-top: 10px;
    margin-left: 15px;
}
.flex-direction-nav .flex-next
{
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev
{
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev
{
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover
{
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav
{
	width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 300px;
}

.flex-control-nav li
{
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a
{
	background: url("../Image/dot.png") no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a
{
	background-position: 0 0;
}

.flexslider .slides img
{
	width: 100%;
	height: 482px;
	display: block;
}
/*banner字体*/
.banner_font
{
	width: 100%;
	height: 53px;
	background-color: #9f0000;
	opacity: 0.81;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
.banners
{
	width: 1200px;
	margin: 0 auto;
}
.banners>p
{
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 53px;
	cursor: pointer;
}
/*团情快讯·通知公告*/

.conts,.special
{
	padding-top: 1px;
}
.contsed
{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.contsed:after
{
	content: "";
	display: block;
	clear: both;
}
/*快讯*/
.flash
{
	width: 580px;
	float: left;
}
.flashTit
{
	position: relative;
}
.flashTit:after
{
	content: "";
	display: block;
	clear: both;
}
.xjt
{
	position: absolute;
    left: 80px;
    top: 44px;
}
/*快讯图标*/
.flashTit>img
{
	float: left;
}
/*快讯标题*/
.tited
{
	float: left;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #a30000;
	margin-left: 17px;
}
/*快讯更多*/
.mover
{
	float: right;
}
.Tmover
{
	position: absolute;
	right: 0;
	display: none;
}
.mover>a
{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #a30000;
	text-decoration: none;
}
/*线*/
.xian
{
	width: 100%;
	height: 2px;
	background: #ae0c2a;
	margin-top: 15px;
}
.xians
{
	margin-top: 13px;
}
/*快讯图文*/
.flashtw
{
	margin-top: 15px;
}
.flashtw:after
{
	content: "";
	display: block;
	clear: both;
}
/*快讯图*/
.flashtu
{
	float: left;
	width: 249px;
	height: 153px;
	overflow: hidden;
}
.flashtu>a>img
{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.flashtu>a>img:hover
{
	transform: scale(1.2);
}
/*快讯图》文*/
.flashwen
{
	float: right;
	width: 315px;
}
/*快讯图》文标题*/
.fwentit
{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.fwentit>a
{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #1d1d1d;
	text-decoration: none;
}
/*快讯图》文内容*/
.fwencont
{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin-top: 10px;
	line-height: 5px;
    max-height: 85px;
}
.fwencont>a
{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #646464;
	text-decoration: none;
}
/*列表*/
.flashLI
{
	margin-top: 10px;
}
.flashLI>ul
{
	list-style: none;
}
.flash_li:after
{
	content: "";
	display: block;
	clear: both;
}
.flash_li>img
{
    margin-top: 19px;
    float: left;
}
.flash_li>li
{
    float: left;
    width: 483px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}
.flash_li>li>a
{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #1d1d1d;
	text-decoration: none;
}
.flash_li>p
{
	float: right;
}
.flatime
{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #99a6c4;
}
/*通知公告*/
.notice
{
	float: right;
	width: 580px;
}
/*专题专栏*/
.speci
{
	width: 1200px;
	margin: 0 auto;
	margin-top: 17px;
	position: relative;
}
/*专题轮播*/
.swipe
{
	margin-top: 25px;
}
.arrow-left
{
  background: #1b1b1b url("../Image/zuo.png") no-repeat left top;
  position: absolute;
  left: 0px;
  top: 60%;
  margin-top: -15px;
  width: 40px;
  height: 57px;
  z-index: 10;
  opacity: 0.51;
  background-position-x: -8px;
  background-position-y: 5px;
}
.arrow-left:hover
{
	background:#e7a332 url("../Image/zuo.png") no-repeat;
	background-position-x: -8px;
    background-position-y: 5px;

}
.arrow-right
{
  background: #1b1b1b url("../Image/you.png") no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 60%;
  margin-top: -15px;
  width: 40px;
  height: 57px;
  z-index: 10;
  opacity: 0.51;
  background-position-y:5px;
}
.arrow-right:hover
{
	background: #e7a332 url("../Image/you.png") no-repeat left bottom;
	background-position-y:5px;
}
.swiper-container
{
	width: 1200px;
	height: 177px;
}
.title
{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.title
{
	display: flex\0;
	justify-content: center\0;
	align-items: center\0;
}
.title>a>img
{
	width:280px;
	height: 177px;
	transition: all 0.6s;
}

.title>a>img:hover
{
	transform: scale(1.2);
}

.hlzb
{
	float: left;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #909090;
	margin-left: 25px;
}
/*校园文创*/
.xywcs:after
{
	content: "";
	display: block;
	clear: both;
}
.xyimg
{
	float: left;
	width: 280px;
	height: 146px;
    margin-top: 10px;
    margin-left: 8px;
    overflow: hidden;
}
.xyimg>a>img
{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.xyimg>a>img:hover
{
	transform: scale(1.2);
}
/*底部*/
.Foot
{
	height: 197px;
	background-color: #c60000;
	padding-top: 1px;
}
.foot
{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
.foot>img
{
	position: absolute;
    top: -61px;
    left: -57px;
    height: 198px;
}
.foot:after
{
	content: "";
	display: block;
	clear: both;
}
.banq
{
	width: 580px;
	float: left;
}
.banq>p
{
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}
.yq
{
	width: 580px;
	float: right;
}
.yq>p
{
	/*margin-left: 25px;*/
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: -20px;
}
.yq>ul:after
{
	content: "";
	display:block;
	clear: both;
}
.yq>ul>li
{
	float: left;
	margin-right: 40px;
}
.yq>ul>li>a
{
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #f7c8c8;
}
.yq>ul>li>a:hover
{
	color: #FFFF!important;
}


/* 本案例需要的css样式 */
ul,li {
	list-style: none;
}

.tab {
	width: 580px;
	position: relative;
}

.tab-hd {
	overflow: hidden;
	zoom: 1;
}
.tab-bd
{
	height: 336px;
	overflow: hidden;
}

.tab-hd li {
	float: left;
	width: 140px;
	color: #fff;
	cursor: pointer;
}

.tab-bd ul {
	border-top: 0 none;
	font-size: 24px;
}

.tab-bd ul.thisclass {
	display: block;
}

.tab-md ul {
	display: none;
	position: absolute;
	right: 10px;
	top: 0px;
}

.tab-md ul.moredw {
	display: block;
}
.xyfc
{
	float: left;
}