.container {
    padding: 0 15px;
    margin: 0 auto;
}

main div.container {
    padding: 30px 0 20px 0;
    margin: auto;
}

.blockTitle {
    font-size: 2rem;
    text-align: center;
    padding: 20px 0 10px 0;
}

a {
    text-decoration: none !important;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway.ttf");
}

/*导航栏*/
.navbar{
    background: rgba(35,175,245,1);
}
.navbar-brand {
    padding-bottom: 0;
}
a.nav-link{
     color: #000;
}
.navbar-toggler{
    border-color: rgba(255,255,255,.5);
}
.navbar-toggler-icon{
    vertical-align: baseline;
    width: 1rem;
    height: 1rem;
    background: url("../../img/iconSvg/menu.svg");
    background-size: cover;
}

/*轮播图片—光标*/
.banner .carousel-indicators .active {
    width: 24px;
    height: 8px;
    margin: 1px;
    background-color: #fff;
}

.banner .carousel-indicators li {
    display: inline-flex;
    width: 24px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

/*轮播图片-描述*/
.carousel-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    top: 0;
    bottom: 0;
    /*text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);*/
}

.carousel-caption h2 {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.item_imgCarousel {
    background-size: cover;
    height: 600px;
    display: flex;
}

.item_imgCarousel p {
    width: 87%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1.3rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.item_imgCarousel span {
    width: 130px;
    height: 35px;
    margin-top: 30.8rem;
    border: 1px solid #FFF;
    position: relative;
    border-radius: 2px;
    display: inline-flex;
    font-size: 0.87rem;
    line-height: 35px;
    justify-content: center;
    box-sizing: border-box;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.carousel-caption span:hover {
    background-color: #fff;
    color: #002441;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
}

/*图标导航栏*/
.nav_icon_custom {
    background-color: #fafafa;
}

.nav_icon_custom .container {
    padding: 0;
}

.feature {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #f7f7f7;
}

.feature:hover {
    background-color: #FFF;
}

a.feature_block {
    color: #000;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature_block img {
    width: 35px;
    height: 30px;
    margin: 0 1.3rem 0 0.5rem;
    transition: 0.3s linear;
}

.feature_block:hover img {
    transform: translateY(-7px);
}

.feature_block .media-body h3 {
    font-size: 1.5rem;
}

.feature:hover h3 {
    color: #007bff;
}

.feature_block .media-body p {
    font-size: 0.8rem;
    line-height: 1.23rem;
    margin-bottom: 0;
    color: #999;
}

/*行业动态*/
.nav-tabs {
    line-height: 1.5rem;
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: none;
}

.nav-tabs li {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.nav-tabs li a {
    color: #000;
    font-size: 1.3rem;
    padding: 0 23%;
}

.nav-tabs li a:focus, .nav-tabs li a:hover, .nav-tabs li a.active {
    color: #007bff;
    padding-bottom: 10px;
    border-bottom: 1px solid #007bff;
}

/*行业动态tab*/
.tab-content {
    padding-top: 45px;
    position: relative;
}

.tab-pane {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab_content {
    display: flex;
   /* margin: 0 5%;*/
}

/*行业动态tab—分块*/
.tab_content_left {
    width: 57%;
}

.tab_content_left li a {
    color: #000;
}

.tab_content_left li a:hover {
    color: #007bff;
}

.tab_content_left span {
    float: right;
    color: #777;
}

.tab_content_right {
    width: 37%;
}

/*地热资源*/
#geothermalResources{
    padding-top: 30px;
}
#geothermalResources .blockTitle {
    font-size: 2rem;
    text-align: center;
    padding: 0 0 10px 0;
}

.mapPanel {
    width: 100%;
    background-color: #f5f5f5;
}

.mapScroll {
    margin: 0 10px;
    padding: 25px 0;
    overflow: hidden;
    
}

#mapScroll_left, #mapScroll_right {
    padding: 0;
}

.mapScroll table {
    text-align: center;
}

.mapScroll table td {
    padding-right: 7px;
}

.mapScroll table img {
    height: 430px;
    box-shadow: 0 0 15px #FFF;
    border: 1px solid #FFF;
}

.mapScroll table img:hover {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

/*数据地热*/
#dataGeothermal {
    /*background: url("../../img/map_bg_2.jpg") no-repeat;
    background-size: cover;*/
    color: #F5F5F5;
    background: #28374a;
}

#legend{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#legend ul{margin:0;padding:0;}
#legend ul li{display: block;height: 30px;margin:5px 20px;}
.legend-icon{width: 20px;height: 20px;float: left;border-radius: 50%;margin-right: 10px;margin-top:5px;}
.legend-text{line-height: 30px;font-size: 16px;float: left;}

/*.media-body{*/
     /*padding-left: 50px;*/
 /*}*/

.overlay{
    background: rgba(35,175,245,.9);
}

/*示范工程*/
#demonstrationProject {
    background-color: #f5f7f6;
}

.newsItem {
    margin-top: 1.5rem;
    background-clip: border-box;
    padding: 0;
}

.newsItemContent {
    margin: 1rem 1.5rem 2rem 1.5rem;
    background-color: #FFF;
    padding-bottom: 1.5rem;
}

.newsItemContent:hover {
    box-shadow: 0 0 0.8rem rgba(35, 24, 21, .2);
    position: relative;
}

.newsItemContent img {
    width: 100%;
    height: 260px;
}

.newsItemContent h3 {
    margin: 0.83rem 0 0.75rem 0;
    padding: 0 20px;
    font-size: 1.3rem;
    color: #333;
}

.newsItemContent p {
    margin: 0.75rem 0;
    padding: 0 1.25rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
    text-align: left;
    box-sizing: inherit;
    color: #555;
}

.projectShow {
    margin-bottom: 25px;
}

.projectShowPhone {
    display: none;
}

/*页脚 img和超链接*/
footer {
    padding-top: 50px;
    color: #000;
    background: #f4f4f4;
    /*background: url("../../img/footer_bg_1.jpg");*/
    background-size: cover;
    position: relative;
}

.sigeeLogo {
    display: inline-flex;
    border-right: 1px solid #666;
}

.sigeeLogo p {
    font-size: 1rem;
}

.contactInfo {
    border-right: 1px solid #666;
}

.contactInfo dl {
    display: inline-flex;
    margin: 0;
}

.contactInfo dt img {
    width: 17px;
    margin: 0 0.5rem 0 1.2rem;
}

.commonLink h3 {
    font-size: 1.15rem;
    padding-left: 20px;
}

.commonLink ul {
    list-style: none;
    padding-left: 20px;
    column-count: 3;
}

.commonLink ul a {
    font-size: 0.8rem;
    color: #000;
}

.commonLink ul li a:hover {
    color: #007bff;
}

#copyRight {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    font-size: 0.7rem;
    color: #000;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
}

.commonLinkPhone {
    display: none;
}

/*浮动按钮与窗口*/
.floatMenu {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 999;
}

.floatMenu .btn {
    width: 70px;
    height: 70px;
    margin-bottom: 1px;
    cursor: auto;
    position: relative;
    display: block;
    background-color: rgba(112, 112, 112, .35);
}

.btn_consultation {
    background-image: url("../../img/float_icon_consultation.png");
}

.btn_WeChat {
    background: url("../../img/float_icon_wechat.png");
}

.btn_phone {
    background: url("../../img/float_icon_phone.png");
}

.btn_APP {
    background: url("../../img/float_icon_app.png");
}

.btn_top {
    background: url("../../img/float_icon_top.png");
}

.btn_WeChat .floatImg {
    position: absolute;
    left: -155px;
    top: 0;
    width: 150px;
    height: 150px;
    display: none;
}

.btn_APP .floatImg {
    position: absolute;
    left: -285px;
    bottom: 0;
    width: 280px;
    height: 120px;
    display: none;
}

.btn_phone .floatPhone {
    background-color: #FFF;
    position: absolute;
    width: 160px;
    left: -165px;
    top: -1px;
    font-size: 1.2rem;
    line-height: 70px;
    text-align: center;
    display: none;
}

/*地热资源弹出框*/
.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.pop .wrapper {
    position: absolute;
    width: 80%;
    height: 90%;
    top: 5%;
    left: 10%;
    border-radius: 5px;
    background-color: #fff;
}

.pop .wrapper iframe {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    border-radius: 5px;
    background-color: #ccc;
}

.pop .wrapper a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -7px;
    background-color: #fff;
    border-radius: 50%;
}

.pop .wrapper a:hover {
    background-color: #eee;
}

.pop .wrapper a img {
    position: absolute;
    margin: 6px;
    width: 8px;
    height: 8px;
}
