
/*分页*/




.brand{
	/* background: url(../images/brandBg.jpg) no-repeat; */
	height: 500px;
}
@media(max-width: 768px) {
.brand{
	/* background: url(../images/brandBgxs_02.png) no-repeat; */
	height: 600px;
}
}
.page_info{margin: 30px 0;text-align: center;}
.page_list{ height:87px;line-height:87px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:16px;margin-top:20px; margin-bottom:20px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center; margin:0 10px; width:48px; height:48px; line-height:48px; border-radius: 50%;}

.page_list a:hover{color:#fff;border:1px solid #04517D;background:#04517D;}

.page_list a.on{color:#fff;border:1px solid #04517D;background:#04517D;}
@media(max-width: 768px) {

.page_list{ height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:13px;margin-top:20px; margin-bottom:20px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center; margin:0 10px; width:18px; height:18px; line-height:18px; border-radius: 50%;}

.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}

.page_list a.on{color:#fff;border:1px solid #04517D;background:#04517D;}
}
.products{
	/*background: url(../images/productsBg.jpg);
	background-size: 100% 100%;*/
	padding: 50px 0;
}
@media(max-width: 768px){
	.products{
	background: none;
	background-size: 100% 100%;
	padding: 100px 50px
}
}
@media(max-width:768px ) {
	.products{
		padding: 15px 0;
	}
}

.products .productsItems{
	cursor: pointer;
}
.products .img-responsive{
	width: 100%;
}
.products .desc{
/*	position: absolute;
*/	bottom: 0;
	width: 100%;
	height: 35;
	line-height:35px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: black;
	text-align: center;
	/*background:#FFF;*/
}
.productsItems.mouseon .desc{
	/*display: none;*/
}
.hiddenContent{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hiddenContent  p{

	color: #fff;
}
/*隐藏的内容部分*/
.productsItems{

	position: relative;
	width:100%;
	margin-bottom: 15px;
	overflow: hidden;
}
@media(max-width: 768px){

}
.productsItems .hiddenContent{
	position: absolute;
	top: 100%;
	left: 0;
	width:100%;
	height: 100%;
	background: black;
	opacity: 0.6;
	color: #fff;
	margin:0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	font-size: 12px;
	line-height: 100%;
	padding:10px;
}
.productsItems:hover .hiddenContent{
	top: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.hiddenContent .more{
	position: absolute;
	right: 0;
	bottom: 0;
}
.hiddenContent .Hdesc{
	padding-left: 15px;
	padding-right: 15px;
}
.hiddenContent .Hdesc h3{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.hiddenContent .Hdesc p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
/*查看更多的按钮样式*/
.btn-default{
	font-family: "微软雅黑";
	font-size: 18px;
	margin-top: 30px;
	border-radius: 0;
}
/*brand*/




.brandItems{
	overflow: hidden;
	/* display: flex; */
	align-items: center;
	justify-content: space-around;
	border-right: 4px solid #fff;

	/* cursor: pointer; */
	height: 500px;
	background: #cccacc;
	/* opacity: 0.75; */
	padding-left: 30px;
	padding-right: 30px;

}
@media(max-width: 768px){
	.brandItems{

	padding-left: 15px;
	padding-right: 15px;

}
}
@media(max-width:768px ) {
	.brandItems{
		/* height: 300px; */
		border-bottom: 1px solid #fff;
		/* opacity: 0.5; */
	}
}

.brandItems:hover{
	/* background: none; */
	/* opacity: 1; */
}

.brandItems .desc{
	margin-top: 10px;
	padding-top: 15px;
	paddding-bottom: 40px;
}
.brandItems .desc h4{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}
.brandItems .desc h3{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #000;
	line-height: 2;
	font-weight: bold;
}
.brandItems .desc p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #555;
	/* text-indent: 28px; */
	line-height: 1.5;
	margin-bottom: 40px;
}
.brandItems .desc::before{
	content: '\20';
    position: absolute;
    margin-top: -15px;
    height: 2px;
    width: 20px;
    background: #000;
}
/*.desc::after{
	content: '\20';
    position: absolute;
    height: 2px;

    width: 20px;
    background: #fff;

}*/
.brandMore{
	opacity: 0;
	transition: opacity 1s;
    -webkit-transition: opacity 1s; /* Safari */
}
.brandItems:hover .brandMore{
	opacity: 1;
}
/*news*/
.news .img-responsive{
	width: 100%;
}
.news{
	/*background: url(../images/newsBg.jpg);*/
	padding: 50px 0;
	/*padding-bottom: 100px;*/
}
.news .container{
	background:  #fff;
	padding-top: 25px;
	padding-left: 25px;
}
@media(max-width:768px ) {
	.news {
		background: none;
		background-color: #f6f7f8;
	}
	.news .container{

	padding-top: 10px;
	padding-left: 10px;
}
}
.newsContent .title{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #444;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 10px;
}
.newsContent .title:hover{
	color: #04517D;

}
.newsContent .time{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ccc;
	padding-left: 20px;
	background: url(../images/time.jpg) no-repeat;
	line-height: 17px;
	margin-bottom: 15px;
}
.newsContent .descNews{
	font-family: "微软雅黑";
	font-size: 14px;
	color:#999;
	line-height: 1.5;
}
.newsItems{
	margin-bottom: 25px;
}
.newScroll .img-responsive{
	width: 100%;
}
.newsMore{
	margin-top: 15px;
	margin-bottom: 30px;
}
.footlist{
	float: left;
}
.footlist li{
	list-style: none;

}
/*form表单*/
/*表单*/
.navbar-form{
	padding-right: 0;
}
.navbar-form .form-control{
	width: 220px;
}
.form-control{
	margin-right: -5px;
	border-radius: 0;
}
.navbar-form .btn-success{
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-nav{
	float: right;
	margin-right: -30px;
	background: #0061b3;

}
footer{
	background: #2e2e2e;
	color: #ccc;
	font-family: "微软雅黑";
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 50px;
}
footer .title{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
footer .footlist{
	margin-right: 60px;
}
footer .footlist:last-child{
	margin-right: 0;
}
.footbtn{
	margin-top: 0;
	font-size: 15px;
}
.navbar-form{
	padding-left: 0px;
}
.search-item{padding: 40px 0;background: #f8f8f8;border-top: 1px solid #e8e8e8;}
.search-item .title{font-size: 24px;font-weight: bold;color: #121212;}
.search-form{width: 100%;max-width: 500px;margin: 25px auto 0;background: #f7f8f9;border: 1px solid #dedede;position: relative;}
.search-form .keywords{width: 100%;height: 42px;padding: 0 50px 0 80px;border: none;border-radius: 50px;}
.search-form .select{width: 60px;height: 42px;position: absolute;top: 0;left: 5px;}
.search-form .search-close{position: absolute;right: 15px;top: 50%;transform: translateY(-50%);}
.footer-item{padding: 40px 0;background: #f8f8f8;border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.flex-pic-box{display: flex;justify-content: space-between;}
.flex-pic-box .logo img{max-width: 120px;}
.flex-pic-box dl dt{font-size: 16px;color: #121212;margin-bottom: 10px;}
.flex-pic-box dl dt a{color: #121212;}
.flex-pic-box dl dd a{line-height: 2;color: #888;}

.info-pic-box{max-width: 500px;display: flex;align-items: flex-start;}
.info-pic-box .wxewm{width: 120px;}
.info-pic-box .wxewm img{width: 100%;}
.info-pic-box .hid-con-box{width: calc(100% - 120px);color: #888;padding-left: 20px;}
.info-pic-box ul.weblink{display: flex;align-items: center; flex-wrap: wrap;padding: 10px 0 0 0;list-style: none;}
.info-pic-box ul.weblink li{margin: 10px 20px 0 0;}

.bq{
	width: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #121212;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #f8f8f8;
}
.bq a {
color: #121212;
}
/*标签页*/
a{
	text-decoration: none;
}
.pageTab a{
	text-decoration: none;
	color:none;
}
.pageTab .img-responsive{
	width: 100%;
}
.pageTab .col-xs-12{
	margin-bottom: 20px;
}
.pageTab .col-xs-12 h2{padding: 0 20px;}
.nav-tabs{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-tabs .col-xs-4{
	text-align: center;
}
.nav-tabs i{
	font-size: 40px;
}
ul.nav-ul-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
ul.nav-ul-wrap .procon{
	width: 50%;
	padding: 5px;
}

.tab-content{
	margin-top: 40px;
}
.productList{
	background: #FFF;
	font-family: "微软雅黑";
}
.productDesc{
	padding: 15px;
}
.productList .productDesc h4{
	font-size: 18px;
	color: #444;
}
.productPic{
	width: 100%;
}
.productList .productDesc p{
	font-size: 14px;
	color: #CCC;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.productList .productDesc span{
	font-size: 12px;
	color: #ccc;
}
.productList .productDesc span:hover{

	color: #04517D;
}
.xs{
	position: relative;
	margin-top: -46.5px;
}
 .newsShow {
 	margin-bottom: 50px;
 	margin-top: 50px;
 }
 .newsShow .title{
 	text-align: center;
 	font-family: "微软雅黑";
 	background: #fff;
 	padding-bottom: 20px;
 	padding-top: 20px;
 	margin-bottom: 20px;

 }
 .newsShow .title h4{
 	font-size: 20px;
 	color: #444;
 	margin-bottom: 10px;
 }
 .newsShow .title p{
 	font-size: 14px;
 	color: #ccc;
 }
.newsShow .content{
	background: #fff;
	min-height: 400px;
	padding: 15px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.btn-success{
	background-color: #04517D;
    border-color: #04517D;
	color: #fff;
}
.btn-success:hover {
    color: #fff;
    background-color: #04517D;
    border-color: #04517D;
}
.btn-success:focus {
    color: #fff;
    background-color: #04517D;
    border-color: #04517D;
}
 	color: #ccc;
 }
.newsShow .content{
	background: #fff;
	min-height: 400px;
	padding: 15px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.btn-success:hover {
    color: #fff;
    background-color: #04517D;
    border-color: #04517D;
}


.btn-success{
	background-color: #04517D;
    border-color: #04517D;
	color: #fff;
}


.btn-success:visited {
    color: #fff;
    background-color: #04517D;
    border-color: #04517D;
}
.btn-success:linked{
    color: #fff;
    background-color: #04517D;
    border-color: #04517D;
}


.btn-success {
  color: #fff;
  background-color: #04517D;
  border-color: #04517D;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #04517D;
  border-color: #04517D;
}
.btn-success:hover {
  color: #fff;
  background-color: #04517D;
  border-color: #04517D;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #04517D;
  border-color: #04517D;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #04517D;
  border-color: #04517D;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #04517D;
  border-color: #04517D;
}
.btn-success .badge {
  color: #04517D;
  background-color: #fff;
}

@media (max-width: 1599px) {
	.brandItems,
	.brand {
		height: 450px;
	}
}
@media (max-width: 1199px) {
	.brandItems,
	.brand {
		height: 400px;
	}
}
@media (max-width: 991px) {
	.brandItems,
	.brand {
		height: 350px;
	}
}
@media (max-width: 767px) {
	.brand {
		height: 800px;
	}
	.brandItems {
		height: 400px;
	}
	.search-item,.footer-item{
		display: none;
	}
}
@media (max-width: 575px) {
	.brand {
		height: 700px;
	}
	.brandItems {
		height: 350px;
	}
}
.img-masking{
	padding-top: 30px;
}
.img-masking::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .45;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition:all .6s;
}
.brandItems:hover .img-masking::after {
	display: none;
}
