header {
    height: 160px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

header.headerindex {
    /* position: fixed;
	top: 0px;
	z-index: 999;
	background: rgba(255,255,255,0.7); */
}


.header {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.header .top {
    padding-top: 25px;
    overflow: hidden;
}

.header .top h1 {
    float: left;
}

.header .top form {
    /* align-self: flex-end; */
    position: relative;
    float: right;
}

.header .top form input[type=text] {
    width: 270px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #293e95;
    padding-left: 10px;
    box-sizing: border-box;
    outline: unset;
}

.header .top form input[type=image] {
    position: absolute;
    top: 10px;
    right: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    margin-top: 22px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #293e95;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    width: 200px;
    text-align: center;
}

.nav .nLi h3 {
    margin: auto;
}

.nav .nLi h3 a {
    width: 127px;
    ;
    font-size: 18px;
}

.nav .sub {
    display: none;
    width: 220px;
    left: -10px;
    top: 50px;
    position: absolute;
    background: #fff;
    line-height: 50px;
    border-top: 3px solid #2b54a5;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    font-size: 16px;
    color: #3e6dcb;
}

.nav .sub a:hover {
    color: #3e6dcb;
    font-weight: bold;
    text-decoration: none;
    background-color: #f7fafc;
}

/* .nav .on h3 a {
	color: #2b54a5;
	font-weight: bold;
	text-decoration: none;
}
.banner{
	margin-top: 160px;
} 
*/
.slideBoxBanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBoxBanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 47%;
    bottom: 30px;
    z-index: 1;
}

.slideBoxBanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBoxBanner .hd ul li {
    float: left;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #ded7d1;
    cursor: pointer;
    border-radius: 100%;
    margin: 0 5px;
}

.slideBoxBanner .hd ul li.on {
    background: #3e6dcb;
    color: #fff;
}

.slideBoxBanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBoxBanner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBoxBanner .bd img {
    width: 100%;
    height: auto;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBoxBanner .prev,
.slideBoxBanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 54px;
    height: 54px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBoxBanner .prev {
    background: url(../img/bleft.png) no-repeat
}

.slideBoxBanner .next {
    left: auto;
    right: 3%;
    background: url(../img/bright.png) no-repeat;
}

.slideBoxBanner .prev:hover,
.slideBoxBanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBoxBanner .prevStop {
    display: none;
}

.slideBoxBanner .nextStop {
    display: none;
}

.content {
    width: 1400px;
    margin: 0 auto;
}

.box .content .notice {
    padding: 0 30px;
    height: 80px;
    background-color: white;
    border-radius: 10px;
    margin-top: 60px;
}

.noticePic {
    width: 1150px;
    overflow: hidden;
    position: relative;
    float: right;
}

.noticePic .bd {
    padding: 10px;
}

.noticePic .bd ul {
    overflow: hidden;
    zoom: 1;
}

.noticePic .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 550px;
}

.noticePic .bd ul li .title {
    line-height: 60px;
}

.noticePic .bd ul li .title a {
    font-size: 18px;
    color: #333333;
}

.noticePic .bd ul li .title a:hover {
    color: #3e6dcb;
}

.box .content .notice .left {
    width: 185px;
    float: left;
    line-height: 80px;
}

.box .content .notice .left img {
    float: left;
    margin-top: 25px;
    margin-right: 15px;
}

.box .content .notice .left h2 {
    margin-left: 5px;
}

.box .content .notice .left h2 a {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

.news {
    width: 1400px;
    margin: 50px auto 0;
}

.news h2 {
    padding-left: 10px;
    position: relative;
}

.news h2::after {
    content: '';
    width: 5px;
    height: 28px;
    display: block;
    background-color: #3e6dcb;
    position: absolute;
    top: 6px;
    left: 0;
}

.news h2 a {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    text-decoration: none;
}

.news .cont {
    margin-top: 50px;
    overflow: hidden;
}

.news .cont .left {
    width: 355px;
    height: 500px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    float: left;
    position: relative;
    top: 60px;
}

.news .cont .center {
    width: 690px;
    height: 560px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 5px 5px;
    float: left;
}

.news .cont .right {
    width: 355px;
    height: 500px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    float: right;
    position: relative;
    top: 60px;
}

.news .cont .newsc {
    padding: 30px;
    box-sizing: border-box;
}

.news .cont .newsc .tit {
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}

.news .cont .newsc .tit h3 {
    float: left;
}

.news .cont .newsc .tit .more {
    float: right;
}

.news .cont .newsc .tit h3 a {
    width: 100px;
    height: 40px;
    color: #3e6dcb;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #3e6dcb;
    border-radius: 10px;
    padding: 8px;
}

.news .cont .newsc .more a {
    font-size: 16px;
    color: #999999;
    text-decoration: none;
}

.news .cont .newsc .more a:hover {
    color: #3e6dcb;
}

.news .cont .newsc ul li {
    height: 100px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    box-sizing: border-box;
}

.news .cont .newsc ul li a .bt {
    font-size: 18px;
    color: #333333;
}

.news .cont .newsc ul li a .time {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

.news .cont .newsc ul li:nth-child(4) {
    border-bottom: none;
}

.news .cont .newsc ul li a:hover .bt {
    color: #3e6dcb;
    text-decoration: none;
}

.slideBoxNews {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBoxNews .bd li {
    zoom: 1;
    vertical-align: middle;
    border-radius: 20px 20px 5px 5px;
}

.slideBoxNews .bd img {
    width: 100%;
    height: 380px;
    display: block;
}

.slideBoxNews .bd li a .text {
    padding: 10px 30px 0;
    box-sizing: border-box;
}

.slideBoxNews .bd li a .text .bt {
    font-size: 18px;
    font-weight: bold;
    color: #3e6dcb;
}

.slideBoxNews .bd li a .text .desc {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.slideBoxNews .bd li a .text .time {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBoxNews .prev,
.slideBoxNews .next {
    position: absolute;
    left: 3%;
    top: 38%;
    margin-top: -25px;
    display: block;
    width: 30px;
    height: 45px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.slideBoxNews .next {
    left: auto;
    right: 0;
    background: url(../img/nright.png) no-repeat;
}

.slideBoxNews .prev {
    left: 0;
    right: auto;
    background: url(../img/nleft.png) no-repeat;
}

.slideBoxNews .prev:hover,
.slideBoxNews .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBoxNews .prevStop {
    display: none;
}

.slideBoxNews .nextStop {
    display: none;
}

.news .cont .center .tit {
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}

.news .cont .center .tit h3 {
    text-align: center;
}

.news .cont .center .tit h3 a {
    width: 154px;
    height: 44px;
    border: 1px solid #3e6dcb;
    font-size: 20px;
    color: #3e6dcb;
    border-radius: 10px;
    font-weight: bold;
    padding: 8px;
}

.party {
    margin-top: 50px;
}

.party .p-top {
    position: relative;
    padding-left: 10px;
}

.party .p-top::before {
    content: '';
    display: block;
    width: 5px;
    height: 28px;
    background-color: #3e6dcb;
    position: absolute;
    top: 7px;
    left: 0;
}

.party .p-top a {
    font-size: 24px;
    font-weight: bold;
    opacity: 0.5;
    color: #000000;
    margin-right: 50px;
}

.party .p-top a.on,
.party .p-top a:hover {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    opacity: 1;
}

.party .p-cont {
    margin-top: 40px;
}

.party .p-cont .items {
    display: none;
    overflow: hidden;
}

.party .p-cont .items.on {
    display: block;
}

.party .p-cont .items .item {
    margin-right: 29px;
    width: 328px;
    height: 320px;
    border-radius: 10px;
    float: left;
}

.party .p-cont .items .item:last-child {
    margin-right: 0;
}

.party .p-cont .items .item:nth-child(4) {
    margin-right: 0px;
}

.party .p-cont .items .item a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
}

.party .p-cont .items .item a img {
    width: 328px;
    height: 186px;
}

.party .p-cont .items .item a .text {
    padding: 30px 20px 0;
    box-sizing: border-box;
}

.party .p-cont .items .item a .text .tit {
    font-size: 18px;
    color: #333333;
}

.party .p-cont .items .item a .text .time {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

.party .p-cont .items .item a:hover .text .tit {
    color: #3e6dcb;
    font-size: 18px;
    font-weight: bold;
}

.party-img {
    margin-top: 45px;
}

/* 本例子css */
.slideBoxParty {
    width: 1400px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.slideBoxParty .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBoxParty .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBoxParty .hd ul li {
    float: left;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 10px;
}

.slideBoxParty .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBoxParty .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBoxParty .bd li {
    zoom: 1;
    vertical-align: middle;
}

.work {
    width: 100%;
    height: 650px;
    margin-top: 60px;
}

.work .work-conn {
    width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.work .work-tit .top {
    position: relative;
    padding-left: 10px;
}

.work .work-tit .top::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 5px;
    height: 28px;
    background-color: #3e6dcb;
    opacity: 1;
}

.work .work-tit .top a {
    color: #000000;
    opacity: 0.5;
    font-size: 24px;
    font-weight: bold;
    margin-right: 50px;
}

.work .work-tit .top a.on {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    opacity: 1;
}

.work .work-conn .left {
    width: 700px;
    float: left;
}

.work .work-conn .left .work-items {
    margin-top: 40px;
}

.work .work-conn .left .work-items ul {
    display: none;
    overflow: hidden;
}

.work .work-conn .left .work-items ul.on {
    display: block;
}

.work .work-conn .left .work-items ul li {
    margin-right: 20px;
    float: left;
}

.work .work-conn .left .work-items ul li:last-child {
    margin-right: 0;
}

.work .work-conn .left .work-items ul li a {
    width: 124px;
    height: 477px;
    background-color: rgba(48, 104, 155, 0.8);
    border-radius: 5px;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.work .work-conn .left .work-items ul li a .tit {
    margin: auto;
    margin-top: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    letter-spacing: 5px;
    position: absolute;
    left: 36%;
}

.work .work-conn .left .work-items ul li a span {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 50px;
    font-size: 40px;
    color: #fff;
}

/* .work .work-conn .left .work-items ul li:first-child a span{
	background: url(../img/icon-1.png) no-repeat;
}
.work .work-conn .left .work-items ul li:nth-child(2) a span{
	background: url(../img/icon-2.png) no-repeat;
}
.work .work-conn .left .work-items ul li:nth-child(3) a span{
	background: url(../img/icon-3.png) no-repeat;
}
.work .work-conn .left .work-items ul li:nth-child(4) a span{
	background: url(../img/icon-4.png) no-repeat;
}
.work .work-conn .left .work-items ul li:nth-child(5) a span{
	background: url(../img/icon-5.png) no-repeat;
} */
.work .work-conn .left .work-items ul li a:hover {
    background-color: white;
}

.work .work-conn .left .work-items ul li a:hover .tit {
    color: #3e6dcb;
}

.work .work-conn .left .work-items ul li a:hover span {
    color: #3e6dcb;
}

/* .work .work-conn .left .work-items ul li:first-child a:hover span{
	background: url(../img/icon-on-1.png) no-repeat;
}
.work .work-conn .left .work-items ul li:nth-child(2) a:hover span{
	background: url(../img/icon-on-2.png) no-repeat;
}
.work .work-conn .left .work-items ul li:nth-child(3) a:hover span{
	background: url(../img/icon-on-3.png) no-repeat;
}
.work .work-conn .left .work-items ul li:nth-child(4) a:hover span{
	background: url(../img/icon-on-4.png) no-repeat;
}
.work .work-conn .left .work-items ul li:nth-child(5) a:hover span{
	background: url(../img/icon-on-5.png) no-repeat;
} */
.work .work-conn .right {
    width: 670px;
    float: right;
}

.work .work-conn .right .block {
    margin-top: 40px;
}

.work .work-conn .right .block-item {
    width: 325px;
    height: 227px;
    background-color: white;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 20px;
    float: left;
}

.work .work-conn .right .block-item:nth-child(2n) {
    margin-right: 0px;
}

.work .work-conn .right .block-item a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.work .work-conn .right .block-item a .tit {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.work .work-conn .right .block-item a img {
    transition: All 0.4s ease-in-out;
    margin-top: 60px;
}

.work .work-conn .right .block-item a:hover img {
    transform: rotateY(180deg);
}

.ntitle {
    position: relative;
    padding-left: 10px;
}

.ntitle a {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.ntitle::before {
    content: '';
    display: block;
    width: 5px;
    height: 28px;
    background-color: #3e6dcb;
    position: absolute;
    top: 7px;
    left: 0;
}

.case-lawyer {
    margin-top: 40px;
    overflow: hidden;
}

.case-lawyer .case {
    width: 690px;
    float: left;
}

.case-lawyer .case .cont {
    width: 100%;
    height: 290px;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;
}

.case-lawyer .case .cont li {
    line-height: 50px;
}

.case-lawyer .case .cont li a {
    color: #333333;
    font-size: 18px;
}

.case-lawyer .case .cont li a span:last-child {
    color: #999999;
    float: right;
}

.case-lawyer .case .cont li a:hover span:first-child {
    color: #3e6dcb;
    font-weight: bold;
}

.case-lawyer .case .cont li a:hover span:last-child {
    color: #666666;
}

.case-lawyer .lawyer {
    width: 680px;
    float: right;
}

.case-lawyer .lawyer .cont {
    margin-top: 40px;
}

.case-lawyer .lawyer .cont .item a {
    display: block;
    width: 330px;
    height: 290px;
    background-color: white;
    border-radius: 5px;
}

.case-lawyer .lawyer .cont .item a img {
    width: 100%;
    height: 185px;
}

.case-lawyer .lawyer .cont .item:nth-of-type(1) {
    float: left;
}

.case-lawyer .lawyer .cont .item:nth-of-type(2) {
    float: right;
}

.case-lawyer .lawyer .cont .item a .text {
    padding: 20px;
}

.case-lawyer .lawyer .cont .item a .text .tit {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.case-lawyer .lawyer .cont .item a .text .time {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}

.case-lawyer .lawyer .cont .item a:hover .tit {
    color: #3e6dcb;
}

.wyh-jl {
    margin-top: 50px;
    overflow: hidden;
}

.wyh-jl .wyh {
    width: 695px;
    height: auto;
    float: left;
}

.wyh-jl .wyh .top {
    padding-left: 10px;
    position: relative;
}

.wyh-jl .wyh .top::before {
    content: '';
    display: block;
    width: 5px;
    height: 28px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #3e6dcb;
}

.wyh-jl .wyh .top a {
    font-size: 24px;
    color: #999999;
    font-weight: bold;
    margin-right: 40px;
}

.wyh-jl .wyh .top a.on {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.wyh-jl .wyh .cont {
    padding: 30px;
    width: 690px;
    height: 493px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
    margin-top: 40px;
}

.wyh-jl .wyh .cont ul {
    display: none;
    overflow: hidden;
}

.wyh-jl .wyh .cont ul.on {
    display: block;
}

.wyh-jl .wyh .cont ul li {
    width: 300px;
    height: 46px;
    margin-bottom: 29px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    float: left;
    margin-right: 25px;
}

.wyh-jl .wyh .cont ul li:hover {
    background-color: #3e6dcb;
}

.wyh-jl .wyh .cont ul li:nth-of-type(2n) {
    margin-right: 0;
}

.wyh-jl .wyh .cont ul.zywyh li:nth-of-type(13),
.wyh-jl .wyh .cont ul.zywyh li:nth-of-type(14),
.wyh-jl .wyh .cont ul.zmwyh li:nth-of-type(13) {
    margin-bottom: 0;
}

.wyh-jl .wyh .cont ul.zywyh li {
    margin-bottom: 17px;
}

.wyh-jl .wyh .cont ul li a {
    font-size: 18px;
    color: #666666;
}

.wyh-jl .wyh .cont ul li:hover a {
    color: white;
    font-weight: bold;
}

.wyh-jl .wyh .cont ul.zmwyh li {
    margin-bottom: 17px;
}

.wyh-jl .jl {
    width: 680px;
    height: auto;
    float: right;
}

.wyh-jl .jl .cont {
    margin-top: 40px;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
    width: 680px;
    height: 493px;
    border-radius: 5px;
}

.wyh-jl .jl .cont ul {
    /* margin-top: 10px; */
}

.wyh-jl .jl .cont .top {
    overflow: hidden;
}

.wyh-jl .jl .cont .top .img {
    float: left;
}

.wyh-jl .jl .cont .top a .img img {
    width: 253px;
    height: 141px;
}

.wyh-jl .jl .cont .top a .text {
    margin-left: 10px;
    position: relative;
    width: 355px;
    float: right;
    height: 140px;
}

.wyh-jl .jl .cont .top a .text .tit {
    color: #333333;
    font-size: 18px;
}

.wyh-jl .jl .cont .top a .text .tit:hover {
    color: #3e6dcb;
    font-weight: bold;
}

.wyh-jl .jl .cont .top a .text .time {
    color: #666666;
    font-size: 18px;
    position: absolute;
    bottom: 0;
}

.wyh-jl .jl .cont ul li {
    line-height: 55px;
}

.wyh-jl .jl .cont ul li a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.wyh-jl .jl .cont ul li a span:first-child {
    color: #333333;
    font-size: 18px;
}

.wyh-jl .jl .cont ul li a span:last-child {
    color: #999999;
    font-size: 18px;
}

.wyh-jl .jl .cont ul li a:hover span:first-child {
    color: #3e6dcb;
    font-weight: bold;
}

.wyh-jl .jl .cont ul li a:hover span:last-child {
    color: #666666;
}

.picitems {
    margin-top: 50px;
    overflow: hidden;
}

.picitems .item {
    float: left;
    margin-right: 30px;
}

.picitems .item:last-child {
    margin-right: 0;
}

.links {
    margin-top: 60px;
}

.links select {
    width: 327px;
    height: 50px;
    border: none;
    font-size: 18px;
    color: #333333;
    border-radius: 5px;
    padding-left: 20px;
    margin-right: 27px;
}

.links select:last-child {
    margin-right: 0;
}

footer {
    margin-top: 60px;
    background-color: #3e6dcb;
}

footer .footer {
    width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

footer .footer .left {
    float: left;
}

footer .footer .left p {
    line-height: 40px;
}

footer .footer .left p,
footer .footer .left p a {
    color: white;
    font-size: 16px;
}

footer .footer .right {
    float: right;
}

footer .footer .right .item {
    margin-left: 30px;
    float: left;
}

footer .footer .right .item:last-child {
    margin-right: 0;
}

footer .footer .right .item p {
    color: white;
    font-size: 16px;
    margin-top: 10px;
}

.neibanner {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.neibanner .neicont {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.neibanner .neicont h2 {
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-top: 150px;
}

.neibanner .neicont p,
.neibanner .neicont p a {
    color: white;
    font-size: 14px;
}

.neibanner .neicont p.neiphydj,
.neibanner .neicont p.neiphydj a {
    color: #232323;
}


.twonav {
    width: 100%;
    height: 60px;
    background-color: #3e6dcb;
}

.twonav .tncont {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}


.twonav .tncont::-webkit-scrollbar-track {
    width: 5px;
    position: absolute;
    background-color: #999;
}

.twonav .tncont::-webkit-scrollbar {
    height: 6px;
}

.twonav .tncont::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}


.twonav .tncont a {
    color: #ffffff;
    padding: 0 38px;
    font-size: 18px;
    line-height: 60px;
    display: inline-block;
}

.twonav .tncont a.on,
.twonav .tncont a:hover {
    background-color: white;
    font-size: 18px;
    font-weight: bold;
    color: #3e6dcb;
}

.ernav {
    width: 100%;
    height: 40px;
    margin-top: 40px;
}

.ernav .ernavcont {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.ernav .ernavcont a {
    padding: 5px 20px;
    color: #999999;
    font-size: 16px;
    border: 1px solid #999999;
    border-radius: 40px;
    margin-right: 20px;
}

.ernav .ernavcont a.on,
.ernav .ernavcont a:hover {
    border: 1px solid #3e6dcb;
    color: #3e6dcb;
}

.detail {
    width: 1400px;
    margin: 30px auto 0;
    background-color: white;
    border-radius: 5px;
    padding: 50px 220px;
    box-sizing: border-box;
}

.detail .detail-cont {
    text-align: center;
}

.detail .detail-cont h3 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.detail .detail-cont>span {
    color: #666666;
    margin-top: 20px;
    font-size: 16px;
    display: block;
}

.detail .detail-cont .cont {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #D7D7D7;
    padding: 20px 0;
    margin-top: 20px;
    text-align: left;
}

.detail .detail-cont .cont p {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-indent: 2em;
}

.detail .prevnext {
    margin-top: 30px;
    padding-bottom: 25px;
}

.detail .prevnext div {
    width: 50%;
    float: left;
}

.detail .prevnext div.next {
    text-align: right;
}

.detail .prevnext div a {
    font-size: 16px;
    color: #333333;
}

.detail .prevnext div a:hover {
    color: #3e6dcb;
    font-size: 16px;
}

.piclist {
    width: 1400px;
    margin: 30px auto 0;
    padding: 35px;
    border-radius: 5px;
    background-color: white;
    box-sizing: border-box;
    overflow: hidden;
}

.piclist .item {
    width: 432px;
    height: 244px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 17px;
    margin-bottom: 17px;
    float: left;
}

.piclist .item:nth-child(3n) {
    margin-right: 0px;
}

.piclist .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.piclist .item a img {
    width: 100%;
    height: 100%;
}

.piclist .item a .text {
    width: 100%;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
}

.piclist .item a:hover .text {
    background-color: rgba(62, 109, 203, 0.9);
}

.twlist {
    width: 1400px;
    margin: 30px auto 0;
}

.twlist li {
    margin-bottom: 20px;
    background-color: white;
    overflow: hidden;
}

.twlist li .img {
    float: left;
}

.twlist li a img {
    width: 244px;
    height: 136px;
}

.twlist li a .text {
    margin-left: 30px;
    width: 1090px;
    float: left;
}

.twlist li a .text .h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}

.twlist li a .text p {
    margin: 20px 0;
    color: #666666;
    font-size: 14px;
}

.twlist li a .text .time {
    font-size: 14px;
    color: #666666;
}

.twlist li a:hover .text .h3 {
    color: #3e6dcb;
    font-weight: bold;
}

.xxlist {
    width: 1400px;
    margin: 30px auto 0;
}

.xxlist li {
    margin-bottom: 20px;
    background-color: white;
    width: 100%;
    height: 140px;
}

.xxlist li a {
    width: 100%;
    height: 100%;
}

.xxlist li a .time {
    width: 100px;
    height: 100%;
    float: left;
    text-align: center;
}

.xxlist li a .time .day {
    color: #999999;
    font-size: 36px;
    margin-top: 25px;
}

.xxlist li a .time span {
    display: block;
    width: 19px;
    height: 1px;
    background-color: #e6e6e6;
    margin: 10px auto;
}

.xxlist li a .time .month {
    font-size: 14px;
    color: #999999;
}

.xxlist li a>span {
    display: block;
    width: 1px;
    height: 92px;
    background-color: #e6e6e6;
    float: left;
    margin-top: 25px;
}

.xxlist li a .text {
    margin-left: 30px;
    width: 1245px;
    float: left;
}

.xxlist li a .text .h3 {
    color: #231f20;
    font-size: 16px;
    margin-top: 45px;
}

.xxlist li a .text p {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

.xxlist li a:hover .time .day {
    color: #3e6dcb;
}

.xxlist li a:hover .text .h3 {
    color: #3e6dcb;
    font-weight: bold;
}

.page_detail {
    width: 1400px;
    margin: 30px auto 0;
    background-color: white;
}

.page_detail .dpage {
    padding: 40px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}



center.margin-top-60,
center.padding-top-90 {
    margin: 40px auto 30px;
    overflow: hidden;
    width: 100%;
}

center.margin-top-60 ul,
center.padding-top-90 ul {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

center.margin-top-60 ul li,
center.padding-top-90 ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 1px;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    color: #5a5a5a;
}

center.margin-top-60 li.active,
center.padding-top-90 li.active {
    background: #1182d8;
}

center.margin-top-60 li.active a,
center.padding-top-90 li.active a {
    color: #fff;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

center.padding-top-90 ul li a .layui-icon-prev:before {
    content: "«";
}

center.padding-top-90 ul li a .layui-icon-next:before {
    content: "»";
}

center.margin-top-60 {
    margin: 20px auto 30px;
}

.search-cont {
    width: 1400px;
    margin: 30px auto 0;
    position: relative;
}

.search-cont form input[type=text] {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

.search-cont form input[type=image] {
    position: absolute;
    top: 10px;
    right: 10px;
}

.search-page {
    width: 1400px;
    margin: 0 auto;
}

.search-page .text-mute {
    margin: 10px 0;
    font-size: 14px;
}

.search-page .text-mute .text-info {
    color: #3e6dcb;
    font-weight: bold;
}

#liuyan p.text1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

#liuyan p.text1 a {
    position: relative;
    color: #222222;
    font-size: 28px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
}

#liuyan p.text1 a::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 5px;
    height: 28px;
    background-color: #3e6dcb;
}

#guestbook {
    margin-top: 30px;
}

#liuyan .layui-input {
    height: 60px;
    border-radius: 5px;
}

#liuyan .layui-textarea {
    height: 240px;
    border-radius: 5px;
}

#liuyan .layui-btn {
    background-color: #3e6dcb;
    border-radius: 5px;
    height: 60px;
    width: 428px;
}

.hzlist {
    width: 1400px;
    margin: 30px auto 0;
}

.hzlist ul li {
    margin-bottom: 30px;
}

.hzlist ul li a {
    /* display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start; */
    display: block;
    height: 194px;
    width: 100%;
    background-color: white;
    overflow: hidden;
}

.hzlist ul li a .img {
    float: left;
}

.hzlist ul li a .img img {
    width: 145px;
    height: 194px;
    transition: all .5s;
}

.hzlist ul li a .text {
    width: 1190px;
    height: 194px;
    margin-left: 30px;
    float: left;
}

.hzlist ul li a .text .h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 40px;
    transition: all .5s;
}

.hzlist ul li a .text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}

.hzlist ul li a:hover .text .h3 {
    color: #1c75ba;
}

.hzlist ul li a:hover .img img {
    transform: scale(1.05);
}

.lvsuolist li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.lvsuolist li .pic {
    float: left;
    margin-right: 20px;
}

.lvsuolist li .text1 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 10px;
}

.lvsuolist li .text0 .text2 .xm {
    color: #aaaaaa;
}

.lvsuolist li .title1 {
    font-size: 18px;
}

.lvsuolist li .title2 {
    color: #aaa;
    line-height: 1.8em;
    padding-top: 8px;
}

.lvsuodetail {
    background: #fff;
    padding: 0;
}

.lvsuodetail th {
    color: #b6b6b6;
}

.lsswsdetail {
    padding: 30px;
}

.detail-top {
    overflow: hidden;
    height: 136px;
}

.detail-top .img {
    float: left;
}

.detail-top ul {
    float: left;
    margin-left: 30px;
}

.detail-top ul li {
    text-align: left;
}

.detail-top ul li.h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.detail-top ul li.nomal {
    color: #7e7e7e;
    font-size: 16px;
}

.detail-table table {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.detail-table table td {
    font-size: 16px;
    color: #333333;
    height: 40px;
    text-align: left;
    padding-left: 10px;
}

.detail-table table .tit {
    color: #7e7e7e;
}

.detail-cont1 {
    margin-top: 70px;
}

.detail-top .number {
    width: 120px;
    height: 80px;
    float: right;
    background: url(../img/user.png) no-repeat;
}

.detail-top .number p {
    white-space: nowrap;
    height: 80px;
    line-height: 40px;
}

.detail-top .number span {
    font-size: 55px;
    color: #cb3e59;
    display: inline-block;
}

.rllist li {
    height: 120px;
}

.rllist li a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.rllist li a .text {
    margin-left: 0px;
    width: 1200px;
}

.rllist li a .text .cls {
    font-size: 20px;
    color: #3f6dcb;
}

.rllist li a .text .tit {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.rllist li a .time1 {
    font-size: 16px;
    color: #999999;
}

/* 6-25 */

.party-img {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
}

.party-img .item-left,
.party-img .item-right {
    width: 48.92%;
    position: relative;
}

.party-img .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.party-img .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.party-img .hd ul li {
    float: left;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 10px;
}

.party-img .hd ul li.on {
    background: #f00;
    color: #fff;
}