﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-03-11 09:51:38
 * @version $Id$
 */

body{
	color: #595757;
	font-weight: 300;
	min-width: 1200px;
}

ul li{
	list-style-type: none;
}

a, a:hover{
	text-decoration: none;
}

nav.navbar.bootsnav ul.nav>li>a,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a,
.attr-nav > ul > li > a {
    color: #9dc9ec;
    font-size: 16px;
    font-weight: 400;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    border-color: #9dc9ec;
}

#navbar-menu a.at:hover {
    background: #fff;

}

.section {
    /*min-height: 100vh;*/
    position: relative;
    min-height: 70vh;
    /*min-width: 1200px;*/
}

.bule {
    background: #d3ebf3;
}

.pink{
	background: #fadbda;
}

.thin-green{
	background: #d5ead8;
}

.light-yellow{
	background: #fbedda;
}


.section .content-box {
    position: relative;
    z-index: 3;
    border: 6px solid #fff;
    margin: 6% auto 8% auto;
    min-height:70vh;
    padding-bottom: 0%;
}

.section .bg-white-5 {
    background: rgba(255,255,255,.8);
    margin-bottom: 3%;
}


.section .border-none{
	border: 0;
}

.section .mb-0{
    margin-bottom:0;
}

.section .bg-white {
    background: rgba(255,255,255,0.85);
    padding: 20px;
}

.section .margin0{
	margin-bottom: 0;
}

.section .banner {
    position: relative;
    z-index: 2;
    margin:11% 0 -5% 5%;
}

#proDetailed .banner{
    margin:5% 0 5% 5%;
}


.carousel-control.right {
    background: url(../images/right.png) center center no-repeat;
}

.carousel-control.left {
 	background:url(../images/left.png) center center no-repeat;   
}

.section .bg-home {
    position: absolute;
    z-index: 0;
    text-align: center;
    left: 8%;
    top:0;
}

.section .bg-brand{
	background:#fefaf6 url(../images/bg-brand.png) top left no-repeat;
	background-size: 100% auto
}

.section .bg-about {
    background: rgba(219, 161, 160, 1) url(../images/bg-about.jpg) bottom left no-repeat;
    background-size: 100% auto;
}

.section .brand{
	padding:20px;
	float: right;
}

.section .about {
    float: none;
}

.section .brand .brand-title h1, .proData .product-title h1, .Reading-title{
	font-family:'Times New Roman','Microsoft YaHei',SimHei;  
	color: #9e9e9f;
}

.section .brand .brand-title h1 p, .proData .product-title h1 p, .Reading-title p{
	font-size: 14px;	
	color: #595757;
	font-weight: 300;
}

.section .about .brand-title h1, .section .about .brand-title h1 p, .section .about .brand-text {
    color: #fff;
}


.section .brand .brand-text {
    border-top: 1px solid #fff;
    padding-top: 15px;
    font-weight: 300;
}

.section .brand .brand-slogan{
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding-top: 10px;
	text-align:center;
}

.section .about .small-title-while {
    display: inline-block;
    background: #fff;
    color: #d79b99;
    padding:0 10px;
    font-weight:500;
}

.section .about .marginbottom-3{
    margin-bottom:50px;
}

.section .about .companyTitle{
    font-size:22px;
}


p.lead {
    margin-bottom: 10px;
    font-size: 18px;
    height: 22px;
    overflow: hidden;
}

.caption{
	line-height: 1.8;
}

.thumbnail{
	border: 0; 
}

.thumbnail .newsImg{
    display:block;
    height:183px;
    overflow:hidden;
}

.thumbnail .newsImg img{
    max-width:100%;
}

.thumbnail .description {
    display: block;
    height: 100px;
    overflow: hidden;
} 

.thumbnail span.time{
	float: right;
	color: #6c757d;
	font-family:'Times New Roman','Microsoft YaHei',SimHei;  
	font-style: italic;
	margin-right: 5px;
}


.articleText{
	line-height: 2.2;
	padding: 5%;
	font-weight: 400;
}

.articleInfo{
	position: relative;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	/*justify-content:center ;*/
  	padding: 10px 0;
}

.articleText img{
	margin:10px;
}


.articleInfo .author, .articleInfo .bdsharebuttonbox{
	margin:0 10px; 
}

.articleText blockquote{
	line-height: 1.8;
	font-size: 16px;
}

.articleText .pager li>a, .articleText .pager li>span{
	border: 0;
}

.articleText .pager li>a:hover, .articleText .pager li>span:hover{
	background: none;
}

.articleReading{
	margin-top: 5%;
}


.gallery-list{
	padding:10px 20px	;
}

.gallery-list .owl-item:nth-child(odd){
	margin-top: 50px;
}

.gallery-list .owl-item a:hover .gallery-title span, .product-List .item a:hover .gallery-title span{
	background: #9dc9ec;
	border-color: #9dc9ec;
	transition: all 0.11s ease-in;
}

.gallery-list .owl-dots{
	display: none;
}



.gallery-list .owl-nav{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.gallery-list .owl-carousel .owl-nav button.owl-prev{
	margin-left: -70px;
	height: 100%;
	width: 30px;
	outline: 0;
	background:url(../images/left.png) center center no-repeat;
}

.gallery-list .owl-carousel .owl-nav button.owl-next{
	height: 100%;
	width: 30px;
	float: right;	
	margin-right: -70px;
	outline: 0;
	background:url(../images/right.png) center center no-repeat;
}

.more{
	text-align: center;
	margin:3% auto;
}


.category-title{
	position: absolute; 
	right: 5%;
	top:15%;
}

.gallery-title{
	position: absolute;
	bottom:5%;
	left: 10%;
	/*background: rgba(255,255,255,0.5);*/
}

.category-title span, .gallery-title span{
	border:1px solid #fff; 
	padding:5px;
	color: #fff;
	font-size: 20px; 
	font-weight: 300;
	line-height: 30px;
}

.gallery-title span{
	font-size: 18px;
}


.category-title span:first-child{
	margin-left: 50px;
	margin-bottom: 15px;
}

.category-title span:last-child{
	font-size: 22px;
	padding: 5px 20px
}

.product-List{
    padding-top:5%;
}

.product-List .item {
    position: relative;
    margin-bottom: 15px;
}

.product-List .item:hover{
	transition: all 0.11s ease-in;
	transform: skew(-2deg, -2deg) scale(0.965, 0.965);
}

.product-List .item img{
	border-radius: 6px;
}

/*.category .item a:hover .category-title span{
	background: rgba(157, 201, 236, 0.8);
	border-color: #fff;
}
*/


ol.breadcrumb{
	background: none;
	padding: 0;
	margin-bottom: 0
}

ol.breadcrumb li{
	/*float: left;*/
	margin-top: 30px;
}

ol.breadcrumb a{
	font-size: 12px;
	color: #595757;
	/*display: block;
	padding: 30px 0;*/
}

    ol.breadcrumb li.filter:before {
        content:"";
    }



    ol.breadcrumb li.filter a {
        background: #9dc9ec;
        border-radius: 5px;
        padding: 5px 10px;
        color: #fff;
    }

        ol.breadcrumb li.filter a.nor {
            background: none;
            color: #9dc9ec;
        }

    .proData .proInfo {
        float: right;
        width: 35%;
        margin-top: 20px;
    }


.proData .product-description{
	border-top: 1px solid #e8e4e4;
	padding-top:15px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-top: 20px;
}

/*.proData .product-title{
	margin-top: 20px;
}*/

.proData .carousel-indicators{
	border-top: 1px solid #e8e4e4;
	padding-top:15px;
	position: relative;
	text-align: left;
	width: 90%;
	top:0;
	left:0;
	margin-left: 0;

}

.proData .carousel-indicators li {
    text-indent: 0;
    width: 80px;
    height: 80px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


.proData .carousel-inner .item img{
	margin:0 auto;
}

.qrcode{
	position: absolute;
    right: 0;
    top: -80px;
    width: 180px;
    height: 180px;
    z-index: 1;
	font-size: 12px;
}

/*.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}*/


.copyright{
	padding:30px 0;
	color: #5381a7;
	/*position: relative;*/
}

.copyright a{
	color: #5381a7;
}

.page{
	text-align: center;
}

.getTop{
	position: fixed;
	z-index: 10;
	width: 40px;
	height: 40px;
	bottom: 2%;
	right:2%;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	
	text-align: center;
}

.music {
    position: fixed;
    z-index: 10;
    width: 40px;
    height: 40px;
    bottom: 10%;
    right: 2%;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
}


.goBack {
    text-align: right;
    padding: 0 20px 15px 0;
}

.getTop ul {
	margin:0; padding: 0
}

.getTop li{
	border: 1px solid #9dc9ec;
	border-radius: 5px;
}

.getTop li a{
	color: #9dc9ec;
}

.section .bg-home img, .banner img, .qrcode img, .product-List .item img, .proData .carousel-indicators li img, .articleText img {
    max-width: 100%;
}

.Pagination-Customize a, .Pagination-Customize span {
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    margin-left: -1px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.Pagination-Customize a.pagePrev {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.Pagination-Customize a.pageNext {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.Pagination-Customize a.selected, .Pagination-Customize a:hover, .Pagination-Customize a:focus{
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}



@media (min-width: 1440px) {
    nav .navbar.bootsnav {
        background: url(../images/header-bg-2.png) top repeat-x;
        background-color: transparent;
        border: 0;
    }

    nav.bootsnav:before {
        background: url(../images/header-bg-1.png) left -13px no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 330px;
        height: 228px;
        z-index: -999;
    }

    nav.bootsnav:after {
        background: url(../images/header-bg-3.png) right -13px no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 254px;
        height: 228px;
        z-index: -999;
    }


    nav.bootsnav .navbar-brand .logo {
        
        width: 188px;
        margin: 0px 0 0 50px;
        /*z-index: 999;*/
    }

    nav.navbar.bootsnav ul.nav>li>a {
        padding: 30px 30px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        border: 0;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:hover {
        background-color: #9dc9ec;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:hover a {
        color: #fff;
    }

	.section .brand .brand-title h1{
		font-size: 54px;
	}

	

	.section .brand .brand-title h1 p{
		font-size: 22px;
	}
    
	.section .brand .brand-text{
		font-size: 16px;
		line-height: 30px;
		margin-left: 15%;
		margin-right: 5%;
	}

    .section .brand .brand-text, .section .brand .brand-title {
        margin-left: 10%;
    }


    .category-title span {
        font-size: 30px;
        line-height: 40px;
    }

	.category-title span:last-child{
		font-size: 32px;
	}

	.proData .proInfo{
		width: 35%;
	}

	.proData .carousel-control.right{
		right: 30px;
	}

	.proData .carousel-control.left {
	 	left: 30px;
	}

	
}

@media (max-width: 1440px) {
    nav.navbar.bootsnav {
        background: url(../images/header-bg-2.png) top repeat-x;
        background-color: transparent;
        border: 0;
    }

    nav.bootsnav:before {
        background: url(../images/header-bg-1.png) left -13px no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 330px;
        height: 228px;
        z-index: -1;
    }

    nav.bootsnav:after {
        background: url(../images/header-bg-3.png) right -13px no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 254px;
        height: 228px;
        z-index: -1;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        padding: 30px 15px;
    }

    .section .brand .brand-text{
    	font-size: 14px;
		line-height: 22px;
    }

    nav.bootsnav .navbar-brand .logo{
		width: 160px;
	}

	nav.bootsnav  .navbar-header{
		margin-right: 5%;
	}

	.proData .product-title h1{
		font-size: 45px;
	}

	.proData .product-title h1 p{
		font-size: 20px;
	}
}


@media (max-width: 1024px){
	nav.bootsnav:before{}
	
}



