/*
-----------------[产品中心]--------------*/
.ban{
    padding-top: 49px;
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
    color: #fff;
}


.ban .txt{
    overflow: hidden;
    padding-top: 147px;
    text-align: center;
}
.ban .txt h2{
    font-size: 60px;
}
.ban .txt span{
    display: block;
    margin-top: 14px;
    font-size: 36px;
    text-transform: uppercase;
}

.nav2{background-color: #f5f5f5;}
.nav2 .wp{max-width: 1100px;}
.nav2 ul{
    overflow: hidden;
}
.nav2 li{
    width: 14.28%;
    float: left;
}
.nav2 li > a{
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #333;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.nav2 li.on > a,.nav2 li > a:hover{color: #fff;background-color: #d0121c;}
.nav2 .down-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    border-top: 1px solid #e2e2e2;
    background-color: #eee;
}
.nav2 .down-box .box{
    max-width: 1040px;
    margin: 0 auto;
}
.nav2 .down-box .box1{
    max-width: 1080px;
}
.nav2 .down-box a{ 
    float: left;
    margin-left: 25px;
    width: 100px;
    display: block;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    color: #666;
}
.nav2.down{
    padding-bottom: 40px;
    position: relative;
}
.nav2 .down-box a.on,
.nav2 .down-box a:hover{
    color: #122a88;
    background-color: #fff;
}

.g-tit{
    text-align: center;
    font-size: 30px;
    color: #182a87;
    padding: 60px 0 17px;
}
.g-tit span{
    display: block;
    padding-top: 20px;
    font-size: 16px;
    color: #bcbcbc;
}
.m-hard .con{
    padding-right: 35px;
    margin-bottom: 52px;
} 
.m-hard .con > div{
    overflow-y: auto;
    max-height: 418px;
    margin-top: 12px;
}
.m-hard .con > div > div{
    display: none;
}
/* css3滚动条 */
.m-hard .con > div::-webkit-scrollbar {width:5px;height:5px;cursor: pointer;}
/* 两端按钮*/
.m-hard .con > div::-webkit-scrollbar-button{display: none;}
/*滚动条轨道背景颜色*/
.m-hard .con > div::-webkit-scrollbar-track-piece{background:#ddd;cursor: pointer;}
/*滚动条样式*/
.m-hard .con > div::-webkit-scrollbar-thumb{background:#d0121c;cursor: pointer;}
.m-hard table{

}
.m-hard .p1{
    margin-bottom: 21px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    color: #999;
    background-color: #f5f5f5;
}
.m-hard p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.m-hard .pic{margin: 15px 0;}

.m-download{
    overflow: hidden;
}
.m-download li{
    font-size: 16px;
    line-height: 20px;
    padding: 18px 0;
    color: #999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.m-download .l1{font-size: 20px;color: #fff;background-color: #182a87 !important;padding: 20px 0;}
.m-download li:nth-child(2n){background-color: #f8f8f8;}
.m-download li:nth-child(2n+1){background-color: #fff;}

.m-download li .wp{
    overflow: hidden;
    text-align: center;
}
.m-download li span{
    float: left;
    display: inline-block;
    width: 50%;
}
.m-download li span a{
    display: block;
    color: #999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.m-download li span a i{
    margin-left: 15px;
    display: inline-block;
    font-style: normal;
}
.m-download li em{
    float: right;
    display: inline-block;
    width: 18%;
}
.m-download li em a{
    width: 22px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/j-ico1.png) no-repeat center;
    -webkit-background-size: 22px 24px;
    background-size: 22px 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.m-download li:hover{color: #fff;background-color: #d0121c;}
.m-download li:hover a{color: #fff;}
.m-download li:hover em a{
    background: url(../images/j-ico1_on.png) no-repeat center;
}



/*
-----------------[系统解决方案]--------------*/
.m-scheme{
    margin: 22px 25px 24px;
}
.m-scheme li{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.m-scheme li:nth-child(2n+1) .pic{
    float: left;
}
.m-scheme li:nth-child(2n+1) .txt{
    right: 0;
}
.m-scheme li:nth-child(2n) .pic{
    float: right;
}
.m-scheme li:nth-child(2n) .txt{
    left: 0;
    background-position: left bottom;
}

.m-scheme li .pic{
    width: 40.9%;
}
.m-scheme li .pic span{
    display: block;
    position: relative;
    height: 0;
    padding-top: 66.66%;
    overflow: hidden;
}
.m-scheme li .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-scheme li:hover .pic img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.m-scheme li .txt{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 37px 45px 18px;
    width: 59.1%;
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.m-scheme li:hover .txt{
    color: #fff;
}
.m-scheme .li1:hover .txt{
    background-image: url(../images/ico1-bg.png);
    background-color: #182a87;
}
.m-scheme .li2:hover .txt{
    background-image: url(../images/ico2-bg.png);
    background-color: #46bdc0;
}
.m-scheme .li3:hover .txt{
    background-image: url(../images/ico3-bg.png);
    background-color: #8bc63e;
}
.m-scheme .li4:hover .txt{
    background-image: url(../images/ico4-bg.png);
    background-color: #c2282c;
}
.m-scheme .li5:hover .txt{
    background-image: url(../images/ico5-bg.png);
    background-color: #f6902e;
}
.m-scheme .li6:hover .txt{
    background-image: url(../images/ico6-bg.png);
}
.m-scheme li:hover .txt h4{color: #fff;}
.m-scheme li:hover .txt h4 span{color: #fff;}
.m-scheme li:hover .txt p{color: #fff;}
.m-scheme li .txt h4{
    font-weight: bold;
    padding-bottom: 18px;
    font-size: 24px;
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.m-scheme li .txt h4 span{
    font-weight: normal;
    padding-top: 9px;
    display: block;
    font-size: 14px;
    color: #666;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.m-scheme li .txt p{
    line-height: 36px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 180px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.m-scheme .li6:hover .txt h4{color: #000 !important;}
.m-scheme .li6:hover .txt h4 span{color: #666 !important;}
.m-scheme .li6:hover .txt p{color: #666 !important;}
.m-scheme li:hover .txt h4{color: #fff;}
.m-scheme li:hover .txt h4 span{color: #fff;}
.m-scheme li:hover .txt p{color: #fff;}

/*
-----------------[媒体中心]--------------*/
.g-tit.t1{padding: 77px 0 37px;}
.m-news li{
    overflow: hidden;
    border-bottom: 1px solid  #ddd;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-news li.on,.m-news li:hover{
    border-bottom: 1px solid  #fff;
    background-color: #f5f5f5;
}
.m-news .box{
    overflow: hidden;
    position: relative;
    width: 1150px;
    margin: 0 auto;
}
.m-news .txt{
    width: 52.1%;
    padding: 53px 70px 46px 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.m-news .txt span{
    font-size: 16px;
    color: #999;
    padding-left: 28px;
    background: url(../images/q-time.png) no-repeat left center;
}
.m-news .txt h4{
    font-size: 24px;
    padding: 39px 0 18px;
}
.m-news .txt h4 a{
    overflow: hidden;
    white-space: normal;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #333;
}
.m-news .txt h4 a:hover{color: #182a87;}
.m-news .txt p{
    overflow: hidden;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.m-news .pic{
    overflow: hidden;
    float: right;
    width: 47.82%;
}
.m-news .pic a{
    display: block;
    position: relative;
    height: 0;
    padding-top: 54.54%;
}
.m-news .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-transition:.7s;
    -ms-transition:.7s;
    -moz-transition:.7s;
    -webkit-transition:.7s;
    transition:.7s;
}
.m-news .pic img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
}
.m-news .more{
    display: block;
    padding-top: 29px;
    font-size: 16px;
    color: #999;
}
.m-news .more:hover{color: #182a87;}
.pages{
    padding: 59px 0 44px;
    text-align: center;
    overflow: hidden;
}
.pages ul{
    display: inline-block;
}
.pages li{
    float: left;
}
.pages li a{
    margin: 0 6px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #999;
}
.pages li span{
    display: inline-block;
    width: 22px;
    height: 24px;
    line-height: 30px;
    margin: 0 -6px;
}
.pages li.on a,.pages li a:hover{
    color: #fff;
    border-radius: 50%;
    background-color: #182a87;
}


/* 系统解决方案-能源输送详情页 **************************************************/
.g-tit1{
    text-align: center;
    padding: 115px 0 65px;
}
.g-tit1 h3{ 
    font-size: 30px;
    color: #182a87;
    padding-bottom: 35px;
    margin-bottom: 53px;
    background: url(../images/q-tit.png) no-repeat center bottom;
}
.g-tit1 h3 span{
    display: block;
    font-size: 16px;
    color: #d0d0d0;
    margin-top: 20px;
    text-transform: uppercase;
}
.g-tit1 p{
    font-size: 18px;
    line-height: 45px;
    color: #999;
}
.g-tit1 .animLoop{
    margin-top: 48px;
    display: inline-block;
    width: 12px;
    height: 29px;
    background: url(../images/scroll1.png) no-repeat center center;
}
.g-tit1.t1{
    padding: 60px 0 26px;
}
.g-tit1.t1 h3{
    background: none;
    padding-bottom: 0;
}
.ul-advant{
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
}
.ul-advant li{
    padding: 68px 0 60px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-advant li.hover::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-advant .inner{
    margin: 0 68px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    border: 1px solid #f5f5f5;
}
.ul-advant li.hover .inner::after{
    content:'';
    position: absolute;
    bottom: -71px;
    left: 50%;
    margin-left: -11px;
    width: 21px;
    height: 21px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* Internet Explorer */   
    -moz-transform:rotate(45deg); /* Firefox */   
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */  
    -o-transform:rotate(45deg); /* Opera */   
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    
}
.ul-advant .inner .bor{
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 50%;
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-advant .inner .bor::after{
    content:'';
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    border:1px dotted transparent;
}
.ul-advant li.hover .inner .bor::after{
    border: 1px dotted #fff;
}
.ul-advant .li1::after{
    background-color: #f5f5f5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-advant .li1.hover::after{
    background-color: #f6902e;
}
.ul-advant .li2.hover::after{
    background-color: #44c1c0;
}
.ul-advant .li3.hover::after{
    background-color: #8bc63e;
}
.ul-advant .li1.hover .inner{
    border: 1px solid #f6902e;
}
.ul-advant .li2.hover .inner{
    border: 1px solid #44c1c0;
}
.ul-advant .li3.hover .inner{
    border: 1px solid #8bc63e;
}
.ul-advant .li1.hover .inner::after{
    background-color: #f6902e;
}
.ul-advant .li2.hover .inner::after{
    background-color: #44c1c0;
}
.ul-advant .li3.hover .inner::after{
    background-color: #8bc63e;
}
.ul-advant .li1 .inner .bor{
    background-color: #f6902e;
}
.ul-advant .li2 .inner .bor{
    background-color: #44c1c0;
}
.ul-advant .li3 .inner .bor{
    background-color: #8bc63e;
}
.ul-advant .box{
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ul-advant h3{
    font-size: 30px;
    color: #fff;
    width: 30px;
    margin: 0 auto 16px;
    line-height: 38px;
    padding: 8px 0;
    position: relative;
}
.ul-advant h3::after{
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    width: 16px;
    height: 36px;
    background: url(../images/ico-tl.png);
}
.ul-advant h3::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: -7px;
    width: 16px;
    height: 36px;
    background: url(../images/ico-rb.png);
}
.ul-advant span{
    position: relative;
    font-size: 14px;
    font-family: "Arial";
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.ul-advant span::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.advant-con{
    padding: 63px 0 55px;
    border-bottom: 1px solid #e5e5e5;
}
.advant-con h4{
    font-size: 30px;
    color: #666;
    text-align: center;
    margin-bottom: 24px;
} 
.advant-con h4 span{
    display: block;
    font-size: 16px;
    color: #bcbcbc;
    text-transform: uppercase;
    margin-top: 15px;
} 
.advant-con .txt{
    padding: 0 40px;
}
.advant-con p{
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.m-guaran{
    margin-bottom: 30px;
}
.ul-guaran{
    overflow: hidden;
    margin-bottom: 80px;

}


.ul-guaran li{
    float: left;
    width: 33.33333%; 

}
.ul-guaran .pic{
    padding-top: 62.5%;
    position: relative;
    overflow: hidden;
}
.ul-guaran .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01); 
    -ms-transform: scale(1.01); 
    -o-transform: scale(1.01); 
    transform: scale(1.01);
}
.ul-guaran .pic:hover img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.m-guaran h5{
    font-size: 24px;
    color: #182a87;
    text-align: center;
    margin-bottom: 25px;
}
.m-guaran .con{
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.m-guaran .con .items{
    overflow: hidden;
}
.m-guaran .con .item{
    float: left;
    width: 57%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.m-guaran .con .item:nth-child(even){
    width: 43%;
}
.m-guaran .con1{
    margin-bottom: 40px;
}
.m-guaran .con2{
    margin-bottom: 48px;
}
.m-guaran .con3{
    padding-top: 22px;
}
.m-guaran .con3 img{
    display: block;
    margin: 0 auto;
}


/*返回顶部*/
.ul-rmenu{
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 9;
}
.ul-rmenu li{
    background-color: #333;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-color: rgba(24, 42, 135, 0.8);
    margin-bottom: 2px;
}
.ul-rmenu li a{
    display: block;
}
.ul-rmenu .pic{
    width: 60px;
    height: 60px;
}
.ul-rmenu .pic img{
    display: inline-block;
    vertical-align: middle;
}
.ul-rmenu .txt{
    position: absolute;
    right: -60px;
    top: 0;
    height: 60px;
    background-color: rgba(24, 42, 135, 0.8);
    padding: 0 8px;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-rmenu .txt p{
    font-family: 'Arail';
    color: #fff;
    white-space: nowrap;
}
.ul-rmenu .to-top{
    display: none;
}
.ul-rmenu li:hover .txt{
    right: 61px;
    opacity: 1;
    filter: alpha(opacity= 1);
}

/* 集团介绍 **************************************************/
.g-tit3{
    font-size: 30px;
    color: #182a87;
    text-align: center;
    margin-bottom: 45px;
}
.g-tit3 span{
    display: block;
    font-size: 16px;
    font-family: "微软雅黑","Microsoft Yahei";
    color: #ccc;
    text-transform: uppercase;
    margin-top: 22px;
}
.m-intro{
    padding: 70px 0 0;
}
.m-intro .pictxt{
    overflow: hidden;
    margin: 0 25px 63px;
} 
.m-intro .pictxt .col-l{
    width: 47%;
} 
.m-intro .pictxt .col-r{
    width: 50%;
}
.m-intro .pictxt .txt{
    font-size: 16px;
    line-height: 36px;
    margin-top: -4px;
    color: #666;
} 
.m-intro .pictxt .pic{
    padding-top: 67%;
    position: relative;
    overflow: hidden;
}
.m-intro .pictxt .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-intro .pictxt .pic:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.data-box{
   background-color: #f29317; 
}
.data-box ul{
    overflow: hidden;
    padding: 35px 40px 32px;
}
.data-box li{
    color: #fff;
    float: left;
    width: 16.66%;
}   

.data-box li em{
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}
.data-box li em strong{
    font-size: 50px;
}
.data-box li p{
    font-size: 16px;
}
.data-box li p span{
    display: block;
    font-size: 14px;
    margin-top: 8px;
}
.m-history{
    padding: 80px 0 40px;
    background-color: #f5f5f5;
}
.m-history h3{
    margin-bottom: 63px;
}
.history-box{
    position: relative;
}
.history-box::before{
    content: '';
    position: absolute;
    left: 15%;
    top: 50%;
    margin-top: -12px;
    width: 13px;
    height: 12px;
    background: url(../images/ico-r1.png) no-repeat center center;
}
.history-box::after{
    content: '';
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -12px;
    width: 20px;
    height: 12px;
    background: url(../images/ico-r2.png) no-repeat center center;
}
.history-box .bor{
    content: '';
    position: absolute;
    top: 48.5%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #182a87;
}
.ul-history{
    position: relative;
    height: 475px;
    overflow-x: auto;
}
.ul-history::-webkit-scrollbar {width:5px;height:8px;border-radius: 8px;}
/* 两端按钮*/
.ul-history::-webkit-scrollbar-button{display: none;}
/*滚动条轨道背景颜色*/
.ul-history::-webkit-scrollbar-track-piece{background:#87a6e6;border-radius: 8px;}
/*滚动条样式*/
.ul-history::-webkit-scrollbar-thumb{background:#182a87;border-radius: 8px;}

.ul-history li{
    position: absolute;
    padding-left: 10px;
    border-left: 1px solid #182a87;
}
.ul-history li.odd{
    top: 48.5%;
}
.ul-history li.even:after{content: '';position: absolute;top: 0;left: -3px;width: 5px;height: 5px;
    background: url(../images/new-radio1.jpg) no-repeat left top;}
.ul-history li.even:before{content: '';position: absolute;bottom: -7px;left: -6px;width: 11px;height: 11px;
    background: url(../images/new-radio2.jpg) no-repeat left top;}
.ul-history li.odd:after{content: '';position: absolute;top: -4px;left: -6px;width: 11px;height: 11px;
    background: url(../images/new-radio2.jpg) no-repeat left top;}
.ul-history li.odd:before{content: '';position: absolute;bottom: -2px;left: -3px;width: 5px;height: 5px;
    background: url(../images/new-radio1.jpg) no-repeat left top;}
.ul-history li.even{
    bottom: 51.5%;  
}
.ul-history .li1{
    height: 165px;
    left: 82px;
    width: 250px;
}
.ul-history .li1 h4,.ul-history .li8 h4{
    width: 170px;
}
.ul-history .li2{
    height: 155px;
    left: 137px;
    width: 290px;
    padding-top: 65px;
}
.ul-history .li3{
    height: 230px;
    left: 365px;
    width: 255px;
}
.ul-history .li3 h4,.ul-history .li10 h4{
    width: 190px;
}
.ul-history .li4{
    height: 115px;
    left: 428px;
    width: 290px;
    padding-top: 10px;
}
.ul-history .li4 h4,.ul-history .li1 h4{
    width: 245px;
}
.ul-history .li5{
    height: 148px;
    left: 630px;
    width: 255px;
}
.ul-history .li5 h4,.ul-history .li12 h4{
    width: ;
}
.ul-history .li6{
    height: 190px;
    left: 754px;
    width: 420px;
    padding-top: 65px;
}
.ul-history .li7{
    height: 193px;
    left: 914px;
    width: 255px;
}
.ul-history .li7 h4{
    width: 200px;
}
.ul-history .li8{
    left: 1174px;
    width: 290px;
    height: 155px;
    padding-top: 10px;
}
.ul-history .li9{
    left: 1249px;
    width: 250px;
    height: 165px;
}
.ul-history .li10{
    left: 1464px;
    width: 290px;
    height: 155px;
    padding-top: 10px;
}
.ul-history .li11{
    left: 1499px;
    width: 250px;
    height: 165px;
}
.ul-history .li12{
    left: 1754px;
    width: 290px;
    height: 155px;
    padding-top: 10px;
}
.ul-history span{
    display: block;
    margin-bottom: 8px;
    font-size: 30px;
    color: #d0121c;
}
.ul-history h4{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #4c4948;
    margin-bottom: 5px;
}
.ul-history em{
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #4c4948;
}
.m-rese{
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-rese .txt-box{
    overflow: hidden;
    color: #fff;
    margin: 0 25px;
    padding: 52px 0 60px;
}
.m-rese .pic-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48%;
}
.m-rese .pic-box .pic{
    padding-top: 50%;
    position: relative;
}
.m-rese .pic-box .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-rese .txt-box .col-l{
    width: 50%;
}
.m-rese .txt-box .col-r{
    width: 50%; 
}
.m-rese .txt-box h3{
    font-size: 30px;
    position: relative;
}
.m-rese .txt-box h3 span{
    display: block;
    font-size: 16px;
    font-family: "Arial";
    color: #b2e0e1;
    text-transform: uppercase;
    margin-top: 22px;
    padding-bottom: 34px;
}
.m-rese .txt-box h3::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #fff;
}
.m-rese .txt-box .tit{
    padding-left: 85px;
}
.m-rese .txt-box .txt{
    padding: 0 35px;
}
.m-rese .txt-box p{
    font-size: 14px;
    line-height: 24px;
}
.m-rese .t1{
    margin-bottom: 38px;
}
.ul-rese1{
    overflow: hidden;
    margin: 24px 0;
}
.ul-rese1 li{
    float: left;
    width: 43%;
}
.m-team{
    padding-top: 70px;
}
.ul-team{
    overflow: hidden;
    margin: 0 -6px;
    padding: 0 25px;
}
.ul-team li{
    float: left;
    width: 20%;
    margin-bottom: 40px;
}
.ul-team .inner{
    margin: 0 6px;
}
.ul-team .pic{
    padding-top: 71.4285%;
    position: relative;
    overflow: hidden;
}
.ul-team .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ul-team .pic:hover img{
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.ul-team p{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    padding-top: 18px;
}
.ul-rese2{
    margin-top: 22px;
}
.ul-rese2 p{
    line-height: 30px !important;
}
/* 关于我们-联系我们 **************************************************/
.ul-content{
    margin-right: -25px;
    overflow: hidden;
}
.ul-content li{
    float: left;
    width: 50%;
}
.ul-content .inner{
    display: block;
    padding: 40px 45px 20px 70px;   
    margin-right: 25px;
    border: 1px solid #bbb;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-content h4{
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-bottom: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-content p{
    font-size: 14px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-content p span{
    float: left;
    width: 70px;
}
.ul-content p i{
    display: block;
    font-style: normal;
    overflow: hidden;
}
.ul-content strong{
    display: block;
    margin-top: 25px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-content em{
    display: block;
    width: 86px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    margin-top: 20px;
    color: #6e6e6e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-content li.on .inner,
.ul-content li:hover .inner{
    background-color: #182a87;
}
.ul-content li.on .inner h4,
.ul-content li:hover .inner h4{
    color: #fff;
}
.ul-content li.on .inner p,
.ul-content li:hover .inner p{
    color: #fff;
}
.ul-content li.on .inner strong,
.ul-content li:hover .inner strong{
    color: #fff;
}
.ul-content li.on .inner em,
.ul-content li:hover .inner em{
    background-color: #d0121c;
    border: 1px solid #d0121c;
    color: #fff;
}
.m-content{
    overflow: hidden;
    padding: 70px 12px 28px;
}
#allmap{
    width: 100%;
    height: 380px;
    border: 1px solid #c1c1c1;
    margin-bottom: 26px;
}
#allmap img{
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.anchorBL{
    display: none;
}
.BMapLib_nav table *,
.BMap_noprint{
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -o-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.BMap_Marker img{
    max-width: 9999999px !important;
}


.banner .banner #fp-nav ul li a.active, .banner .fp-slidesNav ul li a.active{
    background-color: transparent !important;
}