.pc {
	display: block;
}

.phone {
	display: none;
}

.a_img img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.a_img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}


/*banner*/


/*logo_动画*/

.banner {
	width: 100%;
	height: 1175px;
	background: url(../jpg/banner_bj.jpg) no-repeat center top;
}

.banner_in {
	width: 1202px;
	height: 300px;
	margin: 0 auto;
}

.figure {
	position: absolute;
	z-index: 10;
	margin-top: 30px;
}

.figure img {
	-webkit-animation: fadeInLeft 1s 0.2s both;
	-moz-animation: fadeInLeft 1s 0.2s both;
	-ms-animation: fadeInLeft 1s 0.2s both;
	-o-animation: fadeInLeft 1s 0.2s both;
	animation: fadeInLeft 1s 0.2s both;
}

.moment {
	float: right;
	margin-top: 225px;
	margin-right: 45px;
}

.moment img {
	-webkit-animation: fadeInRight 1s 0.2s both;
	-moz-animation: fadeInRight 1s 0.2s both;
	-ms-animation: fadeInRight 1s 0.2s both;
	-o-animation: fadeInRight 1s 0.2s both;
	animation: fadeInRight 1s 0.2s both;
}

.study {
	position: relative;
	margin-left: 500px;
	top: 3px;
}

.study img {
	-webkit-animation: fadeInRight 1s 0.5s both;
	-moz-animation: fadeInRight 1s 0.5s both;
	-ms-animation: fadeInRight 1s 0.5s both;
	-o-animation: fadeInRight 1s 0.5oth;
	animation: fadeInRight 1s 0.5s both;
}


/*NAV*/

.nav {
	width: 1202px;
	margin: 0 auto;
	margin-top: 88px;
}

.nav ul li {
	float: left;
	margin-right: 30px;
}

.nav ul li a {
	font-size: 19px;
	color: #fff;
	font-family: helvetica;
	cursor: pointer;
}

.nav ul li a:hover {
	padding: 10px 5px;
	background-color: #fb4809;
}


/*header*/

.header {
	margin-top: 60px;
}

.top_header {
	height: 300px;
	margin-bottom: 20px;
}

.top_header_l {
	width: 290px;
	height: 300px;
	float: left;
	background: url(../jpg/quote_bg.jpg) no-repeat;
}

.time {
	float: right;
	font-family: helvetica;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	margin-right: 33px;
	color: #fff;
}

.top_header_l .intro {
	display: block;
	width: 240px;
	height: 200px;
	text-align: left;
	padding: 20px;
	font-family: helvetica;
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
  overflow-y:scroll;
}

.top_header_m {
	width: 600px;
	height: 300px;
	margin-left: 20px;
	float: left;
}


/*lunbo*/

.header_imglunbo {
	width: 600px;
	height: 300px;
	position: relative;
}

.header_imglunbo li {
	width: 600px;
	height: 300px;
	position: relative;
	display: none;
}

.header_imglunbo .show {
	display: block;
}

.header_content_Aimg {
	width: 600px;
	height: 300px;
	display: block;
}

.header_imglunbo img {
	width: 600px;
	height: 300px;
}

.header_imglunbo p {
	width: 570px;
	position: absolute;
	height: 90px;
	bottom: 0px;
	background: url(../png/header_imglunbo_bottom.png) no-repeat;
	background-size: 600px 140px;
	text-align: left;
	font-size: 22px;
	line-height: 26px;
	font-family: helvetica;
	text-align: left;
	padding: 15px;
}

.header_imglunbo p a {
	color: #fff;
	position: absolute;
	bottom: 20px;
}

.top_header_r {
	width: 270px;
	height: 300px;
	float: right;
}

.top_header_r .a_img {
	width: 270px;
	height: 180px;
	display: block;
	overflow: hidden;
}

.top_header_r .a_img img {
	width: 270px;
	height: 180px;
	cursor: pointer;
}

.top_header_r p {
	width: 270px;
	height: 120px;
	background-color: #fff;
}

.top_header_r p a {
	font-family: helvetica;
	font-size: 22px;
	line-height: 26px;
	color: #003f62;
	cursor: pointer;
	padding: 20px 15px;
	display: block;
}

.bottom_header {
	width: 1202px;
	margin: 0 auto;
}

.bottom_header ul li {
	float: left;
	width: 278px;
	margin-right: 30px;
}

.bottom_header ul li .a_img {
	width: 278px;
	height: 184px;
	display: block;
	overflow: hidden;
}

.bottom_header ul li .a_img img {
	width: 278px;
	height: 184px;
}

.bottom_header ul li p {
	font-family: helvetica;
	font-size: 18px;
	line-height: 22px;
	width: 278px;
	margin-top: 10px;
}

.bottom_header ul li p a {
	color: #003f62;
	cursor: pointer;
}

.bottom_header ul li p a:hover {
	text-decoration: underline;
}


/*video*/

.videos {
	width: 100%;
	overflow: hidden;
}

.videos_in {
	width: 1202px;
	margin: 0 auto;
}

.videos {
	position: relative;
	background: url(../jpg/video_bg.jpg) no-repeat center top;
	width: 100%;
}

.videos video {
/*	position: relative;
	left: 50%;
	margin-left: -1320px;	*/
	-o-object-fit: fill;
	object-fit: fill;
	width: 100%;
}

.videos .shadow {
	position: absolute;
	width: 100%;
	top: 0;
	background: url(../png/shaow_bg.png) no-repeat center;
	background-size: cover;
}

.videos .video_title {
	width: 263px;
	height: 60px;
	position: absolute;
	top: 60px;
	z-index: 100;
}

.videos .videos_content {
	position: absolute;
	z-index: 100;
	top: 250px;
}

.videos .videos_content .videos_content_l {
	width: 560px;
	float: left;
}

.videos .videos_content .videos_content_r {
	float: right;
	width: 586px;
}

.videos .videos_content .videos_content_l .big_title {
	font-family: helvetica;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
}

.videos .videos_content .videos_content_l .big_title a {
	color: #fff;
}

.videos .videos_content .videos_content_l .big_title a:hover {
	color: #009fda;
}

.videos .videos_content .videos_content_l .intro {
	font-family: helvetica;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
	margin-top: 35px;
}

.videos .videos_content .videos_content_l .intro a {
	color: #fff;
}

.videos .videos_content .videos_content_r .intro a:hover {
	text-decoration: underline;
}

.videos .videos_content .videos_content_r .img_boxer {
	width: 278px;
	float: left;
}

.videos .videos_content .videos_content_r .img_boxer .a_img {
	width: 278px;
	height: 184px;
	display: block;
	overflow: hidden;
	position: absolute;
}

.videos .videos_content .videos_content_r .img_boxer .a_img img {
	width: 278px;
	height: 184px;
}

.videos .videos_content .videos_content_r .img_boxer span {
	position: relative;
    bottom: -141px;
    right: -209px;
}

.videos .videos_content .videos_content_r .img_boxer span img {
	width: 69px;
	height: 44px;
}

.videos .videos_content .videos_content_r .img_boxer p {
	margin-top: 14px;
	font-family: helvetica;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
	position: relative;
    top: 140px;
}

.videos .videos_content .videos_content_r .img_boxer p a {
	color: #fff;
}

.videos .videos_content .videos_content_r .img_boxer p a:hover {
	text-decoration: underline;
}


/*thoughts*/

.thoughts {
	width: 100%;
	height: auto;
	background: url(../png/thoughts_bg20230614.png) no-repeat center top;
}

.thoughts_in {
	width: 1202px;
	margin: 0 auto;
	padding-top: 70px;
	overflow: hidden;
}

.thoughts_title {
	padding-bottom: 70px;
}

.thoughts_title a {
	font-size: 50px;
	font-family: arial;
	font-weight: bold;
	color: #1b5b78;
}

.thoughts_1 {
	width: 274px;
	float: left;
	display: block;
}

.thoughts_1 .a_img {
	width: 274px;
	height: 179px;
	display: block;
	overflow: hidden;
}

.thoughts_1 .a_img img {
	width: 274px;
	height: 179px;
}

.thoughts_1 p {
	width: 274px;
	height: 166px;
	background-color: #009fda;
	position: absolute;
}

.thoughts_1 p:hover {
	background-color: #028ec2;
}

.thoughts_1 p a {
  	font-family: "Myriad Pro";
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	padding: 20px;
	cursor: pointer;
	display: block;
}

.thoughts_1 p a:hover {
	text-decoration: underline;
}

.thoughts_2 {
	width: 274px;
	float: left;
	margin-left: 35px;
}

.thoughts_2 .a_img {
	width: 274px;
	height: 179px;
	overflow: hidden;
	display: block;
}

.thoughts_2 .a_img img {
	width: 274px;
	height: 179px;
}

.thoughts_2 p {
	width: 274px;
	height: 166px;
	background: #d5dee3;
}

.thoughts_2 p:hover {
	background-color: #c4cbcf;
}

.thoughts_2 p a {
	font-family: "Myriad Pro";
	font-size: 22px;
	line-height: 26px;
	color: #003f62;
	padding: 20px;
	cursor: pointer;
	display: block;
}

.thoughts_2 p a:hover {
	text-decoration: underline;
}

.thoughts_3 {
	width: 274px;
	float: left;
	margin-left: 35px;
}

.thoughts_3 .a_img {
	width: 274px;
	height: 179px;
	overflow: hidden;
	display: block;
}

.thoughts_3 .a_img img {
	width: 274px;
	height: 179px;
}

.thoughts_3 p {
	width: 274px;
	height: 166px;
	background: #1b5b78;
}

.thoughts_3 p:hover {
	background-color: #164a61;
}

.thoughts_3 p a {
	font-family: "Myriad Pro";
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	padding: 20px;
	cursor: pointer;
	display: block;
}

.thoughts_3 p a:hover {
	text-decoration: underline;
}

.thoughts_4 {
	width: 274px;
	float: left;
	margin-left: 35px;
}

.thoughts_4 .a_img {
	width: 274px;
	height: 179px;
	overflow: hidden;
	display: block;
}

.thoughts_4 .a_img img {
	width: 274px;
	height: 179px;
}

.thoughts_4 p {
	width: 274px;
	height: 166px;
	background: #fb4809;
}

.thoughts_4 p:hover {
	background-color: #e54107;
}

.thoughts_4 p a {
	font-family: "Myriad Pro";
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	padding: 20px;
	cursor: pointer;
	display: block;
}

.thoughts_4 p a:hover {
	text-decoration: underline;
}


/*calendar*/

.calendar_box{
	width: 1202px;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 109px;
	overflow: hidden;
}

.calendar_in {
	width: 1195px;
	margin: 0 auto;
	height: 839px;
	background: url(../jpg/calender_bg.jpg) no-repeat center top;
	background-size: 1195px 839px;
	border-radius: 15px;
	overflow: hidden;
}
.calendar_title{
	text-align: center;
	margin-bottom:80px;
}
.calendar_title a{
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	line-height: 67px;
	color: #1b5b78;
	cursor: pointer;
}
/*左侧日期标题-start*/
.show{
	display: block;
}
.yinc{
	display: none;
}
.yin{
	display: none;
}
.content_left {
	float: left;
	width: 500px;
	margin-top: 128px;
	overflow: hidden;
}
/*月份*/
.months {
	width: 380px;
    margin-left:77px;
    overflow: hidden;
    margin-bottom: 4px;
}
.tablist p{
	float: left;
	width: 64px;
    height: 40px;
    padding: 0 6px;
	line-height:40px;
	text-align: center;
	font-family: Arial;
	font-size: 29px;
	font-weight: bold;
	color: #1b5b78;
	cursor: pointer;
}
.tablist p.on{
	color: #fff;
}
/*星期*/
.weeks {
	width: 385px;
	margin-left: 60px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	overflow: hidden;
}
.weeks p {
	float: left;
	width: 55px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	color: #fff;
}
/*日期*/

.dates {
	width: 385px;
	margin-left: 60px;
	overflow: hidden;
}
.dates li {
	float: left;
	width: 53px;
	height: 53px;
	border: 1px dashed #fff;
	line-height: 53px;
	text-align: center;
	font-family: '黑体', '微软雅黑';
	font-size: 25px;
	/* color: #fff; */
	color: #0068a8;
}

.dates .dates_li_youneirong {
	color: #fff;
	cursor: pointer;
}

.datas_Jan .dates_li_first {
	margin-left: 164px;
}

.datas_Feb .dates_li_first {
	margin-left: 330px;
}

.datas_Mar .dates_li_first {
	margin-left: 0;
}

.datas_Apr .dates_li_first {
	margin-left: 164px;
}

.datas_May .dates_li_first {
	margin-left: 274px;
}

.datas_Jun .dates_li_first {
	margin-left: 54px;
}

.datas_Jul .dates_li_first {
	margin-left: 164px;
}

.datas_Aug .dates_li_first {
	margin-left: 330px;
}

.datas_Sep .dates_li_first {
	margin-left: 110px;
}

.datas_Oct .dates_li_first {
	margin-left: 220px;
}

.datas_Nov .dates_li_first {
	margin-left: 0px;
}

.datas_Dec .dates_li_first {
	margin-left: 110px;
}


/*.dates li:hover{
			background-color: #fff;
			color: #c80e12;
		}*/

.dates .dates_li_select {
	background-color: #49c5ff;
	color: #005db3;
}


/*左侧日期标题-end*/


/*右侧内容-start*/

.content_right_out {
	float: left;
	width: 658px;
	height:712px;
	padding-top: 40px;
	padding-right: 25px;
}

.content_right li {
	display: none;
}

.content_right .content_right_li_select {
	display: block;
	padding-right: 40px;
}

.to_home {
	display: none;
}


/*文字内容-start*/

.txt_box {
	height: 739px;
	margin-top: 76px;
	padding-left: 46px;
	overflow: auto;
}

.txt_box_nr {
	width: 520px;
	margin-bottom: 60px;
}

.txt_box_nr_p1 a {
	font-family: Arial;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #006bad;
}

.txt_box_nr_p1 a:hover {
	color: #006bad;
}

.txt_box_nr_p2 {
	margin-top: 25px;
}

.txt_box_nr_p2 a {
	font-family: Arial;
	font-size: 20px;
	line-height: 30px;
	color: #474747;
}


/*文字内容-end*/


/*图文内容-start*/

.img_txt_box {
	height: 738px;
	margin-top: 38px;
	padding-left: 46px;
	overflow: auto;
}

.img_txt_box_nr {
	/*width: 492px;*/
	margin-bottom: 38px;
	border-bottom: 1px solid #006bad;
	padding-bottom: 38px;
}

.img_txt_box img {
	max-width: 100%;
}

.img_txt_box_nr p {
	width:560px;
}

.img_txt_box_nr_p1 a {
	font-family: Arial;
	font-size: 34px;
	line-height:36px;
	font-weight: bold;
	color: #1b5b78;
}

.img_txt_box_nr_p1 a:hover {
	color: #006bad;
}

.img_txt_box_nr_p2 {
	margin-top: 25px;
	font-family: Arial;
	font-size: 22px;
	line-height: 30px;
	color: #474747;
}

.img_txt_box_nr_p2 a {
	font-family: Arial;
	font-size: 20px;
	line-height: 30px;
	color: #474747;
}

.img_txt_box .a_img {
	display: block;
	margin-top: 15px;
	overflow: hidden;
}/*图文内容-end*/
/*rili*/
.zzsc-container{
	margin: 0 auto;
}

.bgcolor-1 { background: #f0efee; }
.bgcolor-2 { background: #f9f9f9; }
.bgcolor-3 { background: #e8e8e8; }/*light grey*/
.bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
.bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
.bgcolor-6 { background: #2fa8ec; }/*sky blue*/
.bgcolor-7 { background: #d0d6d6; }/*White tea*/
.bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
.bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
.bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
.bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
.bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
.bgcolor-20{ background: #494A5F;color: #D5D6E2;}
/* Header */
.zzsc-header{
	padding: 1em 190px 1em;
	letter-spacing: -1px;
	text-align: center;
	background: #66677c;
}
.zzsc-header h1 {
	color: #D5D6E2;
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
.zzsc-header h1 span {
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
	display: block;
	font-size: 60%;
	font-weight: 400;
	padding: 0.8em 0 0.5em 0;
	color: #c3c8cd;
}
/*nav*/
.zzsc-demo a{color: #fff;text-decoration: none;}
.zzsc-demo{width: 100%;padding-bottom: 1.2em;}
.zzsc-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #fff;font-weight: 700;}
.zzsc-demo a:hover{opacity: 0.6;}
.zzsc-demo a.current{background:#1d7db1;color: #fff; }
/* Top Navigation Style */
.zzsc-links {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	text-align: center;
}

.zzsc-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #dbdbdb;
	content: '';
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
}

.zzsc-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.zzsc-icon span {
	display: none;
}

.zzsc-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
/* footer */
.zzsc-footer{width: 100%;padding-top: 10px;}
.zzsc-small{font-size: 0.8em;}
.center{text-align: center;}
/****/
.related {
	color: #fff;
	background: #494A5F;
	text-align: center;
	font-size: 1.25em;
	padding: 0.5em 0;
	overflow: hidden;
}

.related > a {
	vertical-align: top;
	width: calc(100% - 20px);
	max-width: 340px;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
.related a {
	display: inline-block;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.related a:hover,
.related a:active {
	opacity: 1;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	border-radius: 4px;
}
.related a:hover img,
.related a:active img {
	opacity: 1;
}
.related h3{font-family: "Microsoft YaHei", sans-serif;font-size: 1.2em}
.related a h3 {
	font-size: 0.85em;
	font-weight: 300;
	margin-top: 0.15em;
	color: #fff;
}
/* icomoon */
.icon-zzsc-home-outline:before {
	content: "\e5000";
}

.icon-zzsc-arrow-forward-outline:before {
	content: "\e5001";
}

/*opinions*/
.opinions{
	width: 100%;
	height: 678px;
	background: url(../jpg/opinions_bg.jpg) no-repeat center top;
}
.opinions_in{
	width: 1202px;
	margin: 0 auto;
	overflow: hidden;
}
.opinions_title{
	padding: 70px 0;
}
.opinions_title a{
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.opinions_content{
	width: 1202px;
	margin: 0 auto;
	overflow: hidden;
}
.opinions_content ul li{
	float: left;
	width: 250px;
	padding-right: 28px;
	border-right:2px solid #53859f;
}
.opinions_content ul li.li_middle{
	padding-left: 27px;
}
.opinions_content ul li .a_img{
	width: 250px;
	height: 250px;
	overflow: hidden;
	display: block;
}
.opinions_content ul li .a_img img{
	width: 250px;
	height: 250px;
}
.opinions_content ul li p{
	padding-top: 25px;
	height: 130px;
	border-bottom:2px solid #53859f;
}
.opinions_content ul li p a{
	font-family: helvetica;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
}
.opinions_content ul li p a:hover{
	text-decoration: underline;
}
/*infographics*/
.info{
	width: 100%;
	height:auto;
	padding-bottom: 88px;
	background-color: #d5dee3;
	overflow: hidden;
}
.info_in{
	width: 1202px;
	margin: 0 auto;
	overflow: hidden;
}
.info_title{
	padding:70px 0 0 0;
}
.info_title a{
    font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: #1b5b78;
	cursor: pointer;
}
.info_content{
	width: 1202px;
	margin: 0 auto;
	background: url(../png/info_bg.png) no-repeat center 70px;
	overflow: hidden;
	position: relative;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.swiper-slide .a_img{
	width: 250px;
	height: 540px;
	overflow: hidden;
	display: block;
}
.swiper-container{
	padding-top:70px;
}
.swiper-button-next, .swiper-button-prev{
	background: none;
	width: 15px;
	height: 20px;
	top:8%;
}
.swiper-slide .a_img img{
	width: 250px;
	height: 540px;
}
.swiper-button-prev{
	left: auto;
	right: 33px;
}
.swiper-slide .txt{
	font-size: 22px;
	font-family: arial;
	line-height: 24px;
	margin-top: 25px;
	cursor: pointer;
}
.swiper-slide .txt a{
    color: #1a5d7a;
}
.swiper-slide .txt a:hover{
	color: #11455c;
}
/*PHOTO*/
.photo{
	width: 100%;
	height:713px;
	background: url(../jpg/photo_bg.jpg) no-repeat center top;
	overflow: hidden;
}
.photo_in{
	width: 1202px;
	margin: 0 auto;
	overflow: hidden;
}
.photo_title{
	padding: 70px 0;
}
.photo_title a{
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: #1a5d7a;
	cursor: pointer;
}
.shoufen {
	padding: 0px;
	width: 1202px;
	overflow: hidden;
}

#demo {
	width: 1202px;
	height: 436px;
	margin: 0px auto;
	overflow: hidden;
}

#demo li {
	float: left;
	position: relative;
	width: 56px;
	height: 100%;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}
#demo li img {
	width: 966px;
	height: 436px;
}
#demo li div {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../png/line_bg.png) repeat-x;
	bottom: 0;
	left: 0;
	display: none;
	text-align: center;
}
#demo li div a {
	color: #fff;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 22px;
	text-align: left;
}
#demo li div a:hover {
	text-decoration: underline;
}
#demo li:first-child {
	width: 966px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#demo li:first-child div {
	display: block;
}
/*speeches*/
.speeches{
	width: 100%;
	height: auto;
	padding-bottom: 110px;
	background: url(../jpg/speeches_bg.jpg) no-repeat center top;
	overflow: hidden;
}
.speeches_in{
	width: 1202px;
	margin: 0 auto;
	overflow: hidden;
}
.speeches_title{
	padding: 70px 0;
}
.speeches_title a{
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.speeches_content{
	width: 1060px;
	margin: 0 auto;
	height:830px;
}
.speeches_content_l{
	width: 340px;
	float: left;
	height: 830px;
	padding-left: 30px;
}
.speeches_content_l ul{
	height:830px;
	margin-top: 10px;
	overflow-y: scroll;
}
.speeches_content_l ul li{
	width: 315px;
	padding: 25px 0;
	border-bottom: 1px dotted #a5acad;
}
.speeches_content_l ul li a{
	font-family: arial;
	font-size: 22px;
	line-height: 26px;
	display: block;
    padding-right: 20px;
	color: #1a5d7a;
}
.speeches_content_l ul li.active a{
	color: #144b62;
}
.speeches_content_l ul li a:hover{
	color: #144b62;
}
.speeches_content_r{
	width: 503px;
	margin-right:30px;
	margin-top: 39px;
	float: right;
}
.speeches_content_r .boxs_li{

}
.speeches_content_r .boxs_li p.speeches_big_title{
	font-size: 22px;
	font-family: arial;
	line-height: 30px;
	cursor: pointer;
	margin-bottom: 18px;
}
.speeches_content_r .boxs_li p.speeches_big_title a{
	color: #046d91;
}
.speeches_content_r .boxs_li p.speeches_big_title a:hover{
	color: #055b79;
}
.speeches_content_r .boxs_li .speeches_overflow{
	width: 437px;
	height: 606px;
	border: 1px solid #59a5be;
	padding: 25px;
	overflow-y: scroll;
}
.speeches_content_r .boxs_li .speeches_overflow .a_img{
	width: 420px;
	height: 280px;
	margin-bottom: 25px;
	overflow: hidden;
	display: block;
}
.speeches_content_r .boxs_li .speeches_overflow .a_img img{
	width: 420px;
	height: 280px;
}
.speeches_content_r .boxs_li .speeches_overflow p{
  	font-family: Helvetica;
	font-size: 19px;
	line-height: 31px;
	color: #333;
	margin-bottom: 40px;
}
.speeches_content_r .boxs_li .speeches_overflow img{
  max-width:100%;
}
.speeches_content_r .boxs_li .speeches_overflow figure{
  margin-bottom:15px;
}
.speeches_content_r .boxs_li .speeches_overflow p a{
	font-family: Helvetica;
	font-size: 19px;
	line-height: 31px;
	color: #333;
	cursor: pointer;
}
/*writing*/
.writing{
	width: 100%;
	height: 828px;
	background: url(../jpg/writing_bg.jpg) no-repeat center top;
	overflow: hidden;
}
.writings_in{
	width: 1202px;
	margin: 0 auto;
	overflow: hidden;
}
.writings_title{
	padding: 60px 0;
}
.writings_title a{
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: #1b5b78;
	cursor: pointer;
}
.writing_con{
	width: 1202px;
	margin: 0 auto;
	overflow: hidden;
}
.writing_con .writing_li{
	width: 1202px;
	margin: 0 auto;
	height: 229px;
	/*background: url(../img/bookshelf.png) no-repeat center top;*/
	margin-bottom:62px;
}
.writing_con .writing_li ul li{
	float: left;
	width: 136px;
	height: 199px;
	margin-left: 127px;
}
.writing_con .writing_li ul li:first-child{
	margin-left: 143px;
}
.writing_con .writing_li ul li .a_img {
	width: 136px;
	height: 199px;
	display: block;
	overflow: hidden;
}
.writing_con .writing_li ul li .a_img img {
	width: 136px;
	height: 199px;
}

/*Specials*/
.specials {
	width: 100%;
	height: 640px;
	overflow: hidden;
	background: url(../jpg/specials_bg.jpg) no-repeat center top;
}
.specials_in {
	width: 1202px;
	margin: 0 auto;
}
.specials_title {
	padding: 70px 0;
}
.specials_title a {
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.pc .specials_con li .shadow {
	background: url(../png/shadow.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.wen {
	background: #02a0da;
	padding: 15px 20px;
	z-index: 0;
	position: absolute;
	bottom: 0;
	width: 583px;
}
.wen a {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}
.specials_con {
	position: relative;
}
.pc .specials_con .dianbox {
	height: 10px;
	margin: 0 auto;
	text-align: center;
	display: table;
	margin-top: 40px;
}
.pc .specials_con .dianbox .dian {
	background: url(../dian.html) no-repeat;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	float: left;
}
.pc .specials_con .dianbox .dian_sel {
	background: url(../png/dian_sel.png) no-repeat;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
}
.pc .specials_con .dianbox .dian+.dian {
	margin-left: 34px;
}
.toTop {
	width: 100%;
	height: 58px;
	line-height: 58px;
	background-color: #f6f6f6;
	text-align: center;
}
.top_in {
	width: 1202px;
	margin: 0 auto;
	font-size: 24px;
	font-family: "times new roman";
	color: #333;
	cursor: pointer;
}

/*calendar*/
#slider {
	width: 500px;
	margin: 0 auto;
	position: relative;
}
.scroll {
	height: 365px;
	width: 500px;
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer div.panel {
	padding: 20px;
	height: 365px;
	width: 460px;
}
#shade {
	/*background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;*/
}
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}
ul.navigation li {
	display: inline;
	margin-right: 10px;
}
ul.navigation a {
	padding: 20px 0;
	color: #1b5b78;
	font-family: arial;
	line-height: 40px;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: none;
}
ul.navigation a:hover {}
ul.navigation a.selected {
	display: block;
}
ul.navigation a:focus {
	outline: none;
}
.scrollButtons {
	position: absolute;
	top: 2%;
	cursor: pointer;
}
.scrollButtons.left {
	left: 54px;
}
.scrollButtons.right {
	right: 43px;
}
.hide {
	display: none;
}
.calendar_right {
	float: right;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	
	.phone {
		display: block;
		width: 6.4rem;
		position: relative;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	body,
	html {
		width: 100%;
		font-size: 100px;
	}
	
	body {
		background-color: #d5dee3;
	}
	/*手机头部*/
	
	.header_m {
		width: 6.4rem;
		height: 0.53rem;
		background-color: #1b5b78;
		position: relative;
	}
	
	.header_in {
		width: 6.12rem;
		margin: 0 auto;
	}
	
	.header_in .logo {
		float: left;
	}
	
	.header_in .logo img {
		width: 1.94rem;
		margin-top: 0.15rem;
	}
	
	.icon {
		display: block;
		float: right;
	}
	
	.icon img {
		width: 0.36rem;
		margin-top: 0.13rem;
	}
	
	.nav_m {
		display: none;
		width: 3.85rem;
		position: absolute;
		left: 0;
		top: 0;
		/*background-color: #98823a;
   	opacity: 0.85;*/
		padding-bottom: 1.5rem;
		z-index: 1000;
	}
	
	.nav_m ul {
		position: fixed;
		top: 0rem;
		left: -3.85rem;
		width: 3.85rem;
		height: auto;
		background-color: #98823a;
		opacity: 0.85;
		z-index: 1000;
		padding-bottom: 1rem;
	}
	
	.nav_m ul li:first-child img {
		width: 1.94rem;
	}
	
	.nav_m ul li {
		padding: 0.2rem 0;
		border-bottom: 1px solid #fff;
	}
	
	.nav_m ul li a {
		padding: 0 0.2rem;
		font-size: 0.28rem;
		line-height: 0.31rem;
		font-family: "times new roman";
		color: #fff;
		display: block;
	}
	
	.header_m .nav_show {
		display: block;
	}
	
	.banner_m {
		width: 6.4rem;
		height: 1.39rem;
		background: url(../jpg/banner_m.jpg) no-repeat center top;
		background-size: 100% 100%;
	}
	
	.min {
		width: 6.12rem;
		margin: 0 auto;
	}
	/*latest*/
	
	.latest_m {}
	/*lunbo*/
	
	.top_header_m {
		width: 6.12rem;
		height: 3.06rem;
		margin-left: 0;
		float: left;
	}
	
	.header_imglunbo {
		width: 6.12rem;
		height: 3.06rem;
		position: relative;
	}
	
	.header_imglunbo li {
		width: 6.12rem;
		height: 3.06rem;
		position: relative;
		display: none;
	}
	
	.header_imglunbo .show {
		display: block;
	}
	
	.header_content_Aimg {
		width: 6.12rem;
		height: 3.06rem;
		display: block;
	}
	
	.header_imglunbo img {
		width: 6.12rem;
		height: 3.06rem;
	}
	
	.header_imglunbo p {
		width: 5.82rem;
		position: absolute;
		height: 0.9rem;
		bottom: 0px;
		background: url(../png/header_imglunbo_bottom.png) no-repeat;
		background-size: 6.12rem 1.4rem;
		text-align: left;
		font-size: 0.3rem;
		line-height: 0.32rem;
		font-family: helvetica;
		text-align: left;
		padding: 0.15rem;
	}
	
	.header_imglunbo p a {
		color: #fff;
		position: absolute;
		bottom: 0.2rem;
	}
	
	.top_header_l {
		width: 2.99rem;
		height: 3.49rem;
		margin-top: 0.15rem;
		float: left;
		background: url(../jpg/quote_bg_m.jpg) no-repeat;
		background-size: 100% 100%;
	}
	
	.time {
		float: right;
		font-family: helvetica;
		font-weight: bold;
		font-size: 0.2rem;
		line-height: 0.5rem;
		margin-right: 0.33rem;
		color: #fff;
	}
	
	.top_header_l .intro {
		display: block;
		width: 2.4rem;
		height: 2.2rem;
		text-align: left;
		padding: 0.73rem 0.2rem 0.25rem 0.2rem;
		font-family: helvetica;
		font-size: 0.3rem;
		line-height: 0.34rem;
		color: #fff;
		font-weight: bold;
	}
	
	.top_header_r {
		width: 2.99rem;
		height: 3.49rem;
		margin-top: 0.15rem;
		float: right;
	}
	
	.top_header_r .a_img {
		width: 2.99rem;
		height: 1.99rem;
		display: block;
		overflow: hidden;
	}
	
	.top_header_r .a_img img {
		width: 2.99rem;
		height: 1.99rem;
		cursor: pointer;
	}
	
	.top_header_r p {
		width: 2.99rem;
		height: 1.5rem;
		background-color: #fff;
	}
	
	.top_header_r p a {
		font-family: helvetica;
		font-size: 0.24rem;
		line-height: 0.26rem;
		color: #003f62;
		cursor: pointer;
		padding: 0.2rem 0.15rem;
		display: block;
	}
	
	.bottom_header {
		width: 6.12rem;
		margin: 0 auto;
		margin-top: 0.15rem;
	}
	
	.bottom_header ul li {
		float: left;
		width: 3rem;
		margin-right: 0.1rem;
		margin-bottom: 0.15rem;
	}
	
	.bottom_header ul li .a_img {
		width: 3rem;
		height: 2rem;
		display: block;
		overflow: hidden;
	}
	
	.bottom_header ul li .a_img img {
		width: 3rem;
		height: 2rem;
	}
	
	.bottom_header ul li p {
		font-family: helvetica;
		font-size: 0.2rem;
		line-height: 0.22rem;
		width: 3rem;
		margin-top: 0.1rem;
	}
	
	.bottom_header ul li p a {
		color: #003f62;
		cursor: pointer;
	}
	
	.bottom_header ul li p a:hover {
		text-decoration: underline;
	}
	/*video*/
	
	.video_m {
		width: 6.4rem;
		height: 5.27rem;
		background: url(../jpg/video_m_bg.jpg) no-repeat center top;
		background-size: 100% 100%;
	}
	
	.video_m_title img {
		width: 1.57rem;
		margin-top: 0.22rem;
	}
	
	.video_big_title {
		margin-top: 0.75rem;
		width: 4.8rem;
	}
	
	.video_big_title a {
		font-family: "Myriad Pro";
		font-size: 0.36rem;
		line-height: 0.38rem;
		color: #fff;
	}
	
	.video_intro {
		margin-top: 0.2rem;
		width: 5rem;
		margin-bottom: 0.15rem;
	}
	
	.video_intro a {
		font-family: helvetica;
		font-size: 0.2rem;
		line-height: 0.22rem;
		color: #fff;
	}
	
	.videos_content_r {
		float: none;
		width: 6.12rem;
	}
	
	.videos_content_r .intro a:hover {
		text-decoration: underline;
	}
	
	.videos_content_r .img_boxer {
		width: 2.17rem;
		float: left;
		margin: 0 0.25rem;
	}
	
	.videos_content_r .img_boxer .a_img {
		width: 2.17rem;
		height: 1.44rem;
		display: block;
		overflow: hidden;
		position: absolute;
	}
	
	.videos_content_r .img_boxer .a_img img {
		width: 2.17rem;
		height: 1.44rem;
	}
	
	.videos_content_r .img_boxer span {
		position: relative;
		bottom: -1.22rem;
		left: 1.9rem;
		display: block;
	}
	
	.videos_content_r .img_boxer span img {
		width: 0.26rem;
		height: 0.22rem;
	}
	
	.videos_content_r .img_boxer p {
		font-family: helvetica;
		font-size: 0.16rem;
		line-height: 0.18rem;
		cursor: pointer;
		position: relative;
		top: 1.35rem;
	}
	
	.videos_content_r .img_boxer p a {
		color: #fff;
	}
	
	.videos_content_r .img_boxer p a:hover {
		text-decoration: underline;
	}
	/*thoughts*/
	
	.thoughts {
		width: 100%;
		height: auto;
		margin-top: 0px;
		background: none;
	}
	
	.thoughts_in {
		width: 6.12rem;
		margin: 0 auto;
		padding-top: 0.3rem;
		overflow: hidden;
	}
	
	.thoughts_title {
		padding-bottom: 0.3rem;
	}
	
	.thoughts_title a {
		font-size: 0.3rem;
		font-family: helvetica;
		font-weight: bold;
		color: #1b5b78;
	}
	
	.thoughts_content {
		width: 6.12rem;
		margin: 0 auto;
	}
	
	.thoughts_1 {
		width: 6.12rem;
		height: 1.67rem;
		float: left;
		position: relative;
	}
	
	.thoughts_1 .a_img {
		width: 2.5rem;
		height: 1.67rem;
		display: block;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		float: left;
	}
	
	.thoughts_1 .a_img img {
		width: 2.5rem;
		height: 1.67rem;
	}
	
	.thoughts_1 p {
		width: 3.62rem;
		height: 1.67rem;
		background-color: #009fda;
		position: absolute;
		top: 0;
		left: 2.5rem;
		z-index: 10;
		float: right;
	}
	
	.thoughts_1 p:hover {
		background-color: #028ec2;
	}
	
	.thoughts_1 p a {
		position: relative;
		top: 0.2rem;
		padding: 0 0.2rem;
		display: block;
		font-family: helvetica;
		font-size: 0.24rem;
		line-height: 0.26rem;
		color: #fff;
		cursor: pointer;
	}
	
	.thoughts_1 p a:hover {
		text-decoration: underline;
	}
	
	.thoughts_2 {
		width: 2.04rem;
		float: left;
		margin-left: 0;
		margin-top: 0.1rem;
	}
	
	.thoughts_2 .a_img {
		width: 2.04rem;
		height: 1.33rem;
		overflow: hidden;
		display: block;
	}
	
	.thoughts_2 .a_img img {
		width: 2.04rem;
		height: 1.33rem
	}
	
	.thoughts_2 p {
		width: 2.04rem;
		height: 1.49rem;
		background: #d5dee3;
	}
	
	.thoughts_2 p:hover {
		background-color: #c4cbcf;
	}
	
	.thoughts_2 p a {
		font-family: helvetica;
		font-size: 0.24rem;
		line-height: 0.26rem;
		color: #003f62;
		padding: 0.2rem;
		cursor: pointer;
		display: block;
	}
	
	.thoughts_2 p a:hover {
		text-decoration: underline;
	}
	
	.thoughts_3 {
		width: 2.03rem;
		float: left;
		margin-left: 1px;
		margin-top: 0.1rem;
	}
	
	.thoughts_3 .a_img {
		width: 2.03rem;
		height: 1.33rem;
		overflow: hidden;
		display: block;
	}
	
	.thoughts_3 .a_img img {
		width: 2.03rem;
		height: 1.33rem;
	}
	
	.thoughts_3 p {
		width: 2.03rem;
		height: 1.5rem;
		background: #1b5b78;
	}
	
	.thoughts_3 p:hover {
		background-color: #164a61;
	}
	
	.thoughts_3 p a {
		font-family: helvetica;
		font-size: 0.24rem;
		line-height: 0.26rem;
		color: #fff;
		padding: 0.2rem;
		cursor: pointer;
		display: block;
	}
	
	.thoughts_3 p a:hover {
		text-decoration: underline;
	}
	
	.thoughts_4 {
		width: 2.03rem;
		float: left;
		margin-left: 0px;
		margin-top: 0.1rem;
	}
	
	.thoughts_4 .a_img {
		width: 2.03rem;
		height: 1.33rem;
		overflow: hidden;
		display: block;
	}
	
	.thoughts_4 .a_img img {
		width: 2.03rem;
		height: 1.33rem;
	}
	
	.thoughts_4 p {
		width: 2.03rem;
		height: 1.5rem;
		background: #fb4809;
	}
	
	.thoughts_4 p:hover {
		background-color: #e54107;
	}
	
	.thoughts_4 p a {
		font-family: helvetica;
		font-size: 0.24rem;
		line-height: 0.26rem;
		color: #fff;
		padding: 0.2rem;
		cursor: pointer;
		display: block;
	}
	
	.thoughts_4 p a:hover {
		text-decoration: underline;
	}
	/*rili*/
	
	.calendar_m {
		width: 6.12rem;
		height: 7.8rem;
		margin: 0.35rem 0;
		background: url(../png/calendar_m_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	
	.calendar tr:first-child th {
		cursor: pointer;
		color: #1b5b78;
		font-family: arial;
		font-weight: bold;
		font-size: 0.3rem;
		width: 3.7rem;
	}
	
	.calendar span {
		padding: 0.14rem;
		width: 0.38rem;
		font-size: 0.24rem;
		font-family: arial;
		display: block;
		border: 1px dotted #fff;
	}
	
	.calendar span.selected {
		color: #fff;
	}
	
	.calendar_title {
		text-align: center;
		padding: 0.2rem 0;
		margin-bottom: 0;
	}
	
	.calendar thead tr:nth-child(2) th {
		color: #fff;
		padding: 0.1rem 0.14rem;
		font-size: 0.24rem;
		font-family: arial;
	}
	
	.calendar #prev,
	.calendar #next {
		font-family: 'Times New Roman';
		font-size: 0px;
		padding: 0;
		width: 0.5rem;
		height: 0.5rem;
	}
	
	.calendar #prev {
		background: url(../png/calendar_prev.png) no-repeat;
		background-size: 0.5rem 0.5rem;
		position: relative;
		left: 0.5rem;
	}
	
	.calendar #next {
		background: url(../png/calendar_next.png) no-repeat;
		background-size: 0.5rem 0.5rem;
		position: relative;
		right: 0.5rem;
	}
	
	.calendar #today {
		text-align: center;
		cursor: pointer;
		color: #1b5b78;
		padding: 0.15rem 0.06rem;
		font-size: 0.2rem;
		font-family: arial;
		font-weight: bold;
	}
	/*opinions*/
	
	.opinion_m {
		width: 6.4rem;
		background: #1b5b78;
	}
	
	.opinions_title {
		padding: 0.3rem 0;
	}
	
	.opinions_title a {
		color: #fff;
	}
	
	.opinions_ul {
		width: 6.12rem;
		margin: 0 auto;
	}
	
	.opinions_ul li {
		/*height: 1.2rem;*/
		padding: 0.2rem 0;
		border-bottom: 1px solid #4a7e99;
	}
	
	.opinions_ul li .a_img {
		width: 1.2rem;
		height: 1.2rem;
		display: block;
		float: left;
		overflow: hidden;
	}
	
	.opinions_ul li .a_img img {
		width: 1.2rem;
		height: 1.2rem;
	}
	
	.opinions_ul li p {
		width: 4.9rem;
		float: right;
	}
	
	.opinions_ul li p a {
		font-family: "Myriad Pro";
		font-size: 0.24rem;
		line-height: 0.26rem;
		color: #fff;
		padding: 0 0.2rem;
		display: block;
	}
	/*info*/
	
	.info {
		width: 6.4rem;
		height: auto;
		padding-bottom: 0rem;
		background-color: #d5dee3;
		overflow: hidden;
	}
	
	.info_title {
		float: left;
		padding: 0.35rem 0;
	}
	
	.info_title a {
		font-family: helvetica;
		font-size: 0.3rem;
		font-weight: bold;
		color: #1b5b78;
		cursor: pointer;
	}
	
	.info_content {
		width: 6.12rem;
		margin: 0 auto;
		background: url(../png/info_bg_m.png) no-repeat center 0.7rem;
		background-size: 6.12rem 6.23rem;
		overflow: hidden;
		position: relative;
		top: -0.8rem;
	}
	
	.swiper-slide .a_img {
		width: 2.6rem;
		height: 5.64rem;
		overflow: hidden;
		display: block;
	}
	
	.swiper-slide .a_img img {
		width: 2.6rem;
		height: 5.64rem;
	}
	
	.swiper-container {
		padding-top: 0.7rem;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		background: none;
		width: 0.91rem;
		height: 0.45rem;
		top: 4%;
	}
	
	.swiper-button-next img,
	.swiper-button-prev img {
		width: 0.91rem;
		height: 0.45rem;
	}
	
	.swiper-button-prev {
		left: auto;
		right: 1rem;
	}
	
	.swiper-button-next {
		left: auto;
		right: 0rem;
	}
	
	.swiper-slide .txt {
		font-family: "Myriad Pro";
		font-size: 0.2rem;
		line-height: 0.22rem;
		margin-top: 0.2rem;
	}
	/*photo*/
	
	.photo_m {
		margin-top: -0.4rem;
	}
	
	.photo_m_title a {
		font-family: helvetica;
		font-size: 0.3rem;
		font-weight: bold;
		color: #1b5b78;
		cursor: pointer;
	}
	
	.photo_m_content {
		margin-top: 0.35rem;
	}
	
	.photo_m_content .lunbo_btn img {
		width: 0.64rem;
		height: 0.64rem;
	}
	
	.photo_m_content .lunbo_btn .lunbo_l,
	.photo_m_content .lunbo_btn .lunbo_r {
		position: absolute;
		top: 1rem;
		z-index: 100;
		width: 0.64rem;
		height: 0.64rem;
	}
	
	.photo_m_content .lunbo_btn .lunbo_l {
		left: -0.1rem;
	}
	
	.photo_m_content .lunbo_btn .lunbo_r {
		right: -0.1rem;
	}
	
	.photo_m_content .header_imglunbo p {
		width: 5.82rem;
		height: 0.8rem;
		background: url(../png/header_imglunbo_bottom_p.png);
		background-size: 6.12rem 0.44rem;
		padding: 0 0.15rem;
		font-size: 0.24rem;
		line-height: 0.28rem;
	}
	/*speeches*/
	
	.speeches_m .photo_m_title {
		padding: 0.35rem 0;
	}
	
	.speeches_m_concent {
		width: 6.12rem;
		margin: 0 auto;
		padding-top: 0.3rem;
		height: 8.95rem;
		background: url(../png/speeches_book.png) no-repeat center top;
		background-size: 6.12rem 8.95rem;
	}
	
	.speeches_m_concent ul {
		width: 3.9rem;
		height: 7.87rem;
		margin: 0 auto;
		padding-right: 0.9rem;
		overflow-y: scroll;
	}
	
	.speeches_m_concent ul li {
		width: 3.58rem;
		margin: 0 auto;
		padding: 0.35rem 0;
		border-bottom: 2px dotted #aeb5b8;
	}
	
	.speeches_m_concent ul li a {
		font-size: 0.24rem;
		font-family: arial;
		line-height: 0.26rem;
		color: #1a5d7a;
		cursor: pointer;
		display: block;
	}
	/*wrtings*/
	
	.writings_m {
		margin-top: 0.42rem;
	}
	
	.book_shelf {
		width: 6.12rem;
		margin: 0 auto;
		height: 1.74rem;
		background: url(../png/store_book.png) no-repeat;
		background-size: 6.12rem 1.74rem;
		padding: 0 0.55rem;
		margin-bottom: 0.3rem;
	}
	
	.book_shelf li {
		float: left;
		width: 1.03rem;
		height: 1.51rem;
		margin-right: 0.35rem;
	}
	
	.book_shelf li .a_img {
		width: 1.03rem;
		height: 1.51rem;
		display: block;
		overflow: hidden;
	}
	
	.book_shelf li .a_img img {
		width: 1.03rem;
		height: 1.51rem;
	}
	/*specials*/
	
	.specials_m .photo_m_title {
		padding: 0.35rem 0;
	}
	/*焦点*/
	
	.main {
		margin: 0 auto;
		width: 6.12rem;
	}
	
	.pro-switch {
		height: 3.1rem;
		overflow: hidden;
		position: relative;
		width: 6.12rem;
	}
	
	.flexslider {
		margin: 0;
		padding: 0;
	}
	
	.flexslider .slides>li {
		display: none;
		-webkit-backface-visibility: hidden;
	}
	
	.flexslider .slides img {
		width: 100%;
		display: block;
	}
	
	.slides:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	html[xmlns] .slides {
		display: block;
	}
	
	* html .slides {
		height: 3.1rem;
	}
	
	.no-js .slides>li:first-child {
		display: block;
	}
	
	.flexslider {
		margin: 0 auto;
		position: relative;
		width: 6.12rem;
		zoom: 1;
	}
	
	.flex-viewport {
		max-height: 2000px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
	}
	
	.flexslider .slides {
		zoom: 1;
	}
	
	.flex-direction-nav {
		*height: 0;
	}
	
	.flex-direction-nav a {
		width: 60px;
		height: 90px;
		margin: -60px 0 0;
		display: block;
	/*	background: url(../img/ad_ctr.png) no-repeat 0 0;	*/
		position: absolute;
		top: 50%;
		z-index: 10;
		cursor: pointer;
		text-indent: -9999px;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all .3s ease;
	}
	
	.flex-direction-nav .flex-next {
		background-position: 0 -90px;
		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: -0.3rem;
		text-align: center;
	}
	
	.flex-control-nav li {
		margin: 0 0.15rem;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	
	.flex-control-paging li a {
		background: url(../png/dotted.png) no-repeat 0 0;
		background-size: 0.12rem 0.12rem;
		display: block;
		height: 0.12rem;
		overflow: hidden;
		text-indent: -99em;
		width: 0.12rem;
		cursor: pointer;
	}
	
	.flex-control-paging li a.flex-active {
		background: url(../png/dotted_avtive.png) no-repeat 0 0;
		background-size: 0.12rem 0.12rem;
	}
	
	#j_tslm {
		border-bottom: 1px solid #E2E2E3;
		margin-top: 22px;
		overflow: hidden;
		padding-bottom: 40px;
		*padding-bottom: 20px;
	}
	
	.mod-tit {
		background: no-repeat;
		color: #303236;
		font-size: 28px;
		height: 50px;
		line-height: 50px;
		margin: 32px 0;
		padding-left: 60px;
	}
	
/*	.tszl {
		background-image: url(../images/tit_tslm.png);
	}
	
	.about {
		background-image: url(../images/tit_about.png);
	}	*/
	
	.pro-list {
		font-size: 0;
	}
	
	.pro-list li {
		background-color: #11b4fe;
		border: 4px solid #d3d5db;
		display: inline-block;
		*float: left;
		height: 120px;
		margin-right: 38px;
		width: 120px;
	}
	
	.pro-list li.last {
		margin-right: 0;
	}
	
	.news-mod-cont {
		background-color: #f7f7f7;
		overflow: hidden;
		padding: 30px;
		_zoom: 1;
	}
	
	.news-mod {
		width: 342px;
	}
	
/*	.news-mod-tit {
		background: url(../images/line.png) no-repeat 0 100%;
		color: #3e3f43;
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 15px;
		padding-bottom: 12px;
	}
	*/
	.more,
	.fr {
		float: right;
	}
	
	.more {
		color: #168eff;
		text-decoration: none;
	}
	
	.fl {
		float: left;
	}
	
	.date {
		color: #7b7b7b;
		float: right;
	}
	
	.txt-list li,
	.news-list li {
		color: #3e3f43;
		display: block;
		padding: 6px 0;
	}
	
	.news-list li a,
	.txt-list li a {
		color: #2c6ba6;
		text-decoration: none;
	}
	
	.clearfix:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.clearfix {
		zoom: 1;
	}
	
	#j_tslm ul li {
		width: 128px;
		height: 128px;
		border: 0;
		background-color: transparent;
	}
	
	#j_tslm ul a {
		width: 128px;
		height: 128px;
		display: block;
		position: relative;
		z-index: 0;
		text-decoration: none
	}
	
	#j_tslm ul div {
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		height: 120px;
		border: 4px solid #d3d5db;
	}
	
	#j_tslm a .front {
		z-index: 2;
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		-webkit-transition: -webkit-transform .3s linear;
		-moz-transform-style: preserve-3d;
		-moz-backface-visibility: hidden;
		-moz-transition: -moz-transform .3s linear;
		-o-transform-style: preserve-3d;
		-o-backface-visibility: hidden;
		-o-transition: -moz-transform .3s linear;
	}
	
	#j_tslm a .back {
		z-index: 1;
		-webkit-transform: rotateY(-180deg);
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		-webkit-transition: -webkit-transform .3s linear;
		-moz-transform: rotateY(-180deg);
		-moz-transform-style: preserve-3d;
		-moz-backface-visibility: hidden;
		-moz-transition: -moz-transform .3s linear;
		-o-transform: rotateY(-180deg);
		-o-transform-style: preserve-3d;
		-o-backface-visibility: hidden;
		-o-transition: -o-transform .3s linear;
		-ms-transform: rotateY(-180deg);
		-ms-transform-style: preserve-3d;
		-ms-backface-visibility: hidden;
		-ms-transition: -ms-transform .3s linear;
	}
	
	#j_tslm a:hover .front {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
	}
	
	#j_tslm a:hover .back {
		z-index: 3;
		zoom: 1;
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
	}
	
	#footer {
		width: 950px;
		margin: 50px auto;
		text-align: center;
		line-height: 1.5;
		color: #9e9e9e;
	}
	
	#footer a {
		color: #9e9e9e;
		text-decoration: none;
	}
	
	.flexslider .slides>li .img img {
		width: 4rem;
		height: 2.66rem;
		float: left;
	}
	
	.flexslider .slides>li .img p {
		width: 2.12rem;
		height: 2.66rem;
		float: left;
		background-color: #009fda;
	}
	
	.flexslider .slides>li .img p a {
		font-family: "Myriad Pro";
		font-size: 0.24rem;
		line-height: 0.26rem;
		color: #fff;
		padding: 0.3rem 0.15rem;
		display: block;
	}
	
	.toTop_m {
		width: 6.4rem;
		height: 0.49rem;
		text-align: center;
		margin-top: 0.5rem;
		background-color: #49a3c5;
	}
	
	.toTop {
		width: 2.58rem;
		display: block;
		margin: 0 auto;
	}
	
	.toTop img {
		width: 2.58rem;
		margin-top: -0.12rem;
	}
	
	.calendar th,
	.calendar td {
		float: left;
		text-align: center;
		-webki-ttransition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	
	.calendar {
		position: relative;
		font-family: 'Century Gothic', 'Segoe UI', Calibri, Arial;
		font-size: 0.24rem;
		border-collapse: collapse;
		margin: 0 auto;
		padding: 0;
		z-index: 4;
		width: 5rem;
		color: #fff;
		text-align: center;
		transition: all 0.3s ease;
	}
	
	.footer_m {
		width: 6.4rem;
		padding-top: 0.3rem;
		padding-bottom: 0.7rem;
		background-color: #1b5b78;
	}
	
	.footer_m a {
		display: block;
		float: left;
	}
	
	.logo_mm img {
		width: 2.5rem;
		margin-right: 0.15rem;
	}
	
	.logo_footer a {
		font-size: 0.36rem;
		font-family: "times new roman";
		color: #fff;
	}
	
	.logo_footer .home {
		padding: 0 0.15rem;
		border-left: 1px solid #bcbcbc;
		border-right: 1px solid #bcbcbc;
		margin-right: 0.15rem;
	}
	/*手机日历*/
	/*右侧内容-start*/
	
	.content_right_out {
		float: none;
		width: 6rem;
		height: auto;
		padding: 0 0.2rem;
		padding-top: 0.8rem;
		margin: 0 auto;
		background-color: #fff;
		overflow-y: scroll;
	}
	
	.content_right li {
		display: none;
		width: 100%;
		overflow-y: scroll;
	}
	
	.content_right .content_right_li_select {
		display: block;
	}
	/*返回主页*/
	
	.to_home {
		display: block;
		position: fixed;
		top: 0.1rem;
		left: 50%;
		width: 6rem;
		margin-left: -3rem;
		height: 0.9rem;
		background: url(../jpg/to_home_bj.jpg) 0 0 no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.to_home img {
		display: block;
		width: 0.55rem;
		height: 0.58rem;
		padding-top: 0.15rem;
		padding-left: 0.3rem;
		cursor: pointer;
	}
	/*文字内容-start*/
	
	.txt_box {
		height: auto;
		width: 6.66rem;
		margin: 0.50rem auto 0;
		margin-top: 0.50rem;
		padding-left: 0;
		overflow: auto;
	}
	
	.content_right .content_right_li_select {
		display: block;
		padding-right: 0;
	}
	
	.txt_box_nr {
		width: 100%;
		margin-bottom: 0.50rem;
	}
	
	.txt_box_nr_p1 a {
		font-family: Arial;
		font-size: 0.47rem;
		line-height: 0.52rem;
		font-weight: bold;
		color: #006bad;
	}
	
	.txt_box_nr_p1 a:hover {
		color: #006bad;
	}
	
	.txt_box_nr_p2 {
		margin-top: 0.28rem;
	}
	
	.txt_box_nr_p2 a {
		font-family: Arial;
		font-size: 0.26rem;
		line-height: 0.39rem;
		color: #474747;
	}
	/*文字内容-end*/
	/*图文内容-start*/
	
	.img_txt_box {
		height: auto;
		width: 6.66rem;
		margin: 0.50rem auto 0;
		padding-left: 0;
		overflow: auto;
	}
	
	.img_txt_box_nr {
		width: 100%;
		margin-bottom: 0.50rem;
	}
	
	.img_txt_box_nr p {
		width: 100%;
	}
	
	.img_txt_box_nr_p1 a {
		font-family: Arial;
		font-size: 0.47rem;
		line-height: 0.52rem;
		font-weight: bold;
		color: #006bad;
	}
	
	.img_txt_box_nr_p1 a:hover {
		color: #006bad;
	}
	
	.img_txt_box_nr_p2 {
		margin-top: 0.28rem;
		font-family: Arial;
		font-size: 0.26rem;
		line-height: 0.39rem;
		color: #474747;
	}
	
	.img_txt_box_nr_p2 a {
		font-family: Arial;
		font-size: 0.26rem;
		line-height: 0.39rem;
		color: #474747;
	}
	
	.img_txt_box .a_img {
		display: block;
		margin-top: 0.15rem;
	}
	
	.calendar_right {
		float: none;
		position: static;
		top: 0;
		left: 0;
		z-index: 99999999999;
	}
}