/* 引入字体 */
@font-face {font-family: 'syLight';src: url('http://www.berryxcj.com/template/default/fonts/SourceHanSans-Light.otf');}
@font-face {font-family: 'fzss';src: url('http://www.berryxcj.com/template/default/fonts/fzssj.otf');}

html,
body {
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

ul, ol, dl {
    list-style-type: none
}

/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN == Light[300] || Regular(Normal、Book、Roman)[400] || Medium[500] || Bold[700] 
 */
body,button, input, select, textarea /* for ie */ {
	font: 14px/1.5 tahoma, "Source Han Sans CN", sans-serif, Arial;
}

body {
    color: #666;
    font-family: "Source Han Sans CN","syLight","\5FAE\8F6F\96C5\9ED1";
    background-image: url(../image/img-bg.jpg);
    background-color: none;
    background-repeat: repeat;
}

a:focus, a:hover, a:link {
    outline: none;
    text-decoration: none;
}

.container {
    width: 1200px !important;
}

.w1024 {
    width: 1024px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

*{ 
	box-sizing:border-box;
	font-family: "Source Han Sans CN","syLight","\5FAE\8F6F\96C5\9ED1";
}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}

/*导航*/

.navbar {
    position: relative;
    min-height: 75px;
    margin-bottom: 0;
    border: 0;
    border-bottom: 5px solid #66FF2E;
    background-color: #000 !important;
}

.navbar .navbar-brand {
    margin: 0 auto;
    margin-right: 80px;
}

.navbar .navbar-brand img {
    max-height: 70px;
}

.navbar .navbar-nav {
    float: left;
}

.navbar .navbar-nav > li > a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 40px 15px;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    background-color: #e4e4e4;
    color: #333;
    border-bottom: 4px solid #fab83a;
}

.navbar .navbar-right{
	display: block;
}

.navbar .head-mall{
    height: 100%;
    padding-top: 32px;
    display: inline-block;
	vertical-align: middle;
    position: relative;
}

.navbar .head-mall a {
	display: block;
}

.navbar .head-mall img{
	width: 36px;
	height: 36px;
	display: block;
}

.navbar .head-tel {
	color: #fab83a;
	padding-top: 28px;
	margin-left: 14px;
    display: inline-block;
	vertical-align: middle;
	float: right;
}

.navbar .head-tel .item-ct {
	font-size: 14px;
}

.navbar .head-tel .item-num {
	font-size: 18px;
}


/*轮播*/

.banenr {
    margin: 0 auto;
}

.swiper-container {
    margin: 0 auto;
    overflow: visible;
    border-bottom: 5px solid #66FF2E;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: block;
}

.swiper-slide {
    position: relative;
    opacity: 0 !important;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-active {
    opacity: 1 !important;
}

.swiper-slide .ren {
    position: absolute;
    left: 0;
    top: 0;
    width: 1436px;
    height: 840px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.swiper-button-next {
    right: 100px;
}

.swiper-button-prev {
    left: 100px;
}

.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 40px;
}

.swiper-pagination-bullet {
    width: 70px;
    height: 4px;
    margin: 0 10px !important;
    padding: 6px 0;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}

.swiper-pagination-bullet:after {
    content: "";
    display: block;
    height: 4px;
    background-color: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet:hover:after,
.swiper-pagination-bullet-active:after {
    background-color: #000;
}


/*主体*/

.position {
    padding: 8px 0;
    font-size: 20px;
}

.position a {
    color: #fab83a;
}

.box {
    border: 3px solid #999;
    background-image: url(../image/box-bg.jpg);
    background-repeat: repeat;
    background-position: center center;
    margin-bottom: 30px;
}

.section-main {
    margin-top: 20px;
    margin-bottom: 5px;
}

.border {
    margin: 2px 0;
    border: 3px solid #999;
    border-radius: 1px;
}

.p-f-0 {
    padding: 0;
}

.text-style {
    font-size: 16px;
    font-weight: bold;
    color: #90744d;
}

.img-banner {
    display: block;
    min-width: 100%;
    height: auto;
}

/*公司简介*/

.about {
    margin-top: 5px;
}

.about-title {
    font-size: 18px;
    font-weight: bold;
}

.about-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.about-content {
    color: #90744d;
    font-family: Simsun;
    line-height: 20px;
}


/*新闻*/

.news-title {
    font-size: 18px;
    font-weight: bold;
}

.news-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.news-list {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.news-list li {
    background: url(../image/li.png) no-repeat left 17px;
    line-height: 22px;
    padding: 12px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
}

.news-list a {
    color: #666;
    font-size: 16px;
    width: 455px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.news-list a:hover {
    color: #fab83a;
}

.news-list span {
    float: right;
}


/*视频*/

.video-title {
    font-size: 18px;
    font-weight: bold;
}

.video-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.video {
    width: 406px;
    height: 315px;
    margin-top: 10px;
}


/*案例*/

.case-title {
    font-size: 18px;
    font-weight: bold;
}

.case-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.caselist {
    padding: 15px 0;
}

.caselist .case-post {
    padding-bottom: 20px;
}

.caselist .media-object {
    width: 120px;
	height: 110px;
}

.caselist .media-object img {
	width: 100%;
	height: auto;
}

.caselist h4.media-heading {
    font-weight: 600;
}


/*热销*/

.hot-title {
    font-size: 18px;
    font-weight: bold;
}

.hot-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.hot-product {
    padding: 8px 0;
}

.hot-img img {
    padding-bottom: 6px;
}

.hot-img p {
    font-size: 11px;
    color: #90744d;
}


/*产品中心*/

.product {
    margin: 10px 0;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
}

.product-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.product_list {
    clear: both;
    padding: 30px 0px 30px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.product-items .thumbnail {
    margin-bottom: 10px;
}

.product-items .thumbnail img {
    max-height: 200px;
}

p.text-center a {
    color: #333;
    font-size: 15px;
}


/*荣誉资质*/

.honor {
    margin: 20px 0;
}

.honor-title {
    font-size: 18px;
    font-weight: bold;
}

.honor-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.honor-list {
    padding: 20px 0;
}

.honor-img {

    border: 1px solid #ddd;
    max-width: 210px;
    margin: 12px 18px;
}

.honor-img a > img {
    height: auto;
    max-width: 200px;
}


/*页脚*/

.order-area {
    padding-top: 15px;
    background: #000;
    color: #fff;
}

.sin-order {
    border: 2px solid #f1f1f1;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-top: 4px;
}

.sin-order > span {
    float: left;
    padding: 12px 20px 15px 0;
}

.sin-order i {
    border-right: 1px solid #ddd;
    float: left;
    font-size: 30px;
    padding-right: 15px;
}

footer {
    background-color: #000;
    padding: 20px 0px 10px 0px;
}

footer h3 {
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    padding: 10px 0px;
}

.footer-list li {
    padding: 4px 0px;
    color: #FFF;
}

.footer-list li a,
.footer-list li p {
    color: #FFF;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 14px;
}

.footer-list {
    list-style: none;
}

.footer-icon {
    background: #000;
}

.footer-bottom {
    background-color: #000;
    min-height: 30px;
    width: 100%;
    border-top: 1px solid #333;
}

.botimg{
	width: 18px;
	height: 18px;
	margin-right: 6px;
}

.shop-btn {
    margin-top: 30px;
    text-align: center;
}

.shop-btn > a {
    margin-right: 24px;
}

.shop-btn > a:last-child {
    margin-right: 0;
}

.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}

.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}

.design a {
    color: #fff;
}


/*产品列表*/

.productslist {
    padding-top: 12px;
}

.productslist-title {
    font-size: 18px;
    font-weight: bold;
}

.productslist-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.pruductslist-list {
    padding-top: 10px;
}

.pruductslist-list .thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.pruductslist-list .thumbnail img {
    width: 100%;
    max-height: 255px;
}

.pruductslist-list .caption a {
    color: #333;
    text-align: center;
}


/*新闻案例列表*/

.lists {
    padding-top: 12px;
}

.lists-title {
    font-size: 18px;
    font-weight: bold;
}

.lists-line {
    margin: 12px 0;
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.lists-item {
    clear: both;
    padding: 20px 0;
    margin-bottom: 12px;
}

.media-middle {
    padding-right: 20px;
}

.media-middle a > img {
    max-height: 210px;
    max-width: 210px;
}

.media-heading {
    padding-bottom: 8px;
}

.media-heading a {
    font-size: 18px !important;
    font-weight: bold;
    color: #666;
}

.media-heading a:hover {
    color: #fab83a;
}

.lists-item p {
    font-size: 16px;
    line-height: 1.8rem;
}


/*关于我们详情页*/

.page-title {
    display: inline;
}

.title-tl {
    padding-bottom: 5px;
}

.title-line {
    background: #fab83a;
    width: 80px;
    height: 3px;
}

.title-tl h2 {
    font-size: 18px;
    font-weight: bold;
}

.title-com {
    display: block;
    line-height: 16px;
}

.title-com h2 {
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.title-com span {
    font-size: 12px;
    color: #999;
}

.page-box {
    height: 425px;
    border: 2px solid #999;
}

.newpage-title {
    padding-bottom: 5px;
}

.newpage-box {
    border: 2px solid #999;
    height: 425px;
}

.newpage-title h2 {
    font-size: 18px;
    font-weight: bold;
}

.newpage-list {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px 8px;
}

.newpage-list li {
    color: #898989;
    line-height: 22px;
    padding: 18px 0px;
    border-bottom: 1px solid #e3e2e2;
}

.newpage-list li a {
    color: #666;
    font-size: 16px;
    display: inline-block;
}

.newpage-list li a:hover {
    color: #fab83a;
}

.service-area {
    padding: 30px;
    background: #EEEEEE;
    color: #666;
    margin: 8px 0px 20px;
    border-bottom: #CFCF4E 3px groove;
}

.icon {
    border: 2px solid #666;
    padding-left: 30px;
    padding-top: 4px;
}

.icon a {
    color: #666;
}

.icon a > span {
    float: left;
    padding: 12px 20px 15px 0;
}

.icon a > span > i {
    border-right: 1px solid #333;
    float: left;
    font-size: 30px;
    padding-right: 15px;
}

.icon-right {
    line-height: 18px;
}

.page-case {
    margin-bottom: 8px;
}

.page-case h2 {
    font-size: 18px;
    font-weight: bold;
}

.page-case-img a.thumbnail > img {
    min-height: 260px;
}


/*产品详情页*/

.productvideo {
    width: 100%;
    height: 620px;
    margin-top: 10px;
}


/*服务详情页*/

.service-box {
    margin-top: 10px;
    border: 2px solid #ddd;
    padding: 5px;
}

.news-box {
    margin-top: 10px;
    border: 2px solid #ddd;
    padding: 5px;
}

.page-news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 25px 0px 0px 10px;
}

.page-news li {
    padding: 15px 15px;
    min-height: 30px;
    border-bottom: 1px solid #ccc;
}

.page-news li img {
    max-height: 50px;
    margin-right: 12px;
}

.page-news li a {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.product-item {
    margin: 15px 0;
}

.product-item:hover {
    background-color: #dadada;
    color: #002E5B;
}

.product-item img {
    max-height: 260px;
    max-width: 260px;
}


/*视频中心*/

#plays {
    padding: 20px 0;
}

.plays-list {
    background: #fff;
    margin-bottom: 18px;
    border-radius: 0px 0px 5px 5px;
    border-bottom: 2px solid #fab83a;
}

.plays-list:hover {
    background: #ddd;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.plays-list-img {
    border-radius: 0px 0px 0 0;
    max-height: 400px;
    overflow: hidden;
}

.plays-list-block {
    padding: 6px 15px;
}

.plays-list-block h4 {
    color: #333;
}

.plays-list-block h4:hover {
    color: #fab83a;
}

.plays-list a .glyphicon-play-circle {
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 45%;
    top: 35%;
    text-shadow: 0 1px 3px #666;
    transition: all 500ms ease-in-out;
}

.plays-list a:hover .glyphicon-play-circle {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}


/*详情页*/

.article {
    display: block;
}

.article-title {
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    padding: 12px 0;
}

.article-meta {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #999;
}

.article-bd {
    color: #333;
    line-height: 1.8rem;
}

.article-bd-link {
    margin: 1.5em 0;
    font-family: 宋体;
}

.article-bd-link p {
    padding: 5px 0;
}

.article-bd-link .text-bold {
    font-size: 18px;
    line-height: 1.75em;
    font-weight: bold;
}

.article-bd-link .text-link {
    font-size: 18px;
    line-height: 1.75em;
}


.article-bd-link .text-bold a,
.article-bd-link .text-link a {
    color: #333;
}

.article-bd-link .text-bold a:hover,
.article-bd-link .text-link a:hover {
    color: #fab83a;
}

/*上一页&下一页*/

#pagination {
    text-align: center;
}

/*link*/

.link {
    position: relative;
    padding: 8px 0;
    background: #000;
    border-bottom: 1px solid #666;
}

.link ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.link ul li {
    padding-left: 12px;
    color: #fff;
}

.link ul li a {
    color: #fff;
}

.link ul li a:hover {
    color: #fab83a;
}