﻿html,body{font-family: "Microsoft YaHei" ,"微软雅黑" ,Helvetica Neue,Tahoma,Arial;}
.clearfix:before,
.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
.row {margin: 0;}
.jumbotron,.container{ padding: 0;}

a{
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover{
	text-decoration:none;
	color: #19588c;	
}

.header-bg{
	position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    width: 100%;
    height: 154px;
    -moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	-webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    background-color: transparent;
}
.header-bg.no{
    background-color: #ffffff50;
	background-color: hsla(0, 0%, 0%, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}
.header-swiper{
	margin-top: 20px;
}
.header-swiper .swiper-slide{
	padding: 0px 8px;
}
.header-swiper .swiper-slide .item{
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
	border-radius: 0px;
	position: relative;
}

.header-swiper .swiper-slide .item .box{
	border: 1px solid #fff;
	width: 92%;
	height: 92%;
	position: absolute;
	top: 4%;
	left: 4%;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.header-swiper .swiper-slide .item:hover .box{
	border: 1px solid #19588c;
	background-color: #19588c;
	opacity: .2;
	filter: alpha(opacity=20);
}
.header-swiper .swiper-slide .item .txt{
	color: #19588c;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 15%;
	right:10%;
}
.header-swiper .swiper-slide .item a{
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

.header-nav{
	width: 100%;
	padding: 5px;
	border-radius: 5px;
    background-color: #ffffff50;
	background-color: hsla(0, 0%, 0%, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 6px 0px #bfbfbf;
}

.header-nav ul{
	padding: 0;
	margin: 0;
}
.header-nav ul li{
	display: inline-block;
	border-left: 1px solid #c8d7e4;
	line-height: 30px;
	padding: 0 0px;
	width: 13.333%;
	text-align: center;
}
.header-nav ul li:first-child{
	border-left: 0px solid #c8d7e4;
}
.header-nav ul li a{
	color: #19588c;
	font-size: 16px;
	font-weight: bold;
}




.header_top{
	width: 100%;
	height: 154px;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
.index_slide{
	height: 910px;
}




@media (max-width: 1200px){
	.index_slide{
		height: 600px;
	}
}

@media (max-width: 768px){
	.header_top{
		margin-bottom: 15px;
	}
	.header-n{
		padding-left: 5px;
		padding-right: 5px;
	}
	.header-nav{
		padding: 1px;
	}
	.header-nav ul li a{
		font-size: 12px;
	}
	.indexCulture .item{
		min-height: 320px;
	}
	.index_slide{
		height: 510px;
	}
	.aboutLeft ul li{
		width: 46%;
		margin: 15px 1%;
		display: inline-block;
	}
	.priductBox{
		margin-top: 30px;
	}
	.caseTop{
		height: 150px;
	}

}

.index_slide .swiper-slide,
.pro_slide .swiper-slide{
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;	
}
.index_slide .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-button-next:after, 
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;	
}
.index_slide .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.index_slide .swiper-pagination-bullett{
	color: #fff;
	background: #000000;
	opacity: .2;
    filter:Alpha(opacity=20);
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #19588c;
	opacity: .8;
    filter:Alpha(opacity=80);
}
.swiper-button-next, 
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .5;
    filter:Alpha(opacity=50);
    -moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background-size: 40px 40px;
}
.swiper-button-prev{
	left: 50px;
	right: auto;
	background-image: url(../images/ljt.png);
}
.swiper-button-next{
	right: 50px;
	left: auto;	
	background-image: url(../images/rjt.png);
}
.swiper-button-next:hover, 
.swiper-button-prev:hover{
	opacity: 1;
    filter:Alpha(opacity=100);
}



.indexCulture{
	padding: 60px 0;
}
.indexCulture .title{
	text-align: center;
	line-height: 30px;
	margin-bottom: 60px;
}

.indexCulture .title span{
	font-size: 26px;
	color: #696969;
}
.indexCulture .title span.en{
	font-size: 20px;
}
.indexCulture .item{
	cursor: pointer;
	text-align: center;
	color: #696969;
	font-size: 16px;
	width: 96%;
	border-radius: 15px;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);/**/
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));/**/
	background: -webkit-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: -o-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: -ms-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: linear-gradient(to bottom,  #ffffff 0%, #ffffff 100%);/*用线性渐变创建图像*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);/* ie6 - ie8*/	
}
.indexCulture .item:hover{
	color: #fff;	
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background: #19588c;
	background: -moz-linear-gradient(top, #1061a5 0%, #19588c 100%);/**/
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #1061a5), color-stop(100%, #19588c));/**/
	background: -webkit-linear-gradient(top,  #1061a5 0%, #19588c 100%);/**/
	background: -o-linear-gradient(top,  #1061a5 0%, #19588c 100%);/**/
	background: -ms-linear-gradient(top,  #1061a5 0%, #19588c 100%);/**/
	background: linear-gradient(to bottom,  #1061a5 0%, #19588c 100%);/*用线性渐变创建图像*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1061a5', endColorstr='#19588c', GradientType=0);/* ie6 - ie8*/
}
.indexCulture .item .pic{
	width: 158px;
	height: 158px;
	border: 0px solid #19588c;
	border-radius: 50%;
	margin: 0 auto;	
	background-repeat: no-repeat;
	background-position: left center;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;	
}
.indexCulture .item:hover .pic{
	background-position: right center;
	border: 0px solid #fff;
}
.indexCulture .item .title{
	font-size: 18px;
	margin-bottom: 10px;
}
.indexCulture .item .txt{
	font-size: 12px;
	width: 80%;
	margin: 0 auto;
}

.indexCase .item{
	padding: 0px;
	border: 0px solid #fff;
	border-radius: 0px;
	background:none;
}
.indexCase .item .txt{
	text-align: center;
	padding: 20px 5px;
	color: #999999;
	font-size: 16px;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.indexCase .item:hover .txt{
	color: #19588c;
}
.indexCase .item a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.indexAbout{
	padding: 50px 0;
}
.indexAbout .title{
	border-bottom: 1px solid #999999;
	padding: 10px 0;
	margin-bottom: 40px;
}
.indexAbout .title span{
	color: #333333;
	font-size: 24px;
}
.indexAbout .title span.right{
	text-align: right;
	float: right;
}

.indexAboutRight .thumbnail{
	border: 0px solid #ffffff;
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	background:none;
}
.indexAboutLeft .txt{
	line-height: 25px;
	color: #999999;
}
.indexAboutLeft .txt p{
	text-indent: 2em;
}
.indexAboutLeft .more{
	margin: 15px 0;
	width: 178px;
	height: 38px;
	border: 1px solid #19588c;
	overflow: hidden;
	background-image: url(../images/yjt.png);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 38px;
}
.indexAboutLeft .more a{
	width: 160px;
	height: 38px;
	display: block;
	font-size: 18px;
	color: #19588c;
	padding-left: 18px;
}

.indexCategory .item{
	padding: 0px;
	border: 0px solid #fff;
	border-radius: 0px;
	background:none;
}
.indexCategory .item .txt{
	text-align: center;
	padding: 20px 5px;
	color: #696969;
	font-size: 16px;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.indexCategory .item:hover .txt{
	color: #19588c;
}
.indexCategory .item a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.indexNews{
	padding: 50px 0;
}
.indexNews .title{
	border-bottom: 1px solid #999999;
	padding: 10px 0;
	margin-bottom: 40px;
}
.indexNews .title span{
	color: #333333;
	font-size: 24px;
}
.indexNews .title span.right{
	text-align: right;
	float: right;
}
.indexNewsLeft .thumbnail{
	border: 0px solid #ffffff;
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	background:none;
	margin-bottom: 20px;
}

.indexNewsLeft ul{
	margin: 0;
}
.indexNewsLeft ul li{
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}
.indexNewsLeft ul li a{
	color: #999999;
	font-size: 12px;
}
.indexNewsLeft ul li a span{
	color: #666666;
	font-size: 16px;
}
.aboutLeft h3{
	color: #19588c;
}
.aboutLeft ul{
	margin: 0;
	padding: 0;
}
.aboutLeft ul li{
	height: 45px;
	list-style: none;
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
	margin-bottom: 8px;
	line-height: 45px;
	font-size: 16px;
	border-bottom: 1px solid #19588c;
}
.aboutLeft ul li:hover,
.aboutLeft ul li.in{
	background-color: #19588c;
}
.aboutLeft ul li a{
	color: #19588c;
}
.aboutLeft ul li:hover a,
.aboutLeft ul li.in a{
	color: #ffffff;
}
.aboutLeft ul li a span{
	display: inline-block;
	padding-right: 4px;
	font-size: 20px;
}

.aboutBox .title{
	text-align: center;
	font-size: 24px;
	color: #19588c;
	margin: 30px 0;
}
.aboutBox .box{
	color: #999999;
	font-size: 14px;
	line-height: 25px;
}
.aboutBox .box p{
	text-indent: 2em;
}
.aboutBox .thumbnail{
	border: 0px solid #ffffff;
	border-radius: 0px;
	padding: 0px;
	margin: 30px 0px;
	background:none;
}


.cultureList{
	margin-bottom: 30px;
	text-align: center;
	color: #19588c;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 30px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(../images/cultureList.png);
}
.cultureList2 .thumbnail{
	margin: 0;
}
.cultureList2 .txt{
	text-align: center;
	color: #19588c;
	margin-top: 15px;
}

.cultureList3 .box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 6px;
}
.cultureList3 .box .photo {
	width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.cultureList3 .box:hover .photo {
	opacity: .9;
	filter: alpha(opacity=90);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	background: #000;
}
.cultureList3 .box .txt {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 5%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #000 1px 1px 3px;
}

.value1{
	margin-bottom: 25px;
}
.value2 .box .txt{
	text-align: center;
	top: auto;
	left: 0;
	bottom: 10%;
	color: #19588c;
	text-shadow: none;
}
.value3 .box .txt{
	text-align: center;
	top: auto;
	left: 0;
	bottom: 10%;
	color: #fff;
}

.aboutBox .line{
	margin-top: 50px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 50px;
}

.productBox {
	margin-bottom: 25px;
	border-radius: 10px;	
}
.productBox a{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff; 
    padding-bottom: 15px;  
}

.productBox .img .thumbnail {
	padding: 0px;
	border: none;
	margin: 0;	
}

.productBox .img .thumbnail img{
	border-radius: 2px;
	-webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
}
.productBox a.active .img .thumbnail img, 
.productBox a:focus .img .thumbnail img, 
.productBox a:hover .img .thumbnail img {
    box-shadow: 0px 0px 6px #00529d;
}
.productBox .txt {
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	display: block;
	color: #999999;
	font-size: 16px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
    padding-bottom: 15px;
    padding: 0 10px;
}
.productBox a:hover .txt {
	color: #00529d;
}
.productPage nav{
	text-align: center;
}

.productBox .title{
	text-align: center;
	font-size: 24px;
	color: #19588c;
	margin: 30px 0;
}
.caseShow .img .thumbnail,
.productShow .img .thumbnail{
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}
.productShow .swiper-container {
        width: 100%;
        height: 606px;
        margin-left: auto;
        margin-right: auto;
}
.productShow .swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.productShow .gallery-top {
    height: 606px;
    width: 100%;    
    border-radius: 20px;
}
.productShow .gallery-thumbs {
	margin-top: 30px;
	height: 180px;
     width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.productShow .gallery-thumbs .swiper-slide {
    width: 100%;
    opacity: 0.4;
    border-radius: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.productShow .gallery-thumbs .swiper-slide-active {
    opacity: .8;
    filter: alpha(opacity=80);
}

.caseTop{
	margin: 0;
	padding: 0;
	background-size: cover;
	background-color: none;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}
.caseTop .title{
	color: #fff;
	font-size: 36px;
	text-shadow: #000 2px 2px 5px;
	padding-top: 70px;
}
.caseTop .title .line{
	width: 70px;
	height: 3px;
	background-color: #1f5e90;
	margin-top: 30px;
}
.case{
	margin-top: 30px;
	margin-bottom: 	30px;
}
.case .title{
	text-align: center;
	color: #666666;
	padding: 20px 0;
	font-size: 16px;
}
.case .item{
	position: relative;
	cursor: pointer;
	text-align: center;
	color: #19588c;
	font-size: 16px;
	width: 96%;
	border-radius: 15px;
	padding-bottom: 0px;
	padding-left: 2%;
	padding-right: 2%;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);/**/
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));/**/
	background: -webkit-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: -o-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: -ms-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: linear-gradient(to bottom,  #ffffff 0%, #ffffff 100%);/*用线性渐变创建图像*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);/* ie6 - ie8*/	
}
.case .item.in,
.case .item:hover{
	color: #fff;	
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background: #19588c;
	background: -moz-linear-gradient(top, #1061a5 0%, #19588c 100%);/**/
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #1061a5), color-stop(100%, #19588c));/**/
	background: -webkit-linear-gradient(top,  #1061a5 0%, #19588c 100%);/**/
	background: -o-linear-gradient(top,  #1061a5 0%, #19588c 100%);/**/
	background: -ms-linear-gradient(top,  #1061a5 0%, #19588c 100%);/**/
	background: linear-gradient(to bottom,  #1061a5 0%, #19588c 100%);/*用线性渐变创建图像*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1061a5', endColorstr='#19588c', GradientType=0);/* ie6 - ie8*/
}
.case .item .pic{
	width: 158px;
	height: 158px;
	border: 0px solid #19588c;
	margin: 0 auto;	
	background-repeat: no-repeat;
	background-position: left center;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;	
}
.case .item.in .pic,
.case .item:hover .pic{
	background-position: right center;
	border: 0px solid #fff;
}
.case .item .title{
	padding: 0;
	font-size: 18px;
	margin-bottom: 10px;
	color: #19588c;
	padding-bottom: 10px;
}
.case .item.in .title,
.case .item:hover .title{
	color: #ffffff;
}
.case .item a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.caseBox .box{
	position: relative;
	padding: 0;
	margin: 0;
}
.caseBox .box .img .thumbnail{
	padding: 0;
	border: 0px solid #fff;
	border-radius: 0;
}
.caseBox .box .txt{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #19588c50;
	background-color: hsla(207%, 82%, 55%, 0.8);
	background-color: rgba(25, 88, 140, 0.8);
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	padding: 5px;
}
.caseBox .box .txt .h{
	color: #fff;
	font-size: 16px;
}
.caseBox .box .txt .n,
.caseBox .box .txt .s{
	background-color: #fff;
	color: #19588c;
	font-size: 14px;
	width: 60%;
	padding: 3px;
	margin: 5px 0;
	display: none;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.caseBox .box:hover .txt .n,
.caseBox .box:hover .txt .s{
	display: block;
}

.caseBox .box a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.newsList{
	padding-bottom: 20px;
	margin-bottom: 25px;
	margin-top: 35px;
}
.newsList .box{
	background-color: #fff;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	position: relative;	
}

.newsList .box .thumbnail{
	padding: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0px;
}
.newsList .box .title{
	margin-top: 10px;
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}
.newsList .box .text{
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
}
.newsList .box .date {
	margin-bottom: 15px;
}
.newsList .box .more {
	padding: 5px;
	padding-left: 10px;
	padding-right: 50px;
	border: 1px solid #19588c;
	background-image: url(../images/n5.png);
	background-repeat: no-repeat;
	background-position: center right;
	width: 160px;
	font-size: 16px;
	color: #19588c;
}
.newsList .box a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.newsShow .left .title{
	margin-top: 50px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	text-align: center;
}
.newsShow .left .title .name{
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.newsShow .left .text{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dcdddd;
	margin-bottom: 30px;
}
.newsShow .left .text p{
	text-indent: 2em;
}
.newsShow .left .text img{
	width: 100%;
	margin: 20px auto;
}
.newsShow .left .more{
	margin-bottom: 40px;
}
.newsShow .left .more a{
	color: #666666;
	display: inline-block;
}
.newsShow .left .more a:hover{
	color: #0080d3;
}
.newsShow .left .more a.right{
	float: right;
}

.newsShow .right .title{
	margin-top: 50px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dcdddd;
	font-size: 26px;
}
.newsShow .right ul{
	padding: 0;
	padding-left: 20px;
}
.newsShow .right ul li{
	list-style: none;
	margin-bottom: 20px;
	background-image: url(../images/d.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.newsShow .right ul li a{
	font-size: 16px;
	color: #000;
}
.newsShow .right ul li a:hover{
	color: #1f74ab;
}


.jobClass{
	text-align: center;
	padding: 50px 0;
}
.jobClass a{
	border: 1px solid #19588c;
	background-color: #fff;
	color: #19588c;
	font-size: 24px;
	display: inline-block;
	padding: 5px 25px;
	margin: 25px;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.jobClass a:hover,
.jobClass a.in{
	background-color: #19588c;
	color: #fff;
}

.panel.jobBox {
	border: none;
	border-bottom: 1px solid #c3c0c2;
	border-radius: 0px;
	box-shadow: none;
	margin: 20px auto;
	color: #6c6d6c;
	margin-bottom: 40px;
}
.jobBox .panel-heading {
	border: none;
	width: 100%;
	position: relative;
	background: none;	
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.jobBox .panel-heading .name {
	font-size: 26px;
	line-height: 40px;
	color: #6c6d6c;
}
.jobBox .panel-heading .name span{
	color: #19588c;
	padding-left: 50px;
}
.jobBox .panel-heading .department {
	font-size: 18px;
	line-height: 35px;
}
.jobBox .panel-heading .num {
	font-size: 16px;
	line-height: 35px;
	color: #6c6d6c;
}
.jobBox .panel-heading  .blue {
	color: #226ea6;
	font-size: 20px;
	font-weight: bold;
}
.jobBox .panel-heading a {
	position: absolute;
	right: 0;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	top: 47px;
	width: 140px;
	height: 40px;
	background-color: #19588c;
	color: #fff;
	border: 1px solid #19588c;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.jobBox .panel-heading a:hover,
.jobBox .panel-heading a.collapsed {
	background-color: #fff;
	color: #19588c;
}
.contact {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact .title{
	text-align: center;
	font-size: 32px;
	color: #19588c;
	margin-bottom: 20px;
}
.contact .name{
	border-bottom: 2px solid #dedede;
	color: #666666;
	font-size: 28px;
	padding: 20px 0;
	font-weight: bold;
}
.contact .box .item{
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: 4px solid #19588c;
	color: #666666;
	font-size: 18px;
}
.contact .box .item h2{
	margin-top: 0;
	font-size: 24px;
	font-weight: bold;
}


.contactFrom{
	padding-top: 50px;
}
.contactFrom .title{
	text-align: center;
	font-size: 32px;
	color: #19588c;
	margin-bottom: 20px;
}
.contactFrom .input-group{
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
	border: none;
	overflow: hidden;
}
.contactFrom .input-group .form-control{
	margin-top: -1px;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	height: 60px;
}
.contactFrom .tj{
	text-align: center;
}
.product_slide{
	height: 400px;
}
.contactMap .map #allmap{
	width: 100%;
	height: 500px;
}


.factory .swiper-container {
        width: 100%;
        height: 606px;
        margin-left: auto;
        margin-right: auto;
}
.factory .swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.factory .gallery-top {
    height: 500px;
    width: 100%;    
}
.factory .gallery-thumbs {
	margin-top: 30px;
	height: 180px;
     width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.factory .gallery-thumbs .swiper-slide {
    width: 100%;
    opacity: 0.4;
    border-radius: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.factory .gallery-thumbs .swiper-slide-active {
    opacity: .8;
    filter: alpha(opacity=80);
}
.honorBox .txt{
	margin-top: 15px;
	font-size: 18px;
}




.footer{
	margin-bottom: 30px;
}


.footerNav{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	margin: 20px 0;
	color: #656565;
}
.footerNav a{
	color: #656565;
}
.footerNav .nav>li>a{
	padding: 7px;
}

.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:5px;bottom:50px; z-index: 999;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:10px; border-radius: 5px; box-shadow: 0 0 5px 0px #e1e0e0; position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}
.page_show {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Verdana", sans-serif;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.page_show * {
	padding: 2px 6px;
	margin: 0;
}
.page_show a {
	border: solid 1px #909090;
	background-color: #EFEFEF;
	color: #909090;
	text-decoration: none;
	margin: 0 2px;
}
.page_show a:visited {
	border: solid 1px #666666;
	background-color: #EFEFEF;
	color: #60606F;
	text-decoration: none;
}
.page_show a:hover, 
.page_show a:active,
.page_show a.page_current {
	border: solid 1px #ee7800;
	background-color: white;
	color: #ee7800;
	text-decoration: none;
}
.tis{
	font-size: 18px;
	text-align: center;
	padding: 50px;
	color: #ff0000;
}
@media (max-width: 768px){
	.header-bg{
		height: 120px;
	}
	.header-logo img{
		width: 270px;
	}
	.header_top{
		margin-bottom: 15px;
	}
	.header-n{
		padding-left: 5px;
		padding-right: 5px;
	}
	.header-nav{
		padding: 1px;
	}
	.header-nav ul li{
		margin-right: -5px;
		width: 14.333%;
	}
	.header-nav ul li a{
		font-size: 10px;
	}
	.indexCulture .item{
		min-height: 350px;
	}
	.index_slide{
		height: 510px;
	}
	.aboutLeft ul li{
		width: 46%;
		margin: 8px 1%;
		display: inline-block;
	}
	.priductBox{
		margin-top: 30px;
	}
	.caseTop{
		height: 150px;
	}
	.caseTop .title{
		font-size: 18px;
		padding-top: 20px;
		padding-left: 20px;
	}
	.caseTop .title .line{
		margin-top: 10px;
		height: 2px;
	}
	.newsList .box .title{
		font-size: 16px;
		padding: 0 20px;
	}
	.newsList .box .text{
		font-size: 12px;
		padding: 0 20px;
	}
	.newsList .box .date{
		padding: 0 20px;
	}
	.newsList .box .more{
		margin-left: 20px;
	}
	.jobBox .panel-heading .name{
		font-size: 16px;
	}
	.jobBox .panel-heading .num{
		font-size: 12px;
	}
	.jobBox .panel-heading a{
	    top: 16px;
	    width: 100px;
	    height: 30px;   
	    line-height: 30px;
	    font-size: 16px;
	    right: 5px;
	}
	.contact{
		margin: 30px 10px;
	}
	.contact .name{
		font-size: 26px;
	}
	.indexCulture{
		padding: 30px 0;
	}

}