@import url('./base.css');
.fl{float: left;}
.fr{float: right}

.row1{
    padding-bottom: 30px;
    border-bottom:3px solid #3c3b73
}
.dt{
    text-align: center;
}
.dt a{    
    overflow: hidden;
}
.dt span{
    height: 32px;
    color: #666;
    line-height: 32px;
    display: block;
    text-align: center;
}
.imga:hover {
	animation: gt 1s infinite linear;
}
 
@keyframes gt {
	0% {
		margin-top: -5px;
		/*margin-left: 0px;*/
	}
	25% {
		margin-top: -35px;
		/*margin-left: 10px;*/
	}
	50% {
		margin-top: -75px;
		/*margin-left: 20px;*/
	}
	75% {
		margin-top: -35px;
		/*margin-left: 10px;*/
	}
	100% {
		margin-top: -5px;
		/*margin-left: 0px;*/
	}
}
/* 公司简介 */
.In-mid{overflow: hidden;}
.box1 .tel {
    background: url(../../img/aboutus.jpg) left no-repeat;
    height: 36px;
    text-align: right;
}
.box1 .box1tex{
    margin: 10px;
    line-height: 2.7em;
}

.aboutus{
    height: 500px;
    background: #305dc3;
    background: -moz-linear-gradient(top, #fff  20%, #305dc3 20%); 
    background: -webkit-linear-gradient(top, #fff  20%,#305dc3 20%); 
    background: linear-gradient(to bottom, #fff  20%,#305dc3 20%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#305dc3',GradientType=1 );
}
.aboutr{margin-top:100px;color: #fff}
.aboutr p{line-height: 2.8em}
.aboutr .font{
    display: table-cell;
    vertical-align: middle;
    background: #f66505;
    text-decoration: none;
    text-align: center;
    padding: 5px 20px;
}
.aboutr .font a{color:#fff}
.box2{
    widows: 600px;
    height: 320px;
    overflow: hidden;}
.box2 .dt{
    margin-bottom: 1em;
    width: 190px!important;
    height: 144px!important;
}
.box2 .dt span{
    position: relative;
    bottom: 90px;
    left: 64px;
    width: 64px;
    height: 32px;
    line-height: 32px
}
a.dt3 span{
    
}
/* 业绩展示 */
.pro_tit {
    text-align: center;
    /* background: url(../../img/tit.png)no-repeat center 10px; */
    color: #888;
    font-size: 20px;
    height: 176px;
    position: relative;
    text-transform: uppercase;
}

.pro_tit h3 {
    color: #f30000;
    font-size: 26px;
}

.pro_tit a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #333;
    font-size: 14px;
}
.proshow .card{
    border: none;
    background: #fff;
}
.proshow .card-body{
    overflow: hidden;
}
.proshow .card-body ul{
    height:215px;
    overflow: hidden;
    zoom:1;
}
.proshow .card-body ul li{
    float: left;
    padding:0 1em;
}
.proshow .card-body ul li a{
    display: block;
}
.proshow .card-body ul li a .img{
    width:250px;
    height:188px;
    display: block;
    overflow: hidden;
    background-color: #eeeeee;
}
.proshow .card-body ul li a .img img{
    max-width: 100%;
    max-height: 100%;
}
.proshow .card-body ul li a .txt{
    display: block;
    line-height:30px;
    max-width: 250px;
    font-size:14px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.proshow .card-body ul li a:hover .txt{
    color:#e83e8c;
}
/* 资讯中心 */
.row4 > * > .d-flex{
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px #ececec;
    padding:1em;
    background:#fff
}
.row4 .dangjiangongzuo,
.row4 .tuanweihuodong{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}
.row4 .contact{
    width:625px;
}

.qqMap {
    width: 625px;
    height: 320px
}
.row4 > * > .d-flex > *{
    padding-right:1em;
    border-right: 1px dashed #e8e8e8;
    margin-right:1em;
}
.row4 > * > .d-flex > *:last-child{
    padding-right:0;
    border-right: none;
    margin-right:0;
}
.row4 .card{
    border:none;
    border-radius: 0;
    background: none;
}
.row4 .card-header{
    padding:0;    
    line-height: 40px;
    background: none;
    border-bottom: 2px solid #e5e5e5;
}
.row4 .card-header > h5{
    margin-bottom: 0;
    font-size: 18px;
    line-height: inherit;
    position: relative;
    padding: 0 1em;
}
.row4 .card-header > h5::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    width:100%;
    height:2px;
    background-color: #F89017;
    content: '';
}
.row4 .card-header > a{
    font-size: 14px;
    color: #999;
    margin-right: .7em;
}
.row4 .card-header > a:hover{
    color:#e83e8c;
}
.row4 .card-header > a > .la{
    width: 1em;
}
.row4 .card-body{
    padding: .5em;
}
.row4 .news{
    height:216px;
}
.row4 .news li{
    font-size: 14px;
    padding:.8em;
    border-bottom: 1px dashed #e8e8e8;
}
.row4 .news li > p{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
    width: 0;
}
.row4 .news li > span{
    font-size: 12px;
    color: #999;
    margin-left: 1em;
}
.row4 .contact .card-body{
    padding: 1em 0 0 0;
}
.row4 .contact .card-body > a{
    display: block;
}
.row4 .contact .card-body img{
    width:100%;
}
.row4 .contact .card-body > :nth-child(2){
    margin-top: .6em;
}

.row2{
    height: 250px;
    background: url(/static/img/badv.jpg) center center no-repeat;
}