﻿/*ä¸“ä¸šé¢†åŸŸé¡µé¢--zhuanye!*/
.zhuanye_list
{
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}
.zhuanye_list_box
{
    width: 90%;
    height: 70px;
    line-height: 70px;
    background: url(../images/zhuanye_list_bg.jpg) center center no-repeat;
    text-align: center;
    background-size: 100% 100%;
    margin: 1em 0;
}
.zhuanye_list_con a
{
    color: #666;
    font-size: 1em;
}
.zhuanye_list_box:hover
{
    background: #ad8a55;
    color: white;
}
.zhuanye_list_box:hover a
{
    color: #fff;
}
@media (min-width:990px) and (max-width: 1200px)
{
    .col-md-4
    {
        width: 50%;
    }
}
@media (max-width:500px)
{
    .col-md-4
    {
        width: 100%;
    }
    .zhuanye_list
    {
        padding-top: 0.75em;
        padding-bottom: 1em;
    }
    .zhuanye_list_box
    {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 0.75em;
        margin: 0.75em 0;
    }
}
@media (max-width:350px)
{
    .zhuanye_list_box
    {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 0.5em;
        margin: 0.5em 0;
    }
}



/*åˆ†é¡µæ ç›®éƒ¨åˆ†--news_dot!*/
.news_dot_list
{
    width: 100%;
    height: 24px;
    position: relative;
    padding-bottom: 60px;
}
.news_dot
{
    padding-bottom: 60px;
    height: 24px;
    margin-bottom: 0;
    height: 24px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    overflow: hidden;
}
.news_dot li
{
    float: left;
}
.news_dot li a
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #e1e1e1;
    margin: 0 0.5em;
    text-align: center;
    line-height: 24px;
    color: #666;
}
.news_dot li:nth-of-type(1) a
{
    /* background: #e1e1e1 url(../images/news_dot_first_bg.png) center center no-repeat; */
}
.news_dot li:last-child a
{
    /* background: #e1e1e1 url(../images/news_dot_last_bg.png) center center no-repeat; */
}
.news_dot li a:hover
{
    background: #ad8a55;
    color: #fff;
}
.news_dot li:nth-of-type(1) a:hover
{
/*     background: #ad8a55 url(../images/news_dot_first_bg_hover.png) center center no-repeat; */
}
.news_dot li:last-child a:hover
{
/*     background: #ad8a55 url(../images/news_dot_last_bg_hover.png) center center no-repeat; */
}
@media (max-width:767px)
{
    .news_dot
    {
        width: 68%;
    }
    .news_dot_list
    {
        padding-bottom: 3em;
    }
}
@media (max-width:400px)
{
    .news_dot
    {
        width: 74%;
    }
}
@media (max-width:350px)
{
    .news_dot
    {
        width: 84%;
    }
}
/*联系我们--main6!*/
.main6
{
    padding-top: 100px;
    width: 100%;
    overflow: hidden;
    height: 450px;
    background: url(../images/main6_core_bg.png) 0 0 repeat-x;
}
.main6_img
{
    width: 50%;
    height: 290px;
}
/*.main6_img img
{
    width: 100%;
    height: 100%;
}*/
.main6_core
{
    width: 50%;
    padding-left: 100px;
    height: 230px;
    line-height: 5rem;
}
.main6_core h2
{
    padding-bottom: 30px;
    padding-top: 0px;
}
.main6_core_txt img
{
    display: inline-block;
}
.main6_core_txt p
{
    display: inline-block;
    padding-left: 0.5em;
}
@media (max-width:970px)
{
    .main6
    {
        height: auto;
        background: url(../images/main6_core_bg.png) 0 0 repeat-y;
    }
    .main6_img
    {
        width: 100%;
        float: none;
        height: auto;
    }
    .main6_core
    {
        width: 100%;
        float: none;
        height: auto;
        padding-left: 1em;
        padding-bottom: 1em;
        font-size: 12px;
    }
    .main6_core h2
    {
        padding-top: 1em;
        padding-bottom: 0.75em;
    }
}
/*按键委托通报 */
 .row-auto
        { 
            margin:0 auto !important;
            width: 98%;
        
        }
        .row-bt{
           font-size: 1.3rem;
            font-weight: bold;
        }
        .yy{
            box-shadow:0 0 1px #000 inset; 
            float:left;
        }
        .ajwttb
        {
           font-size:30px; margin-right:30px; color:#00479d; border-bottom:1px solid #00479d;padding-bottom:0.5rem;
        }
        .ajwttb-bottom
        {
           border-bottom:3px solid #00479d;padding-bottom:0.4rem;
        }
          .bzxz
          {
              font-size:1.5rem;
              margin-top:2rem;
              color:#3178cd;
          }
          .border-bottom {
            border-bottom: 1px solid #dee2e6 !important;
            }
         .pt-3 {
            padding-top: 1rem !important;
        }
        .ml-2 {
            margin-left: 0.5rem !important;
         }
         
         .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}   
        .ml-5, .mx-5 {
            margin-left: 3rem !important;
        }
        .mt-3, .my-3 {
            margin-top: 1rem !important;
        }
        .ml-3, .mx-3 {
    margin-left: 1rem !important;
}
    .ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
.text-primary {
    color: #ad8a55 !important;
}


#anjianlist>div
{
    height:7rem;
}
#anjianlist2 >div
{
    height:7rem;    
}

@media (max-width:768px)
{
#anjianlist>div
{
    height:auto!important;
    padding-bottom: 10px;
}
#anjianlist2 >div
{
   height:auto!important;
   padding-bottom: 10px;
}

.yy{
box-shadow:0 0 1px #000 inset; 
float:left;
}
         .yy:nth-of-type(1){
           margin-right:0px;
        }
}





/*小标题部分--tit!*/
.tit
{
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.tit h2
{
    font-size: 1.875em;
    color: #ad8a55;
}
.tit h2 span
{
    display: block;
    font-size: 30px;
    color: #d9d9d9;
}
@media (max-width:768px)
{
    .tit
    {
        padding-top: 1em;
        padding-bottom: 0.1em;
    }
    .tit h2
    {
        font-size: 1.2em;
    }
    .tit h2 span
    {
        font-size: 0.875em;
    }
}


/*屏幕浮动 */
        .carousel-inner
        {
            position: relative;
        }
        .carousel-btn a
        {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        a.left
        {
            left: -5%;
        }
        a.right
        {
            right: -5%;
        }
        @media (max-width:768px)
        {
            .carousel-btn img
            {
                width: 40px;
            }
            a.left
            {
                left: 0%;
            }
            a.right
            {
                right: 0%;
            }
        }
        
        .special h2
        {
            margin-bottom: 15px;
        }
        .myCarousel
        {
            margin-bottom: 15px;
        }
        .special_list_box
        {
            margin-bottom: 12px;
        }
        /*手机端拨打电话*/
        .telPhone
        {
            display: none;
        }
        .telPhone
        {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #c9a255;
            height: 44px;
            text-align: center;
            line-height: 44px;
            z-index: 99999;
            border-top: 1px solid #b69363;
        }
        .telPhone img
        {
            display: inline-block;
            width: 34px;
        }
        .telPhone span
        {
            color: #fff;
            font-size: 16px;
            display: inline-block;
            padding-left: 5px;
        }
        @media (max-width:768px)
        {
            .telPhone
            {
                display: block;
            }
        }
        .contactus_form {
            width: 590px;
            float: left;
        }
        @media(max-width:768px) {
             .contactus_form { width: 100%;}
 
        }
        
.about_global_pic img
{
    display: block;
    margin: 0 auto;
}
/*.about_global_pic img:hover
{transform: scale(1.5);
    transition:200ms;  
}*/