body,html{
    margin:0;
    padding:0;
    min-width:1200px;
    font-size:14px;
    color:#333333;
    background: #ffffff;
    font-family: "Microsoft YaHei" !important;
}
img{
    border:none;
}
.container-fulled{
    width:100%;
}
.container{
    width:1200px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}
p{
    margin:0;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.verticalMid{
    vertical-align: middle;
    display: inline-block;
}
.verticalTop{
    vertical-align: top;
    display: inline-block;
}
.fl{float:left;}
.fr{float:right;}
.pcNo{
    display:none;
}
#dl-menu{
display:none;
}
/*头部*/
.header{
    /*background: url("../img/headerbg.png") no-repeat right center;
    background-size: auto 100%;*/
    padding:10px 0;
}
/*轮播图*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .banner-run{
    position:absolute;
    top:0;
    left:0;
}
.banner .banner-run li{
    float:left;
    position:relative;
}
.banner .banner-run li img{
    display: block;
    width:100%;
}
.banner-ctrl{
    position:absolute;
    bottom:40px;
    z-index:2;
}
.banner-ctrl li{
    width:11px;
    height:11px;
    background:#ffffff;
    float:left;
    margin-left:14px;
    cursor: pointer;
    border-radius: 50%;
}
.banner-ctrl li:first-of-type{
    margin-left:0;
}
.banner-ctrl li.active{
    background:#97c0f3;
}

/*导航*/
#nav{
    background: #367ae7;
    position:relative;
    z-index: 100;
}
.nav{

}
.fNav li{
    float:left;
    color:#ffffff;
    position:relative;
    width:7%;
    text-align: center;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav li a{
    display: inline-block;
    padding:20px 0;
    position:relative;
    text-align: center;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav>li.active{
    background:#1f5fc5;
}
.fNav>li:hover{
    background:#1f5fc5;
}
.fNav li:hover .sNav>li{
    height: 40px;
    overflow: visible;
}
.sNav{
    position:absolute;
    left:0;
    min-width:100%;
}
.sNav li{
    text-align: center;
    padding:0 24px;
    min-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease,visibility 400ms ease;
    -moz-transition: height 400ms ease,visibility 400ms ease;
    -o-transition: height 400ms ease,visibility 400ms ease;
    transition: height 400ms ease,visibility 400ms ease;
    white-space: nowrap;
    background: #1f5fc5;
    color:#ffffff;
}
.sNav li a{
    border:none;
    padding:10px 0;
}
.sNav li:hover{
    background: #ffffff;
    color:#333333;
}
.tNav{
    position:absolute;
    left:100%;
    top:0;
    min-width:100%;
}
.tNav li{
    text-align: center;
    padding:0 24px;
    min-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease,visibility 400ms ease;
    -moz-transition: height 400ms ease,visibility 400ms ease;
    -o-transition: height 400ms ease,visibility 400ms ease;
    transition: height 400ms ease,visibility 400ms ease;
    white-space: nowrap;
    background: #1f5fc5;
    color:#ffffff;
}
.sNav li:hover .tNav li{
    height: 40px;
    overflow: visible;
}
/*主体*/
#body{
    position:relative;
    min-height:800px;
}
.title{
    font-size:20px;
    color:#092f56;
    position: relative;
    padding:9px 0;
    text-align: left;
}
.title img{
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.title span{
    display: inline-block;
    vertical-align: middle;
}
.more{
    color:#999999;
    display: block;
    margin-left:auto;
    width:50px;
    text-align: right;
    text-decoration: underline;
}
/*正文第二块*/
.blog2{
    background: #ffffff;
}
.blog2-left,.blog2-right,.blog2-center{
    padding:30px 0;
    position:relative;
}
.blog2-left{
    width:440px;
    margin-right:60px;
}
.blog2-right{
    width:440px;
}
.blog2-center{
    width:210px;
    text-align: center;
}
.blog2-list ul{
    padding:15px 0;
}
.blog2-list li{
    padding:12px 0;
    overflow: hidden;
}
.blog2-list li a{
    width:330px;
    color:#333333;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog2-list li span{
    float:right;
}
.haiImg{
    position: relative;
    width:210px;
    height:340px;
}
.haiImg li{
    position: absolute;
    left:0;
    top:0;
}
.haiImg img{
    width:210px;
height:340px;
}
.haiCtl{
    display: inline-block;
    margin-top:15px;
}
.haiCtl li{
    width:11px;
    height:11px;
    background: #e4e1e1;
    border-radius: 50%;
    float:left;
    cursor: pointer;
    margin:0 5px;
}
.haiCtl li.active{
    background: #367ae7;
}
/*正文模块3*/
.blog3{
    background: #f6f6f6;
}
.blog3-left,.blog3-right{
    padding:30px 0;
    position:relative;
    text-align: center;
}
.blog3-left{
    width:530px;
}
.blog3-right{
    width:530px;
}
.qhTitle{
    display: inline-block;
}
.qhTitle span{
    display: inline-block;
    width:132px;
    height:42px;
    border-radius: 5px;
    font-size:18px;
    text-align: center;
    line-height:42px;
    margin:0 30px;
    position:relative;
    cursor: pointer;
}
.qhTitle span:first-of-type:after{
    content: '';
    position:absolute;
    right: -32px;
    top: 10px;
    width:4px;
    height:24px;
    background: #c9c7c7;

}
.qhTitle span.active{
    background: #367ae7;
    color:#ffffff;
}
.blog3-list ul{
    padding:15px 0;
    text-align: left;
}
.blog3-list li{
    padding:12px 0;
    overflow: hidden;
}
.blog3-list li a{
    width:400px;
    color:#333333;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog3-list li span{
    float:right;
}
/*正文模块4*/
.blog4-left,.blog4-right{
    padding:30px 0;
    position:relative;
}
.blog4-left{
    width:530px;
}
.blog4-right{
    width:530px;
}
.blog4-list ul{
    padding:15px 0;
}
.blog4-list li{
    padding:13px 0 13px 18px;
    overflow: hidden;
    background: url("../img/liststyle.png") no-repeat left center;
}
.blog4-list li a{
    width:350px;
    color:#333333;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog4-list li span{
    float:right;
}
/*友情链接*/
.blog5{
    padding:15px 0 25px 0;
    background: url("../img/footerbg.png") no-repeat;
    background-size: 100% 100%;
    position:relative;
    text-align: center;
}
.blog5zz{
    position: absolute;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.linkBox{
    position:relative;
    z-index:10;
}
.linkTitle{
    font-size: 24px;
    color:#ffffff;
    text-align: center;
    padding:20px 0;
    background: url("../img/hz.png") no-repeat center;
}
.links{
    display: inline-block;
    padding:20px 0;
}
.lj-div2{
    float: left;
    width: 208px;
    height: 40px;
    border: 1px solid #bea6a5;
    z-index: 1;
    background: white;
    margin: 0 23px;
    border-radius: 6px;
}
.lj-div2:last-child{
    margin-bottom: 0;
}
.lj-div2 i{
    display: inline-block;
    font-size: 16px;
    color: #737373;
    font-style: normal;
    line-height: 40px;
    padding: 0 18px;
}
.lj-div2 span.btn-span{
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right:10px;
    width: 35px;
    height: 40px;
    background: url(../img/down.png) no-repeat center center;
}
.lj-div2 .lj-lb{
    display: none;
    position: relative;
    top: 1px;
    left: -1px;
    border: 1px solid #BEA6A5;
    border-top: none;
    width: 208px;
    max-height: 100px;
    overflow-y: auto;
    background: white;
    z-index: 2222;
}
.lj-div2 .lj-lb p a{
    display: block;
    line-height: 1.5;
    font-size: 14px;
    color: #7B7979;
    text-align: center;
}
.lj-div2 .lj-lb p a:hover{
    background: #287CBB;
    color: white;
}
/*底部*/
#footer{
    background:#282828;
    color:#ebebeb;
    position:relative;
    padding:35px 0;
    overflow: hidden;
    line-height:24px;
    text-align: center;
}
/*二级页面*/
.erBanner img{
    width:100%;
    display: block;
}
.list-page{
    padding:0 35px;
    box-sizing: border-box;
    min-height:800px;
}
.list-location{
    width:235px;
    background: #367ae7;
    height:50px;
    line-height:50px;
    color:#ffffff;
    padding-left:30px;
    box-shadow: 1px 1px 2px #dedede;
    box-sizing:border-box;
    font-size:16px;
    margin-bottom:2px;
}
.list-ul{
    padding:15px 0;
    background: #ffffff;
}
.list-ul li{
    width:235px;
    background: #ffffff;
    color:#666666;
    box-sizing:border-box;
    font-size:14px;
    position:relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    margin:5px 0;
    -webkit-transition: all 0.5s;
}
.list-ul li a{
    height:36px;
    line-height:36px;
    padding:0 30px;
    display: block;
}
.list-ul li i{
    width:25px;
    height:36px;
    position:absolute;
    right:45px;
    top:0;
    cursor: pointer;
}
.list-ul li.active>a{
    background: #367ae7;
    color:#ffffff;
}
.list-ul li:hover>a{
    background: #367ae7;
    color:#ffffff;
}
.list-ul .leftSec{
    display: none;
    padding:20px 0;
}
.list-ul .leftSec a{
    color:#515151;
    height:30px;
    line-height:30px;
    font-weight: normal;
    padding:0 55px;
}
.list-left{
    position:relative;
    margin-top:20px;
    background: #ffffff;
    box-shadow: 0 0 3px #e9e9e9;
}
.list-right{
    width:880px;
    margin:20px 0;
    background: #ffffff;
    padding:30px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #e9e9e9;
}
.right-title{
    color: #367ae7;
    border-left: 6px solid #367ae7;
    padding-left: 15px;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
}
.fanye{
    margin:40px 0;
    text-align: center;
}
.right-list ul{
    padding:20px 0;
}
.right-list li{
    padding:20px 10px;
    overflow: hidden;
    border-bottom:1px dashed #dcdadb;
}
.right-list li a{
    float:left;
    color:#333333;
    width:500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-list li span{
    float:right;
    color:#948e8e;
}
.right-jjy{
    padding:30px 10px 50px 10px;
}
.content-page{
    padding:40px 100px;
    margin:20px auto;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 3px #e9e9e9;
}
.content{
    padding:30px;
}
/*毕业合影*/
.xzul{
    width:780px;
    padding-left:10px;}
.xzul li{
    float: left;
    width: 240px;
    margin: 0px 10px;
    height: 200px;
    padding: 0;
    border: none;}
.xzul li a{
width:100%;
}
.xzul li img{
width:100%;
height:150px;}
.xzul li p{
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    color: #313131;
    margin:5px 0;}

/*活动影集*/
.hdyj{
    width:780px;
    padding-left:10px;}
.hdyj li{
    float: left;
    width: 370px;
    margin: 0px 10px;
    height: 300px;
    padding: 0;
    border: none;}
.hdyj li a{
width:100%;
}
.hdyj li img{
width:100%;
height:230px;}
.hdyj li p{
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    color: #313131;
    margin:5px 0;}


/*搜索*/
#search{
    width:220px;
    height:35px;
    margin-top:40px;
    overflow: hidden;
    border-radius: 5px;
    padding:0;
    border:1px solid #9a8b8c;
}
#search .write{
    width:175px;
    height:35px;
    border:none;
    padding:0;
    padding-left:10px;
    outline:none;
    color:#9a8b8c;
    background: transparent;
    line-height:26px;
}
#search .write::-webkit-input-placeholder{
    color: #9a8b8c;
    text-align: center;
}
#search .write::-moz-placeholder{
    color: #9a8b8c;
    text-align: center;
}
#search .write:-ms-input-placeholder{
    color: #9a8b8c;
    text-align: center;
}
#search .search{
    width:35px;
    height:35px;
    border:none;
    padding:0;
    background: url("../img/search.png") no-repeat center ;
    background-size:  60% 60%;
    color:#ffffff;
    cursor: pointer;
    outline:none;
}

/*领导页面*/
.xrldlist ul{
				margin-top:30px;
			}
			.xrldlist li{
				width:400px;
				height:125px;
				margin:20px 0;
			}
			.xrldlist li:nth-of-type(2n+1){
				float:left;
			}
			.xrldlist li:nth-of-type(2n){
				float:right;
			}
			.xrldlist li img{
				width:125px;
				height:125px;
				margin-right:20px;	
			}
			.xrldlist li .ldname{
				font-size:18px;
				font-weight: bold;
			}
			.xrldlist li .ldzw{
				margin-top:20px;
				color:#696969;
				margin-bottom:20px;
			}
			.xrldlist li .ldmail,.xrldlist li .ldwz{
				color:#696969;
			}
			@media screen and (max-width: 800px){
				.xrldlist li{
					width:100%;
				}
			}