html,body{
    width: 100%;
    overflow-x: hidden;
}
body{
    background: #f6f6f6 !important;
    font-family: "微软雅黑", "Microsoft Yahei";
}
/*头部，导航*/
.logo{
    width: 420px;
    height: 92px;
    background: url(../image/20230926151330156Sxu.png) no-repeat left top;
    position: absolute;
    top: 12px;
    left:23%;
    left: calc(50% - 500px);background-size: 100%;
}
.onlineSearch{
    width: 260px;
    height: 50px;
    /*border:1px solid #ff0000;*/
    position: absolute;
    top: 60px;
    right:20%;
    right:calc(50% - 550px);
}
.field{
    width: 160px;
    border: 1px solid #ccc;
    padding: 4px 5px;
    color: #045a88;
    height: 21px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px; /* Firefox */
    -webkit-border-radius: 5px 0 0 5px; /* Safari 和 Chrome */
    font-size: 14px;
    background: #ffffff;

}
input.button{
    width: 50px;
    height: 32px;
    border: 1px solid;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;/* Firefox */
    -webkit-border-radius: 0 5px 5px 0; /* Safari 和 Chrome */
    margin-left: -5px;
    background: #f39e43;
}
.header{
    width:100%;
    height: 118px ;
    background: rgb(53, 71, 134);
}
.nav{
    width:100%;
    height: 38px ;
    background: #364174;
    z-index: 100;
}
.nav ul{
    width: 1171px;
    /*height: 38px;*/
    margin:0 auto;

}
.nav li.nav-items{
    width:90px;
    height: 38px;
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    z-index:99;
}
.nav li.nav-items a{
    width: 100%;
    height: 100%;
    display: block;
}
.nav li.nav-items:hover{
    background:rgb(31, 44, 100);
    /*filter:alpha(opacity=70);*/
}
span.item-name{
    display: inline-block;
    padding: 6px 10px;
    line-height: 26px !important;
    cursor: pointer;
    font-size: 14px;
    color:#fff;
}
ul.sub-nav{
    background: rgb(31, 44, 100);
    width: 115px;
    padding:0 5px;
    z-index: 99;
    position: relative;
    opacity: 0.8;
    filter:Alpha(opacity=80);
}
li.nav-item{
    line-height: 34px;
    text-align: center;
}
li.nav-item a{
    color:#fff;
    font-size: 14px;
}
li.nav-item a:hover{
    text-decoration: underline;
}

.firstNews{
    height: 30px;
    line-height: 30px;
    width: 1116px;
    border:1px solid #837e7e;
    margin:10px auto 0;
    color: #004955;
    border-radius: 15px 15px 0 0;
    -moz-border-radius:15px 15px 0 0;/* Firefox */
    -webkit-border-radius: 15px 15px 0 0; /* Safari 和 Chrome */
    overflow: hidden;
}
.newLeft{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: rgb(61, 61, 61);
    filter:alpha(opacity=88); /* IE */
    -moz-opacity:0.88; /* Moz + FF */
    opacity: 0.88;
    color: #FFFFFF;
    font-size: 16px;;
    float: left;
    text-align: center;
}
marquee{
    width: 1016px;
    float: right;
    font-size: 15px;
    color: #ff0000;
    font-weight: bolder;
}


/*轮播*/
.bannner{
    /*border:1px solid #837e7e;*/
    width:1120px;
    height:310px;
    margin:10px auto 0;
    overflow:hidden;
}
.vui-slider {
    position:relative;
    overflow:hidden;
    background:#999;
}
.vui-slider .vui-items {
    overflow:hidden;
    width:100%;
    height:100%;
}
.vui-slider .vui-item {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.vui-slider .vui-item a,
.vui-slider .vui-item img {
    display:block;
    padding:0;
    margin:0;
    border:none;
    width: 1120px;
    height:310px;
}
.vui-slider .vui-buttons {
    position:absolute;
    z-index:5;
    bottom:16px;
    left:50%;
    float:left;
    display:inline;
    filter:alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}
.vui-slider .vui-button {
    float:left;
    display:inline;
    overflow:hidden;
    height:12px;
    width:12px;
    margin:0 10px;
    padding:0;
    border:none;
    border-radius:6px;
    -moz-border-radius:6px;/* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
    background:#FFF;
    cursor:pointer;
}
.vui-slider .vui-button-cur {
    background-color:#C00;
}
.vui-slider .vui-transfer {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:3;
}
.vui-slider .vui-prev {
    position:absolute;
    top:50%;
    left:0;
    z-index:5;
    width:60px;
    height:150px;
    margin-top:-75px;
    border-radius:0 10px 10px 0;
    -moz-border-radius:0 10px 10px 0;/* Firefox */
    -webkit-border-radius: 0 10px 10px 0; /* Safari 和 Chrome */
    background:url(../image/prev.gif) no-repeat;
    cursor:pointer;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    opacity:0.3;
    transition:0.5s ease;
    -o-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.vui-slider .vui-next {
    position:absolute;
    top:50%;
    right:0;
    z-index:5;
    width:60px;
    height:150px;
    margin-top:-75px;
    border-radius:10px 0 0 10px;
    -moz-border-radius:10px 0 0 10px;/* Firefox */
    -webkit-border-radius: 10px 0 0 10px; /* Safari 和 Chrome */
    background:url(../image/next.gif) no-repeat;
    cursor:pointer;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    opacity:0.3;
    transition:0.5s ease;
    -o-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.vui-slider .vui-sidebutton-hover {
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity:0.4;
    opacity:0.4;
    background-color:#000;
}
/*主体内容*/
.container{
    width: 1120px;
    /*border:1px solid #837e7e;*/
    height: 640px;
    margin:0px auto;
}

.leftContent{
    width: 312px;
    height:638px ;
    /*border:1px solid #837e7e;*/
    float: left;
}
.employParent{
    border:1px solid #837e7e;
}
.employ{
    width: 99%;
    height: 142px;
    border-top:1px solid #837e7e;
    position: relative;
}
.employ .tabs li.active {
    float: left;
    position: relative;
    padding: 0 40px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #525252;
    font-size: 16px;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
}
.employ-content{
    border-top: 10px solid #d6b865;
}
.employ-content .more{
    position: absolute;
    top: 8px;
    right: 1px;
    display: block;
    font-size: 14px;
    color: #967418;
    border-left: 1px solid #837e7e;
    padding: 0px 7px;
    line-height: 16px;
}
.employ-content .employ-list{
    padding: 3px 7px;
    overflow: hidden;
    height: 85px;
}
.employ-content .employ-list li.news {
    line-height: 30px;
    height: 30px;
}
.employ-content .news_title {
    float: left;
    padding-left: 10px;
    background: url(../image/0031.jpg) no-repeat 0 50%;
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.employ-content span.news_meta {
    float: right;
    font-size: 14px;
}
.news_title a {
    font-size: 14px;
    color: #313131;
    text-decoration: none;
}
.news_title a:hover{
    text-decoration:underline;
    color:rgb(109, 39, 192);
}

/*网上应聘系统*/
.onlineSys{
    width: 100%;
    height: 180px;
    border: 1px solid #837e7e;
    margin-top: 9px;
}
.sys-header{
    height: 75px;
    width: 100%;
    border-bottom:1px solid #837e7e;
    background: url("../image/bottom1.png") no-repeat;
    background-size: cover;
}
.sys-content{
    padding:0px 10px;
    border-top: 10px solid #d6b865;

}
.sys-content span{
    font-size: 13px;
    font-weight: bold;
    color: #645e5e;
    display: block;
    line-height: 27px;
}



.rightContent{
    width: 72%;
    height:638px ;
    /*border:1px solid #837e7e;*/
    float: right;

}
.topMain{
    width: 100%;
    height:638px ;
    /*border:1px solid #837e7e;*/
    position: relative;
}

/*选项卡*/
.table_card{
    width: 48%;
    float: right;
    height: 305px;
    position: relative;
    border: 1px solid #837e7e;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 8px;
}
.tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}


.tabs li.active {
    float: left;
    position: relative;
    padding: 0 40px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #525252;
    font-size: 16px;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* ----------- */
.content {
    background: #fff;
    border-top: 10px solid #d6b865;
}
.content div{
    display: none;
}
.content .tab1{
    display: block;
}
.content .more{
    position: absolute;
    top: 8px;
    right: 1px;
    display: block;
    font-size: 14px;
    color: #967418;
    border-left: 1px solid #837e7e;
    padding: 0px 7px;
    line-height: 16px;
}
.content .more:hover{
    text-decoration: underline;
}
.content .news_list{
    padding: 7px;
    overflow: hidden;
    height: 270px;
}
.news_list li.news {
    line-height: 30px;
    height: 30px;
}
.news_title {
    float: left;
    padding-left: 10px;
    background: url(../image/0031.jpg) no-repeat 0 50%;
    width: 279px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 span.news_meta {
    float: right;
    font-size: 14px;
}
.news_title a {
    font-size: 14px;
    color: #313131;
    text-decoration: none;
}
.news_title a:hover{
    text-decoration:underline;
    color:rgb(109, 39, 192);
}






    /*底部*/
.footer{
    clear:both;
    width: 100%;
    /*border:1px solid #837e7e;*/
    background:linear-gradient(#354786,#25315C);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#354786',endColorStr='#25315C',gradientType='0');
    background: -moz-linear-gradient(top, #354786,#25315C);
    background: -o-linear-gradient(top,#354786,#25315C);
}
.link{
    width: 1120px;
    height: 115px;
    /*border: 1px solid #837e7e;*/
    margin: 0 auto;
}
.copyright{
    width: 100%;
    height: 40px;

}
.copyright p{
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 5px 0 0 0;
}
input{font-size: 14px;font-family:"微软雅黑","Microsoft Yahei";}
.nice-select{
    width: 230px;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #999;
    position: relative;
    box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999; /* Firefox */
    -webkit-box-shadow: 0 0 5px #999; /* Safari 和 Chrome */
    background: #fff url(../image/a2.jpg) no-repeat right center;
    float: left;
    margin: 30px 56px;
    border-radius: 20px;
    -moz-border-radius: 20px;/* Firefox */
    -webkit-border-radius:  20px; /* Safari 和 Chrome */
    behavior: url(ie-css3.htc);

}
.nice-select input{display: block;width: 100%;height: 38px;line-height: 38px;border: 0;outline: 0;background: none;}
.nice-select ul{
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: -86px;
    overflow: hidden;
    background-color: #fff;
    max-height: 125px;
    overflow-y: auto;
    border-top: 0;
    box-shadow: 0 0px 22px #5f5f5f;
    -moz-box-shadow: 0 0px 22px #5f5f5f; /* Firefox */
    -webkit-box-shadow:  0 0px 22px #5f5f5f; /* Safari 和 Chrome */
    z-index: 9999;
    border-radius: 20px;
    -moz-border-radius: 20px;/* Firefox */
    -webkit-border-radius:  20px; /* Safari 和 Chrome */
    behavior: url(ie-css3.htc);
}
.nice-select ul li{height: 30px;line-height: 30px;overflow: hidden;padding: 0 10px;cursor: pointer;}
.nice-select ul li.on{background-color: #e0e0e0;}



/*栏目页*/
.box{
    width: 1120px;
    height: 800px;
    /*border:1px solid #ff0000;*/
    margin: 50px auto 10px;
}

.conLeft{
    width: 240px;
    height: 800px;
    float: left;
    margin-right: 25px;
    /*border:1px solid #ff0000;*/
}
.conRight{
    width: 840px;
    /*border:1px solid #ff0000;*/
    height: 800px;
    float: left;
    box-shadow: 0 0 10px #354786;
    -moz-box-shadow: 0 0 10px #354786; /* Firefox */
    -webkit-box-shadow: 0 0 10px #354786;/* Safari 和 Chrome */
    behavior: url(ie-css3.htc);
    border:1px solid #dfdfdf;
}
.conTitle{
    width: 100%;
    height: 85px;
    background-image: url(../image/title.png);
    background-size: cover;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 85px;
    border-bottom: 8px solid #d6d4d4;
}
.conList{
    min-height: 300px;
    border: 1px solid #dfdfdf;
    background: #f2f2f2;
    box-shadow: 0px 10px 0px 0px #dfdfdf;
    -moz-box-shadow: 0px 10px 0px 0px #dfdfdf; /* Firefox */
    -webkit-box-shadow: 0px 10px 0px 0px #dfdfdf;/* Safari 和 Chrome */
    width: 238px;
    behavior: url(ie-css3.htc);

}
.picTitle{
    width: 100%;
    height: 165px;
    /*border:1px solid #ff0000;*/
    /*background-image: url("../image/banner.jpg");*/
    /*background-size: cover;*/
    box-shadow: 0 0 10px #354786;
    -moz-box-shadow:0 0 10px #354786; /* Firefox */
    -webkit-box-shadow: 0 0 10px #354786;/* Safari 和 Chrome */
    behavior: url(ie-css3.htc);
}
.lmRight{
    width: 100%;
    height: 635px;
    /*border:1px solid #ff0000;*/
}
.nowPosition{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}
.position{
    width: 350px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    /*border: 1px solid #ff0000;*/
    float: left;
}
.articleTitle {
    width: 820px;
    height: 570px;
    /*border: 1px solid #ff0000;*/
    padding: 10px;
    position: relative;
}
.nationPolicy{
	width: 100%;
	height: 285px;
	/*border: 1px solid #FF0000;*/
}
.PolicyTitle{
	height: 25px;
    line-height: 25px;
    /*border: 1px solid;*/
    
    border-bottom: 1px solid #ddc992;
}
.PolicyTitle span{
	border-bottom: 4px solid #ddc992;
	font-size: 16px;
    color: #364174;
    font-weight: bold;
    font-family: serif;
    padding: 3px 4px;
}
.nationContent{
	width: 800px;
    height: 240px;
    /*border: 1px solid;*/
    padding: 10px;
    position: relative;
}

.schoolContent{
	width: 800px;
    height: 240px;
    /*border: 1px solid;*/
    padding: 10px;
    position: relative;
}
.schoolPolicy{
	width: 100%;
	height: 285px;
	/*border: 1px solid #FF0000;*/
}
.boxContainer{
    width: 1050px;
    /*border:1px solid #ff0000;*/
    margin: 50px auto;
}
.articleCon{
    width: 1000px;
    box-shadow: 0 0 10px #354786;
    -moz-box-shadow:0 0 10px #354786; /* Firefox */
    -webkit-box-shadow: 0 0 10px #354786;/* Safari 和 Chrome */
    behavior: url(ie-css3.htc);
}
.picTitle2{
    width: 100%;
    height: 195px;
    background-image: url(../image/jiageng.png);
    background-size: cover;
    box-shadow: 0 0 10px #354786;
    -moz-box-shadow:0 0 10px #354786; /* Firefox */
    -webkit-box-shadow: 0 0 10px #354786;/* Safari 和 Chrome */
    behavior: url(ie-css3.htc);
    border: 1px solid #d3d3d3;
}
.articleDetail{
    width: 980px;
    min-height: 600px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}