@charset "utf-8";
/* CSS Document */

/*公用样式*/
body{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;overflow-x: hidden;color:#434343;min-height:100vh;display:flex;flex-direction:column;min-width:1200px;}
.foot{margin-top:auto;}
*{margin:0px; padding:0px; list-style:none;text-decoration:none;}
a:link,a:visited{text-decoration:none;color:#434343;}
a:hover,a:active{text-decoration:none;color:#98151f;}
.clear{clear:both;}
.clearfix:after{content: "";display: block;clear: both;}
img{ border:none;}
.fl{float:left;}
.fr{float:right;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}

.index_content{width:1200px;margin:0 auto; overflow:hidden;}
/*index 样式*/
.in_top{height:auto;width:100%; overflow:hidden;}
	.top_tit{ background:url(../images/top_bg.png) center no-repeat; height:31px; width:100%;}
	.in_time{ width:1200px; height:31px; line-height:31px; margin:0 auto;}
	.time_room{ width:260px; float:right; height:31px; line-height:31px;}
	.in_mail img{ margin:8px 10px 0px 10px; float:left;}
	.in_mail a{line-height:28px; height:28px;}
.in_nav{ width:1200px; margin:0 auto; padding-top:25px;} 

	
.header{width:100%;height:auto;background:#98151f;padding:20px 0;}
.index_header{width: 1200px;
    margin: 0 auto; display:flex;justify-content:space-between;align-items:center;}
	.index_logo a{display:block;}

/*.index_logo img{display:block;height:55px;}*/
.index_logo img{display:block;height:60px;}


	.index_logoHmenu{width:240px; height:24px; background:url(../images/inc_08.jpg) center center no-repeat; overflow:hidden; margin-left:515px;}
	.nav_Smenu{width:240px; height:24px; overflow:hidden;}
	.nav_Smenu li{width:79px; height:24px; float:left; display:block; overflow:hidden; color:#494949; font-family:"Microsoft YaHei"; font-size:12px; text-align:center;}
	.nav_Smenu li a{width:79px; height:24px; color:#494949; font-family:"Microsoft YaHei"; font-size:12px; overflow:hidden;}
	.nav_Smenu li a:link,a:visited{}
	.nav_Smenu li a:hover{width:79px; height:24px; color:#af050e; overflow:hidden;}

.h-link ul{text-align:right;}
.h-link ul li{display:inline-block;font-size:14px;line-height:26px;margin-left:20px;}
.h-link ul li:first-of-type a{color:#ffffff;display:inline-block;padding-left:25px;background:url(../images/home.png) no-repeat left center;background-size: auto 20px;}

/* 导航 */

/*.nav>ul>li{margin-left: 40px;position:relative;}*/
.nav>ul>li{margin-left: 35px;position:relative;}

.nav>ul>li h3{position:relative;line-height: 40px;font-weight: normal;}
.nav>ul>li h3 a{color:#ffffff;font-size: 18px;}
.nav>ul>li.on h3 a,.nav>ul>li:hover h3 a{font-weight: bold;}
.sub{opacity: 0;visibility:hidden;position:absolute;top:40px;left:50%;z-index:2;min-width: 120px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%) scaleY(0);transition: 0.4s all;transform-origin: top;}
.sub .sub-h{text-align:center;position:relative;background:rgba(0,0,0,0.5);border-top: 1px solid #ffffff;}
.sub .sub-h:before{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:6px solid transparent;border-bottom-color:#fff;top:-12px;}
.sub .sub-h a{display:block;font-size: 16px;color: #ffffff;line-height: 50px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.sub .sub-h a:hover{background: #fe6500;}
.nav li:hover .sub{opacity: 1;visibility: inherit;transform:translateX(-50%) scaleY(1);}



/*banner 图 样式---------------------------------------start*/
.banner{width:100%; position:relative;}
.banner .swiper-slide a{display: block;}
.banner .swiper-slide img{display: block;width:100%;}
.ck-slidebox{ position: absolute; left: 50%; bottom: 12px; z-index: 5;transform:translateX(-50%);}
.ck-slidebox .swiper-pagination{height: 20px; padding: 0 4px; border-radius: 8px; background: rgba(0,0,0,0.5);position:relative;width:auto;}
.ck-slidebox .swiper-pagination .swiper-pagination-bullet{float: left; height: 12px; margin: 4px 4px;width: 12px;border-radius: 100%;background-color: #fff; cursor: pointer;outline:none;}
.ck-slidebox .swiper-pagination .swiper-pagination-bullet-active{background-color: #fe6500;}
/*cen yangshi---------------------------start*/
.cen{width:100%; overflow:hidden;padding:20px 0 0;}
.container { width: 1200px; height:auto; overflow:hidden; margin: 0 auto 30px; }

.tt_biao{ border-bottom:1px solid #CCC; height:45px; line-height:40px; margin-bottom:25px;padding-bottom:5px;box-sizing:border-box;}
.tt_biao h1{ font-size:24px; color:#98151f;}
 .ic_more a{ font-size:14px;}
 
.dt_new{width: 1200px; height:auto; margin: 0 auto;}
 .pic_new{ width:800px;}
   .pic_new ul li{ float:left; width:380px;margin-right:40px;}
.pic_new ul li:last-of-type{margin-right:0;}
 
  .pic_new2{}
  .pic_new2 ul li{ float:left; width:370px; padding-right:30px;}

   .im_new img{object-fit:cover;}
.im_new video{width:380px;height:230px;object-fit:cover;background-color:#000000;}
 .im_tt a{ line-height:45px; font-size:15px;}
 .im_tm { color:#999}

.p2-left,.p2-right{width:580px;}
.in_js{ width:100%; overflow:hidden; height:auto;}


.in_js{position:relative;}
.in_js .dotted_line{border-top:dashed 1px #999999;height:5px;margin-top:19px;margin-bottom:5px;}
.in_js ul{left:0;top:0;*margin-top:-20px;}
.in_js li{ width:100%; margin-bottom:20px;}
.in_js li:last-of-type{margin-bottom:0;}
.in_js li .time {
    width: 60px;
    height: 60px;
    text-align: center;
}
.in_js li .time span {
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Arial Regular';
    background: #98151f;
    display: block;
    line-height: 30px;
}
.in_js li .time p {
    font-size: 14px;
    color: #98151f;
    font-family: 'Arial Regular';
    background: #f4f4f4;
    display: block;
    line-height: 30px;
}
.in_js li .txt{width:calc( 100% - 75px );margin-left:15px;}
.in_js li .txt h3{font-size:18px;line-height:30px;font-weight:500;}
.in_js li .txt h3 a{ font-size:16px;}
.in_js li .txt p{line-height:30px;color:#929292; }
.in_mores{ color:#666; background:url(../images/more.png) right no-repeat; width:140px; line-height:45px;}

.containerfl { width:100%; padding-bottom:20px; margin: 0 auto; background:url(../images/bg3.jpg) center no-repeat; height:346px; }
 .f3_im{ width:500px;}
 .f3_rm{ width:660px; padding-top:100px;}
 .f3_rm h2{ font-size:18px;}
 .f3_rmtxt { padding-top:20px;}
 .f3_rmtxt p{ line-height:35px;}
 
 

.w500_content{margin-top:0px;}
.new_list{line-height:30px;margin-bottom:8px;}
.newcontent .new_list:last-of-type{margin-bottom:0;}
.new_list ul{margin-top:5px;}
.new_list a{text-indent:15px;background: url(../images/icon_07.png) no-repeat 0px center;display:block;}
.new_list a:hover{text-indent:15px;background: url(../images/icon_08.png) no-repeat 0px center;}
.pic_tt{ height:50px; line-height:50px;}
  .pic_tt h1{ font-size:20px; text-indent:4.5em;}
  .p_ttmore{ padding-right:20px;}


 .newcontent{ width:365px;}
.newcontent .dotted_line{border-top:dashed 1px #999999;height:5px;margin-top:19px;margin-bottom:5px;}
.newcontent ul{left:0;top:0;*margin-top:-20px;}
.newcontent li{display: none;}
.newcontent li > h3{font-size:18px;line-height:35px;font-weight:500;}
.newcontent li > h3 > a{ font-size:15px;}
.newcontent li > p{line-height:35px;text-indent:25px;color:#929292;}





/*foot---------------------------------------------------------*/
.foot{width:100%;background:#98151f;padding:40px 0;}
.foot_nr{ width:100%;text-align:center;}
.foot_nr p{color:#ffffff;font-size:14px;line-height:30px;}
.foot_nr p a{color:#ffffff;font-size:14px;}


/*inner_img-------------------------------------------------------*/
.inner_banner{width:100%;position:relative;}
.inner_banner img{width:100%;display:block;}
/*neiye_main*/
.neiye_main{width:1200px; height:auto; background:#FFF; overflow:hidden; margin:0px auto; margin-top:-20px; z-index:999; position:relative; padding:20px;}

.neiye_pageTitle{width:1200px; height:40px; overflow:hidden; border-bottom:1px solid #CCC;font-family:"Microsoft YaHei";  font-weight:normal;}	
.neiye_pageTitle h3{ height:30px; line-height:22px; float:left;font-family:"Microsoft YaHei";font-size:24px; color:#494949;  font-weight:normal;}
.neiye_pageTitle h4{height:30px; line-height:30px; _line-height:61px; float:right;font-family:"Microsoft YaHei";color:#494949;  font-weight:normal;}
.neiye_pageTitle h6{height:30px; line-height:30px; _line-height:61px; float:right;font-family:"Microsoft YaHei";color:#494949; font-size:18px; float:left;  font-weight:normal;}

/* 概况 */
.neiye_about{color:#494949; font-family:'Microsoft YaHei'; width:1200px; height:auto; line-height:24px; overflow:hidden;margin-top:10px;}
	.neiye_aboutAd{height:189px; margin:0px auto;}
	.neiye_Acontent{ height:auto; overflow:hidden; margin:0px auto;}
	.neiye_AText{width:100%; height:auto; overflow:hidden;color:#494949;font-family:'Microsoft YaHei'; line-height:30px; margin-top:10px;}
	.neiye_AText h1{ text-align:center; font-size:18px; line-height:50px;}
	
	
	.neiye_AMenu{width:162px; height:auto; overflow:hidden; margin:15px 0px 0px 0px;}
	.A_menu{width:162px; height:auto; overflow:hidden; margin:0px auto;}
	.A_menu li{width:162px; text-align:center; line-height:41px; height:41px; color:#494949; overflow:hidden; margin-bottom:10px;}
	.A_menu li a{width:162px; text-align:center; line-height:41px; height:41px; color:#494949; overflow:hidden; font-size:16px;background:url(../images/inc_09.jpg) center center no-repeat; display:block;}
	.A_menu li a:hover{width:162px; text-align:center; line-height:41px; height:41px; color:#FFF; overflow:hidden; background:url(../images/inc_09A.jpg) center center no-repeat;}
	.A_menuHover{width:162px; text-align:center; line-height:41px; height:41px; color:#FFF !important; overflow:hidden; background:url(../images/inc_09A.jpg) center center no-repeat !important;}
/* 内页左侧样式 */
.neiye_left{width:205px; height:auto; overflow:hidden;}
	.left_up{width:205px; height:45px; background:url(../images/inc_N01.jpg) center bottom no-repeat; overflow:hidden;margin:0px auto;}
	.left_up h1{width:200px; height:45px; line-height:45px; text-indent:70px; overflow:hidden; color:#494949;font-size:20px; font-weight:normal;}
	
	.left_index{width:205px; height:auto; overflow:hidden; background:url(../images/inc_N04.jpg) center top repeat-y; margin:0px auto;}
	.left_menu{width:205px; height:auto; overflow:hidden; margin:0px auto;}
	.left_menu li{width:205px; text-align:center; line-height:33px; height:33px; color:#494949; overflow:hidden; margin-top:15px;}
	.left_menu li a{width:205px; text-align:center; line-height:33px; height:33px; color:#494949; background:url(../images/inc_N02.jpg) center center no-repeat; overflow:hidden; font-family:"微软雅黑"; font-size:14px; display:block;}
	.left_menu li a:hover{width:205px; text-align:center; line-height:33px; height:33px; color:#FFF; overflow:hidden; background:url(../images/inc_N02A.jpg) right center no-repeat; display:block;}
	.left_menuHover{width:205px; text-align:center; line-height:33px; height:33px; color:#FFF !important; overflow:hidden; background:url(../images/inc_N02A.jpg) right center no-repeat !important; display:block;}
	
	.left_down{width:205px; height:16px; overflow:hidden; background:url(../images/inc_N05.jpg) center top no-repeat; margin:0px auto;}

/* 内页右侧样式 */
.neiye_right{width:960px; height:auto; overflow:hidden;}
.neiye_newsTitle{width:100%; height:30px; overflow:hidden; border-bottom:1px solid #CCC;}	
.neiye_newsTitle h3{ height:30px; line-height:20px; float:left;font-size:18px; color:#494949;  font-weight:normal;}
.neiye_newsTitle h4{height:30px; line-height:30px;float:right;font-size:14px; color:#494949;  font-weight:normal;}
	
.News_List{color:#494949; height:auto; line-height:24px; overflow:hidden; margin-top:15px; }
	
/*内页新闻样式*/
.neiye_newsList{width:960px; height:144px; overflow:hidden; line-height:24px; _line-height:23px; color:#6b6b6b; overflow:hidden; background:#f7f7f7; border-bottom:20px solid #FFF;}
.news_listImg{width:160px; height:110px;border:1px solid #CDCDCD; overflow:hidden; margin:13px 20px 0px 20px;}
.news_listNr{width:630px; height:105px; color:#8e8e8e; line-height:24px; margin:10px 0px 0px 0px;}
.news_listNr h2{font-size:16px; color:#494949; line-height:35px;  font-weight:normal;}
.news_listNr h2 a{color:#494949; font-size:15px;  font-weight:normal;}
.news_listNr h2 a:hover{color:#b7272e; font-size:15px;   font-weight:normal;}
.news_date{width:100px; height:65px; text-align:center; overflow:hidden; margin:30px 0px 0px 0px;}
.news_date font{font-size:48px; line-height:40px;}
		 .lists{ padding-top:0px; width:100%; overflow:hidden;  min-height:240px;}
			.lists ul{}
			.lists ul li{ padding-bottom:6px;margin-bottom:6px; line-height:40px;font-size:16px;color:#333;border-bottom:1px dashed #e2e2e2;width:100%;}
			.lists ul li a:link,.lists ul li a:visited{color:#494949;}
			.lists ul li a:hover{color:#b7272e}
			.lists ul li span{ float:right;}
.news_content .time{width:100%; height:33px; line-height:33px; text-align:center; color:#4e4e4e; background:#f4f5f7; border:1px solid #f1f1f1; margin:10px 0;font-size:14px;}
.news_content{ padding-top:0px !important; padding-bottom:20px !important;  background:#fff;}
.news_content h1{text-align:center; line-height:45px; font-size:22px; color:#494949;}
.context{font-size:16px; line-height:30px; color:#494949; padding:20px 0px 20px 0px;}
.context img{max-width:600px;display:block;height:auto !important;margin:0 auto;}
.context p.con-img{text-align:center;text-indent:0;}
.context table{max-width:900px;margin:0 auto !important;}
.context table p{margin:0 !important;text-indent:0 !important;}
.content_place { height:45px; border-bottom:1px solid #CCC; line-height:45px;}
.content_place h3{line-height:45px; float:left; font-size:16px;}
.nextnews{ line-height:30px; padding-left:20px; padding-right:20px;}


.npic_room{padding-top:10px;} 
						.npic_room{height:auto; margin-bottom:20px; margin:0px auto; overflow:hidden;}
						.npic_room ul{margin-left:-15px;margin-right:-15px;}
						.npic_room ul li{ width:20%; height:auto;float:left;display:block; padding:0 15px;margin-bottom:15px; background:#fff; color:#666;box-sizing:border-box;}
						
						.npic_room ul li .book_img_n{width:100%; height:160px;display:block;object-fit:cover;}
						.npic_room ul li .book_name_n{width:100%; height:50px;line-height:50px;text-align:center;overflow:hidden;font-family:"微软雅黑"; font-size:14px;}
.npic_room ul li:hover .book_name_n{color:#fe0000 !important;}

.pb_sys_style1 .p_no_d{background-color:#98151f !important;border:1px solid #98151f !important;}
