.headerbg {
    width: 100%;
    background: url(ags_top_bg.jpg) center no-repeat;
    background-size:cover;
}
.header {
    width: 95%;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    position: relative;
}
.logo {
    display: inline-block;
}
.tips {
    display: flex;
    align-items: center;
    align-self: flex-start;
    background: rgba(16, 46, 152, .5);
    padding:5px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tips>a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.tips>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #102e98;
    border-radius: 5px;
    border: 3px solid #5baeda;
}
.isearch {
    display: block;
}
.nav {
    width: 100%;
    background:#102e98;
    color: #fff;
}
.nav ul {
    width: 1280px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}
.nav ul li {
    position: relative;
    cursor: pointer;
    width: 25%;
    margin-top: -2px;
}
.nav ul li::before {
    display: none;
    content: ">";
    position: absolute;
    color: #fff;
    right: 10px;
    top: 10px;
    font-size: 24px;
    font-family: fangsong;
    transition: all .3s;
    transform: rotate(90deg);
}



.tran-li::before{
    transform: rotate(270deg) !important;
}
.nav ul li .navbox {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background: #102e98;
    display: none;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,100%);
}

/* .header_fixed ul li .navbox {
    background: #fff;
} */

.navbox a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    transition: all .3s;
    text-align: center;
}
.navbox a:hover {
    background: #1742d9;
    color: #fff;
}
.nav ul li .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}
.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;
    border-top: 2px solid rgba(0, 0, 0, 0);
    font-size: 18px;
}

.nav ul li:nth-child(1) a{
    border-left: none;
}
.nav ul li>a span {
    position: relative;
    z-index: 99;
}

.nav ul li>a:hover,
.nav ul li .selected,
.nav ul li .on{
    background: #1742d9;
    border-top: 2px solid #102e98;
}

.main {
    min-height: 527px;
}

footer {
    padding: 40px 0;
    background: #102e98;
}
footer .bot {
    width: 98%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
footer .bot img {
    width: auto;
}
.fottips {
    align-items: center;
    width: 100%;
  
}
.such {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.such  p {
    font-size: 14px;
    color: #fff;
    line-height: 2em;
}
.such a {
    color: #fff;
}
.such a:hover {
    text-decoration: underline;
}
.bot-link {
    color: #fff;
    line-height: 1em;
    font-size: 14px;
    border-bottom:1px solid #1f50fa;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.bot-link a {
    font-size: 14px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.bot-link a::before {
    content: "";
    display: inline-block;
    position: absolute;
    right:0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}
.bot-link a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.bot-link a:last-child::before {
    display: none;
}

.bot-left p{
    margin-bottom: 10px;
    font-size: 14px;
}

.memu-btn {
width: 40px;
height: 26px;
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: #fff;
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,.warp2{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 998;
display: none;
}

.warp2 {
    overflow-y: scroll;
    padding: 20px;
}

#machine {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    z-index: 1000;
    border: 0;
    background: #fff;
    border-radius: 5px;
}
#machine iframe {
    width: 100%;
    border: 0;
}
.machine-box {
    position: relative;
    height: 100%;
    width: 100%;
}
.machine-box>div:first-of-type {
    border-bottom: 1px solid #ccc;
}
.machine-box>div:last-of-type {
    border-top: 1px solid #ccc;
}
.machine-close {
    text-align: right;
    padding: 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.machine-close img{
    margin-left: 10px;
    height: 80%;
}
.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;
}
.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex {
    display: flex;
}
.container {
    padding: 40px 0;
}


.conlist1 {
    flex-wrap: nowrap;
    background: #ffffff;
}
.conlist1>div {
    position: relative;
    overflow-x: hidden;
}
.conlist1>div:nth-child(1) {
    width: 62.5%;
}
.conlist1>div:nth-child(2) {
    width: 37.5%;
    box-sizing: border-box;
    padding: 20px;
}
.conlist1>div .textbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9;
}
.conlist1>div .text {
    position: relative;
    width: 75%;
    padding: 15px 0 15px 20px;
}

.conlist1>div .textbox  .swiper-pagination {
    display: block !important;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.conlist1>div .text  a {
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.conlist1>div .swiper-slide a {
    display: block;
    overflow: hidden;
}

.conlist1>div .text .pag {
    background: rgba(255, 255, 255, .3);
}
.conlist1>div .text .pag-active{
    border: 2px solid rgba(0,0,0,0);
    background: #e7ab54
}

.contitle {
   position: relative;
   margin-bottom: 15px;
   border-bottom: 2px solid #cfd5ea;
   align-items: center;
}
/* .contitle::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 3px;
    background: #102e98;
    border-radius: 3px;
} */
.contitle .ti {
    font-size: 20px;
    color: #fff;
    height: 40px;
    padding-left: 25px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}
.contitle .ti i{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(ags_ti_bg.png);
    background-size: 100% 100%;
    z-index: -1;
}

.contitle .ti em {
    font-size: 18px;
    color: rgba(3, 78, 161, .5);
}
.contitle .ti img {
    margin-right: 10px;
    height: 60%;
}
.conbox .contitle a{
    color: rgba(3, 78, 161, .5);
    font-size: 14px;
    display: flex;
}

.contitle a,
.new_more{
    color: rgba(3, 78, 161, .5);
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    line-height: 1em;
}

.contitle a i,
.new_more i{
    font-size: 13px;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    border-radius:8px;
    color: #fff;
    background: #8796cb;
    border-radius: 50%;
    font-style: normal;
    font-family: monospace;
    
}

.contitle a:hover,
.new_more:hover{
    color:  #102e98;
}

.contitle a:hover i,
.new_more:hover i {
    background: #102e98;
}

.hot {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.hot .hot-ti {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #102e98;
}
.hot .hot-msg {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.list1 {
    justify-content: space-between;
}
.list1 li {
    line-height: 35px;
    flex-wrap: nowrap;
}


.list1 li a {
    flex-wrap: nowrap;
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #222;
    position: relative;
}

.list1 a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #102e98 ;
}
.list1 a:hover {
    color: #102e98;
}
.list1 a:hover::before {
    background: url(../img/ags_listicon_h.png) center no-repeat;
    background-size: cover;
}

.date {
    font-size: 14px;
    color: #999999;
}
.date em{
    font-size: 16px;
}
.list2 {
    margin-top: 40px;
}
.list2 li {
    width: 260px;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
}
.list2 li:hover img{
    transform: scale(1.2);
}
.list2 li a {
    width: 100%;
    display: block;
    position: relative;
}
.list2 li .time {
    position: absolute;
    bottom: 0;
    left: 20px;
    transform: translateY(50%);
    background: #102e98;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
}
.list2 li .time  span {
    line-height: 1.2em;
   
}
.list2 li .time .day {
    font-size: 18px;
    font-weight: 700;
}
.list2 li .time .year {
    font-size: 12px;
}


.list2 li:hover a,
.list2 li:hover .list-ti>div{
    color: #102e98;
}

.list2 li:first-of-type {
    padding-top: 0;
}
.list2 li .date {
    width: 80px;
    justify-content: center;
}
.list2 li .ti {
    flex-wrap: nowrap;
    font-size: 16px;
    height: 60px;
}


.list2 li .ti .text {
    width: 75%;
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    height: 100%;
}
.list2 li .ti .text p{
    position: relative;
}
.list2 li .ti .text::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #2696d6;
}

.list2 li .date em {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #102e98;
    white-space: nowrap;
}
.list2 li .date p {
    text-align: center;
    font-size: 24px;
    color: #102e98;
    line-height: 50px;
    justify-content: center;
    background: #eeeeee;
    
}
.list-ti {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px;
    background: #fff;
}
.list-ti div {
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
    min-height: 42px;
}
.list-ti p {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    color: #666;
    min-height: 63px;
}
.list2 li a {
    font-size: 14px;
    color: #333;
}
.list2 li a:hover>p {
    text-decoration: underline;
}
.list2 li a>p {
    width: 75%;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 42px;
    position: relative;
}
.list2 li a>p::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background:#ddd;
}
.data .yy-dd{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #5ab9c4;
    text-align: center;
}
.data .day {
    color: #e7ab54;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background: #fff;
}

.conbox {
    width: 100%;
    margin: 20px auto 0;
    max-width: 1280px;
}
.conbox .ti {
    color: #333;
}
.conbox .contitle {
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}
.conbox .bd {
    overflow-x: hidden;
}
.list3 li {
    width: 100%;
    line-height: 39px;
}
.list3 a {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    color: #111;
    position: relative;
    transition: all .3s;
}
.list3 a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    width: 9px;
    background: url(../img/ags_listicon.png) center no-repeat;
    background-size: cover;
    transition: all .3s;
}
.list3 a:hover {
    color: #2696d6;
}
.list3 a:hover::before {
    background: url(../img/ags_listicon_h.png) center no-repeat;
    background-size: cover;
}
.list3 a p {
    width: 80%;
}
.list3 a .date{
    color: #999;
    font-size: 14px;
}

.imgtext p {
    font-size: 14px;
    color: #444;
    margin: 10px 0;
    line-height: 1.5em;
    transition: all .5s ease-in-out;
}
.sanbox {
    text-align: right;
}
.sanbox i{
    width: 0;
	height: 0;
    border-left: 20px solid transparent;
	border-bottom: 20px solid #102e98;
    transition: all .5s ease-in-out;
    
}
.conlist2>li{
    width: 49%;
}
.smallfont {
    font-size: 13px;
    line-height: normal;
    text-align: center;
}
.listleft {
    width:240px;
    background: #eee;
}
.listleft p{
    height: 80px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 24px;
    background: #102e98;
    text-align: center;
    position: relative;
    transition:  all .3s;
    box-sizing:border-box;
    padding-left: 15px;
}

.listleft p span{
    display: inline-block;
    position: relative;   
}

/* .listleft p span::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #fff;
} */

/* .listleft .p-bor {
    border-radius: 5px;
} */
.listleft p i {
    display: none;
    position: absolute;
    font-family: fangsong;
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all .3s;
}
.listleft p  .i-trans {
    transform: translateY(-50%) rotate(90deg);
}
.subnav {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
    /* background: #d8dce5; */
}



.subnav li {
    position: relative;
    transition:  all .3s;
    /* border-bottom: 1px solid #102e98; */
}
.subnav li>a{
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    position: relative;
    transition: all .3s;
}
.subnav li>a::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    height: 5px;
    width: 5px;
    transform: translate(-50%,-50%);
    background: #999;
    transition: all .3s;
}

.subnav li>a span {
    position: relative;
}
/* .subnav li::before, 
.subnav li::after{
    content: '';
    position: absolute;
}

.subnav li::before {
    left: 0;
    height: 100%;
    width: 0%;
    transition: all .3s;
    background: #1787A3;
} */
/* .subnav li:hover {
    -webkit-box-shadow: 0 5px 12px 0 rgb(124 124 124 / 30%);
    -moz-box-shadow: 0 5px 12px 0 rgba(124,124,124,0.3);
    box-shadow: 0 5px 12px 0 rgb(124 124 124 / 30%);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
} */
.subnav li:hover , 
.subnav .selected{
    background: #fff;
    
}
.subnav li:hover>a, .subnav .selected>a {
    color: #1742d9;
}
.subnav li:hover>a::before, .subnav .selected>a::before {
    /* display: block; */
    background: #1742d9;
}
/* .subnav li:hover::before , .subnav .selected::before {
    width: 100%;
    z-index: 1;
} */
.subnav li:hover .arr ,.subnav .selected  .arr,
.subnav .selected .subnav-item {
    display: block;
}
.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/ags_bannerbg.jpg) center no-repeat;
    background-size: initial;
    background-position-y: -139px;
    width: 100%;
} */
.listright {
    width: 100%;
    max-width: 970px;
    background: #fff;
    padding: 0 20px 40px;
    box-sizing: border-box;
}
.listright .ti {
    align-items: center;
    border-bottom: 2px solid #ccc;
}
.bor-t {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 2px solid #102e98;
    margin-bottom: -2px;
    padding-right: 20px;
    display: inline-block;
}

.subnav2 {
    font-size: 13px;
    color: #000;
}
.subnav2 a {
    margin: 0 5px;
}
.subnav2 a:hover ,.subnav2 .selected{
    color:#102e98;
}

.comtentlist ,.piclist {
   margin-top: 20px;
}
.comtentlist li{
    border-bottom: 1px dashed #ccc;
    padding-left: 25px;
    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;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background: #6f81c1;
    border: 4px solid #e7eaf4;
    transform: translateY(-50%);
    border-radius: 50%;
}
.comtentlist li:hover a{
    color:#102e98;
    transform: translateX(5px);
}
.rolelist li {
    width: 48%;
    transition: all .3s;
    margin-top: 40px;
    background: #d9e5f1;
    /* border-radius: 5px;
    overflow: hidden; */
}

.rolelist li .img-box-re{
    width: 30%;
}

.role-card .img-box-re {
    width: 14%;
}

.rolelist li .card  ,
.role-card .card{
    width: 70%;
    box-sizing: border-box;
    padding: 20px;
}

.rolelist li a p,
.role-card p {
    padding: 10px 0;
    text-align: center;
}
.rolelist li:hover {
    box-shadow: 0 5px 10px #ccc;
    transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.rolelist .name ,
.role-card .name{
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
}
.rolelist .name a:hover ,
.role-card .name a:hover{
    color: #102e98;
}
.rolelist .name em,
.role-card .name em {
    margin-left: 15px;
    font-size: 12px;
    align-self: flex-end;
    color: #102e98;
}
.rolelist .email ,
.role-card .email{
    margin-bottom: 5px;
}
.rolelist .email,
.rolelist .phone,
.role-card .email,
.role-card .phone{
    color: #333;
    font-size: 14px;
}

.rolelist .img-box-re {
    display: block;
}

.role-card {
    margin-top: 20px;
    box-shadow: 0 0px 7px #999;
    background: #d9e5f1;
    box-sizing: border-box;
    padding: 10px;
    /* border-radius: 5px; */
}



.role-link {
    margin-top: 15px;
    font-size: 14px;
    color: #102e98;
}
.role-link:hover {
   text-decoration: underline;
}



.piclist li {
    width: 100%;
    transition: all .3s;
    background: #eee;
}
.imgbox {
    overflow: hidden;
    width: 100%;
    height: 200px;
    background: #ccc;
    font-size: 12px;
}
.imgbox img {
    transition:all .3s;
}

.piclist li a {
    width: 100%;
    box-sizing: border-box;
}
.piclist .text {
    width: 100%;
box-sizing: border-box;
padding: 15px;
}


.piclist .text p{
    font-size: 18px;
    color: #222;
    min-height: 46px;
    transition: all .3s;
    text-align: left;

}
.piclist .text span {
    color: #999;
    font-size: 14px;
    transition: all .3s;
}

.piclist .img-box-re {
    padding-bottom: 66.66%;
}

.piclist li:hover {
    box-shadow: 0 0 15px #ccc;
}

.piclist li:hover .text p,
.piclist li:hover .text span{
    color: #fff;
}



#search {
    position: relative;
}

.search {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: absolute;
    right: -10px;
    bottom: -5px;
    transform: translateY(100%);
    display: none;
    z-index: 3;
}

.search form {
    height: 30px;
    display: flex;
    justify-content:  space-between;
}

.search input {
    width: 200px;
}

.search_show {
    z-index: 999 !important;
    opacity: 1 !important;
}

#searchForm  button,
.isearch{
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(ags_search-w.png) center no-repeat;
}
#searchForm  button {
	background: url(ags_search.png) center no-repeat;

}
#searchForm  button::after {
	border: none;
}

.container3 {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}


.bannerbox {
    width: 100%;
    text-align: center;
    background: #eeeeee;
    background-size: cover;
}


.list4 li a {
    color: rgba(255, 255, 255, .7);
    padding: 1px;
    transition: all .3s;
    text-align: center;
    font-size: 20px;
    position: relative;
    overflow: hidden;   
}
.list4 li a>img {
    transition: all .3s;
}
.list4 li a:hover {
    color: rgba(255, 255, 255, 1);
}
.list4 li a:hover>img {
    transform: scale(1.2);
}
.list4 li a:hover .text {
    border: 1px solid rgba(255, 255, 255, 1);
}
.list4 li a:hover .icon  {
    opacity: 1;
}
.list4 li a span {
    display: inline-block;
    margin: 8px 0;
}
.list4 .text {
    justify-content: flex-start;
    position: absolute;
    width: 90%;
    height: 75%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(255, 255, 255, .7);
    transition: all .3s;
}
.list4 .text .icon {
    opacity: .7;
    margin: 0 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s;
}

.about {
    width: 840px !important;
    background: #102e98;
    color: #edf3fe;
    height: 274px;
    font-size: 14px;
}
.about h2{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-bottom: 15px;
}
.about p {
    line-height: 1.8em;
}

.about h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #edf3fe;
}

.about  a {
    width: 130px;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0;
    border: 1px solid #edf3fe;
    color: #edf3fe;
    border-radius: 5px;
}

.about-text {
    width: 440px;
    height: 100%;
    box-sizing: border-box;
    padding:  20px 40px;
}
.callus {
    box-sizing: border-box;
    background: #102e98;
    padding: 20px 30px;
}
.callus .ti {
    color: #fff;
}
.callus .ti em {
    color: #3c9af1;
}
.callus .contitle {
    border-bottom: none;
}

.calluscom {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.calluscom .imgs {
    width: 24px;
}
.calluscom p {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}
.friendbox {
    width: 100%;
    background: #ceddec;
}
.friend {
    width:98%;
    max-width: 1280px;
    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 {
    color: #333;
    margin: 0 10px;
}
.friend span {
    color: #333;
}
.links {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    
}
.friends a:hover {
    text-decoration: underline;
}
.links img {
    margin-left: 10px;
}

.bannerbox {
    position: relative;
}
.bannertext {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    z-index: 10;
    background: rgba(0, 0, 0, .7);
}
.titlebox {
    width: 70%;
    text-align: left;
}
.bannertext a{
    display: none;
    color: #fff;
    font-size: 16px;
}
.bannertext .swiper-pagination {
    top: 50%;
    right: 20px !important;
    transform: translateY(-50%);
}
.bannertext a:first-of-type {
    display: block;
} 
/* #swiper2 .swiper-pagination {
    bottom: 10px !important;
}
#swiper2 .swiper-pagination .pag {
    border: none;
    background: rgba(0, 0, 0, .3);
}
#swiper2 .swiper-pagination  .pag:hover {
    background: #e60012;
}
#swiper2 .swiper-pagination  .pag-active {
    border: none;
    background: #e60012;
} */

#swiper2 .img-box-re {
    padding-bottom: 66.66%;
}

.roll ul li{
    width: 48%;
    margin-right: 20px;
    float: left;
}
.roll ul li:hover a{
    color: #2696d6;
}
.roll .img {
    position: relative;
    overflow: hidden;
}
.roll .img img {
    width: 100%;
    transition: all .5s ease-in-out;
}
.roll a {
    transition: all .3s;
}
.roll a:hover {
    color: #2696d6;
}
.roll a:hover .img img {
    transform: scale(1.1);
}
.roll .img .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,141,211,.8);
    padding: 5px 10px;
    color: #fff;
}
.roll li {
    width: 290px;
    margin-right: 40px;
}
.roll li a>p {
    height: 50px;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}
.roll li a>p::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    left: 0;
    background: #102e98;
    box-sizing: border-box;
}
.roll a:hover>p::before {
    background: #2696d6;
}
.itembox {
    height: 250px;
}
.itembox a{
    height: 50%;
    width: 50%;
    flex-direction: column;
    transition: all .3s;
}

.itembox a:hover {
    box-shadow: 2px 3px 15px rgba(255, 255, 255, .8) inset;
}

.itembox a:nth-of-type(2n) {
    border-left: 1px solid rgba(255, 255, 255, .3);
    margin-right: -1px;
}
.itembox a:nth-of-type(n+2){
    margin-top: -1px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.itembox a p {
    margin-top: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.blue {
    background: #2696d6;
}
.dark-blue {
    background: #102e98;
}
.machine-list {
    margin-top: 40px;
}
.machine-list li{
    width: 48%;
    margin-bottom: 40px;
}
.machine-list li .imgs {
    width: 200px;
    height: 150px;
    border: 1px solid #999;
    background: #ccc;
    transition: all .3s;
    cursor: pointer;
}
.machine-list li .imgs:hover {
    border: 1px solid #102e98;
}
.machine-list li .img_re {
    padding-bottom: 100px;
}
.machine-msg {
    width: 75%;

}
.machine-list .machine-name {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #222;
    display: block;
}
.machine-list .machine-name:hover {
    color: #102e98;
}
.contact {
    word-break: break-all;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}
.contact p{
    margin-top: 10px;
}
.contact em {
    display: inline-block;
    white-space: nowrap;
}
/* .machine-list .btns {
    text-align: right;
} */
.machine-list a:last-of-type {
    width: 50%;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    color: #fff;
    background: #102e98;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
}
.machine-list a:last-of-type:hover {
    box-shadow: 1px 3px 7px #102e98;
}
.machine-list a:last-of-type:active {
    background: #102e98;
    box-shadow: 1px 3px 7px #102e98;
}


.machine-list .img-box {
    background: #eee;
    height: 300px;
    text-align: center;
}
.machine-list .img-box img {
    height: 100%;
}
.subnav3 {
    display: flex;
    margin: 20px 0;
}

.subnav3 a {
    margin-right: 20px;
    transition: all .3s;
    background: #95C2FB;
    color: #fff;
    position: relative;
    border-radius: 5px;
    white-space: nowrap;
    width: 50%;
    text-align: center;
}
.subnav3 a:last-child {
    margin-right: 0;
}
.subnav3 a::before {
   opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    border-left: 10px solid transparent;
    border-top: 10px solid #95C2FB;
    border-right: 10px solid transparent;
    transition: all .3s;
  
}
.subnav3 a:hover, .subnav3 .selected {
    background: #102e98;
}
.subnav3 a:hover::before,.subnav3 .selected::before {
    border-top: 10px solid #102e98;
    opacity: 1;
}
.subnav3-box {
    min-height: 700px;
}
.subnav3-box>div {
    display: none;
    margin-top: 40px;
}
.subnav3-box>div:last-of-type {
    display: block;
}
.audio-list {
    flex-wrap: wrap;
    margin-top: 20px;
}
.audio-list li{
    width: 31%;
    margin-bottom: 20px;
    margin-right: 27px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s;
}
.audio-list li:nth-of-type(3n) {
    margin-right: 0;
}
.audio-list li a {
    width: 100%;
}
.audio-list li a .imgs {
    width: 100%;
    height: 200px;
    background: #ccc;
    color: #fff;
}
.audio-list li p {
    padding: 10px 0;
    text-align: center;
    background: #666;
    color: #fff;
    transition: all .3s;
}
.audio-list li:hover {
    border: 1px solid #102e98;
}
.audio-list li:hover p {
    background: #102e98;
    color: #fff;
}

/* .audio-list li a .imgs img {
    width: 100%;
    height: 100%;
} */
.picnew-list {
    margin-top: 20px;
}
.picnew-list li{
    width: 100%;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}
.picnew-list .imgs {
    width: 200px;
    height: 150px;
    background: #ccc;
}
.picnew-msg {
    width: 80%;
    margin-left: 20px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    padding: 10px;
}
.author p{
    margin-top: 5px;
    color: #ccc;
    font-size: 14px;
}
.picnew-msg>p:first-of-type {
    margin-top:0;
    font-size: 16px;
    color: #222;
}
.picnew-msg>div:nth-child(2) {
    font-size: 16px;
    color: #333;
}
.picnew-list li:hover {
    transform: translateY(-3px);
    box-shadow: 1px 3px 7px #666;
}
.picnew-list li:hover .picnew-msg {
    border-bottom: none;
}

#close {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    height: 36px;
    width: 36px;
}

.subnnav-item a{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 50px;
    position: relative;
    font-size: 14px;
    transition: all .3s;
}
.subnnav-item a::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.subnnav-item a:hover ,.subnnav-item .selected{
    color: #102e98;
    border-bottom: none !important;
}

.subnnav-item a:hover::before,.subnnav-item .selected::before{
    background: #102e98;
    
}

.aboutbg {
    padding-bottom: 66.66%;
}
.abouttext {
    margin-top: 20px;
}
.abouttext p {
    color: #333;
    font-size: 14px;
    line-height: 2em;
    line-clamp: 5;
    -webkit-line-clamp: 5;
}
.abouttext>div {
   text-align: right;
   margin-bottom: 20px;
}
.abouttext>div a {
    margin-top: 10px;
    color: #102e98;
    font-size: 14px;
}   
.abouttext>div a:hover {
    text-decoration: underline;
}
.steamlink {
    position: relative;
    overflow: hidden;
}
.steamlink>img{
    transition: all .5s ease-in-out;
}
.steamlink span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80%;
    width: 90%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .2);
    transition:  all .3s ease-in-out;
}   

.steamlink:hover>img{
    transform: scale(1.2);
}
.steamlink:hover>span {
    border: 1px solid rgba(255, 255, 255, .9);
    background: rgba(0, 0, 0, .5);
}


#back-old {
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
}
#back-old a {
    color: #fff;
    font-size: 14px;
    padding:0 10px;
}
#back-old a:hover {
    text-decoration: underline;
}

.subnav-item {
    display: none;
}
.subnav-item a{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 50px;
    position: relative;
    font-size: 14px;
    transition: all .3s;
}
.subnav-item a::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.subnav-item a:hover ,.subnav-item .selected{
    color: #102e98;
    border-bottom: none !important;
}

.subnav-item a:hover::before,.subnav-item .selected::before{
    background: #102e98;
    
}

.list2 li .imgs {
    padding-bottom: 66.66%;
}

.banner .img-box-re {
    height: 400px;
}

.list2 .img-box-re {
    padding-bottom: 66.66%;
    border-bottom: 2px solid #102e98;
}

.list2 .img-box-ab {
    overflow: hidden;
}

.list2 .img-box-ab  img {
    transition: all .3s;
}
.new  {
    margin-top: 20px;
}
.new li{
    margin-bottom: 20px;
}
.new li:last-of-type {
    margin-bottom: 0;
}
.new a {
    width: 100%;
    box-sizing: border-box;
    padding-left: 25px;
    transition: all .3s;
    position: relative;
}
.new a:hover p{
    color: #102e98;
}
.new a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background: #6f81c1;
    border: 4px solid #e7eaf4;
    transform: translateY(-50%);
    border-radius: 50%;
}

.new a p {
    width: 80%;
    font-size: 16px;
    color: #333;
    transition: all .3s;
}

.new a span {
    display: inline-block;
    color: #999;
    margin-right: 0;
    font-size: 14px;
    transition: all .3s;
}




.container2 .contitle{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.container2 .contitle p {
    width: 100%;

}
.container2 .contitle::before {
    left: 50%;
    transform: translateX(-50%);
}



.more a{
    margin-top: 40px;
    width: 150px;
    height: 40px;
    background: #8796cb;
    text-align: center;
    color: #fff;
    transition: all .3s;
    border-radius: 5px;
}
.more a:hover {
    background: #102e98;
    color: #fff;
}
.more em {
    margin-left: 5px;
    font-size: 18px;
}


.ny {
    height: 310px;
}
.comtent .ti{
    margin-bottom: 10px;
}

.top-link {
    margin-right: 10px;
}
.top-link a{
    color: #fff;
    padding: 0 10px;
    line-height: 1em;
    border-right: 1px solid #fff;
    font-size: 14px;
    white-space: nowrap;
}
.top-link a:last-of-type {
    border-right: none;
}
.top-link a:hover {
    text-decoration: underline;
}



/* 閫夐」鍗� */ 
.index_title_new {
    border-bottom: 2px solid #81a6d0;
}

.index_tabs_box .tabs_title {
	display: flex;
	padding-bottom: 0;
    position: relative;
}
.index_title_new .index_title i{
	content: '';
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 50%;
    height: 2px;
    background: #063e8d;
	transition: all .3s;
}

.index_tabs_box {
	width: 48.6%;
}
.index_tabs_box>div a:nth-child(2) {
	display: none;
}

.tabs_title span {
	line-height: 60px;
	font-size: 20px;
	transition: all .3s;
	color: #222;
	width: 120px;
	position: relative;
	cursor: pointer;
}
.tabs_title .tabs_cur {
	font-size: 24px;
	color: #102e98;
}


.tabs_comtent {
	position: relative;
	width: 100%;
	
}
.tabs_comtent .tabs_text{
	position: absolute;
	width: 100%;
}

.tabs_comtent .tabs_text:last-of-type {
	display: none;
}

.list_title{
    width: 80%;
    align-items: center;
}

.list_title a {
    width: auto;
    max-width: 90%;
    transition: all .3s;
}
.list_title img{
    margin-left: 10px;
}

.new_more {
    display: block;
}

.new_news_list li:hover a {
    color: #102e98;
}

.system {
    width: 678px;
    background: #d9e5f1;
    border-left: 2px solid #102e98;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
}   
.system::before {
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #102e98;
}
.system ul {
    width: 95%;
}
.system ul li {
    width: 49%;
}
.system ul li a {
    width: 100%;
    text-align: center;
    word-wrap: nowrap;
    border-radius: 30px;
    background: #eef3f7;
    color: #102e98;
    transition: all .3s;
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 14px;
}

.system ul li a:hover {
    color: #fff;
    background: #102e98;
}
.system ul li:last-of-type a,
.system ul li:nth-child(5) a{
    margin-bottom: 0;
}
.system-name {
    color: #102e98;
    writing-mode:vertical-lr;
}
.enter {
    width: 400px;
}

.enter a {
    width: 47%;
    height: 61px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 40px;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;   
    font-size: 16px;
    overflow: hidden;
    position: relative;
    background: #cfd5ea;
    color: #102e98;
    border: 1px solid #b7c0e0;
    transition: all .3s ease-in-out;
}

.enter a span {
    position: relative;
}
.enter a:nth-child(7n) {
    margin-bottom: 0;
}

.enter a:hover {
    box-shadow: 0 0 15px #b7c0e0;
}

.linkbg {
    height: 35px;
    width: 35px;
    margin-bottom: 2px;
    position: relative;
}
.linkbg img {
    position: relative;
}
.linkbg::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.enter a:hover .linkbg::before{
    transform: scale(5);
}
.special li,
.bannerbox2 a{
    width: 230px;
    height: 70px;
}
.bannerbox2 a {
    margin: 0 10px;
}
.special .img-box-re {
   height: 100%;
   width: 100%;
}

.bannerbox2 {
    position: relative;
    width: 100%;
}

.bannerbox2 .navigation {
    width: 110%;
}

.bannerbox2 .prev, .bannerbox2 .next{
    height: 40px;
    width: 40px;
    background: #cfd5ea;
    border-radius: 50%;

}

.bannerbox2 .prev:hover, .bannerbox2 .next:hover {
    background: #91BDEA;
}

.bannerbox2 div i {
    width: 11px;
    height: 17px;
    background: url(ags_arr2.png) center no-repeat;
}

.wap-toplink {
    margin-top: 20px;
    flex-wrap: wrap;
    display: none;
}
.wap-toplink a{
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
}

.nymian {
    margin: 40px 0;
}

.top-text {
    position: absolute;
    right: 0;
    top: 60px;
    height: 120px;
    width: 180px;
}
#roll {
    width: 100% !important;
    overflow: hidden;
}

.top-new li a{
    padding-left: 0;
}

.top-new li a::before {
    display: none;
}

.new-item{
    width: 400px;
}

.new-item .contitle {
    background: #cfd5ea;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    height: 50px;
    align-items: center;
}
.new-item .contitle p {
    font-size: 20px;
    font-weight: 700;
    color: #102e98;
}
.new-item .contitle::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    width: 100px;
    background: #102e98;

}
.item-img {
    width: 35%;
}
.item-1 {
    padding: 12px 0;
}
.item-1 .img-box-re {
    padding-bottom: 66.66%;
}

.item-1 .flexcol {
    width: 60%;
    justify-content: space-between;
    color: #222;
}

.col-4 {
    width: 305px;
    color: #fff;
    font-size: 18px;
}

.col-4 .img-box-re {
    padding-bottom: 40.33%;
   
}
.col-4 .img-box-ab {
    overflow: hidden;
    top: 0;
}

.col-4 .img-box-ab img {
    transition: all .3s ease-in-out;
}

.col-4:hover .img-box-ab img{
    transform: scale(1.2);
} 
.col-4 .link-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 1;
    text-align: center;
}

.col-4 .link-text p{
    margin-top: 10px;
    white-space: nowrap;
    line-height: 1.8em;
}
.callway {
    width: 40%;
    box-sizing: border-box;
    padding: 20px 0;
    padding-left: 20px;
    border-left: 1px solid #1f50fa;
}
.callway>*{
height: 100px;

}

.callway  .flexcol {
    font-size: 14px;
    color: #fff;
}

.callway  .flexcol img {
    height: 15px;
    margin-right: 10px;
}

.container2 {
    padding-bottom: 40px;
}



.banner2 {
    width: 100%;
    text-align: center;
}
#swiper3 .img-box-re{
    padding-bottom: 50.66%;
}
#swiper3  a{
    display: block;
}
.banner2 .swiper-slide {
    background: #ddd;
}
.banner2 .navigation {
    width: 110%;
}
.banner2 .navigation>div {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.banner2 .navigation>div i {
    width: 11px;
    height: 17px;
}
.banner2 .navigation>div:hover {
    background: #91BDEA;
}
.banner2 {
    margin-bottom: 40px;
}

.banner2-title {
    margin: 20px 0;
    color: #222;
    padding: 0 20px;
    
}
.banner2-more {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #666;
    border-radius: 5px;
    color: #666;
    transition: all .3s;
    margin: 20px auto;
    margin-top: 0;
}
#swiper3  a:hover .banner2-more{
    background: #102E98;
    color: #fff;
    border: 1px solid #102E98;
}
