/* CSS Document */
body {
	font-family: "微软雅黑","sans-serif";
	font-size: 14px;
	color: #333;
	line-height: 24px;
	background:url(../images/bg.jpg) repeat-x bottom center #e4e4e4;
}
a {
	color: #666;
	text-decoration: none
}
a:focus, a:hover {
	color: #333;
	text-decoration: nonw;
}


ul,li{
	margin:0px;
	padding:0px;
	list-style:none;}
section {
	overflow: hidden;
}
.navbar-brand {
    padding: 20px 0px;
}
.navbar-default{
	background:#0b0b0b;
	border:none;}
.navbar-default .navbar-nav > li > a {
	color:#c8c8c8;}
.navbar-nav > li > a {
    padding-top: 34px;
    padding-bottom: 34px;
    line-height: 20px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-nav li a:after {
    position: absolute;
    left: 25%;
    bottom: 25%;
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .3s ease-in-out;
}
.navbar-nav  li a:focus:after,.navbar-nav li a:hover:after {
	width: 50%;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 450px !important;
}
.carousel {
	margin-top:88px;
}
.about{
	width:99.5%;
	margin:0.25% 0.25%;
	position:relative;
	z-index:1;
	}
.tit{
	position:absolute;
	z-index:999;
	top:5%;
	left:0;
	right:0;
	margin:0 auto;
	color:#FFF;
	text-align:center;}
.tit h4{
	position:relative;
	font-family:Arial;}
.tit h4:after{
	content:"";
	position:absolute;
	bottom:-50%;
	left:43%;
	width:15%;
	height: 1px;
    background: #fff;}


.bottom{
	width:100%;
	padding:30px 0px;}
.bottom a{
	color:#d1d1d1;}
.bottom dl{
	padding:30px 0px 0px 0px;}
.bottom dd{
	line-height:42px;}
.bottom dd img{
	clear:both;
	float:left;
	padding:0px 15px 15px 0px;}
.bottom dd a{
	color:#666;}
.copy{
	line-height:50px;
	border-top:1px solid #cecccc;}


.order_icon{
	border:1px solid #CCC;
	background:#FFF;
	opacity: 0.8;
	width:50px;
	height:55px;
	padding:5px;
	position: fixed;
    right:0px;
	top:50%;
    z-index: 1030;
	text-align:center;
	color:#dd0000;
	}
.order_icon a{color:#dd0000;}




.ny_title{}
.ny_title h3{
	color:#333;
	margin:15px 0px;}
.breadcrumb {
    padding: 15px 0px 0px 0px;
    list-style: none;
    background:none;
	}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #666;
    content: "/\00a0";
}
.bg-gray{
	background:#CCC;}
.ny_info{
	padding:30px 0px;}

	
.ny_news{
	}
.news_first{
	background:#eee;
	margin-bottom:15px;
	}
.news_first .media-body{
	padding:0px 15px;
	}
.news_first .media-body h4 ,.news_first .media-body h4 a{
	padding:20px 0px 10px 0px;
	color:#dd0000;
	}
.news_first .media-left img{
	width:280px;
	height:210px;}
.ny_news li {
	line-height:44px;
	border-bottom:1px dotted #CCC;}
.ny_news li i{
	margin-right:10px;}
.ny_news .title1,.ny_showpro .title1{
	color:#333;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:0px 0px 30px 0px;
	border-bottom:1px dotted #989898;}
.ny_news .title2,.ny_showpro .title2{
	color:#999;
	text-align:center;
	padding:15px 0px;}
.ny_news .more,.ny_showpro .more{
	margin:30px 0px 0px 0px;
	padding:15px 0px;
	border-top:1px dotted #ccc;}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #333;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #dd0000;
    border-color: #cc0000;}


.series{
	margin-bottom:30px;}
.series_img{
	}	
.series_text{
	color:#333;
	padding:15px;
	overflow:hidden;
	background:#eee;}
.series_text p{
	color:#666;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
	min-height:50px;}
.series:hover .series_text{
	color:#fff;
	background:#dd0000;
    transition: all ease-in-out .3s;
}
.series:hover .series_text p{
	color:#fff;}

.ny_info .pro-nav>li>a,.ny_info .pro-nav>li>span{width:100%; display:block;margin:5px 5px;padding:10px 10px; border-bottom:1px solid #989898;color:#666;font-size:15px;transition:all .3s ease-in-out;}
/* .ny_info .pro-nav>li>a:hover{box-shadow:0 2px 10px rgba(0,0,0,.2);} */
.ny_info .pro-nav>li.head{position:relative;margin-bottom:20px;padding-left:15px;color:#333;font-weight:700;font-size:24px;}
.ny_info .pro-nav>li.head:after{position:absolute;top:50%;left:0;margin-top:-9pt;width:4px;height:24px;background:#d2d2d2;content:'';}
/*分页*/
.pagination{color: #666; text-align: center; clear:both; margin-top: 1em;}
.pagination a{display: inline-block; *display: inline; *zoom: 1; margin-left: -1px; padding: 0 12px; height: 32px; line-height: 32px; color: #428bca; border: 1px solid #ddd; background: #fff; text-decoration: none; overflow:hidden;}
.pagination .prev::before{font-family: "Glyphicons Halflings";display: inline-block; content:"\e079"; width: 10px; height: 10px; margin-right: 5px;}
.pagination .next::after{font-family: "Glyphicons Halflings";display: inline-block; content: "\e080"; width: 10px; height: 10px; margin-left: 5px;}
.pagination a:not(.goto):hover{background-color: #eee; color: #2a6496}
.pagination a.cur,
.pagination a.cur:hover{background-color: #428bca; color: #fff; border-color: #428bca; margin-right: 1px}
.pagination a.disabled{background-color: #e6e6e6!important; color: #bbb!important; cursor: no-drop}
.pagination .prev{border-radius: 5px 0 0 5px}
.pagination .next{border-radius: 0 5px 5px 0; }

.dropdownMenu02{
	display: none;
}
.dropdownMenu02 li a{
	padding: 5px 25px;
	display: block;
	margin-bottom: 10px;
}
.navbar-right .dropdownMenu02 li a {
    padding: 0px 25px;
    display: block;
    margin-bottom: 0px;
}
.dropdown-menu>li:hover>.dropdownMenu02{
    display: block !important;
}
.tz-gallery .thumbnail{margin-bottom:30px;padding:0;border:none;border-radius:4px;background-color:#fff;box-shadow:0 8px 15px rgba(0,0,0,.06);transition:.15s ease-in-out;}
.tz-gallery .thumbnail:hover{transform:translateY(-10px) scale(1.02);}
.tz-gallery .lightbox img{border-radius:4px 4px 0 0;}
.tz-gallery .caption{padding:26px 30px;text-align:center;}
.tz-gallery .caption h3{margin:0;font-weight:700;font-size:14px;}
.tz-gallery .caption p{margin:0;color:#7b7d7d;font-size:12px;}
.baguetteBox-button{background-color:transparent!important;}
@media screen and (min-width: 768px) {
    
    .pro-nav .dropdownMenu02{
        transition: all 0.6s;
        display: block !important;
        max-height: 0;
        overflow: hidden;
    }
    .pro-nav>li:hover .dropdownMenu02{
         max-height: 100%;
    }
    .ny_info .pro-nav>li>a:after{
        content:"";
        width: 8px;
        height: 8px;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        position: relative;
        float: right;
        top: 6px;
        right: 2px;
        transform: rotate(135deg);
    }
    .ny_info .pro-nav>li>a:before{
            display: inline-block;
            border: solid transparent;
            content: ' ';
            height: 0;
            width: 0;
            border-width: 6px;
            border-left-color: #666;
            top: 20px;
            margin-left: -20px;
    }
    .ny_info .pro-nav>li>a:hover:after{
        top: 10px;
        transform: rotate(-45deg);
    }
    .pro-nav{
        width: 78%;
    }
    .p-i img{
        display:block;
        margin: 0 auto;
        width: 42%;
    }
    .navbar-right>.dropdown:hover .dropdown-menu{
        display: block;
    }
   
}
.p-i img{
    margin-top: 10px;
    max-width: 100%;
}

#newBridge .icon-right-center{
    top: 35% !important;
}
