@charset "utf-8";

/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
background:#f9fcfe url(../images/news_bg_01.jpg) no-repeat center bottom;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #f16624;
}

em {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

/*清除浮动*/

.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.clearfix .hd {
	height: 37px;
line-height:37px;
	padding-left: 27px;
	

}

.clearfix .hd ul li{
	margin-right: 6px;
}

.clearfix .hd ul li a{
	    display: block;
    font-size: 21px;
    color: #858585;
    /* line-height: 64px; */
    padding-right: 30px;
    font-weight: bold;
}

.clearfix .hd ul li.on,.clearfix .hd ul li.on a {
	color: #006973;
}
.clearfloat {
	zoom: 1
}


/**头部**/
.top {
	width: 100%;
	height: 139px;
	background:#006973 url(../images/head.jpg) no-repeat center;
}

/**logo**/

.logo {
	width: 297px;
	height: 98px;
	padding-top:22px
}
.logo a {
	display:black;
}
.logo img {
	width: 297px;
	height: 98px;
	display:black;
}

.top_right {
	 padding-top: 10px;
	 position: relative;
}
.top_right a {

    display: block;
    color: #fff;
    font-size: 12px;
    float: right;
}

/*搜索框*/

.search {
	margin-top:30px;
 width: 198px;
 height: 33px;
 border: 1px solid #7eb5b8;
 border-radius: 50px;
        position: absolute;
    right: 0;
}
.search input {
	vertical-align: top;
}
.search .text {
	width: 136px;
	border: none;
	height: 33px;
	line-height: 33px;
	padding: 0 12px;
	color: #fff;
	background: none;
}
.search .sub {
	width:18px;
	height:18px;
	margin: 8px 10px 0;
	cursor:pointer;
}



/*导航*/

.navi {
	width: 100%;
	height:50px;
	background:#dd9650;
}

.nav ul {
	width: 100%;
	height:50px;
}

.navleve1 {
	position: relative;
    padding: 13px 0;
    margin-left: 36px;
}

.on1 {
display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0 22px;
    border-right: 1px solid #e8b683;
}

.navleve1:hover .on1 {
	color: #fff;
}

.navleve1:hover ul {
	display: block;
}

.nav_2 {
	position: absolute;
	z-index: 99;
	display: none;
top: 50px;
}

.nav2_bg {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
}

.navleve1_2 {
	background: #006973;
	text-align: center;
	width: 164px;
	border-bottom: 2px solid #fff;
}

.navleve1_2 a {
	display: block;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
}

.navleve1_2:hover,.cur a {
	background-color:#dd9650;
}

/*焦点图*/

.slideBox {
	width: 100%;
	height:400px;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width:100%;
height:400px;
	display: block;
}

.slideBox .hd {
         position: absolute;
    bottom: 20px;
    left: 50%;
    height: 12px;
    margin-left: -46px;
    z-index: 9;
}
.slideBox .hd ul li {
    width: 12px;
    height: 12px;
    cursor: pointer;
background: url(../images/num_icon.png) no-repeat center;
padding:0 7px;

}
.slideBox .hd ul li.on{

background: url(../images/f_num_icon.png) no-repeat center;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 172px;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/prev.png) no-repeat center;
}

.slideBox .next {
left: auto;
    right: 172px;
    background: url(../images/next.png) no-repeat center;
}

.slideBox .next:hover, .slideBox .prev:hover {
    filter: alpha(opacity=50);
    opacity: .5;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


/**第一部分**/

.row{
	width: 100%;
	background: #006973;
	padding-top: 10px;
	border-bottom: 5px solid #dd9650;
}
/**学院新闻**/
.news {
	width: 100%;
	height: 500px;
}
.news .title {
    height: 68px;
    line-height: 68px;
	text-align: center;
	background: url(../images/title_bg.png) no-repeat center;
}
.news .title a {
	    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.text_bottom {
	width: 100%;
	margin-top: 28px;
}
/* 点击切换 */
.picScroll {
	width:885px;
}
.picList {
	overflow: hidden;
	zoom: 1;
}
.picList li {
	_display: inline;
	overflow: hidden;
	width: 275px;
	height: 275px;
	margin-right: 30px;
	position: relative;
}
.tupian img {
  display: block;
  width: 275px;
  height: 155px;
  margin: 0 auto;
}
.tit {
	    width: 235px;
    height: 91px;
    padding: 17px 21px 12px 19px;
    background: #fff;
}
.date {
	display: block;
    font-size: 12px;
    color: #dea663;
    margin-top: 19px;
background: url(../images/clock.png) no-repeat left center;
padding-left:20px;
}

.tit p {
	margin-top: 10px;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}
.tit a {
	    display: block;
    font-size: 16px;
    color: #006973;
    line-height: 24px;
    height: 48px;
}
.tit a:hover {
	font-weight: bold;
}
.hotnews {
	width: 280px;
	height: 278px;
}

.list_news {
	width: 100%;
    height: 283px;

    overflow: hidden;
}

.one {
	width: 100%;
	margin-bottom:32px;
}
.one:hover .day {
	background: #d9984b;
}
.day {
	display:inline-block;
	width: 45px;
	height:45px;
	background: #00808f;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
.ri {
	display: block;
	line-height: 30px;
	font-size: 12px;
}
.yue {
	display: block;
	width: 45px;
	line-height: 2px;
	font-size: 12px;
	font-weight: normal;
}
.news_text {
    width: 225px;
	line-height: 22px;
}
.news_text a {
	font-size: 16px;
	color: #fff;
}
.news_text a:hover {
	font-weight: bold;
}
.news_more  {
	    width: 100%;
    height: 30px;
    margin: 30px auto 0;
    padding-top: 86px;
    background: url(../images/news_line.jpg) no-repeat center top;
}
.news_more a {
	display: block;
	width: 95px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 10px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: -100px 0px 0px 1100px;
}
	/**第二部分**/

.row2 {
	width: 100%;
	background: url(../images/news_bg.jpg) no-repeat center;
	padding: 40px 0 62px 0;
}
.row2_bg {
	    width: 1168px;
    height: 490px;
    padding: 20px 12px 20px 20px;
    background: #fff;
overflow: hidden;
}
/**通知公告**/
.tzgg {
	width: 558px;
	margin-right: 40px;
}

.tzgg .title {

	line-height: 37px;
	padding-left: 57px;
	background: url(../images/icon_01.png) no-repeat center left;

}
.tzgg .title a {
	    font-size: 21px;
    color: #006973;
    font-weight: bold;
}
.tzgg .more {
	padding-right: 16px;
	background: url(../images/more.png) no-repeat center right;

}
.tzgg .more a {
	font-size: 14px;
	color: #a7a7a8;
}
.tzgg .list_news .two{
	position: relative;
	width: 100%;
	height: 110px;
}
.daytime {
	position: absolute;
	z-index: 2;
	display:inline-block;
	width: 68px;
	height: 68px;
	border: 1px solid #006973;
	border-radius: 10px;
	color: #063651;
	background-size: 90%;
	background: #fff url(../images/date.png) no-repeat center;;
}
.sun {
	display: block;
	line-height: 34px;
	font-size: 16px;
	padding-left: 10px;
}
.year {
	display: block;
	width: 68px;
	height: 23px;
	line-height: 23px;
	font-size: 16px;
	color: #006973;
	font-weight: normal;
	padding-left: 40px;
}
.daytime:hover{
	color:#d9984b;
	border: 1px solid #d9984b !important;
	background-size: 90%;
	background: #fff url(../images/date_01.png) no-repeat center;;
}
.daytime:hover .year {
	color: #d9984b;
}
.tzgg .list_news {

	      height: 400px;
    margin-top: 40px;
    overflow: inherit;
}

.tzgg .list_news .two .news_txt {
	width: 460px;
    height: 71px;
    position: absolute;
    right: 0;
    top: -22px;
    padding: 20px 13px 19px 50px;
}


}
.tzgg .list_news .two .news_txt a {
	color: #006973;
	font-size:16px;
}
.tzgg .list_news .two .news_txt p {
	color: #9a9a9b;
	font-size: 14px;
	line-height: 20px;
	text-indent: 2rem;
	margin-top: 10px;
}
.tzgg .list_news .two .news_txt:hover {
	background: #de9c4c;
}
.tzgg .list_news .two:hover .daytime{
	color:#d9984b;
	border: 1px solid #d9984b !important;
	background-size: 90%;
	background: #fff url(../images/date_01.png) no-repeat center;;
}
.tzgg .list_news .two:hover .year{
	color:#d9984b;
}
.tzgg .list_news .two .news_txt:hover a{
	color: #fff;
}
.tzgg .list_news .two .news_txt:hover p{
	color: #fff;
}

/**校园活动**/
.xyhd {
	width: 568px;
}
.xyhd .title {
    line-height: 37px;
	padding-left: 57px;
	background: url(../images/icon_02.png) no-repeat center left;

}
.xyhd .title a {
	    font-size: 21px;
    color: #006973;
    font-weight: bold;
}
.xyhd .more {

	padding-right: 16px;
	background: url(../images/more.png) no-repeat center right;

}
.xyhd .more a {
	font-size: 14px;
	color: #a7a7a8;
}

.list{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.three {
	    width: 100%;
    height: 100px;
    margin-bottom: 55px;
}

.pic {
	width: 178px;
	height: 100px;
	overflow: hidden;
}

.pic:hover .change_img {
	transform: scale(1.1);
}
.change_img  {
width: 100%;
    height: 100%;
}
.txt {
	width:360px;
    margin-top: -4px;
}
.txt a {

	color: #006973;
	font-size: 16px;
}
.txt a:hover {
	font-weight: bold;
}
.txt p {
	color: #9a9a9b;
	margin-top: 14px;
	font-size: 14px;
    line-height: 20px;
}
.txt .date {
	    margin-top: 15px;
    background: none;
    padding-left: 0;
}

.moon {
	font-size: 13px;
	color: #a3a3a3;
}
/**第三部分**/
.row3 {
	width: 100%;
	background: #e5f0fa;
}
.row3_tit {
	    width: 1200px;
    height: 65px;
line-height: 65px;
	text-align: center;
	background:#006973 url(../images/title_bg.png) no-repeat center;
    margin: 20 auto;

}

.row3 .row3_tit a {
	    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

/* 新闻轮播图 */

.piclist {
width: 1903px;
	margin:0 auto;
	height: 350px;
	margin-top: 35px;
	    overflow: hidden;
}
.piclist-l {
	width: 405px;
	overflow: hidden;
}
.piclist-m {
	width: 1092px;
    margin: 0 1px;
	overflow: hidden;
}
.piclist-r {
	width: 404px;
	overflow: hidden;
}

.piclist ul li {
	overflow: hidden;
}

.piclist ul li figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #b30306;
	text-align: center;
	cursor: pointer;
}

.piclist ul li img {

	max-width: 100%;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.piclist ul li:hover .change_img{
	opacity: .45;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}


.piclist ul li.item-1 {
	height: 174px;
	margin-bottom: 1px;
}
.piclist ul li.item-2 {
	height: 178px;
	margin-bottom: 0;
}


.piclist ul li.item-3 {
width:545px;
margin: 1px 1px 1px 0;
	height: 173px;
}

.piclist ul li.item-4 {
	    width: 545px;
	    margin: 0 0 1px 0;
	    height: 174px;
}

.piclist ul li.item-5 {
	    width: 420px;
	    margin: 0 1px 0 0;
	    height: 175px;
}


.piclist ul li.item-6 {
	width: 670px;
	height: 174px;
}
.piclist ul li.item-7 {
	height: 174px;
	margin-bottom: 1px;
}
.piclist ul li.item-8{
	height: 174px;
	margin-bottom: 0;
}
/* 快速图片链接列表 */
.pic-link {
	margin: 0 -24px;
}

.pic-link li {
	padding: 24px;
	float: left;
	text-align: center;
}

.pic-link li:hover {
	-webkit-animation-name: flip;
	animation-name: flip;
}

.pic-link li p {
	padding-top: 15px;
	font-size: 16px;
}


/**第四部分**/

.row4 {
	width: 100%;
    height: 350px;
	background: url(../images/news_bg_01.jpg) no-repeat center bottom;
}
.row4_bg {
	height: 300px;
	padding-top: 10px;
}
.tbgz {
	width: 570px;
}
.tbgz .title {

	    line-height: 37px;
    padding-left: 57px;
	background: url(../images/icon_01.png) no-repeat center left;

}
.tbgz .title a {
	    font-size: 21px;
    color: #006973;
    font-weight: bold;
}
.tbgz_box {
	    width: 290px;
    height: 161px;
    margin-top: 35px;
    padding: 37px 290px 0 10px;
    background: #f2f2f2 url(../images/bg1.png) no-repeat center right;
}
.tbgz_box p {
	font-size: 16px;
	color: #006973;
	line-height: 33px;
}
.zttj {
	width: 600px;
	height: 300px;
}
/*tab切换*/
.zttj {
	width: 600px;
	height: 300px;
}
.slideTxtBox {
	width: 100%;
}

.slideTxtBox .hd {
	height: 37px;
line-height:37px;
	padding-left: 57px;
	background: url(../images/icon_02.png) no-repeat center left;

}

.slideTxtBox .hd ul li{
	margin-right: 6px;
}

.slideTxtBox .hd ul li a{
	    display: block;
    font-size: 21px;
    color: #858585;
    /* line-height: 64px; */
    padding-right: 30px;
    font-weight: bold;
}

.slideTxtBox .hd ul li.on,.slideTxtBox .hd ul li.on a {
	color: #006973;
}

.slideTxtBox .bd {
	    margin-top: 40px;
    padding: 20px 30px;
    height: 160px;
    background: #efefef;
}

.slideTxtBox .bd ul {
	width: 100%;
	zoom: 1;
	position:relative;
}
.slideTxtBox .bd ul li {
	    width: 233px;
    height: 39px;
    border: 1px solid #dc9b4b;
    margin: 0 39px 18px 0;
    line-height: 39px;
    background:#fff url(../images/link_icon_01.png) no-repeat 20px center;
}
.slideTxtBox .bd ul li a {
	font-size: 16px;
	color: #006973;
    padding-left: 55px;
}
.slideTxtBox .bd ul li:hover {
	background: #006973 url(../images/link_icon_02.png) no-repeat 20px center;
	border: 1px solid #006973;
}
.slideTxtBox .bd ul li:hover a {
	color: #fff;
}
/**底部**/

.footer {
	    width: 100%;
    height: 145px;

	/**background: url(../images/foot_bg01.png) no-repeat center;**/
background:#006973;
}
.foot_logo {
	    border-right: 1px solid #90bec2;
    padding-right: 16px;
    margin-right: 16px;
    margin-top: 40px;
    width: 200px;
    height: 70px;
}
.foot_logo  a{
    display: block;
}
.foot_logo  img {
width:100%;
    display: block;
}
.copy {
	margin-top: 40px;
	text-align: left;
}

.copy p {
	color: #dcdfe1;
	font-size: 12px;
	line-height: 24px;
}
.foot_icon {
	margin-top: 55px;
}
.beian  {
    margin: 45px 0 0 244px;
width: 52px;
    height: 64px;
}
.beian  a{
    display: block;
}

.beian img {
    display: block;
width:100%;
}

.foot_icon ul li {
	margin-left: 15px;
}
.foot_icon ul li a{
    display: block;
}
.foot_icon ul li a img{
    display: block;
}

/**content内容页**/


/**当前位置**/
.dqwz_title img {
	width:14px;
	height:14px;
	margin-top: 28px;
}
.dqwz {
color: #888;
		text-align: right;
	font-size: 14px;
}
.dqwz a {
	color: #888;
	padding: 0 8px;
}
.banner {
	width:100%;margin:0 auto;
	height:400px;
overflow:hidden;
}
/**content内容页**/
.content_bg {

	
}
.content_cnt {
	padding-top: 32px;
}
.contents {
	width:100%;
	min-height:1200px;
	position: relative;
	
}
/*左侧导航*/
.list_left {
	width: 250px;
	height:1224px;
	position: absolute;
	top: -92px;
}
.lanmu_name {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	padding-left:53px;
	color: #fff;
	background: url(../images/lanmu_bg.png) no-repeat center top;
}
/**二级导航**/

.lanmu_list {
	width:250px;
}

.lanmu_list .accordion .link{
	width:178px;
	height:100%;
	font-size: 18px;
	cursor: pointer;
	line-height:50px;
	padding-left: 65px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 4px solid #d9d9d9;
	overflow: hidden;
	background:url(../images/aside_icon.png) no-repeat 30px center;
}
.lanmu_list .accordion .link a{
	display: block;
	height: 100%;
	color: #333333;
}

.lanmu_list .accordion .link.on{
	border-left: 4px solid #006973;
	background:url(../images/aside_icon_02.png) no-repeat 30px center;
}
.lanmu_list .accordion .link.on a{
	color: #006973;

}
.lanmu_list .accordion .submenu {
	padding: 20px 0;
	border-left: 4px solid #d9d9d9;
}
.lanmu_list .accordion .submenu li {
	line-height:30px;
	text-align: center;

}
.lanmu_list .accordion .submenu a {
	font-size: 16px;
	color: #333;
}
.lanmu_list .accordion .submenu li:hover {
	background:url(../images/aside_icon_03.png) no-repeat 218px center;
}
.lanmu_list .accordion .submenu li:hover a {
	color: #006973;
}

.lanmu_list .accordion .submenu {
	display:none; /* 默认都隐藏 */
}
/*右侧开始*/
.list_right {
	width: 920px;
}
.box-2 .list_title {
	height: 70px;
	position: relative;
	font-size: 24px;
	color: #063651;
	line-height: 70px;
	background:url(../images/content_line.png) no-repeat right bottom;
}
.box-2 .list_title .lanmu {
	display:inline-block;
	padding:0 6px;
	height:70px;
	padding-left: 58px;
	background:url(../images/content_icon_01.png) no-repeat center left;
}


/*非结构化内容*/

.page_con {
	min-height:500px;
	margin: 0px auto;
	font-size: 17px;
	line-height: 32px;
	color: #333;
	padding-top:42px;
}
.page_con .page_tit {
	font-size: 24px;
	text-align: center;
	line-height: 150%;
	padding-bottom:20px;
	color:#333;
	font-weight: bold;
}
.page_con .fbt {
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 150%;
	padding: 0 0 20px;
	font-weight: normal;
}
.page_con .page_date {
	font-size: 14px;
	color: #808080;
	text-align: center;
	line-height: 150%;
	padding: 0px 0 20px;
	font-weight: normal;
}
.page_con .zhengwen {
	padding:20px 18px;
	border-top: 1px dashed #dbdbdb;
}
.page_con .zhengwen p {
	text-indent: 2em;
}
.page_con .zhengwen img {
	max-width: 800px;
	height:auto;
	display:block;
	margin:5px auto;
}
.page-con .zhengwen table tr td p, .box-2 .zhengwen table tr td span p {
	text-indent: 0;
}
/*结构化内容*/

.box-2 p.indent0 {
	text-indent: 0;
}
.box-2 p.photo {
	text-align: center;
}
.box-2 p.photo img {
	padding: 15px 8px;
}
/*附件*/

.attach {
	padding: 10px 0 20px;
	width: 780px;
	margin: 0 auto;
}
.attach .att_title {
	color: #2649a1;
	font-weight: bold;
}
.attach p {
	line-height: 150%;
	padding: 5px 0;
}
.attach p a {
	color: #2649a1;
}
/*上一条、下一条*/

.other_title {
	border-top:1px solid #e6e6e6;
	padding: 20px 0 0 30px;
	width: 900px;
	margin: 0 auto;
}
.other_title span {
	color: #2649a1;
}
.other_title a {
	color: #333;
	display: block;
	line-height: 180%;
	padding: 5px 0;
}
.other_title a:hover {
	color: #00558f;
}
/**列表内容页**/


.list_right_01 .list {
	margin-top:10px;
}

.list_right_01 .list li {
	background: url(../images/list_icon.png) no-repeat left center;
	line-height: 52px;
	border-bottom:1px dashed #e4e4e4;
}
.list_right_01 .list li a {
	padding-left: 16px;
	font-size: 14px;
	color: #333;
}
.list_right_01 .list li a:hover {
	color: #063651;
}
.list_right_01 .list li .time {
	color: #999;
	font-size: 12px;
}
/**btn**/
.btn {
	width:500px;
	height:20px;
	margin:20px auto;
}
.btn button {
	height:20px;
	margin-right:5px;
	color:#d6d5da;;
	border:1px solid #b3d6f4;
	background-color:#fff;
	cursor:pointer;
}
.btn button:nth-of-type(3){
	color:#13000c;
}
.btn button:nth-of-type(4){
	color:#13000c;
}
.btn button:nth-of-type(5){
	background-color#FCC;
}
.btn input {
	width:46px;
	height:20px;
	border:1px solid #a9a9a9;
	margin-right:2px;
}
.page_con .list li {
               width: 280px;
    height: 204px;
    margin: 0 40px 48px 0;

}
.page_con .list li a{
           display: block;
color: #222222;
    line-height: 200%;
    font-size: 12pt;
    text-decoration: none;
    text-align: center;
}
.page_con .list li:hover .change_img {
transform: scale(0.9);
}
.page_con .list li img {
  width: 100%;
       height: 204px;
display: block;
}
  .Banner_wraq {
                margin: 0px auto;
                width: auto;
                overflow: hidden;
                position: relative;
                min-width: 1200px;}

            .Banner {
                margin: 0px auto;
                height: 380px;
                z-index: 1;}

            .BannerMoreList {
                margin: 0px auto 0px -638px;
                left: 50%;
                width: 1200px;
                height: 50px;
                text-align: right;
                bottom: 0px;
                position: absolute;
                z-index: 1;}

            .BannerMoreList a {
                padding: 3px 5px;
                color: rgb(136, 136, 136);
                z-index: 999999999;}

            .iosSliderDemo {
                padding: 0px 0px 380px;
                width: 100%;
                clear: both;
                position: relative;}

            .fluidHeight {
                width: 100%;
                height: 380px;
                position: absolute;}

            .sliderContainer {
                padding: 0px;
                height: 100%;
                max-height: 380px;}

            .iosSlider {
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                overflow: hidden;
                position: relative;}

            .iosSlider .slider {
                width: 100%;
                height: 100%;}

            .iosSlider .slider .item {
                padding: 0px;
                width: 100%;
                height: 100%;
                text-align: center;
                max-width: 1200px;}

            .iosSlider .slider .item .inner {
                background-position: 50% 0px;
                margin: 0px auto;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                position: relative;
                box-shadow: 0px 0px 10px -5px #000;
                background-repeat: no-repeat;}

            .iosSlider .slider .item .inner img {
                margin: 0px auto;
                left: 0px;
                top: 0px;
                width: 1200px;
                height: 380px;
                position: relative;}

            .iosSlider .slider .item .inner .selectorShadow {
                left: 0px;
                width: 120px;
                height: 30px;
                bottom: 0px;
                display: none;
                position: absolute;}

            .iosSlider .slider .item .inner .text1 {
                background: 0px 0px #333;
                padding: 0px 12px;
                height: 30px;
                text-align: left;
                bottom: 12%;
                position: absolute;
                opacity: 0;
                display: none;}

            .iosSlider .slider .item .inner .text1 span {
                padding: 0px 8px;
                color: rgb(255, 255, 255);
                line-height: 30px;
                font-family: "Microsoft Yahei";
                font-size: 18px;
                font-weight: normal;
                display: none;}

            .iosSlider .slider .item .inner .text1 span i {
                margin: 0px 0px 0px 5px;}

            .iosSlider .slider .item .inner .text2 {
                background: 0px 0px rgb(0, 0, 0);
                padding: 10px 12px;
                left: 100px;
                top: 371px;
                text-align: left;
                position: absolute;
                opacity: 0;}

            .iosSlider .slider .item .inner .text2 span {
                padding: 0px 8px;
                color: rgb(255, 255, 255);
                line-height: 1.5;
                font-family: "Microsoft Yahei";
                font-size: 14px;
                font-weight: 100;
                display: block;}

            .iosSlider .slider .item .inner .more {
                background: 0px 0px rgb(0, 0, 0);
                padding: 0px 5px 0px 2px;
                width: 55px;
                height: 25px;
                text-align: center;
                right: 0px;
                bottom: 6%;
                position: absolute;
                z-index: 2;
                opacity: 0.4;}

            .iosSlider .slider .item .inner .more a {
                color: rgb(0, 0, 0);
                line-height: 25px;
                font-family: "微软雅黑";
                font-size: 14px;
                text-decoration: none;}

            .sliderContainer .slideSelectors {
                margin: 0px auto;
                top: 0px;
                width: 100%;
                height: auto;
                position: absolute;
                z-index: 1;}

            .mask {
                margin: 0px auto;
                width: 1200px;
                position: relative;
                z-index: 3;}

            .slideSelectors_pn .prev {
                background: url(../images/prev.png) no-repeat 50% 0px;
                left: 40%;
                top: 180px;
                width: 50px;
                height: 50px;
                margin-left: -400px;
                position: absolute;}

            .slideSelectors_pn .next {
                background: url(../images/next.png) no-repeat 50% 0px;
                margin: 0px 0px 0px 370px;
                left: 59%;
                top: 180px;
                width: 50px;
                height: 50px;
                position: absolute;}

            .sliderContainer .slideSelectors .item {
                background: rgb(170, 170, 170);
                margin: 1px 1px 1px 11px;
                border-radius: 10px;
                width: 9px;
                height: 9px;
                float: left;}

            .sliderContainer .slideSelectors .item.first {
                margin-left: 1px;}

            .sliderContainer .slideSelectors .selected {
                background: rgb(238, 238, 238);
                margin: 0px 0px 0px 10px;
                width: 11px;
                height: 11px;
                opacity: 1;
                box-shadow: none;}

            .sliderContainer .slideSelectors .selected.first {
                margin-left: 0px;}

            .sliderContainer .scrollbarContainer {
                margin: 0px auto;
                left: 0px;
                height: 4px;
                bottom: 4px;
                position: relative;
                z-index: 1;}

            .slideSelectors .mask-right {
                background: 0px 0px rgb(0, 0, 0);
                width: 1200px;
                height: 380px;
                overflow: hidden;
                position: absolute;
                z-index: 4;
                opacity: 0.3;
                -moz-opacity: 0.3;
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);}

            .slideSelectors .mask-left {
                background: 0px 0px rgb(0, 0, 0);
                width: 1200px;
                height: 380px;
                overflow: hidden;
                position: absolute;
                z-index: 4;
                opacity: 0.3;
                -moz-opacity: 0.3;
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);}

            .slideSelectors .mask-left {
                right: 50%;
                margin-right: 600px;}

            .slideSelectors .mask-right {
                left: 50%;
                margin-left: 600px;}



			
				
				
				
				
				.article {
    line-height: 30px;
    font-size: 16px;
    color: #757575;
    margin: 0 0 14px;
}

.article i,
.article em {
    font-style: italic;
}

.article strong,
.article strong span {
    font-weight: bold;
}

.article table img {
    max-width: initial;
}

.article tbody td,
.article tfoot td {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.article ol,
.article ol li {
    list-style: decimal inside none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.article ul,
.article ul li {
    list-style: disc inside none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.article ul li {
    list-style-type: disc;
}

.article ol li {
    list-style-type: decimal;
}

.article ul {
    padding: 0px;
}

.article ul li {
    list-style: none;
    padding: 0px;
    margin: 0 0 50px 0;
}

.article ul li a {
    display: block;
    overflow: hidden;
    color: #757575;
}

.art_left {
    width: 185px;
    float: left;
}

.article .art_left img {
    width: 100% !important;
}

.art_right {
    margin: 0 0 0 240px
}

@media screen and (max-width:767px) {
    .article img {
        width: auto !important;
        height: auto !important;
    }
    .article video {
        width: auto !important;
    }
    .article table {
        width: 100% !important;
    }
    .Annex {
        clear: both;
    }
    .art_left {
        width: 100%;
        float: none;
    }
    .art_right {
        margin: 20px 0 0 0;
    }
}

.fullPage .article {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
