.headerbg {
    height: 120px;
    width: 100%;
    background: url(../image/top_bg.jpg) center no-repeat;
    background-size:cover;
}
.header {
    width: 95%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
}
.logo {
    display: inline-block;
}
.tips {
    display: flex;
    align-items: center;
}
.tips>a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #165bb2;
    font-size: 18px;
    margin-right: 10px;
}
.tips>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #165bb2;
    border-radius: 5px;
    border: 3px solid #5baeda;
}
.isearch {
    display: none;
}
.nav {
    width: 100%;
    background:#f0f0f0;
    box-shadow: 0px 2px 4px #999;
    position: relative;
    z-index: 99999;
}
.nav ul {
    width: 1200px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}
.nav ul li {
    position: relative;
    width: 25%;
}
.nav ul li::before {
    display: none;
    content: ">";
    position: absolute;
    color: #000;
    right: 10px;
    top: 10px;
    font-size: 24px;
    font-family: fangsong;
    transition: all .3s;
}
.tran-li::before{
    transform: rotate(90deg);
}
.nav ul li .navbox {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    transform: translateY(100%);
    background: #fff;
    display: none;
    z-index: 99;
}
.navbox a {
    display: block;
    box-sizing: border-box;
    padding: 5px 20px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    transition: all .3s;
    border-bottom: 1px solid #ccc;
}
.navbox a:hover {
    color: #f23646;
}
.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: #222;
    transition: all .3s;
    line-height: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nav ul li:nth-child(1) a{
    border-left: none;
}
.nav ul li>a span {
    position: relative;
    z-index: 99;
}
.nav ul li>a::before,.nav ul li>a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    background: #f23646;
    z-index: 1;
}
.nav ul li>a::before{
    left: 50%;
}
.nav ul li>a::after{
    right: 50%;
}
.nav ul li>a:hover::before,
.nav ul li>a:hover::after,
.nav ul li .selected::before ,
.nav ul li .selected::after
 {
    width: 50%;
}

.nav ul li>a:hover,.nav ul li .selected {
    color: #fff;
}

.main {
    min-height: 527px;
    margin-bottom: 40px;
}

footer {
    width: 100%;
    background: #165bb2;
    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 {
    align-items: center;
    width: 100%;
    background: #165bb2;
}
.such {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    align-items: center;
}
.such  p {
    font-size: 14px;
    color: #fff;
    line-height: 2em;
    text-align: center;
}
.such a {
    color: #fff;
}
.such a:hover {
    text-decoration: underline;
}

.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 {
    width: 95%;
    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 {
    flex-wrap: nowrap;
}

.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 img {
    width: 100%;
    transition: all .3s;
}
.conlist1>div .swiper-slide img:hover {
    transform: scale(1.2);
}
.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
}

.conlist2>div {
    width: 380px;
    box-shadow: 3px 3px 8px #ccc;
    box-sizing: border-box;
    padding: 15px 5px;
}

.conlist2 .list2 li{
    cursor: pointer;
    flex-wrap: nowrap;
    border-bottom: 1px dashed #ccc;
}
.conlist2 .list2 li a {
    padding-left: 8px;
    width: 80%;
    line-height: 50px;
}
.conlist2 .list2 li .date {
    color: #999;
    margin-right: 0;
    width: auto;
}
.contitle {
   margin-bottom: 20px;
   border-bottom: 1px solid #ccc;
   padding-bottom: 10px;
   align-items: center;
}
.contitle .ti {
    font-size: 24px;
    font-weight: 700;
    color: #094295;
}
.contitle .ti em {
    font-size: 18px;
    color: #999;
}
.contitle .ti img {
    margin-right: 10px;
}
.conbox .contitle a {
    color: #165bb2;
    font-size: 14px;
    display: flex;
    align-items: center;
}


.contitle a{
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding:5px 10px;
    background: #f3f3f3;
    transition: all .3s;
    border-radius: 5px;
}
.contitle a:hover {
    color: #fff;
    background: #f23646;
}
.contitle a:hover i {
    color: #fff;
}
.contitle a i {
    font-size: 18px;
    height: 15px;
    width: 15px;
    margin-left: 1px;
    border-radius:8px;
    color: #333;
    font-style: normal;
    transition: all .3s;
}

.hot {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.hot .hotti {
    display: block;
    font-size: 16px;
    color: #000;
}
.hot:hover .hotti, .hot:hover .hotcon {
    color: #165bb2;
}
.hot .hotcon {
    margin-top: 5px;
    font-size: 12px;
    color: #555;
}

.list1 {
    justify-content: space-between;
}
.list1 li {
    line-height: 38px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ccc;
}


.list1 li a {
    flex-wrap: nowrap;
    width: 80%;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
    position: relative;
}
.list1 a:hover {
    color: #165bb2;
}
.list1 a:hover::before {
    background: url(404.png) center no-repeat;
    background-size: cover;
}

.date {
    font-size: 12px;
    color: #999999;
}
.date em{
    font-size: 16px;
}
.list2 li {
    box-sizing: border-box;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.list2 li .date {
    width: 20%;
    margin-right: 20px;
    padding: 0 5px;
    color: #165bb2;
    text-align: right;
    line-height: 1.5em;
    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 {
    font-size: 18px;
}
.list2 li a {
    display: block;
    font-size: 14px;
    color: #333;
    position: relative;
    line-height: 28px;
    box-sizing: border-box;
    padding-left: 15px;
    transition: all .3s ease-in-out;
}
.list2 li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #999;
    transition: all .3s ease-in-out;
}
.list2 li:hover a{
    color: #f23646;
}
.list2 li:hover a::before {
    border-left: 4px solid #f23646;
}
.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;
}

.container2 {
    width: 100%;
    background: #ececec;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 20px;
}
.conbox {
    width: 100%;
    margin: 20px auto 0;
    max-width: 1200px;
}
.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(404.png) center no-repeat;
    background-size: cover;
    transition: all .3s;
}
.list3 a:hover {
    color: #2696d6;
}
.list3 a:hover::before {
    background: url(404.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 #165bb2;
    transition: all .5s ease-in-out;

}
.conlist2>li{
    width: 49%;
}
.smallfont {
    font-size: 13px;
    line-height: normal;
    text-align: center;
}
.listleft {
    margin-top: 40px;
    width: 250px;
}
.listleft p{
    width: 250px;
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    color: white;
    font-size: 24px;
    background: #165bb2;
    text-align: center;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.subnav {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
    background: #f0f0f0;
    box-shadow: 0 0 15px #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.subnav li {
    position: relative;
    transition:  all .3s;
}
.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: #000;
    position: relative;
}
.subnav li>a::before {
    content: '';
    position: absolute;
    left: 15px;
    height: 5px;
    width: 5px;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0);
    transition: all .3s;
}
.subnav li>a span {
    position: relative;
}

.subnav li:hover {
    
}
.subnav .selected .subnav-item{
    display: block;
}
.subnav li:hover , .subnav .selected {
    background: #fff;
}
.subnav li:hover>a, .subnav .selected>a {
    color: #165bb2;
}
.subnav li:hover>a::before, .subnav .selected>a::before {
    background:#165bb2;
}

.subnav li:hover .arr ,.subnav .selected  .arr {
    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;
}


.listright {
    width: 75%;
    background: #fff;
    margin-top: 40px;
    padding: 0 20px 40px;
    box-sizing: border-box;
    box-shadow: 0 0 15px #eee;
    border-radius: 5px;
}
.listright .ti {
    align-items: center;
    border-bottom: 2px solid #ccc;
}
.bor-t {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 2px solid #165bb2;
    margin-bottom: -2px;
    padding-right: 20px;
}

.subnav2 {
    font-size: 13px;
    color: #000;
}
.subnav2 a {
    margin: 0 5px;
}
.subnav2 a:hover ,.subnav2 .selected{
    color:#165bb2;
}

.comtentlist ,.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 #165bb2;
	margin-left: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.comtentlist li:hover a{
    color:#165bb2;
    transform: translateX(5px);
}
.comtentlist li:hover::before{
    border-left: 5px solid #165bb2;
}
.rolelist {
    justify-content: flex-start;
}
.rolelist li {
    width: 160px;
    margin:0 27px 30px 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}
.rolelist li:nth-child(5n) {
    margin-right: 0px;
}
.rolelist li a {
    width: 100%;
}

.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;
    width: 100%;
    height: 200px;
    background: #ccc;
    font-size: 12px;
}
.imgbox img {
    transition:all .3s;
}
.piclist li p  {
    background: #ccc;
}
.piclist li:nth-child(3n) {
    margin-right: 0;
}
.piclist li:hover {
    border: 1px solid #165bb2;
}
.piclist li:hover p {
    color: #fff;
    background: #165bb2;
}
.piclist li:hover img {
    transform: scale(1.2);
}



.search {
    background: #fff;
    padding: 5px 10px;
    border-radius: 40px;
    border: 1px solid #ccc;
}

.search form {
    height: 30px;
    display: flex;
    justify-content:  space-between;
}

.search input {
    width: 300px;
}

.search_show {
    z-index: 999 !important;
    opacity: 1 !important;
}

#searchForm  button{
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(../image/search4.png) center no-repeat;
}

#searchForm  button::after {
	border: none;
}

.container3 {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}


.bannerbox {
    width: 100%;
    text-align: center;
    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-text {
    width: 440px;
    height: 100%;
    box-sizing: border-box;
    padding:  20px 40px;
}
.callus {
    box-sizing: border-box;
    background: #165bb2;
    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;
}
.friend {
    padding-top: 10px;
}


.friends {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    display: none;
    background: #fff;
}
.friends a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 40px;
    border-bottom: 1px dashed #cfcfcf;
    color: #000;
    transition: all .3s;
}
.friends a:hover {
    color: #e7ab54;
    transform: translateX(10px);
}
.friends a:last-of-type {
    border-bottom: none;
}

.bannerbox {
    position: relative;
}
.bannertext {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    padding: 10px 40px;
    z-index: 5;
    bottom: 0;
}
.bannertext a{
    display: none;
    color: #fff;
    width: 100%;
}
.bannertext a:first-of-type {
    display: block;
}
.bannertext .text-left {
    width: 80%;
}
.bannertext .text-right {
    color: #fff;
    font-size: 14px;
}
.bannertext .text-right {
    color: #fff;
    font-size: 14px;
}
.bannertext .text-right span{

}
#swiper2 {
    width: 480px;
}
#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;
}
.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: #165bb2;
    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: #165bb2;
}
.machine-list {
    margin-top: 40px;
}
.machine-list li{
    width: 100%;
    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 #165bb2;
}

.machine-msg {
    width: 75%;

}
.machine-msg  h3 {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.machine-msg  h3:hover {
    color: #165bb2;
    transition: all .3s;
    text-decoration: underline;
}
.contact {
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.contact p{
    margin-top: 10px;
}
.contact em {
    display: inline-block;
    white-space: nowrap;
}

.machine-list button {
    border: none;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 5px;
    border-radius: 8px;
    color: #fff;
    background: #165bb2;
    cursor: pointer;
    transition: all .3s;
}
.machine-list button:hover {
    box-shadow: 1px 3px 7px #165bb2;
}
.machine-list button:active {
    background: #165bb2;
    box-shadow: 1px 3px 7px #165bb2;
}

.subnav3 {
    display: flex;
    margin: 20px 0;
}

.subnav3 a {
    margin-right: 5px;
    padding: 10px 15px;
    transition: all .3s;
    background: #3694eb;
    color: #fff;
    position: relative;
    border-radius: 5px;
    white-space: nowrap;
}
.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 #3694eb;
    border-right: 10px solid transparent;
    transition: all .3s;
}
.subnav3 a:hover, .subnav3 .selected {
    background: #165bb2;
}
.subnav3 a:hover::before,.subnav3 .selected::before {
    border-top: 10px solid #165bb2;
    opacity: 1;
}
.subnav3-box {
    min-height: 700px;
}
.subnav3-box>div {
    display: none;
    margin-top: 20px;
}
.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 #165bb2;
}
.audio-list li:hover p {
    background: #165bb2;
    color: #fff;
}


.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: 40%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    height: 40px;
    width: 40px;
}
.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: #165bb2;
    border-bottom: none !important;
}

.subnav-item a:hover::before,.subnav-item .selected::before{
    background: #165bb2;

}

.img_R {
    position: relative;
}
.img_re {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
   }
.img_re img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

#swiper2 .img_re{
    height: 350px;
}

#swiper1 a {
    width: 100%;
}
#swiper1 a .img_re {
    padding-bottom:30.66%;
}


#roll>div:nth-child(2) {
    width: 380px;
}


#roll>div:nth-child(3) {
    width: 280px;
}

#swiper2 .next,#swiper2 .prev {
    border: none !important;
    line-height: 1em;
    transition: all .3s;
}
#swiper2 .next:hover,#swiper2 .prev:hover {
    color: #0280d0;
}
#swiper2 .navigation {
    width: 95% !important;
    color: #fff;
    font-family: fangsong;
    font-size: 18px;
}

.new-icon::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;

}

#swiper3 {
    margin-top: 20px;
}
#swiper3 .img_re {
    height: 80px;
}


.cia {
    background: url(../image/cia.jpg) center center no-repeat;
    background-size: 100% 100%;
    width: 371px;
    height: 308px;
    box-sizing: border-box;
    padding: 20px 50px;
    box-shadow: 5px 5px 8px #f2f6fb;
}

.cia h2 {
    font-size: 18px;
}

.about p{
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    line-height: 2.3;
}

.about p em {
    color: #222;
    margin:0 5px;
}
.look p{
    padding-left: 10px;
    color: #555;
    font-size: 14px;
}
.noshadow {
    box-shadow: none !important;
}

.links-ti {
    border: 1px solid #ccc;
    background: linear-gradient(#fff,#eee);
    position: relative;
    height: 45px;
}
.links-ti>div{
    font-size: 22px;
    font-weight: 700;
    background: #165bb2;
    position: relative;
    color: #fff;
    padding: 5px 20px;
    height: 45px;
    z-index: 1;
    box-sizing: border-box;
    margin-top: -5px;
    align-items: center;
}
.links-ti>div img {
    margin-right: 10px;
}
.links-ti>div img,
.links-ti>div span{
    position: relative;
    z-index: 3;
}
.links-ti>div::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #165bb2;
    transform: skewX(-30deg);
    top: 0;
    right: -30px;

}

.g-bg {
    width: 160px;
    height: 100%;
    background: #999;
    transform: skewX(-30deg);
    position: absolute;
    top: 0;
    left: 30px;
}
.links {
    display: flex;
    width: 100%;
}
.links li {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-left: 50px;
}
.links li  a {
    width: 200px;
}

#roll-link {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}


.weather {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: flex-end;
}

.weather>div{
    margin: 0 10px;
}

.weather>div img {
    margin-right: 5px;
}

.look+img {
    height: 120px;
    width: 120px;
}


.nav ul li .parent::before, .nav ul li .parent::after{width: 50%;}
.nav ul li .parent{color: #fff;}

#wp_paging_w50 ul li{border: none !important;}
#wp_paging_w50 ul li::before{border: none !important;}
.wp_paging li a{width: auto !important;}

.subnav .parent .subnav-item{
    display: block;
}
.subnav .parent {
    background: #fff;
}
.subnav .parent>a {
    color: #165bb2;
}
.subnav .parent>a::before {
    background:#165bb2;
}
.subnav .parent  .arr {
    display: block;
}
