/*公有样式开始*/
.w-1160 {
    width: 1160px;
    margin: 0 auto;
}

.w-1760 {
    width: 1760px;
    margin: 0 auto;
}

.hid{
    overflow: hidden;
}
/*公有样式结束*/

/*顶部导航栏开始*/
.ft-carousel .carousel-inner li img {
    width: 100%;
    height: 100%;
}

.top-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.top-nav .top-nav-left {
    display: flex;
    align-items: center;
}

.top-nav .top-nav-left img {
    width: 279px;
    height: 51px;
}
.top-nav .top-nav-right{
    position: relative;
}

.top-nav .top-nav-right>ul {
    display: flex;
}

.top-nav .top-nav-right>ul>li {
    width: 100px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}

.top-nav .top-nav-right>ul>li.active {
    background: #ff0000;
}

.top-nav .top-nav-right>ul>li.active>a {
    color: white;
}
.top-nav .top-nav-right>ul>li.active .drop-down{
    display: block;
}

.top-nav .top-nav-right>ul>li>a {
    color: #4c4a4f;
    font-size: 18px;
    font-weight: 800;
}
.top-nav .top-nav-right>ul>li .drop-down {
    position: absolute;
    top: 80px;
    left: 100px;
    background: #4c4a4f;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    z-index: 100;
    padding-left: 101px;
    display: none;
    width: 1020px;
}
.top-nav .top-nav-right>ul>li .drop-down li{
    margin-right: 41px;
    float: left;
}
.top-nav .top-nav-right>ul>li .drop-down li a{
    font-size: 14px;
    color: #d2ced5;
}
.top-nav .top-nav-right>ul>li .drop-down li:hover a{
    color: red;
}
/*顶部导航栏结束*/

/*图片轮播开始*/
.banner {
    height: 400px;
    width: 100%;
}

.shuffling {
    width: 100%;
    height: 450px;
    background: #464576;
}

.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}

.ft-carousel .carousel-item img {
    width: 100%;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 12px;
    height: 9px;
    background-color: #ddd;
    margin: 0 4px;
    border-radius: 40%;
    cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
    width: 35px;
    border-radius: 10px;
    background-color: #fff;
}

span.carousel-btn.carousel-prev-btn,
span.carousel-btn.carousel-next-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -61px;
}

span.carousel-btn.carousel-prev-btn {
    background: url(../img/homePage/left.png) no-repeat;
    background-size: 100% 100%;
    left: 190px;
    height: 70px;
    width: 70px;
    margin-top: -35px;
    display: none;
}

span.carousel-btn.carousel-next-btn {
    background: url(../img/homePage/right.png) no-repeat;;
    background-size: 100% 100%;
    right: 190px;
    height: 70px;
    width: 70px;
    margin-top: -35px;
    display: none;
}

/*图片轮播结束*/

/*主题内容开始*/
/*banner图开始*/
#banner {
    margin-bottom: 0;
}

#banner img {
    width: 300px;
    height: 180px;
}

#banner .slick-dots {
    bottom: 2px;
}

#banner .slick-dots li {
    height: 10px;
    margin: 0 3px;
    width: 10px;
}

#banner .slick-dots li .dots {
    background-color: #c2c3c5;
    border-radius: 50%;
    display: block;
    height: 10px;
    overflow: hidden;
    width: 10px;
}

#banner .slick-dots li.slick-active .dots {
    background-color: #e8211e;
}
/*banner图结束*/
/*floor1开始*/
.main .main-floor1 {
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
}

.main-floor1 .main-floor1-left {
    width: 720px;
}

.main .floor .title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0dddd;
    padding: 0px 23px;
    padding-bottom: 10px;
}

.main .floor .title span {
    font-size: 18px;
    position: relative;
    color: black;
}

.main-floor1 .main-floor1-left .floor1-left-content ul li a:hover span{
    color: red;
}

.main .floor .title span::before {
    content: "";
    background: red;
    display: inline-block;
    width: 5px;
    height: 16px;
    position: absolute;
    left: -11px;
    top: 2px;
}

.main .floor .title a {
    font-size: 14px;
    color: #858585;
}

.main-floor1 .main-floor1-left .floor1-left-content>ul {
    width: 400px;
    height: 180px;
    overflow: hidden;
}

.main-floor1-left .floor1-left-content .slick {
    width: 300px;
    height: 180px;
}

.main-floor1-left .floor1-left-content .banner-block {
    position: relative;
}

.main-floor1-left .floor1-left-content .banner-block span {
    position: absolute;
    bottom: 0px;
    text-align: left;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 30px;
    color: white;
    left: 0;
    line-height: 30px;
}
.main-floor1 .main-floor1-left .floor1-left-content{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.main-floor1 .main-floor1-left .floor1-left-content ul li{
    text-align: left;
}

.main-floor1 .main-floor1-left .floor1-left-content ul li a{
    display: flex;
    justify-content: space-between;
    padding:14.5px 13px 8.5px 3px;
    border-bottom: 1px solid #e6e6e6;
}
.main-floor1 .main-floor1-left .floor1-left-content ul li a span{
    font-size: 14px;
    color: #858585;
}
.main-floor1 .main-floor1-left .floor1-left-content ul li a span:nth-child(1){
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.main-floor1 .main-floor1-right{
    width: 411px;
}
.main-floor1 .main-floor1-right .content{
    margin-top: 27px;
}
.main-floor1 .main-floor1-right .content p{
    text-align: left;
    font-size: 14px;
    color: #858585;
    line-height: 25px;
}
/*floor1结束*/
/*floor2开始*/
.main-floor2 .main-floor2-left{
    width: 20px;
    line-height: 27px;
    background:  #cdcdcd;
    font-size: 18px;
    color: #2d2d58;
    padding: 29px 25px;
    display: block;
}
.main-floor2 .main-floor2-right ul li {
    float: left;
    width: 190px;
    height: 170px;

}
.main-floor2 .main-floor2-right ul li a img{
    width: 500px;
    height: 170px;

}
.main-floor2 .main-floor2-right ul li:nth-child(4){
    overflow: initial;
    width: 500px;
    height: 170px;
}

.main-floor2 .main-floor2-right{
    width: 1090px;
    overflow: hidden;
    height: 170px;
}
.main .main-floor2{
    display: flex;
    justify-content: space-between;
    margin:50px 0px;
}
/*floor2结束*/
/*floor3开始*/
.main .main-floor3{
    display: flex;
    justify-content: space-between;
}
.main .main-floor3 .main-floor3-item{
    width: 360px;
    height: 480px;
}
.main .main-floor3 .main-floor3-item ul{
    margin: 13px 0px;
    height: 290px;
    overflow: hidden;
}
.main .main-floor3 .main-floor3-item ul li{
    border-bottom: 1px solid #eceaea;
    text-align: left;
}
.main .main-floor3 .main-floor3-item ul li a{
    padding: 18px 0px;
    color: #858585;
    font-size:14px;
    width: 324px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-left: 5px;
}
.main .main-floor3 .main-floor3-item ul li:hover a{
    color: red;
}
.main .main-floor3 .main-floor3-item ul li:last-child{
    border-bottom:0px;
}
.main .main-floor3 .main-floor3-item img{
    width: 360px;
    height: 100px;
}
/*floor3结束*/

/*floor4开始*/
.main .main-floor4 .main-floor4-content{
    display: flex;
    justify-content: space-between;
    padding: 44px 23px;
    border: 1px solid #e0dddd;
    border-top: 0px;
}
.main .main-floor4 .main-floor4-content a:nth-child(1) img{
    width: 132px;
    height: 47px;
}
.main .main-floor4 .main-floor4-content a:nth-child(2) img{
    width: 230px;
    height: 47px;
}
.main .main-floor4 .main-floor4-content a:nth-child(3) img{
    width: 199px;
    height: 50px;
}
.main .main-floor4 .main-floor4-content a:nth-child(4) img{
    width: 154px;
    height: 50px;
}
/*floor4结束*/
/*主题内容结束*/

/*底部页脚开始*/
.footer {
    margin-top: 28px;
}
.footer .footer-floor1{
    background:#333333;
    overflow: hidden;
    padding: 32px 0px;
}
.footer .footer-floor1 .footer-floor1-left .footer-f1-left-item1 {
    margin-right: 40px;
}
.footer .footer-floor1 .footer-floor1-left>div {
    display: flex;
    flex-direction: column;
}
.footer .footer-floor1 .footer-floor1-left{
    display: flex;
    align-items: center;
    margin-left: 212px;
    margin-right: 75px;
}
.footer .footer-floor1 .footer-floor1-left,
.footer .footer-floor1 .footer-floor1-right{
    float: left;
}
.footer .footer-floor1 .footer-floor1-left img{
    width: 124px;
    height: 124px;
    margin-bottom: 13px;
}
.footer .footer-floor1 .footer-floor1-left span{
    color: #989898;
    font-size: 14px;
}
.footer .footer-floor1 .footer-floor1-right .footer-title{
    font-size: 16px;
    color:#cccccc ;
    margin-bottom:29px;
}
.footer .footer-floor1 .footer-floor1-right p{
    text-align: left;
    font-size: 14px;
    color: #777777;
}
.footer-floor2{
    background: #2a2a2a;
    font-size: 14px;
    color: #777777;
    padding: 27px 0px;
}
/*底部页脚结束*/

