/*引入字体*/
@font-face {font-family: 'FZCYSJW';  src: url('../fonts/cy/FZCYSJW.eot');  src: url('../fonts/cy/FZCYSJW.eot?#iefix') format('embedded-opentype'), url('../fonts/cy/FZCYSJW.woff') format('woff'), url('../fonts/cy/FZCYSJW.ttf') format('truetype'), url('../fonts/cy/FZCYSJW.svg') format('svg');  font-weight: normal;  font-style: normal;  }
.text-typeface{font-family: 'FZCYSJW';}
/*引入字体*/

/*整体设定*/
body{
    /*!*background-color: #f3f3f3;*/
}
ul,ol,li{
    display:block;
    list-style:none;
    padding:0;margin:0;
}
h1, .h1, h2, .h2, h3, .h3{
    margin: auto;
}
/*整体设定*/

/*主页*/
/*头部*/
.head{
    overflow: hidden;
}
/*顶端*/
.top{
    /*background-color: #FFFFFF;*/
    padding-bottom: 10px;
}
.top img{
    width: 88%;
}
.top .title{
    padding-top: 26px;
    padding-left: 0;
}
.top .title h2{
    font-size: 16px;
    color: #6ba8bf;
    margin-bottom: 8px;
}
.top .title h3{
    font-size: 15px;
    color: #7251e1b8;
}
.top .search{
    padding-top: 30px;
}
.top .search input{
    border-color: #6ba8bf;
}
.top .search button{
    background: #6ba8bf;
    color: #FFFFFF;
}
.top .search button:focus{
    outline: 5px auto #5097b0;
    background: #5097b0;
    border-color: #5097b0;
    color: #FFFFFF;
}

/*顶端*/

/*导航栏*/
.navigation{
    background-color: #7251e1;
}
.navigation li{
    padding: 0;
}
.navigation a{
    display: block;
    color: #FFFFFF;
    padding: 10px 0;
}
.navigation a:hover,.navigation li:hover{
    background-color: #5435bd;
    text-decoration: auto;
}
.navigation-hide{
    display:none;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    background: #7251e1;
    font-size: 10px;
}
.navigation li:hover>.navigation-hide{
    display:block;
}
/*导航栏*/

/*轮播*/

.fixing{
    position: relative;
}
.fixing .swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
}

.fixing .swiper-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
}

.fixing .swiper-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
}

.fixing .swiper-slide:nth-child(4n) {
    background-color: rgb(211, 122, 7);
}

.fixing .swiper-slide:nth-child(5n) {
    background-color: rgb(118, 163, 12);
}

.fixing .swiper-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
}

.fixing .swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
}

.fixing .swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
}

.fixing .swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
}

.fixing .swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
}
.fixing .swiper {
    height: 340px;
}
/*轮播*/
/*头部*/
/*产品展示*/
.product-display{
    /*background-color: #ffffff;*/
}
.product-display h2 ,.solution h2 ,.case h2 ,.profile h2,.product-list h2{
    margin: 10px 0 30px;
    padding-top: 40px;
}
.product-display ul,.product-display li{
    margin: 0;
    padding: 0;

}
.product-display a{
    color: #000000;
}
.product-display a:hover{
    text-decoration:none;
    color: #5097b0;
}
.product-display a:hover>.astrict>img{
    transform: scale(1.2);
}
.astrict{
    overflow: hidden;
    background-color: #ffffff;
}
.product-display img{
    width: 180px;
    transition: all 0.5s;
}
.product-display p{
    margin-top: 18px;
}

/*产品展示*/

/*解决方案*/
.solution ,.product-list ,.product-details{
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.solution ul,.product-list ul,.product-details ul{
    background-color: #6ba8bf;
    border-radius: 5px;
    padding: 40px 8px 95px;
    box-shadow: 7px 9px 20px 0px #ccc;
    border: 1px solid #ddd;
}
.solution li,.product-list li ,.product-details li{
    width: 100%;
}
.solution h2 ,.product-list h2{
    margin-top: 0;
}
.solution li a,.product-list li a,.product-details li a{
    background-color: #6ba8bf;
    color: #FFFFFF;
    margin-right: 0;
    border: 0;
    border-radius: 0;
}
.solution>ul>li.active>a,.product-list>ul>li.active>a,.product-details>ul>li.active>a{
    color: #FFFFFF !important;
    background-color: #4298b8 !important;
    border: 0 !important;
}
.solution>ul>li>a:hover,.product-list>ul>li>a:hover,.product-details>ul>li>a:hover{
    color: #4298b8;
    background-color: #d9edf7;
    border: 0;
}
.solution h4,.product-list h4,.product-details h4{
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.solution .tab-content img{
    max-height: 237px;
}
.solution .tab-content .caption{
    padding: 20px;
    box-shadow: 7px 9px 20px 0px #ccc;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    color: #333;
}
.solution .tab-content .caption:hover{
    color: #4298b8;
    text-decoration: auto;
}
.solution>.tab-content>.tab-pane>.text-center{
    padding-right: 0;
}
.solution .tab-content .caption h3{
    margin: 26px 0 20px;
}
.solution .tab-content .caption p,.product-list .thumbnail p{
    color: #737373;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 20px;
    text-indent: 2em;
}
.solution .small .row{
    margin: 0 0 10px;
}
.solution .small .row>div{
    padding-right: 0;
}
.solution .small img{
    max-height: 160px;
    padding: 0;
    max-width: 130px;
}
.solution .small h5{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.solution .tab-content .small .caption p{
    font-size: 14px;
    -webkit-line-clamp: 6;
    padding: 0;
}
@media only screen and (max-width: 990px){
    .small img{
        display:none;
    }
}
@media only screen and (max-width: 768px){
    .small{
        display:none;
    }
    .top input{
        width: 86%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 1em;
    }
}
/*解决方案*/
/*经典案例*/
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}
.case .swiper-container{
    padding-left: 5px;
}
.case .thumbnail{
    margin-bottom: auto;
}
.case .box img{
    width: 100%;
    height: auto;
}

/*经典案例*/
/*底部栏*/
.information{
    color:#F7F7F7;
    background:#303030;
    padding-top:8px;
    margin-top: 100px;
}
.information ul.col-md-offset-1.col-md-5{
    margin-top:16px;
    margin-bottom:10px;
    border-right: 1px solid #F7F7F7;
}
.big{
    font-size:16px;
}
.big span{
    color:#DC770B;
}
.information img{
    height:100px;
    width:100px;
}
.information ul.row.list-unstyled{
    margin-top: 15px;
}
/*底部栏*/
/*主页*/

/*公司简介*/
.profile p{
    text-indent: 2em;
    font-size: 16px;
}
.profile img{
    width: 100%;
}

.roll{
    width: 90%;
    height: 160px;
    position: relative;
    margin: 50px auto 0;
    overflow: hidden;
}
.roll-list{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    -webkit-animation: 20s move infinite linear;
    width: 200%;
}
@-webkit-keyframes move{
    0% {
        transform: translate(0,0);
    }
    100% {
        transform: translate(-100%,0);
    }
}
@keyframes move {
    0% {
        transform: translate(0,0);
    }
    100% {
        transform: translate(-100%,0);
    }
}
.roll:hover .roll-list {
    -webkit-animation-play-state: paused; /*动画暂停播放*/
}
/*公司简介*/
/*产品列表页*/
.product-list .thumbnail{
    box-shadow: 7px 9px 20px 0px #ccc;
    border: 1px solid #ddd;
    text-decoration: none;
}
.product-list .thumbnail h3{
    font-size: 20px;
    margin: 16px 0 10px;
}
.product-list .thumbnail p{
    padding: 0px;
}
/*产品列表页*/
/*产品详情页*/
.product-details{
    margin-top: 70px;
}
.product-details ul{
    box-shadow: none;
    border: none;
}
.product-details .tab-content .row{
    margin: auto;
    border: 1px solid #ccc;
}
.product-details .tab-content .row>div{
    margin: 10px;
}
.product-details .tab-content .row>div h3{
    margin-bottom: 20px;
    margin-top: 10px;
}
.product-details .particulars h3{
    margin-top: 10px;
    /* background-color: #6ba8bf; */
    padding: 10px;
    /* color: #fff; */
    border-left: 5px solid #6ba8bf;
    border-bottom: 2px solid #6ba8bf;
}
/*产品详情页*/

