body
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'microsoft yahei' , '微软雅黑' , 'simsun' , '宋体' , 'arial';
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead
{
    font-family: 'microsoft yahei' , '微软雅黑' , 'simsun' , '宋体' , 'arial';
}
a
{
    font-family: 'microsoft yahei' , '微软雅黑' , 'simsun' , '宋体' , 'arial';
    color: #000;
}
a:active, a:hover
{
    color: #003b79;
}
a:link
{
    text-decoration: none;
}
a:active
{
    text-decoration: blink;
}
a:hover
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
div, ul, li, h1, h2, h3
{
    padding: 0;
    margin: 0;
}
ul, li
{
    list-style: none;
}
.listyle li
{
    list-style-type:disc;
}
.listyle li ul li
{
    list-style-type:circle;
}
.clear
{
    clear: both;
}
.btn
{
    color: #000;
    background-color: #fff;
}
.btn:hover
{
    background-color: #ccc;
}
.btn:focus
{
    background-color: #ddd;
}
/*顶部*/
.navbar
{
    margin-bottom: 0;
    border: none;
    min-height: 27px;
    background: #f5f5f5;
}
.navbar .yq_top
{
    position:relative;
    z-index:999;
}
.yq_top .navbar-collapse .navbar-nav li
{
    padding: 3px 0;
}
.yq_top .navbar-collapse .navbar-nav li a
{
    padding: 0px 4px;
    color: #8d8d8d;
}
.yq_top .navbar-collapse .navbar-nav li a:hover, .yq_top .navbar-collapse .navbar-nav li a:focus
{
    background-color: transparent;
}
/* 微信 */
.weixin .weixin_nr
{
    width: 200px;
    height: 220px;
    padding: 5px;
    background: rgba(0,0,0, 0.3) !important;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    text-align: center;
    position: absolute;
    left: -150px;
    top: 50px;
    color: #ffffff;
    display: none;
}

.weixin .weixin_nr img
{
    margin-bottom: 5px;
    width: 100%;
    height: 180px;
}

.weixin .weixin_nr .arrow
{
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0,0,0, 0.4) !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 167px;
    top: -10px;
}

.weixin.on .weixin_nr
{
    display: block;
}
/* 微博 */
.weixin .weibo_nr
{
    width: 200px;
    height: 220px;
    padding: 5px;
    background: rgba(0,0,0, 0.3) !important;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    text-align: center;
    position: absolute;
    left: -155px;
    top: 50px;
    color: #ffffff;
    display: none;
}

.weixin .weibo_nr img
{
    margin-bottom: 5px;
    width: 100%;
    height: 180px;
}

.weixin .weibo_nr .arrow
{
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0,0,0, 0.4) !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 171px;
    top: -10px;
}

.weixin.on .weibo_nr
{
    display: block;
}
/*导航 logo图片*/
.navbar-yq
{
    background-color: #fff;
    padding-bottom: 10px;
    box-shadow: 1px 1px 1px #ccc;
    position:relative;
    z-index: 100;
}
.navbar-yq .navbar-right
{
    margin-top: 15px;
}
.navbar-yq img
{
    height:36px;

}

/* 触摸弹出菜单 */
.navbar .nav > li .dropdown-menu
{
    margin: 0;  
    z-index:9999; 
}

.navbar .nav > li:hover .dropdown-menu
{
    display: block;
}

/*内部文字设置*/
.navbar-yq .navbar-nav > li > a
{
    padding: 10px 12px 10px 12px;
    margin: 0px 0.5px 0px 0.5px;
    text-align: center;
    font-size: 15px;
}

/* 普通菜单项hover时的字体颜色和背景  */

.navbar-yq .navbar-nav > li > a:hover, .navbar-yq .navbar-nav > li > a:focus
{
    color: #ffffff;
    background-color: #e5e5e5;
}


/* 当前选中菜单项的字体颜色和背景  */

.navbar-yq .navbar-nav > .active > a, .navbar-yq .navbar-nav > .active > a:hover, .navbar-yq .navbar-nav > .active > a:focus
{
    color: #ffffff;
    background-color: transparent;
}

.navbar-yq .navbar-nav > .disabled > a, .navbar-yq .navbar-nav > .disabled > a:hover, .navbar-yq .navbar-nav > .disabled > a:focus
{
    color: #ffffff;
    background-color: transparent;
}

/* 选中下拉列表时 菜单项的字体颜色和背景 */

.navbar-yq .navbar-nav > .open > a, .navbar-yq .navbar-nav > .open > a:hover, .navbar-yq .navbar-nav > .open > a:focus
{
    color: #000;
    background-color: transparent;
}

/*下拉列表选中*/

.navbar-yq .navbar-nav .dropdown .dropdown-menu
{
    margin: 0;
    padding: 0;
    
   
}



.navbar-yq .navbar-nav .dropdown .dropdown-menu > li > a
{
    padding: 10px 5px 10px 5px;
    margin: 1px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
}

.navbar-yq .navbar-nav .dropdown .dropdown-menu > .active > a
{
    color: #000000;
    background-color: #e5e5e5;
}

.navbar-yq .navbar-nav .dropdown .dropdown-menu > li > a:hover, .navbar-yq .navbar-nav .dropdown .dropdown-menu > li > a:focus
{
    color: #000000;
    background-color: #e5e5e5;
}

.navbar-yq .navbar-toggle
{
    border-color: #e5e5e5;
}

.navbar-yq .navbar-toggle:hover, .navbar-yq .navbar-toggle:focus
{
    background-color: #e5e5e5;
}

.navbar-yq .navbar-toggle .icon-bar
{
    background-color: #000000;
}

.navbar-yq .navbar-collapse, .navbar-yq .navbar-form
{
    border: none;
}

@media (min-width: 767px)
{

    /*内部文字设置*/
    .navbar-yq .navbar-nav > li > a
    {
        color: #151515;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translatez(0);
        transform: translatez(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
    }


    /* 普通菜单项hover时的字体颜色和背景  */
    .navbar-yq .navbar-nav > li > a:hover, .navbar-yq .navbar-nav > li > a:focus
    {
        color: #003b79;
        background-color: transparent;
    }


    .navbar-yq .navbar-nav > li a:hover:before, .navbar-yq .navbar-nav > li a:focus:before, .navbar-yq .navbar-nav > li a:active:before
    {
        left: 0;
        right: 0;
    }

    /* 当前选中菜单项的字体颜色和背景  */

    .navbar-yq .navbar-nav > .active > a
    {
        color: #0a7e40;
        background-color: transparent;
        padding-bottom: 6px;
    }

    .navbar-yq .navbar-nav > .active > a:before
    {
        color: #0a7e40;
        background-color: transparent;
    }

    .navbar-yq .navbar-nav > .active > a, .navbar-yq .navbar-nav > .active > a:hover, .navbar-yq .navbar-nav > .active > a:focus
    {
        color: #003b79;
        background-color: transparent;
    }
}


/* 轮番 图片 */
.carousel_yq
{
    position:relative;
}
.carousel_yq > .carousel-inner > img
{
    width: 100%;
}
/*两边的图片按钮*/

#yq_carousel .yq_carousel-control
{
    position: absolute;
    top: 40%;
    transition: opacity 0.35s;
    display: none;
}
#yq_carousel:hover .yq_carousel-control
{
    display: block;
}
.yq_carousel-control img
{
    width: 50px;
    height: 50px;
}
.yq_carousel-control.left
{
    left: 50px;
}
.yq_carousel-control.right
{
    right: 50px;
}
/*轮番下面的点*/
#yq_carousel .carousel-indicators
{
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

#yq_carousel .carousel-indicators li
{
    display: inline-block;
    width: 40px;
    height: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #003b79;
    border-radius: 11px;
    margin: 0 1px 0 1px;
}

#yq_carousel .carousel-indicators .active
{
    width: 40px;
    height: 5px;
    background-color: #003b79;
}
/* 轮番 结束 */


/*服务范围*/
.service
{
    margin:15px auto 45px;
}
.service .service-left .service_con
{
    float:left;
}
.service .carousel-indicators
{
    position:absolute;
    bottom:-27px;
    
}
.service .carousel-indicators .active
{
    background-color:#077fc6;
    border-color:#077fc6;
}
.service .carousel-indicators li
{
    border-color:#077fc6;
}
.service .nopadding
{
    margin-bottom:10px;
    padding:0px 5px;
}
.service .nopadding .bg
{
    zoom: 1;
    width: 96.6%;
    display: block;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background-color: rgba(41,125,215,0.8);
    filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#a0000000',endcolorstr='#a0000000');
    position: absolute;
    bottom: 0px;
    line-height: 34px;
    font-size: 17px;
    padding-left: 10px;
    white-space:nowrap; 
    overflow:hidden;
    text-overflow:ellipsis;
}
.service .nopadding .bg span
{
    margin-left: 10px;
}
.service .service-b
{
    margin-top: 10px;
}
.service .nopadding .bg1
{
    background-color: rgba(51,203,204,0.8);
}
.service .nopadding .bg2
{
    background-color: rgba(0,153,255,0.8);
}
.service .nopadding .bg3
{
    background-color: rgba(147,208,81,0.8);
}
.service .service_con .img-responsive
{
    margin:0;
}


/*公司简介*/
.about
{
    /*background-image: ;*/
    background:#f4f4f4;
}
.about .about-left
{
    padding-left:22px;
    padding-right:50px;
}
.about .about-left .about-title
{
    text-align: right;
    color: #5b5b5b;
    font-size: 38px;
    margin: 40px 0px 20px;
}
.about .about-left h4
{
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
}
.about .about-left p
{
    color: #000;
    font-size: 15px;
    line-height: 28px;
}
.about .mat
{
    width: 100%;
    filter:alpha(opacity=90);
     -moz-opacity:0.9;
      -khtml-opacity: 0.9; 
      opacity: 0.9;
}
.about a
{
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.about .btn-default
{
    background: transparent;
    border-radius: 2px;
    border: 2px solid #5b5b5b;
}
.about .nopadding
{
    padding: 0;
}


/* 公开课 */
.lesson
{
    padding-bottom:40px;
}
.lesson-title
{
    padding-top:40px;
    padding-bottom:30px;
    text-align: center;
}
.lesson-title h2
{
    font-size: 28px;
    color: #272727;
    font-weight: 700;
}
.lesson-title h2 p
{
    font-size: 22px;
    color: #5b5b5b;
    margin-top: 10px;
    font-weight: normal;
}
.lesson a.more
{
    font-size: 16px;
    margin-top:5px;
}
.lesson .yq_tabs
{
    border-bottom: 0px;
}

.lesson .yq_tabs li
{
    float: none;
    width: 100%;
    padding:10px auto;
    
}

.lesson .yq_tabs > li > a
{
    background-color: transparent;
    color: #565656;
    border-radius: 0px;
    padding:0px 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translatez(0);
    transform: translatez(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}

.lesson .yq_tabs > li > a:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1bbc9b;
    -webkit-transform: scalex(0);
    transform: scalex(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.lesson .yq_tabs > li > a:hover
{
    color: #fff;
}

.lesson .yq_tabs > li > a:hover:before
{
    -webkit-transform: scalex(1);
    transform: scalex(1);
}
.lesson .yq_tabs .active > a
{
    color: #fff;
    background: #1bbc9b;
    border-color: transparent;
}

.lesson .yq_tabs > li.active > a:hover
{
    color: #fff;
    border-color: transparent;
}

.lesson .yq_tabs > li.active > a:focus
{
    color: #fff;
    background: #1bbc9b;
    border-color: transparent;
}

.lesson .yq_tabs .glyphicon
{
    margin-top: 16px;
    margin-right: 20px;
    font-size: 46px;
    float: left;
}
.lesson .yq_tabs .yq_zi h5
{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lesson .yq_tabs .yq_zi p
{
    font-size: 16px;
    color: #686868;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    
}

.lesson .yq_tabs .active .arrow
{
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(27,188,155, 1) !important;
    position: absolute;
    margin-top: -72px;
    right: -17px;
}

.lesson .yq_tabs .active:hover .arrow
{
    display: none;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(27,188,155, 1) !important;
    position: absolute;
    margin-top: -72px;
    right: -17px;
}

.lesson .yq_content .tab-pane
{
    height: 100%;
    padding: 10px;
}
.lesson .yq_content .tab-pane h5
{
    font-size: 16px;
    font-weight: 700;
    color: #4a4949;
}

.lesson .yq_content .tab-pane p
{
    line-height: 160%;
    font-size: 15px;
    color: #686868;
    
}
.lesson .yq_content .tab-pane .shijian,.lesson .yq_content .tab-pane .dizhi
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}

.lesson .yq_content .tab-pane img
{
    width: 100%;
}






@media (min-width: 767px)
{
    .lesson .yq_tabs
    {
        border-bottom: 0px;
    }

    .lesson .yq_tabs li
    {
        float: none;
        margin-bottom:5px;
    }

    .lesson .yq_tabs > li > a
    {
        background-color: transparent;
        color: #565656;
        border-radius: 0px;
        padding:0px 10px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translatez(0);
        transform: translatez(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .lesson .yq_tabs > li > a:before
    {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background:#ccc;
        /*background: -webkit-linear-gradient(left, #0781c2 , #049c81);
        background: -o-linear-gradient(right, #0781c2 , #049c81); 
        background: -moz-linear-gradient(right, #0781c2 , #049c81); 
        background: linear-gradient(to right, #0781c2 , #049c81); */
        -webkit-transform: scalex(0);
        transform: scalex(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .lesson .yq_tabs > li > a:hover
    {
        color: #fff;
    }

    .lesson .yq_tabs > li > a:hover:before
    {
        -webkit-transform: scalex(1);
        transform: scalex(1);
    }
    .lesson .yq_tabs .active > a
    {
        color: #464646;
        background:#ccc;
        /*background: -webkit-linear-gradient(left, #0781c2 , #049c81);
        background: -o-linear-gradient(right, #0781c2 , #049c81); 
        background: -moz-linear-gradient(right, #0781c2 , #049c81); 
        background: linear-gradient(to right, #0781c2 , #049c81); */
        border-color: transparent;
    }

    .lesson .yq_tabs > li.active > a:hover
    {
        color: #464646;
        background:#ccc;
        /*background: -webkit-linear-gradient(left, #0781c2 , #049c81);
        background: -o-linear-gradient(right, #0781c2 , #049c81); 
        background: -moz-linear-gradient(right, #0781c2 , #049c81); 
        background: linear-gradient(to right, #0781c2 , #049c81); */
        border-color: transparent;
    }

    .lesson .yq_tabs > li.active > a:focus
    {
        color: #464646;
        background:#ccc;
        /*background: -webkit-linear-gradient(left, #0781c2 , #049c81);
        background: -o-linear-gradient(right, #0781c2 , #049c81); 
        background: -moz-linear-gradient(right, #0781c2 , #049c81); 
        background: linear-gradient(to right, #0781c2 , #049c81); */
        border-color: transparent;
    }

    .lesson .yq_tabs .glyphicon
    {
        margin-top: 16px;
        margin-right: 20px;
        font-size: 42px;
        float: left;
    }

    .lesson .yq_tabs .yq_zi h5
    {
        font-size: 16px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lesson .yq_tabs .yq_zi p
    {
        font-size: 16px;
    }

    .lesson .yq_tabs .pull-right
    {
        font-size: 12px;
        margin-top: -12px;
    }

    .lesson .yq_tabs .active .arrow
    {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #ccc !important;
        position: absolute;
        margin-top: -52px;
        right: -14px;
    }

    .lesson .yq_tabs .active:hover .arrow
    {
        display: none;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #ccc !important;
        position: absolute;
        margin-top: -52px;
        right: -14px;
    }

    .lesson .yq_content .tab-pane
    {
        height: 340px;
        padding: 5px;
    }



    .lesson .yq_content .tab-pane h5
    {
        font-size: 16px;
        font-weight: 700;
        color: #4a4949;
    }

    .lesson .yq_content .tab-pane p
    {
        line-height: 140%;
        font-size: 16px;
        color: #686868;
    }

    .lesson .yq_content .tab-pane img
    {
        width: 100%;
    }
}

/* 新闻 */
.news
{
    background-color: #f4f4f4;
    padding-bottom: 40px;
}
.news a.more
{
    font-size: 16px;
    margin-top:10px;
    padding-right:20px;
}
/*图片新闻*/

#yq_carousel_tp .carousel-inner 
{
    margin-bottom:19px;
}

#yq_carousel_tp .carousel-inner .item a img
{
    width: 100%;
    margin-top:5px;
    z-index: 0;
}

#yq_carousel_tp ol
{
    top: 91%;
    margin-right: 0px;
}

#yq_carousel_tp .carousel-indicators
{
    position: absolute;
    bottom: 10px;
    right: 5%;
    z-index: 15;
    width: 75%;
    padding-left: 20%;
    text-align: right;
    list-style: none;
}

#yq_carousel_tp ol li
{
    width: 10px;
    height: 10px;
}

#yq_carousel_tp ol .active
{
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border-color: #ffffff;
}

#yq_carousel_tp .carousel-inner .item .carousel-caption
{
    background: rgba(0,0,0, 0.3) !important;
    filter: alpha(opacity=30);
    max-height: 19px;
    width: 100%;
    color: #ffffff;
    margin-left: -20%;
    padding-left:10px;
    margin-bottom:-34px;
}

#yq_carousel_tp .carousel-inner .item .carousel-caption .pull-left
{ 
     width:80%;
}
#yq_carousel_tp .carousel-inner .item .carousel-caption .pull-left h5
{ 
    margin-top:-10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#yq_carousel_tp .carousel-inner .item .carousel-caption .pull-left a
{ 
    font-size: 18px;
    color:#fff;
    line-height:10px;
   
}

/*两边的图片按钮*/
.carousel-control
{
    position: absolute;
    z-index: 25;
    top: 40%;
    bottom: 35%;
}

.carousel-control img
{
    width: 30px;
    height: 50px;
}

.carousel-control.left
{
    background:transparent;
    filter: alpha(opacity=80);
    left:-4%;
}

.carousel-control.left:hover
{
    background:transparent;
    filter: alpha(opacity=20);
}

.carousel-control.right
{
    background:transparent;
    filter: alpha(opacity=80);
    right:-4%;
}

.carousel-control.right:hover
{
    background:transparent;
    filter: alpha(opacity=20);
}
/*新闻列表*/
.news-list ul li
{
    font-size:15px;
    line-height:2.4em;
    list-style-type:square;
}


/*联系我们*/
.contact
{
    background-image: ;
    padding:25px 0px;
    color: #fff;
}
.contact .contact-left
{
    padding-top: 40px;
}
.contact .contact-left h3
{
    margin-bottom: 20px;
}

.contact .contact-left .message
{
    margin-bottom: 20px;
}
.form-control:focus
{
    border-color: #1bbc9b;
    outline: 0;
}
.contact .contact-left .message a
{
    margin-right:20px;
}
.contact .contact-left .message .btn
{
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    border-color: #fff;
    font-family: microsoft yahei,simhei;
    padding: 6px 30px;
    border-radius: 2px;

}

.contact .contact-left .message .btn:hover, .contact-left .message .btn:focus, .contact-left .message .btn.active
{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    background-image: none;
    border-radius: 2px;
}
.contact .contact-right
{
    padding-right:0;
}
.contact .contact-right h4
{
    margin-top: 10px;
    font-weight: bold;
    font-size:16px;
}
.contact .contact-right p
{
    margin: 0px;
}
.contact .contact-right td
{
    padding-right:15px;
    padding-bottom:15px;
}
/*站点地图*/
.sitemap
{
    margin-top: 30px;
}
.sitemap h2
{
    margin-bottom: 40px;
    color: #282828;
    font-family: microsoft yahei,simhei;
    font-weight: bold;
    font-size: 20px;
}
.sitemap h3
{
    margin-bottom:15px;
    color: #282828;
    font-family: microsoft yahei,simhei;
    font-weight: 100;
    font-size: 16px;
    border: 0px;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
    border-left: 5px solid #0076af;
    border-bottom: 1px solid #ccc;
}
.sitemap h3 a
{
    color: #282828;
}
.sitemap h3 a:hover
{
    color: #696969;
    font-family: microsoft yahei,simhei;
    font-weight: 100;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
}
.sitemap ul
{
    padding:15px 0px;
}
.sitemap .btn-group-justified li
{
    margin-bottom:10px;
}
.sitemap .btn-group-justified li > a
{
    color: #585858;
    font-family: microsoft yahei,simhei;
    font-weight: 100;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    background-color: #ebebeb;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    margin-left:0px;
}

.sitemap .btn-group-justified > li > a:hover
{
    color: #ffffff;
    font-family: microsoft yahei,simhei;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    background-color: #6d6d6d;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
}


/*=================newslist==================*/
.pbanner
{
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    display: block;
    text-align: center;
}
/*pbanner结束*/
.wrap
{
    margin: 40px auto;
}
/*左侧*/
.leftframe
{
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.leftframe .page-header
{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 32px;
}
.leftframe .page-header a
{
    font-size: 20px;
    color: #0170a8;
    font-weight: bold;
}
/*未选择*/

.leftframe .nav-stacked > li > a, .leftframe .nav-stacked > li > ul > li a
{
    color: #000000;
    background-color: #efefef;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    text-align: center;
    margin-left: 0px;
}


/*已选择*/
.leftframe .nav-stacked > .active > a
{
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: #0076af;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    margin-left: 0px;
}

.leftframe .nav-stacked > li > a:hover, .leftframe .nav-stacked > li > a:focus
{
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    background-color: #0076af;
    margin-left: 0px;
}

.leftframe_yq
{
    padding-left: 12px;
    padding-right: 12px;
}

.leftframe img
{
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.leftframe h3
{
    font-size: 18px;
    margin-bottom: 10px;
}
.leftframe_yq .list-group a
{
    margin-bottom: 2px;
}

.leftframe_yq > .list-group > a
{
    color: #000000;
    background-color: transparent;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    text-align: left;
}
/*已选择*/
.leftframe_yq .list-group .active
{
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    border-left: 5px solid #3ec1e9;
    background-color: #0076af;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: left;
}

.leftframe_yq .list-group > a:hover, .leftframe_yq .list-group > a:focus
{
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: left;
    background-color: #0076af;
}

/*相关阅读*/
.articles_yq h3
{
    border-left:4px solid #0076af;
    padding-left:8px;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:15px;
    font-size:18px;
}
.articles_yq p
{
    padding-left:5px;
}
.articles_yq h5
{
    font-size:15px;
    margin-bottom:20px;
    border-bottom:1px dashed #ccc;
    padding-bottom:8px;
    line-height:1.2em;
}
.articles_yq h5 span,.articles_yq p span
{
    padding-right:10px;
}
.articles_yq .list-group .list-group-item
{
    margin-bottom:5px;
    overflow:hidden;
}


/*图文混排新闻列表*/

.yq-list-group
{
    font-family: 'microsoft yahei' , '微软雅黑' , 'simsun' , '宋体' , 'arial';
}
.yq-list-group .list-group-item
{
    margin: 0;
    margin-top:-1px;
    padding: 0;
}
.yq-list-group .list-group-item a
{
    text-decoration: none;
    color: #000000;
}
.hot0 .hotimg,.hot .hotimg
{
    display:none;
}
.yq-list-group .list-group-item a:hover
{
    text-decoration: none;
    color: #0a5fa1;
}
.yq-list-group .list-group-item .item-heading
{
    margin: 0;
    padding:5px 10px;
}
.yq-list-group .list-group-item .item-heading h3
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
}
.yq-list-group .list-group-item .item-heading p
{
    font-size: 14px;
}
.yq-list-group .list-group-item .item-img
{
    margin: 0;
    padding: 8px 0px 8px 10px;
    overflow: hidden;
}
.yq-list-group .list-group-item .item-img img
{
    width: 100%;
}
/* 翻页 */

.pagination > li > a
{
    color: #000000;
}
.pagination > li > a:hover, .pagination > li > a:focus
{
    color: #666666;
    background-color: #eee;
    border-color: #ddd;
}
/*服务范围列表*/
.service-list .item-heading h3
{
    font-size:15px;
    line-height:2.8em;
    border-bottom:1px dashed #ccc;
    padding:0px 10px;
}




/*文章*/
.article_yy
{
    -moz-box-shadow: 1px 1px 1px 1px #cccccc;
    -webkit-box-shadow: 1px 1px 1px 1px #cccccc;
    box-shadow: 1px 1px 1px 1px #cccccc;
    color: #666666;
}

.article_yq
{
    height: 100%;
    padding: 15px;
}
.article_yq hr
{
    margin:10px auto;
    border:0;
    border-bottom:1px solid #eee;
}
.article_yq h2
{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight:bold;
    color:#000;
}
.article_yq h4
{
    font-size:15px;
    color:#000;
    font-weight:normal;
}
.article_yq p
{
    font-size: 15px;
    color:#000;
}
.article_yq .yq-body
{
    font-size: 15px;
    line-height: 1.5em;
    color:#000;
}
.article_yq .yq-body p
{
    text-indent: 2em;
}
.article_yq .yq-body h1, .article_yq .yq-body h2, .article_yq .yq-body h3, .article_yq .yq-body h4, .article_yq .yq-body h5
{
    font-weight: bold;
    line-height: 200%;
}
.article_yq .yq-body img
{
    max-width: 95%;
    height:auto;
    margin: 10px;
}
.article_yq .yq-body ol li, .article_yq .yq-body ul li
{
    font-size: 15px;
    margin-left:3em;
    line-height: 150%;
}
.article_yq .yq-tag
{
    font-size: 15px;
    text-indent: 0em;
    margin-top: 20px;
}
.article_yq .yq-tag a
{
    color: #666666;
}
.article_yq .yq-page
{
    text-indent: 0em;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
    text-indent: 0em;
    line-height: 180%;
}
.article_yq .yq-page a
{
    color: #666666;
}
/*文章 end*/
/*相关推荐*/
.recommend
{
    margin-top:5px;
}
.recommend h2
{
    border-left:3px solid #0169a6;
    padding-left:5px;
}



/*当前位置*/
.article_yq .smalln
{
    margin-bottom: 50px;
}

.article_yq .smalln .pull-left
{
    height: 40px;
    width: 100%;
    background: #ffffff;
}

.article_yq .smalln .pull-left h5
{
    font-size: 15px;
}
.article_yq .smalln .pull-left table
{
    font-size: 15px;
    margin-top: -16px;
}
.article_yq .smalln .breadcrumb
{
    background: transparent;
}
.article_yq .smalln .breadcrumb
{
    padding-top: 28px;
}


/*footer*/
footer
{
    border-top: 2px solid #fff;
    background-color: #2b2c30;
    padding: 20px 0px;
    color: #fff;
}
footer .copy
{
    padding-top:15px;
}
footer a
{
    color: #fff;
}
footer a:hover
{
    color: #8d8d8d;
}
footer p
{
    margin-top: 10px;
}


