@charset "utf-8";
/* CSS Document */
*::selection{background:#b31a25; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px;}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#00389f;}
h3:hover{font-weight:bold!important;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}


/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9);}
.pageTips .container2{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container2 a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(close.png) no-repeat center center;}
.pageTips .container2 .img{text-align:center;}
.pageTips .container2 .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container2 a{color:#fff; text-decoration:underline;}


/* 头部 */
.head{background:url(headBg.jpg) no-repeat left top; background-size:cover; height:160px;}
.head .logo{width:1260px; height:160px; background:url(logo.png) no-repeat left center; margin:0 auto;}

.headNav{ height:140px; background:url(splogo.png) 720px center no-repeat; padding-top:23px; text-align:right; font-size:0; position:relative; z-index:1;}
.headNav a{display:block; width:34px; height:34px; vertical-align:top; background-color:#fff; background-repeat:no-repeat; background-position:center center; -webkit-border-radius:50%; border-radius:50%; float:right;}
.headNav a.en{background-image:url(iEN.png);margin-top:5px; }
.headNav a.searchBtn{background-image:url(iSearch.png);}

/* 搜索 */
.search {
    float: right;
    margin-right: 5px;
    /* width: 34px; */
    height: 34px;
    position: relative;
    margin-top: 15px;
   
}
.searchCon{display:none; width:240px; height:34px; -webkit-border-radius:34px; border-radius:34px; position:relative; z-index:5; -webkit-border-radius:34px; border-radius:34px; overflow:hidden; position:absolute; right:0; top:0; background:#fff;}
.search .keyValue{
width: 150px;
    width: 150px;
    height: 34px;
    line-height: 38px;
    padding-left: 14px;
    background: #78090b;
    border: 0;
    margin: 0;
    float: left;
    font-size: 14px;
    display: none;
color:#eeee;
}
.search:hover .keyValue{
display:block;
}

.search .keyValue::placeholder{color:#eeee;}
.search .submitBtn{    
    display: block;
    width: 34px;
    height: 34px;
    background: #78090c url(iSearch.png) no-repeat center center;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}


/* 菜单 */
.menuWrap{width:100%; height:40px; background:#fff; position:relative; z-index:10;}
#menu{width:1254px; height:40px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:114px; height:40px; position:relative;}
#menu>li>a{display:block; height:40px; line-height:40px; font-size:18px;}
#menu>li>a:link, #menu>li>a:visited{color:#523108;}
#menu>li>a:hover, #menu>li>a.current{background:#9a101a; color:#fff;}
#menu>li>a.current:hover{background:#b31a25; color:#fff;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#9a101a; position:absolute; z-index:999; left:0; top:40px;}
#menu ul li a{display:block; padding:8px 5px; line-height:20px; font-size:15px;}
#menu ul li a:link, #menu ul li a:visited{color:#fff;}
#menu ul li a:hover, #menu ul li a.current{background-color:#f5b22d;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #fff;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

.menuWrapFix{width:100%; position:fixed; left:0; top:0; z-index:100; background:#b31a25; box-shadow:0 5px 5px rgba(0,0,0,0.1);}
.menuWrapFix #menu>li>a:link, .menuWrapFix #menu>li>a:visited{color:#fff;}
.menuWrapFix #menu>li>a.current:hover, .menuWrapFix #menu ul li a:hover, .menuWrapFix #menu ul li a.current{background:#f5b22d;}

.boxShadow{box-shadow:0 5px 5px rgba(0,0,0,0.1);}

.banner{width:100%; position:relative;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{height:10px !important; bottom:30px !important;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:50%; background:#fff; opacity:1; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#d9b886;}
.banner .swiper-button-prev, .banner .swiper-button-next{color:#fff; font-size:36px;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}


.animate{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}


/* 普通新闻列表 */
.newsList li{border-bottom:#e5e5e5 1px dashed;}
.newsList li a{display:block; height:40px; line-height:40px; padding-left:16px; background:url(a01.png) no-repeat left center;}
.newsList li a:hover{background-image:url(a02.png);}
.newsList li h3{height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:16px; font-weight:normal; margin-right:100px;}
.newsList li p{float:right; width:100px; text-align:right; color:#999; height:40px;}

.indCon{background:url(bg2.jpg) no-repeat center bottom; background-size:cover; padding:40px 0 50px;}
.indH1{height:41px; line-height:41px; position:relative;}
.indH1 a{display:block; width:30px; height:31px; margin:5px 0 5px 10px; float:right; background:url(m01.png) no-repeat center right;}
.indH1 a:hover{background-image:url(m03.png);}
.indH1 p{width:144px; height:41px; font-size:24px; font-weight:normal; position:relative; color:#b31a25; float:left;}
.indH1 p:after{display:block; width:5px; height:5px; background:#988875; content:""; position:absolute; right:0; top:18px;}
.indH1 p .iconfont{height:41px; line-height:41px; font-size:28px; vertical-align:top; padding-right:5px; display:inline-block;}
.indH1 em{display:block; width:calc(100% - 179px); height:1px; background:#a59686; position:absolute; right:40px; top:20px;}

.indH2{height:41px; line-height:41px; padding:0 12px; background:#b31a25;}
.indH2 a{display:block; width:30px; height:31px; margin:5px 0; float:right; background:url(m02.png) no-repeat center right;}
.indH2 a:hover{background-image:url(m04.png);}
.indH2 p{height:41px; font-size:24px; font-weight:normal; color:#fff; float:left;}
.indH2 p .iconfont{height:41px; line-height:41px; font-size:28px; vertical-align:top; padding-right:5px; display:inline-block;}


.newsL{width:745px; height:615px; float:left;}
.newsR{margin-left:815px; height:615px;}

.picNews{height:260px; overflow:hidden; position:relative; margin-top:20px;}
.picNews .swiper-slide{display:block; width:745px; height:260px; background:#b31a25 url(bg1.jpg) no-repeat right center;}
.picNews .swiper-slide .pic{width:440px; height:260px; background:url(loading.gif) no-repeat center center; overflow:hidden; float:left;}
.picNews .swiper-slide .pic p{height:260px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide .txt{height:200px; margin-left:440px; padding:30px 25px;}
.picNews .swiper-slide .txt h3{max-height:48px; line-height:24px; font-size:16px; font-weight:normal; color:#fff; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify;}
.picNews .swiper-slide .txt p{max-height:66px; line-height:22px; font-size:14px; padding-top:20px; color:#edc9cc; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify;}
.picNews .swiper-slide .txt span{display:block; height:24px; line-height:24px; padding-top:20px; color:#edc9cc;}
.picNews .swiper-slide a:hover .pic p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-pagination-bullets{width:calc(100% - 440px) !important; height:8px !important; left:auto !important; right:0; bottom:20px !important; font-size:0;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; background:#fff; opacity:1; margin:0 5px !important;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#f5b22d;}

.txtNews{height:220px; padding:17px 20px; background:#f9f7f4; margin-top:40px;}
.txtNews li{border-bottom:0;}
.txtNews li a{height:44px; line-height:44px; padding-left:0; background:none;}
.txtNews li a:hover{background:none;}
.txtNews li p, .txtNews li h3{height:44px;}
.txtNews li i{display:block; width:16px; height:16px; line-height:16px; text-align:center; background:#c9c0b1; -webkit-border-radius:16px; border-radius:16px; font-size:12px; font-style:normal; color:#fff; float:left; margin-top:16px;}
.txtNews li:nth-of-type(1) i, .txtNews li:nth-of-type(2) i{background:#b31a25;}
.txtNews li h3{margin-left:24px;}

.tzgg{height:321px;}
.tzgg ul{height:244px; padding-top:12px;}
.tzgg ul li{height:59px; padding-top:8px;}
.tzgg ul li p{width:67px; height:54px; line-height:25px; padding-top:5px; background:#cab58b; float:left; text-align:center; font-size:12px; color:#fff; -webkit-border-radius:5px 0 5px 5px; border-radius:5px 0 5px 5px;}
.tzgg ul li p span{display:block; height:27px; line-height:27px; font-size:24px; font-weight:bold;}
.tzgg ul li h3{height:48px; line-height:24px; margin-left:86px; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify; padding-top:5px;}
.tzgg ul li a:hover p{background:#b31a25;}


.xsbg{height:254px; margin-top:40px;}
.xsbg ul li{height:102px; padding:5px 0 6px;}
.xsbg ul li h3{height:42px; line-height:42px; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.xsbg ul li p{height:30px; line-height:30px; font-size:14px; color:#777; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.xsbg ul li p span{display:block; width:56px; height:30px; float:left; white-space:nowrap; text-justify:inter-ideograph; text-align:justify; text-align-last:justify;}


.ydspr{height:401px; padding-top:50px; overflow:hidden;}
.ydspr .indH1 p{width:168px;}
.ydspr .indH1 em{width:calc(100% - 208px);}
.ydspr ul{margin-top:15px; width:1265px; height:350px; position:relative;}
.ydspr ul li{position:absolute; margin:5px 5px 0 0; overflow:hidden;}
.ydspr ul li:nth-of-type(1){width:268px; height:185px; left:0; top:0;}
.ydspr ul li:nth-of-type(2){width:268px; height:155px; left:0; bottom:0;}
.ydspr ul li:nth-of-type(3){width:430px; height:345px; left:273px; top:0;}
.ydspr ul li:nth-of-type(4){width:155px; height:155px; left:708px; top:0;}
.ydspr ul li:nth-of-type(5){width:155px; height:155px; left:868px; top:0;}
.ydspr ul li:nth-of-type(6){width:315px; height:185px; left:708px; bottom:0;}
.ydspr ul li:nth-of-type(7){width:232px; height:345px; right:0; top:0;}
.ydspr ul li p{height:100%; background-repeat:no-repeat; background-position:top center; background-size:cover;}
.ydspr ul li h3{width:calc(100% - 30px); max-height:48px; line-height:24px; text-align:center; position:absolute; left:15px; top:50%; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; font-weight:normal; font-size:16px; font-weight:normal; z-index:1; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#fff; opacity:0;}
.ydspr ul li i{display:block; width:100%; height:100%; background:#b31a25; position:absolute; z-index:0; left:0; top:0; -webkit-transform:scale(0.01); transform:scale(0.01);}
.ydspr ul li a:hover p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.ydspr ul li a:hover h3{opacity:1;}
.ydspr ul li a:hover i{opacity:0.8; -webkit-transform:scale(1); transform:scale(1);}


.indNews{height:293px; margin-top:50px;}
.indNewsList{width:380px; height:293px; margin-left:60px; float:left;}
.indNewsList:first-of-type{margin-left:0;}
.indNewsList:first-of-type .indH1 p{width:154px;}
.indNewsList:first-of-type .indH1 em{width:calc(100% - 194px);}
.indNewsList .newsList li{border-bottom:0;}
.indNewsList .newsList li a{height:42px; line-height:42px;}
.indNewsList .newsList li h3{height:42px; margin-right:0;}


.link{background:#b31a25;}
.linkNav{width:1260px; height:38px; margin:0 auto;}
.linkNav ul{float:right; height:38px;}
.linkNav .linkNavLi, .linkNav .on{height:38px; line-height:38px; cursor:pointer; color:#f3dede; float:left; position:relative; margin-left:50px; font-size:14px;}
.linkNav .linkNavLi i, .linkNav .on i{display:block; width:16px; height:38px; line-height:38px; float:right; margin-left:5px;}
.linkNav .on{color:#fff;}
.linkNav .on i{transform:rotate(-180deg); -ms-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -o-transform:rotate(-180deg); filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);}
.linkList{float:left; display:none; width:100%; background:#b31a25; border-top:rgba(255,255,255,0.2) 1px solid;}
.linkList ul{width:1260px; margin:0 auto; padding:10px 0;}
.linkList ul:after{display:block; content:""; clear:both;}
.linkList ul li{width:190px; height:30px; line-height:30px; float:left; margin:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px;}
.linkList ul li a:link, .linkList ul li a:visited{color:rgba(255,255,255,0.7);}
.linkList ul li a:hover{color:#fff;}


/* 页底 */
.foot{background:#9a101a; color:rgba(255,255,255,0.8); padding:22px 0; line-height:28px; text-align:center; font-size:14px;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.8);}
.foot a:hover{color:#fff;}
.foot a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.foot span{padding-left:1em;}

#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:116px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}

.ny{padding:30px 0 50px;}
.left{width:230px; background:#f9f7f4; float:left;}
.left h2{line-height:24px; padding:15px 20px; background:#b31a25; color:#fff; text-align:center; font-size:24px; font-weight:normal;}
.left ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid;border-left:#f1f1f1 5px solid; padding:12px 40px 12px 40px; position:relative;background:#f1f1f1 url(b02.jpg) no-repeat 24px center;}
.left ul li:last-of-type a{border-bottom:0;}
.left li a i{display:block; width:6px; height:11px; background:url(c04.jpg) no-repeat center center; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; filter:alpha(opacity=0); opacity:0; position:absolute; right:24px; top:50%; margin-top:-5.5px;}
.left ul li a:hover, .left ul li a.on{background:#fff url(b03.jpg) no-repeat 24px center; border-left-color:#f8b551;}
.left ul li a:hover i, .left ul li a.on i{filter:alpha(opacity=100); opacity:1;}


.right{margin-left:260px;}
.post{height:53px; border-bottom:#a59686 1px solid;}
.post p{height:53px; line-height:53px; float:left; font-size:24px; color:#b31a25;}
.post span{float:right; display:block; height:33px; line-height:33px; padding-top:15px; font-size:14px; color:#888;}
.post span a:link, .post span a:visited{color:#888;}
.post span a:hover{color:#b31a25;}

.list01{padding-top:10px;}

.articleTitle{padding:30px 0 20px; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{width:96%; font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 0 30px; text-justify:inter-ideograph;text-align:justify;}
.articleCon img{max-width:1000px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}

.teacherList{padding:15px;}
.teacherList h3{line-height:40px; height:40px; font-size:20px; font-weight:normal;}
.teacherList h3 p{padding:0 20px; height:40px; background:#b31a25; color:#fff; float:left;}
.teacherList ul{font-size:0; border-left:#b31a25 2px solid; background:#f9f7f4; padding:5px 0 10px;}
.teacherList ul li{display:inline-block; *display:inline; zoom:1; vertical-align:top; width:calc((100% - 180px)/6); height:35px; line-height:35px; font-size:14px; color:#484848; margin-top:5px; padding:0 15px;}
.teacherList ul li a:link, .teacherList ul li a:visited{color:#000;outline:none;text-decoration:none;}
.teacherList ul li a:hover{color:#f00;}