.header {
    width: 95%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    transition: all .3s;
}
.headerbg {
    width: 100%;
    background: url(../img/top_bg.jpg) center no-repeat;
    background-size: 100% 100%;
}
.logo {
    display: inline-block;
}
.tips {
    display: flex;
}
.tips a{
    display:inline-block;
    color: #004ea2;
    display: flex;
    align-items: center;
    position: relative;
}
.tips a:nth-child(1) {
    padding-right: 20px;
}

.tips i {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
}
.tips .home {
    background: url(../img/home.png) center no-repeat;
    background-size: contain;
}
.tips .add {
    background: url(../img/adress.png) center no-repeat;
    background-size: contain;
}
.nav {
    width: 100%;
    background:#004ea2;
}
.nav ul {
    width: 1200px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}
.nav ul li {
    position: relative;
    width: 15%;
    border-left: 1px solid rgba(255, 255, 255, .5);
}
.nav ul li:nth-child(1){
    border-left: none;
}
.nav ul li .navbox {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    transform: translateY(100%);
    background: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 99;
}
.navbox a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    transition: all .3s;
}
.navbox a:hover {
    color: #007bff;
}

.nav ul li>a{
    display: inline-block;
    color: #fff;
    transition: all .3s;
    line-height: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    transition: all .3s;
}
.nav ul li:nth-child(1) a{
    border-left: none;
}
.nav ul li>a span {
    position: relative;
    z-index: 99;
}

.nav ul li:hover>a,
.nav ul .selected,
.nav ul .on
 {
    background: #007bff;
}

.mainbg {
    background: #f8f8f8;
}

.main {
    min-height: 516px;
    padding-bottom: 40px;
}

footer {
    width: 100%;
    background: #004ea2;
    font-style: 14px;
    color: #fff;
}
footer .bot {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
footer .bot img {
    width: auto;
}
.fottips {
    width: 100%;
    background: #0f3b67;
}
.such {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.such  p {
    font-size: 14px;
    color: #fff;
}
.such a {
    color: #fff;
}
.such a:hover {
    text-decoration: underline;
}
.list4 {
    justify-content: flex-end;
}

.bot-left {
    border-left: 1px solid rgba(255, 255, 255, .5);
    padding: 10px 0px 10px 50px;
}
.bot-left p{
    margin-bottom: 5px;
    font-size: 14px;
}

.friendbox {
    width: 100%;
    background: #d6e1f2;
}
.friend {
    width: 1200px;
    margin:  0 auto;
    padding: 10px 0;
}

.friends {
    width: 88%;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 14px;
    color: #333;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.friends::-webkit-scrollbar {
    display: none;
}
.friends a {
    margin: 0 10px;
}
.friend span {
    font-size: 14px;
    color: #004ea2;
}
.links {
    font-size: 14px;
    color: #004ea2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.friends a:hover {
    color: #004ea2;
}
.links i {
    content: '';
    display: inline-block;
    margin-left: 5px;
    height: 7px;
    width: 12px;
    background: url(../img/arr-d.png) center no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
}


.memu-btn {
width: 50px;
height: 30px;
display: none;
flex-flow: column;
justify-content: space-between;
cursor: pointer;
overflow: hidden;
}
.memu-btn i {
content: '';
display: inline-block;
width: 100%;
height: 3px;
background: #222;
transition: all 0.3s;
}
.memu-btn-active i:nth-child(2) {
transform: translateX(150%);
}
.memu-btn-active i:nth-child(3) {
transform: rotate(-45deg) translate(3px, -12px);
}
.memu-btn-active i:nth-child(1) {
transform: rotate(45deg) translate(3px, 12px);
}
.y45 {
transform: rotate(45deg);
}
.y-45 {
transform: rotate(-45deg);
}

.warp {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 998;
display: none;
}

aside {
position: fixed;
top: 0;
right: 0;
height: 100%;
background: #046c85;
width: 50%;
max-width: 200px;
z-index: 999;
transform: translateX(100%);
transition: all 0.3s;
}
aside a {
width: 100%;
line-height: 40px;
box-sizing: border-box;
padding: 0 5% 0 10%;
color: #fff;
border-bottom: 1px solid #5098aa;
display: flex;
justify-items: center;
align-items: center;
justify-content: space-between;
}
aside a i {
display: inline-block;
height: 20px;
width: 20px;
background: url(../img/arrow_r_w.png) center no-repeat;
}
.aside-active {
transform: translateX(0);
}

.navlists {
display: none;
background: #1486A2;

}

#flimg {
    z-index:999;
}

#flimg p {
    font-size: 14px;
    width: 100%;
    text-align: right;
    cursor: pointer;
    color: #999;
}

.flexbw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.container {
    width: 98%;
    max-width: 1200px;
    margin: 20px auto 0;
}

.banner2 {
    width: 460px;
    height: 330px;
}

.banner2  img {
    width: 460px;
    height: 330px;
}
.banner2 .title {
    color: black;
    font-size: 12px;
    text-align: center;
    padding: 8px 12px;
    font-weight: 700;
}

.banner2 .title p {
    display: none;
}

.conlist1 {
    width: 100%;
}   
.conlist1>li {
    width: 31%;
    position: relative;
    min-height: 350px;
}
.conlist1>li:nth-child(2) {
    width: 38%;
}
.conlist1>li:nth-child(3) {
    width: 24%;
}
.conlist1>li .text {
    position: relative;
    width: 100%;
    text-align:center;
    background: #e6ecf3;
    padding:20px 10px 40px;
    box-sizing: border-box;
}

.conlist1>li .text  .swiper-pagination {
    display: block !important;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.conlist1>li .text  a {
    color: #333;
    width: 80%;
}


.conlist1>li .swiper-slide img {
    height: 270px;
    width: 100%;
    transition: all .3s;
}
.conlist1>li .swiper-slide img:hover {
    transform: scale(1.2);
}
.conlist1>li .swiper-slide a {
    display: block;
    overflow: hidden;
}

.conlist1>li .text .pag {
    border: 2px solid rgba(0, 0, 0,0);
    background: rgba(0, 0, 0, .3);
}
.conlist1>li .text .pag-active{
    border: 2px solid rgba(0,0,0,0);
    background: #fe6000;
}

.contitle {
    border-bottom:2px solid #004ea2;
    
    align-items: center;
}
.contitle .ti {
    font-size: 20px;
    color: #222;
    height: 50px;
    padding-right:20px;
    display:flex;
       align-items: center;
}

.contitle a{
    color: #666;
    font-size: 14px;
    transition: all .3s;
}

.contitle a:hover {
    color: #004ea2;
}

.hot {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.hot .hotti {
    display: block;
    font-size: 20px;
    color: #fe6000;
    transition: all .3s;
}
.hot:hover .hotti {
   text-decoration: underline;
}
.hot .hotcon {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.list1 li {
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
}
.list1 li a{
    width: 70%;
    line-height: 40px;
    
}
.list1 li::before {
    content: '';
    position: absolute;
    width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #125eac;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.list1 li:hover a{
    color: #fe6000;
}
.list1 li:hover::before {
    border-left: 7px solid #fe6000;
}

.list2 li {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    margin-top: 2px;
    background: #e8ecf7;

}
.list2 li .data {
    width: 60px;
    margin-right: 20px;
}
.list2 li a {
    font-size: 14px;
    width: 85%;
}
.list2 li a:hover {
    text-decoration: underline;
    
}
.data .yy-dd{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #449eff;
    text-align: center;
}
.data .day {
    color: #fe6000;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background: #fff;
}

.container2 {
    width: 100%;
    background: url(../img/bg.jpg) top no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 20px;
}
.conbox {
    width: 1200px;
    margin: 0 auto;
  
}
.conbox .ti {
    color: #fff;
}
.conbox .contitle {
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    margin-bottom: 40px;
}
.conbox .contitle a {
    color: #fff;
}

.list3 li {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
    background: #fff;
}

.list3 li:hover {
    transform: scale(1.1);
    box-shadow:0px 0px 7px #fff;
}
.list3 li p{
    padding: 15px 10px;
}
.list3 li span {
    margin: 15px 10px;
}

.list3 li .tips {
    font-size: 16px;
    color: #333;
}
.list3 li .data2 {
    font-size: 14px;
    color: #999;
}
.list3 li .data2 .day {
    display: inline-block;
    color: #004ea2;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 30px;
}
 
.conlist2>li{
    width: 49%;

}
.smallfont {
    font-size: 13px;
    line-height: normal;
    text-align: center;
}
.listleft {
    width: 250px;
    margin-top: 40px;
}
.listleft p{
    width: 250px;
    height: 80px;
    vertical-align: middle;
    display: table-cell;
    color: white;
    font-size: 24px;
    background: #004ea2;
    text-align: center;
}
.subnav {
  background: #eeeff1;
  padding: 20px;
  padding-right: 0;
  box-sizing: border-box;
}
.subnav li {
    position: relative;
    transition:  all .3s;
    padding-left: 40px;
}
.subnav li a{
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.subnav li a span {
    z-index: 999;
    position: relative;
}
.subnav li:hover, .subnav .selected{
    background: #fff;
}
.subnav li:hover a,.subnav .selected a{
    color: #004ea2;
}
.subnav .selected a{
    font-weight: 700;
}
.subnav .selected::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #004ea2;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.arr {
    content: '';
    display: none;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    position: relative;
    z-index: 990;
}

.bigbg{
    height: 200px;
    background: url(../img/banner.jpg) center no-repeat;
    background-size: initial;
    background-position-y: -139px;
    width: 100%;
}
.listright {
    width: 75%;
    background: #fff;
    margin-top: 40px;
    padding: 0 20px 40px;
    box-sizing: border-box;
}
.listright .ti{
    border-bottom: 2px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bor-t {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 2px solid #004ea2;
    margin-bottom: -2px;
    padding-right: 20px;
}

.subnav2 {
    font-size: 13px;
    color: #000;
}
.subnav2 a {
    margin: 0 5px;
}
.subnav2 a:hover ,.subnav2 .selected{
    color:#007bff;
}

.comtentlist ,.rolelist,.piclist {
   margin-top: 20px;
}
.comtentlist li{
    border-bottom: 1px dashed #ccc;
    padding-left: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.comtentlist li a {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.comtentlist li span {
    font-size: 13px;
    color: #999;
}
.comtentlist li::before {
    content: '';
    position: absolute;
    width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #004ea2;
	margin-left: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.comtentlist li:hover a{
    color:#fe6000;
}
.comtentlist li:hover::before{
    border-left: 5px solid #fe6000;
}
.rolelist {
    justify-content: flex-start;
}
.rolelist li {
    width: 23%;
    margin:0 20px 30px 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}
.rolelist li:nth-child(4n) {
    margin-right: 0;
}
.rolelist li a p,.piclist  li p  {
    padding: 10px 0;
    text-align: center;
}
.rolelist li:hover {
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px #ccc;
    transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.piclist {
    justify-content: flex-start;
}
.piclist li {
    width: 31.5%;
    margin:0 20px 30px 0;
    transition: all .3s;
    border: 1px solid rgba(0, 0, 0, 0);
}
.imgbox {
    overflow: hidden;
}
.imgbox img {
    transition:all .3s;
}
.piclist li p  {
    background: #ccc;
}
.piclist li:nth-child(3n) {
    margin-right: 0;
}
.piclist li:hover {
    border: 1px solid #004ea2;
}
.piclist li:hover p {
    color: #fff;
    background: #004ea2;
}
.piclist li:hover img {
    transform: scale(1.2);
}
.search {
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
}

.search form {
    height: 30px;
    display: flex;
    justify-content:  space-between;
}

.search input {
    width: 230px;
}

.container3 {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}


.conlist3 {
    width: 1200px;
    flex-wrap: nowrap;
    margin:  20px 0;
}

.conlist3 li {
    transition: all .3s;
}
.conlist3 li:hover p {
    color: #fff;
}
.conlist3 li a{
    width: 220px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conlist3 li p {
    font-size: 20px;
    color:#333;
    margin-left: 10px;
   transition: all .3s;
}
.conlist3 li:nth-child(1) {
    background: #d5e8ef;
    border: 1px solid #97c4d8;
}

.conlist3 li:nth-child(1):hover {
    background:#97c4d8;
}

.conlist3 li:nth-child(2) {
    background: #fae3cf;
    border: 1px solid #f2ba87;
}

.conlist3 li:nth-child(2):hover {
    background:#f2ba87;
}
.conlist3 li:nth-child(3) {
    background: #ddecd5;
    border: 1px solid #aad095;
}

.conlist3 li:nth-child(3):hover {
    background:#aad095;
}

.conlist3 li:nth-child(4) {
    background: #e6dff4;
    border: 1px solid #c0b0e4;
}

.conlist3 li:nth-child(4):hover {
    background:#c0b0e4;
}

.conlist3 li:nth-child(5) {
    background: #fad7da;
    border: 1px solid #f29ba3;
}

.conlist3 li:nth-child(5):hover {
    background:#f29ba3;
}
.banner {
    position: relative;
}

.date {
    font-size: 14px;
    color:#999;
}