.clearfix::before,
.clearfix::after {
    display: table;
    content: "";
}
.clearfix::after {
    clear: both;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
img {
    border: none;
}
body {
    width: 100%;
    height: 100%;
    min-width: 1400px;
    background: url("../../img/sxny/indexbg.png") no-repeat fixed;
    background-size: 100% 100%;
}
header {
    width: 1200px;
    height: 142px;
    margin: 0 auto 20px auto;
    position: relative;
}
header .head_top {
    width: 140px;
    height: 30px;
    line-height: 30px;
    display: flex;
    position: absolute;
    right: 0;
}
header .head_top a {
    flex: 1;
    justify-content: space-between;
    text-align: center;
    color: #88b7ff;
}
header .head_center {
    height: 142px;
    float: left;
}
header .head_center .head_cen_l,
header .head_center .head_cen_r {
    float: left;
}
header .head_center .head_cen_l {
    margin: 66px 0 0 65px;
}
header .head_center .head_cen_r {
    margin: 66px 0 0 32px;
}

.head_center img {
    perspective: 3000px;
    transform: scale(2) translateZ(500px);
    visibility: hidden;
    opacity: 0;
}
.head_cen_l img {
    animation: run 8s linear infinite;
}
.head_cen_r img {
    animation: run2 8s linear 1s infinite;
}
@keyframes run {
    10% {
        transform: scale(1.5) translateZ(500px);
        visibility: hidden;
        opacity: 0;
    }
    25% {
        transform: scale(1) translateZ(0px);
        visibility: visible;
        opacity: 1;
    }
    40% {
        transform: scale(1) translateZ(0px);
        visibility: visible;
        opacity: 1;
    }
    50% {
        transform: scale(1.5) translateZ(500px);
        visibility: hidden;
        opacity: 0;
    }
    51% {
        transform: translateX(-30px);
    }
    75% {
        transform: translateX(0px);
        visibility: visible;
        opacity: 1;
    }
    90% {
        transform: translateX(0px);
        visibility: visible;
        opacity: 1;
    }
    100% {
        transform: translateX(-30px);
        visibility: hidden;
        opacity: 0;
    }
}
@keyframes run2 {
    10% {
        transform: scale(1.5) translateZ(500px);
        visibility: hidden;
        opacity: 0;
    }
    25% {
        transform: scale(1) translateZ(0px);
        visibility: visible;
        opacity: 1;
    }
    40% {
        transform: scale(1) translateZ(0px);
        visibility: visible;
        opacity: 1;
    }
    50% {
        transform: scale(1.5) translateZ(500px);
        visibility: hidden;
        opacity: 0;
    }
    51% {
        transform: translateX(-40px);
    }
    75% {
        transform: translateX(0px);
        visibility: visible;
        opacity: 1;
    }
    90% {
        transform: translateX(0px);
        visibility: visible;
        opacity: 1;
    }
    100% {
        transform: translateX(-40px);
        visibility: hidden;
        opacity: 0;
    }
}
/*头部图片动画效果*/

header .head_right {
    height: 142px;
    margin-left: 63px;
    float: left;
    position: relative;
}
header .head_right .head_r_con {
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
}
header .head_right .head_search {
    width: 374px;
    height: 42px;
    float: right;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 12px;
}
header .head_right .head_search .search-txt {
    width: 280px;
    height: 40px;
    float: left;
    line-height: 42px;
    color: #aaaaaa;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding-left: 16px;
    border-radius: 5px 0 0 5px;
}
header .head_right .head_search .search-btn {
    float: left;
    width: 94px;
    height: 40px;
    background: #ff6c00 url("../../img/sxny/search.png") no-repeat 20px;
    border: 0;
    padding-left: 20px;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    color: #ffffff;
}
header .head_right .hot {
    width: 329px;
    height: 14px;
    padding-left: 6px;
    color: #ffffff;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
}
header .head_right .hot span {
    float: left;
}
header .head_right .hot ul {
    float: left;
    display: flex;
}
header .head_right .hot_txt li {
    float: left;
    margin-left: 12px;
    font-size: 14px;
}
header .head_right .hot_txt li a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

/*头部*/



footer {
    width: 100%;
    height: 305px;
    background: url("../../img/sxny/yw.png") repeat;
    margin-top: 31px;
    position: relative;
}
.footer_links {
    width: 100%;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../img/sxny/yqljbg.png") repeat;
    z-index: 9;
}
.links_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 67px 0 60px;
    box-sizing: border-box;
}
.links ul {
    position: absolute;
    top: calc(50% - 10px);
}
.links ul li {
    float: left;
    padding: 0 28px 0 28px;
    box-sizing: border-box;
    vertical-align: middle;
    height: 20px;
    border-right: 1px solid #75777a;
}
.firlink {
    color: #afb0b1;
}
.links ul li a {
    color: #ffffff;
}
.footer_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.footer_msg {
    width: 600px;
    margin: 86px auto 0 auto;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
    text-align: center;
}
.msg span {
    display: inline-block;
    margin-right: 14px;
}
.msg .finmsg {
    margin: 0;
}
.sydw {
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 23px;
}
/*底部*/


aside {
    position: absolute;
    top: 0px;
    right: -91px;
    z-index: 99;
}
aside ul li {
    width: 76px;
    height: 76px;
    border-radius: 5px;
    margin-bottom: 7px;
    position: relative;
}
aside ul li:first-child {
    background: #fff url("../../img/sxny/dh.png") no-repeat center 16px;
}
aside ul li:nth-child(2) {
    background: #fff url("../../img/sxny/wb.png") no-repeat center 16px;
}
aside ul li:nth-child(3) {
    background: #fff url("../../img/sxny/wx.png") no-repeat center 16px;
}
aside ul li:nth-child(4) {
    background: #fff url("../../img/sxny/APP.png") no-repeat center 16px;
}
aside ul li a {
    display: block;
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 120px;
}
aside ul li:nth-child(1) a{
    color: #5f91da;
}
aside ul li:nth-child(2) a{
    color: #e20632;
}
aside ul li:nth-child(3) a{
    color: #2cb50f;
}
aside ul li:nth-child(4) a{
    color: #0183ff;
}
.hover_box {
    width: 191px;
    height: 232px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 80px;
    top: calc(50% - 116px);
    transition: all .5s;
    z-index: 99;
    background: #fff;
    -webkit-background-size: 100%;
    background-size: 100%;
    border: 1px solid #e4e9f3;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.32);
    text-align: left;
}
.hover_box img {
    width: 159px;
    height: 162px;
    display: block;
    border: solid 1px #dddddd;
    margin: 13px 19px 8px 13px;
}
.hover_box .Arrow {
    float: left;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: calc(50% - 4px);
    right: -16px;
}
aside ul li:hover .hover_box {
    visibility: visible;
    opacity: 1;
    right: 100px;
    top: calc(50% - 116px);
}
.apphover_box {
    width: 191px;
    position: absolute;
    right: 80px;
    top: calc(50% - 214px);
    transition: all .5s;
    z-index: 99;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.32);
    border: 1px solid #ffffff;
}
.hovertop {
    margin: 13px 13px 6px 13px;
    text-align: center;
}
.hoverbot {
    margin: 0 13px 6px 13px;
    text-align: center;
}
.hovertop .firlin {
    display: inline-block;
    margin: 6px 0 13px 0;
    white-space:nowrap;
}
.hoverbot .firlin {
    display: inline-block;
    margin: 6px 0 13px 0;
    white-space:nowrap;
}
.apphover_box .hovertop span {
    margin-top: 4px;
}
.apphover_box img {
    width: 152px;
    height: 152px;
    display: block;
    border: 1px solid #e4e9f3;
    margin: 0 auto;
}
aside ul li:hover .apphover_box {
    visibility: visible;
    opacity: 1;
    right: 100px;
    top: calc(50% - 214px);
}
.apphover_box .Arrow {
    float: left;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: calc(50% - 4px);
    right: -16px;
}
.hover_box span {
    width: 140px;
    height: 33px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #404040;
}
.firlin {
    margin: 8px 0px 16px 18px;
}
.seclin {
    margin-left: 18px;
}
.main_imgbtns img {
    width: 496px;
    height: 90px;
}
/*侧边固定栏悬浮显示二维码*/
/*侧边栏*/
