@charset "utf-8";

.img-linkbox{
    width: 100%;
    height:140px;
    background: #dfe3ef;
}
.img-link{
    width: 1000px;
    margin: 0 auto;
}
.img-link ul li{
    width: 90px;
    float: left;
    margin: 20px 50px;
text-align:center;
}
.img-link ul li p{
    width: 90px;
    text-align: center;
    line-height: 20px;
}
.imglist{
     width: 90px;
    height: 80px;
     -webkit-transition: -webkit-transform 0.2s ease-out;
            -moz-transition: -moz-transform 0.2s ease-out;
            -o-transition: -o-transform 0.2s ease-out;
            -ms-transition: -ms-transform 0.2s ease-out;

}
.imglist:hover{
   transform:rotateZ(360deg);
    -ms-transform:perspective(1400px) scale(1) rotateZ(360deg);
    -moz-transform:perspective(1400px) scale(1, 1) rotateZ(360deg);
    -webkit-transform:perspective(1400px) scale(1, 1) rotateZ(360deg);
}
.imglist img{
    width: 80px;
    height: 80px;
    -ms-interpolation-mode:bicubic;
}
.left{
    margin: 50px 0px 0 0;
    width: 760px;
    float: left;
   
}
.service{
    width: 100%;
   height: 475px;
     border-top:4px solid #3e4773;
    box-shadow:3px 7px 9px;
     float: left
}
.title{
     border-bottom: dashed #889cfd 1px;
}
.title p{
    line-height: 60px;
    color: #333;
    padding-left: 25px;
    font-size: 18px;
   
    
}
.title p a{
    float: right;
    font-size: 14px;
    color: #666;
}
.line{
    width: 40px;
    height: 4px;
    background: #3e4773;
    border:none;
    float: left;
    margin:-16px 0 0 25px;
}
.service-list{
    width: 339px;
    height: 171px;
    
    margin-left: 27px;
    margin-top:25px;
    float: left;
    
    
}
.cur1{
    background-color: #0072c6;
}
.cur2{
    background-color: #914f9b;
}
.cur3{
    background-color: #ca9c0d;
}
.cur4{
    background-color: #05aedf;
}
.link-list{
float: left;
    width:250px;
    height: 142px;
   
   
}
.link-list p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-left: 30px;
}
.link-list ul li{
    line-height: 32px;
    width: 115px;
   
    font-size: 14px;
    float: left;
margin:0 5px;

}
.link-list ul li a{
    color: #fff;
}
.link-more{
    float: right;
    width: 40px;
    margin-bottom: 10px;
}
.link-more a{
    color: #fff;
}
.service-img{
    width: 66px;
    height: 100px;
    margin: 35px 5px 0 16px;
    float: left;
   
}
.service-img img{
    width: 66px;
    height: 64px;
}
.service-img p{
    text-align: center;
    color:#fff;
    font-size: 24px;
    line-height: 36px;
}
.info{
    border-top: 4px solid #3e4773;
    width: 370px;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
    box-shadow: 3px 7px 9px;
min-height:340px;
}
.infolist{
    width: 320px;
    margin: 0 auto 30px auto;
}
.infolist ul li{
    line-height: 40px;
    border-bottom: 1px solid #dadada;
    
}
.infolist ul li img{
    margin-top: -10px;
    margin-left: 5px;
}
.infolist ul li p{
    float: right;
}
.right{
    float: right;
    width: 400px;
    margin-top: 50px;
    
}
.news{
    width: 100%;
     border-top:4px solid #3e4773;
    box-shadow:3px 7px 9px;
min-height:702px;
    
}
.news-list{
    width: 350px;
    margin: 16px auto 0 auto;
}
.news-img{
    width: 350px;
    overflow: hidden;
    height: 186px;
}
.news-img img{
    width: 350px;
    height: auto;
}
.news-list ul li{
    margin-bottom: 14px;
    float: left;
}
.news-list ul li a p{
   line-height: 28px;
   height:28px;
    color: #333;
}
.news-list ul li p{
     color: #333;
    line-height: 28px;
}
.news-list ul li span{
    font-size: 12px;
     color: #999;
}