/* banner轮播 */
.banner{
    width: 100%;
    height:350px;
}
.banner .slideBox{
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.banner .slideBox .hd{    
    bottom: 20px;
    width: 1400px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    z-index: 2;
}
.banner .slideBox .hd ul li{
    width: 15px;
    height: 15px;
    background: #fff !important;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.banner .slideBox .hd ul li.on{
    background: #004fa2 !important;
}
.banner .slideBox .bd,.banner .slideBox .bd ul li{
    width: 100% !important;
}
.banner .slideBox .bd ul{
    width: 100% !important;
}
.banner .slideBox .bd ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .slideBox .bd ul li a img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}

/* 动态信息 */

/* 通用标题 */
.home-title{
    margin-bottom: 20px;
    height: 34px;
    line-height: 34px;
}
.home-title .text-img img{
    width: 34px;
    margin-right: 10px;
    display: inline-block;
}
.home-title .text-img span{
    font-size: 30px;
    display: inline-block;
    
}
.home-title>a{
    font-size: 16px;
    color: #004fa2;
}

/* 焦点新闻 */
.news-pic{
    width: 700px;
    height: 450px;
}
.news-pic .slideBox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.news-pic .slideBox .hd{
    width: 80px;
    height: 12px;
    bottom: 18px;
    right: 10px;
    z-index: 5;
    position: absolute;
}
.news-pic .slideBox .hd ul li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff !important;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}
.news-pic .slideBox .hd ul li.on{
    background: #004fa2 !important;
}
.news-pic .slideBox .bd ul li{
    width: 100%;
    height: 450px;
}
.news-pic .slideBox .bd ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.news-pic .slideBox .bd ul li a img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-pic .slideBox .bd ul li a div{
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    z-index: 3;
    text-align: left;
    line-height: 50px;
    padding-left: 10px;
}
.news-pic .slideBox .bd ul li a div p{
    width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-text{
    width: 670px;
}
.news-text .news-tab{
    width: 100%;
    height: 45px;
    background: #e4e4e4;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.news-text .news-tab li{
    float: left;
    width: 50%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}
.news-text .news-tab li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-text .news-tab li.on,.news-text .news-tab li:hover{
    background: #004fa2;    
}
.news-text .news-tab li.on a,.news-text .news-tab li:hover a{
    color: #fff;
}

.news-text .news-list ul li{
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
    clear: both;
    overflow: hidden;
    line-height: 38px;
    height: 38px;
}
.news-text .news-list ul li i{
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    background: #004fa2;
    margin-right: 10px;
    margin-top: 17px;
}
.news-text .news-list ul li a{
    float: left;
    font-size: 16px;
    color: #494949; 
    width: 540px;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    text-align: left;
}
.news-text .news-list ul li a:hover{
    color: #004fa2;
}
.news-text .news-list ul li span{
    float: right;
    color: #8b8b8b;
}
.news-list ul{
    display: none;
}
.news-list ul.show{
    display: block;
}

/* 服务导航 */
.services-box>ul>li{
    float: left;
    width: 416px;
    height: 265px;
    box-shadow: 0 0px 10px 5px rgba(115, 115, 115, 0.1);
    background: #fff;
    border-radius: 6px;
    margin: 10px;
    margin-right: 20px;
    margin-bottom: 25px;
    padding: 12px;
}
.services-box>ul>li:nth-of-type(3n){
    margin-right: 10px;
    float: right;
}
.services-box .service-theme{
    width: 100%;
    height: 128px;
    border-radius: 6px;
    line-height: 128px;
    margin-bottom: 15px;
}
.services-box .service-theme .service-icon{
    float: left;
    margin-left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    margin-top: 35px;
}
.services-box .service-theme .service-icon img{
    width: 44px;
    margin: 10px auto;
}
.services-box .service-theme h2{
    display: block;
    float: left;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    width: 265px;
    text-align: center;
}
.services-box .service-theme a{
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff url(../images/arrow-gray.png) no-repeat center;
    background-size: 16px;
    margin-top: 50px;
    margin-right: 30px;
}
.services-box .service-theme a:hover{
    background: #004fa2 url(../images/arrow-white.png) no-repeat center;
    background-size: 16px;
}
.services-box .theme01{
    background: url(../images/service-bg-1.png) no-repeat center;
    background-size: cover;
}
.services-box .theme02{
    background: url(../images/service-bg-2.png) no-repeat center;
    background-size: cover;
}
.services-box .theme03{
    background: url(../images/service-bg-3.png) no-repeat center;
    background-size: cover;
}
.services-box .theme04{
    background: url(../images/service-bg-4.png) no-repeat center;
    background-size: cover;
}
.services-box .theme05{
    background: url(../images/service-bg-5.png) no-repeat center;
    background-size: cover;
}
.services-box .theme06{
    background: url(../images/service-bg-6.png) no-repeat center;
    background-size: cover;
}

.services-box .theme07{
    background: url(../images/service-bg-7.png) no-repeat center;
    background-size: cover;
}
.services-box>ul>li>ul{
    clear: both;
    overflow: hidden;
}
.services-box>ul>li>ul li{
    float: left;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 30px;
}
.services-box>ul>li>ul li a{
    font-size: 16px;
    color: #666;    
}

/**.services-box>ul>li>ul li:nth-of-type(even) a {
    padding-left: 10px;
  
}**/

.services-box>ul>li:nth-child(4)  >ul li:nth-child(1)  {
    width: 80%;
}


.services-box>ul>li:nth-child(5)  >ul li {
    width: 80%;
}

.services-box>ul>li:nth-child(7)  >ul li:nth-child(1)  {
    width: 80%;
}



.services-box>ul>li>ul li a:hover{
    color: #004fa2;
    text-decoration: underline;
}

/* 友情链接 */
.links ul li{
    float: left;
    width: 252px;
    height: 80px;
    margin: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0px 10px 5px rgba(115, 115, 115, 0.1);
    border-radius: 6px;
    overflow: hidden;
}
.links ul li:nth-of-type(5n){
    margin-right: 10px;
}
.links ul li a img{
    width: 100%;
    height: 100%;
}