html, body {
    font: 12px Arial, "微软雅黑";
    color: #929292;
    width: 100%;
    height: 100%;
    background: #fff;
}
body{
    overflow-x: hidden;
    min-width: 1200px;
}
* {
    padding: 0;
    margin: 0;
}

/*整体布局*/

.swiper-container{
    width: 100%;
    height: auto;
}
.swiper-button-prev,.swiper-button-next{
    display: none;
}

/*整体布局结束*/

/*logo*/
    .logo{
        position: fixed;
        font-size: 0;
        top: 2%;
        left: 5%;
        z-index:2;
        width: 70px;
        overflow: hidden;
        margin-left: -5px;
    }
.logo>a>img{
    display: inline-block;
    width:100%;
}
/*logo*/

/*轮播*/

#carouselExampleIndicators>.swiper-wrapper>.swiper-slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.carousel-caption{
    position: absolute;
    font-family: "LANEUP","HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: #fff;
    text-align: center;
}
.carousel-caption>h5{
    font-weight: 400;
    font-size: 30px;
}
.carousel-caption>p{
    font-weight: 400;
    font-size: 20px;
    margin-top: 15px;
}
.d-block{
    width:100%;
}
/*轮播*/

/*导航项目开始*/
#indexPage .module .content {
    position: absolute;
    top: 50%;
    width: 100%;
}
.content>.header{
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
}
.content>.header>.subtitle,.content>.header>.title{
    margin-left: 0;
}

#indexPage #mproject .content {
    margin-top: -15%;
}


#indexPage .content .header {
    padding-top: 0;
}
#indexPage #mproject .content> .header {
    width: calc(100% - 120px);
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}




.content .header p.title {
    color: #444;

}
.content .header p.title {
    /*font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";*/
    font-size: 22px;
    margin-left: 0;
    text-align: left;
}
#indexPage #mproject .content .header p.title, #indexPage #mproject .content .header p.subtitle {
    margin-left: 0;
}
.content .header p.subtitle {
    color: #c1c1c1;
    font-size: 16px;
}
.content .header p.subtitle {
    /*font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";*/
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0;
    text-align: left;
}

#category {
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: right;
    margin-top: -22px;
}

/*#indexPage #mproject #category {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 60px;*/
/*    display: block;*/
/*    margin-right: -30px;*/
/*    animation-name: fadeInUp;*/
/*}*/
a {
    text-decoration: none!important;
}

#category a {
    line-height: 16px;
    height: 16px;
    padding: 8px 16px;
    color: #616161;
    border: #d2d2d2 1px solid;
    margin-right: 2px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

#category a {
    font-size: 13px;
    color: #999;
    border: 0;
}
#category a {
    padding: 7px 27px;
    border: 0;
}

::-webkit-scrollbar {
    width: 11px;
}

#category a::before {
    position: absolute;
    width: 0;
    height: 1px;
    margin-top: 25px;
    margin-left: 0;
    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;
    background-color: #818181;
}
#category a::after {
    font-size: 10px;
    position: absolute;
    margin-top: 0;
    margin-left: 28px;
    content: "|";
    text-align: left;
    color: #c8c8c8;
}
#category a:last-child::after{
    content: "";
}
#category a:last-child{
    margin-right: 1% !important;
    padding-right: 0 !important;
}
#category a:hover::before {
    width: 30px;
}
#category a.active, #category a:hover {
    color: #333;
    border-color: transparent;
    background: transparent;
}

.content.layoutslider{
    margin-top: -100px;
}

/*导航项目结束*/

/*展示框样式开始*/

.showcase{
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.showcase>li{
    display:inline-block;
    width: 24%;
    margin-right: 1%;
    list-style: none;
    position: relative;
    /*height: 166px;*/
    overflow: hidden;
}
.showcase>li>a{
    display:block;
    width: 100%;
}
.showcase-box{
    width:100%;
    overflow: hidden;
    /*height:166px;*/
}
.showcase-box>.showcase_img>img{
    display:inline-block;
    width: 100%;
}
.showcase-box>.showcase_img>img{
    cursor: pointer;
    transition: all 0.6s;
}
.showcase-box:hover .showcase_img>img{
    transform: scale(1.4);
}

.showcase_img::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: rgba(0, 0, 0, 0);
}

.showcase-box:hover .showcase_img:after {
    background: rgba(0, 0, 0, 0.7);
}

.showcase_info{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    transform: translateY(30px);
    opacity: 0;
    align-items: center;
    justify-items: center;
    position: absolute !important;
    transition: all 0.36s ease 0s;
    background: transparent;
}

 .showcase-box:hover .showcase_info {
    transform: translateY(0px);
    opacity: 1;
}
.showcase_info>div{
    position: static;
    text-align: center;
    background: transparent;
    margin: 0 auto;
}

.showcase-title{

    font-size: 15px;
    /*font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";*/
    overflow: hidden;
    margin: 0 20px;
    padding: 20px 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;

}

.showcase-box:hover .showcase_info .showcase-subtitle {
    margin-top: 0;
    color: #b7b7b7;
}

.showcase-subtitle{
    /*font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";*/
    font-size: 13px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all ease-out .3s;
}
/*展示框样式结束*/

/*关于开始*/

p.title{
    /*font: 12px Arial, "微软雅黑";*/
    color: #444;
    font-size: 22px;
    margin-left: 14%;
    text-align: left;

}
p.subtitle{
    color: #c1c1c1;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 14%;
    text-align: left;
}
p.text{
    font-size: 13px;
    color: #848484;
    overflow: hidden;
    line-height: 26px;
    width: 70%;
    height: auto;
    max-height: 108px;
    text-align: left;
    margin-left: 14%;
}

a.more{
    cursor: pointer;
    margin: 40px auto 50px;
    font-size: 14px;
    line-height: 30px;
    display: block;
    width: 26%;
    height: 30px;
    text-align: center;
    text-indent: 0;
    color: #fff;
    border: #383838 1px solid;
    border-radius: 0;
    background-color: #383838;
    margin-left: 14%;
    transition: all ease-out .3s;
}

div.about{
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-items: center;
}
div.about>div{
    display: inline-block;
}
div.about>div.aboutImg{
    width: 50%;
    background:url("../../imags/关于/1.jpg") no-repeat 0 0;
    overflow: hidden;
    background-size: 100%;
}
div.about>div.aboutText{
    width: 49%;
    overflow: hidden;
}
a.more i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    text-indent: 0;
    color:#383838;
    /*transform: translate(0, 0);*/
    transition: all 0.3s ease-out 0s;
}
a.more:hover i {
    text-indent: 18px;
    color: #707070;
}


.fa-angle-right:before {
    content: ">";
    font-size: 20px;
}

/*关于结束*/

/*新闻开始*/
.news-box{
    height: 100%;
    background-image: url("../../imags/other/newsBk.jpg");
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-items: center;
}
.news-header{
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.news-header>p{
    font-size: 22px;
    text-align: left;
    color: #444;
}
.news-header>span{
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    color: #c1c1c1;
}
.newstitem {
    width: 168px;
    height: 400px;
    list-style: none;
    position: relative;
    margin-right: 80px;
    overflow: hidden;
}

.newstitem .newscontent{
    display:inline-block;
    width:100%;
}
.newstitem .newsbody .date{
    font-weight: inherit;
    display: block;
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
    color: #c0c0c0;
}
.newstitem .newsbody .date .year {
    transition: all 0.3s ease-out 0s;
    display:inline-block;
    width: 100%;
    text-align: center;
}

.newstitem .details {
    font-size: 0;
    line-height: 20px;
    display: inline-block;
    width: 45px;
    height: 20px;
    text-align: center;
    text-indent: 0;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.0);
    border-radius: 0;
    vertical-align: top;
    float: right;
    margin-top: -23px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}
.newstitem .details i {
    display: inline-block;
    text-indent: -10px;
    font-size: 24px;
    color: rgba(255, 255, 255, .0);
    width: 21px;
    height: 9px;
    margin-top: 15px;
    opacity: 0;
    background: url(../../imags/other/icon.png) 0 -119px no-repeat;
    transition: all ease-out .3s;

}
.news{
    text-align: center;
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding-left: 100px;
}
.news>li{
    display:inline-block;
    width: 20%;
    height: 400px;
    list-style: none;
    position: relative;
    margin-right: 5%;
    overflow: hidden;
}
.news::before {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    -webkit-margin-before: 3px;
    position:relative;
    top: 47px;
    transition: all 0.3s ease-out 0s;
}
.newstitem .newsbody .date::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    -webkit-margin-before: 3px;
    position:relative;
    top: 20px;
    transition: all 0.3s ease-out 0s;
}
.newstitem .title{

    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    margin-left: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.newstitem  .description{
    font-size: 12px;
    line-height: 25px;
    margin-left: 0;
    text-align: left;
    color: #999;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

.newstitem .newsimg {
    position: relative;
    top: 60px;
    overflow: hidden;
    width: 100%;
    max-width: 320px;
    height: 152px;
    background-image: url(../../imags/关于/1.jpg);
    background-position: center;
    background-size: cover;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.newstitem:hover .newsbody .date .year{
    color: #333;
}

.newstitem:hover .newsbody .date .details{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.newstitem:hover .newsbody .date .details i{
    opacity: 1;
    margin-top: 5px;
}
.newstitem:hover .title{
    margin-left: 10px;
}

.newstitem:hover .description{
    margin-left: 10px;
}
.newstitem:hover .newsimg{
    top: 69px;
}

.newstitem:hover .newsbody .date::after {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}



/*新闻结束*/


/*核心团队开始*/



.coreTeam-list{
    font-size: 0;
    width: 100%;
    display:inline-block;
}
.coreTeam-list>li{
    font-size: 0;
    padding:0;
    border:none;
    outline:none;
    width:23%;
    margin: 1%;
    cursor: pointer;
    display:inline-block;
}
.coreTeam-list>li>a{
    position: relative;
    display: inline-block;
    width:100%;
    font-size: 12px;
}
.coreTeam-list>li>a>div{
    display: inline-block;
    width:100%;
    overflow: hidden;
}
.coreTeam-list>li>a>div>img{
    display: inline-block;
    width:100%;
    transition: all 0.3s ease-out 0s;
}

.coreTeam-list>li>a>span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width:100%;
    height:0;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
}

.coreTeam-list>li:hover a>div>img{
    transform: scale(1.2);
}

.coreTeam-list>li:hover a>span{
    opacity: 1;
    height: 55px;
    /*transform: scale(1.2);*/
    background: rgba(0, 0, 0, 0.5);
}
.coreTeam{
    text-align: center;
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding-left: 100px;
}
.coreTeam-bg{
    width: 46%;
}
.coreTeam-bg>li{
    width:48%;
    display: inline-block;
}
.coreTeam-sm{
    width: 53.5%;
    /*margin-left: 1%;*/
}

/*核心团队结束*/

/*系统设计开始*/

.system{
    width: 100%;
    font-size: 0;
}
.system>li{
    display:inline-block;
    width: 21%;
    margin: 0 2%;
    /*background:indianred;*/
}

.system>li>a{
    position: relative;
    display:inline-block;
    width: 100%;
    height: 380px;
    text-align: center;
    overflow: hidden;
    /*padding-top: 56%;*/
}



/**/
.system-page{
    height:100%;
    background-image: url(../../imags/系统设计/背景图1.jpg);
    background-color: #fff;
    /*background-attachment: initial;*/
    /*background-position: center top !important;*/
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-items: center;
}
.system-page>div{
    margin-top: 100px;
}
.system-page>div>.news-header{
    margin-bottom:  90px;
}
.system>li>a>img{
    display:inline-block;
    width: 66%;
    margin-top: 1%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.system>li>a>h3{
    font-size: 15px;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.system>li>a>h3>span{
    display: block;
    background: rgba(0,0,0,0.2);
    width: 50px;
    height: 1px;
    margin: 0 auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.system>li>a>p{
    line-height: 28px;
    width: 90%;
    color: #848484;
    font-size: 13px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.system>li>a>span{
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: -20px;
    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: url(../../imags/other/more.png) -92px 0 no-repeat;
}

.system>li:hover a>img{
    margin-top: 20%;
}

.system>li:hover a>span{
    left: 50%;
    width: 70px;
    margin-left: -35px;
    background: url(../../imags/other/more.png) -10px 0 no-repeat;
}

.system>li:hover a>h3>span{
    width: 80px;
    background: rgba(0,0,0,0.4);
}



/*系统设计结束*/

/*联系我们开始*/
.contactUs-box{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background:url("../../imags/联系我们/背景图1.jpg");
}

.contactUs{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 50px 5%;
    text-align: left;
}
.contactUs>div{
    display: inline-block;
    vertical-align: top;
}
.contactUs>.contactUs-details{
    width: 40%;
}
.contactUs>.contactUs-form{
    width: 60%;
}
.contactUs-details>p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 24px;
    font-size: 13px;
    color: #989898;
    height: 24px;
    width: 100%;
    margin-bottom: 5px;
}
.wx{
    display: block;
    line-height: 24px;
    font-size: 13px;
    color: #989898;
    width: 100%;

}

.contactUs-form .inputtxt{
    font-family: Arial, "微软雅黑";
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    width: 30%;
    padding: 20px 0 20px 0;
    color: #666;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background-color: transparent;
    margin-right: 2%;

}
.contactUs-form .cont{
    width: 94%;
    height: 55px;
    resize: none;
    overflow: hidden;
}
.contactUs-form .inputsub{
    display: block;
    font-size: 14px;
    width: 100px;
    height: 30px;
    padding: 5px 0;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #cfcfcf;
    border: 1px solid #383838;
    background-color: #383838;
}
.contactUs-form .inputsub:hover {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.9);
}

/*联系我们结束*/

