::selection{ color:#fff; background:#000; }       
       
        @keyframes myfirst {
            0% {
                top: 30px;
                opacity: 0.5
            }

            100% {
                top: 0px;
                opacity: 1
            }
        }

        body {
            background-color: #f2f2f2;
        }

        .warp {
            position: relative;
            font-size: 12px;
        }

        .pic {
            width: 642px;
            margin: 0 auto;
            position: relative;
            padding-right: 35px;
            animation: myfirst 3s;
            -webkit-animation: myfirst 3s;
        }

        @media (max-width: 1024px) {
            .warp .pic {
                width: 100%;
                margin: auto;
                padding: 0;
                text-align: center;
            }

            .warp .pic img {
                width: 60%;
                margin: auto;
                padding: 0;
            }
        }

        @media (max-width: 768px) {
            .warp .pic {
                width: 100%;
                margin: auto;
                padding: 0;
            }

            .warp .pic img {
                width: 80%;
                margin: auto;
                padding: 0;
            }
        }

        .box1 {
            width: 240px;
            left: 50%;
            margin-left: -602px;
            top: 0;
            text-align: right;
            animation: myfirst 3s;
            -webkit-animation: myfirst 3s;
        }

        .box2 {
            width: 205px;
            top: 240px;
            margin-left: -654px;
            left: 50%;
            text-align: right;
        }

        .box3 {
            width: 220px;
            top: 540px;
            left: 50%;
            margin-left: -610px;
            text-align: right;
        }

        .box4 {
            width: 210px;
            top: 95px;
            left: 50%;
            margin-left: 422px;
            text-align: left;
        }

        .box5 {
            width: 265px;
            top: 475px;
            left: 50%;
            margin-left: 510px;
            text-align: left;
        }

        .box {
            position: absolute;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

        @media (max-width: 1024px) {
            .warp .box {
                position: relative;
                width: 100%;
                left: 0;
                top: 0;
                transition: all 0s;
                -webkit-transition: all 0s;
                opacity: 1;
                margin: 0 0 25px 0;
                text-align: center;
                padding: 0px;
            }
        }

        .warp .box h2 {
            font-size: 22px;
            line-height: 30px;
            color: #282828;
            margin-bottom: 12px;
            position: relative;
            /* top: -20px; */
            transition: all .5s;
            -webkit-transition: all .5s;

            /* opacity: 1; */
        }



        .warp .box1 img {
            display: block;
            width: 272px;
            position: absolute;
            right: -295px;
            top: 30px;
        }

        .warp .box2 img {
            display: block;
            width: 310px;
            position: absolute;
            right: -389px;
            top: 223px;
        }

        .warp .box3 img {
            display: block;
            width: 245px;
            position: absolute;
            right: -228px;
            top: -271px;
        }

        .warp .box4 img {
            display: block;
            width: 183px;
            position: absolute;
            left: -206px;
            top: -11px;
        }

        .warp .box5 img {
            display: block;
            width: 338px;
            position: absolute;
            left: -361px;
            top: -7px;
        }

        .news {
            background-color: #f2f2f2;
            padding: 0 0 5% 0;
        }

        .title {
            margin: 3% 0;
        }

        .news ul li:first-child {
            padding-top: 0;
        }

        .news ul li {
            padding-top: 60px;
            list-style: none;
        }

        .news ul li .date {
            font-size: 14px;
            color: #666;
            font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
        }

        .news ul li a {

            color: #282828;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            font-size: 18px;
            line-height: 30px;
        }

        .col-md-3 {

            background-color: #ff88ff;
        }

        .imgcp {
            width: 100%;

        }
        



        

        .footer .row {
            margin: 0;
        }
		.footer-ul li{
			list-style: none;
		}
		.footer-ul li dl dt{
			margin-bottom: 30%;
		}
		.footer-ul li dl dt a{
			color: #f2f2f2;
		}

		 .footer-ul li a{
			color:#aaa;
		}  

/*-------------搜索条css↓↓↓↓↓↓↓↓↓↓---------------------*/
        .search-bar {
            position: relative; 
            line-height: 1;
            background: #f0f0f0;
            border: 1px solid #f5f5f5;
            border-radius: 15px;
            position: relative;
            z-index: 310;
            margin-left: 5%;
        }
        .search-bar:hover {
        border-color: #22FF22;

        }
        .search-bar input:focus{ outline:none; }
        .search-bar .text{

            border: 0;
            color: #3a3a3a;
            text-indent: 15px;
            height: 30px;
            line-height: 30px;
            float: left;
            background: #f5f5f5;
            border-radius: 15px;

        }
        .search-bar .button{
            width: 35px;
            height: 30px;
            cursor: pointer;
            border: 0;
            overflow: hidden;
            position: absolute;
            background: #f5f5f5;
            padding-right: 10px;
            right: 0;
            top: 0;
            color: #353535;
            font-size: 0;
            z-index: 10;
            border-radius: 15px;
        }


.search-body{
    margin-bottom: 4%;
}
.search-body a{
    color:#444;
}
.search-body .cat{

}
.search-body .list{

}
.search-body ul{
    padding: 0;
    margin:0;
}
.search-body li{
    list-style: none;
    float: left;    
    margin: 0 10px;
}

.container-fluid .col{
        padding: 0 0.5rem;
        margin: 0.5rem 0;
    }


    
@media (min-width: 576px) {

    .container-fluid
    {
      padding: 0;


    }
}
@media (min-width: 992px) { 

    .container-fluid .row 
    {
      padding: 0 15%;

    }
    .container-fluid .form-search-bar
    {
          padding: 0 15%;
          margin:  0 0 12px 0;
    }

}

.carousel{
        padding-top: 75px;
}

/*最小宽度--就是大于1200会执行一面的代码*/
@media (min-width: 1200px) { 
    .carousel{
        padding-top: 100px;
    }
    
    
}

.card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.card-text {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}



