@charset "utf-8";
body{
    background: #ffffff !important;
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
}
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.ai-c{
    align-items: center;
}
.ai-s{
    align-items: flex-start;
}
.ai-e{
    align-items: flex-end;
}
.jc-sb{
    justify-content: space-between;
}
.jc-start{
    justify-content: flex-start;
}
.jc-end{
    justify-content: flex-end;
}
.jc-center{
    justify-content: center;
}
.box-sizing-border{
    box-sizing: border-box;
}
.flex-warp{
    flex-wrap: wrap;
}
.w100{
    width: 100%;
    overflow: hidden;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-30{
    margin-top: 30px;
}
.m-t-40{
    margin-top: 40px;
}
.m-t-50{
    margin-top: 50px;
}

.m-l-10{
    margin-left: 10px;
}
.m-l-20{
    margin-left: 20px;
}
.m-l-30{
    margin-left: 30px;
}
.m-l-40{
    margin-left: 40px;
}
.m-l-50{
    margin-left: 50px;
}

.m-r-10{
    margin-right: 10px;
}
.m-r-20{
    margin-right: 20px;
}
.m-r-30{
    margin-right: 30px;
}
.m-r-40{
    margin-right: 40px;
}
.m-r-50{
    margin-right: 50px;
}

.m-b-10{
    margin-bottom: 10px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-30{
    margin-bottom: 30px;
}
.m-b-40{
    margin-bottom: 40px;
}
.m-b-50{
    margin-bottom: 50px;
}

.p-l-10{
    padding-left: 10px;
}
.p-l-20{
    padding-left: 20px;
}
.p-l-30{
    padding-left: 30px;
}
.p-l-40{
    padding-left: 40px;
}
.p-l-50{
    padding-left: 50px;
}
.p-r-10{
    padding-right: 10px;
}
.p-r-20{
    padding-right: 20px;
}
.p-r-30{
    padding-right: 30px;
}
.p-r-40{
    padding-right: 40px;
}
.p-r-50{
    padding-right: 50px;
}
.p-t-10{
    padding-top: 10px;
}
.p-t-20{
    padding-top: 20px;
}
.p-t-30{
    padding-top: 30px;
}
.p-t-40{
    padding-top: 40px;
}
.p-t-50{
    padding-top: 50px;
}
.p-b-10{
    padding-bottom: 10px;
}
.p-b-20{
    padding-bottom: 20px;
}
.p-b-30{
    padding-bottom: 30px;
}
.p-b-40{
    padding-bottom: 40px;
}
.p-b-50{
    padding-bottom: 50px;
}
.padding-10{
    padding: 10px;
}
.padding-20{
    padding: 20px;
}
.padding-30{
    padding: 30px;
}
.padding-40{
    padding: 40px;
}
.padding-50{
    padding: 50px;
}
.position-fixed{
    position: fixed;
}
.position-fixed-top{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.position-fixed-bottom{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.position-rel{
    position: relative;
}
.position-abs{
    position: absolute;
}
.main{
    width: 1200px;
    margin: auto;
}
.header{
    height: 86px;
    background: rgba(0, 0, 0, 0.44);
}
.logo{
    width: 260px;
    height: 80px;
}
.logo img{
    height: 60px;
    margin-top: 12px;
}
.nav{
    width:800px;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
}
.nav li{
    width: 130px;
    height: 42px;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    overflow: hidden;
    margin: 0 10px;
}
.nav li a{
    width: 130px;
    height: 42px;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
}
.nav .current{
    background: #ff7f00;
    padding: 8px 20px;
    border-radius: 10px;
}
.banner-img{
    width: 100%;
    max-height: 666px;
}
.font-color-white{
    color: #ffffff;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.more-1{
    display: block;
    margin: auto;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: #909090 1px solid;
    color: #909090;
}
.more-1:after{
    content: "查看更多>>";
}
.more-1:hover{
    color: #ff6600;
    border: #ff6600 1px solid;
}

.more-2{
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
}
.more-2:after{
    content: "更多>>";
}
.more-2:hover{
    color: #ff6600;
    font-weight: normal;
}
.nav-news{
    overflow: hidden;
}
.nav-news a{
    color: #ffffff;
    text-decoration: none;
}
.nav-news a:hover{
    color: #ff6600;
    text-decoration: none;
}
/*index*/
.bm-list{
    width: 100%;
    overflow: hidden;
}

.bm-list .box{
    width: 350px;
    height: 440px;
    background: #2f3253;
}
.bm-list .box:hover{
    background: #ff7f00;
}
.bm-list .box img{
    width: 350px;
    height: 235px;
}

.roll-wrap:hover .control{
    display: block;
}

.roll-wrap{
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}
.roll-wrap .roll__list{

}
.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}
.roll_row .roll__list::after {
    clear: both;
}
.roll_row .roll__list{
    width: 9999px;
}
.roll_row .roll__list li{
    float: left;
    display: block;
    margin-right: 73px;
    width: 350px;
    height: 440px;
}
.control{
    position: absolute;
    top: 180px;
    display: none;
    padding: 10px 5px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}
.control:hover{
    background-color: rgba(0, 0, 0, .5);
}
.control.pre{
    left: 5px;
}
.control.next{
    right: 5px;
}
.enname{
    height: 49px;
    line-height: 49px;
    border-bottom: rgba(255, 255, 255, 0.16) 1px solid;
    font-size: 20px;
    text-align: center;
}
.cnname{
    height: 79px;
    line-height: 79px;
    font-size: 20px;
    text-align: center;
    width: 330px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.btn-bm{
    display: block;
    margin: auto;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: #ffffff 1px solid;
    text-align: center;
    color: #ffffff;
}
.newsbox{
    width: 570px;
    height: 280px;
    background: #3f4265;
}
.newsbox .title{
    height: 63px;
    border: rgba(255, 255, 255, 0.16) 1px solid;
    line-height: 63px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.aboutbox{
    width: 640px;
    height: 460px;
    border: #eeeeee 1px solid;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 20px;
    float: right;
    margin-top: 40px;
}
.aboutbox .info{
    width: 600px;
    height: 360px;
    overflow: hidden;
    border: #eeeeee 1px solid;
    margin: auto;
    box-sizing: border-box;
    padding: 20px 20px 20px 50px;
}
.aboutbox .about{
    line-height: 40px;
    color: #666666;
}

.linke{
    height: 62px;
    line-height: 62px;
    overflow: hidden;
}
.linke a{
    color: #ffffff;
}
.linke a:hover{
    color: #575757;
}
.linke a:after{
    content: '|';
    margin: 0 20px;
    color: #ffffff;
}
.linke a:last-child:after{
    content: '';
    display: none;
}
.w160{
    width: 160px;
    overflow: hidden;
}

.foot-box dt{
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}
.foot-box dd{
    line-height: 40px;
}
.foot-box a{
    color: #ffffff;
    text-decoration: none;
}


.ewm{
    text-align: center;
}
.fr{
    float: right;
}
.newlist li{
    height: 36px;
    width: 506px;
    color: #ffffff;
}
.newlist li .data{
    color: #8ba3d7;
}
.newlist a{
    font-size: 14px;
    color: #ffffff;
}
.newlist a:hover{
    color: #ff6600;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-14{
    font-size: 14px !important;
}
