@charset "utf-8";
/* CSS Document */
* {
	transition: all 0.1s;
}

html,body  {
	background: url(/images/bg_top.png) top center no-repeat #002650;
	color: white;
	font-size: 62.5%;
}

a {
	font-size: 1.4rem;
	text-decoration: none !important;
	color: rgba(209,255,249,0.9);
	transition: all 0.2s;
}
a:hover {
	color: #73BED1;
	transition: all 0.2s;
}
a:active {
	color:rgba(255,245,193,1.00);
}
.text-larger {
	font-size: 18px !important;
	font-weight: bold;
}
.fb-video {
	width: 100%;
}

/* ------------------------通用------------------------ */
.fenye {
}
.fenye table{
	margin: 0 auto;
}
.add-rotate {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	transition: all 0.5s ease-in-out;
}
.btn-fb {
	background-color: #29415d;
	color: #FFF;
	border-color: #29415d;
}

/*------------------------文字横幅------------------------*/
.fb-text-banner {
	text-align: center;
	background-color: rgba(0,10,34,0.2);
	overflow: hidden;
}
.fb-text-banner a,.fb-text-banner em {
	display: inline-block;
	margin: 16px;
	height: 40px !important;
	line-height: 40px !important;
	font-size:2rem;
	color: yellow;
	/*color: darkturquoise;*/
}
.fb-text-banner span {
	display: inline-block;
	margin-top: 5px;
	line-height: 60px !important;
	font-size:1.7rem;
	color: darkturquoise;
}
.fb-text-banner em {
	width: 1px;
	color:#29415d;
	transform: scaleY(1.3);
	margin: 0 20px;
	/*border-left:solid 1px #29415d;*/
}

/*------------------------图片横幅------------------------*/
.fb-banner {
	margin: 0;
	background-color: rgba(0,10,34,0.2);
}
.fb-banner .container {
	margin-bottom: 0;
}
.fb-banner img {
	width: 100%;
}

/*------------------------一级标题------------------------*/
.fb-title {
	margin-top: 15px;
	margin-bottom: 15px;
	height:50px;
	color:#FFF;
	position: inherit;
}
.fb-title h2,.fb-title h2 span{
	line-height: 50px;
	margin: 0;
}
.fb-title h2 span{
	margin-left: 5px;
	font-size: 1.3rem;
}
.fb-title-menu,.fb-title h2{
	margin: 0;
	display: block;
	float:left;
}
.fb-title-menu {
	margin: 15px 0 -15px 0;
	overflow: hidden;
}
.fb-title-menu a {
	line-height: 19px;
	display: block;
	color:rgba(67,203,229,1.00);
	margin: 2px 1px;
	float: left;
	overflow: hidden;
	width: auto;
	height: 30px;
	padding: 5px;
}
.fb-title-menu a:hover {
	color:rgba(255,255,255,1.00);
	color: midnightblue;
	background-color: aqua;
	border-radius: 1px;
}
.fb-left-title{
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.fb-title .more a{
	display: inline !important;
	background-color: transparent !important;
	line-height: 50px;
}
.fb-title .more{
	margin: 0;
	padding: 0;
}
/* ------------------------头部------------------------ */
header {
	line-height: 50px;
	height: 56px;
}
header,nav,.fb-index-slide,.container-fluid {
	border-bottom: solid 1px #29415d;
}
.logo img {
	width: 100%;
	max-width: 400px;
	margin-top: 5px;
}
.page-function {
	height: 45px;
	background: url(/images/mPhone.png) right  no-repeat;
	margin-top: 5px !important;
}
.code,.wechat {
	height: 160px;
	background-color: #EEE;
	z-index: 999999;
	margin: 0 0 0 0 !important;
	border:1px solid #DDD;
	border-top: none !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
}
.code {
	margin-top: -1px !important;
}
.code img,.wechat img{
	width: 90%;
	margin: 5px;
}
.wechat {
	margin-top: 6px !important;
	margin-right: 10px;
}
.wechat img:hover {
	filter:grayscale(0.6) !important;
	-webkit-filter:grayscale(0.6) !important;
}
.wechat-dropdown {
	margin: -4px 160px 0 1px;
}
.code-dropdown {
	margin-top: -3px;
}

.func-txt {
	font-size: 2.6rem !important;
	line-height: 50px;
	margin-right: 10px;
}
.func-txt span {
	margin-top: -10px;
}

nav,.fb-index-slide {
	background-color: rgba(3,32,65,1.00);
}

/* ------------------------导航------------------------ */

nav {
	z-index: -1000;
	font-size: 1.1;
	overflow: auto;
	transition: all 0.3s;
	padding: 26px 0;
}
nav li {
	float: left;
	text-align: center;
	margin: 0 8px;
	line-height: 30px !important;
}

/* ------------------------移动端导航------------------------ */

.pop-box {
	position: inherit;
	overflow: hidden;
}
.pop-on {
	position: absolute;
	right: 15px;
	top:13px;
}
.pop-on:hover .pop-line {
	border-bottom: 2px solid #FFF;
}
.pop-off {
	color:rgba(67,203,229,1.00) !important;
	opacity: 0.9;
	display: block;
	margin-top: 10px;
	transform: scaleX(1.3);

}
.pop-off:hover {
	color:#FFF !important;
	opacity: 0.9;
}
.pop-menu {
	width: 100%;
	left:-100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,17,43,0.95);
	z-index: 9999999;
	transition: all 0.5s;
}
.pop-menu li {
	font-size: 2rem;
	height: 50px;
	line-height: 50px;
	padding: 0 13px;
	width: calc(100% - 26px);
	text-align: left;
	border-bottom:1px solid rgba(51,52,82,1.00);
}
.pop-menu li>a {
	display: block;
	height: 100%;
	width: 100%;
	line-height:50px;
}
.pop-menu img {
	width: 80%;
}	
.pop-menu li:nth-child(5)>a {
	display: inline;
}
.pop-icon {
	font-size: 40px;
	line-height: 40px;
}
.pop-line {
	display: block;
	width: 20px;
	height: 7px;
	border-bottom: 2px solid rgba(67,203,229,1.00);
}
.pop-sub-icon {
	line-height: 50px;
	color:darkgray;
}
.pop-sub-menu {
	height: auto !important;
	overflow: hidden;
	font-size: 1.3rem !important;
}
.pop-sub-menu a {
	color: aqua;
	display: block;
	float: left;
	margin: 10px !important;
	height: 32px;
	line-height: 32px !important;
	overflow: hidden;
	padding: 0 !important;
}

/* ------------------------顶部搜索------------------------ */
.mainsearch {
	background-color: transparent;
	border-color: #29415d !important;
	width: 100% !important;
	float: right !important;
}


/* ------------------------section------------------------ */

section {
	margin-bottom: 10px;
}
.fb-section:last-child {
	background: url(/images/bg_top.png) top center no-repeat #002650;
}

/*------------------------当前位置------------------------*/

.fb-location {
	font-size: 1.4rem;
	line-height: 50px;
}

/*------------------------侧边------------------------*/
.fb-side {
	margin-top: 15px !important;
	overflow: hidden;
}
.fb-side p{
	font-size: 1.2rem;
	text-indent: 2.4rem;
	padding: 5px;
	color: rgba(119,164,182,1.00);
	line-height: 21px;
}
li.listed a{
	font-size: 1.5rem;
	line-height: 30px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-indent: 2rem !important;
	display: inline-block;
	background: url(/images/title_icon.png) left no-repeat;

}
li.images a{
	display: inline-block;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

/* ------------------------底部------------------------ */

.fb-footer {
	height: 384px;
	background: url(/images/bottom.jpg) top center no-repeat #002650;
	text-align: center;
	line-height: 20px;
	color:rgba(34,0,0,1.00);
	font-size: 1.2rem;
}
.fb-footer img {
	margin-top: 20px;
}
.fb-footer-nav {
	margin: 0.6rem 0;
}
.fb-footer-nav a {
	display: inline-block;
	font-size: 1.6rem;
	margin: 0 7px;
}













/*********************************************************/
/*------------------------首页样式------------------------*/
/*********************************************************/

.fb-news,.fb-products {
	padding-bottom: 30px;
}



/* ------------------------动态------------------------ */
.fb-news li {
	margin:0 !important;
	padding: 0 15px 15px 15px !important;
	overflow: hidden !important;
}
.fb-news a {
	display: block;
	overflow: hidden !important;
	padding-bottom: 25px;
	background-color: rgba(16,25,48,0.3) !important;
	
}
.fb-news span {
	font-size: 1.9rem;
	display: block;
	margin: 15px;
}
.fb-news p {
	font-size: 1.3rem;
	margin: 15px;
	text-indent: 2.6rem;
	color: rgba(166,172,181,0.4);
	text-align: justify;
}
.fb-news li a {
	display: block;
	width: 100%;
	border:1px solid rgba(100,255,247,0.1);
	background-color: rgba(3,42,63,0.1);
	transition: all 0.5s;
}
.fb-news li a:hover {
	border:1px solid rgba(100,255,247,0.9);
	background-color: rgba(3,42,63,0.9);
}
.fb-news li a:hover p{
	color: rgba(166,172,181,0.7);
}
.fb-news img {
	width:100%;
}

/* ------------------------产品------------------------ */
.fb-products {
	background: url(/images/bg_top.png) top center no-repeat #002650;
}
.fb-products li {
	margin: 0 0 15px 0 !important;
	overflow: hidden !important;
	position: relative;
	height: 110px !important;
	transition: all 0.2s;


}
.fb-products li:hover {
	transition: all 0.2s;
	transform:scale(1.1);
}
.fb-products img {
	margin-botton: 15px;
	width: 100%;
	height: 159px !important;
	border:1px solid rgba(63,85,84,1.00);
}
.about-dp {
	/*background-color: #032041;*/

	position: absolute;
	bottom:0;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	background-image: -webkit-linear-gradient(bottom, rgba(3,32,65,1.00) 20%, rgba(3,32,65, .0001) 75%);
	background-image:      -o-linear-gradient(bottom, rgba(3,32,65,1.00) 20%, rgba(3,32,65, .0001) 75%);
	background-image:         linear-gradient(to top, rgba(3,32,65,1.00) 20%, rgba(3,32,65, .0001) 75%);
	border:1px solid rgba(63,85,84,1.00);
	border-top:none;
}
.about-dp>span{
	width: calc(100% - 24px);
	display: block;
	position: absolute;
	bottom: 20px;
	left: 10px;
}

.about-dp p {
	color:rgba(255,217,107,1.00);
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0;
	margin: 0;
	font-size: 1rem;
}
.fb-products-index{
	
}

/* ------------------------轮播------------------------ */
.fb-index-slide {
	overflow: hidden;
}
.fb-index-slide .carousel {
}
.fb-index-slide img {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.fb-index-slide h3 {
	font-size: 1.5rem !important;
	white-space: nowrap;
	line-height:100px !important;
}
.fb-index-slide .carousel-indicators li {
	border-radius: 2px !important;
	width: 60px !important;
	height: 4px !important;
}
.fb-index-slide .carousel-control.left,.fb-index-slide .carousel-control.right {
	background:none !important;
}

/* ------------------------关于样式------------------------ */
.fb-about {
	font-size: 1.4rem;
	line-height: 2.6rem;
	text-align: justify;
}
.fb-about img{
	width: auto !important;
	height: auto !important;
}
.fb-about iframe{width:600px;}
/* ------------------------搜索样式------------------------ */
.fb-search {
	font-size: 1.4rem;
	color:rgba(216,216,216,1.00);
	line-height: 2.9rem;
}
.fb-search .art_title a{
	font-size: 1.9rem;
	line-height: 5rem;
	color: rgba(255,252,173,1.00);
}
.fb-search .artintro{
	display: block;
	padding: 4px !important;
	margin: 0;
	text-indent: 2.8rem !important;
}
.fb-search .arturl a{
	left: 2rem;
	color: aqua;
}
.fb-search .c9{
	color: #CCC !important;
	font-size: 1.2rem;
	display: block;
	float: right;
}
.fb-search li {
	margin-top: 20px;
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px dashed #CCC;
}
/* ------------------------首页列表------------------------ */
.fb-list-index li.list{
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
}
.fb-list-index li.image{
	width: 50%;
	float: left;
}
.fb-list-index li.image img{
	width: 95%;
}
.fb-list-index a.image{
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
}
/* ------------------------响应------------------------ */

@media screen and ( max-width: 471px) {
	.container-fluid:not(header) {padding: 0 !important;}
	.logo img {display: block;margin: 8px 0 0 -15px!important; float:left;}
	.fb-news li {height: 290px; margin-bottom:15px !important;}
	.fb-news li p {padding-bottom: 0;}	.fb-news li p {padding-bottom: 0;}
	.fb-news li a {height: 269px !important; padding-bottom:15px !important; }
	.fb-news li:first-child a{min-height: 300px !important; height: auto !important; overflow:visible !important;}
	.fb-news li:first-child{min-height: 320px !important; height: auto !important;  overflow:visible !important;}
	.fb-news li img {height: 170px !important;}
	/*	.fb-news li:first-child p {padding-bottom: 10px;}
	.fb-news li:not(:first-child) a {height:auto; overflow: hidden !important;}
	.fb-news li:not(:first-child) img {width: 30% !important; float: left; margin: 7px;}
	.fb-news li:not(:first-child) span {font-size: 1.5rem; margin: 5px; white-space: nowrap; width: calc(70% - 24px); overflow: hidden;}
	.fb-news li:not(:first-child) p {font-size: 1.2rem; margin: 10px 5px;line-height: 20px;}
*/	.fb-products li {height:500px !important;  margin: 0 !important; margin-bottom: 30px !important;}
	.fb-products li:hover {transform: none;}
	.fb-products img {height:500 !important;}
	.about-dp {	width: 100% !important ;}
	.fb-title h2 { font-size:2rem;font-weight: bolder;}
	.fb-banner .container {padding: 0 !important;margin: 0 !important;}
	.fb-index-slide {}
	.fb-index-slide {margin: 0 -15px !important;}
	.fb-index-slide .item {height: 210px; overflow: hidden;}
	.fb-index-slide .item img { width: 100%; margin: 0 auto;}
	.fb-about img,.fb-about iframe{width:100% !important;}
	.fb-index-slide .carousel-caption h3{line-height: 8.7rem !important;}
	.fb-index-slide .carousel-caption {width: 100% !important;position: absolute;left: 0;height: 50%;
		background-image: -webkit-linear-gradient(bottom, rgba(3,32,65,0.8) 45%, rgba(3,32,65, .0001) 75%);
		background-image:      -o-linear-gradient(bottom, rgba(3,32,65,0.8) 45%, rgba(3,32,65, .0001) 75%);
		background-image:         linear-gradient(to top, rgba(3,32,65,0.8) 45%, rgba(3,32,65, .0001) 75%);
	}
	.fb-index-slide img {transform: scale(1.2) !important;padding-top: 12px !important;}
	.fb-title-menu {margin-bottom: 14px !important;}
	.fb-text-banner span {padding: 0 !important; margin: 0 !important;}
	.fb-text-banner a {font-size: 1.5rem !important; line-height: 50px; font-weight: bold;white-space: nowrap;}
}
@media screen and ( max-width: 767px) {
	.fb-news li {margin: 0 !important; padding: 15px 0;}
	.logo img {display: block;margin: 5px 0 0 -10px; float:left;}
	.fb-products li {height:240px !important;}
	.fb-products img {height:360px;}
	.fb-about img{width:100% !important;}
}
@media screen and ( max-width: 991px) {
	.logo img {display: block;margin: 0 auto;}
	.fb-news li {margin: 0 !important; padding: 15px 0;}
	.fb-products li {height:260px;}
	.fb-products img {height:200px;}
	.fb-title div{height: auto; line-height: 18px !important; overflow: hidden;}
}
@media screen and ( max-width: 1199px) {
	.fb-news li a {height: 320px;}
	.fb-news li span {font-size: 1.6rem;}
	.fb-news li img {height: 164px;}
	.fb-index-slide img  {width:100% !important; margin: 0 !important;}
	.fb-products li {height:260px !important;}
	.fb-products img {height:200px !important;}
	.fb-title {height: auto !important; overflow: hidden;}
	.fb-title-menu {height: auto; line-height: 35px !important; overflow: hidden;padding-bottom: 20px;}

}
@media screen and ( min-width: 1200px) {
	.fb-news li a {height: 370px !important;}
	.fb-news li img {height: 202px;}
	.fb-products li {height: 190px !important; overflow: hidden;}
	.fb-products li img{height: 240px !important;}
	.about-dp>span{top: calc(100% - 49px);}
	.about-dp {
		background-image: -webkit-linear-gradient(bottom, rgba(3,32,65,1.00) 25%, rgba(3,32,65, .0001) 65%);
		background-image:      -o-linear-gradient(bottom, rgba(3,32,65,1.00) 25%, rgba(3,32,65, .0001) 65%);
		background-image:         linear-gradient(to top, rgba(3,32,65,1.00) 25%, rgba(3,32,65, .0001) 65%);
	}
}
	
	