.ggtimg
{
    display:none;/*广告语不显示----2024-11-13*/
    }
body
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Microsoft Yahei;
    background-color: #fefefe;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead
{
    font-family: Microsoft Yahei;
}
a
{
    font-family: "Microsoft YaHei";
    color: #424242;
}
a:active, a:hover
{
    color: #00a0ec;
    font-family: "Microsoft YaHei";
}
a:link
{
    text-decoration: none;
    font-family: "Microsoft YaHei";
}
a:active
{
    text-decoration: blink;
    font-family: "Microsoft YaHei";
}
a:hover
{
    text-decoration: none;
    font-family: "Microsoft YaHei";
}
a:visited
{
    text-decoration: none;
    font-family: "Microsoft YaHei";
}
div, ul, li, h1, h2, h3
{
    padding: 0;
    margin: 0;
}
ul, li
{
    list-style: none;
}
.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;
}
.yq-daohang
{
    margin-top: 10px;
    border-bottom: 3px solid #00a0ec;
}
.yq_top
{
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=50);
}
.yq_top .navbar-collapse .navbar-nav li
{
    padding: 10px 0;
}
.yq_top .navbar-collapse .navbar-nav li a
{
    padding: 0px 10px 2px 10px;
}
.yq_top .navbar-collapse .navbar-nav li a:hover, .yq_top .navbar-collapse .navbar-nav li a:focus
{
    background-color: transparent;
}
.navbar-yq
{
    margin-top: 10px;
    margin-bottom: 10px;
} 
    
    
/* 缩小下拉按钮颜色 */
.navbar-yq .navbar-toggle
{
    margin-top: -35px;
}
.navbar-yq .navbar-toggle .icon-bar
{
    background-color: #ffffff;
    border: #00a0ec;
}

/*小屏幕时标题菜单样式*/
.navbar-yq .navbar-collapse
{
    padding-left: 0;
}
.navbar
{
    margin-bottom: 0;
    min-height: 30px;
}
.navbar-yq .navbar-nav
{
    width:1200px;
    height:35px;
    margin:0 auto;
    }
.navbar-yq .navbar-nav > li
{
    background-color: #ffffff;
    border-color: #ffffff;   
    border-bottom-style: groove;
    width:120px;
    margin-right:20px;
}
.navbar-yq .navbar-nav > li > a
{
    color: #00a0ec;
    font-size: 16px;
    font-family: Microsoft Yahei;
    text-align: center;
}
/* 普通菜单项hover时的字体颜色和背景  */
.navbar-yq .navbar
{
    border-radius: 0;
}
.navbar-yq .navbar-nav > li > a:hover, .navbar-yq .navbar-nav > li > a:focus
{
    text-align: center;
    color: #00a0ec;
    background-color: #efefef;
    border-radius: 3px 3px 0px 0px;
}

/* 当前选中菜单项的字体颜色和背景  */
.navbar-yq .navbar-nav > .active > a, .navbar-yq .navbar-nav > .active > a:hover, .navbar-yq .navbar-nav > .active > a:focus
{
    text-align: center;
    color: #00a0ec;
    background-color: #efefef;
    border-radius: 3px 3px 0px 0px;
}

/*下拉菜单背景*/
.navbar-yq .navbar-nav .dropdown > .dropdown-menu
{
    background-color: #ffffff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    min-width: 120px;
    margin-left: 9px;
    text-align: center;
}
/*大屏幕时标题菜单样式*/

@media (min-width: 767px)
{
    /* 触摸弹出菜单 */
    .navbar .nav > li .dropdown-menu
    {
        margin: 0;
    }
    .navbar .nav > li:hover .dropdown-menu
    {
        display: block;
    }

    .navbar-yq .navbar-nav > li
    {
        width:110px;
        margin-right:10px;
        border-width: 0px;
        background-color: Transparent;
    }

    /* 普通菜单项的颜色和背景  */
    .navbar-yq .navbar-nav > li > a
    {
        color: #787878;
        font-size: 16px;        
        height: 35px;
        padding-top:10px;

    }
    /* 普通菜单项hover时的字体颜色和背景  */

    .navbar-yq .navbar-nav > li > a:hover, .navbar-yq .navbar-nav > li > a:focus
    {
        color: #fff;
        font-size: 16px;
        background-color: #00a0ec;
        padding-right: 15px;
        height: 35px;
    }

    /* 当前选中菜单项的字体颜色和背景  */
    .navbar-yq .navbar-nav > .active > a, .navbar-yq .navbar-nav > .active > a:hover, .navbar-yq .navbar-nav > .active > a:focus
    {
        color: #fff;
        font-size: 16px;
        font-family: Microsoft Yahei;
        background-color: #00a0ec;        
        height: 35px;
    }


}
@media (min-width:992px)and (max-width:1200px)
{
    .navbar-yq .navbar-nav > li
    {
        width:110px;
        margin-right:10px;
    }
    
    }
@media (min-width:1200px)
{
    .navbar-yq .navbar-nav > li
    {
        width:135px;       
    }
    }
/*小屏幕下拉菜单样式*/
.navbar-yq .navbar-nav .dropdown .dropdown-menu > li
{
    border-color: #afa1fa;
    border-width: 1px;
    border-bottom-style: groove;
}

.navbar-yq .navbar-nav .dropdown .dropdown-menu > li > a
{
    height: 35px;
    padding-top: 7px;
    color: #000;
    font-size: 14px;
    font-family: Microsoft Yahei;
}


.navbar-yq .navbar-nav .dropdown .dropdown-menu
{
    padding-top: 1px;
    padding-bottom: 0px;
}
/*大屏幕下拉菜单样式*/
@media (min-width: 767px)
{

    .navbar-yq .navbar-nav .dropdown .dropdown-menu > li
    {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-yq .navbar-nav .dropdown .dropdown-menu > li > a
    {
        height: 40px;
        color: #03b904;
        font-size: 14px;
        font-family: Microsoft Yahei;
    }


}
/*下拉菜单选中*/
.navbar-yq .navbar-nav .dropdown .dropdown-menu > .active > a
{
    background-color: #ffffff;
    color: #03b904;
    font-size: 14px;
    font-family: Microsoft Yahei;
}

/*下拉菜单悬停*/
.navbar-yq .navbar-nav .dropdown .dropdown-menu > li > a:hover, .navbar-yq .navbar-nav .dropdown .dropdown-menu > li > a:focus
{
    background-color: #efefef;
    color: #03b904;
    font-size: 14px;
}

.navbar-yq .navbar-link
{
    color: #777;
}
.navbar-yq .navbar-link:hover
{
    color: #fff;
}
.navbar-yq .btn-link
{
    color: #777;
}
.navbar-yq .btn-link:hover, .navbar-yq .btn-link:focus
{
    color: #fff;
}
.navbar-yq .btn-link[disabled]:hover, fieldset[disabled] .navbar-yq .btn-link:hover, .navbar-yq .btn-link[disabled]:focus, fieldset[disabled] .navbar-yq .btn-link:focus
{
    color: #444;
}
/*修复bootstrap3.0的bug*/
.nav .navbar-yq .navbar-nav > li.active
{
    font-weight: bold;
}

.navbar-yq .navbar-nav > .disabled > a, .navbar-yq .navbar-nav > .disabled > a:hover, .navbar-yq .navbar-nav > .disabled > a:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-yq .navbar-toggle
{
    margin-top: -70px;
    border-color: #007fbb;
}
.navbar-yq .navbar-toggle:hover, .navbar-yq .navbar-toggle:focus
{
    background-color: #ddd;
}
.navbar-yq .navbar-toggle .icon-bar
{
    background-color: #007fbb;
}
.navbar-yq .navbar-collapse, .navbar-yq .navbar-form
{
    border-color: #e7e7e7;
}
/*header*/

.paddingleftno
{
    padding-left: 0;
    margin-left: 0;
}
.paddingrigntno
{
    padding-right: 0;
    margin-right: 0;
}
@media (max-width: 767px)
{
    .header_yq .headnav
    {
        display: none;
    }
}
.header_yq .headnav
{
    text-align: center;
    float: left;
}
.header_yq .headnav .fengs
{
    float: left;
}
.header_yq .headnav .fengs a
{
    color: #fff;
    font-family: "Microsoft YaHei";
    padding: 5px 10px;
}

.header_yq .headnav li a:hover, .header_yq .headnav li a:focus
{
    color: #d91b1b;
    background-color: Transparent;
}
.zhongwen ul li
{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.zhongwen ul li span
{
    padding: 5px;
}
.zhongwen ul li a
{
    color: #fff;
}
.zhongwen ul li a:hover, .zhongwen .ul li a:focus
{
    color: #d91b1b;
    background-color: Transparent;
}

/*navbar-logo*/
.navbar-yq .head_yq
{
    margin-bottom: 5px;
}
.navbar-yq .head_yq .logo
{
    padding: 15px 0 20px 0;
}
.navbar-yq .head_yq .logo .logoimg
{
    float: left;
}
.navbar-yq .head_yq .logo .logoimg img
{
    height: 60px;
    padding-right: 20px;
}
.navbar-yq .head_yq .logo .ggtimg img
{
    height: 30px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .navbar-yq .head_yq .logo .ggtimg
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .navbar-yq .head_yq .logo .ggtimg
    {
        display: none;
    }
}
/*搜索栏*/
@media (max-width: 767px)
{
    .sous
    {
        display: none;
    }
}
.sous
{
    padding-left: 0;
    margin-left: 0;
}
.sous .input-group
{
    width: 70%;
}
.sous .input-group .btn
{
    color: #fff;
    background-color: #00a0ec;
    border-color: #00a0ec;
}


.sous
{
    margin-top: 10px;
}
.keyword
{
    color: #021b30;
    padding-top: 10px;
}
.keyword a
{
    color: #555555;
    font-size: 12px;
}
.keyword .pull-left
{
    padding-top: 5px;
}
.keyword .pull-left a
{
    padding: 0 3px 0 3px;
}
.keyword .pull-right
{
    padding-top: 8px;
}
.keyword .pull-right a
{
    color: #021b30;
}
/*banner*/
.bg_yq
{
    padding-left: 0;
    padding-right: 0;
}
/*轮番开始*/

#yq_carousel
{
    width: 100%;
    height: 430px;
    min-height: 430px;
}

#yq_carousel .carousel-inner
{
    width: 100%;
    height: 430px;
    min-height: 430px;
    position: absolute;
}

#yq_carousel .carousel-inner .item
{
    width: 100%;
    height: 430px;
    min-height: 430px;
}
#yq_carousel .carousel-inner .item img
{
    min-height: 430px;
    height: 430px;
}

/*两边的图片按钮*/

.yq_carousel-control
{
    position: absolute;
    z-index: 999;
    top: 40%;
    transition: opacity 0.35s;
    display: none;
}
#yq_carousel:hover .yq_carousel-control
{
    display: block;
    border: 0;
}

.yq_carousel-control img
{
    width: 40px;
    height: 60px;
}

.yq_carousel-control.left
{
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=80);
}

.yq_carousel-control.left:hover
{
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=20);
    background-image: none;
}

.yq_carousel-control.right
{
    right: 0px;
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=80);
}

.yq_carousel-control.right:hover
{
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=20);
    background-image: none;
}

#yq_carousel .carousel-indicators
{
    position: absolute;
    bottom: 10px;
    right: 5%;
    z-index: 15;
    width: 60%;
    padding-left: 35%;
    text-align: right;
    list-style: none;
}
#yq_carousel .carousel-inner .item .carousel-cap
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=50);
    height: 40px;
    width: 100%;
    color: #ffffff;
    z-index: 60;
    bottom: 0px;
}
#yq_carousel .carousel-inner .item .carousel-cap p
{
    padding: 10px;
    font-size: 15px;
}
/* 轮番 结束 */

/*nav-tabs*/
.nopadding
{
    padding-right: 0;
    padding-left: 0;
}
.tabs_yq
{
    margin-top: 20px;
}
.tabs_yq .nav-tabs
{
    width: 100%;
    float: left;
    border: none;
}
.tabs_yq .nav-tabs > li
{
    float: none;
    margin-bottom: 5px;
    /*background: rgba(25, 123, 248, 0.7) none repeat scroll 0 0 !important;*/
    height: 82px;
}
.tabs_yq .nav-tabs > li img
{
    width: 25%;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .tabs_yq .nav-tabs > li img
    {
        width: 10%;
        margin-right: 5px;
        margin-left: 20px;
        margin-top: 10px;
    }
}
.tabs_yq .nav-tabs > li > a
{
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-right: 0;
    border: none;
    border-radius: 0;
    height: 82px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tabs_yq .nav-tabs li a span
{
    padding-top: 40px;
}
.tabs_yq .nav-tabs > li.active > a:hover
{
    color: #fff;
    border: none;
    border-bottom-color: none;
    background: rgba(173, 219, 239, 0.2) none repeat scroll 0 0 !important;
}
.tabs_yq .nav-tabs > li.active > a, .tabs_yq .nav-tabs > li.active > a:focus
{
    color: #fff;
    border: none;
    border-bottom-color: none;
    background: rgba(173, 219, 239, 0.5) none repeat scroll 0 0 !important;
}
.tabs_yq .tab-content
{
    width: 100%;
    float: right;
}
.tabs_yq .tab-content .tab-pane
{
    height: 430px;
}
.tabs_yq .tab-content .tab-pane .content-box1
{
  padding: 20px 30px 20px 30px;
    color: #fff;
}
.tabs_yq .tab-content .tab-pane .content-box1 a
{
    color: #fff;
}
.tabs_yq .tab-content .tab-pane .content-box1 span
{
    margin-right: 20px;
}
.tabs_yq .tab-content .tab-pane .content-box1 a:hover, .tabs_yq .tab-content .tab-pane .content-box1 a:focus
{
    color: #dc1717;
}
.tabs_yq .nav-tabs > li.active > a, .tabs_yq .nav-tabs > li.active > a:hover, .tabs_yq .nav-tabs > li.active > a:focus
{
    color: #fff;
    background: rgba(173, 219, 239, 0.5) none repeat scroll 0 0 !important;
}
.tabs_yq .nav > li > a:hover, .tabs_yq .nav > li > a:focus
{
    background-color: Transparent;
}
.tabs_yq .nav-tabs li a span
{
    margin-top: 15px;
}







.liebiao h4
{
    font-size:18px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
    border-bottom:1px solid #fff;
    padding-bottom:20px;
}
.liebiao .listne .ff
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.liebiao .listne .ff a
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    text-align: left;
    font-size: 15px;
}




.tabs_yq .tab-content .tab-pane .content-box1 .cpfenlei h4
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
}
.tabs_yq .tab-content .tab-pane .content-box1 .cpfenlei ul li
{
    float: left;
    padding-right: 20px;
}
.tabs_yq .tab-content .tab-pane .content-box1 .cpfenlei ul li a
{
    font-weight: normal;
    font-size: 14px;
}
.tabs_yq .tab-content .tab-pane .content-box1 .cpfenlei .listne .ff
{
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.tabs_yq .tab-content .tab-pane .content-box1 .cpfenlei .listne .ff a
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    text-align: left;
    font-size: 14px;
    font-family:simsun;
}
.tabs_yq .tab-content .tab-pane .content-box1 span
{
    position:absolute;
    bottom:25px;
    right:20px;
    }





/*公司介绍*/
.company_yq
{
    padding-top: 50px;
    padding-bottom: 30px;
}
.company_yq .company_yqtabs .nav-tabs
{
    border-bottom: 1px solid #00a0ec;
}
.company_yq .company_yqtabs .nav-tabs li a
{
    border: 1px solid #ccc;
    background-color: #fff;
    border-bottom: none;
    color: #2b2b2b;
}
.company_yq .company_yqtabs .nav-tabs .active a
{
    background-color: #00a0ec;
    color: #FFF;
}
.company_yq .company_yqtabs .nav-tabs .more
{
    float: right;
}
.company_yq .company_yqtabs .nav-tabs .more a
{
    margin-top: 2px;
    border: none;
    background-color: Transparent;
    color: #0170a8;
}
.company_yq .company_yqtitle
{
    padding: 20px 0;
}
.company_yq .company_yqtitle .video_div
{
    width: 100%;
    margin-bottom: 15px;
}
.company_yq .company_yqimg
{
    padding: 20px 0;
}
.company_yq .company_yqimg .carousel-inner .item a img
{
    width: 100%;
    height: 320px;
}
/*两边的图片按钮 */
#yq_carousel_tp .carousel-control
{
    position: absolute;
    z-index: 999;
    top: 40%;
    transition: opacity 0.35s;
   display: none;
    }
#yq_carousel_tp:hover .carousel-control
{
     display: block;
    border: 0;
    }
#yq_carousel_tp .carousel-control img
{
    width: 40px;
    height: 50px;
}
#yq_carousel_tp .carousel-control.left
{
     width: 40px;
    height: 50px;
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=80);
}
#yq_carousel_tp .carousel-control.left:hover
{
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=20);
    background-image: none;
    }
#yq_carousel_tp .carousel-control.right
{
     width: 40px;
    height: 50px;
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=80);
}
#yq_carousel_tp .carousel-control.right:hover
{
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=20);
    background-image: none;
    }
/*专业团队*/
.company_yq .company_zy .company_zybt
{
    border-bottom: 1px solid #00a0ec;
}
.company_yq .company_zy .company_zybt .nav-tabs li a
{
    border: 1px solid #ccc;
    background-color: #00a0ec;
    color: #FFF;
    border-bottom: none;
}
.company_yq .company_zy .company_zybt ul .more
{
    float: right;
}
.company_yq .company_zy .company_zybt ul .more a
{
    border: none;
    background-color: Transparent;
    color: #00a0ec;
}
.company_yq .company_zy .company_zynr
{
    padding: 20px 0;
}
.company_yq .company_zy .company_zynr ul li
{
    background-color: #ededed;
    margin-bottom: 5px;
    border-left: 5px solid #00a0ec;
    padding: 10px 10px 5px 10px;
}
.company_yq .company_zy .company_zynr ul li .media-left
{
    width: 30%;
    float: left;
    margin-right: 10px;
}
.company_yq .company_zy .company_zynr ul li .media-left img
{
    width: 100%;
    margin-right: 10px;
}
.company_yq .company_zy .company_zynr ul li .media-heading
{
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*案例介绍*/
.case_yq .case_bttp a img
{
    width: 100%;
}
.case_yq .case_body
{
    padding: 20px;
}
.case_body .carousel .carousel-inner .item ul li
{
    padding: 0;
}
.case_body .carousel .carousel-inner .item ul li a img
{
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 200ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 200ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 200ms;
    width: 100%;
    height: auto;
}

.case_body .carousel .carousel-inner .item ul li
{
    border: 0;
    border-radius: 2px;
}
.case_body .carousel .carousel-inner .item ul li .caption
{
    border-top: 1px solid #ddd;
    background-color: #FFF;
}
.case_body .carousel .carousel-inner .item ul li .caption h3
{
    font-size: 18px;
    padding: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case_body .carousel .carousel-inner .item ul li .lie
{
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.case_body .carousel .carousel-inner .item ul li .lie:hover
{
    box-shadow: 0px 3px 20px #989898;
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
}


.case_body .carousel .carousel-inner .item ul li .media-img a img
{
    text-align: center;
    width: 100%;
}









/*两边的图片按钮*/
#yq_carousel_img3 .carousel-control
{
    position: absolute;
    top: 30%;
    bottom: 0;
    width: 15%;
}
#yq_carousel_img3 .carousel-control img
{
    width: 30px;
    height: 70px;
}
#yq_carousel_img3 .carousel-control.left
{
    left: -10%;
    background: Transparent;
}
#yq_carousel_img3 .carousel-control.left:hover
{
    background-color: Transparent;
    color: #000000;
    background-image: none;
}

#yq_carousel_img3 .carousel-control.right
{
    right: -10%;
    background: Transparent;
}
#yq_carousel_img3 .carousel-control.right:hover
{
    background-color: Transparent;
    color: #000000;
    background-image: none;
}
#yq_carousel_img3 .carousel-indicators
{
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#yq_carousel_img3 .carousel-indicators li
{
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #949494;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #949494;
    border-radius: 11px;
    margin: 0 1px 0 1px;
}
#yq_carousel_img3 .carousel-indicators .active
{
    width: 15px;
    height: 15px;
    background-color: #949494;
}
/*底部导航*/
.footernav_yq
{
    margin-top: 10px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    line-height: 24px;
}
.footernav_yq .rightborder
{
    border-right: 1px solid #ccc;
    height: 155px;
}
.footernav_yq .marginleft
{
    padding-left: 30px;
}
.footernav_yq ul
{
    margin-top: 10px;
}
.footernav_yq ul li
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footernav_yq ul li a
{
    color: #7b7b7b;
}
.footernav_yq ul li a:hover
{
    color: #00a0ec;
}
@media (max-width: 767px)
{
    .subsidiary_yq .subsidiary_one img
    {
        width: 100px;
        height: 80px;
    }
}
.wnopadding
{
    padding:0;
    margin:0;
    }
.footernav_yq .erweima
{
    margin-top:5px;
    float:left;
   
    }
.footernav_yq .erweima img
{
    height:150px;
    }
/*子公司分类*/

.subsidiary_yq
{
    margin-top: 20px;
}
.subsidiary_yq .subsidiary_one
{
    padding-top: 20px;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.subsidiary_yq .subsidiary_one img
{
   height: 75px;
}
.subsidiary_yq .subsidiary_two a img
{
    height: 110px;
}
@media (max-width: 767px)
{
    .subsidiary_yq .subsidiary_one img
    {
        width: 100px;
        height: 80px;
    }
}
/*内页部分*/
/*内容页*/
.article_yq .list-group .list-group-item .label
{
    background-color: Transparent;
    color: #666666;
}
.article_yq .smalln
{
    margin-top: 10px;
    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;
}

.article_yq .yq_dowmload img
{
    width: 100%;
}
.article_yq .yq_dowmload .btn
{
    color: #fff;
    background-color: #0170a8;
}
.article_yq .yq_dowmload .btn:hover
{
    background-color: #0c9be3;
}
.article_yq p
{
    text-indent: 2em;
}
/* div .articlebody
{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 2em;
}*/
/*左侧*/
.leftframe
{
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.leftframe .page-header
{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.leftframe .page-header a
{
    font-size: 20px;
    color: #0170a8;
    font-weight: bold;
}
/*未选择*/

.leftframe .nav-stacked > li > a
{
    color: #000000;
    background-color: #efefef;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    text-align: center;
}


/*已选择*/
.leftframe .nav-stacked > .active > a
{
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: #00a0ec;
    text-align: center;
}

.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;
    text-align: center;
    background-color: #00a0ec;
}

.leftframe
{
    padding-left: 12px;
    padding-right: 12px;
}

.leftframe img
{
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.leftframe h3
{
    font-size: 19px;
    margin-bottom: 10px;
}
.leftframe .list-group a
{
    margin-bottom: 2px;
}

.leftframe > .list-group > a
{
    color: #000000;
    background-color: Transparent;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    text-align: left;
}
/*已选择*/
.leftframe .list-group .active
{
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: #0076af;
    text-align: left;
}

.leftframe .list-group > a:hover, .leftframe .list-group > a:focus
{
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: Transparent;
    text-align: left;
    background-color: #0076af;
}

/*专业队伍*/
.nav > li > ul li a
{
    position: relative;
    display: block;
    padding: 10px 15px;
}
.leftframe .nav-stacked li ul li a
{
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #efefef;
    background-color: #fff;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    line-height: 24px;
    text-align: center;
    padding: 5px 0;
}

.leftframe .nav-stacked li ul .active a
{
    color: #fff;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    background-color: #0076af;
    line-height: 24px;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    padding: 5px 0;
}
.leftframe .list-group li ul li > a:hover, .leftframe .list-group li ul li > a:focus
{
    color: #fff;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    background-color: Transparent;
    line-height: 24px;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background-color: #0076af;
    padding: 5px 0;
}

/*无图新闻列表*/
.article_yq .list-group .list-group-item .wutu
{
    padding: 5px 5px 5px 5px;
}
.article_yq .list-group .list-group-item .wutu .list-group-item-caption .list-group-item-heading
{
    padding-left: 20px;
    padding-top: 5px;
}

.article_yq .list-group .list-group-item .wutu .list-group-item-caption .list-group-item-text
{
    margin-left: 20px;
    margin-top: 5px;
}
/*新闻列表*/


.article_yq .list-group .list-group-item
{
    padding: 8px;
}
.article_yq .list-group .list-group-item h4
{
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 5px;
    padding-top: 5px;
}

.article_yq .list-group .list-group-item p
{
    font-size: 14px;
    line-height: 20px;
    text-indent: 0em;
    padding: 0px 0px 0px 0px;
}

.article_yq .list-group .list-group-item .list-group-item-img
{
    max-width: 300px;
}
.article_yq .list-group .list-group-item .list-group-item-img img
{
    width: 100%;
}

.article_yq .list-group .list-group-item .list-group-item-img
{
    margin: 5px;
}

.article_yq .list-group .list-group-item .list-group-item-caption
{
    margin-left: -15px;
    padding: 0px 10px 0px 15px;
    font-size: 13px;
}

.article_yq .list-group .list-group-item .list-group-item-caption .pull-right
{
    margin-right: 15px;
    margin-top: 5px;
}
.article_yq .list-group .list-group-item .list-group-item-caption .pull-right .time
{
    font-size: 12px;
}

@media (max-width: 1100px)
{
    .article_yq .list-group .list-group-item h4
    {
        font-size: 14px;
        font-weight: bolder;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .article_yq .list-group .list-group-item p
    {
        font-size: 14px;
        line-height: 20px;
        text-indent: 0em;
        padding: 0px 0px 0px 0px;
    }
}
.article_yq .list-group .list-group-item .yq-tag
{
    margin: 5px 0;
}



.pagination > li > a, .pagination > li > span
{
    color: #000000;
}
.pagination > li > span
{
    padding: 3px 12px 3px 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus
{
    color: #666666;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #999999;
    border-color: #428bca;
}
/*新闻内页*/
.article_yq .articleheader
{
    border-bottom: 1px solid #ddd;
}
.article_yq .articleheader h2
{
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 10px;
}
.article_yq .articleheader h3
{
    font-size: 16px;
}
.article_yq h4
{
    font-size: 14px;
}
.article_yq h5
{
    font-size: 12px;
}
.newsw .page-header
{
    line-height: 24px;
}
.newsw .page-header h3
{
    padding-top: 10px;
}
.article_yq .classbody p
{
    text-indent: 2em;
}

/*泽华之最*/
.rightnew
{
    margin-top: 50px;
}
.rightnew .zhdt .zhdtbt h4
{
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #3ec1e9;
    padding-left: 10px;
    padding-bottom: 5px;
}
.rightnew .zhdt ul
{
    padding: 0 15px;
    margin-top: 8px;
}
.rightnew .zhdt ul li
{
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rightnew .zhdt ul li a
{
    padding-left: 8px;
}
/*设计制造*/
.box
{
    width: 100%;
    height: 546px;
    border: 1px solid #fff;
    padding: 0;
    margin: 0;
    background-color: #cacaca;
    border-radius: 10px;
}
.box .part_left
{
    padding: 0;
    margin: 0;
    padding: 2px;
}
.box .part_left .body
{
    height: 532px;
    overflow-y: scroll;
}
.box .part_left .leftone
{
    width: 100%;
    height: 540px;
    float: left;
    border: 1px solid #fff;
    padding: 5px;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
}
.box .part_left .leftone .body div
{
   display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 2em;
    }
.box .part_left .leftone div img
{
    width: 100%;
    float: right;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 0;
}
.box .part_left .leftone span
{
    margin: 10px 0;
}
.box .part_left .leftone .title
{
    background-color: #00a0ec;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 10px;
}
.box .part_right
{
    padding: 0;
    margin: 0;
    padding: 2px 2px 2px 0.5px;
}
.box .part_right .rightone
{
    width: 100%;
    height: 540px;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    overflow-y: scroll;
    border-radius: 0 8px 8px 0;
}
.box .part_right .rightone h4
{
    color:#00a0ec;
    font-size:18px;
    font-weight:bold;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom:1px solid #ccc;    
    }
.box .part_right .rightone li
{
    margin-bottom:10px;
    width:100%;
    }
.box .part_right .rightone li a
{
    color: #000000;
    background-color: :Transparent;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    text-align: center;
    padding:2px 10px;
    }
.box .part_right .rightone .active a
{
    color: #00a0ec;
    text-decoration:underline;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    text-align: center;
    padding:2px 10px;
    }
 .box .part_right .rightone li a:hover, .box .part_right .rightone li a:focus
 {
     color: #00a0ec;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    background-color: Transparent;
    text-align: center;
    text-decoration:underline;
     }
/*两边的图片按钮*/
.box .part_left .leftone .yq_carousel-control
{
    position: absolute;
    z-index: 999;
    top: 40%;
    transition: opacity 0.35s;
    display: none;
}
.box #yq_carousel1:hover .yq_carousel-control
{
    display: block;
    border: 0;
}
.box .part_left .leftone .yq_carousel-control img
{
     width: 40px;
    height: 60px;
    background-color: Transparent;
    border: 0;
}
.box .part_left .leftone .yq_carousel-control.left
{
    left: 0px;
}
.box .part_left .leftone .yq_carousel-control.right
{
    right: 0px;
}


#yq_carousel1 .carousel-indicators
{
    position: absolute;
    bottom: 30px;
    z-index: 15;
    list-style: none;
}
#yq_carousel1 .carousel-indicators li
{
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0076af;
    border-radius: 11px;
    margin: 0 1px 0 1px;
}

#yq_carousel1 .carousel-indicators .active
{
    width: 15px;
    height: 15px;
    background-color: #0076af;
}
#yq_carousel1 .carousel-inner .item .carousel-cap
{
    text-align: center;
    background: rgba(0,0,0, 0.6) !important;
    filter: Alpha(opacity=20);
    z-index: 60;
    bottom: 0px;
}
#yq_carousel1 .carousel-inner .item .carousel-cap p
{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}


/*tag*/
.yq-list-group
{
    margin-top: 20px;
    font-family: 'Microsoft Yahei' , '微软雅黑' , 'Simsun' , '宋体' , 'Arial';
}

.yq-list-group .list-group-item
{
    margin: 0;
    padding: 0;
    margin-top: -1px;
}

.yq-list-group .list-group-item a
{
    text-decoration: none;
    color: #000000;
}
.yq-list-group .list-group-item a:hover
{
    text-decoration: none;
    color: #3ca5f6;
}

.yq-list-group .list-group-item .item-heading
{
    margin: 0;
    padding: 0 12px 0 12px;
}

.yq-list-group .list-group-item .item-heading h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 0 8px 0;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yq-list-group .list-group-item .item-heading h4
{
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding: 12px 0 8px 0;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.yq-list-group .list-group-item .item-caption
{
    margin: 0;
    padding: 5px 12px 0 12px;
}
.yq-list-group .list-group-item .item-caption p
{
    font-size: 15px;
    line-height: 25px;
}

.yq-list-group .list-group-item .item-foot
{
    margin: 0;
    padding: 0 12px 0 12px;
}

.yq-list-group .list-group-item .item-foot p
{
    font-size: 15px;
    line-height: 15px;
    padding: 0px;
    margin: 0;
    text-indent: -1em;
}

.yq-list-group .list-group-item .item-img
{
    margin: 0;
    padding: 8px 0px 8px 8px;
    overflow: hidden;
}

.yq-list-group .list-group-item .item-img img
{
    width: 100%;
}

.yq-list-group .list-group-item .item-img:before
{
    content: "";
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    left: -180px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.6)50%, rgba(255,255,255,0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.6)50%, rgba(255,255,255,0)100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.6)50%, rgba(255,255,255,0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}

.yq-list-group .list-group-item .item-img:hover:before
{
    left: 150%;
    transition: left 1.5s ease 0s;
}

/*百度地图留言板*/
.ly
{
    padding: 0 10px;
}
.ly h3
{
    line-height: 24px;
    padding: 5px 5px;
    border-bottom: 2px solid #ddd;
}
.ly .liu
{
    margin-top: 20px;
}
.ly .liu .input
{
    width: 20%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.ly .liu .input1
{
    width: 30%;
    margin-bottom: 10px;
}
.ly .liu .input2
{
    width: 50%;
    margin-bottom: 10px;
}
.ly .liu .input3
{
    width: 90%;
    margin-bottom: 10px;
}
/*站点地图*/
.sitemap
{
    margin-top: 20px;
}
.sitemap h2
{
    margin-bottom: 40px;
    color: #282828;
    font-family: Microsoft YaHei,SimHei;
    font-weight: bold;
    font-size: 20px;
}
.sitemap h3
{
    margin-bottom: 20px;
    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 .btn-group-justified
{
    margin-bottom: 20px;
}
.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;
}

.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;
}



/* Footer
-------------------------------------------------- */
footer
{
    border-color: #828282;
    background-color: #828282;
    margin-top: 25px;
    color: #FFFFFF;
    padding: 10px 0px;
    font-size: 14px;
}
footer a:link
{
    text-decoration: none;
    color: #ffffff;
}
footer a:visited
{
    text-decoration: none;
    color: #ffffff;
}

footer a:hover
{
    text-decoration: none;
    color: #6fb5f6;
}

footer a:active
{
    text-decoration: blink;
    color: #ffffff;
}
footer table img
{
    width: 80px;
    margin-left: 20px;
}





