body {
    color: #000000;
    font-family: sanslight,sans,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
@media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 85%;
    }
    @-ms-viewport { width: 1920px; }
}
@media (min-width: 1400px) {
    .container{
        width:1360px;
    }
}
@media (min-width: 1600px) {
    .container{
        width:1500px;
    }
}
a:hover,a{
	text-decoration: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.text-white{
	color: #fff;
}
.flex{
	display: flex!important;
	align-items: center;
	justify-content: space-between;
}
.inline-flex{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.block{
	display: block;
}
img{
	max-width: 100%;
	max-height: 100%;
}
li{
	list-style: none;
}
ul,ol{
	margin: 0;
	padding: 0;
}
a{
	color: #000000;
}
a:hover{
	color: #bb2624;
}
p{
	margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
}
/*.sidenav start*/
.sidenav {
    background: #bb2624;
    box-shadow: 2px 2px 6px rgba(45, 74, 178, .3);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-262px, 0);
    transition: transform .3s;
    top: 0;
    width: 256px;
    z-index: 9999;
}

.sidenav.show {
    transform: translate(0, 0)
}

.sidenav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidenav-menu li {
    display: block;
    position: relative
}

.sidenav-menu a {
    background: 0 0;
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    text-decoration: none
}

.sidenav-menu a:hover {
    background: #616161;
    color: #fff;
}

.sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
    color: #fff
}
.sidenav-dropdown-icon .material-icons,
.sidenav-dropdown-icon .material-icons2{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    vertical-align: top;
    margin-top: -3px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidenav-dropdown-icon, .sidenav-link-icon {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 8px
}

.sidenav-link-icon {
    display: block;
    height: 24px;
    left: 24px;
    width: 24px
}

.sidenav-link-title {
    display: block;
}

.sidenav-dropdown {
    display: none;
    list-style: none;
    padding: 0
}

.sidenav-dropdown a {
    background: #191919;
    padding-left: 32px
}

.sidenav-dropdown a:hover {
    background: #616161
}

.sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.sidenav-dropdown-icon {
    display: none;
    height: 16px;
    right: 16px;
    width: 16px
}

.sidenav-dropdown-icon.show {
    display: block
}

.sidenav-overlay {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.sidenav-no-scroll {
    overflow: hidden !important
}
.sidenav-dropdown-icon:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 22px;
}
.mt_navbar{
	background-image: url('../img/top_bg.jpg');
	background-size: 100% 100%;
	margin-bottom: 0;
}
.mt_navbar .navbar-nav>li>a{
	color: #fff;
	padding: .8rem 3rem;
	line-height: 1.6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.mt_navbar .navbar-nav>li>a:hover,
.mt_navbar .navbar-nav>li>a:focus,
.mt_navbar .navbar-nav>li>a.active{
	background-color: #cc4124;
}
.mt_navbar .navbar-nav>li:hover .dropdown-menu{
	display: block;
}
.mt_navbar .navbar-nav>li .dropdown-menu{
	left: 50%;
    transform: translateX(-50%);
}
.dropdown-menu li a{
	padding: 1.5rem 1rem;
	text-align: center;
}
.dropdown-menu li a:hover{
	background-color: #cc4124;
	color: #fff;
}
.navbar-collapse{
	padding-left: 0;
}
.top_info{
	padding-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.top_logo{
	width: 25rem;
}
.top_zhan{
	border-radius: 10px;
	background: linear-gradient(to bottom, #0e4f2d, #1c6f43);
	text-align: center;
	padding: 1rem;
	color: #fff;
	font-size: 1.8rem;
}
.btn-warning{
	background-color: #ff6d00;
	border-color: #ff6d00;
}
.btn-danger{
	background-color: #bb2524;
	border-color: #bb2524;
}
.top_info .btn-lg{
	font-size: 2.2rem;
	padding: 2rem 8rem;
	margin-top: 1rem;
}
.top_info .btn-lg:first-child{
	margin-right: 3rem;
}
.location{
	background: #f7f7f7;
	padding: 1.5rem 0;
	font-size: 1.7rem;
	margin-bottom: 4rem;
}
.location .fa-map-marker{
	color: #bb2624;
}
.text-danger{
	color:#bb2624;
}
.banner{
	background-size: cover;
	height: 40rem;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bold{
	font-weight: bold;
}
.banner_txt{
	text-align: center;
	font-weight: bold;
}
.text-upper{
	text-transform: uppercase;
}
.mb3{
	margin-bottom: 3rem;
}
.left_nav{
	margin-bottom: 2rem;
}
.left_nav a{
	display: block;
	text-align: center;
	background: #f5f5f5;
	padding: 2rem 1rem;
	border-bottom: 1px solid #fff;
}
.left_nav a.active,
.left_nav a:hover{
	background: #bb2624;
	color: #fff;
}
.news_list{
	display: flex;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f7f7f7;
}
.news_list .img{
	border-radius: 10px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	height: 20rem;
}
.new_detail{
	position: absolute;
	left: 15px;
	bottom: 0;
}
.btn{
    padding: 1rem 1.2rem;
}
.list_box{
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-group label{
	margin-bottom: 1rem;
}
.form-control{
	height: auto;
    padding: 1rem 1.2rem;
   	background: #f5f5f5;
   	border-radius: 0;
   	border-color: #f5f5f5;
   	box-shadow:none;
}
.apply_content{
	margin-top: 5rem;
}
.apply_content .form-group{
	margin-bottom: 2rem;
}
.apply_btn{
	padding: 1.5rem;
	font-size: 2rem;
}
.index_banner{
    display: block;
    height:40rem;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.index_news{
    background-color: #f7f7f7;
    padding: 2rem 0;
}
.index_news img{
    height: 2.2rem;
    vertical-align: sub;
    margin-right: 5px;
}
.index_news .time{
    margin-left: 2rem;
}
.index_zhan{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.i_active_bg{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: cover;
    background-position: center center;
    background-image: url('../img/zhan_img.jpg');
}
.zhan_tab{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.zhan_tab a{
    display: inline-block;
    border: 1px solid #0d4e2c;
    border-radius: 10px;
    padding: .5rem 3rem;
    color: #0d4e2c;
}
.zhan_tab a:first-child{
    margin-right: 2rem;
}
.zhan_tab a:hover,
.zhan_tab a.active{
    background-color: #0d4e2c;
    border-color: #0d4e2c;
    color: #fff;
}
.index_zhan_news{
    border-radius: 1rem;
    overflow: hidden;
}
.index_zhan_news .img{
    background-size: cover;
    background-position: center center;
    height: 30rem;
    background-color: #fff;
    position: relative;
}
.index_zhan_news .date{
    color: #fff;
    background-color: #0d4e2c;
    padding:.8rem;
    position: absolute;
    right: 3rem;
    bottom: -10px;
    text-align: center;
}
.index_zhan_news .date:before,
.index_zhan_news .date:after{
    content: " ";
    position: absolute;
    bottom: 0;
    background-image: url('../img/san.png');
    width: 10px;
    height: 10px;
    background-size: cover;
}
.index_zhan_news .date:before{
    left: -10px;
}
.index_zhan_news .date:after{
    right: -10px;
    transform: rotate(270deg);
}
.index_zhan_news .date .day{
    font-size: 3rem;
    font-weight: bold;
}
.index_zhan_news .txt{
    background-color: #fff;
    padding: 2rem 1.5rem;
}
.index_zhan_news .txt p{
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_zhan_news .txt h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_zhan_news .detail{
    background-color: #404040;
    color: #fff;
    display: block;
    padding: 1rem 2rem;
}
.index_zhan_news .detail:hover{
    background-color: #bb2624;
}
.index_zhan_news .detail .fa{
    margin-top: .7rem;
}
#zixun{
	display: none;
}
.index_product{
	background-image: url('../img/index_prroduct_bg.jpg');
    background-size: cover;
    background-position: center center;
}
.index_fan{
    text-align: center;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    display: block;
    height: 100%;
}
.index_fan img{
    height: 12rem;
    margin-bottom: 1rem;
}
.active_box{
    border-radius: 1.5rem;
    border:1px solid #f2f2f2;
    display: block;
    padding: 1.5rem;
}
.active_box:hover{
    box-shadow: 0px 0px 15px #d2d2d2;
}
.active_box .img{
    background-position: center center;
    background-size: cover;
    height: 30rem;
    border-radius: 1.5rem;
}
.line1{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.active_box .date{
    display: inline-block;
    padding: 0 1.5rem;
    border-radius: 20rem;
    margin-top: 1rem;
    background: #0d4e2c;
    color: #fff;
}
.mt5{
    margin-top: 5rem !important;
}
.mb5{
    margin-bottom: 5rem !important;
}
.mt4{
    margin-top: 4rem !important;
}
.mb4{
    margin-bottom: 4rem !important;
}
.mt3{
    margin-top: 3rem !important;
}
.mb3{
    margin-bottom: 3rem !important;
}
.mt2{
    margin-top: 2rem !important;
}
.mb2{
    margin-bottom: 2rem !important;
}
.mt1{
    margin-top: 1rem !important;
}
.mb1{
    margin-bottom: 1rem !important;
}
.fotterBox{
    background: #000;
    color: #fff;
    font-size: 1.8rem;
}
.fotterBox p{
    margin-bottom: .5rem;
}
.fotterBox h3{
    margin-top: 0;
}
.b_link{
    text-align: center;
    border-top: 1px solid #666;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-top: 4rem;
}
.b_link a{
    padding: 0 1rem;
}
.fotterBox p{
    font-size: 14px;
}
.fotterBox a{
    color: #fff;
    font-size: 14px;
}
.fotterBox a:hover{
    color: #d2d2d2;
}
.i_zhan_box{
    background-color: #dce6e1;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
    height: 100%;
}
.i_zhan_box h1{
    margin-top: 0;
}
.i_zhan_box p{
    color: #666;
}
.mt3{
    margin-top: 3rem;
}
.i_zhan_content{
    display: flex;
}
.i_zhan_content .i_video_txt{
    padding: 2rem 3rem;
    width: 50%;
    background-color: #fff;
}
.i_zhan_sbox{
    display: flex;
    width: 100%;
    background-color: #fff;
    align-items: center;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 15px #d2d2d2;
    padding: 2rem 0;
    height: 100%;
}
.i_zhan_sbox .img{
    display: flex;
    height: 13rem;
    padding: 2rem 3rem;
    align-items: center;
}
.i_zhan_list{
    display: flex;
}
.v_flex{
    height: 100%;
    background-color: #f7f7f7;
}
.i_video_txt .v_btn{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1rem 3rem;
    display: inline-block;
}
.i_video_txt .v_btn:hover{
    background-color: #cc4124;
    color: #fff;
    border-color:#cc4124;
}
#index_video{
    width: 50%;
}
.video-js .vjs-big-play-button{
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
}
.c_zhan{
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 7rem 6rem;
    margin-top: 5rem;
}
.c_zhan .btn{
    border-radius: 5rem;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 5rem;
    background-color: #fff;
    margin-top: 4rem;
    color: #000;
}
.c_zhan .btn:hover{
    background-color: #f7f7f7;
}
.c_zhan .date{
    color: rgb(255, 251, 0 );
    font-size: 5rem;
    font-weight: bold;
}
#feng_swiper img{
    border-radius: 2rem;
}
.feng_swiper{
    position: relative;
}
.feng_swiper .swiper-button-next{
    right: -6rem;
}
.feng_swiper .swiper-button-prev{
    left: -6rem;
    
}
.feng_swiper .swiper-button-prev,
.feng_swiper .swiper-button-next{
    background-color: #d2d2d2;
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    background-size: 1.3rem 2.2rem;
}
.feng_swiper .swiper-button-prev:hover,
.feng_swiper .swiper-button-next:hover{
    background-color: #f2f2f2;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.flipBox{
    text-align: center;
}
.flipBox .item{
    display: inline-block;
    margin-right: 1rem;
}
.flipBox .item a{
    display: block;
    padding: 0.5rem 1.5rem;
    border:1px solid #d2d2d2;
}
.flipBox .focu a,
.flipBox .item a:hover{
    border-color: #bb2624;
    background-color: #bb2624;
    color: #fff;
}
.flipBox .item.disabled{
    opacity: .5;
}
.flipBox .item.disabled a:hover{
    background-color: #fff;
    color: #000;
    border-color:#d2d2d2;
}
.navbar-toggle {
    border-color:#fff;
}
.navbar-toggle .icon-bar {
    background:#fff
}
.index_fan_list{
    display: flex;
}
.b_nav{
    padding: 1rem;
    border-bottom: 1px solid #666;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.b_nav a{
    display: inline-block;
    margin-right: 2rem;
}
@media (max-width: 586px) {
    .index_fan_list{
        display: block;
    }
    .index_fan{
        margin-bottom: 2rem;
    }
    body{
        font-size: 14px;
    }
    .top_zhan{
        margin-top: 10px;
    }
    .h1, h1{
        font-size: 28px;
    }
    .h2, h2{
        font-size: 25px;
    }
    .h3, h3{
        font-size: 22px;
    }
    .h4, h4{
        font-size: 18px;
    }
    .index_zhan_news,
    .i_zhan_box,
    .i_zhan_sbox{
        margin-bottom: 2rem;
    }
    .index_zhan{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .active_box{
        margin-bottom: 2rem;
    }
    .i_zhan_content,
    .i_zhan_list{
        display: block;
    }
    #index_video,
    .i_zhan_content .i_video_txt{
        width: 100%;
    }
    .c_zhan{
        padding: 3rem 2rem;
    }
    .feng_swiper .swiper-button-next{
        right: 2rem;
    }
    .feng_swiper .swiper-button-prev{
        left: 2rem;
    }
    .active_box,
    .index_zhan_news{
        box-shadow: 0 0 10px #d2d2d2;
    }
    .new_detail{
        position: static;
    }
    .news_list{
        display: block;
    }
    .news_list .img{
        height: 30rem
    }
    .top_zhan{
        background: transparent;
    }
    .banner{
        height: 30rem
    }
}