/*头部样式*/
html{min-width: 1200px;}

.header{width:100%;min-width: 300px;height:auto;z-index:10;position: relative;}
.header_top{line-height: 32px;background: #8C0000;}
.header_top #localtime{color: #FFD48D;}
.wrapTop{width: 100%;}
.header .top{height: 116px;max-width: 1200px;margin:0 auto;position:relative;width: 96%;}
.logo{width: 700px;position: absolute;left: 0;overflow: hidden;font-size: 0;top: 26px;}
.logo a{display: inline-block;*display: inline;*zoom: 1;}
.logo img{width: 100%;}
.logo1{width: calc(330% / 7);float: left;}
.logo2{width: calc(348% / 7);float: right;}
.top_nav{width: auto;float:right;padding-top: 41px;}
.top_nav .link{display: inline-block;vertical-align: middle;}
.top_nav a{color: #333;display: block;height: 36px;line-height: 36px;margin: 0 30px 0 0;float: right;}
.top_nav a:hover{color:#8c0000;}
.ser{width: 160px;height: 33px;line-height: 33px;z-index:600;overflow: hidden;background: #F0F0F0;transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;float: right;position: relative;}
.search{width: 100%;height: 100%;position: relative;float:right;}
.search input.notxt{position:absolute;height: 33px;color: #999;border:none;background:none;left: 34px;top:0px;padding:0px;margin:0px;outline: none;display: block;width: 80px;}
.search input.notxt1{position:absolute;width: 30px;height: 33px;border:none;background: url(/wljxjy/images/search_btn.png) center no-repeat;right: 0;cursor: pointer;}

.nav{width:100%;line-height: 0;height: 65px;border-bottom: 4px solid #FFD48D;}
.nav ul{font-size: 0;text-align: justify; text-justify:inter-ideograph;overflow: visible !important;border-top: 1px solid #D8D8D8;}
.nav ul::after{content: '';width: 100%;display: inline-block;*display: inline;*zoom:1;}
.nav ul > li{position: relative;text-align: center;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;transform: perspective(5000px);-moz-transform: perspective(5000px);-o-transform: perspective(5000px);-webkit-transform: perspective(5000px);line-height: 65px;}
.nav ul li > a{font-size:18px;display: block;position: relative;}
/* .nav ul li > a:hover:after{position: absolute;width: 100%;height: 3px;background: #fff;content: "";left: 0;bottom: 0;} */
.nav ul li > a,.nav ul li:hover > a{}
.subNav{width: 200px;background: #8c0000;white-space: normal;position: absolute;right: calc(50% - 100px);top: 100%;display: none;}
.subNav dd {}
.subNav a{color:#fff;padding: 10px 10px;display: block;line-height: 24px;border-top:1px solid rgba(0,0,0,0.2);font-size: 16px;}
.subNav a:hover{background: rgba(0,0,0,0.2);}

.header.currents{position: fixed;left: 0;top: -190px;transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;}
.header.currents.currentsOn{top: 0;/* position: relative; */}
.header.currents{height: 48px;line-height: 48px;}
.header.currents .ser{display: none;}
.header.currents .top{display: none;}
.header.currents .nav{height: 48px;line-height: 48px;background: #8c0000;}
.header.currents .nav li{background:none;}
.header.currents .subNav{top:48px;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents .nav ul li > a{color: #fff;}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{}
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4)}

.nav ul li:hover .subNav{
	-webkit-animation-name: flipInY ;animation-name: flipInY ;
	animation-duration: 0.6s; -webkit-animation-duration: 0.6s;animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out;   visibility: visible !important; display: block;
}
@keyframes flipInY  {
	from{-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	60%{-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}
	80%{-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
	to {-webkit-transform: perspective(400px);transform: perspective(400px);}
}



footer{background: #8C0000;padding: 30px 0 1px;clear: both;background-size: cover;}
.footer_lf{float: left;width: 508px;position: relative;color: #fff;font-size: 18px;}
.footer_lf a{color: #fff;border: 1px solid #fff;float: left;line-height: 28px;padding: 0 15px;margin: 21px 24px 0 0;font-size: 14px;}

.footer_rt{float: right;color: #fff;line-height: 20px;}

.footer_rt p{margin: 0 0 30px;}

/**
 * Created by sunJia on 2025/04/03.
 * @Description: 新增底部二维码
 */
.footer_lf{
    width: 100%;
    max-width: 320px;
    float: left;
}
.footer_lf a:last-child{
    margin-right: 0;
}
.footer_rt{
    width: 100%;
    max-width: 340px;
    float: left;
    margin-left: 30px;
}
.footer_code{
    width: calc(100% - 700px);
    float: right;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
}
.footer .code2D{
    text-align: center;
    color: #fff;
    margin: 0px 14px 20px 15px;
}

/*二级页*/
.subPage{ width:1200px; margin:0px auto;min-height:calc(100vh - 380px);}
.pageBanner{ width:1200px; margin: 0 auto;}
.Bread{ height:50px; line-height:50px; font-size:13px; color:#8c0000; border-bottom:#ccc 1px solid;}
.Bread a{color:#8c0000;}
.pageList{ margin:0 auto;}
.articleList2 ul{ padding:0;}
.articleList2 ul li{ list-style:none; background:url(/wljxjy/images/li.png) no-repeat left center; padding-left:20px; height:33px; line-height:33px; border-bottom:#ccc 1px dotted;}
.articleList2 ul li span{ float:right; font-family:"Calibri";}
.articleList2 ul li a{ text-decoration:none; color:#323232;}
.listTitle2{ padding-left:0px; background:none;} 
.listTitle2 h2{color: #8c0000; font-size: 16px; font-weight: bold; line-height:33px; padding:0px; margin:5px 0px;}
.subPage .articleList2{ margin:10px 0px 20px;}
 
.page{ width:100%; height:33px; line-height:33px; text-align:center; margin:0 auto;font-size:14px;clear:both; margin:20px 0px 30px;}
.page a{ padding:0 5px; text-decoration:none; color:#323232;}


.articleTitle { width: 100%;text-align: center;}
.articleTitle h2{font-size: 18px; color:#8c0000; line-height: 20px; padding:20px 0;}
.articleTitle h3{ font-size: 14px; color: #555; line-height: 20px; padding:10px 0; font-weight: bold;}
.articleAuthor { height: 30px;text-align: center; line-height: 30px; margin: 10px;background: #f5f5f5; color:#777; }
.article{overflow:hidden; margin:20px; line-height:30px;}
.Annex {padding:0px; overflow:hidden; margin-bottom:32px;font-size: 15px;}
.Annex h3 { font-size: 16px;line-height: 30px; color:#8c0000; padding-left:15px;}
.Annex ul{ padding-left:15px;}
.Annex ul li { list-style:none; height: 26px; line-height: 26px;background:url(/wljxjy/images/li.png) no-repeat left center; padding-left: 20px;}
.Annex ul li a { text-decoration:none; font-size: 12px; line-height: 24px; color:#656464;}
.Annex ul li a:hover{ color:#8c0000;}



/*左右级页面*/

.articleList_01{ overflow:hidden;}
.articleList_01 ul.listNews{ width:380px; float:right; overflow:hidden;}
.articleList_01 ul.listNews li{ height:82px; line-height:33px; border-bottom:#ccc 1px solid;}
.articleList_01 ul.listNews li a{ display:block; font-size:14px; padding:7px 0;}
.articleList_01 ul.listNews li a i{color:#838383; font-size:14px; float:right; padding:0 5px;}

.listTitle_01{height:42px; line-height:35px; margin-bottom:16px; border-bottom:#8c0000 1px solid;}
.listTitle_01 .title,.listTitle_02 .title{ font-size:20px; color:#8c0000; font-weight:bold; }
.listTitle_02{height:42px; line-height:35px;}

.articleList_02 ul { padding: 20px; background:#f2f2f2; }
.articleList_02 ul li { height: 69px;overflow: hidden; border-bottom:#ccc 1px solid; padding:14px 0;}
.articleList_02 ul li .date { width: 62px; height: 62px; background:url(/wljxjy/images/date.png) no-repeat ;display: inline-block; float: left; margin: 0 22px 0 0; }
.articleList_02 ul li .day { height: 32px; line-height: 32px; font-size: 15px; color:#8c0000;width: 35px; text-align:center; display: block; margin: 0 auto; }
.articleList_02 ul li .month { height: 30px; line-height: 30px; margin: 0 auto; font-size: 20px; color: #fff; width: 35px; text-align:center; display: block; }
.articleList_02 ul li a { width: 329px; display: inline-block; float: left; font-size: 14px; line-height: 25px; margin: 10px 0 0 0; }



/*快速链接*/
.articleList_03 ul li{ width:386px; height:80px; line-height:80px; background:#f5f5f5; float:left; margin-right:20px;}
.articleList_03 ul li a{ font-size:20px; color:#8c0000; padding-left:150px; display:block;}
.articleList_03 ul li.li01{ background:url(/wljxjy/images/li01.png) no-repeat 95px center; background-color:#f5f5f5;}
.articleList_03 ul li.li02{ background:url(/wljxjy/images/li02.png) no-repeat 95px center; background-color:#f5f5f5;}
.articleList_03 ul li.li03{ background:url(/wljxjy/images/li03.png) no-repeat 95px center; background-color:#f5f5f5; margin-right:0;}

.articleList_03 ul li.li01:hover{ background:url(/wljxjy/images/li04.png) no-repeat 95px center; background-color:#8c0000;}
.articleList_03 ul li.li02:hover{ background:url(/wljxjy/images/li05.png) no-repeat 95px center; background-color:#8c0000;}
.articleList_03 ul li.li03:hover{ background:url(/wljxjy/images/li06.png) no-repeat 95px center; background-color:#8c0000; margin-right:0;}


.articleList_03 ul li.li01:hover a,.articleList_03 ul li.li02:hover a,.articleList_03 ul li.li03:hover a{ color:#fff;}


.scroll { height:230px;}
.scroll #main_con1{ width: 1200px; height:auto; margin: 12px 0 0 0;}
.con_cont { float: left; margin:6px 0 0 0; }
.scroll #main_con1 .con_cont #photo_move { height: auto; margin: auto; width: 1200px; background: url(/wljxjy/images/scroll_bg_03.png) no-repeat; }
.scroll #main_con1 .con_cont .blk_18 .LeftBotton {  display:block; float:left; height:41px;  width:21px; cursor:pointer;margin:77px 6px 0 0;}
.scroll #main_con1 .con_cont .blk_18 .RightBotton { display:block; float:left;  height:41px;  width:21px;cursor:pointer;margin: 77px 0 0 6px; }
.scroll #main_con1 .con_cont #demo { width: 1066px;  display: inline;  float: left;  overflow: hidden; }
.scroll #main_con1 .con_cont #indemo {float: left;  width: 800%;}
.scroll #main_con1 .con_cont #demo1, #demo2 { float: left;}

.scroll #main_con1 .con_cont .blk_18 .pl img { width:240px; height:161px; display:block; margin:7px auto; cursor: pointer; }


.scroll #main_con1 .con_cont .blk_18 ul li { float:left; width:254px; height:208px; margin: 0 6px; background:url(/wljxjy/images/imgbg.png) no-repeat;}
.scroll #main_con1 .con_cont .blk_18 ul li a h2{ font-size:20px; font-weight:normal;}
.scroll #main_con1 .con_cont .blk_18 ul li a span{ display:block; padding:4px 0; font-size:14px; text-align:center;}
.scroll #main_con1 .con_cont .blk_18 ul li p{ font-size:14px; color:#989898; line-height:22px;}

.scroll #main_con1 .con_cont #photo_move2 { height: 160px; margin: auto; width: 991px;}
.scroll #main_con1 .con_cont #po_demo {display: inline;  float: left;  margin: 5px 50px;  overflow: hidden;  width: 830px; _margin: 5px 50px; _width:830px; }
.scroll #main_con1 .con_cont #indemo2 {float: left;  width: 800%;}
.scroll #main_con1 .con_cont #po_demo1, #po_demo2 { float: left;}
.scroll #main_con1 .con_cont .blk_18 .po_LeftBotton { display:block; float:left; height:75px;  margin:30px 0px 0 0px;  width:29px; background:url(/wljxjy/images/lf.png) no-repeat; cursor:pointer;_margin:30px 0px 0 0px;}
.scroll #main_con1 .con_cont .blk_18 .po_RightBotton {display:block; float:right;  height:75px; margin:30px 0 0 0px; width:29px;background:url(/wljxjy/images/rt.png) no-repeat;cursor:pointer;_margin:30px 0px 0 0px;}



.con{width: 1200px; overflow: hidden;   margin: 0 auto; margin-top:30px;}

.conLeft li strong.arrow{display:block;height:20px;line-height:20px;width:20px;text-align:center; background: url(/wljxjy/images/arrow.png) no-repeat; position:absolute;right:5px;top:22px;
    text-indent: 99em; z-index:33;cursor:pointer;transition:all 0.3s ease-in-out}
.conLeft li.on strong.arrow{background: url(/wljxjy/images/arrow02.png) no-repeat;}
.twoJ_menu{background-color:#F0F0F0;}
.twoJ_menu dd.on,.twoJ_menu dd:hover { background:#fff}
.conLeft .twoJ_menu dd a{ padding:0px 10pxpx 0px 10px !important;display:block;font-size:12px !important;border-bottom:1px solid #c8c8c8;color:#666666;}


.con .conLeft{width: 220px;  float: left; margin-right:30px;}

.con .conLeft ul{ background:#F0F0F0;}

.con .conLeft .title{ width: 220px; height: 50px; line-height: 50px; text-align: center; padding:0; background:#8c0000;}
.con .conLeft .title h2{font-size: 16px; color: #fff;}
.con .conLeft ul{}
.con .conLeft ul li{ list-style:none; /*! height: 50px; */ line-height: 50px; font-size: 14px; text-align: center; position: relative;}
.con .conLeft ul li a{ color:#323232; /*! height: 50px; */ /*! line-height: 50px; */ text-decoration:none; font-size: 14px; text-align: center; border-top:1px solid #d7d7d7; border-bottom:#fff 1px solid; display:block; }
.con .conLeft ul li.on,.con .conLeft ul li:hover{ background:#fff; border-left:5px solid #8c0000; border-right:5px solid #8c0000; }
.con .conLeft ul .on a{font-weight: bold; background: url(/wljxjy/images/list_left_li.png) no-repeat left bottom;}


.con .conRight{ width:942px; float:right;}
.con .conRight .articleList2{width: 942px;}
.con .conRight .Bread{width:942px;}
.con .conRight .page{height:30px; line-height:30px; text-align:center; margin:0 auto;font-size:14px;clear:both; margin:20px 0px 30px;}
.con .conRight .page a{ padding:0 5px;}
.con .conRight .subPage{ width:942px; min-height:510px; margin:0px auto; overflow:hidden;}
.pictureList2{width: 942px; overflow: hidden; margin:0;} 
.pictureList2 ul{width: 942px; overflow: hidden;}
.pictureList2 ul li{ list-style:none; float: left; width: 257px; height:230px; margin: 0 27px; text-align: center; line-height:33px;}
.pictureList2 ul li img{ border:none; width:257px; height:170px;}
.pictureList2 ul li a{ text-decoration:none; color:#323232;}
.TlpictureList2{width: 1200px; overflow: hidden;}
.TlpictureList2 ul{width:1200px; overflow: hidden; padding:0 0 0 10px;}
.TlpictureList2 ul li{ list-style:none; float: left; width: 257px; height:259px; margin: 0 19px; text-align: center;}
.TlpictureList2 ul li a{ text-decoration:none; color:#323232;}
.TlpictureList2 ul li img{ border:none; width:257px; height:170px;}



.leaders{
	overflow: hidden;
	margin: 0 -10px;
	font-size: 0;
}
.leaders>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.leaders>li .leaders_box{
	margin: 0 10px;
}
.leaders>li .leaders_box .title {
    height: 24px;
    line-height: 24px;
    margin: 15px 0;
    color: #9d101a;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
.leaders>li .leaders_box .title:before {
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    background: #9d101a;
    position: absolute;
    left: 0;
    top: 3px;
}
.present {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
}
.present li:nth-child(odd){
    background-color: #f5f5f5;
    border-left: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5;
}
.present .title022 {
    width: 100px;
    float: left;
    padding: 15px 0;
    color: #000;
}
.present .name02 {
    width: auto;
    overflow: hidden;
    display: block;
    margin-left: 100px;
}
.present .name02 a {
    display: block;
    width: 33.333%;
    float: left;
    padding: 15px 0;
    color: #444;
}
.present li {
 
    padding: 0px 5px 0px 15px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}