@charset "gb2312";
/* CSS Document */

/* 
Copyright 2001-2014 Grand Point Inc.
2014_8 by Wang Li
 */


 /*嵌套自定义CSS样式写在这里*/
#menu { position: fixed; right: 20px; top: 50%; width: 90px; margin: -160px 0 0; padding: 0; list-style-type: none; z-index: 70;}
#menu li { margin-top: 10px; font: 14px "Microsoft Yahei";}
#menu a { display: block;background-color:#292929;text-align: center; text-decoration: none; width:10px; height:10px; border:2px solid D90504;}
#menu .active a { color: #fff; border:2px solid #D90504;}
.section { font: 18px "Microsoft Yahei"; color: #fff; margin:0; padding:0; overflow:hidden;}
.section1 { width:100%; height:800px; margin:0; padding:0;}
.screen-main { position: relative; width: 100%; height: 800px; margin: 0 auto;}
.screen-main span { position: absolute;}
.science-inner { position: relative; width: 980px; height: 850px; margin: 0 auto; }
.famous-inner { position: relative; margin: 0 auto; height:800px; width:1200px; }
.social-inner { position: relative; margin: 0 auto; height:800px; width:1200px; }
.net-inner {position: relative; margin: 0 auto; height:800px; width:1200px;}


.zanzhu { position: relative; margin: 0 auto; height:800px; width:100%;} 


.foot { margin-top: 100px; line-height: 30px; color: #666; font-size: 12px; text-align: center;}
.foot a { color: #0074EA;}
html, body {
    margin: 0;
    padding: 0;
}
#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height:800px !important;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}

#guide{
	width:100%;
	height:105px;
	background:#fff;
	}
#guide .position{
	width:1200px;
	height:105px;
	position:relative;
	margin:0 auto;
	}
#guide .position .logo{
	width:510px;
	height:105px;
	float:left;
	}
#guide .position .logo img{
	width:510px;
	height:105px;
	}
#guide .position .list{
	float:right;
	display:block;
	width:500px;
	margin-top:45px;
	}
#guide .position .list a{
	display:block;
	text-align:right;
	float:left;
	width:100px;
	color:#3C3C3C;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	}
#guide .position .list a:hover{
	color:#D90504;
	text-decoration:none;
	}

#adv img{
	width:1920px;
	height:695px;
	}
#adv{
	float:left;
	width:100%;
	height:695px;
	position:absolute;
	overflow:hidden;
	}
#adv .position{
	width:1920px;
	height:695px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	}

#adv .slideBox{ width:1920px; height:695px; overflow:hidden; position:relative;}
#adv .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:690px; bottom:35px; z-index:1; }
#adv .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
#adv .slideBox .hd ul li{ float:left;width:40px; height:3px; text-align:center; cursor:pointer;  margin:0 10px; background:#292929;}
#adv .slideBox .hd ul li.on{ background:#FB0917; }
#adv .slideBox .bd{ position:relative; height:100%; z-index:0;   }
#adv .slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height:695px; display:block; } 
#adv .slideBox .bd li a{
	display:block;
	width:1920px;
	height:695px;
	}
#adv .slideBox .bd img{ width:1920px; height:695px; display:block;  }

.titlemain{
	width:100%;
	height:100px;
	text-align:center;
	position:absolute;
	opacity:0;
	top:0;
	}
.titlemain p{
	display:block;
	width:100%;
	font-size:48px;
	line-height:40px;
	color:#FB0A18;
	}
.titlemain a{
	display:block;
	width:100%;
	background:url(2.png) no-repeat center;
	font-size:28px;
	line-height:36px;
	height:55px;
	color:#3F3F3F;
	font-weight:bold;
	}
.titlemain a:hover{
	color:#3F3F3F;
	}
.science-inner{
	width:1200px;
	}
.science-inner .left{
	position:absolute;
	display:block;
	width:435px;
	height:335px;
	opacity:0;
	}
.science-inner h2{
	display:block;
	font-size:24px;
	float:left;
	font-weight:normal;
	margin:0;
	padding:0;
	
	}
.science-inner h2 a{
	color:#FB0917;
	}
.science-inner .left .title{
	display:block;
	float:left;
	}
.science-inner .slideBox1{ width:535px; height:435px; overflow:hidden; position:relative;}
.science-inner .slideBox1 .hd1{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;}
.science-inner .slideBox1 .hd1 ul{ overflow:hidden; zoom:1; float:left; display:none;  }
.science-inner .slideBox1 .hd1 ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.science-inner .slideBox1 .hd1 ul li.on{ background:#f00; color:#fff; }
.science-inner .slideBox1 .bd1{ position:relative; height:100%; z-index:0;   }
.science-inner .slideBox1 .bd1 li{ zoom:1; vertical-align:middle; }
.science-inner .slideBox1 .bd1 img{ width:535px; height:435px; display:block;  }
 
		/* 下面是前/后按钮代码，如果不需要删除即可 */
.science-inner .slideBox1 .prev1,
.science-inner .slideBox1 .next1{ position:absolute; left:0; bottom:0; display:block; width:18px; height:18px;}
.science-inner .slideBox1 .prev1{ background:url(3.png) no-repeat;}
.science-inner .slideBox1 .next1{ background:url(4.png) no-repeat; left:23px;}
.science-inner .slideBox1 .prev1:hover{ background:url(5.png) no-repeat;}
.science-inner .slideBox1 .next1:hover{ background:url(6.png) no-repeat;}
.science-inner .slideBox1 .prevStop{ display:none;  }
.science-inner .slideBox1 .nextStop{ display:none;  }


.portfolio-grid {
list-style: none;
padding: 0;
margin: 0 auto;
text-align: center;
width: 100%;
}

.portfolio-grid li {
display: inline-block;
margin:0;
vertical-align: top;
width:120px;
height:120px;
position:absolute;
}

.portfolio-grid li > a,
.portfolio-grid li > a img {
width: 100%;
border: none;
outline: none;
display: block;
position: relative;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.portfolio-grid li a{
	display:block;
	width:120px;
	height:120px;
	position:relative;
	}
.portfolio-grid li .up{
	width:108px;
	height:108px;
	position:absolute;
	left:6px;
	top:6px;
	opacity:1;
	}
.portfolio-grid li > a img:hover {
border-radius: 50%;
z-index: 9999;
}


/******************************************
Animate.CSS By Dan Eden
******************************************/

.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}

40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
}

70% {
-webkit-transform: perspective(400px) rotateX(10deg);
}

100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}

40% {
-moz-transform: perspective(400px) rotateX(-10deg);
}

70% {
-moz-transform: perspective(400px) rotateX(10deg);
}

100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}

40% {
-o-transform: perspective(400px) rotateX(-10deg);
}

70% {
-o-transform: perspective(400px) rotateX(10deg);
}

100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}

40% {
transform: perspective(400px) rotateX(-10deg);
}

70% {
transform: perspective(400px) rotateX(10deg);
}

100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}

.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX;
}


.famous-inner .picScroll-left{ width:1200px; height:305px;  overflow:hidden; position:absolute; margin:0 auto; }
.famous-inner .picScroll-left .hd{ overflow:hidden;  height:65px; position:absolute; width:100%;top:120px;}
.famous-inner .picScroll-left .hd .prev,.famous-inner .picScroll-left .hd .next{ display:block; width:30px; height:65px; overflow:hidden;cursor:pointer; position:absolute; }
.famous-inner .picScroll-left .hd .prev{background:url(9.jpg); left:0;}
.famous-inner .picScroll-left .hd .next{background:url(10.jpg); right:0;}

.famous-inner .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; display:none; }
.famous-inner .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.famous-inner .picScroll-left .hd ul li.on{ background:;}
.famous-inner .picScroll-left .bd{ width:1070px; margin:0 auto;}
.famous-inner .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.famous-inner .picScroll-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center; width:335px; height:305px;  }
.famous-inner .picScroll-left .bd ul li .pic{ text-align:center; width:335px; height:305px; }
.famous-inner .picScroll-left .bd ul li .pic img{  width:335px; height:305px;display:block;}

.social-inner .main_box{
	width:1250px;
	}
.social-inner .main_box .main{
	width:585px;
	height:205px;
	float:left;
	position:absolute;
	}
.social-inner .main_box .main .img{
	width:275px;
	height:205px;
	border:5px solid #fff;
	float:left;
	}
.social-inner .main_box .main .img img{
	width:265px;
	height:195px;
	}
.social-inner .main_box .main .text{
	display:block;
	width:280px;
	height:160px;
	float:right;
	}
.social-inner .main_box .main .text h2{
	display:block;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin-top:15px;
	}
.social-inner .main_box .main .text h2 a{
	color:#FA0A18;
	}
.social-inner .main_box .main .text ul{
	display:block;
	margin-top:15px;
	margin-bottom:0px;
	}
.social-inner .main_box .main .text ul li{
	display:block;
	width:100%;
	font-size:14px;
	line-height:33px;
	text-indent:15px;
	background:url(13.png) no-repeat left;
	}
.social-inner .main_box .main .text ul li a{
	color:#F0F0F1;
	}
.social-inner .main_box .main .text .more{
	display:block;
	font-size:12px;
	color:#fff;
	margin-top:15px;
	width:60px;
	height:20px;
	text-align:center;
	line-height:18px;
	border:1px solid #F0F0F1;
	}
.net-inner .main{
	width:365px;
	height:300px;
	position:absolute;
	
	
	}
.net-inner .main .topic{
	width:365px;
	height:100px;
	border-bottom:1px solid #FB0917;
	background:#fff;
	}
.net-inner .main .topic .biaoti{
	display:block;
	margin-left:40px;
	float:left;
	margin-top:38px;
	width:300px;
	height:25px;
	}
.net-inner .main .topic .biaoti a{
	display:block;
	float:left;
	text-indent:35px;
	margin:0;
	line-height:18px;
	color:#3C3C3C;
	font-weight:bold;
	line-height:25px;
	}
.net-inner .main .topic .biaoti p{
	display:block;
	float:left;
	color:#FB0917;
	font-size:14px;
	margin:0;
	line-height:25px;
	}
.net-inner .main .topic .biaoti p a{
	margin:0;
	color:#FB0917;
	text-indent:0;
	font-weight:normal;
	}
.net-inner .main .box{
	display:block;
	width:365px;
	height:190px;
	margin-top:10px;
	background:url(18.png);
	opacity:1;
	}
.net-inner .main .box p{
	display:block;
	padding:30px;
	color:#fff;
	font-size:14px;
	line-height:25px;
	margin:0;
	}
.zanzhu .main{
	width:1200px;
	height:280px;
	position:relative;
	top:105px;
	margin:0 auto;
	}
.zanzhu .main img{
	width:1200px;
	height:280px;
	}
.zanzhu .main .up{
	display:block;
	width:1200px;
	height:280px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	line-height:280px;
	font-size:60px;
	color:#fff;
	font-weight:bold;
	background:url(19.png);
	opacity:0;
	cursor:pointer;
	}
.zanzhu .main .up:hover{
	text-decoration:none;
	}
.footx{
	width:100%;
	height:105px;
	background:#F5F5F5;
	border-top:1px solid #CDCDCD;
	}
.footx .position{
	width:1200px;
	height:105px;
	margin:0 auto;
	}
.footx .position .left{
	color:#AFAFAF;
	line-height:20px;
	height:40px;
	margin:0;
	margin-top:30px;
	font-size:14px;
	float:left;
	width:80%;
	}
.footx .position .left a{
	color:#AFAFAF;
	}
.footx .position .right{
	float:right;
	margin:0;
	margin-top:30px;
	width:20%;
	color:#AFAFAF;
	}
.footx .position .right p{
	text-align:right;
	font-size:14px;
	padding-left:30px;
	background:url(20.png) no-repeat left;
	float:right;
	display:block;
	margin-bottom:5px;
	}
#TopSearch{
	display:block;
	float:right;
	width:180px;
	height:25px;
	border:1px solid #D9D9D9;
	background:none;
	}
#TopSearch .TopSearch{
	width:155px;
	height:23px;
	float:left;
	background:#fff;
	border:none;
	font-size:12px;
	text-indent:10px;
	line-height:23px;
	}
#TopSearch .TopSearch_button{
	width:23px;
	height:23px;
	float:right;
	background:url(21.png) no-repeat;
	border:none;
	}
#adv_n img{
	width:1920px;
	height:250px;
	}
#adv_n{
	float:left;
	width:100%;
	height:250px;
	position:relative;
	overflow:hidden;
	}
#adv_n .position{
	width:1920px;
	height:250px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	}
#adv_n h4{
	display:block;
	margin:0;
	font-weight:normal;
	position:absolute;
	right:360px;
	bottom:10px;
	font-size:14px;
	color:#fff;
	}
#adv_n h4 a{
	color:#fff;
	}
#adv_n h4 a:hover{
	text-decoration:none;
	}
#maintitle{
	width:100%;
	height:175px;
	}
#maintitle .position{
	width:1200px;
	height:175px;
	position:relative;
	margin:0 auto;
	background:url(22.png) no-repeat center;
	}
#maintitle h2{
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	font-size:28px;
	color:#3C3C3C;
	padding-top:74px;
	}
#n_guide{
	width:100%;
	height:30px;
	}
#n_guide .position{
	width:1200px;
	height:30px;
	position:relative;
	margin:0 auto;
	text-align:center;
	}
.mNormal{
	display:inline-block;
	padding:0 25px;
	line-height:28px;
	font-weight:bold;
	color:#3F3F3F;
	border:1px solid #DC2D2D;
	border-radius:5px;
	font-size:14px;
	margin:0 10px;

    behavior: url(../../HdInc/PIE.htc) 

	}
.mNormal:hover{
	background:#DC2D2D;
	color:#fff;
	}
.mChoose{
	display:inline-block;
	padding:0 25px;
	line-height:28px;
	font-weight:bold;
	border:1px solid #DC2D2D;
	border-radius:5px;
	font-size:14px;
	margin:0 10px;
	background:#DC2D2D;
	color:#fff;
	behavior: url(../../HdInc/PIE.htc) 
	}
.mChoose:hover{
	color:#fff;
	text-decoration:none;
	}

#content{
	width:100%;
	margin-top:80px;
		}
#content .position{
	width:1200px;
	margin:0 auto;
	position:relative;
	}
#content .position .d_page{
	width:100%
	}
	
#content .position .d_page .up{
	width:100%;
	height:95px;
	text-align:center;
	}
#content .position .d_page .up h2{
	display:block;
	margin-top:25px;
	font-size:18px;
	color:#FC0A18;
	font-weight:normal;
	font-weight:bold;
	}
#content .position .d_page .up p{
	display:block;
	margin-top:15px;
	color:#B0B0B0;
	font-size:14px;
	}
#content .position .d_page .down{
	color:#363636;
	line-height:2em;
	font-size:14px;
	}
#content .position .list{
	width:1200px;
	height:160px;
	margin-bottom:20px;
	background:#fff;
	}
#content .position .list .left{
	float:left;
	width:160px;
	height:160px;
	background:#F6F6F6;
	}
#content .position .list .left p{
	display:block;
	width:75px;
	height:125px;
	margin:20px auto 0 auto;
	text-align:center;
	}
#content .position .list .left p span{
	display:block;
	}
#content .position .list .left p .up{
	line-height:62px;
	border-bottom:1px solid #E0DFE0;
	font-size:34px;
	font-weight:200;
	color:#E60212;
	}
#content .position .list .left p .down{
	margin-top:13px;
	font-size:14px;
	color:#E60212;
	}
#content .position .list .img{
	display:block;
	width:240px;
	height:160px;
	float:left;
	}
#content .position .list .img img{
	width:240px;
	height:160px;
	}
#content .position .list .right{
	width:800px;
	height:160px;
	border:1px solid #E3E3E3;
	border-left:none;
	float:left;
	
	}
#content .position .list .right a{
	display:block;
	padding:0 20px;
	font-size:18px;
	line-height:18px;
	margin-top:38px;
	color:#2E2E2E;
	}
#content .position .list .right p{
	color:#B8B8B8;
	font-size:14px;
	padding:0 20px;
	display:block;
	line-height:25px;
	margin-top:15px;
	}


#content .position .list .left1{
	float:left;
	width:160px;
	height:160px;
	background:#E60212;
	}
#content .position .list .left1 p{
	display:block;
	width:75px;
	height:125px;
	margin:20px auto 0 auto;
	text-align:center;
	}
#content .position .list .left1 p span{
	display:block;
	}
#content .position .list .left1 p .up{
	line-height:62px;
	border-bottom:1px solid #fff;
	font-size:34px;
	font-weight:200;
	color:#fff;
	}
#content .position .list .left1 p .down{
	margin-top:13px;
	font-size:14px;
	color:#fff;
	}

#content .position .list .right1{
	width:800px;
	height:160px;
	border:1px solid #E3E3E3;
	border-left:none;
	float:left;
	
	}
#content .position .list .right1 a{
	display:block;
	padding:0 20px;
	font-size:18px;
	line-height:18px;
	margin-top:38px;
	color:#FB0917;
	}
#content .position .list .right1 p{
	color:#B8B8B8;
	font-size:14px;
	padding:0 20px;
	display:block;
	line-height:25px;
	margin-top:15px;
	}


#content .position .listx{
	width:100%;
	height:120px;
	margin-bottom:25px;
	}
#content .position .listx .date{
	width:80px;
	height:120px;
	float:left;
	text-align:center;
	background:url(23.png) no-repeat left;
	}
#content .position .listx .dd{
	font-size:36px;
	color:#fff;
	}
#content .position .listx .yy{
	color:#fff;
	font-size:14px;
	}
#content .position .listx .text{
	width:1120px;
	height:120px;
	float:right;
	background:#F7F7F7;
	}
#content .position .listx .text .topic{
	display:block;
	font-size:14px;
	color:#333333;
	line-height:14px;
	margin:0 auto;
	margin-top:25px;
	width:1055px;
	font-weight:bold;
	}
#content .position .listx .text .des{
	display:block;
	height:60px;
	line-height:25px;
	width:1055px;
	margin:0 auto;
	margin-top:10px;
	color:#616161;
	font-size:14px;
	color:#616161;
	}
#content .position .listx .text .more{
	margin-left:30px;
	font-size:14px;
	color:#333333;
	margin-top:15px;
	}
#content .position .listx{
	width:100%;
	height:120px;
	margin-top:30px;
	}
#content .position .listx .date1{
	width:80px;
	height:120px;
	float:left;
	text-align:center;
	background:url(24.png) no-repeat;
	}
#content .position .listx .date1 .dd{
	font-size:36px;
	color:#fff;
	}
#content .position .listx .date1 .yy{
	color:#fff;
	font-size:14px;
	}
#content .position .listx .text1{
	width:1120px;
	height:120px;
	float:right;
	background:#F7F7F7;
	}
#content .position .listx .text1 .topic{
	display:block;
	font-size:14px;
	color:#FC0917;
	line-height:14px;
	margin:0 auto;
	margin-top:25px;
	width:1055px;
	font-weight:bold;
	text-decoration:none;
	}
#content .position .listx .text1 .des{
	display:block;
	height:60px;
	line-height:25px;
	width:1055px;
	margin:0 auto;
	margin-top:10px;
	color:#616161;
	font-size:14px;
	}
#content .position .listx .text1 .more{
	margin-left:30px;
	font-size:14px;
	color:#333333;
	margin-top:15px;
	}
#content .position .pic{
	width:1230px;
	}
#content .position .pic .box{
	width:290px;
	height:260px;
	border:1px solid #F0F0F0;
	float:left;
	margin:0 13px 25px 0;
	text-align:center;
	}
#content .position .pic .box .img{
	width:250px;
	height:185px;
	display:block;
	margin:20px 20px 0px 20px;
	}
#content .position .pic .box .img img{
	width:250px;
	height:185px;
	}
#content .position .pic .box .topic{
	width:100%;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#363636;
	font-size:14px;
	}
.messagecontent{
	width:100%;
	height:625px;
	margin-top:80px;
	}
.messagecontent .left{
	width:50%;
	height:625px;
	float:left;
	}
.messagecontent .left img{
	width:100%;
	height:625px;
	} 
.messagecontent .right{
	float:right;
	width:50%;
	height:625px;
	background:#F5F5F5;
	}
.panel,.panel-default > .panel-heading{
	border:none;
	background:none;
	}
.panel{
	background:#fff;
	border:none;
	}
.control-label{
	font-size:14px;
	font-weight:normal;
	color:#373737;
	}
#MessageBt{
	position: absolute;
    left: 240px;
    bottom: 15px;
	background:#FC0917;
	color:#fff;
	border:1px solid #FC0917
	}
#MessageBt:hover{
	background:#FC0917;
	color:#fff;
	border:1px solid #FC0917
	}


.piro_overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#000; display: none; z-index:99997; }

.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008; background:none }
.loading span span{position:absolute; display:block; width:30px;height:30px; z-index:100009;background: url(ajax-loader.gif) center center no-repeat!important;background: url(ajax-loader.gif) center center no-repeat;}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block; padding:0px; cursor:text; background:#222;}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block; padding:0; background:none;}
.caption p{ display:block; margin:0;padding:4px 28px 4px 38px; text-align:center; font-weight:normal; background:black; color:white; font-size:12px;}

a.piro_close{position:absolute;top:20px;right:20px;height:35px;width:35px;background:url(close_btn.png) no-repeat;cursor:pointer;z-index:100006;}
a:hover.piro_close{background:url(close_btn_h.png) no-repeat;}

a.piro_next{position:absolute;top:50%;width:35px; height:35px;right:20px;text-indent:-999em;outline:none; display:block; margin:-18px 0 0 0;background:url(next.png) center right no-repeat; border:none; cursor:pointer;z-index:1000000001}
a:hover.piro_next{background:url(next_h.png) center right no-repeat;}

a.piro_prev{position:absolute;top:50%;width:35px; height:35px;left:20px; text-indent:-999em; outline:none;display:block;margin:-18px 0 0 0;background: url(prev.png) center left no-repeat;border:none; cursor:pointer; z-index:1000000000}
a:hover.piro_prev{background:url(prev_h.png) center left no-repeat;}



.pirobox_content {position:absolute; top:50%; left: 50%; padding:0; width: 800px; height: 600px; margin:-300px 0 0 -400px; display:block; z-index:99998;font-family:Trebuchet MS,Arial;}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;border:none;}
.pirobox_content img{ margin:0; padding:0; border:none;}

.t_l{background:url(t_l.png) no-repeat; width:20px; height:20px;}
.t_r{background: url(t_r.png) no-repeat; width:20px; height:20px;}
.t_c{height:20px; background:url(t_c.png) repeat-x;}

.c_l{width:20px; background: url(c_l.png) repeat-y;}
.c_c{background:white; margin:0; padding:0;}
.c_c div{width:760px; height:560px; margin:0; padding:0 0 0px 0;}
.c_r{width:20px; background: url(c_r.png) repeat-y;}

.b_c{height:20px; background:url(b_c.png) repeat-x;}
.b_l{background:url(b_l.png) no-repeat; width:20px; height:20px;}
.b_r{background:url(b_r.png) no-repeat; width:20px; height:20px;}

/*.t_l{background:#000; width:10px; height:10px;}
.t_r{background:#000; width:10px; height:10px;}
.t_c{height:10px; background:#000;}

.c_l{width:10px; background:#000;}
.c_c{background:#000; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: #000;}

.b_c{height:10px; background:#000;}
.b_l{background:#000; width:10px; height:10px;}
.b_r{background:#000; width:10px; height:10px;}
*/
.box_img{ position:absolute; z-index:99995; background: url(img_bg.png);width: 100%; top:30px; left:30px; height: 100%; padding:0;}
.err_mess{ position:absolute;bottom:20px; color:white; padding:0; margin:0 0 0 20px; display:block;}
.err_mess a{color:red; font-weight:700;}
.number{position:absolute;margin-left:3px;height:18px;width:30px; padding:3px;left:0;color:#666;bottom:1px; font-size:11px;}
a.link_to {position:absolute;margin-right:6px;height:20px;width:20px;right:0;color:#999;bottom:3px; background:url(link_out.png) no-repeat; text-indent:-999em;}
a:hover.link_to { background:url(link_out_h.png) no-repeat;}
a.play{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;width:40px; height:40px; margin:0; outline:none; display:block;background:url(play.png) no-repeat; text-indent:-999em; border:none;cursor:pointer;}
a:hover.play{background:url(play_h.png) no-repeat;}
a.stop{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;;width:40px; height:40px; margin:0; outline:none; display:block;background:url(pause.png) no-repeat;text-indent:-999em; border:none;cursor:pointer;}
a:hover.stop{background:url(pause_h.png) no-repeat;}
.fleft{
	float:left;
	}
.form-horizontal .form-group{
	margin-left:5px !important;
	display:block;
	}
/*嵌套自定义CSS样式写在之上，以下全局CSS请勿修改和删除*/

/*全局CSS开始，请勿删除或修改*/
* {
	font-family: "微软雅黑", verdana, arial;
	margin: 0;
	padding: 0;
};

h1,h2,h3,h4,h5,h6,h7,th {
	font-weight: normal;
}

body {
	font-size: 12px;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

a {
	color: #717171;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

.clear {
	clear: both;
}

.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.font10 {
	font-size: 10px;
}

.ftBlue {
	color: #06C;
}

.ftOrange {
	color: #F90;
}

.ftYellow {
	color: #FF0;
}

.ftRed {
	color: #F00;
}

.ftGray {
	color: #666;
}

.ftGreen {
	color: #360;
}

.ftStrong {
	font-weight: bold;
}

.ftUnderline {
	text-decoration: underline;
}

.ftOverline {
	text-decoration: line-through;
}

.ftItalic {
	font-style: italic;
}

.mouseHand {
	cursor: pointer;
}

.imgLine {
	padding: 3px;
	border: #E8E8E8 1px solid;
	background: #FFF;
}

.error {
	border: 1px solid #F00;
	background: #FFECEC;
	font-weight:normal;
	padding-top:5px;
}

.error th {
	background: url(../../HdInc/Images/error.png) no-repeat 4px 4px #FFECEC;
	width: 22px;
	height: 20px;
}

.error td {
	padding: 3px;
	color: #F00;
	background: #FFECEC;
}

.success {
	border: 1px solid #690;
	background: #F0FAE7;
}

.success th {
	background: url(../../HdInc/Images/success.png) no-repeat  4px 4px #F0FAE7;
	width: 22px;
}

.success td {
	padding: 3px;
	color: #360;
	background: #F0FAE7;
}

.info {
	border: 1px solid #09C;
	background: #DFF4FF;
}

.info th {
	background: url(../../HdInc/Images/info.png) no-repeat #DFF4FF 4px 4px;
	width: 20px;
}

.info td {
	padding: 3px;
	color: #069;
	background: #DFF4FF;
}

.warning {
	border: 1px solid #F90;
	background: #FCF9DA;
}

.warning th {
	background: url(../../HdInc/Images/warning.png) no-repeat  4px 4px #FCF9DA;
	width: 22px;
}

.warning td {
	padding: 3px;
	color: #C63;
	background: #FCF9DA;
}

input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
	margin-left: 5px;
}
#SafeNote {
	width: 220px;
	display: none;
	position: absolute;
	top: 0;
	left: 9px;
	padding: 10px;
	font-size:12px;
}
.contenttitle{
	text-align:center;
	font-size:18px;}
.contentdate{
	font-size:14px;
	text-align:center;}

.SchList {
	width: 100%;
	margin: 0 auto;
}

.SchList th {
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	line-height: 2.5em;
	border-bottom: 1px dotted #CCC;
	color:#666;
}

.SchList td {
	color: #AAA;
	line-height: 2em;
}

.SchList span {
	color: #C30;
}

.SchList em {
	color: #090;
	font-style: normal;
	font-size: 10px;
	line-height: 3em;
}
/*全局CSS结束，请勿删除或修改*/
