

/* 关于我们 */
.cl::after{
    content: "";
    display: block;
    clear:both;
    visibility: hidden;
}
.about {
    width: 100%;
    height: 377px;
    background: #90a5fc;
    margin-top: 15px;
}

.about_title {
    text-align: center;
    padding: 40px 0 40px 0;
}

.about_title h4 {
    font-size: 20px;
    color: #fff;
}


.sort li{
	width:224px;
    float: left;
    margin: 10px 8px;
}
.sort li a{
display: block;
text-align:center;
    padding: 8px;
    border: 1px solid #8c9bfe;
    border-radius: 60px;}
.sort li:hover a {
    background: #8c9bfe;
    color: white;
}



.about_title h4 a {
    color: #fff;
}

.about_title h5 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 30px;
}

.about_content {
    height: 251px;
    border-top: 21px solid #7e93e6;
    border-left: 21px solid #7e93e6;
    border-right: 21px solid #7e93e6;
    color: #fff;
}

.content {
    width: 50%;
    height: 220px;
    background: #616fa9;
    padding: 34px 50px 0;
}

.content h3 {
    font-size: 18px;
    line-height: 30px;
}

.content p {
    padding-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.48);
}

.content a {
    display: block;
    width: 100px;
    height: 3px;
    background: #fff;
    margin-top: 33px;
    margin-bottom: 33px;
}

.ziliao {
    width: 50%;
    height: 220px;
    text-indent: 2em;
    background: #fff;
    color: #666;
    padding: 40px 20px 0;
    line-height: 30px;
}

.about-pic {
    height: 251px;
    border-bottom: 21px solid #e6e6e6;
    border-left: 21px solid #e6e6e6;
    border-right: 21px solid #e6e6e6;
}

.pic {
    width: 50%;
    height: 230px;
}

.pic img {
    width: 100%;
    height: 100%;
}

.ziliao2 {
    width: 50%;
    text-indent: 2em;
    background: #fff;
    color: #666;
    padding: 20px 20px 20px;
    line-height: 30px;
}

.adver {
    width: 100%;
    height: 200px;
    background: url(../images/guanggao1.jpg) no-repeat center;
}

.news-show {
    margin-bottom:20px;
    background: #fff;
    height: 260px;
    padding: 20px 0;
}
.news-show .nsjies:hover h4{
    color: #90a5fc;
    transition: all ease-in-out .3s;
    
}

.nspic {
    width: 327px;
    height: 220px;
}

.nspic img {
    width: 294px;
    height: 220px;
    margin-left: 30px;
}

.nsjies {
    width: 853px;
    height: 220px;
}

.nsjies h4 {
    font-size: 18px;
    color: #666;
    line-height: 70px;
    transition: all ease-in-out .3s;
}

.nsjies p {
    font-size: 12px;
    color: #757575;
    text-indent: 2em;
    line-height: 20px;
    padding-right: 30px;
}

.more {
    font-size: 14px;
    color: #757575;
    line-height: 90px;
}


/*banner*/
.slideBox .swiper-slide{
    /*background: url(../images/banner2.jpg)no-repeat center top;*/
    height: 550px;
}

/* 新闻列表 */

.news {
    background: #f8f8f8;
    padding-bottom: 172px;
}

.list1 {
    width: 610px;
    background: #fff;
}

.list1 ul li {
    width: 590px;
    height: 143px;
    margin: 0 auto;
    border-bottom: 1px dashed #ccc;
    padding: 20px 25px;
}

.list1 ul li:nth-child(3n) {
    border-bottom: none;
}

.data {
    width: 100px;
    height: 100px;
    text-align: center;
    border-right: 1px dashed #ccc;
}

.data h3 {
    font-size: 30px;
    color: #4c4c4c;
    padding-top: 20px;
}

.data p {
    font-size: 14px;
    color: #999;
}

.data_news {
    width: 420px;
    height: 100px;
}

.list1 li:hover .data_news h4 {
    color: #90a5fc;
    transition: all ease-in-out .3s;
}

.data_news h4 {
    font-size: 14px;
    color: #666;
    line-height: 53px;
    transition: all ease-in-out .3s;
}

.data_news p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.list2 {
    width: 570px;
    height: 430px;
}

.list2 img {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
}
/* 地图 */
.contact_us{
    position: absolute;
    top:-90px;
    left: 50%;
    margin-left: -600px;
}
.map {
    position: relative;
    background: #f8f8f8;
}

.connect {
    float: right;
    width: 570px;
    height: 101px;
    top: -110px;
    right: 327px;
}

.map_log {
    float: left;
    width: 350px;
    height: 450px;
    background: #fff;
    box-shadow: 0 4px 22px 2px rgba(45, 45, 45, 0.08);
    top: -100px;
    left: 360px;
    padding: 4px 20px 0;
}

.map_log h3 {
    font-size: 20px;
    color: #1a1a1a;
}

.map_log p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.map ul {
    margin-top: 15px;
}

.map ul li {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

.messageone input {
    width: 318px;
    height: 40px;
    color: #999;
    font-size: 14px;
    border: 1px solid #dedede;
    padding-left: 13px;
    margin-top: 10px;
}

.messageone textarea {
    width: 318px;
    height: 100px;
    color: #999;
    font-size: 14px;
    padding-left: 13px;
    margin-top: 20px;
    line-height: 30px;
    resize: none;
    outline: none;
    border: 1px solid #dedede;
	font-family:"微软雅黑";
}

.messageone button {
    width: 120px;
    height: 40px;
    border-radius: 10px;
    background: #90a5fc;
    font-size: 16px;
    color: #fff;
    border: none;
    float: right;
    margin-top: 10px;
}
/* 工程经典案例 */

.project {
    margin-top: 60px;
    margin-bottom: 70px;
}

.pc-slide {
    width: 1200px;
    margin: 0 auto;
}

.view .swiper-container {
    width: 1200px;
    height: 370px;
}

/* .swiper-wrapper
{
    width: 70%;
    height: 100%;
} */

.view .arrow-left {
    background: url(images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.preview .swiper-container {
    width: 1200px;
    height: 214px;
}

.preview .swiper-slide {
    width: 285px !important;
    height: 214px;
    cursor: pointer;
    margin-left: 20px;
}

.preview .swiper-slide:first-child {
    margin-left: 0px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
    height: 100%;
    width: 100%;
}

.preview .active-nav img {
    padding: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide .introduce p {
    font-size: 18px;
    color: #999;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}

.introduce h3 {
    font-size: 20px;
    color: #4c4c4c;
    text-align: center;
}

.introduce span {
    color: #999;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 25px;
}

.swiper-container .swiper-slide {
    position: relative;
}

.swiper-slide .introduce {
    position: absolute;
    right: 60px;
    top: 35px;
}

.popul {
    position: absolute;
    width: 475px;
    height: 140px;
    background: #90a5fc;
    right: 0;
    bottom: 46px;
    text-align: center;
    color: #fff;
    padding-top: 45px;
}

.popul p {
    line-height: 25px;
}

#platform {
    left: 130px !important;
}

.center {
   /* width: 252px !important;*/
}

.bottom {
    height: 25px !important;
}