body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}


/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;
}


/* 酌情修改 */
body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    min-width: 1500px;
    margin: 0 auto;
   
}

.clearfix{
    clear: both;
}

.f-left{
    float: left;
}

.f-right{
    float: right;
}

/* ------- */

.top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #095899;
}

.top .sc{
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 14px;
    opacity: .8;
}

.top .sc a{
    font-size: 14px;
    color: #fff;
}

.top .text{
    font-size: 14px;
    color: #fff;
    opacity: .8;
display: inline-block;
}

.header h1{
    margin-top: 30px;
    margin-bottom: 20px;
}


.header .search {
    position: relative;
    float: right;
    margin-top: 18px;
}

.header .search  input {
    border: none;
}

.header .search input.search-in {
    width: 280px;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    padding-left: 20px;
    outline: none;
    background: #f5f7fb;
    border-radius: 40px;
}

.header .search input.search-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    border: none;
    width: 20px;
    height: 20px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}




/* 导航 */
.navigation {
    width: 100%;
    height: 50px;
}

.nav-con {
    max-width: 1400px;
    margin: 0 auto;
}

.nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.nav h3 a {
    letter-spacing: 0em;
    color: #353535;
}

.nav .nLi {
    width: 127px;
    height: 50px;
    float: left;
    display: inline;
    text-align: center;
}

.nav .nLi h3 {
    height: 50px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    height: 95%;
    padding: 0 15px;
}

.nav .nLi h3 a:hover {
    font-weight: bold;
}

.nav .nLi.on h3 a {
    font-weight: bold;
    color: #095899;
    border-bottom: 2px solid #fff;
}


.nav .sub {
    display: none;
    width: 130px;
    top: 50px;
    position: absolute;
    background: rgba(9,88,153,0.8);
    border-radius: 0 0 5px 5px;
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    zoom: 1;
    float: left;
    width: 130px;
    border-top: 1px solid #d2d2d2;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.nav .sub li .sj{
    width: 130px;
    height: auto;
    position: absolute;
    right: -130px;
    top: 25px;
    background: rgba(9,88,153,0.7);
    display: none;
}

.nav .sub li .sj li{
    width: 130px;
}


.nav .sub li .sj li a:hover{
    font-weight: bold;
}


.nav .sub li:hover a.ej {
    font-weight: bold;
}

.nav .sub li:hover .sj{
    display: block;
}


.nav .sub a {
    color: #fff;
    display: block;
    font-size: 16px;
}


/* banner */
.banner{
       width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.banlist .bd ul li .img img{
    width: 100%;
    height: 400px;
}

.banlist .hd{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.banlist .hd ul li{
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #bdbdbd;
}

.banlist .hd ul li.on{
    background: #095899;
    border: 1px solid #095899;
}

.column{
    width: 100%;
    line-height: 30px;
    padding-bottom: 11px;
    border-bottom: 4px solid #ecf0f3;
}

.column a.name{
    font-size: 26px;
    color: #353535;
    font-weight: bold;
    border-bottom: 4px solid #095899;
    padding-bottom: 13px;
}

.column a.more{
    float: right;
    color: #353535;
    opacity: .5;
}

.main-content1{
    width: 100%;
    height: 580px;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 50px 0;
}

.con-news{
    width: 980px;
    height: 475px;
        overflow: hidden;
    display: inline-block;
}

.con-news .newslist{
    margin-top: 30px;
    padding-bottom: 23px;
    background: #fff;
}

.con-news .imglist{
    width: 500px;
    position: relative;
}

.con-news .imglist .bd ul li{
    position: relative;
}

.con-news .imglist .bd ul li .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 45px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-indent: 20px;
}

.con-news .imglist .hd {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.con-news .imglist .hd ul li {
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
}

.con-news .imglist .hd ul li.on {
    background: #095899;
}




.con-news .infolist{
    width: 480px;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

.con-news .infolist ul li{
    line-height: 43px;
    position: relative;
}

.con-news .infolist ul li::before{
    width: 2px;
    height: 2px;
    content: '';
    display: inline-block;
    border-radius: 50%;
    background: #353535;
    position: absolute;
    top: 22px;
}

.con-news .infolist ul li a{
    color: #353535;
    padding-left: 10px;
   font-size:20px;
}

.con-news .infolist ul li a span{
    opacity: .5;
    float: right;
    font-size:18px;
}



.con-notic{
    width: 400px;
    height:475px;
        background: #fff;
}

.con-notic .column{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #095899;
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
}

.con-notic .column a.name{
    color: #fff;
    border: none;
    padding: 0;
}

.con-notic .column a.more{
    color: #fff;
}


.con-notic ul{
    box-sizing: border-box;
    padding: 25px 20px 25px 20px;
}


.con-notic ul li{
    margin-bottom: 27px;
    width: 100%;
}

.con-notic ul li a{
    display: inline-block;
}

.con-notic ul li .dete{
    float: left;
    padding-right: 20px;
   
}

.con-notic ul li .xian{
    height: 43px;
    width: 1px;
    margin-top: 5px;
    display: inline-block;
    background: #ededed;
}

.con-notic ul li .d{
    color: #353535;
    font-size: 26px;
    text-align: center;
}

.con-notic ul li .y{
    font-size: 14px;
    color: #b4b4b4;
    text-align: center;
}

.con-notic ul li .title{
    color: #353535;
    width: 275px;
    float: right;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 25px;
    font-size: 20px;
}

.con-notic ul li:hover .title{
    color: #095899;
}

.con-notic ul li:hover .d{
    color: #095899;
}

.con-notic ul li:hover .y{
    color: #095899;
}

.con-notic ul li:hover .xian{
    background: #095899;
}

.con-news .infolist ul li:hover a{
    color: #095899;
}

.con-news .infolist ul li:hover span{
    opacity: 1;
}

.con-news .infolist ul li:hover::before{
    background: #095899;
}

.con-news .imglist .bd ul li:hover .img img{
   
    transform: scale(1.05);
	
}

.con-news .imglist .bd ul li .img{
    overflow: hidden;
}

.con-news .imglist .bd ul li .img img{
    width: 100%;
    transition: All 0.3s ease-in-out;
}

/* --- */

.main-content2{
    width: 100%;
    height: 415px;
    background: url(../img/content2-bg.png) center no-repeat;
    box-sizing: border-box;
    padding-top: 47px;
    background-size: 100% 100%;
}

.main-content2 .item{
    float: left;
    width: 335px;
    height: 315px;
    background: #fff;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 22px 30px;
}


.main-content2 .con-zlxz{
    margin: 0;
} 

.main-content2 .item ul{
    margin-top: 15px;
}

.main-content2 .item ul li{
    line-height: 40px;
    position: relative;
}

.main-content2 .item ul li::before{
    width: 2px;
    height: 2px;
    content: '';
    display: inline-block;
    border-radius: 50%;
    background: #353535;
    position: absolute;
    top: 20px;
}

.main-content2 .item ul li a{
    color: #353535;
    padding-left: 10px;
    font-size:18px;
}

.main-content2 .item ul li a span{
    opacity: .5;
    float: right;

}


.main-content2 .item ul li:hover a{
    color: #095899;
}

.main-content2 .item ul li:hover span{
    opacity: 1;
}

.main-content2 .item ul li:hover::before{
    background: #095899;
}

/* -- */

.main-content3{
    width: 100%;
    padding: 50px 0;
}

.main-content3 .con-xyfc{
    width: 980px;
    float: left;
}

.con-xyfc ul{
    margin-top: 30px;
}

.con-xyfc ul li{
    float: left;
    margin-right: 25px;
}

.con-xyfc ul li .img{
    overflow: hidden;
}

.con-xyfc ul li .img img{
    width: 310px;
    height: 175px;
    
}

.con-xyfc ul li .title{
    color: #353535;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f8f8f8;
}

.con-syy{
    width: 395px;
    float: right;
    background: #f8f8f8;
    padding-bottom: 32px;

}

.con-syy .syy-column{
    background: #095899;
    height: 63px;
    line-height: 63px;
    text-align: center;
}

.con-syy .Elegant_inpts {
    width: 315px;
    margin: 0 auto;
    padding-top: 38px;
}


.con-syy .Elegant_inpts ul li {
    margin-bottom: 24px;
}

.con-syy .Elegant_inpts ul li .inpts_til {
    display: inline-block;
    width: 55px;
    text-align: right;
    font-size: 16px;
    margin-right: 15px;
}

.con-syy .Elegant_inpts ul li input {
    width: 235px;
    height: 30px;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.con-syy .Elegant_inpts ul li.inpts_load {
    width: 225px;
    float: right;
}

.con-syy .Elegant_inpts ul li.inpts_load input {
    width: 76px;
    height: 34px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    border: 0px;
}

.con-syy .Elegant_inpts ul li.inpts_load .load {
    background: #feba01;
}

.con-syy .Elegant_inpts ul li.inpts_load .zc {
    background: #095398;
    margin-left: 30px;
}

.con-syy .syy-column a{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}


.con-xyfc ul li:hover .img img{
    transform: scale(1.05);
}

.con-xyfc ul li .img{
    overflow: hidden;
}

.con-xyfc ul li .img img{
    width: 100%;
	transition: All 0.3s ease-in-out;
}

.con-xyfc ul li:hover .title{
    color: #095899;
}



.main-content4{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
}

.main-content4  .yqlj-column{
    font-size: 20px;
    color: #353535;
    font-weight: bold;
    display: inline-block;
    float: left;
}




/* -- */

.yqlj-list .bd ul li{
    width: 220px;
    text-align: center;
}

.yqlj-list .bd ul li a{
    color: #353535;
}



.footer{
    width: 100%;
    height: 95px;
    background: #095899
}

.footer .foot{
    padding-top: 25px;
}

.footer p{
    text-align: center;
    color: #fff;
    opacity: .5;
    line-height: 25px;
    font-size: 14px;
}

.footer p a{
    font-size: 14px;
    color: #fff;
}

.footer p img{
    display: inline-block;
}


/* - */

.nei-banner .img img{
    width: 100%;
}

.nei-main .sub-list{
    width: 260px;
    float: left;
    border-right: 1px solid #e3e3e3;
    border-left: 4px solid #095899;
    position: relative;
    top: -50px;
    background: #fff;
    box-sizing: border-box;
    padding: 45px 65px;
}

.nei-main .sub-list .sub-name{
    font-size: 30px;
    color: #4b4b4b;
    font-weight: bold;
    text-align: center;
}

.nei-main .sub-list ul li.nli{
    line-height: 56px;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.nei-main .sub-list ul li a.tit{
    font-size: 18px;
    color: #333;
}

.nei-main .sub-list ul li.on a.tit{
    position: relative;
    width: 252px;
    height: 57px;
    display: inline-block;
    background: url(../img/sub-li-on.png) no-repeat;
    left: -46px;
    padding-left: 46px;
    color: #fff;
}
.nei-main .sub-list ul li .sub-stage li{
    line-height: 30px;
    padding: 5px 0;
    box-sizing: border-box;
    padding-left: 20px;
}

.nei-main .sub-list ul li .sub-stage li a{
font-size: 16px;
    color: #333;
}

.nei-main .sub-list ul li .sub-stage li a.on{
   color:#095899
}

.nei-main .sub-list ul li .sub-stage li:hover a{
   color:#095899
}

.nei-main .sub-list ul li:hover a.tit{
    position: relative;
    width: 252px;
    height: 57px;
    display: inline-block;
    background: url(../img/sub-li-on.png) no-repeat;
    left: -46px;
    padding-left: 46px;
    color: #fff;
}


.nei-main .nei-content{
    width: 1090px;
    float: right;
}

.nei-main .sub-top{
    padding-top: 40px;
    border-bottom: 1px solid #f1f1f1;
} 

.nei-main .sub-top .sub-colname{
    font-size: 24px;
    color: #4b4b4b;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #095899;
    padding-bottom: 20px;
}

.nei-main .sub-top .wz p{
    font-size: 14px;
    color: #999;
}

.nei-main .sub-top .wz p a{
    font-size: 14px;
    color: #999;
}

.nei-main .sub-top .wz p span{
    color: #095899;
}



.con-textlist{
    padding-top: 30px;
}

.con-textlist ul li{
    width: 100%;
    height: 184px !important;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 25px 30px;
}

.con-textlist ul li .title{
    font-size: 20px !important;
    color: #4b4b4b;
}

.con-textlist ul li .desc{
    font-size: 16px !important;
    line-height: 25px;
    color: #4b4b4b;
    opacity: .5;
    margin: 10px 0;
}

.con-textlist ul li .dete{
    font-size: 14px;
    color: #4b4b4b;
    opacity: .5;
}

.con-textlist ul li:hover{
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.con-textlist ul li:hover .title{
    color: #095899;
    opacity: 1;
}

.con-textlist ul li:hover .dete{
    color: #095899;
    opacity: 1;
}

.con-picture{
    padding-top: 30px;
}

.con-picture ul li{
    width: 350px;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
}

.con-picture ul li .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #4b4b4b;
    background: #f1f1f1;
}

.con-picture ul li .img{
    overflow: hidden;
}

.con-picture ul li .img img{
    width: 350px;
    height: 195px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.con-picture ul li:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.con-picture ul li:hover .title{
    color: #095899;
}

.con-piclist{
    padding-top: 30px;
}

.con-piclist ul li{
    width: 100%;
    height: 170px;
    margin-bottom: 30px;
}

.con-piclist ul li .img{
    float: left;
    overflow: hidden;
}

.con-piclist ul li .img img{
    width: 100%;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.con-piclist ul li .text{
    height:170px;

    box-sizing: border-box;
    padding: 13px 30px 25px 330px;
    border: 1px solid #f1f1f1;
}

.con-piclist ul li .title{
    line-height: 35px;
    color: #333;
}

.con-piclist ul li .desc{
    line-height: 25px;
    color: #4b4b4b;
    font-size: 14px;
    opacity: .5;
    margin: 6px 0;
}

.con-piclist ul li .dete{
color: rgba(153, 153, 153, 0.8);
}

.con-piclist ul li:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}


.con-piclist ul li:hover .title{
    color: #095899;
}

.con-piclist ul li:hover .desc{
    color: #666;
}

.con-piclist ul li:hover .text{
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}


/* 分页 */
.con-picture ul .list-page{
    margin-top: 10px;
}

ul .list-page {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	margin: 40px 0;
}

.pb_sys_style1 .p_no_d {
	background: #095899 !important;
	border: 1px solid #095899 !important;
}






.con-detail{
    border: 1px solid #f1f1f1;
    margin-bottom: 40px;
    margin-top: 30px;
}

.con-detail .detail{
    padding: 35px 80px 0 80px;
}

.con-detail .title{
    font-size: 26px;
    font-weight: bold;
    color: #095899;
    text-align: center;
}

.con-detail .timer{
    text-align: center;
    margin: 15px 0 10px 0;
}

.con-detail .timer span{
    font-size: 16px;
    color: #4b4b4b;
    opacity: .5;
}

.con-detail .text{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 25px;
}

.con-detail .text p{
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
}



.detail .detail-page{
	line-height: 78px;
	height: 70px;
}
.detail .detail-page p a{
	color: #252525;
    font-size: 16px;
}

.detail .detail-page p a:hover{
	color: #095899;
    font-weight: bold;
}


.con-danye{
    border: 1px solid #f1f1f1;
    margin-bottom: 40px;
    margin-top: 30px;
}

.con-danye .danye{
    padding: 35px 118px 0 118px;
}


.con-danye .text p{
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
}