@charset "utf-8";

/* 公共 */
.content-B {
    z-index: 2;
    position: relative;
    background: #f7f5f4;
	margin-top: 300px;
	
}

.content {
    width: 1000px;
    min-height: 475px;
    margin: 0 auto;	
	padding-top:50px;
}

/* 边栏 */
.sideBar {
    width: 170px;
    margin-top: -10px;
}
.sideBar_title {
    height: 50px;
}
.sideBar_title h2 {
    font-size: 26px;
    height: 60px;
    line-height: 50px;
    color: #3382ff;
    border-bottom: 1px solid #dbd4cd;
}
.sideBar_list {
    padding-top: 15px;
}
.sideBar_list > li {
    padding-left: 15px;
    background: url(../images/icon_gsgk.png) no-repeat left 4px;
}
.sideBar_list > li > a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-indent: 12px;
    /*background: url(../images/icon_sideBar_square.png) no-repeat left 15px;*/
}
.sideBar_list > li:hover a {

    color: #3382ff;
}
.sideBar_list > li.active {
    background: url(../images/icon_nav.png) #3382ff no-repeat left 4px;
    /*background: #3382ff;*/
}
.sideBar_list > li.active a {

    color: #fff;
}
.sideBar_menu {
    display: none;
}
.sideBar_menu > li {
    margin-left: -15px;
    padding-left: 15px;
}
.sideBar_menu > li > a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    background: url(../images/icon_sideBar_square_small.png) no-repeat 1px 15px;
    text-indent: 12px;
}
.sideBar_list > li.active > .sideBar_menu li {
    background: #f7f5f4;
}
.sideBar_list > li > .sideBar_menu li a,
.sideBar_list > li:hover > .sideBar_menu li a,
.sideBar_list > li.active > .sideBar_menu li a {
    color: #333;
}
.sideBar_list > li > .sideBar_menu li:hover a,
.sideBar_list > li:hover > .sideBar_menu li:hover a,
.sideBar_list > li.active > .sideBar_menu li:hover a {
    color: #3382ff;
}
.sideBar_list > li > .sideBar_menu li.active,
.sideBar_list > li:hover > .sideBar_menu li.active,
.sideBar_list > li.active > .sideBar_menu li.active {
    background: #3382ff;
}
.sideBar_list > li > .sideBar_menu li.active a,
.sideBar_list > li:hover > .sideBar_menu li.active a,
.sideBar_list > li.active > .sideBar_menu li.active a {
    color: #fff;
}


/* 主栏 */
.mainBar {
    width: 800px;
}
.mainBar_title {
    height: 50px;
    border-bottom: 1px solid #dbd4cd;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.mainBar_title h2 {
    font-size: 26px;
    color: #3382ff;
}
.mainBar_title .breadcrumb {
    flex: 1;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
}
.mainBar_title .breadcrumb > .active {
    color: #333;
}
.mainBar_title .breadcrumb > li > a {
    color: #333;
}
.mainBar_title .breadcrumb > li > a:hover {
    color: #3382ff;
}
.mainBar_title .breadcrumb > li + li::before {
    content: "– ";
    color: #333;
}


/* 公司简介 */
.mainBar_content .introduction {
    line-height: 2;
}
.mainBar_content .introduction img {
    margin-bottom: 10px;
    /*margin: auto;
    display: block;
    max-width: 100%;*/
}
.intro-title{
    text-align:center;

}
.intro-source{
    position: relative;
    left: 32%;
    margin: 0px;
    display: inline;
    text-align:center;

}

/* 发展历程 */
.develop .gallery-thumbs {
    width: 800px;
    margin-bottom: 30px;
}
.develop .swiper-slide {
    width: 133px;
    overflow: hidden;
}
.develop .swiper-slide .date {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-indent: 14px;
    height: 68px;
    line-height: 68px;
    background: url(../images/icon_develop_bgArrow.png) no-repeat center;
    cursor: pointer;
}
.develop .swiper-slide-active .date {
    font-weight: bold;
    background: url(../images/icon_develop_bgArrow_checked.png) no-repeat center;
}
.develop .timeLine {
    background: #ebebeb;
    height: 3px;
    position: relative;
    top: -35.5px;
}
.develop .gallery-top .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.develop .history {
    padding: 90px 70px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.develop .history li {
    margin-bottom: 10px;
    background: url(../images/icon_axis_default.png) no-repeat 35px center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.develop .history li p {
    line-height: 1.6;
    flex: 1;
    padding: 25px 15px;
    border: 1px solid #3382ff;
    border-radius: 3px;
    background: #fff;
    margin-left: -1px;
}
.develop .history li .listArrow {
    margin-left: 35px;
    z-index: 2;
}
.develop .history li em {
    font-style: normal;
    font-size: 18px;
}
.develop .history .line {
    position: absolute;
    width: 3px;
    height: 100%;
    background: #ded6d4;
    top: 10px;
    left: 110px;
    z-index: -1;
}
.develop .history .line .axis {
    width: 31px;
    height: 43px;
    position: relative;
    left: -14.5px;
}


/* 资质荣誉 */
.develop .honour li {
    display: block;
    float: left;
    width: 230px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.develop .honour li:nth-child(3n + 1) {
    margin-left: 0;
}
.develop .honour li .pic {
    width: 270px;
    height: 180px;
    overflow: hidden;
}
.develop .honour li .pic img {
    width: 100%;
    height: 100%;
}
.develop .honour li .text {
    margin-top: 20px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}
.develop .honour li .text .star {
    color: #3382ff;
}


/* 视频中心 */
.videos ul {
    display: none;
}
.videos ul.active {
    display: block;
}
.videos ul li {
    display: block;
    float: left;
    width: 230px;
    height: 230px;
    overflow: hidden;
    margin-left: 11.66px;
    margin-bottom: 12px;
    text-align: center;
    padding: 5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}
.videos ul li:nth-child(4n + 1) {
    margin-left: 0;
}
.videos ul li .video {
    width: 220px;
    height: 159px;
    overflow: hidden;
}
.videos ul li .title {
    color: #333;
    height: 61px;
    line-height: 61px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos ul li:hover {
    border-color: #3382ff;
}
.videos ul li:hover .title {
    color: #3382ff;
}
.videos .toggleBtn {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.videos .toggleBtn a {
    display: inline-block;
    margin: 0 10px;
}
.videos .toggleBtn .disabled {
    opacity: .5;
}


/* 品牌释义 */
.brand .title {
    padding: 13px 0;
    border-bottom: 1px dashed #dbd4cd;
}
.brand .title h2 {
    color: #3382ff;
    font-size: 16px;
    font-weight: bold;
}
.brand .content {
    width: 100%;
    min-height: auto;
    padding-top: 20px;
}
.brand .content .text {
    width: calc(100% - 295px);
    margin-left: 50px;
}
.brand .content .text strong {
    display: inline-block;
    color: #f99d33;
    font-weight: bold;
    margin: 12px 30px 25px 0;
}
.brand .content .text p {
    line-height: 1.6;
}


/* 集团新闻 */
.textList {
    margin-top: -24px;
}
.textList > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}
.textList > ul > li a:hover {
    color: #333;
}
.textList > ul > li .date {
    text-align: center;
}
.textList > ul > li .day {
    width: 60px;
    height: 43px;
    line-height: 43px;
    background: #eae6e2;
    font-size: 30px;
}
.textList > ul > li .month {
    width: 60px;
    height: 18px;
    line-height: 18px;
    background: #eae6e2;
    font-size: 12px;
    margin-top: 4px;
}
.textList > ul > li .text {
    width: calc(100% - 75px);
}
.textList > ul > li .text h3 {
    font-size: 16px;
    font-weight: bold;
}
.textList > ul > li .text p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.textList > ul > li a:hover .enter {
    color: #3382ff;
}

.pager {
    margin: 30px 0;
}
.pager li:first-child {
    margin-right: 30px;
}
.pager li em {
    font-style: normal;
    color: #3382ff;
}
.pager li .pageTo {
    position: relative;
    /* top: 1px; */
    padding: 5px 7px 5px 14px;
    color: #808080;
    outline: none;
    border: 1px solid #ddd;
}
.pager li .pageTo option {
    padding: 5px 0;
}
.pager li > a, .pager li > span {
    border-radius: 0;
    color: #808080;
}


/* 一线风采 */
.imgTextList  {
    margin-top: -24px;
}
.imgTextList ul li {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
}
.imgTextList ul li a:hover {
    color: #333;
}
.imgTextList ul li .pic {
    width: 220px;
    height: 180px;
    overflow: hidden;
}
.imgTextList ul li .pic img {
    width: 100%;
    min-height: 100%;
}
.imgTextList ul li .text {
    width: calc(100% - 250px);
    margin-left: 30px;
}
.imgTextList ul li .text h3 {
    font-size: 16px;
    font-weight: bold;
}
.imgTextList ul li .text .enter {
    color: #f99d33;
}
.imgTextList ul li .text .description {
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}
.imgTextList ul li a:hover .text .enter {
    color: #3382ff;
}


/* 专题栏目 */
.column ul li {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}
.column ul li a img {
    width: 100%;
    min-height: 100%;
}
.column-active{
    border:1px solid #3382ff;
}

/* 招贤纳士 */
.recruit ul li {
    display: block;
    float: left;
    width: 390px;
    margin-left: 17px;
    margin-bottom: 20px;
    padding: 20px;
    background: #ededed;
}
.recruit ul li:nth-child(odd) {
    margin-left: 0;
}
.recruit ul li .title {
    font-size: 16px;
    margin-bottom: 18px;
}
.recruit ul li p {
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruit ul li p .val {
    color: #3382ff;
}
.recruit ul li a {
    display: block;
    width: 90px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #949494;
    color: #fff;
    margin-top: 18px;
}
.recruit ul li a:hover {
    background: #3382ff;
}


/* 燃气常识 */
.gasPedia ul li {
    margin-bottom: 25px;
}
.gasPedia ul li .title {
    padding: 13px 0;
    border-bottom: 1px dashed #dbd4cd;
}
.gasPedia ul li .title h2 {
    color: #3382ff;
    font-size: 16px;
    font-weight: bold;
}
.gasPedia ul li .text {
    padding-top: 20px;
    line-height: 1.6;
}


/* 联系方式 */
.contact .item .title {
    padding: 13px 0;
}
.contact .item .title h3 {
    font-size: 18px;
    font-weight: bold;
}
.contact .item .content {
    width: 100%;
    min-height: auto;
    padding-top: 10px;
}
.contact .item .content .address li {
    padding: 3px;
}
.contact .item .content .links li {
    display: block;
    float: left;
    padding: 0 5px;
    border-left: 1px solid #333;
    height: 14px;
    /*margin-bottom: 20px;*/
}
.contact .item .content .links li:first-child {
    border: none;
    padding-left: 0;
}
.contact .item .content .links li a {
    display: block;
    color: #333;
    line-height: 14px;
}
.contact .item .content .links li a:hover {
    color: #3382ff;
}
/*业务申请*/
.apply-content{
    /*margin:60px 177px 0 177px;*/
    width:1000px;
}
.userno{

}
.userno-title{
    line-height:40px;
    margin-right:25px;
    float:left;
	
}
.apply-title{
	text-align: center;
    line-height:40px;
    padding-right: 10px;
    float:left;
	border: 1px solid #e6e6e6;
    background: #FBFBFB;
	height: 40px;
	width: 140px;
}
.apply-sb{
	width:940px;
	line-height:40px;
    padding-right: 10px;
	padding-left: 30px;
    float:left;
	border: 1px solid #e6e6e6;
    background: white;
	height: 40px;
}
.userno input{
    border:1px solid #e6e6e6;
    border-radius: 2px;
	padding-left: 10px;
    float:left;
    height:40px;
    margin-bottom:20px;
    width:800px;
}
.selectone{
    border:1px solid #e6e6e6;
    border-radius: 2px;
    height:40px;
    width:380px;
    float:left;
	padding-left: 10px;
    margin-right:40px;
    margin-bottom:20px;
}
.selectwo{
    border:1px solid #e6e6e6;
    border-radius: 2px;
    height:40px;
    width:380px;
    float:left;
    margin-bottom:20px;
}
.sbnr textarea{
    border:1px solid #e6e6e6;
    border-radius: 2px;
    width: 94%;
    height:100px;
}
.apply-content button{

    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #3383ff;
    color: #fff;
    margin-left:88px;
    border:1px solid #e6e6e6;
    border-radius: 2px;
    margin-top:20px;
}
/*
气费查询*/
.cost-content{
    margin-bottom: 20px;
    float:left;
    width:410px;
}
.tcost-content{
    margin-bottom: 20px;
    float:left;
    width:810px;
}
.time-content button{

    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #fbfbfb;
    color: #333;
    margin-left:88px;
    border:1px solid #e6e6e6;
    border-radius: 2px;

}
.time-content{
    margin-top:16px;
}
.time-content select{
    border:1px solid #e6e6e6;
    border-radius: 2px;
    height:40px;
    width:80px;
}
.time-title{
    margin-right:25px;
	
}
.yearm{
    padding:0 40px 0 10px;
}
.time-content input{
    border:1px solid #e6e6e6;
    border-radius: 2px;
    height:40px;
    width:250px;
}
.yzcode{
    border:1px solid #e6e6e6;
    border-radius: 2px;
    width:80px;
    height:40px;
}
.cost-tip{
    width:590px;
    float:left;
}
.cost-tip h5{
    font-size: 14px;
    margin-top:25px;
}
.cost-tip span{
    color:red;
}
.cost-tip p{
    line-height:25px;
}
.table-content{
    margin-top:40px;
    float:left;
    padding:40px 0 40px 0;
    border-top:1px solid #e6e6e6;
}
/*
网站地图*/
.site-address{

    line-height: 30px;
}
.site-address dt {
    text-align: center;
    margin-bottom: 10px;
    background: #3b88ff;
    font-size: 16px;
}
.site-address dt a{
    color:#fff;
}
.site-address dt a:hover{
    color:#fff;
}
.site-address dl{
    border-left: #dbdad9 1px dotted;
    padding-bottom: 0px;
    padding-left: 20px;
    width: 200px;
    padding-right: 19px;
    margin-bottom: 33px;
    float: left;
    height: 310px;
    padding-top: 0px;
}
.site-address dd a {
    color: #333;
    line-height: 30px;
}
.sitemap_sub {
    margin-left: 15px;
}
.site-address dd .sitemap_sub a {
    display: block;
    color: #888;
}
/*
搜索页面*/
.search-con{
    margin-top:20px;
    text-align: left;
    margin-left: 120px;
}
