/** ********************************************** **
    头部css（header-1.css）
**/
#topMain>li>a {
    height:96px;
    line-height:76px;
}
#topMain.nav-pills>li>a {
    color:#1F262D;
    font-weight:400;
    background-color:transparent;
}
#topMain.nav-pills>li:hover>a,
#topMain.nav-pills>li:focus>a {
    color:#1F262D;
    background-color:rgba(0,0,0,0.03);
}
#topMain.nav-pills>li.active>a {
    color:#687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
    padding-right:25px;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
#topMain.nav-pills>li>a.dropdown-toggle:after {
    display: block;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -5px 0 0;
    font-family: FontAwesome;
    font-size: 12px;
    opacity: .3;
    line-height: 1em;

    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -ms-transition: -ms-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}
#header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
    content: "\f106";
}

#topNav .navbar-collapse {
    float:right;
}

#topNav a.logo {
    height:96px;
    line-height:96px;
    overflow:hidden;
    display:inline-block;
}



@media only screen and (max-width: 1215px) {
    #topMain.nav-pills>li>a {
        font-size:13px;
    }
}

@media only screen and (max-width: 992px) {
    /* Force 60px */
    #header {
        height:60px !important;
    }
    #header #topNav a.logo {
        height:60px !important;
        line-height:50px !important;
    }
    #header #topNav a.logo>img {
        max-height:60px !important;
    }
    #header #topNav #topMain>li>a {
        height:40px !important;
        line-height:40px !important;
        padding-top:0;
    }


    #topMain>li {
        border-bottom:rgba(0,0,0,0.1) 1px solid;
    }
    #topMain>li:last-child {
        border-bottom:0;
    }

        #header li.search .search-box {
            margin:0 !important;
            position:fixed;
            left:0; right:0;
            top:60px !important;
            width:100%;
            background-color:#fff;
            border-top:rgba(0,0,0,0.1) 1px solid;
        }
}
/** ********************************************** **
    结束：头部css（header-1.css）
**/

/** ********************************************** **
    颜色主题css(orange.css)
**/
/** Orange #006EB9
 **************************************************************** **/
    ::selection {
        background: #006EB9;
    }
    ::-moz-selection {
        background: #006EB9; /* Firefox */
    }
    ::-webkit-selection {
        background: #006EB9; /* Safari */
    }


    a,
    a:focus:not(.btn),
    section.dark a,
    #slidetop a:hover,
    h1 > span,
    h2 > span,
    h3 > span,
    h4 > span,
    h5 > span,
    h6 > span,
    .pagination>li>a,
    .pagination>li>a:hover,
    .pagination>li>span,
    ul.list-links>li>a:hover,
    #sidepanel ul li a[data-toggle="collapse"],
    #sidepanel ul li a[data-toggle="collapse"]:hover,
    #sidepanel ul li a:hover,
    .menu-list ul li a:hover,       /* header-0.css */
    .menu-list ul li.active a,      /* header-0.css */
    #menu_overlay_close:hover,  /* header-0.css */
    #topMain.nav-pills>li.active>a>span.topMain-icon,
    #page-menu.page-menu-light ul>li:hover>a>i,
    #page-menu.page-menu-dark ul>li:hover>a>i,
    #page-menu.page-menu-transparent ul>li:hover>a>i,
    #page-menu.page-menu-light ul>li.active>a>i,
    #page-menu.page-menu-dark ul>li.active>a>i,
    #page-menu.page-menu-transparent ul>li.active>a>i,
    .tp-caption.block_white,
    section span.theme-color,
    section em.theme-color,
    section i.theme-color,
    section b.theme-color,
    section div.theme-color,
    section p.theme-color,
    .owl-carousel.featured a.figure>span>i,
    .owl-carousel.featured a:hover,
    figure.zoom>a.lightbox:hover,
    #portfolio h2>a:hover,
    #portfolio h3>a:hover,
    #portfolio h4>a:hover,
    #portfolio h5>a:hover,
    #portfolio h6>a:hover,
    .tab-post a:hover,
    .tag:hover>span.txt,
    section.dark .tag:hover>span.txt,
    ul.widget-twitter li>small>a:hover,
    .blog-post-item h2>a:hover,
    .blog-post-item h3>a:hover,
    .blog-post-item h4>a:hover,
    .blog-post-item h5>a:hover,
    .item-box .item-hover .inner .ico-rounded:hover>span,
    ul.side-nav>li:hover>a,
    ul.side-nav>li a:hover,
    ul.side-nav>li.active>a,
    a.href-reset:hover,
    a.href-reset.active,
    .href-reset a.active,
    .href-reset a:hover,
    .href-reset a.active,
    .price-clean-popular h4,
    .box-icon.box-icon-color i,
    .switch-primary.switch-round > input:checked + .switch-label:after,
    section.dark .nav-tabs.nav-clean>li.active>a {
        color: #006EB9;
    }

    #sidepanel.sidepanel-theme-color,
    div.alert.alert-theme-color,
    div.alert.alert-primary,
    span.badge-default,
    span.label-default,
    .list-group-item.active>.badge.badge-default,
    .nav-tabs.nav-alternate>li.active>a,
    .datepicker table tr td.active.active,
    .callout-theme-color,
    .progress-bar-primary,
    .toast-primary,
    .owl-theme .owl-controls .owl-page span,
    .open>.dropdown-toggle.btn-primary,
    .btn-primary,
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .pagination>.active>a,
    .pagination>.active>a:hover,
    #header li.quick-cart .quick-cart-box a.btn,
    #header li.quick-cart .quick-cart-box a.btn:hover, /* used by dark & transparent header */
    #topMain.nav-pills>li.active>a>span.theme-color ,
    .ei-slider-thumbs li.ei-slider-element,         /* elastic slider active indicator */
    .flex-control-paging li a.flex-active,              /* flex slider bullets */
    .tp-caption.block_theme_color,
    .tp-bullets.simplebullets.round .bullet.selected,
    i.ico-color,
    .caption-primary,
    .shop-list-options .btn.active,
    .box-static.box-color,
    .switch.switch-primary > input:checked + .switch-label,
    .fancy-file-upload.fancy-file-primary>span.button,
    .primary-slider .ui-slider .ui-slider-handle:before,
    .primary-slider .ui-slider .ui-slider-range,
    .ribbon-inner,
    .info-bar.info-bar-color,
    .music-album-title:hover,
    .inews-item .inews-thumbnail .inews-sticky,
    #progressBar #bar,                              /* OWL */
    #page-menu,
    #page-menu ul {
        background-color:#006EB9;
    }

    /* !important required */
    #music-player .mejs-controls .mejs-time-rail .mejs-time-current,
    #music-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    section .theme-background,
    .swiper-pagination-bullet-active {
        background-color:#006EB9 !important;
    }
    .inews-content-inner h3>a,
    div.side-nav ul>li:hover>a,
    div.side-nav ul>li.active>a,
    .pagination.pagination-simple>li.active>a,
    div.side-nav ul.list-group-bordered>li>a:hover,
    section .theme-color {
        color:#006EB9 !important;
    }

    .primary-slider .ui-slider .ui-slider-handle,
    .switch.switch-primary > input:checked + .switch-label,
    .timeline_center li h3:before,
    .timeline_center:after,
    a.thumbnail.active,
    a.thumbnail:hover,
    .btn-primary,
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        border-color:#006EB9;
    }

    .open>.dropdown-toggle.btn-primary,
    .btn-primary,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover
    .pagination>.active>a,
    .pagination>.active>a:hover {
        border-color: #006EB9;
    }

    #topNav ul.dropdown-menu { /* submenu border top color */
        border-top-color:#006EB9;
    }
    section.featured-grid div.row>div .ribbon:before,
    .modal-content {
        border-top-color:#006EB9;
    }

    #topNav ul.dropdown-menu {
        border-color: #006EB9 #fff #fff;
    }
    #topNav div.submenu-dark ul.dropdown-menu {
        border-color: #006EB9 #3F3F3F #3F3F3F;
    }
    #topNav div.submenu-color ul.dropdown-menu {
        border-color: #006EB9 #3F3F3F #3F3F3F;
    }
    #topMain li.search .search-box {
        border-top: #006EB9 2px solid;
    }


    /* COLOR DROP DOWN MENU */
    #topNav div.submenu-color ul.dropdown-menu {
        background-color:#006EB9;
    }
    #topNav div.submenu-color ul.dropdown-menu {
        border-color: #888 #006EB9 #006EB9;
    }

    #topNav div.submenu-color ul.dropdown-menu a.dropdown-toggle {
        background-image: url('../../images/submenu_light.png');
    }
    #topNav div.submenu-color ul.dropdown-menu li.active>a,
    #topNav div.submenu-color ul.dropdown-menu li.active:hover>a,
    #topNav div.submenu-color ul.dropdown-menu li.active:focus>a,
    #topNav div.submenu-color ul.dropdown-menu li:hover>a,
    #topNav div.submenu-color ul.dropdown-menu li:focus>a,
    #topNav div.submenu-color ul.dropdown-menu li:focus>a {
        color:#fff;
        background-color:rgba(0,0,0,0.15);
    }
    #topNav div.submenu-color ul.dropdown-menu li.divider {
        background-color:rgba(255,255,255,0.3);
    }
    #topNav div.submenu-color ul.dropdown-menu>li a {
        color:#fff;
    }
    #topNav div.submenu-color #topMain>li.mega-menu div.row div>ul>li>span {
        color:#fff;
    }
    #topNav div.submenu-color #topMain>li.mega-menu div.row div {
        border-left: rgba(0,0,0,0.2) 1px solid;
    }


    /* Theme Color Section */
    section.theme-color,
    section.theme-color div.heading-title.heading-dotted h1,
    section.theme-color div.heading-title.heading-dotted h2,
    section.theme-color div.heading-title.heading-dotted h3,
    section.theme-color div.heading-title.heading-dotted h4,
    section.theme-color div.heading-title.heading-dotted h5,
    section.theme-color div.heading-title.heading-dotted h6 {
        color:#fff;
        background-color: #006EB9;
    }
    section.theme-color div.heading-title h1,
    section.theme-color div.heading-title h2,
    section.theme-color div.heading-title h3,
    section.theme-color div.heading-title h4,
    section.theme-color div.heading-title h5,
    section.theme-color div.heading-title h6 {
        background-color: #006EB9;
    }
    section.theme-color div.heading-title h1 span,
    section.theme-color div.heading-title h2 span,
    section.theme-color div.heading-title h3 span,
    section.theme-color div.heading-title h4 span,
    section.theme-color div.heading-title h5 span,
    section.theme-color div.heading-title h6 span {
        color:#fff;
    }
    section.theme-color a {
        color:#fff;
        text-decoration:none;
    }
    section.theme-color a:hover {
        color:#111;
    }
    section.theme-color pre {
        background-color:rgba(0,0,0,0.1);
    }
    section.theme-color div.heading-border-bottom.heading-color {
      border-bottom-color:rgba(255,255,255,0.5);
    }
/** Vertical Menu
*************************************************** **/
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li:hover>a,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu>.active>a,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu>.active>a:focus,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu>.active>a:hover,
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav>.active>a,
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li:hover>a {
    color:#006EB9 !important;
}
/** [Shortcode] Buttons
*************************************************** **/
section.dark .btn-default:hover {
    color: #006EB9;
    background-color:rgba(0,0,0,0.3);
}


/** [Shortcode] Page Header
*************************************************** **/
    section.page-header .breadcrumb a:hover  {
        color: #006EB9 !important;
        text-decoration:none;
    }


/** [Shortcode] Dividers
*************************************************** **/
    div.divider.divider-color i {
        color:#fff;
    }
    div.divider.divider-color:before,
    div.divider.divider-color:after {
        border-top:#006EB9 1px solid;
    }
    div.divider.divider-color i {
        color:#006EB9;
    }
    div.divider.divider-circle.divider-color i {
        color:#fff;
        background-color: #006EB9;
    }
    div.divider.divider-border>a:hover>i {
        color:#006EB9;
    }


/** [Shortcode] Headings
*************************************************** **/
    div.heading-title.heading-line-single.heading-color:before,
    div.heading-title.heading-line-double.heading-color:before {
        border-color:#006EB9;
    }
    div.heading-border-bottom.heading-color {
        border-bottom-color:#006EB9;
    }
    div.heading-title.heading-border.heading-color,
    div.heading-title.heading-border.heading-inverse.heading-color {
        border-color:#006EB9;
    }
    section.dark div.heading-title.heading-border-bottom {
        border-bottom-color:#006EB9;
    }

/** [Shortcode] Icon Boxes
*************************************************** **/
.box-icon a.box-icon-title:hover>h2 {
    color:#006EB9;
}
.box-icon a.box-icon-title:hover>i {
    color:#fff;
    background-color:#006EB9;
}
.box-icon a.box-icon-more {
    color:#111;
}
.box-icon a.box-icon-more:hover,
section.dark .box-icon a.box-icon-more:hover {
    color:#006EB9;
}

.box-video a.box-video-title:hover h2,
.box-video a.box-image-title:hover h2 {
    color:#006EB9;
}

.box-flip .box2 {
    color:#fff;
    background-color:#006EB9;
}

.box-flip .box2 h1,
.box-flip .box2 h2,
.box-flip .box2 h3,
.box-flip .box2 h4,
.box-flip .box2 h5,
.box-flip .box2 h6 {
    color:#fff;
}

.box-static.box-border-top {
    border-color:#006EB9;
}



/** [Shortcode] Navigations
*************************************************** **/
.navbar-primary {
    border-color:#006EB9 !important;
    background-color:#006EB9 !important;
}


/** [Shortcode] Paginations
*************************************************** **/
section.dark .pagination > li.active>a,
.pagination > li.active>a {
    border-color:#006EB9;
    background-color:#006EB9;
}


/** [Shortcode] Process Steps
*************************************************** **/
.process-wizard-primary > .process-wizard-step > .process-wizard-dot,
.process-wizard-primary > .process-wizard-step > .progress > .progress-bar {
    background:#006EB9;
}
.process-wizard-primary > .process-wizard-step > .process-wizard-dot:after {
    background-color:rgba(0,0,0,0.4);
}

ul.process-steps li.active a,
ul.process-steps li.active a:focus,
ul.process-steps li.active:hover>a {
    background-color:#006EB9 !important;
    border-color:#006EB9 !important;
}

ul.process-steps li.active h1,
ul.process-steps li.active h2,
ul.process-steps li.active h3,
ul.process-steps li.active h4,
ul.process-steps li.active h5,
ul.process-steps li.active h6 {
    color:#006EB9;
}



/** [Shortcode] Process Steps
*************************************************** **/
div.mega-price-table .pricing-title,
div.mega-price-table .pricing-head,
div.mega-price-table .pricing.popular {
    background-color:#006EB9;
}


div.mega-price-table .pricing:hover h4,
div.mega-price-table .pricing-table i.fa {
    color:#006EB9;
}



/** Styled Icons
 **************************************************************** **/
section.dark i.ico-hover:hover,
i.ico-hover:hover {
    background-color:#006EB9;
    border-color:#006EB9;
}


/** [Shortcode] Tabs
 **************************************************************** **/
.nav-tabs.nav-top-border>li.active>a,
.nav-tabs.nav-top-border>li.active>a:hover {
    border-top-color:#006EB9 !important;
}
.nav-tabs.nav-bottom-border>li.active>a,
.nav-tabs.nav-bottom-border>li.active>a:hover {
    border-bottom-color:#006EB9 !important;
}
.nav-tabs.nav-alternate>li.active>a {
    background-color: #006EB9 !important;
}
.nav-tabs>li.active>a {
    color: #006EB9 !important;
}



/** Sky Forms
 **************************************************************** **/
/**/
/* normal state */
/**/
.sky-form .toggle i:before {
    background-color: #006EB9;
}
.sky-form .button {
    background-color: #006EB9;
}


/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
    background-color: #006EB9;
}
.sky-form .checkbox input + i:after {
    color: #006EB9;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
    border-color: #006EB9;
}
.sky-form .rating input:checked ~ label {
    color: #006EB9;
}



/** Hover Buttons
 **************************************************************** **/
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #006EB9, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active,
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active,
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before ,
.hvr-radial-out:before,
.hvr-radial-in,
.hvr-rectangle-inm
.hvr-rectangle-out:before,
.hvr-shutter-in-horizontal,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-in-vertical,
.hvr-shutter-out-vertical:before,
.hvr-underline-from-left:before,
.hvr-underline-from-center:before,
.hvr-underline-from-right:before,
.hvr-overline-from-left:before,
.hvr-overline-from-center:before,
.hvr-overline-from-right:before,
.hvr-underline-reveal:before,
.hvr-overline-reveal:before {
    background-color: #006EB9;
}
/** ********************************************** **
    颜色主题css(orange.css)
**/

/** ********************************************** **
    自定义样式和重写hdcore.css中的选择器.
**/
/*全局字体，通常中文网站采用同一种字体*/
* {
    font-family:"微软雅黑", sans-serif, verdana, arial;
}
small,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:"微软雅黑", sans-serif, verdana, arial;
}
body{
    overflow-x: hidden;
}
.container p{
    line-height: 2em;
}
#topMain li a{
    font-size:16px;
}

.social-wechat:hover { background-color: #3FB135 !important; }
.social-wechat { background-color: #3FB135; }

.social-weibo:hover { background-color: #E04D6A !important; }
.social-weibo { background-color: #E04D6A; }

.social-qq:hover { background-color: #4EB0ED !important; }
.social-qq { background-color: #4EB0ED; }

.btn-qq{color:#fff;background-color:#4EB0ED;border-color:rgba(0,0,0,0.2)}.btn-qq:hover,.btn-qq:focus,.btn-qq:active,.btn-qq.active,.open>.dropdown-toggle.btn-qq{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-qq:active,.btn-qq.active,.open>.dropdown-toggle.btn-qq{background-image:none}
.btn-qq.disabled,.btn-qq[disabled],fieldset[disabled] .btn-qq,.btn-qq.disabled:hover,.btn-qq[disabled]:hover,fieldset[disabled] .btn-qq:hover,.btn-qq.disabled:focus,.btn-qq[disabled]:focus,fieldset[disabled] .btn-qq:focus,.btn-qq.disabled:active,.btn-qq[disabled]:active,fieldset[disabled] .btn-qq:active,.btn-qq.disabled.active,.btn-qq[disabled].active,fieldset[disabled] .btn-qq.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-qq .badge{color:#55acee;background-color:#fff}

.btn-wechat{color:#fff;background-color:#3FB135;border-color:rgba(0,0,0,0.2)}.btn-wechat:hover,.btn-wechat:focus,.btn-wechat:active,.btn-wechat.active,.open>.dropdown-toggle.btn-wechat{color:#fff;background-color:#349D38;border-color:rgba(0,0,0,0.2)}
.btn-wechat:active,.btn-wechat.active,.open>.dropdown-toggle.btn-wechat{background-image:none}
.btn-wechat.disabled,.btn-wechat[disabled],fieldset[disabled] .btn-wechat,.btn-wechat.disabled:hover,.btn-wechat[disabled]:hover,fieldset[disabled] .btn-wechat:hover,.btn-wechat.disabled:focus,.btn-wechat[disabled]:focus,fieldset[disabled] .btn-wechat:focus,.btn-wechat.disabled:active,.btn-wechat[disabled]:active,fieldset[disabled] .btn-wechat:active,.btn-wechat.disabled.active,.btn-wechat[disabled].active,fieldset[disabled] .btn-wechat.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-wechat .badge{color:#55acee;background-color:#fff}

.btn-weibo{color:#fff;background-color:#E04D6A;border-color:rgba(0,0,0,0.2)}.btn-weibo:hover,.btn-weibo:focus,.btn-weibo:active,.btn-weibo.active,.open>.dropdown-toggle.btn-weibo{color:#fff;background-color:#E04D2A;border-color:rgba(0,0,0,0.2)}
.btn-weibo:active,.btn-weibo.active,.open>.dropdown-toggle.btn-weibo{background-image:none}
.btn-weibo.disabled,.btn-weibo[disabled],fieldset[disabled] .btn-weibo,.btn-weibo.disabled:hover,.btn-weibo[disabled]:hover,fieldset[disabled] .btn-weibo:hover,.btn-weibo.disabled:focus,.btn-weibo[disabled]:focus,fieldset[disabled] .btn-weibo:focus,.btn-weibo.disabled:active,.btn-weibo[disabled]:active,fieldset[disabled] .btn-weibo:active,.btn-weibo.disabled.active,.btn-weibo[disabled].active,fieldset[disabled] .btn-weibo.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-weibo .badge{color:#55acee;background-color:#fff}

#regform .error{
    color: #BF6464;
    font-size: 12px;
    padding-left: 10px;
}

#topNav div.submenu-color ul.dropdown-menu a.dropdown-toggle {
    background-image: url('../images/submenu_light.png');
}
/** ********************************************** **
    结束：自定义样式和重写hdcore.css中的选择器.
**/
.top{
    width: 100%;
    height: 55px;
    background: #EFEFEF;
}
.top .position{
    width: 1200px;
    height: 55px;
    position: relative;
    margin:0 auto;
}
.top .position .wel{
    width: 525px;
    height: 55px;
    float: left;
    line-height: 55px;
    color: #B9B9B9;
}
.top .position .wel .h1_txt{
    font-weight: 600;
    color: rgb(65, 65, 65);
    font-size: 12px;
    margin: 0;
    line-height: 55px;
}
.top .position .logo{
    width: 150px;
    height: 55px;
    float: left;
}
.top .position .logo img{
    width: 150px;
    height: 145px;
}
.top .position .save{
    float: right;
    margin-right: -10px;
    margin-top:17px;
    color: #BABABA;

}
.top .position .save a{
    color: #BABABA; 
    display: block;
    display: inline-block; 
    margin:0 10px;
}
.top1{
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #E1E1E1;
}
.top1 .position {
    width: 1200px;
    height: 114px;
    margin:0 auto;
    position: relative;
}
.top1 .position .left{
    width: 600px;
    text-align: left;
    height: 114px;
    float: left;
}
.top1 .position .left p{
    font-size: 14px; 
    display: block;
    line-height: 14px;
    width: 100%;
    margin:0;
    color: #888888;
    margin-top:15px;
}
.top1 .position .left p.h2_txt{
    font-size:20px !important;
    font-weight: bolder !important;
    margin:0 !important;
    margin-top:35px !important;
    line-height: 20px !important;
    display: block !important;
    color:#000;

}
.top1 .position .right{
    width:485px;
    height: 45px;
    float: right;
    margin-top: 35px;
}
.top1 .position .right img{
    width:200px;
    height: 45px;
    float: left;
}

.top1 .position .right form{
    border:none;


}
.top1 .position .right form select{
    width:95px;
    float: left;
    border:none;
    margin-left: 0px;
    text-align: left;
    padding:0;
    height: 17px;
    margin-top: 7.5px;
    text-indent: 10px;
}
.top1 .position .right form select option{
    height: 12px;
    font-size: 12px;
}
.top1 .position .right .search{
    float: right;
    border:1px solid RGB(0,0,0);
    margin-left: 20px;
}
.top1 .position .right .s{
    width:230px;
    height: 45px;
    border:none;
    
    text-indent: 15px;
    color: RGB(153,153,153);
    float: left;
    display: block;
    margin: 0;
   
}
.top1 .position .right .p{
    margin: 0;
    width: 20px;
    height: 20px;
    background: url(/hdimg/bas/images/2.png) no-repeat;
    float: left;
    display: block;
    border:none;
    margin-top: 13px;
    margin-right: 10px;
}




.guide{
    width: 100%;
    height: 65px;
    background: #FFFFFF;
    position: relative;
    z-index: 10;
}
.guide .position{
    width: 1280px;
    height: 65px;
    margin:0 auto;
}
.guide .position .nav{ padding:0 ;height:65px;line-height:65px;position:relative;z-index:1; width: 1280px; float: right; }
.guide .position .nav .nLi{ float:left;  position:relative; display:inline; list-style: none; height: 65px; width: 160px; }
.guide .position .nav .nLi .h3_txt{ float:left; text-align: center; width: 100%;  }
.guide .position .nav .nLi .h3_txt a{ display:block; font-weight:normal; font-size: 16px; color:RGB(119,119,119); height: 65px; line-height: 65px;  }
.guide .position .nav .sub{ display:none; width:100%; left:0; top:65px;  position:absolute; background:RGBa(0,110,185,0.8); padding:10px 0; margin:0; z-index: 2; }
.guide .position .nav .sub li{ zoom:1; list-style: none; line-height: 45px; text-align: center; }
.guide .position .nav .sub li a{
    width: 130px; 
    margin-left: 15px;
    display: block;
    line-height: 40px;
}
.guide .position .nav .sub a{ display:block; color: #fff;  }
.guide .position .nav .sub a:hover{

}

.guide .position .nav .nLi:hover .h3_txt a{
    border-bottom:2px solid RGB(0,110,185); color:RGBa(0,110,185,1) ;
}
.content1{
    width: 100%;
    height: 75px;
}
.content1 .position{
    width: 1200px;
    height: 75px;
    margin:0 auto;
    position: relative;
}
.content1 .position .left{
    width: 600px;
    float: left;
    line-height: 75px;
    height: 75px;
    color: RGB(131,131,131);
}
.content1 .position .left a{
    color: RGB(131,131,131);
}
.content1 .position .left span{
    color:RGB(0,110,185);
    font-weight: bold;
}
.content1 .position .right{
    width:322px;
    height:37px;
    float: right;
    border:1px solid RGB(227,227,227);
    margin-top:20px;
}
.content1 .position .right form{
    border:none;


}
.content1 .position .right form select{
    width:95px;
    float: left;
    border:none;
    margin-left: 0px;
    text-align: left;
    padding:0;
    height: 17px;
    margin-top: 7.5px;
    text-indent: 10px;
}
.content1 .position .right form select option{
    height: 12px;
    font-size: 12px;
}
.content1 .position .right .s{
    width:290px;
    height: 35px;
    border:none;
    border-left:1px solid RGB(227,227,227);
    text-indent: 15px;
    color: RGB(153,153,153);
    float: left;
    display: block;
}
.content1 .position .right .p{
    width: 20px;
    height: 20px;
    background: url(/hdimg/bas/images/2.png) no-repeat;
    float: left;
    display: block;
    border:none;
    margin-top: 8px;
}
.content2{
    width: 100%;
    height: 920px;
    background: RGB(244,244,244);
}
.content2 .position{
    width: 1200px;
    height: 920px;
    position: relative;
    margin:0 auto;
}
.content2 .position .slideTxtBox{
    width:1200px;
    height: 760px;
    position: relative;
    float: left;
    margin-top:80px;
    overflow: hidden;
}
.content2 .position .slideTxtBox .hd{ position: absolute; width:400px; height:255px; left: 400px; top:255px;z-index: 2 }
.content2 .position .slideTxtBox .hd .h2_txt{
    font-size:30px;
    display: block;
    height: 23px;
    display: block;
    margin:30px 0 20px 50px;
    background: url(/hdimg/bas/images/4.png) no-repeat left;
    text-indent: 40px;
}
.content2 .position .slideTxtBox .hd .h2_txt a{
    display: block;
    font-size: ;
    color: RGB(71,71,71);
    font-size: 22px;
    line-height: 22px;
}
.content2 .position .slideTxtBox .hd ul{ display: block;margin:0; padding:0; width:400px; height:150px; padding:1px 0; border-left:1px solid RGB(223,223,223); margin-left: 60px; }
.content2 .position .slideTxtBox .hd ul li a{color: RGB(71,71,71); font-size: 18px;}
.content2 .position .slideTxtBox .hd ul li{ display: block; list-style: none; line-height: 37px; height: 37px; text-indent: 27px; margin-left: -1px; }
.content2 .position .slideTxtBox .hd ul li.on{ color:RGB(0,110,185); border-left: 1px solid RGB(0,110,185);text-indent: 26px; }
.content2 .position .slideTxtBox .hd ul li.on a{
    color: RGB(0,110,185);
    font-size: 18px;
}
.content2 .position .slideTxtBox .bd{
    width:1200px;
    height: 760px;
    float: left;
    position: relative;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.content2 .position .slideTxtBox .bd ul{
    width:1200px;
    height: 760px;
    float: left;
    position: relative;
    margin:0;
    padding:0;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.content2 .position .slideTxtBox .bd ul li{
    display: block;
    list-style: none;  
    width: 400px;
    height: 255px;
    position: absolute;
    border:1px solid RGB(244,244,244);
    background: #fff;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
        
}
.content2 .position .slideTxtBox .bd ul li .main{
    width: 400px;
    height: 255px;
    position: relative;
    overflow: hidden;
}
.content2 .position .slideTxtBox .bd ul li .upimg{
    width: 400px;
    height: 255px;
    position: absolute;
    top:255px;
    opacity: 0;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    left: 0;
}
.content2 .position .slideTxtBox .bd ul li:hover .upimg{
    opacity: 1;
    top:0;
}
.content2 .position .slideTxtBox .bd ul li .upimg img{
    width: 400px;
    height: 255px;
}
.content2 .position .slideTxtBox .bd ul li .downimg img{
    width: 400px;
    height: 255px;
}
.content2 .position .slideTxtBox .bd ul .box0{
    left: 0;
    top:0;
    background: url(/hdimg/bas/images/3.png) no-repeat center;
    text-align: center;
}
.content2 .position .slideTxtBox .bd ul .box0 .en{
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bolder;
    display: block;
    margin-top: 60px;
}
.content2 .position .slideTxtBox .bd ul .box0 .ch{
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
} 
.content2 .position .slideTxtBox .bd ul .box1{
    left: 400px;
    top:0;
}
.content2 .position .slideTxtBox .bd ul .box2{
    left: 800px;
    top:0;
}
.content2 .position .slideTxtBox .bd ul .box3{
    left: 0px;
    top:255px;
}
.content2 .position .slideTxtBox .bd ul .box4{
    left: 0px;
    top:510px;
}
.content2 .position .slideTxtBox .bd ul .box5{
    left: 400px;
    top:510px;
}
.content2 .position .slideTxtBox .bd ul .box6{
    left: 800px;
    top:510px;
}
.content2 .position .slideTxtBox .bd ul li .img{
    width:400px;
    height: 215px;
    float: left;
    display: block;
}
.content2 .position .slideTxtBox .bd ul li .img img{
    width: 400px;
    height: 215px;
}
.content2 .position .slideTxtBox .bd ul li .topic{
    width: 100%;
    line-height: 14px;
    color: RGB(0,0,0);
    font-size: 14px;
    display: block;
    text-align: center;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.content2 .position .slideTxtBox .bd ul li:hover{
    box-shadow: 0px 0px 10px RGB(104,104,104);
    z-index: 3
}
.content2 .position .slideTxtBox .bd ul li:hover .topic{
    color: RGB(39,123,190);
}
.content2 .position .slideTxtBox .bg{
    width: 460px;
    height: 255px;
    position: absolute;
    top:255px;
    right: 0;
}
.title_main{
    width:100%;
    height:80px;
    background: url(/hdimg/bas/images/7.png) no-repeat center;
    text-align: center;
    float: left;
    margin-top: 75px;
}
.title_main .ch{
    display: block;
    font-size: 38px;
    line-height: 38px;
    color: RGB(71,71,71);
    font-weight: bolder;
    width: 100%;
    float: left;
    margin-top: 23px;
}
.title_main .ch span{
    color: RGB(0,110,185);
}
.title_main .en{
    display: block;
    margin-top: 15px;
    float: left;
    width: 100%;
    color: RGB(136,136,136);
    font-size: 12px;
}
.content3{
    width: 100%;
    height: 920px;
    background: url(/hdimg/bas/images/6.jpg) no-repeat center;
}
.content3 .position{
    width: 1200px;
    height: 920px;
    position: relative;
    margin:0 auto;
}
.content3 .position .main{
    width: 595px;
    height: 515px;
    position: absolute;
    left: 305px;
    top:260px;
    text-align: center;
}
.content3 .position .box{
    width:275px;
    height: 110px;
    position: absolute;
}
.content3 .position .box .topic{
    width: 100%;
    display: block;
    text-align: right;
    line-height: 20px;
    height: 20px;
}
.content3 .position .box .topic .en{
    font-size: 16px;
    color: RGB(197,197,197);
}
.content3 .position .box .topic .ch{
    font-size: 20px;
    color: RGB(0,110,185);
}
.content3 .position .box .des{
    line-height: 25px;
    margin-top: 15px;
    font-size: 14px;
}
.content3 .position .box .des a{
    float: right;
    color: RGB(0,110,185);
}
.content3 .position .box1{
    top:365px;
    left: 0;

}
.content3 .position .box2{
    top:645px;
    left: 0;
    
}
.content3 .position .box3{
    top:365px;
    right: 0;
}
.content3 .position .box4{
    top:645px;
    right: 0;
}

.content3 .position .boxx{
    width:275px;
    height: 110px;
    position: absolute;
}
.content3 .position .boxx .topic{
    width: 100%;
    display: block;
    text-align: left;
    line-height: 20px;
    height: 20px;
}
.content3 .position .boxx .topic .en{
    font-size: 16px;
    color: RGB(197,197,197);
}
.content3 .position .boxx .topic .ch{
    font-size: 20px;
    color: RGB(0,110,185);
}
.content3 .position .boxx .des{
    line-height: 25px;
    margin-top: 15px;
    font-size: 14px;
}
.content3 .position .boxx .des a{
    float: right;
    color: RGB(0,110,185);
}
.content4{
    width: 100%;
    height: 810px;
    background: RGB(244,244,244);
}
.content4 .position{
    width: 1200px;
    height: 810px;
    position: relative;
    margin:0 auto;
}
.content4 .position .left{
    width:365px;
    height: 270px;
    float: left;
    margin-top: 60px;
}
.content4 .position .left img{
    width: 365px;
    height: 270px;
    float: left;
}
.content4 .position .right{
    width: 785px;
    height: 270px;
    float: right;
    margin-top: 60px;
}
.content4 .position .right .box{
    width: 785px;
    height: 135px;
    border-bottom: 1px solid RGB(217,217,217);
}
.content4 .position .right .box .topic{
    width: 100%;
    font-size: 16px;
    color: RGB(71,71,71);
    margin-top: 28px;
    float: left;
    line-height: 16px;
    display:block;
}
.content4 .position .right .box:hover .topic{
    color: RGB(0,110,185);
}
.content4 .position .right .box .topic .date{
    display: inline-block;
    float: right;
    color: RGB(136,136,136);
}
.content4 .position .right .box .des{
    display: block;
    margin:0;
    width: 100%;
    color: RGB(136,136,136);
    line-height: 27px;
    margin-top: 12px;
    float: left;
}
.content4 .position .main{
    width:1245px;
    height: 155px;
    float: left;
    margin-top:30px;
}
.content4 .position .main .box{
    width: 365px;
    height: 56px;
    float: left;
    line-height: 55px;
    border-bottom:1px solid RGB(217,217,217);
    margin-right: 50px;
    margin-top: 15px;
}
.content4 .position .main .box a{
    color: RGB(88,88,88);
    float: left;
    text-indent: 20px;
    background: url(/hdimg/bas/images/9.png) no-repeat left;
}
.content4 .position .main .box p{
    color: RGB(146,146,146);
    float: right;
    margin:0;
}
.readmore{
    width: 200px;
    height: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    clear: both;
    margin: 40px auto 0 auto;
    display: block;
    font-size: 18px;
    color: #bdbdbd;
    line-height: 48px;
    text-align: center;
    float: left;
    margin-left: -100px;
    position: relative;
    left: 50%;
}
.readmore:hover{
    background: #016fb9;
    color: #fff;
}
.title_main1{
    width:100%;
    height:80px;
    background: url(/hdimg/bas/images/11.png) no-repeat center;
    text-align: center;
    float: left;
    margin-top: 75px;
}
.title_main1 .ch{
    display: block;
    font-size: 38px;
    line-height: 38px;
    color: RGB(255,255,255);
    font-weight: bolder;
    width: 100%;
    float: left;
    margin-top: 23px;
}
.title_main1 .ch span{
    color: RGB(255,255,255);
}
.title_main1 .en{
    display: block;
    margin-top: 15px;
    float: left;
    width: 100%;
    color: RGB(255,255,255);
    font-size: 12px;
}
.content5{
    width: 100%;
    height: 765px;
    background: url(/hdimg/bas/images/10.png) no-repeat center;
}
.content5 .position{
    width: 1200px;
    height: 765px;
    position: relative;
    margin:0 auto;
}
.content5 .position .infom{
    width: 100%;
    height: 30px;
    line-height: 30px;
    height: 90px;
    text-align: center;
    float: left;
    margin-top: 50px;
    color: #fff;
}
.content5 .position .main{
    width: 100%;
    height: 165px;
    float: left;
    margin-top: 18px;
}
.content5 .position .main .box{
    height: 165px;
    text-align: center;
    float: left;
}
.content5 .position .main .box1{
    width: 215px;
}
.content5 .position .main .box2{
    width: 224px;
}
.content5 .position .main .box3{
    width: 249px;
}
.content5 .position .main .box4{
    width: 248px;
}
.content5 .position .main .box5{
    width: 264px;
}
.content5 .position .main .box a{
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bolder;
    margin-top: 45px;
}
.content5 .position .main .box a span{
    font-weight: normal;
}
.content5 .position .main .box p{
    color:RGB(151,174,211);
    margin:0;
    margin-top: 12px;
    display: block;
    line-height: 12px;

}
.content5 .position .line{
    width: 1220px;
    height: 110px;
    margin-top: 50px;
    float: left;
}
.content5 .position .line .boxx{
    width: 285px;
    height: 110px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.content5 .position .line .boxx .up{
    width: 285px;
    height: 110px;
    position: absolute;
    left:0;
    top:0;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    z-index: 2;
}
.content5 .position .line .boxx .down{
    width: 285px;
    height: 110px;
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
    opacity: 0;
}
.content5 .position .line .boxx:hover .up{
    opacity: 0;
}
.content5 .position .line .boxx:hover .down{
    opacity: 1;
}
.content6{
    width:100%;
    height:540px;
    background:#F4F4F4;
}
.content6 .position{
    width: 1360px;
    height: 540px;
    position: relative;
    margin:0 auto;
}
.content6 .picScroll-left{ width:100%;overflow:hidden; position:relative;height: 170px; margin-top: 60px; float: left;}
.content6 .picScroll-left .prev,.content6 .picScroll-left .next{ width: 40px; height: 20px; position: absolute; top:70px; }
.content6 .picScroll-left .prev{ left: 0; background: url(/hdimg/bas/images/12.png) no-repeat center;}
.content6 .picScroll-left .prev:hover{ left: 0; background: url(/hdimg/bas/images/14.png) no-repeat center;}
.content6 .picScroll-left .next{ right: 0;background: url(/hdimg/bas/images/13.png) no-repeat center;}
.content6 .picScroll-left .next:hover{ right: 0; background: url(/hdimg/bas/images/15.png) no-repeat center;}
.content6 .picScroll-left .bd{ width:1200px; height:170px; margin:0 auto;}
.content6 .picScroll-left .bd ul{ overflow:hidden; zoom:1; margin:0; padding:0; }
.content6 .picScroll-left .bd ul li{ width: 240px; height: 170px; display: block; float: left; }
.content6 .picScroll-left .bd ul li .box{
    width: 240px;
    height: 170px;
    border:1px solid #E5E5E5;
    position: relative;
    -webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
} 
.content6 .picScroll-left .bd ul li .pic{ text-align:center; width: 238px; height: 129px; position: absolute; top:20px;-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;}
.content6 .picScroll-left .bd ul li:hover .box{
    border:1px solid #006EB9;
    background: #fff;
}
.content6 .picScroll-left .bd ul li:hover .pic{
    top:0;
}
.content6 .picScroll-left .bd ul li .pic img{ width: 238px; height: 129px; display:block; }
.content6 .picScroll-left .bd ul li .title{ width: 238px;line-height:40px; height: 40px; text-align: center; opacity: 0; position: absolute; bottom:0;-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;   }
.content6 .picScroll-left .bd ul li .title a{
    color: #fff;
}
.content6 .picScroll-left .bd ul li:hover .title{
    width:238px;
    opacity:1;
    background: #006EB9;
}
.foot{
    width: 100%;
    height: 555px;
    background: url(/hdimg/bas/images/16.png) center;
    background-size: contain;
}
.foot .position{ 
    width: 1300px;
    height: 390px;
    margin:0 auto;  
    padding-right: 50px;
    position: relative;
}
@media all and (min-width: 0px) and (max-width: 1024px) {
    .foot{
        width: 100%;
        height: 525px;
        background: url(/hdimg/bas/images/16.png) center;
        background-size: auto 380px;
    }
    .foot .position{ 
        width: 1300px;
        height: 490px;
        margin:0 auto;  
        padding-right: 50px;
        position: relative;
    }
}
.foot .position .onul{
    display: block;
    float: left;
    margin:0;
    padding:0;
    margin-top: 60px;
}
.foot .position .onul .onli{
    display: block;
    margin:0;
    padding:0;
    float: left;
    list-style: none;
    padding:0 50px;
    border-right: 1px solid #646464;
}
.foot .position .onul .onli .ona{
    display: block;
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    line-height: 16px;
}
.foot .position .onul .onli .inul{
    margin:0;
    padding:0;
    margin-top: 25px;
    display: block;
}
.foot .position .onul .onli .inul .inli{
    margin-bottom: 20px;
    display: block;
    list-style: none;
}
.foot .position .onul .onli .inul .inli .ina{
    font-size: 14px;
    color: #BDBDBD;
    display: block;
    line-height: 14px;
}
.foot .position .onul .onli .inul .inli .ina img{
    margin-right:8px;
}
.slideBox1{ width:140px; height:205px; overflow:hidden; position:relative; background: url(/hdimg/bas/images/22.png) no-repeat top; float: right; margin-top: 75px;}
.slideBox1 .hd1{ height:35px; width: 135px; overflow:hidden; z-index:1; margin:0 auto;}
.slideBox1 .hd1 ul{ overflow:hidden; zoom:1; float:left; width: 100%; margin:0;  padding: 0;}
.slideBox1 .hd1 ul li{ float:left; margin-right:2px;  width:35px; height:35px;  text-align:center;cursor:pointer; margin:0 5px; list-style: none;}
.slideBox1 .hd1 ul .lix1{
    background: url(/hdimg/bas/images/23.png) no-repeat center;
}
.slideBox1 .hd1 ul .lix2{
    background: url(/hdimg/bas/images/24.png) no-repeat center;
}
.slideBox1 .hd1 ul .lix3{
    background: url(/hdimg/bas/images/50.png) no-repeat center;
}
.slideBox1 .bd1{ position:relative;z-index:0; width: 140px; height: 150px;}
.slideBox1 .bd1 ul{
    margin:0;
    padding:0;
}
.slideBox1 .bd1 li{ zoom:1; vertical-align:middle; width: 140px; height: 150px;}
.slideBox1 .bd1 img{ width:100px; height:100px; display:block; margin:20px 20px 10px 20px;float: left;}
.slideBox1 .bd1 .topic{
    width: 140px;
    padding-top:15px;
    color: #fff;
    text-align: center;
    margin:0;
    padding:0;
}
.foot1{
    width: 100%;
    height: 45px;
    background: #000000;
}
.foot1 .position{
    width: 1300px;
    height: 45px;
    margin:0 auto;  
    padding-right: 50px;
    color: #686868;
    text-align: center;
    line-height: 45px;
}
.foot1 .position a{
    color: #686868;
}

.adv_n{
    width: 100%;
    height: 440px;
}
.adv_n .position{
    width: 1520px;
    height: 440px;
    position: relative;
    margin:0 auto;
    padding-top: 175px;
}


.nei_guide{
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 2;
    margin-top: 80px;
    background: url(/hdimg/bas/images/26.png) no-repeat bottom;
}
.nei_guide .position{
    width: 1200px;
    height: 45px;
    margin:0 auto;
}
.nei_guide .position ul{
    margin:0;
    padding:0;
    text-align: center;

}
.nei_guide .position ul li{
    display: inline-block;
    list-style: none;
    width: 125px;
    height: 45px;
    line-height: 45px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    margin:0 15px;
}
.nei_guide .position ul li a{
    color: #fff;
    font-size: 16px;
    width: 125px;
    height: 45px;
    line-height: 45px;
    display: block;
    background: #F3F3F3;
    color:#474747;
}
.nei_guide .position ul li a:hover{
    background: #006EB9;
    color: #fff;
}
.nei_guide .position ul .mChoose a{
    background: #006EB9;
    color: #fff;
}
.clear{
    clear:both;
}
.content{
    width:100%;
    position:relative;
    background: #FFFFFF;
    float: left;
    }
.content .position{
    width:1200px;
    margin:0 auto;
    position:relative;
    }
.content .d_page{
    width:100%;
    min-height: 500px;
    }
.content .d_page .up{
    width:100%;
    text-align:center;
    margin-top: 80px;
    
    }
.content .d_page .up h1{
    display:block;
    margin:0;
    padding:0;
    color:#006EB9;
    font-weight:bold;
    font-size:26px;
    }
.content .d_page .up p{
    display:block;
    line-height:50px;
    color:RGB(185,185,185);
    }
.content .d_page .down{
    display:block;
    color:RGB(105,105,105);
    font-size:16px;
    line-height:3em;

    }
.content .d_page .viewmore{
    height: 650px;
    overflow: hidden;
    position:relative;
}
.content .d_page .clickmore{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    height: 50px;
    background: linear-gradient( rgba(255,255,255,0) 20%,rgba(255,255,255,1) 80%);
    text-align: center;
    line-height: 50px;
    color: #006eb9;
}
.content .d_page .clickmore span{
    display: inline-block;
    border: 1px solid #006eb9;
    color: #006eb9;
    line-height: 25px;
    text-align: center;
    padding: 0 10px;
    border-radius:30px;
    margin-top: 20px;
    font-size: 15px
}
.content .d_page .down p{
    margin:0;
    padding:0;
    
}
.content .list{
    width:100%;
    height:185px;
    float:left;
    padding:40px 0;
    position:relative;
    border-bottom:1px solid #dbdbdb;
    }
.content .list .date{
    width:85px;
    height:105px;
    float:left;
    background:#dbdbdb;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    }
.content .list:hover .date{
    background:#006EB9;
    }
.content .list .date .up{
    display:block;
    text-align:center;
    height:67px;
    border-bottom:1px solid #fff;
    }
.content .list .date .up .dd{
    font-size:32px;
    color:#fff;
    font-weight:bolder;
    line-height:28px;
    padding-top:10px;
    }
.content .list .date .up .yy{
    color:#fff;
    font-size:12px;
    line-height:12px;
    margin-top:8px;
    } 
.content .list .date .down{
    display:block;
    text-align:center;
    color:#fff;
    background:url(/hdimg/bas/images/27.png) no-repeat center;
    height:36px;
    
    }
.content .list .text{
    width:1095px;
    height:105px;
    float:right;
    }
.content .list .text a{
    display:block;
    color:RGB(71,71,71);
    font-size:16px;
    line-height:16px;
    float:left;
    margin-top:16px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    width: 100%;
    }
.content .list .text:hover a{
    display:block;
    color:#006EB9;
    }
.content .list .text p{
    display:block;
    font-size:14px;
    color:RGB(136,136,136);
    height:50px;
    line-height:25px;
    float:left;
    margin-top:10px;
    }
.content .list .text p span{
    float:right;
    color:#E5141D;
    }
.content .list .more{
    float:right;
    width:97px;
    height:32px;
    text-align:center;
    line-height:32px;
    font-size:14px;
    color:#fff;
    position:absolute;
    right:0px;
    top:135px;
    background:RGB(219,219,219);
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    }
.content .list:hover .more{
    background:#006EB9;
    color:#fff;
    }


.content .listnd{
    width:100%;
    height:185px;
    float:left;
    padding:40px 0;
    position:relative;
    border-bottom:1px solid #dbdbdb;
    }

.content .listnd .text{
    width:100%;
    height:105px;
    float:right;
    }
.content .listnd .text a{
    display:block;
    color:RGB(71,71,71);
    font-size:16px;
    line-height:16px;
    float:left;
    margin-top:16px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    width: 100%;
    }
.content .listnd .text:hover a{
    display:block;
    color:#006EB9;
    }
.content .listnd .text p{
    display:block;
    font-size:14px;
    color:RGB(136,136,136);
    height:50px;
    line-height:25px;
    float:left;
    margin-top:10px;
    }
.content .listnd .text p span{
    float:right;
    color:#E5141D;
    }
.content .listnd .more{
    float:right;
    width:97px;
    height:32px;
    text-align:center;
    line-height:32px;
    font-size:14px;
    color:#fff;
    position:absolute;
    right:0px;
    top:135px;
    background:RGB(219,219,219);
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    }
.content .listnd:hover .more{
    background:#006EB9;
    color:#fff;
    }


.content .pic{
    position:relative;
    width:1265px;
    float:left;
    margin-top:100px;
    }
.content .pic .box{
    width:380px;
    height:205px;
    float:left;
    position:relative;
    margin-right:30px;
    margin-bottom:30px;
    overflow: hidden;

    }
.content .pic .box .img{
    width:380px;
    height:205px;
    }
.content .pic .box .img img{
    width:380px;
    height:205px;
    }

.content .pic .box .topic{
    position:absolute;
    bottom:0;
    left:0;
    line-height:45px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    text-align:center;
    width:100%;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    }
.content .pic .box .topic a{
    color:#fff;
    }

.content .pic .box:hover .topic{
    background:RGB(0,110,185);
    }

.content .pic_list{
    width: 100%;
    float: left;;
}
.content .pic_list .box{
    width: 1200px;
    height: 245px;
    position: relative;
    padding:30px 0;
    border-bottom:1px dashed #999999;
}
.content .pic_list .box .img{
    width:255px;
    height:185px;
    float:left;
}
.content .pic_list .box .img img{
    width: 255px;
    height: 185px;
}
.content .pic_list .box .text{
    width:900px;
    height:185px;
    float:right;
    }
.content .pic_list .box .text .date{
    margin:0;
    margin-top:20px;
    font-size:16px;
    line-height:16px;
    color:#777777;
    }
.content .pic_list .box .text .topic{
    margin-top:20px;
    font-size:16px;
    line-height:16px;
    color:#474747;
    display: block;
    }
.content .pic_list .box .text .des{
    width:100%;
    height:70px;
    margin-top:8px;
    line-height:24px;
    color:#999999;
    margin-bottom: 0px;
    }
.content .pic_list .box .text .more{
    color:RGB(0,110,185);
    display:block;
    background:url(/hdimg/bas/images/15.png) no-repeat right;
    width:95px;
    background-size: 26px 5px; 
    }
.content .pic_list .box .text .more2{
    display: inline-block;
    margin-right: 45px;
}


.content .picx{
    position:relative;
    width:1230px;
    float:left;
    margin-top:80px;
    }
.content .picx .box{
    width:300px;
    height:155px;
    float:left;
    position:relative;
    margin-right:1px;
    margin-bottom:1px; 
    }
.content .picx .box .img{
    width:300px;
    height:155px;
    }
.content .picx .box .img img{
    width:298px;
    height:153px;
    padding:20px;
    }
.content .picx .box:hover .img img{
    
    }
.content .picx .box .topic{
    position:absolute;
    bottom:0;
    left:0;
    line-height:45px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    text-align:center;
    width:100%;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    }
.content .picx .box .topic a{
    color:#fff;
    }
.content .picx .box:hover .topic{
    background:RGB(57,76,124);
    }



.content .picxx{
    position:relative;
    width:1265px;
    float:left;
    margin-top:100px;
    }
.content .picxx .box{
    width:380px;
    height:305px;
    float:left;
    position:relative;
    margin-right:30px;
    margin-bottom:30px;
    overflow: hidden;

    }
.content .picxx .box .img{
    width:380px;
    height:305px;
    }
.content .picxx .box .img img{
    width:380px;
    height:305px;
    }

.content .picxx .box .topic{
    position:absolute;
    bottom:0;
    left:0;
    line-height:45px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    text-align:center;
    width:100%;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    }
.content .picxx .box .topic a{
    color:#fff;
    }

.content .picxx .box:hover .topic{
    background:RGB(0,110,185);
    }



.weizhi{
    width: 100%;
    height: 55px;
    background: #F3F3F3;
    line-height: 55px;
}
.weizhi h4{
    width: 1200px;
    height: 55px;
    position: relative;
    margin:0 auto;
    line-height: 55px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    padding-left:25px ;
    background: url(/hdimg/bas/images/25.png) no-repeat left;
}
.weizhi h4 a {
    color: #999;
}

.owl-theme .owl-controls .owl-page span{
    width: 18px;
    height: 18px;
    border-radius: 18px;
}
.owl-theme.controlls-over .owl-controls .owl-page{
    background: none;
}
.contentup1{
    width: 100%;
    height: 590px;
    position: relative;
    background: #FFFFFF;
}
.contentup1 .position{
    width: 1200px;
    height: 590px;
    position: relative;
    margin:0 auto;
}
.contentup1 .position .infom{
    width: 100%;
    line-height:30px;
    color: #888888;
    float: left;
    margin-top: 60px;
    text-align: center;
}
.contentup1 .position .dashi{
    width: 1200px;
    height: 165px;
    float: left;
    margin-top: 45px;
    border:1px solid #EEEEEE;
    border-left:0;
    border-right:0;
    padding:50px 0; 
}
.contentup1 .position .dashi .box{
    width: 240px;
    height: 65px;
    float: left;
    text-align: center;
    background: url(/hdimg/bas/images/29.png) no-repeat left;
}
.contentup1 .position .dashi .box a{
    color:#565656;
    line-height:40px;
    font-size:40px;
    display:block;
}
.contentup1 .position .dashi .box a span{
    font-weight: bolder;
}
.contentup1 .position .dashi .box p{
    color:#B7B3B2; 
    margin:0;
    margin-top: 15px;
    display: block;
    line-height: 14px;
    font-size: 14px;
}
.contentup2{
    width: 100%;
    height: 1100px;
    position: relative;
    background: #F7F7F7;
    background: url(/hdimg/bas/images/31.jpg) no-repeat center;
}

.contentup2 .position{
    width: 1200px;
    height: 1100px;
    position: relative;
    margin:0 auto;
}
.contentup2 .position .main{
    width:1200px;
    height: 835px;
    float: left;
    margin-top: 10px;
}
.contentup2 .position .main img{
    width: 1200px;
    height: 835px;  
}
.titlex_up{
    width: 100%;
    height: 55px;
    text-align: center;
    float: left;
    margin-top: 100px;
}
.titlex_up a{
    height: 32px;
    line-height: 32px;
    display: block;
    color: #474747;
    font-weight: bolder;
    font-size: 36px;
    background: url(/hdimg/bas/images/28.png) no-repeat center;
}
.titlex_up a span{
    color: #006EB9;
}
.titlex_up p{
    display: block;
    margin:0;
    padding:0;
    color: #C5C4C4;
    margin-top: 5px;
}


.titlex_up1{
    width: 100%;
    height: 55px;
    text-align: center;
    float: left;
    margin-top: 100px;
}
.titlex_up1 a{
    height: 32px;
    line-height: 32px;
    display: block;
    color: #fff;
    font-weight: bolder;
    font-size: 32px;
    background: url(/hdimg/bas/images/30.png) no-repeat center;
}
.titlex_up1 a span{
    color: #fff;
}
.titlex_up1 p{
    display: block;
    margin:0;
    padding:0;
    color: #fff;
    margin-top: 5px;
}
.contentup3{
    width: 100%;
    height: 610px;
    position: relative;
}

.contentup3 .position{
    width: 1200px;
    height: 610px;
    position: relative;
    margin:0 auto;
}
.contentup3 .position .main{
    width: 100%;
    height: 305px;
    float: left;
    margin-top: 40px;
}
.contentup3 .position .main .img{
    width:575px;
    height: 305px;
    float: left;
}
.contentup3 .position .main .img img{
    width: 575px;
    height: 305px;
}
.contentup3 .position .main .text{
    width: 585px;
    height: 305px;
    float: right;
}
.contentup3 .position .main .text a{
    display: block;
    width: 100%; 
    font-size: 20px;
    height: 120px;
    padding:70px 0 30px 0;
    background: url(/hdimg/bas/images/32.jpg) no-repeat bottom left;
}
.contentup3 .position .main .text p{
    width: 100%;
    display: block;
    margin:0;
    padding:;
    line-height: 35px;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
.contentup4{
    width: 100%;
    height: 815px;
    position: relative;
    background: url(/hdimg/bas/images/35.jpg) no-repeat center;
}

.contentup4 .position{
    width: 1200px;
    height: 815px;
    position: relative;
    margin:0 auto;
}
.contentup4 .slideTxtBox{ width:1200px;text-align:left; float: left; height: 515px; margin-top: 60px; position: relative; }
.contentup4 .slideTxtBox .hd{ margin-top: 80px; width: 100%; }
.contentup4 .slideTxtBox .hd ul{ margin-left: -20px; display: block; }
.contentup4 .slideTxtBox .hd ul li{ float: left; width: 148px; height: auto; text-align: center; list-style: none; margin:0 10px;}
.contentup4 .slideTxtBox .hd ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
}
.contentup4 .slideTxtBox .hd ul li.on{ background: url(/hdimg/bas/images/47.png) no-repeat bottom; color: #006EB9; padding-bottom: 15px; }
.contentup4 .slideTxtBox .hd ul li.on a{
    color: #006EB9
}
.contentup4 .slideTxtBox .bd{
    height: 385px;
    width: 605px;
    margin:0 auto;
}
.contentup4 .slideTxtBox .bd .main{
    width: 605px;
    height: 385px;
    background: #006EB9;
    border-radius: 3px;
    padding:15px;
    padding-bottom: 0;
}

.contentup4 .slideTxtBox .bd .main::-webkit-scrollbar {
        width:14px;
        height:4px;
    }
.contentup4 .slideTxtBox .bd .main::-webkit-scrollbar-button    {
        background-color:#EBEBEB;
        border-radius: 10px;
    }
.contentup4 .slideTxtBox .bd .main::-webkit-scrollbar-track     {
        background:#EBEBEB;
    }
.contentup4 .slideTxtBox .bd .main::-webkit-scrollbar-track-piece {
    }
.contentup4 .slideTxtBox .bd .main::-webkit-scrollbar-thumb{
        background:#B8B7B7;
        border-radius:0px;
    }
.contentup4 .slideTxtBox .bd .main::-webkit-scrollbar-corner {
        background:#EBEBEB;
    }
.contentup4 .slideTxtBox .bd .main::-webkit-scrollbar-resizer  {
        background:#EBEBEB;
    }
.contentup4 .slideTxtBox .bd .main .img{
    width: 575px;
    height: 325px;
    display: block;
}
.contentup4 .slideTxtBox .bd .main .img img{
    width: 575px;
    height: 325px;
}
.contentup4 .slideTxtBox .bd .main .topic{
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: block;
    float: left;
}
.contentup4 .slideTxtBox .next{ width: 56px; height: 56px;border-radius: 56px; display: block; position: absolute; left: 0; top:140px; background: url(/hdimg/bas/images/33.png) no-repeat center rgba(0,0,0,0.5); cursor: pointer;}
.contentup4 .slideTxtBox .prev{ width: 56px; height: 56px;border-radius: 56px; display: block; position: absolute; right: 0; top:140px;background: url(/hdimg/bas/images/34.png) no-repeat center rgba(0,0,0,0.5); cursor: pointer;}
.contentup4 .slideTxtBox .next:hover{
    background: url(/hdimg/bas/images/33.png) no-repeat center #0370BA;
}
.contentup4 .slideTxtBox .prev:hover{
    background: url(/hdimg/bas/images/34.png) no-repeat center #0370BA;
}
.contentup5{
    width: 100%;
    height: 495px;
    position: relative;
    margin-top: 30px;
}

.contentup5 .position{
    width: 1200px;
    height: 495px;
    position: relative;
    margin:0 auto;
}
.contentup5 .picScroll-left1{ width:1200px; height: 310px;  overflow:hidden; position:relative; margin-top: 40px; float: left;}
.contentup5 .picScroll-left1 .hd1{ width: 100%; height:20px ; margin-top: 30px; }
.contentup5 .picScroll-left1 .hd1 ul{ width: 100%; height: 20px; text-align: center; padding: 0; margin:0; }
.contentup5 .picScroll-left1 .hd1 ul li{ width: 20px; height:20px; background:#E7E7E6; border-radius: 20px; display: inline-block; margin:0 5px; overflow: hidden; line-height: 60px;   }
.contentup5 .picScroll-left1 .hd1 ul li.on{ border:1px solid #18387E; background: none; }
.contentup5 .picScroll-left1 .bd1{ width: 1200pxcain; height: 250px }
.contentup5 .picScroll-left1 .bd1 ul{ overflow:hidden; zoom:1; }
.contentup5 .picScroll-left1 .bd1 ul li{ width: 270px; height:250px; float: left; display: block; margin-right: 40px;  }
.contentup5 .picScroll-left1 .bd1 ul li .pic{ width: 270px; height: 205px; overflow: hidden; }
.contentup5 .picScroll-left1 .bd1 ul li .pic img{ width:270px; height:205px; display:block; border:1px solid #E9E9E9; padding:15px;-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;  }
.contentup5 .picScroll-left1 .bd1 ul li:hover .pic img{
    transform:scale(1.1);
}
.contentup5 .picScroll-left1 .bd1 ul li .title{ height: 50px; width: 270px; padding-top:14px; line-height: 28px; font-size: 16px; color: #898989; text-align: center; }
.contentup5 .picScroll-left1 .bd1 ul li .title a{
    color: #898989;
}
.contentup6{
    width: 100%;
    height: 420px;
    position: relative;
}

.contentup6 .position{
    width: 1200px;
    height: 420px;
    position: relative;
    margin:0 auto;
}

.contentup6 .picScroll-left2{ width:1200px; height: 110px; position:relative; margin-top: 40px; float: left;}
.contentup6 .picScroll-left2 .hd2{ width: 100%; height:20px ; margin-top: 30px; display: none; }
.contentup6 .picScroll-left2 .hd2 ul{ width: 100%; height: 20px; text-align: center; }
.contentup6 .picScroll-left2 .hd2 ul li{ width: 20px; height:20px; background:#E7E7E6; border-radius: 20px; display: inline-block; margin:0 5px; overflow: hidden; line-height: 60px;   }
.contentup6 .picScroll-left2 .hd2 ul li.on{ border:1px solid #18387E; background: none; }
.contentup6 .picScroll-left2 .bd2{ width:1200px; height: 110px; float: left; }
.contentup6 .picScroll-left2 .bd2 ul{ overflow:hidden; zoom:1; }
.contentup6 .picScroll-left2 .bd2 ul li{ width: 215px; height:110px; float: left; display: block; margin-right: 30px;  }
.contentup6 .picScroll-left2 .bd2 ul li .pic{ width: 215px; height: 110px;-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s; }
.contentup6 .picScroll-left2 .bd2 ul li .pic img{ width:215px; height:110px; display:block; border:1px solid #E9E9E9;   }
.contentup6 .picScroll-left2 .bd2 ul li .pic:hover{
    box-shadow: 0px 0px 5px #eee;
}
.contentup6 .picScroll-left2 .bd2 ul li .title{ height: 50px; width: 270px; padding-top:14px; line-height: 28px; font-size: 16px; color: #898989; text-align: center; }
.contentup6 .picScroll-left2 .bd2 ul li .title a{
    color: #8F8F8F;
}
.contentup6 .picScroll-left2 .prev2,.contentup6 .picScroll-left2 .next2{ width: 24px; height: 8px; display: block; position: absolute; top:50px; }
.contentup6 .picScroll-left2 .prev2{ background: url(/hdimg/bas/images/36.png) no-repeat center; left:-50px }
.contentup6 .picScroll-left2 .next2{ background: url(/hdimg/bas/images/37.png) no-repeat center; right:-50px}
.contentup6 .picScroll-left2 .prev2:hover{ background: url(/hdimg/bas/images/36_on.png) no-repeat center; }
.contentup6 .picScroll-left2 .next2:hover{ background: url(/hdimg/bas/images/37_on.png) no-repeat center; }

.contentup7{
    width: 100%;
    height: 760px;
    position: relative;
}

.contentup7 .position{
    width: 1200px;
    height: 760px;
    position: relative;
    margin:0 auto;
}
.contentup7 .position .left {
    width:575px;
    height:430px;
    float: left;
    margin-top: 40px;

}
.contentup7 .position .slideBox1x{ width:575px; height:430px; overflow:hidden; position:relative;float: left;}
.contentup7 .position .slideBox1x .hd1x{ height:10px; overflow:hidden; position:absolute; right:10px; bottom:20px; z-index:1;  }
.contentup7 .position .slideBox1x .hd1x ul{ overflow:hidden; zoom:1; float:left; margin:0; padding:0;  }
.contentup7 .position .slideBox1x .hd1x ul li{list-style: none; float:left; margin-left:7px;  width:10px; height:10px; line-height:20px; text-align:center; background:#fff; cursor:pointer; }
.contentup7 .position .slideBox1x .hd1x ul li.on{ background:#017ACD;}
.contentup7 .position .slideBox1x .bd1x{ position:relative; height:100%; z-index:0;   }
.contentup7 .position .slideBox1x .bd1x ul{margin:0; padding:0;}
.contentup7 .position .slideBox1x .bd1x li{ zoom:1; vertical-align:middle;width:575px; height:430px;list-style: none;  position: relative; overflow: hidden; }
.contentup7 .position .slideBox1x .bd1x img{  display:block; width: 575px; height: 430px;-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;  }
.contentup7 .position .slideBox1x .bd1x li:hover img{
    transform:scale(1.1);
}
.contentup7 .position .slideBox1x .bd1x li .topic{
    width: 575px;
    height: 50px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0px;
    bottom:0px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-indent: 20px;
}
.contentup7 .position .right{
    width:575px ;
    height: 430px;
    float: right;
    margin-top: 40px;
}
.contentup7 .position .right ul{
    display: block;
    margin:0;
    padding:0;
    height: 380px;
}
.contentup7 .position .right ul li{
    width: 100%;
    height: 42px;
    line-height: 42px;
    list-style: none;
}
.contentup7 .position .right ul li a{
    display: block;
    float: left; 
    text-indent: 15px;
    background: url(/hdimg/bas/images/38.png) no-repeat left;
    font-size: 16px;
    color: #888888;
}
.contentup7 .position .right ul li p{
    display: block;
    float: right;
    font-size: 16px;
    color: #CCCCCC;
    margin:0;
}

.contentup8{
    width: 100%;
    height: 710px;
    position: relative;
    background: #F5F5F5;
}
.contentup8 .position{
    width: 1200px;
    height: 710px;
    position: relative;
    margin:0 auto;
}
.contentup8 .position .main{
    width: 1250px;
    float: left;
    margin-top: 40px;
}
.contentup8 .position .main .box{
    width: 575px;
    height: 160px;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}
.contentup8 .position .main .box .img{
    width: 285px;
    height: 160px;
    float: left;
}
.contentup8 .position .main .box .img img{
    width: 285px;
    height: 160px;
}
.contentup8 .position .main .box .text{
    width: 265px;
    height: 160px;
    float: right;
}
.contentup8 .position .main .box .text .topic{
    display: block;
    color: #474747;
    line-height: 45px;
    font-size: 16px;
}
.contentup8 .position .main .box .text .des{
    display: block;
    color: #888888;
    line-height: 25px;
    height: 75px;
    margin:0;
}
.contentup8 .position .main .box .text .des .more{
    float: right;
    color: #006EB9;
}
.contentup8 .position .main .box .text .date{
    display: block;
    color: #C0BEBE;
    font-size: 12px;
    margin:0;
    margin-top: 13px;
}

.contentup9{
    width: 100%;
    height: 760px;
    position: relative;
}
.contentup9 .position{
    width: 1200px;
    height: 760px;
    position: relative;
    margin:0 auto;
}
.contentup9 .position .left{
    width:365px;
    height: 270px;
    float: left;
    margin-top: 60px;
}
.contentup9 .position .left img{
    width: 365px;
    height: 270px;
    float: left;
}
.contentup9 .position .right{
    width: 785px;
    height: 270px;
    float: right;
    margin-top: 60px;
}
.contentup9 .position .right .box{
    width: 785px;
    height: 135px;
    border-bottom: 1px solid RGB(217,217,217);
}
.contentup9 .position .right .box .topic{
    width: 100%;
    font-size: 16px;
    color: RGB(71,71,71);
    margin-top: 28px;
    float: left;
    line-height: 16px;
    display:block;
}
.contentup9 .position .right .box:hover .topic{
    color: RGB(0,110,185);
}
.contentup9 .position .right .box .topic .date{
    display: inline-block;
    float: right;
    color: RGB(136,136,136);
}
.contentup9 .position .right .box .des{
    display: block;
    margin:0;
    width: 100%;
    color: RGB(136,136,136);
    line-height: 27px;
    margin-top: 12px;
    float: left;
}
.contentup9 .position .main{
    width:1245px;
    height: 120px;
    float: left;
    margin-top:10px;
}
.contentup9 .position .main .box{
    width: 365px;
    height: 56px;
    float: left;
    line-height: 55px;
    border-bottom:1px solid RGB(217,217,217);
    margin-right: 50px;
}
.contentup9 .position .main .box a{
    color: RGB(88,88,88);
    float: left;
    text-indent: 20px;
    background: url(/hdimg/bas/images/9.png) no-repeat left;
}
.contentup9 .position .main .box p{
    color: RGB(146,146,146);
    float: right;
    margin:0;
}

.contentup10{
    width: 100%;
    height: 730px;
    position: relative;
    background: #F5F5F5;
}
.contentup10 .position{
    width: 1200px;
    height: 730px;
    position: relative;
    margin:0 auto;
}
.contentup10 .position .main{
    width: 1250px;
    float: left;
    margin-top: 40px;
}
.contentup10 .position .main .box{
    display: block;
    height: 125px;
    width:575px;
    float: left;
    margin-right: 50px;
}
.contentup10 .position .main .box a{
    display: block;
    padding-left: 35px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    color: #474747;
    background: url(/hdimg/bas/images/39.png) no-repeat left top;
}
.contentup10 .position .main .box p{
    color: #777777;
    display: block;
    padding-left: 35px;
    line-height: 25px;
    background: url(/hdimg/bas/images/40.png) no-repeat left top;
}
.contentup11{
    width: 100%;
    height: 1165px;
    position: relative;
}
.contentup11 .position{
    width: 1200px;
    height: 1165px;
    position: relative;
    margin:0 auto;
}
.contentup11 .position .main{
    width: 1200px;
    height: 535px;
    float: left;
    margin-top: 50px;
}
.contentup11 .position .main .box{
    width: 300px;
    height: 535px;
    float: left;
    border:1px solid #000;
}
.contentup11 .position .main .box:hover{
    width: 450px;
}
.contentup11 .position .main:hover .box{
    width: 250px;
}
.fold_wrap{width:1200px;height:535px;margin:0 auto 0 auto; padding:0;}
.fold_wrap li{float:left;width:130px;height:535px;position:relative;cursor:pointer; list-style: none; }
.fold_wrap li .up{
    width: 100%;
    height: 535px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top:0px;
    left: 0;
    z-index: 3;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.fold_wrap li:hover .up{
    opacity: 0;
}
.fold_wrap li .up h2{
    display: block;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 35px;
    color: #474747;
    padding-top: 100px;
    margin:0;

}
.fold_wrap li .up h2 a{
    color: #474747
}
.fold_wrap li .up p{
    margin:0;
    display: block;
    font-size: 26px;
    line-height: 26px;
    margin-top: 50px;
    background: url(/hdimg/bas/images/41.png) no-repeat center;
}
.fold_wrap li .middle{
    width: 100%;
    height: 355px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top:180px;
    left: 0;
    background: #006EB9;
    padding:45px;
    opacity: 0;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.fold_wrap li .middle h2{
    width: 100%;
    line-height: 26px;
    padding-top: 28px;
    color: #FEEB0D;
    font-weight: bolder;
    background: url(/hdimg/bas/images/42.png) no-repeat top left;
}
.fold_wrap li .middle p{
    display: block;
    line-height: 35px;
    margin-top: 30px;
    text-indent: 2em;
    font-size: 16px;
    color: #fff;
}
.fold_wrap li .middle h2 a{
    color: #FEEB0D;
}
.fold_wrap li .middle h2 span{
    color: #028BE8;
    font-weight:normal;
    font-size: 14px;
}
.fold_wrap li:hover .middle{
    opacity: 1;
    top:405px;
}
.fold_wrap li .down{
    width: 100%;
    height: 535px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
}
.pic_auto{width:100%;height:100%;}
.pic_auto1{background:url(images/20150120_ifold1.jpg) no-repeat center 0;}
.pic_auto2{background:url(images/20150120_ifold2.jpg) no-repeat center 0;}
.pic_auto3{background:url(images/20150120_ifold3.jpg) no-repeat center 0;}
.pic_auto4{background:url(images/20150120_ifold4.jpg) no-repeat center 0;}
.contentp1{
    float:left;
    width:100%;
    height:690px;
    position:relative;   
    overflow:hidden;
        margin-top: 30px;

    }
.contentp1 .position{
    width:1920px;
    height:690px;
    position:absolute;
    left:50%;
    margin-left:-960px;
    overflow:hidden;
    }
.contentp1 .position .main{
    width: 1560px;
    height: 430px;
    float: right;
}
.contentp1 .position .main .box{
    width: 575px;
    height: 430px;
    float: left;
}
.contentp1 .position .main .box img{
    width: 575px;
    height: 430px;
}
.contentp1 .position .main .box1{
    width: 985px;
    height: 215px;
    background:RGB(255,255,255);
    float: right;
    border-bottom: 1px solid RGB(238,238,238);
    cursor: pointer;
    padding:35px 360px 35px 50px;
}
.contentp1 .position .main .box1 h2{
    display: block;
    width: 100%;
    float: left;
    margin:0;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 25px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;

}
.contentp1 .position .main .box1 h2 a{
    color: RGB(22,110,192);
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.contentp1 .position .main .box1 p{
    display: block;
    margin:0;
    text-indent: 2rem;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    line-height: 30px;
    margin-top: 15px;
    float: left;
    color: #888;
}
.contentp1 .position .main .box1:hover p{
    color: #fff;
}
.contentp1 .position .main .box1:hover h2 a{
    color: #fff;
}
.contentp1 .position .main .box1:hover{
    
}
.contentp2{
    width: 100%;
    float: left;
    }
.contentp2 .position{
    width: 1200px;
     margin:0 auto;
    }
.contentp2 .position .box{
    width: 1200px;
    height: 270px;
    position: relative;
    margin-bottom: 30px;
}
.contentp2 .position .box .img{
    width: 320px;
    height: 240px;
    float: left;
    position: absolute;
    left: 0;
    top:0;
    background: RGB(0,110,185);
    z-index: 2;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
}
.contentp2 .position .box .img img{
    width: 290px;
    height: 210px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    margin:15px;
}
.contentp2 .position .box .text{
    width: 910px;
    height: 240px;
    position: absolute;
    right:0;
    bottom:0;
    background: RGB(234,234,234);
    padding:30px 30px 30px 60px;
}
.contentp2 .position .box .text .topic{
    display: block;
    color: RGB(71,71,71);
    font-size: 18px;
}
.contentp2 .position .box .text .des{
    color: #A7A7A7;
    margin-top: 10px;
}
.contentp2 .position .box .text .more{
    float: right;
    padding-right: 20px;
    background: url(/hdimg/bas/images/45.png) no-repeat right;
}


.contentp2 .position .box1{
    width: 1200px;
    height: 270px;
    position: relative;
    margin-bottom: 30px;
}
.contentp2 .position .box1 .img{
    width: 320px;
    height: 240px;
    float: left;
    position: absolute;
    right: 0;
    top:0;
    background: RGB(0,110,185);
    z-index: 2;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
}
.contentp2 .position .box1 .img img{
    width: 290px;
    height: 210px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    margin:15px;
}
.contentp2 .position .box1 .text{
    width: 910px;
    height: 240px;
    position: absolute;
    left:0;
    bottom:0;
    background: RGB(234,234,234);
    padding:30px 60px 30px 30px;
}
.contentp2 .position .box1 .text .topic{
    display: block;
    color: RGB(71,71,71);
    font-size: 18px;
}
.contentp2 .position .box1 .text .des{
    color: #A7A7A7;
    margin-top: 10px;
}
.contentp2 .position .box1 .text .more{
    float: right;
    padding-right: 20px;
    background: url(/hdimg/bas/images/45.png) no-repeat right;
}

.controlls-over .owl-pagination{
    bottom:10px;
}
.product1{
    width: 100%;
}
.product1 .position{
    width: 1200px;
    position: relative;
    margin:0 auto;
    padding:80px 0 0 0;
}
.product2{
    width: 100%;
    background: url(/hdimg/bas/images/46.jpg) no-repeat center;
    background-size: cover;
}
.product2 .position{
    width: 1200px;
    position: relative;
    margin:0 auto;
    padding:80px 0;
}
.product2 .position h2,.product3 .position h2{
    display: block;
    font-size: 24px;
    color: #0062A8;
    font-weight: bolder;
    line-height: 24px;
    margin-bottom: 30px;
}
.product3{
    width: 100%;
}
.product3 .position{
    width: 1200px;
    position: relative;
    margin:0 auto;
    padding:80px 0;
}



.content .picpdc{
    position:relative;
    width:1265px;
    float:left;
    margin-top:50px;
    margin-bottom: 50px;
    }
.content .picpdc .box{
    width:590px;
    height:240px;
    float:left;
    position:relative;
    margin-right:20px;
    margin-bottom:20px;
    overflow: hidden;

    }
.content .picpdc .box .img{
    width:590px;
    height:240px;
    }
.content .picpdc .box .img img{
    width:590px;
    height:240px;
    }

.content .picpdc .box .topic{
    position:absolute;
    bottom:0;
    left:0;
    line-height:45px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    text-align:center;
    width:100%;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    }
.content .picpdc .box .topic a{
    color:#fff;
    }

.content .picpdc .box:hover .topic{
    background:RGB(0,110,185);
    }

.nextin{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom:30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    z-index: 999;
}
.previn{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom:30px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    z-index: 999;
}

.industryLayout .man-ind{
    min-height:400px;
}
.industryLayout .ind-man a{
    display: block;
    position: relative;
    overflow: hidden;
}
.industryLayout .ind-man li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
}
.industryLayout .ind-man .img-box{
    width: 50%;
}
.industryLayout .ind-man li:nth-child(2n) .img-box{
    width: 50%;
    margin-left: 50%;
}
.industryLayout .ind-man .img-box img{
    width: 100%;
    transtion:all 0.3s;
    -webkit-transtion:all 0.3s;
}
.industryLayout .ind-man li .bor {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}
.industryLayout .ind-man li:nth-child(2n) .bor {
    left: 0;
}
.industryLayout .ind-man li .con {
    color: #666666;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 55%;
}
.industryLayout .ind-man li:nth-child(2n) .con{
    left: 3%;
}

.industryLayout .ind-man li .align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}
.industryLayout .ind-man li .vertical-inner {
    display: table-cell;
    vertical-align: middle;
}
.industryLayout .ind-man li span{
    display: block;
}
.industryLayout .ind-man li span.zh{
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    max-height: 1.4em;
    overflow: hidden;
}
.industryLayout .ind-man li span.line{
    width: 3.25em;
    height: 2px;
    margin: 15px 0 25px 0;
    background: #58a8ba;
}
.industryLayout .ind-man li .text{
    color: #4c4c4c;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}
.industryLayout .ind-man li .filler {
    position: absolute;
    display: block;
    background-color: #006eb9;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s 0s;
    -o-transition: 0.3s 0s;
    transition: 0.3s 0s;
}
.industryLayout .ind-man li .filler-left {
    width: 1px;
    height: 0%;
    left: 2%;
    top: 0;
}
.industryLayout .ind-man li .bor .filler-right {
    width: 1px;
    height: 0%;
    right: 2%;
    bottom: 0;
}
.industryLayout .ind-man li .bor .filler-top {
    width: 0%;
    height: 1px;
    right: 2%;
    top: 0;
}
.industryLayout .ind-man li .bor .filler-bottom {
    width: 0%;
    height: 1px;
    left: 2%;
    bottom: 0;
}
.industryLayout .ind-man li .p-link{
    display: block;
    font-size: 14px;
    width: 6.571em;
    height: 2.428em;
    margin-top: 15px;
    line-height: 2.428;
    color: #fff;
    border: 1px solid #006eb9;
    box-sizing: content-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #006eb9  ;
    margin-top: 30px;
    text-align: center;
}
.industryLayout .ind-man li:hover .filler-left, .industryLayout .ind-man li:hover .filler-right{
    height: 100%;
}
.industryLayout .ind-man li:hover .filler-top, .industryLayout .ind-man li:hover .filler-bottom{
    width: 96%;
}
.industryLayout .ind-man li:hover .p-link{
}
.industryLayout .ind-man li:hover span.zh{
    color: #f58900;
}
.industryLayout .ind-man{
    margin-bottom:40px;
    margin-top: 50px;
    padding:0;
}
.industryLayout .inner-pages{
    margin: 0 auto 110px;
}
.industryLayout .inner-pages>.inner-pages{
    margin: 0 auto;
}
.content .line1{
    width: 100%;
    height: 700px;
}
.content .line1 .title_en{
    font-size: 62px;
    color:#fff;
    text-align:center;
    font-weight: bolder;
    line-height: 62px;
    padding-top: 145px;
}
.content .line1 .title_ch{
    font-size: 62px;
    color:#fff;
    text-align:center;
    background:url(/hdimg/bas/images/49.png) no-repeat center;
    font-weight: bolder;
    line-height: 62px;
    margin-top: 20px;
}
.content .line1 .title_des{
    font-size: 30px;
    color:#fff;
    text-align:center;
    line-height: 30px;
    margin-top:25px; 
}
.content .line1 .img{
    width: 100%;
    text-align: center;
    margin-top: 90px;
    padding:0 5px;
}
.content .line1 .img .box{
    width: 225px;
    height: 85px;
    margin:0 5px 10px 5px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.content .line1 .img .box:hover{
    transform:scale(1.1);
}
.content .line1 .img img{
    width: 225px;
    height: 85px;
}
.content .line2{
    width: 100%;
    height: 600px;
}
.content .line2 .left{
    width: 600px;
    height: 600px;
    float: left;
    overflow: hidden;
    
}
.content .line2 .left img{
    width: 600px;
    height: 600px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.content .line2:hover .left img{
    transform:scale(1.1);
}
.content .line2 .right{
    padding:95px;
    width: 600px;
    height: 600px;
    float: right;
    background:#fff;
}
.content .line2 .right .num{
    font-size: 72px;
    font-family: 'Times New Roman';
    font-weight: bolder;
    line-height: 72px;
    margin-top: 30px;
    color: #2F4350;
}
.content .line2 .right .title{
    font-size: 36px;
    margin-top: 30px;
    line-height: 36px;
}
.content .line2 .right .title a{
    color:#2F4350;
}
.content .line2 .right .des{
    font-size: 18px;
    color:#2D404E;
    line-height: 36px;
    margin-top: 45px;
}
.content .line2 .right .des span{
    color: #B39351;
}



.content .line3 .left{
    padding:95px;
    width: 600px;
    height: 600px;
    float: left;
    background:#2F4350;
}

.content .line3 .left .num{
    font-size: 72px;
    font-family: 'Times New Roman';
    font-weight: bolder;
    line-height: 72px;
    margin-top: 30px;
    color: #fff;
}
.content .line3 .left .title{
    font-size: 36px;
    margin-top: 30px;
    line-height: 36px;
}
.content .line3 .left .title a{
    color:#fff;
}
.content .line3 .left .des{
    font-size: 18px;
    color:#fff;
    line-height: 36px;
    margin-top: 45px;
}
.content .line3 .left .des span{
    color: #B39351;
}
.content .line3 .right{
    width: 600px;
    height: 600px;
    float: right;
    overflow: hidden;
}
.content .line3 .right img{
    width: 600px;
    height: 600px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.content .line3:hover .right img{
    transform:scale(1.1);
}
.erweima{
    width:100%;
    height: 350px;
}
.erweima .position{
    width: 1110px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.erweima .position .box1{
    width: 250px;
    height: 300px;
    display: inline-block;  
    margin: 25px 50px;
}
.content .tjnews{
    width: 100%;
    float: left;
    margin-top: 70px;
    margin-bottom: 120px;

}
.content .tjnews .title{
    width: 100%;
    float: left;
    height: 35px;
    border-bottom:1px solid #eaeaea;
}
.content .tjnews .title .h2_txt{
    float: left;
    font-size: 20px;
    line-height:20px;
    border-left: 5px solid #006eb9;
    padding-left: 20px;
    float: left;
}
.content .tjnews .title .h2_txt a{
    color: #006eb9;
}
.content .tjnews .title .more{
    float: right;
    line-height: 20px;
    color: #acacac;
}
.content .tjnews ul{
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 15px;
    padding-top: 10px;
}
.content .tjnews ul li{
    width: 50%;
    float: left;
    list-style: none;
    line-height: 38px;
    position: relative;
    padding-left: 25px;
    border-right: 1px solid #e4e4e4;
}
.content .tjnews ul li:nth-child(2n){
    width: 500px;
    border-right: none;
    margin-left: 50px;
}
.content .tjnews ul li a{
    float: left;
    font-size:16px;
    color:#626262;
}
.content .tjnews ul li p{
    float: right;
    font-size: 16px;
    color: #808080;
    margin: 0;
}
.content .tjnews ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #dedede;
}
.foot .link{
    width: 1040px;
    height: 80px;
    float: left;
}
.foot .link{
    
    color:#ffffff;
    width: 100%;
    padding-left: 50px;
} 
.foot .link .h2_txt{
    margin: 0;
    font-size: 16px;
}
.foot .link .h2_txt a{
    color:#ffffff;
}
.foot .link .box{
    width: 100%;
    margin-top: 10px;
}
.foot .link .box a{
    display: block;
    float: left;
    color: #a8a8a8;
    margin-right: 10px;
}

.xiangguan{
    margin-bottom: 100px;
}
.xiangguan .xg_title{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #016abb;
    padding: 0 20px;
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
    box-shadow: 0 5px 10px #aaa;
}

.picScroll-left3{ width:100%;  overflow:hidden; position:relative; margin-bottom: 50px; height: 180px; background: #f5f3f4;}
.picScroll-left3 .prev,.picScroll-left3 .next{ display:block;  width:50px; height:50px;overflow:hidden;
     cursor:pointer; background:url(../images/icoleft.png) no-repeat; position: absolute; left: 5px; top: 50%; margin-top: -25px; z-index: 2;}
.picScroll-left3 .next{ background:url(../images/icoright.png) no-repeat; left: auto; right: 5px;}
.picScroll-left3 .bd{ padding:15px 0 0;   }
.picScroll-left3 .bd ul{ overflow:hidden; zoom:1; margin: 0; padding: 0;}
.picScroll-left3 .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:left; width: 390px; height: 150px; background: #fff;}
.picScroll-left3 .bd ul li .pic{ text-align:center; width: auto; margin: 0; float: right;}
.picScroll-left3 .bd ul li .pic img{ width:180px; height:150px; display:block; }
.picScroll-left3 .bd ul li .title{ padding: 5px 0 0 15px; }
.picScroll-left3 .bd ul li p{
    margin: 0;
    line-height: 2em;
}
.picScroll-left3 .bd ul li .text1{
    font-weight: 16px;
    margin-bottom: 10px;
}
.picScroll-left3 .bd ul li .text1 a{
    color: #050000;
    font-weight: 16px;
}
.picScroll-left3 .bd ul li .text2{
    color: #676363;
    font-weight: 14px;
}

.sch_text{
    width: 1200px;
    margin: 20px auto 0;
}
.sch_text a{
    display: inline-block;
    border:1px solid #006eb9;
    line-height: 30px;
    padding: 0 20px;
    color: #006eb9;
    margin-right: 40px;
    font-size: 14px;
    font-weight: bold;
}
.sch_text a span{
    color: #006eb9;
    font-size: 18px;
    float: right;
    margin-left: 5px;
    font-weight: normal;
}

.sch_hzal{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.sch_hzal ul,.sch_hzal li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sch_hzal li{
    overflow: hidden;
    margin-bottom: 5px;
}
.sch_hzal li .title{
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f7f7f7;
    font-size: 18px;
}
.sch_hzal li .main{
    float: right;
    border: 1px solid #e1e1e1;
    width: 1035px;
    padding: 5px 0;
    position: relative;
    height: 50px;
}
.sch_hzal li .main a{
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    color: #232323;
    display: inline-block;
}
.sch_hzal li .main a.on{
    color: #006eb9;
}
.sch_hzal li .main .anniu2,.sch_hzal li .main .anniu3{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(../images/dot.jpg) no-repeat;
    cursor: pointer;
    z-index: 2;
}
.sch_hzal li .main.active .anniu2,.sch_hzal li .main.active .anniu3{
    background: url(../images/dot1.jpg) no-repeat;
}
.sch_hzal li .main.active{
    height: 140px;
}
.sch_hzal_null{
    width: 100%;
    background: url(../images/dot2.jpg) no-repeat center top;
    padding-top: 90px;
    text-align: center;
    margin: 110px 0 50px
}
.d_page .down tr td{ height:43px;}