.relative {
    position: relative;
}

html,
body {
    background: #fff !important;
}

.absolute {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.fz0 {
    font-size: 0;
}

.block {
    display: block;
}

.commW {
    width: 1200px;
    margin: 0 auto;
}

.tac {
    text-align: center;
}

.border {
    border: 1px solid #9f9fa0;
}

.mt20 {
    margin-top: 20px;
}


.mt15 {
    margin-top: 15px;
}

/* banner */
.caidan {
    overflow: hidden;
}

.commWs {
    width: 1160px;
    margin: 0 auto;
}

.color {
    background: linear-gradient(0deg, #e7e7e7 0%, white 100%);
    border-top: 8px solid #1e91f4;
}

.caidan li {
    overflow: hidden;
    font-size: 18px;
    padding: 10px 20px;
    color: #ffffff;
    font-family: "Adobe 黑体 Std";
    border-right: 2px solid white;
    border-bottom: 4px solid #e7e7e7;
    border-top: 2px solid #1e91f4;
}

.caidan li:first-child {
    background: #1e91f4;
    color: #ffffff;
}

.caidan li:hover {
    background: #1e91f4;
    color: #ffffff !important;
}

.caidan li:hover a {
    color: #fff;
}

.caidan li:first-child a {
    color: #fff;
}

/* 关于我们 */
.hrader_boxtop h2 {
    display: flex;
  
    color: #000;
   
    font-size: 38px;
    top: 0;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    font-weight: bold;
}

.jiej {
    text-align: center;
}
.hrader_boxtop h2::after {
    content: "";
    display: block;
    width: 200px;
    background: url(../img/right.png) no-repeat center center;
    background-size: 100%;
    margin: 0 10px;
}

.hrader_boxtop h2::before {
    content: "";
    background: url(../img/left.png)no-repeat center center;
    background-size: 100%;
    display: block;
    margin: 0 10px;
    width: 200px;
}

.hrader_boxtop {
    background: #f5f5f5;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    overflow: hidden;
}

.nav_xas {
    overflow: hidden;
}

.nav_xas li:last-child {
    float: right;
    width: 596px;
    height: 384px;
    background: url(../img/+_08.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.nav_xas li:last-child p {
    padding: 26px 33px;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 2px;

}

.button {
    display: table;
    background: #29323b;
    padding: 10px 50px;
    font-size: 18px;
    border: 1px solid #29323b;
    border-radius: 50px;
    margin: 10px auto;
    text-align: center;
}


.button span a {
    color: #fff;
}

/* 一上是头部 */
.main{
    overflow: hidden;
}

/* 自制小图标 */

.sjx{
    position: relative;
    padding-left: 15px;
    font-size: 16px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    display: block;

}
.sjx::after{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 11px solid #c1c1c1;
    border-bottom: 8px solid transparent;
}

/* 第一部分 */

.lun_w{
    width:663px;
    height: 353px;
}
.lun_e{
    width:510px ;
    height: 353px;
}
.lun_e h2{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #bfc0c0;
}
.lun_e h2::after{
    content: "";
    width: 5px;
    height: 24px;
    background: red;
    position: absolute;
    left: -10px;
    top: 5px;
    margin: 4px 0px;
}


.nacx{
    overflow: hidden;
}
.nacx li{
    margin-top: 20px;
}
.nacx li h3{
    font-size: 20px;
    margin: 10px 0;
}
.nacx li  h3 a{
    color: red;
    margin-top: 0;
}
.nacx li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    display: block;
}

.nacx li:first-child{
    margin-top: 0;
}

.nacx li:last-child{
    padding-bottom: 20px;
    border-bottom: 1px solid #bfc0c0;
}

.liex p{
    margin: 21px 0;
}

/* <!-- 集团动态 --> */
/* nav的共享部分↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.main  h2{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 7px 11px;
   
}
.main h2::after{
    content: "";
    width: 5px;
    height: 24px;
    background: #3878e3;
    position: absolute;
    left: 0px;
    top: 7px;
    margin: 4px 0px;
}
.iconw {
    position: relative;
    margin: 0px 25px;
}

.iconw::after {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    background: url(../img/news.png) center center no-repeat;
    background-size: 100% 100%;
}
.jituan_l:first-child{
margin:0 !important;
margin-bottom: 0;
}
/* nav的共享部分↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
/* ************************************** */

.brnner{
    overflow: hidden;
    border-bottom: 2px solid #3878e3;
}
.brnner span{
    display: block;
    padding: 13px 11px;
    font-size: 18px;
}
.border  p {
    margin: 28px 0;
}

.jituan_w{
    width: 790px;
    overflow: hidden;
    background: #eeeeee;
    padding: 0 45px;
}

.jituan_w h1{
   text-align: center;
   font-size: 30px;
   display: block;
   margin: 40px auto;
   font-weight: bold;
}

.jituan_w  p{
    margin: 20px auto;
    line-height: 30px;
    font-size: 18px;
}
.topx{
    margin: 20px auto;
    overflow: hidden;
    display: block;
}
.jituan_w .border{
    padding: 0 20px;
}
.jituan_l{
    width: 306px;
  
}
img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.urlimg{
    width: 100%;
    position: relative;
}
.urlimg i{
    position: absolute;
 
    left: 50%;
    transform: translate(-50%, 0%);
}
.topr{
    border: 2px solid #e1e1e1;
}
.jituan_l .chengc li{
    width: 133px;
    height: 50px;
    text-align: center;
}
.chengc{
    width: 270px;
    margin: 14px auto;
    overflow: hidden;
}
.chengc li{
    width: 131px;
    height: 52px;
    font-size: 18px;
    line-height: 50px;
    border: 1px solid #bfc0c0;
}
.chengc li:nth-last-child(4){
    border-top: none;
    border-left: none;
}
.chengc li:nth-last-child(3){
    border-top: none;
    border-right: none;
}
.chengc li:nth-last-child(2){
    border-bottom: none;
    border-left: none;
}
.chengc li:nth-last-child(1){
    border-bottom: none;
    border-right: none;
}
.chengc li svg{
    margin: -7px 0px;
}
.buttom{
    width: 276px;
    text-align: center;
    height: 50px;
    background: #317cec;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
}
.buttom a{
    color: #fff;
}
.feom_in{
    margin: 0 15px;
}
.feom_in label{
    padding: 0 5px;
}
.feom_in>p {
    margin: 19px auto;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #eceff3;
    border: 1px solid #4582f6;
}

.feom_in>p input {
    height: 40px;
    background: transparent;
    border: none;
}

.feom_in>p:last-child {
    background: #ea2e25;
    color: #fff;
    height: 50px;
    border: none;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.usk li{
    position: relative;
}
.usk li b{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    opacity: 0.6;
    z-index: 1;
    background: #0f35a3;
}
.usk li p{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    margin: 3px auto;
    /* transform: translate(-50%, 0%); */
    color: #fff;
    display: block;
}


.usk li:last-child{
    margin-top: 20px;
}
.ulxs{
    overflow: hidden;
    padding: 10px 10px;
    border: 1px solid #9f9fa0;
}
.ulxs li{
    margin: 4px 0px;
  
}
.ulxs li:nth-last-child(2n-1){
     float: right;
}
.ulxs li:nth-last-child(2n){
    float: left;
}

