﻿.p-center-w1200 {
    width: 1200px;
    overflow: hidden;
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
}
/*.block3-div {
    background-color: #f5f5f5;
    height: 340px;
}*/
.block1-title {
    text-align: center;
    height: 50px;
    background: linear-gradient(431deg, #dd4012 130px, #eee 0%);
    line-height: 50px;
    margin: 35px 0;
}
.block1-title span:first-child {
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
}
.block1-title span:last-child {
    float: right;
    margin-right: 20px;
    color: #666666;
    font-size: 16px;
}
.block1-title-main a{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
/*新闻*/
.news_con01{
    margin-top:30px;
}
.news_img_con{
    width:585px;
    height:352px;
    float:left;
}
.news_img_con p{
    height: 40px;
    width: 95%;
    line-height: 40px;
    background: #034f92;
    color: white;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    border-radius: 0 0 2px 2px;
    padding: 0 15px;
    background: rgba(3, 79, 146, 0.5);
}
.news_img_con p span{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_img_con img{
    display:block;
    width: 585px;
    height: 352px;
}
.news_wd_con{
    width: 583px;
    height:350px;
    overflow:hidden;
    float: left;
    margin-left: 30px;
    border: 1px solid #ddd;
}
.news_con02{
    margin-top:30px;
}
.news_con02 .news_wd_con:first-child{
    margin-left:0;
}
.news_wd_tit{
    border-top:2px solid #034f92;
}

.news_wd_tit h3{
    background: #034f92;
    width: 120px;
    height: 35px;
    line-height: 32px;
    text-align: center;
}
.news_wd_tit h3 a{
    color:white;
    font-size:18px;
}
.news_wd_tit div{
    background: #b2c4d4;
    width: 110px;
    height: 10px;
}
.news_top_con{
    padding:0 15px;
}
.news_top_tit{
    font-size: 16px;
    color: #034f92;
    height: 54px;
    line-height: 54px;
}
.news_top_tit a{
    display: inline-block;
    font-size: 18px;
    color: #094895;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 450px;
}
.news_top_tit span{
    float:right;
}
.news_top_des{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_list_con{
    padding:0 15px;
}
.news_list_con ul li{
    height:35px;
    line-height: 35px;
    font-size:16px;
}
.news_list_con ul li a{
    display: inline-block;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list_con ul li a:hover{
    color: #094895;
}
.news_list_con ul li span{
    float: right;
}
.news_line{
    height: 1px;
    background: #ddd;
    margin: 15px 0;
}
.news_more a{
    float: right;
    color: #dd4012;
    font-size: 14px;
    padding: 3px 0;
}



/*业务领域*/
.block3-div{
    margin-top:30px;
    margin-bottom: 40px;
}
.ywly_tab{
    float:left;
    width:219px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    height:400px;
}
.ywly_tab ul li{
    width:100%;
    height:79px;
    line-height: 80px;
    text-align:center;
    font-size:16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
}
.ywly_tab ul li.active{
    background: #034f92;
    position:relative;
}
.ywly_tab ul li.active a{
    color:white;
}
.ywly_tab ul li.active::after{
    content: "";
    width: 0px;
    height: 0px;
    border-width: 10px 13px 10px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #034f92;
    display: block;
    z-index: 999999;
    position: absolute;
    right: -26px;
    top: 27px;
}

.ywly_tab_item{
    float:left;
    width:980px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.ywly_tab_item img{
    display: block;
    height: 400px;
}
.ywly_wd{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 15px;
    left:0;
    right:0;
}
.ywly_wd h3{
    font-size:16px;
    padding: 0 15px;
}
.ywly_wd p{
    font-size:14px;
    line-height:28px;
    padding: 0 15px;
    margin-top:10px;
}

.block4-div{
    width:100%;
    background: #f5f5f5;
    padding: 40px 0;
}
.aboutUs{
    width:600px;
    float:left;
}
.aboutUs img{
    width:215px;
    height:235px;
    float:left;
}
.hTit{
    font-size:18px;
    padding:20px;
}
.aboutUs_wd{
    width: 385px;
    float: left;
    background: white;
    height:235px;
}
.aboutUs_wd p{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    padding: 0 20px;
    text-align: justify;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.detail{
    font-size:14px;
    background: #dd4012;
    color: white;
    padding: 8px 15px;
    margin: 15px 0 0 20px;
    display: inline-block;
}
.detail2{
    margin-left:20px;
}
.detail2:hover,
.detail2:hover{
    color:#dd4012;
}
.block4_r{
    float: left;
    width: 600px;
}
.block4_r_list{
    width: 290px;
    height: 113px;
    float: left;
    background: white;
    margin-left: 10px;
}
.mt{
    margin-top:10px;
}
.bg{
    background: url(../image/bg.jpg) 130px 19px no-repeat;
    height: 110px;
}
