@charset "utf-8";
li, dl, p, h3, h4, ul, h1, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}
.form-control {
    color: #ccc
}
a {
    color: #1e73bd;
}
a:hover {
    text-decoration: none;
}
html {
    overflow-x: hidden;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
h1, h2 {
    font-size: 16px;
    font-weight: bold
}
h1 {
    margin-bottom: 8px;
    color: #333333
}
h2 {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 9px;
}
h3 {
    font-size: 14px;
}
p {
    color: #58595b;
    font-size: 14px;
    line-height: 1.5;
}
/*顶部导航*/
@font-face {
    font-family: 'title-bold';
    src: url('/fronten/font/title-bold.eot');
    src: url('/fronten/font/title-bold.eot?#iefix') format('embedded-opentype'), url('/fronten/font/title-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'title-lighter';
    src: url('/fronten/font/title-lighter.eot');
    src: url('/fronten/font/title-lighter.eot?#iefix') format('embedded-opentype'), url('/fronten/font/title-lighter.woff') format('woff');
    font-weight: normal;
    font-style: normal
}
.header_nav {
    padding-top: 40px;
    padding-bottom: 15px;
    border-bottom: 10px solid #E5E5E5;
}
.header_nav_inside_box {
    height: 50px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color: #fff;
    border-bottom: 0;
}
.web_logo {
    height: 50px;
}
.nav_ul {
    height: 50px;
}
.nav_row>li>ul>li a {
    font-size: 14px;
    color: #333333;
}
.nav_row li a {
    font-size: 16px;
    color: #333333;
}
.nav_ul .nav_row .open_active {
    background: url('../images/index_up.png') no-repeat;
    background-position-y: 40px;
    background-position-x: center;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}
.navbar-default .navbar-nav>li>.dropdown-menu{
    min-width: auto;
}
.navbar-nav li.open_active .dropdown-toggle {
    color: #1e73bd;
    border-bottom: 4px solid #1e73bd;
    padding-bottom: 10px;
}
.dropdown-toggle {
    color: #444444;
    font-size: 20px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #FFFFFF;
    color: #1e73bd;
}
.nav li .dropdown-menu li {
    margin: 10px 0px;
}
/*crumbs 面包屑*/

.crumbs-wrap {
    width: 1110px;
    margin: 0 auto;
}
.crumbs-wrap .crumbs {
    width: 920px;
    padding: 0 0 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #CECECE;
}
.crumbs .crumbs_ul,.crumbs .crumbs_ul li{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.crumbs .crumbs_ul li::after{
    content:'›';
    display: flex;
    align-items: center;
    justify-content: center;
    color:#999;
    width:15px;
    height:10px;
}
.crumbs .crumbs_ul li:last-child::after{
    display: none;
}
.crumbs-wrap .crumbs a {
    color: #333;
}
.crumbs-wrap .crumbs a:hover {
    color: #1e73bd;
}
.crumbs img {
    display: none;
    height: 30px;
    margin-top: -20px;
}
.nav_search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
#nav_search_submit {
    display: inline-block;
    cursor: pointer;
    background: #1F73BC;
    height: 32px;
    width: 50px;
    padding-top: 10px;
    color: white;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
    margin-left: -33px;
    margin-top: -2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nav_search #searchInput {
    width: 200px;
    height: 32px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #333;
    border: 1px solid #1F73BC;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
    margin-left: -30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #1e73bd;
}
.big_title {
    font-size: 26px;
    color: #1e73bd;
    margin-bottom: 8px;
    font-weight: normal;
}
.banner_img {
    width: 1110px;
    margin: 0 auto;
    background: #CCCCCC;
}
.banner_img img {
    max-width: 100%;
}
/* content */

.content {
    padding-top: 20px;
}
/*左侧内容系列*/

.content-left {
    padding-top: 25px;
}
.content-left-10 {
    width: 79%;
    margin-right: 1.333333%;
}
.content-right-2 {
    width: 19.666667%;
}
.content-center {
    width: 3%;
}
.highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    color: #f00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-indent: 10px;
}
.highlight::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f00;
    margin-right: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin: 0;
}
.product_detail_brand .brand_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_detail_brand .brand_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 50%;
    height: 35px;
    margin-bottom: 5px;
}
.product_detail_brand .brand_list a img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.product_describe *,.option-div *{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.footer_list {
    width: 100%;
    background-color: #333436;
    padding: 10px 0;
}
.footer_link {
    border-top: 2px solid #DEDEDE;
    padding-top: 20px;
    margin-top: 150px;
    margin-bottom: 15px;
}
.footer_link h4 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
}
.footer_link ul li {
    list-style: none;
    text-align: left;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer_link ul li a {
    font-size: 14px;
    color: #333333;
}
.footer {
    color: white
}
.footer-one {
    display: none;
    border-bottom: 2px solid #828385;
    ;
}
.footer .footer-one ul {
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .footer-one ul li a {
    font-size: 18px;
    color: #D7D7D5;
}
.footer-two ul {
    margin-bottom: 4px;
}
.footer .footer-two .link-icon ul li{
    display: inline-block;
    width:25px;
    height:25px;
}
.footer .footer-two .link-icon ul li .bottom_icon.bottom_icon1{
    background-position: 0 0;
}
.footer .footer-two .link-icon ul li .bottom_icon.bottom_icon2{
    background-position: -25px 0;
}
.footer .footer-two .link-icon ul li .bottom_icon.bottom_icon3{
    background-position: -50px 0;
}
.footer .footer-two .link-icon ul li .bottom_icon.bottom_icon4{
    background-position: -75px 0;
}
.footer .footer-two .link-icon ul li .bottom_icon{
    display: block;
    width:25px;
    height:25px;
    background: url('/fronten/images/contact_spirit.png') no-repeat center;
}

.footer .footer-three p {
    color: #969698;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_link {
    margin-top: 150px;
}
.crumbs {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #CECECE;
}
.footer_link {
    margin-top: 150px;
}
/*新闻列表*/

.news-list {
    border-bottom: 1px solid #CECECE;
    width: 100%;
    margin: auto;
    padding: 25px 0px;
}
.list-img {
    margin: 0px;
    padding: 0px;
}
.loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
    margin: 20px 0;
    cursor: pointer;
}
.loading.disabled{
    pointer-events: none;
    cursor: default;
}
.loading img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.fixed-notice {
    background: #00a1e9;
    top: 150px;
    padding: 0;
    position: fixed;
    right: 0;
    z-index: 100;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.fixed-notice .notice-inner img {
    display: block;
}

.fixed-notice a.fixed-notice-close {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: arial;
    font-size: 1.3em;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    width: 30px;
    cursor: pointer;
    text-decoration: none;
}

.fixed-notice a.fixed-notice-close:hover {
    background: #000;
}
.navbar-nav li .dropdown-toggle .toggle_nav{
    display: none;
}
@media (min-width: 768px) {
    .header_nav .nav_row{
        display: flex;
        margin:0;
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .banner_img {
        width: 910px;
    }
    .navbar-header {
        width: 100%;
    }
    .nav_search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
    }
    .nav_search>div {
        padding: 0;
        margin: 0;
    }
    #nav_search_submit {
        margin-left: -1px;
    }
    .new-div-top {
        margin-bottom: 20px;
    }
    .web_logo {
        text-align: center;
    }
    .about-vidio {
        margin-bottom: 20px;
        width: 100%;
    }
    .crumbs-wrap {
        width: 910px;
    }
    .crumbs-wrap .crumbs {
        width: 753px;
    }
}
@media (max-width: 991px) {
    .web_logo {
        text-align: center;
    }
    .crumbs-wrap {
        width: 690px;
    }
    .crumbs-wrap .crumbs {
        width: 690px;
    }
    .banner_img {
        width: 690px;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        margin-right: 0;
    }
    .nav_ul {
        height: auto;
    }
    .nav.list-inline>li {
        text-align: left;
    }
    .header_nav {
        padding-top: 20px;
    }
    .footer .footer-one ul li a {
        font-size: 14px;
    }
    .crumbs-wrap {
        width: 92%;
    }
    .crumbs-wrap .crumbs {
        width: 100%;
    }
    .web_logo {
        text-align: left;
    }
    .web_logo img {
        margin-top: 0!important;
    }
    .banner_img {
        width: 92%;
    }
    .navbar-nav li.open_active .dropdown-toggle{
        border:0;
    }
    .navbar-nav li .dropdown-toggle{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav_ul .nav_row .open_active{
        background: none;
    }
    .navbar-nav li .dropdown-toggle .toggle_nav{
        position: relative;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-nav li .dropdown-toggle .toggle_nav.click::after{
        display: none;
    }
    .navbar-nav li .dropdown-toggle .toggle_nav::before,.navbar-nav li .dropdown-toggle .toggle_nav::after{
        position: absolute;
        content: '';
        display: block;
        background-color: #999;
        transition:all .2s;
    }
    .navbar-nav li .dropdown-toggle .toggle_nav::before{
        width: 12px;
        height: 2px;
    }
    .navbar-nav li .dropdown-toggle .toggle_nav::after{
        width: 2px;
        height: 12px;
    }
    #NavBar,#NavBar .nav_ul {
        padding:0;
    }
    #NavBar .nav_ul .navbar-nav{
        margin: 0;
    }
    #NavBar .nav_ul .navbar-nav .dropdown{
        padding:0;
    }
    .nav li .dropdown-menu{
        padding:0;
        margin: 0;
    }
    .nav li .dropdown-menu li{
        margin:5px 0;
    }
    .navbar-nav .open .dropdown-menu{
        display: none;
    }
}
