/*全局字体样式样式开始*/
body {
    background-color:#ffffff;
	margin: 0;
	padding: 0;
	color:#111111;
}

ol, ul {list-style: none; }



/*全局栅格去掉边距样式开始*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}



/*页面内容宽度及样式开始*/
.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
	width:100% !important;
}

@media (max-width: 768px){
	.container-xs {
		padding-right: 15px !important;
		padding-left: 15px !important;
		width:100% !important;
	}
}



/*回顶部按钮*/
.backtop{
	position:fixed;
	bottom:90px;
	right:15px;
	z-index:9999;
	background-color:rgba(255,255,255,0.7);
	padding:20px;
	display:none;
}

@media (max-width: 768px){
	.backtop{
		bottom:30px;
		right:5px;
		padding:10px;
	}
}

.backtop:hover {background-color:rgba(220,244,248,0.4);}



/*首页导航样式大屏开始*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	height: 90px;
	line-height: 24px;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.header a {color: #fff;}

.header .logo {
	float:left;
	margin-left:8.33%;
	width: 111px;
	height: 68px;
	overflow: hidden;
	margin-top: 8px;
	-webkit-transition: 400ms;
	transition: 400ms;
}

@media (max-width: 768px){
	.header .logo {margin-left:30px;}
}

.header .logo .lgImg {
	display:block;
	width:100%;
}

.header .logo .lg-1 {
	-webkit-transition: 400ms;
	transition: 400ms;
}

.header .nav {
	float:right;
	margin-right:8.33%;
	margin-top: 29px;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.nav li {
	float: left;
	margin-left:30px;
}

.nav li > a {
	display: block;
	position: relative;
	font-size:1.3em !important;
	padding: 10px 0;
}

.nav li > a:before {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	width: 0;
	background: #01dcff;
	border-radius:5px;
	-webkit-transition: 600ms;
	transition: 600ms;
	height: 3px;
}

.nav li > a:hover, .nav li > a.act {
	color: #01dcff;
	text-decoration: none;
	background-color: transparent !important;
}

.nav li > a:hover:before, .nav li > a.act:before {
	left: 0;
	right: auto;
	width: 100%;
}

.sheader {
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.sheader a { color: #333; }

.sheader .logo {margin-top:15px;}

.sheader .logo .lg-1 { margin-top: -72px; }

.sheader .nav { margin-top: 20px; }

.sheader .nav li > a:before {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	width: 0;
	background: #0058a6;
	border-radius:5px;
	-webkit-transition: 600ms;
	transition: 600ms;
	height: 3px;
}

.sheader .nav li > a:hover, .sheader .nav li > a.act { color: #0058a6; }

.sheader .nav li > a:hover:before, .sheader .nav li > a.act:before {
	color: #0058a6;
	left: 0;
	right: auto;
	width: 100%;
}

.search-top {
/*	color:#fff !important;*/
	background:rgba(255,255,255,0.2);
	border-radius:23px;
	padding:1px 20px 1px 20px;
	border:1px solid #d3d3d3;
	height:30px !important;
	margin-top:7px;
	margin-left:-20px;
}

@media (max-width: 768px){
	.search-top {
		background:rgba(255,255,255,1) !important;
		margin-left:10px !important;
		margin-top:25px !important;
	}

	.search-line div {
		display:inline-block;
		margin-bottom:10px;
		float:right;
		margin-top:18px;
	}
}

.fa-search {color:#d3d3d3;}

.input-sear {
	border:0 !important;
	background:none !important;
	width:60px;
	height:20px !important;
}

.version-ch {
	border:0 !important;
	color:#a3a3a3;
	background:none !important;
	margin-top:12px;
	margin-left:-30px;
}


@media (max-width: 768px){
	.version-ch {
		margin-left:10px !important;
	}
}



/*首页Banner开始*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {left: 20%;}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {right: 20%;}


/*首页数字川空开始*/
.num-top {margin-top:80px;}

@media (max-width: 768px){
	.num-top {margin-top:30px;}
}

.IndexList li {
	text-align: center;
	list-style-type:none;
}

@media (max-width: 768px){
	.IndexList ul li {
		text-align:center !important;
	}
}

.IndexList li .nub {
	font-size:5em;
	font-style:normal !important;
	line-height: 70px;
	height: 58px;
	display: inline-block;
	font-family: Arial;
	color:#0058a6;
}

@media (max-width: 768px){
	.IndexList li .nub {
		line-height: 50px;
		height: 35px;
		font-size:2em;
	}
}

.IndexList li span.unit {
	font-size:1.12em;
	color:#0058a6;
	margin-top:-20px;
}

.IndexList li span.unitzi {
	display: block;
	font-size:2em;
	color:#111111;
}

@media (max-width: 768px){
	.IndexList li span.unitzi {font-size:1.2em;}
}

.NumContent {
	height: inherit;
	display: inherit;
	overflow: hidden;
	position: relative;
	line-height:inherit;
	font-size: inherit;
}

.NumContent>div {
	line-height: inherit;
	color: inherit;
	font-size: inherit;
	display: inline-block;
}

.NumContent>div>div {
	line-height: inherit;
	color: inherit;
	font-size: inherit;
}

.NumContent>div:nth-child(1){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}

.NumContent>div:nth-child(2){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}

.NumContent>div:nth-child(3){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0;
}

.NumContent>div:nth-child(4){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}

.NumContent>div:nth-child(5){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}



/*首页导航样式小屏开始*/
/*.carousel {z-index:-1;}*/

.indicator {display:none;}

.menuzord {z-index:9999;}

@media (max-width: 768px){
    .menuzord-menu > li {
		height: auto;
		background-color: #fff !important;
	}
	.indicator {display:block;}
}

@media (max-width: 768px){
	.menuzord-brand {
		width:100px !important;
		margin:5px 15px !important;
	}
}

@media (max-width: 768px){
	.menuzord .showhide em {
		background:#00acff;
		width: 30px;
		height: 4px;
	}
}


.menuzord .showhide {
	padding:25px 0 0 !important;
}



/*首页相关样式开始*/
.margin-top100 {margin-top:100px;}
.margin-top50 {margin-top:50px;}
.margin-top30 {margin-top:30px;}
.margin-top20 {margin-top:20px;}
.margin-top10 {margin-top:10px;}
.margin-bottom50 {margin-bottom:50px;}
.margin-bottom30 {margin-bottom:30px;}
.margin-bottom20 {margin-bottom:20px;}
.margin-bottom10 {margin-bottom:10px;}



/*首页产品样式*/
.products-bgcolor {
	background-color:#fafafa;
	text-align:center;
	margin-top:80px;
	padding-bottom:50px;
}

@media (max-width: 768px){
	.products-bgcolor {
		margin-top:30px;
		padding-bottom:50px;
	}
}

.products-bgpic {
	background-image:url(images/products-bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:550px;
}

@media (max-width: 768px){
	.products-bgpic {
		background-size:100%;
		height:300px;
	}
}

.products-t {
	font-size:3em;
	margin-top:80px;
	display:block;
	text-align:center;
}

@media (max-width: 768px){
	.products-t {
		margin-top:30px;
		font-size:2.2em;
	}
}

.products-line {
	display:block;
	width:100px;
	height:4px;
	background-color:#1a4daf;
	margin:5px auto 0px;
}

.products-con {
	font-size:1.6em;
	line-height:36px;
	margin-top:30px;
	display:block;
	color:#5e5e5e;
}

@media (max-width: 768px){
	.products-con {
		font-size:1.18em;
		line-height:24px;
		padding-left:10px;
		padding-right:10px;
	}
}

.products-clsbg {background-color:#fafafa;}

.products-clsbg-1 {
	background-color:#fff;
	border-radius:20px;
	overflow:hidden;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	margin-bottom:28px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px){
	.products-clsbg-1 {margin-top:28px;margin-bottom:0px;}
}

.products-t1 {
	font-size:2.4em;
	margin-top:50px;
	display:block;
	text-align:center;
}

@media (max-width: 768px){
	.products-t1 {font-size:2em;}
}

.products-con1 {
	font-size:1.26em;
	line-height:28px;
	margin-top:20px;
	display:block;
	color:#5e5e5e;
	text-align:center;
}

@media (max-width: 768px){
	.products-con1 {
		font-size:1.18em;
		line-height:24px;
		padding-left:20px;
		padding-right:20px;
	}
}

.products-more {
	margin-top:20px;
	display:block;
	text-align:center;
	margin-bottom:40px;
}

.products-more .fa {
	font-size:0.875em !important;
	margin-left:5px;
}

.products-more a {
	color:#0058a6;
	font-size:1.15em;
}

.products-more a:hover {
	text-decoration:underline;
	color:#01dcff;
}

.products-picshow {
	bottom:0;
	height:250px;
}

@media (max-width: 768px){
	.products-picshow {
		height:auto !important;
	}
}

.products-picshow img {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

@media (max-width: 768px){
	.products-picshow img {
		background-repeat:no-repeat;
		background-position:center bottom;
		height:160px;
	}
}

.products-clsbg-1:hover {background-color:#eff6fb;}

.products-clsbg-1:hover .products-picshow img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.products-tdleft {
	width:96%;
	flex-direction: column-reverse !important;
}

@media (max-width: 768px){
	.products-tdleft {
		width:100%;
		flex-direction: column !important;;
	}
}



/*首页新闻样式*/
.news-bg {text-align:center;}

.news-t {
	font-size:3em;
	margin-top:50px;
	display:block;
	text-align:center;
}

@media (max-width: 768px){
	.news-t {
		margin-top:30px;
		font-size:2.2em;
	}
}

.news-td {margin-top:40px;}

.news-size {
	width:92%;
	margin: 0 auto;
}

@media (max-width: 768px){
	.news-size {width:100%;}
}

.news-size div {overflow:hidden;}

.news-picbg img {
	border-radius:10px 10px 0px 0px;
/*	height:220px !important;*/
	background-size:cover;
	background-repeat:no-repeat;
}

@media (max-width: 768px){
	.news-picbg img {height:auto !important;}
}

.news-zibg {
	background-color:#fafafa;
	padding:20px 25px !important;
	height:140px;
	border-radius:0px 0px 10px 10px;
	border:1px solid #ececec;
	border-top:none;
}

@media (max-width: 768px){
	.news-zibg {margin-bottom:30px;}
}

.news-tt {
	margin-bottom:10px;
	text-align:left !important;
	font-size:1.1em;
	font-weight:bold;
	color:#111111;
	height:40px;
}

.news-down {
	text-align:left !important;
	margin-top:10px;
}

.news-date {
	font-size:0.875em;
	color:#969696;
}

.news-de {
	margin-top:20px;
	color:#0038a5;
	font-size:0.875em;
}

.news-de .fa {
	font-size:0.75em !important;
	margin-left:5px;
}

.news-size img {
	transition: 0.8s;
	-webkit-transition: 0.8s;
}

.news-size:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news-size .news-zibg {
	transition: 0.8s;
	-webkit-transition: 0.8s;
}

.news-size:hover .news-zibg {
	background:#eff6fb;
	border-radius:0px 0px 0px 0px;
}

.news-size:hover .news-tt {color:#1f50b0;}

.news-size:hover .news-date {color:#1f50b0;}

.news-arrow .fa {
	font-size:3em;
	color:#cccccc;
	border:2px solid #cccccc;
	border-radius:50%;
	width:75px;
	height:75px;
	padding-top:15px;
	margin-top:80%;
}

.news-arrow:hover .fa {
	background-color:#cccccc;
	color:#fff;
	cursor:pointer;
}



/*首页党建文化样式*/
.culture-bg {
	background-color:#fafafa;
	text-align:center;
	margin-top:80px;
	padding-top:50px;
	padding-bottom:50px;
}

@media (max-width: 768px){
	.culture-bg {
		margin-top:20px;
		padding-bottom:10px;
		padding-top:30px;
	}
}

.culture {
	padding-left:20px !important;
	padding-right:20px !important;
	text-align:center !important;
}

.culture img {
	border-radius:10px;
	width:100%;
	background-repeat:no-repeat;
	margin:0 auto !important;
	transition: 0.8s;
	-webkit-transition: 0.8s;
}

.culture:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

@media (max-width: 768px){
	.culture img {
		height:auto !important;
		margin-bottom:20px !important;
	}
}



/*首页FLAG样式*/
.flag-top {
	margin-top:80px;
	text-align:center !important;
}

@media (max-width: 768px){
	.flag-top {margin-top:50px;}
}

.flag-pic {
	height:120px;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:center center;
}

@media (max-width: 768px){
	.flag-pic {height:auto;}
}


.flag-pic img {
	border-radius:10px;
	margin:0 auto !important;
}

@media (max-width: 768px){
	.flag-pic img {
		border-radius:0px;
		background-size:100% !important;
	}
}

.flag-zi {
	font-size:1.8em;
	font-weight:bold;
	color:#0b419b;
	text-align:center;
	display:block;
	margin-top:15px;
}

.flag-pic1 img {margin:0 auto !important;}



/*页脚样式*/
.copyright-bg {
	background:#0b419b;
/*	height:90px;*/
/*	line-height:90px;*/
/*	margin-top:80px;*/
}

@media (max-width: 768px){
	.copyright-bg {
		height:auto;
		line-height:30px;
		padding-top:20px;
		padding-bottom:20px;
		margin-top:10px;
	}
}

.copyright-zi {
	color:#fff;
	font-size:1.1em;
	height:90px;
}

@media (max-width: 768px){
	.copyright-zi {text-align:center;height:auto;}
}

.copyright-oa {text-align:right !important; height:90px;}

@media (max-width: 768px){
	.copyright-oa {
		text-align:center !important;
	}
}

.copyright-ssl {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	height:72px;
	padding-top:15px;
}
@media (max-width: 768px){
	.copyright-ssl {
		height:auto;
		justify-content:center;
	}
}

.mail-i {color:#fff;}

.mail-i a{
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
}

.mail-i i{font-size:1.3em;}

.mail-i a:hover{
	color:#01dcff;
	text-decoration:underline;
}

.copyright-href {text-align:left !important;}

@media (max-width: 768px){
	.copyright-href {
		text-align:center !important;
		display:block;
	}
}

.copyright-href a{
	font-size:1em;
	color: #4562b4;
}

.copyright-href a:hover{color: #01dcff;}




/*二级页Banner及子菜单样式*/
.subbanner {
	width:100%;
	background-size:cover;
	height:537px;
	z-index:-1 !important;
}

@media (max-width: 768px){
	.subbanner {
		width:100%;
		background-size:cover;
		height:120px;
	}
}

.sub-title-up {margin-top:-100px;}

@media (max-width: 768px){
	.sub-title-up {margin-top:-90px;}
}

.sub-title {
	color:#fff;
	font-size:4em;
	font-weight:bold;
	text-shadow:5px 2px 6px #000;
	height:50px;
	bottom:20px;
}

@media (max-width: 768px){
	.sub-title {
		font-size:2em;
		padding-left:15px !important;
		bottom:-20px !important;
	}
}

.sub-arrowup {
	 width:0;
	 height:0;
	 display:block;
	 border-width:25px;
	 border-style:solid;
	 border-color:transparent #0b419b transparent transparent;
	 transform:rotate(90deg);
}

@media (max-width: 768px){
	.sub-arrowup {
		border-width:20px;
		padding-left:15px !important;
	}
}

.sub-titlebg {
	background-color:#0b419b;
	padding-top:40px;
	padding-bottom:40px;
}

@media (max-width: 768px){
	.sub-titlebg {
		padding-top:20px;
		padding-bottom:10px;
	}
}

@media (max-width: 768px){
	.submenu-t {
		padding-left:15px !important;
		padding-right:15px !important;
	}
}

.submenu-t a {
	text-decoration:none !important;
	color: #fff;
	font-size: 1.15em;
}

.submenu-t span {
	height:38px;
	display:inline-flex;
	margin-right:10px;
	padding:8px 20px;
	border:1px solid #8fa8d1;
	border-radius:5px;
}

@media (max-width: 768px){
	.submenu-t span {
		font-size: 1em;
		margin-bottom:10px;
	}
}

.submenu-t span:hover {
	background-color:#3567ae;
}

.submenu-t span.active {
	background-color:#3567ae;
	font-weight:bold;
}



/*二级页内容样式*/
.subtitle-t {
	font-size:3em;
	margin-top:80px;
	display:block;
	text-align:left;
}

@media (max-width: 768px){
	.subtitle-t {
		margin-top:50px;
		font-size:2.2em;
	}
}

.subtitle-line {
	display:block;
	width:80px;
	height:4px;
	background-color:#1a4daf;
	margin-top:5px;
}

@media (max-width: 768px){
	.subtitle-line {width:60px;}
}

.subcontent {
	font-size:1.26em;
	line-height:28px;
	margin-top:50px;
	padding-right:80px !important;
}


@media (max-width: 768px){
	.subcontent {
		font-size:1.18em;
		margin-top:30px;
		padding-right:0px !important;
	}
}

.subcontent-span {
	font-size:1.32em;
	display:block;
}

.subcontent-span1 {
	font-size:1.32em;
	display:block;
	line-height:36px;
}

.subcontent-bg1 {
	background-color:#f5f5f5;
	padding:20px !important;
	height:120px;
	margin-right:20px;
	font-size:1.26em;
	margin-top:50px;
	border-radius:5px;
}

@media (max-width: 768px){
	.subcontent-bg1 {
		margin-right:0px;
		margin-top:30px;
	}
}

.subcontent-bg2 {
	background-color:#fafafa;
	padding:30px !important;
	font-size:1.26em;
	margin-top:50px;
	border-radius:5px;
}

@media (max-width: 768px){
	.subcontent-bg2 {
		padding:20px;
		height:auto;
		margin-top:10px;
	}
}

.subcontent-zi {
	color:#0b419b;
	font-size:1.2em;
	display:block;
	margin-bottom:10px;
}

.subcontent-zitd {
	margin-left:10px !important;
	display:block;
}

.subcontent-cul {
	font-size:1.26em;
	line-height:28px;
	margin-top:50px !important;
}


/*二级页幻灯片图片*/
.slider-top {
	overflow:hidden !important;
	margin-top:80px;
}

.slider-container {
	text-align: center;
	position: relative;
	background-color:#f2f2f2;
}

.slider {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.slider div {text-align:center;}

.slider div img {margin:0 auto;}

@media (max-width: 768px){
	.slider div img {
		height:auto !important;
	}
}

.slider div img.marle {
	margin-left:0px !important;
	height:640px;
}

@media (max-width: 768px){
	.slider div img.marle {
		height:300px;
	}
}

.slider-span {
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	font-size:1.15em;
}

.slider li {
	float: left;
	position: relative;
}

.slider li figure {
	display: block;
	line-height: 1;
	position: relative;
	overflow: hidden;
}

.slider .slick-list {overflow: visible;}

.slider .slick-arrow {
	border: none;
	display: block;
	padding: 0;
	margin: 0;
	outline: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	text-indent: 9999px;
	cursor: pointer;
	transition: 0.4s;
}

@media (max-width: 768px){
	.slider .slick-arrow {
		width: 20px;
		height: 30px;
	}
}

.slider .slick-arrow.slick-prev {
	left: 0;
	background: #0b419b url("subimages/arrow7.png") center no-repeat;
}

.slider .slick-arrow.slick-next {
	right: 0;
	background: #0b419b url("subimages/arrow8.png") center no-repeat;
}

.slider-preview {
	z-index: 10;
	height: 100%;
	width: calc((100% - 1100px)/2);
	position: absolute;
	top: 0;
	background: #000;
	filter: alpha(opacity=50);
	background: rgba(0,0,0,0.5);
}

.slider-prev {left: 0}

.slider-next {right: 0}

@media screen and (max-width: 1200px) {
	.slider {width: 90%;}
}

@media screen and (max-width: 1024px) {
	.slider-container {overflow: hidden;}
	.slider {width: 100%;}
}



/*二级页新闻样式*/
.news-sizex {margin-bottom:30px;}

@media (max-width: 768px){
	.news-sizex {margin-bottom:0px;}
}

.news-top {margin-top:50px;}

@media (max-width: 768px){
	.news-top {margin-top:30px;}
}

.page {text-align:center;}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #0b419b !important;
    border-color: #0b419b !important;
	color:#fff !important;
}

.pagination>li>a, .pagination>li>span {color: #0b419b !important;}

.news-subtitle {
	font-size:2.14em;
	color:#0b419b;
	margin-top:80px;
	display:block;
	text-align:left;
}

.news-subdate {
	margin-top:20px;
	display:block;
	font-size:1em;
	color:#a7a7a7;
}

.audio-td {margin-top:30px;}

.audioplayer {
	border: 1px solid #7c8490 !important;
	background: -webkit-gradient( linear, left top, left bottom, from( #707c8f ), to( #626d7d ) )  !important;
	background: -moz-linear-gradient( top, #707c8f, #626d7d )  !important;
	background: -ms-radial-gradient( top, #707c8f, #626d7d )  !important;
	background: -o-linear-gradient( top, #707c8f, #626d7d )  !important;
	background: linear-gradient( top, #707c8f, #626d7d )  !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow: none !important;
}

.audioplayer-bar{background-color: #697485 !important;}

.audioplayer-bar-played {
	background: #0b419b;
	background: -webkit-gradient( linear, left top, right top, from( #0b419b ), to( #3567ae ) )  !important;
	background: -webkit-linear-gradient( left, #0b419b, #3567ae )  !important;
	background: -moz-linear-gradient( left, #0b419b, #3567ae )  !important;
	background: -ms-radial-gradient( left, #0b419b, #3567ae )  !important;
	background: -o-linear-gradient( left, #0b419b, #3567ae )  !important;
	background: linear-gradient( left, #0b419b, #3567ae )  !important;
}

.audioplayer-volume-adjust
{
	background: #707c8f;
	background: -webkit-gradient( linear, left top, left bottom, from( #707c8f ), to( #626d7d ) ) !important;
	background: -webkit-linear-gradient( top, #707c8f, #626d7d ) !important;
	background: -moz-linear-gradient( top, #707c8f, #626d7d ) !important;
	background: -ms-radial-gradient( top, #707c8f, #626d7d ) !important;
	background: -o-linear-gradient( top, #707c8f, #626d7d ) !important;
	background: linear-gradient( top, #707c8f, #626d7d ) !important;
}

.audioplayer-volume-adjust div div {
	background: #0b419b;
	background: -webkit-gradient( linear, left bottom, left top, from( #0b419b ), to( #3567ae ) )  !important;
	background: -webkit-linear-gradient( bottom, #0b419b, #3567ae )  !important;
	background: -moz-linear-gradient( bottom, #0b419b, #3567ae )  !important;
	background: -ms-radial-gradient( bottom, #0b419b, #3567ae )  !important;
	background: -o-linear-gradient( bottom, #0b419b, #3567ae )  !important;
	background: linear-gradient( bottom, #0b419b, #3567ae )  !important;
}

.back-conbtn {
	background:#0b419b;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	display:block;
	margin-top:50px;
	padding:10px 30px;
	width:180px;
	text-decoration:none !important;
	border-radius:5px;
}

.back-conbtn:hover {
	background:#3567ae;
	text-decoration:none !important;
}

@media (max-width: 768px){
	.back-conbtn {margin-top:30px;}
}



/*二级页联络样式*/
.contact-top {margin-top:50px;}

@media (max-width: 768px){
	.contact-top {margin-top:30px;}
}

.contact-list {
	border:1px solid #0b419b;
	width:92%;
	margin-bottom:30px;
	border-radius:5px;

}

@media (max-width: 768px){
	.contact-list {
		width:100%;
		margin-top:0px;
	}
}

.contact-listbg {
	background-image:url(subimages/contact-bg.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left bottom;
	height:240px;
	padding:40px !important;
	position:relative;
}

.contact-title {
	font-size:1.2em;
	font-weight:bold;
}

.contact-detail {
	position:absolute;
	bottom:30px;
	color:#0038a5;
	font-size:1em;
}

.contact-detail a {color:#0b419b;}

.contact-detail .fa {
	font-size:0.75em !important;
	margin-left:5px;
	color:#0b419b;
}

.contact-con {
	font-size:1.26em;
	line-height:28px;
	margin-top:50px;
	display:block;
	color:#5e5e5e;
}

.form-bor {
	border:1px solid #8d8d8d;
	margin-top:20px;
	margin-right:20px;
	border-radius:5px;
}

.form-mu {
	color:#c10031 !important;
	float:right;
	margin-right:20px;
	margin-top:10px;
}

.con-input1 {
	border:none !important;
	padding:15px;
	color:#c5c5c5;
	width:80%;
}

.con-textarea {
	border:none !important;
	padding:15px;
	color:#c5c5c5;
	width:100%;
}

.form-conbtn {
	width:180px;
	line-height:50px;
	background:#a3a3a3;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	display:block;
	margin-top:20px;
	text-decoration:none;
}

.form-conbtn:hover {background:#1f50b0;}



/*二级页产品样式*/
.products-subbgcolor {
	background-color:#fff;
	text-align:center;
	margin-top:80px;
}

@media (max-width: 768px){
	.products-subbgcolor {
		margin-top:30px;
		padding-bottom:50px;
	}
}

.products-subclsbg-1 {
	background-color:#fafafa;
	border-radius:20px;
	overflow:hidden;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	margin-bottom:28px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px){
	.products-subclsbg-1 {margin-top:28px;margin-bottom:0px;}
}

.products-subclsbg-1:hover {background-color:#eff6fb;}

.products-subclsbg-1:hover .products-picshow img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.products-subtdleft {width:94%;}

@media (max-width: 768px){
	.products-subtdleft {width:100%;}
}

.products-subclsbg-2 {
	background-color:#fff;
	border-radius:10px;
	overflow:hidden;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	margin-bottom:28px;
	border:1px solid #cdcdcd;
}

@media (max-width: 768px){
	.products-subclsbg-2 {margin-top:28px;margin-bottom:0px;}
}

.products-subclsbg-2:hover {background-color:#eff6fb;}

.products-subpicshow {
	bottom:0;
	height:170px;
}

@media (max-width: 768px){
	.products-subpicshow {
		height:auto !important;
	}
}

.products-subpicshow img{
	transition: 0.8s;
	-webkit-transition: 0.8s;
}

.products-subclsbg-2:hover .products-subpicshow img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: 0.8s;
	-webkit-transition: 0.8s;
}

.products-subt a{
	font-size:1.42em;
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	text-align:center;
	font-weight:600;
	color:#000;
	text-decoration:none;
}

.products-subt a:hover{
	color:#0b419b;
}


@media (max-width: 768px){
	.products-subt {font-size:1em;}
}

.slider .slick-track {
	display: flex !important;
	align-items: center;
}



/*二级页搜索样式*/
.subsearch-t {
	color: #fff;
	font-size: 1.2em;
}

@media (max-width: 768px){
	.subsearch-t {
		padding-left:15px !important;
		padding-right:15px !important;
	}
}

.subsearch-top {
	margin-top:50px;
	margin-bottom:30px;
}

@media (max-width: 768px){
	.subsearch-top {
		margin-top:30px;
		margin-bottom:0px;
	}
}

.subsearch-top li {
	list-style-type:none;
	font-size:1.2em;
	border-bottom:1px solid #dddddd;
	background-color:#fafafa;
	padding:10px 15px;
}

.subsearch-top li:first-child {border-top:1px solid #dddddd;}

.subsearch-top li a {
	text-decoration:none;
	color:#111111;
}

.subsearch-top li:hover {background-color:#fff;}

.subsearch-top li:hover a {color:#0b419b !important;}