* {
    padding: 0;
    margin: 0;
}
body {
    font-family: "微软雅黑", "黑体", "宋体";
}
a {
    text-decoration: none;
}
ul,
ol {
    list-style: none;
}
/*顶部*/
.top--bank{
    height: 106px;
}
.top{

    background: #ffffff;
}
.top{
    height: 70px;
    width: 3000px;
    position: fixed;
    z-index: 100;
    top:0;
    left: 50%;
    transform: translatex(-50%);
}
.top-body{
    width: 1300px;
    height: 60px;
    margin: 0 auto;
    position: relative;

}
.top-left{
    float: left;
    width: 600px;
    height: 60px;
}
.top-left dl{
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 20px;
}
.top-img{
    margin-top: 10px;
    float: left;
    height: 60px;
    width: 60px;
}
.top-img img{
    height: 100%;
    width: 100%;
}
.top-right{
    float: right;
    height: 54px;
}
.top-right a{
    color: #000000;
}
.top-right dl{
    font-size: 14px;
    position: absolute;
    padding-bottom: 26px;
    top: 15px;
    right:0px;
    animation: top-move 10s 2 alternate linear;
    cursor: pointer;
}
.top-right dl:hover{
    animation-play-state: paused;
}
@keyframes top-move{
    from{
        font-size: 14px;
        position: absolute;
        top: 15px;
        right:0px;
        transition: 2s;
    }
    to{
        font-size: 14px;
        position: absolute;
        bottom: 0;
        right:160px;
    }

}

.top-right>dd{
    margin-top: 47px;
    text-align: center;
}
.top-right>dd a{
    background:#ff4b43;
    padding: 3px 12px;
    color: #000000;
    font-size: 16px;
    transition: 2s;
}
.top-right>dd a:hover{
    background: rgba(128, 196, 255, 0.44);
}
/*.top-right dt:hover a{*/
/*    color: #d74f42;*/
/*}*/
/*导航栏*/
.footer,.head{
    background: #041e39;
}
.head{
    height: 36px;
    width: 3000px;
    margin: 0 auto;
    position: fixed;
    top: 70px;
    z-index: 200;
    left: 50%;
    transform: translatex(-50%);
}
.left-top,.right-top,.suit_li_bottom a{
    /*background:#ededed;*/
    /*background: rgba(114, 255, 243, 0.14);*/
    background:#d0d0d0;
    transition: 1s;
}

.ul1{
    margin: 0 auto;
    width: 1300px;
    height: 36px;
}
.ul1 a{
    color: #d0d0d0;
    transition: 1s;
}

.ul1>li{
    float: left;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    margin: 0 21px;
    position: relative;

}
.li0{
    /*width:100px;*/
}
.li1{
    /*width:160px;*/
}
.li2{
    /*width:160px;*/
}
.li3{
    /*width:160px;*/
}
.li4{
    /*width: 180px;*/
}
.li5{
    /*width: 130px;*/
}
.li6{
    /*width: 120px;*/
}
.li7{
    /*width: 120px;*/
}

.ul2{
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translatex(-50%);

}
.ul2 a{
    color: #ffffff;
    transition: 1s;
}
.ul2 li{
    background:rgba(0, 0, 0, 0.76);
    font-size: 15px;
    padding:0 15px;
    display: none;
    text-align: left;
    white-space: nowrap;

}

.ul1>li>a:hover {
    color: #ff4d5c;
}
.ul2 a:hover {
    color:#ff4d5c;
}
.ul1>li:hover .ul2 li{
    display: block;
}

/*轮播*/
#banner {position:relative; width:1300px; height:286px; border:1px solid #ededed; overflow:hidden;
    left:50%;
    transform: translatex(-50%);
    margin-bottom: 6px;
    border-top: none;
}
#banner_list img {border:0px;}
#banner_bg {position:absolute; bottom:0;background-color:#000;height:30px;filter: Alpha(Opacity=30);opacity:0.3;z-index:1000;cursor:pointer; width:1300px; }
#banner_info{position:absolute; bottom:0; left:5px;height:22px;color:#fff;z-index:1001;cursor:pointer}
#banner_text {position:absolute;width:120px;z-index:1002; right:3px; bottom:3px;}
#banner ul {position:absolute;list-style-type:none;filter: Alpha(Opacity=80);opacity:0.8; border:1px solid #fff;z-index:1002;
    margin:0; padding:0; bottom:3px; right:5px;}
#banner ul li { padding:0px 8px;float:left;display:block;color:#FFF;border:#e5eaff 1px solid;background:#6f4f67;cursor:pointer}
#banner ul li.on { background:#900}
#banner_list a{position:absolute;}

/*正文*/
.article{
    width: 1300px;

    margin: 0 auto;
}
.article>a{
    color: #000000;
    margin-left: 5px;
    margin-bottom: 5px;
    display: block;
    font-size: 26px;
    text-align: center;
    margin-top: 25px;
}


.article>dd{
    font-size: 36px;
    text-align: center;
    margin-top:20px;
}
.suit{
    /*margin-bottom: 20px;*/
}
.suit ul{
    margin-bottom: 5px;
    border: 1px #ededed solid;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.suit li{
    float: left;
    width: 323px;
    height: 350px;
    position: relative;
}
.suit ul li>a{
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    color: #000000;
    top: 40px;
    left: 50%;
    margin-left: -100px;
}
.suit ul li>a img{
    width: 100%;
    height: 100%;
}
.suit_li_bottom,.suit_li_bottom1,.suit_li_bottom2{
    position: absolute;
    width: 300px;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
    font-size: 13px;
}
.suit_li_bottom1{
    top: 270px;
    /*border: green solid 1px;*/
}
.suit_li_bottom2{
    top: 280px;
    /*border: 1px red solid;*/
}
.suit_li_bottom{
    top: 310px;
    font-size: 13px;
}
.suit_li_bottom a{
    padding: 9px 14px;
    color: #000000;
    transition: 1s;
}
.suit_li_bottom:hover a{
    background: #ff4b43;
    color: #fffdf5;
}
.news{
    width: 1300px;
    /*border: 1px #ededed solid;*/
    margin: 0 auto;
    height: 130px;
}
.newul{
    float: left;
    margin-left: 50px;
    margin-top: 10px;
}
.newul a{
    color: #000000;
    transition: 1s;
}
.newul li{
    border-bottom: 1px solid #ededed;
    width: 366px;
    margin-top: 10px;
    padding-bottom: 3px;
    font-size: 15px;
}
.newul a:hover{
    color: #fa2f24;
}

/*底部*/

/*contact*/
.contact{
    margin: 0 auto;
    border-top: 1px solid rgba(193, 193, 193, 0.51);
    height: 280px;
    width: 1300px;
    margin-top: 10px;
}
.contact-left{
    float: left;
    width: 400px;
}
.contact-left>dl{
    margin-top: 26px;
    font-size: 15px;
    font-weight: 600;
}
.contact-left>dd{
    margin-top: 2px;
    font-size: 14px;
}
.contact-left>a{
    color: #000000;
    font-size: 14px;
}
.contact-left>a:hover{
    color: #ff4d5c;
}
.contact-right{
    margin-top: 55px;
    float: right;
    width: 880px;

}
.contact-right>dl{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.contact-right>dt{
    text-align: center;
    line-height: 90px;
    font-size: 16px;
}
.contact-right>dd{
    text-align: center;
}
.contact-right>dd a{
    background:#ff4b43;
    padding: 15px 40px;
    color: #000000;
    font-size: 16px;
    transition: 2s;
}
.contact-right>dd a:hover{
    background: rgba(128, 196, 255, 0.44);
}
.hr-bottom{
    width: 2000px;
    margin: 0 auto;
    height:5px;
    border-bottom: 1px #ededed solid;
}
.footer{
    position: relative;
    height: 50px;
    left: 50%;
    transform: translatex(-50%);
}
.footer_body{
    width: 1300px;
    margin: 0 auto;
}
.footer-ul{
    float: left;
}
.footer-ul a{
    color: #d0d0d0;
    padding: 10px 20px 10px 0;
    /*float: left;*/
    transition: 1s;
}
.footer-ul li{
    float: left;
    color: #d0d0d0;
    line-height: 35px;
    padding: 0 5px;

    font-size: 13px;
}
.footer-ul li:hover a{
    color: #fa2f24;
}
.footer_body dl{
    display: block;
    width: 460px;
    height: 30px;
    position: absolute;
    bottom: 52px;
    right:0;
    overflow: hidden;
}
.footer-img{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10px;
    top:2px;
    /*animation: foot-im 10s infinite linear;*/
}
@keyframes foot-im{
    from{
        right: 10px;
    }
    to{
        right: 500px;
    }

}
.footer-img img{
    width: 100%;
    height: 100%;
}


/*article*/
.art-center{
    width: 1300px;
    position: relative;
    display: inline-block;
    left:50%;
    transform: translatex(-50%);
}
/*left*/
.art-center-left{
    width: 300px;
    float: left;
}
.art-center-left a{
    color: #000000;
}
.left-top{
    float: left;
    width: 300px;
    height: 36px;
    line-height: 36px;
    padding-left: 5px;
}
.left-top-ul1>a,.left-top-ul{
    float: left;
    width: 260px;
    height: 35px;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    border-bottom: 1px #ffa2a7 solid;
}
.left-top-ul1>a,.left-top-ul dl{

    font-size: 17px;
    line-height: 40px;
    font-weight: 600;
}
.left-top-ul2{
    display: none;
}
.left-top-ul1:hover ul{
    display: block;
}
.art-center-left ul{
    float: left;
}
.art-center-left ul a:hover{
    color: #ff2438;
}
.art-center-left ul li{
    width: 260px;
    height: 35px;
    margin:0 20px;
    line-height: 35px;
    border-bottom: 1px #ededed solid;
    font-size: 14px;
}

/*right*/
.art-center-right{
    width: 980px;
    margin-left: 18px;
    float: left;
    border: 1px #ededed solid;
    border-top: none;
}
.right-top{
    width: 980px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 35px;
}
.right-top>dl{
    float: left;
    margin-left: 5px;
}
.right-top>dd{
    float: right;
    margin-right: 5px;
    margin-top: 6px;
}
.right-top>dd a{
    color: #000000;
}
.art-ri-body{
    margin: 0 auto;
    width: 700px;
    margin-bottom: 20px;
}
.art-ri-body img{
    width: 700px;
}
.art-center-right>h3{
    text-align: center;
    border-bottom:1px #ededed solid ;
    height: 30px;
    line-height: 25px;
    width: 800px;
    margin-left: 100px;
    margin-bottom: 30px;
}
/*list-img*/

.art-center-right li{
    float: left;
    width: 323px;
    height: 350px;
    position: relative;
    padding-bottom: 20px;
}
.art-center-right ul li>a{
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -100px;
    color: #000000;
}
.art-center-right ul li>a img{
    width: 100%;
    height: 100%;
}
