﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
}
body.modal-open {
	width: 100vw;
	height: 100vh;
	overflow: hidden!important;
}
body.menu-open {
	width: 100vw;
	height: 100vh;
	overflow-y: hidden!important;
}
body, html {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
	font-size: 15px;
	line-height: 1.75;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus, input:hover, input:focus, button:focus, button:hover {
	outline: none;
}
a.txt-link {
	text-decoration: underline;
}
a.txt-link:hover {
	color: #004ea2;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #004ea2;
	margin: 3vh 0px;
}
img {
	max-width: 100%;
}
pre {
	display: block;
	border: none;
	background: none;
	padding: 0px;
	white-space: pre-wrap;
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
.blue {
	color: #004ea2;
}
.green {
	color: #004ea2;
}
.yellow {
	color: yellow;
}
.red {
	color: red;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#333;
}
/*滚动条设置*/

/*表格边框样式*/
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 15px;
	line-height: 1.5em;
	padding: 8px 15px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
table td p {
	margin: 0px;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow: scroll !important;
}

/*页面内容宽度*/
@media(min-width:1440px) {
.container {
	max-width: 1230px;
}
}


/*图片放大*/
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.6s;
}
.zoom-img:hover img {
	transform: scale(1.1);
}
/*点状背景*/
.point-bg {
	background-image: url(../images/point.png);
	background-repeat: repeat;
}
/*页面haed*/
/*头部*/	
#head {
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
/*头部标志*/
.head-conent {
	height: 110px;
}
.navbar-brand {
	height: 100%;
	display: flex;
	align-items: center;
	white-space: normal;
}
.navbar-brand img {
	height: 56px;
}
.navbar-brand .slogan {
	position: relative;
	padding-left: 20px;
}
.navbar-brand .slogan img {
	max-width: none;
}
.navbar-brand .slogan .logo-name {
	height: 50px;
}
/*头部导航*/
.navbar-expand-lg .navbar-collapse {
	display: flex;
	justify-content: flex-end;
	height: inherit;
}
#head .navbar-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	height: inherit;
	padding: 0 1%;
}
#head .navbar-nav li {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	height: inherit;
	font-size: 15px;
	line-height: 32px;
}
#head .navbar-nav li a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 0 20px;
	color: #333;
	text-align: center;
	transition: all .4s;
}
#head .navbar-nav li:hover a {
	color: #004ea2;
}
#head .navbar-nav li.on>a {
	text-transform: Uppercase;
	color: #fff;
}
#head .navbar-nav li.on>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0%;
	bottom: 0;
	right: 0%;
	width: 100%;
	height: 100%;
	background-color: #004ea2;
}
#head .navbar-nav li .dropdown-menu {
	width: 100%;
	max-width: auto;
	margin: 0px;
	padding: 0px;
	background: #f5f5fa;
	border-radius: 0px;
	border: none;
	border-bottom: 3px solid #004ea2;
	transition: box-shadow .4s;
}
#head .navbar-nav li:hover .dropdown-menu {
	box-shadow: 0 0 15px rgba(29,32,136,0.2);
}
#head .navbar-nav li .dropdown-menu a {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 50px;
	color: #333;
	text-align: left;
	white-space: nowrap;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
#head .navbar-nav li .dropdown-menu a:hover {
	color: #fff;
	background: #004ea2;
}
#head .head-shop {
	height: inherit;
	display: flex;
}
#head .head-shop>div {
	display: flex;
	align-items: center;
	height: inherit;
	margin-left: 10px;
}
#head .head-shop>div>a span {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	border-radius: 50%;
	background: #f2f2f2;
	transition: all .4s;
}
#head .head-shop>div>a:hover span {
	color: #fff;
	background: #004ea2;
}
#head .head-shop>div .dropdown-menu {
	text-align: center;
	left: 50%;
	margin: 0px;
	border-radius: 0px;
	border: none;
	transform: translate(-50%, 0%);
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#head .head-shop>div .dropdown-menu div {
	padding: 0 7px;
	white-space: nowrap;
	color: #004ea2;
}
#head .head-shop>div .dropdown-menu i {
	font-size: 24px;
	line-height: 24px;
	vertical-align: bottom;
}
#head .head-shop>div .dropdown-menu span {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	vertical-align: bottom;
}
/*搜索*/
#search form{
	position: relative;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	transition: .3s;
}
#search input.search-input {
	position: absolute;
	right: 1px;
	top: 0;
	z-index: 4;
	display: block;
	width: 44px;
	height: 100%;
	line-height: inherit;
	border: none;
	border-radius: 21px;
	font-size: 14px;
	color: #666;
	background: #f2f2f2;
	transition: .3s
}
 #search input.search-input::-webkit-input-placeholder {
 color: #999;
 font-size: 14px;
}
#search .search-submit, #search .search-button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	text-align: center;
	color: #fff;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	background-color: #f2f2f2;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	transition: .3s
}
#search .search-button:hover {
	background-image: url(../images/search-w.svg);
	background-color: #004ea2;
}
#search .search-submit {
	display: none
}
#search.open .search-input {
	width: 200px;
	padding: 0 50px 0 21px;
}
#search.open .search-button {
	display: none
}
#search.open .search-submit {
	display: block;
	background-image: url(../images/search-w.svg);
	background-color: #0092db;
	transition: .4s
}



@media(max-width:1199.8px) {
#head .navbar-nav {
	display: none;
}
.head-conent {
	height: 90px;
	width: 100%;
	max-width: 100%;
	padding-right: 110px;
}
.navbar-brand img {
	height: 48px;
}
.navbar-brand .slogan {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-brand .slogan .logo-name {
	height: 42px;
}
}

@media( min-width: 992px) {
#head {
	padding: 0px;
}
}

@media screen and ( max-width:991.8px) {
.head-conent {
	height: 70px;
}
.navbar-expand-lg>.head-conent {
	padding-right: 80px;
}
.navbar-brand img {
	height: 50px;
}
.slogan {
}
.slogan .logo-slogan {
	display: none;
}
.navbar-expand-lg .navbar-collapse {
	display: none;
}
}

@media screen and ( max-width:767.8px) {
.head-conent {
	height: 56px;
}
.navbar-brand img {
	height: 40px;
}
.navbar-brand .slogan {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-brand .slogan .logo-name {
	height: 20px;
}
}

@media( max-width:565.8px){
#head .head-shop{
		display: none;
}
}

/*--手机菜单--*/
/*头部菜单按钮*/
.menu-button {
	display: block;
	position: fixed;
	z-index: 1039;
	top: 0;
	right: 0px;
	width: 90px;
	height: 90px;
	border: none;
	padding: 0;
	font-size: 0;
	background: #004ea2;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button {
	color: #333;
	background: #004ea2;
}

@media (min-width: 1200px) {
.menu-button {
	display: none;
}
.menu-open .menu-button {
	display: block;
}
}

@media (max-width: 997.8px) {
.menu-button {
	display: block;
	width: 70px;
	height: 70px;
}
}

@media (max-width: 767.8px) {
.menu-button {
	display: block;
	width: 56px;
	height: 56px;
}
}
.menu-button span {
	width: 24px;
	height: 2px;
	border-radius: 6px;
	background-color: #f7f7f7;
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button span {
	background-color: #fff;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-open .menu-button span:nth-child(2) {
	opacity: 0;
}
.menu-open .menu-button span:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
/*菜单设置*/
.menu-content {
	display: flex;
	align-items: center;
}
.menu-inner {
	height: 100vh;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 1038;
	width: 100%;
	left: 100%;
	top: 0;
	color: #fff;
	background: #25263b;
	transition: all .8s ease;
	transition-delay: 0.8s;
}

@media screen and (max-width: 991px) {
.menu-inner {
	height: 0;
	min-height: 100vh;
}
}
.menu-open .menu-inner {
	left: 0;
	transition: all 1.2s ease;
}
/*右侧一级菜单*/
.nav-menu {
	height: 100vh;
	width: 33.333%;
	background: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: -37%;
	top: 0;
	transition: all 1.2s ease;
	transition-delay: 0.8s;
	z-index: 2;
}

@media screen and (max-width: 991.8px) {
.menu-open .nav-menu {
	width: 100%;
	justify-content: center;
	right: -100%;
	overflow: auto;
}
}
.menu-open .nav-menu {
	right: 0;
	transition: all .5s ease;
}
.nav-menu .nav-menu-item>a, .nav-menu .nav-menu-item .sub-nav li a, .menu-content p {
	position: relative;
}
.nav-menu .nav-menu-item>a {
	font-size: 20px;
	line-height: 2.5em;
	font-weight: bold;
	text-transform: Uppercase;
	color: #333;
	overflow: hidden;
}
.nav-menu .nav-menu-item>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 3px;
	background-color: #004ea2;
	transition: all .4s;
}
.nav-menu .nav-menu-item>a:hover:after {
	content: "";
	width: 100%;
}
.nav-menu .nav-menu-item>a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	transition: all .75s ease;
}
.menu-open .nav-menu .nav-menu-item>a:before {
	content: "";
	height: 0%;
	transition-delay: 1.3s;
}
/*二级菜单*/
.sub-content {
	width: 66.6%;
	height: 100vh;
	background: #25263b;
	display: none;
	position: fixed;
	left: 0%;
	top: 0;
	transition: all 1.2s ease;
	transition-delay: 0.8s;
	z-index: 2;
}
.sub-content.sub-content-open {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sub-content .sub-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 10%;
	padding-right: 30px;
}
.sub-content .sub-nav li {
	width: 50%;
}
.sub-content .sub-nav li a {
	display: block;
	padding: 0.5em 0;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	transition: all .4s;
}
.sub-content .sub-nav li a:hover {
	color: #004ea2;
}
.sub-content .sub-nav li a:before {
	content: "";
	background-color: #25263b;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	z-index: 1;
}
.sub-content.sub-content-open .sub-nav li a:before {
	height: 0;
	animation: anime-sub 1s;
}
.sub-content .sub-nav li a svg {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	width: 22px;
	height: 22px;
	line-height: 18px;
	vertical-align: bottom;
}
 @keyframes anime-sub {
0% {
height:calc(100% + 20px)
}
to {
height:0
}
}

@media screen and (max-width: 991.8px) {
.nav-menu .nav-menu-item>a {
	font-size: 18px;
	line-height: 2em;
}
.sub-content {
	display: flex;
	width: 100%;
	left: -100%;
	padding: 75px 15px 20px;
	transition: all .6s ease;
	z-index: 2;
}
.sub-content.sub-content-open {
	width: 100%;
	justify-content: center;
	left: 0%;
	padding: 75px 15px;
	overflow: auto;
}
.sub-content .sub-menu {
	display: flex;
	align-items: center;
	width: 100%;
	overflow: auto;
	height: 100%;
}
.sub-content .sub-menu::-webkit-scrollbar-track {
background:rgba(255,255,255,0.1);
}
.sub-content .sub-menu::-webkit-scrollbar {
width: 4px;
}
.sub-content .sub-menu::-webkit-scrollbar-thumb {
background:#004ea2;
}
.sub-content .sub-nav li {
	width: 100%;
}
.sub-content .sub-nav li a {
	text-align: center;
}
}
/*左侧讯息*/
.menu-content {
	width: 100%;
	display: flex;
}
.menu-content-item {
	width: 66.6%;
	padding-left: 10%;
	padding-right: 10%;
}
.menu-content p {
	margin: 0 0 1em;
	font-size: 18px;
	color: #fff;
}
.menu-content a {
	color: inherit;
}
.menu-content a:hover {
	color: #004ea2;
}
.menu-content p:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -1%;
	width: 102%;
	height: 100%;
	background-color: #25263b;
	transition: all .75s ease;
}
.menu-open .menu-content p:before {
	content: "";
	height: 0%;
	transition-delay: 1.3s;
}
.close-sub-menu {
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 5%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	cursor: pointer;
}
/*-- 手机菜单end --*/


/*首页通用*/
.section {
	background-position: center;
	background-size: cover;
}
#index-menu {
	position: fixed;
	left: 0;
	top: 40%;
	z-index: 2;
	padding: 10px 0px;
	background: #25263b;
}
#index-menu a {
	display: block;
	width: 100%;
	padding: 0 25px;
	font-size: 0.85rem;
	line-height: 2.5em;
	color: #fff;
}
#index-menu .active a {
	background: rgba(255,255,255,0.3)
}

@media screen and (max-width:991.8px) {
#index-menu {
	display: none;
}
}
/*banner按钮*/
.banner-box {
	position: relative;
	z-index: 1;
}
#banner {
	position: relative;
	overflow: hidden;
}

#banner .item img {
	width: 100%;
}

@media screen and (max-width:767.8px) {
.banner-box {
	position: relative;
	z-index: 1;
}
}
#banner .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 90px;
	background: #fff;
	margin: 0;
	padding: 20px;
	padding-left: 30px;
	line-height: 36px;
}
#banner .owl-nav #counter {
	display: inline-block;
	margin-right: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #999;
	vertical-align: bottom;
}
#banner .owl-nav #counter span {
	color: #333;
	vertical-align: bottom;
}
#banner .owl-nav #interval {
	display: inline-block;
	height: 20px;
	width: 1px;
	margin: 8px;
	background: #ccc;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-]:hover {
	text-decoration: none
}
#banner .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
#banner .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	transition: all .4s;
}
#banner .owl-nav [class*=owl-]:hover i {
	color: #004ea2;
}

@media screen and (max-width:991.8px) {
#banner .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 60px;
	background: #fff;
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	line-height: 32px;
}
#banner .owl-nav #counter {
	margin-right: 25px;
	font-weight: bold;
	font-size: 18px;
}
}

@media screen and (max-width:767.8px) {
#banner .owl-nav {
	right: 0px;
	margin: 0;
	padding: 10px;
	padding-left: 10px;
	line-height: 32px;
}
#banner .owl-nav #counter {
	display: none;
}
}
/*banner按钮*/



/*首页标题*/
.index-title {
	position: relative;
	z-index: 1;
	display:flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.index-title-l{
	width: 50%;
}
.index-title-l div{
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	color: #004ea2;
}
.index-title p {
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 1.7em;
	text-transform: Uppercase;
	color: #666;
}


.index-title-r{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
a.btn-more {
	display: inline-block;
	padding: 0 28px;
	font-size: 15px;
	line-height: 38px;
	color: #999;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
a.btn-more:hover{
	color: #fff;
	background: #004ea2;
	border: 1px solid #004ea2;
}
@media screen and (max-width:565.8px) {
	.index-title-l{
		width: 100%;
	}
	.index-title-r{
		display: none;
	}
}

/*产品*/
#index-p .item {
	border: 1px solid #ebebeb;
	transition: all .4s;
}
#index-p .item:hover {
	background: #004ea2;
	border: 1px solid #004ea2;
}
#index-p .item .index-p-img {
	overflow: hidden;
	transition: all .4s;
}
#index-p .item .index-p-txt {
	padding: 20px;
}
#index-p .item .index-p-txt p {
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 20px;
	max-height: 40px;
	color: #004ea2;
	text-transform: Uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
#index-p .item:hover .index-p-txt p {
	color: #fff;
}
#index-p .item .index-p-txt span {
	font-size: 15px;
	color: #999;
	transition: all .4s;
}
#index-p .item:hover .index-p-txt span {
	color: #ebebeb;
}
#index-p .owl-nav [class*=owl-] {
	position: absolute;
	top: 40%;
	transform: translate(0%, -50%);
	width: 46px;
	height: 46px;
	line-height: 46px;
}
#index-p .owl-nav [class*=owl-].owl-prev {
	left: -80px;
}
#index-p .owl-nav [class*=owl-].owl-next {
	right: -80px;
}
#index-p .owl-nav [class*=owl-] span {
	font-size: 24px;
}
#index-p .owl-dots {
	text-align: right;
}

@media screen and (max-width:1439.8px) {
#index-p{
		overflow: hidden;
}
#index-p .owl-nav{
	float: right;
	width: auto;
	margin-top: 25px;
}
#index-p .owl-nav [class*=owl-] {
	position: static;
	box-shadow: none;
	top: auto!important;
	bottom: auto!important;
	left: auto!important;
	right: auto!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px !important;
	transform: translate(0%, 0%);
}

#index-p .owl-dots{
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}

}
@media screen and (max-width:565.8px) {
#index-p .owl-dots{
	display: none;
}	
}


/*首页优势*/

.index-adv {
	padding: 50px 0 30px;
	background: url(../images/index-advantage.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.index-adv>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.index-adv .adv-l {
	width: 50%;
	padding:0 3%;
}
.adv-l .adv-title{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}


.index-adv .adv-r {
	width: 30%;
	padding:0 3%;
}

.adv-r p{
	display: inline-block;
	padding: 0 25px;
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #004ea2;
	border-radius: 0 20px 0 20px;
	background: #fff;
}
.adv-r span{
	display: block;
}
.adv-r .adv-title{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.adv-r .adv-title span{
	display:inline-block;
	width: auto;
	margin-right: 6px;
	font-size: 30px;
	line-height: 24px;
	font-weight: normal;
	vertical-align: bottom;
}
@media screen and (max-width:991.8px) {
.index-adv>div{
	flex-wrap: wrap;
}
.index-adv .adv-l {
	width: 100%;
}	
.index-adv .adv-r{
	margin-top: 15px;
	width: 100%;
}	
}

/*首页关于*/
.index-a{
	display: flex;
	flex-wrap: wrap;
}
.index-a-img{
	width: 50%;
}
.index-a-info{
	width: 50%;
	padding-left: 7%;
}
.about-title{
	margin: 4vh 0 15px;
	font-size: 30px;
	line-height: 1em;
	color: #004ea2;
	font-weight: bold;
}
.about-subtitle{
	font-size: 17px;
	color: #004ea2;
	font-weight: bold;
}
.index-a-info a{
	display: inline-block;
	padding: 0 22px;
	margin-top: 4vh;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	border-radius: 0 12px 0 12px;
	background: #004ea2;
	transition:all .4s;
}
.index-a-info a:hover{
	background: #004ea2;
}

.index-a-v{
	display: flex;
	margin-top: 4vh;
}
.index-a-v li{
	margin-right: 10%;
	color: #666;
}
.index-a-v li:last-child{
	margin-right: 0%;
}
.index-a-v li p{
	margin-bottom: 0px;
	font-size: 36px;
	color: #004ea2;
}
.index-a-v li p small{
	font-size: 14px;
}

@media(max-width:1199.8px) {
.index-a {
	padding-bottom: 5vh;
}
}

@media(max-width:991.8px) {
	.index-a{
		padding-bottom: 0;
	}
	.index-a-img{
		width: 100%;
	}
.index-a-info{
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	margin-bottom: 0vh;
}
	.about-title{
		font-size: 24px;;
	}
	.about-subtitle{
	font-size: 15px;
	color: #004ea2;
	font-weight: bold;
}

}



/*首页新闻*/
.index-n{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-n-l{
	width: 40%;
}
.index-n-r{
	width: 48%;
}
a.index-n-img{
	display: block;
	overflow: hidden;
}
.index-n-title{
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition: all .4s;
}
.index-n-title:hover{
	color: #004ea2;
}
.index-n span{
	display: block;
	margin-top: 30px;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.25em;
	color: #999;
}
.index-n pre{
	margin: 15px 0;
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	color: #666;
	display: block; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
a.index-n-details{
	display: inline-block;
	margin-top: 15px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	background: #004ea2;
	transition: all .4s;
}
a.index-n-details:hover{
	background: #228acb;
}
.index-n-r li{
	padding: 25px 0;
	border-bottom: 1px solid #ebebeb;
}
.index-n-r li:first-child{
	border-top: 1px solid #ebebeb;
}
.index-n  .index-n-r .index-n-title:before{ content:"∨"; display: inline-block; margin-right: 6px; font-size: 22px;}
.index-n  .index-n-r pre{
	margin: 10px 0 0;
	font-weight: normal;
	max-height: 48px;
	-webkit-line-clamp: 2;
}
@media screen and (max-width:1439.8px) {
.index-n-l{
	width: 100%;
}
.index-n-r{
	margin-top: 35px;
	width: 100%;
}
}
@media screen and (max-width:565.8px) {
.index-n .owl-dots{
	display: none;
}	
}





/*页脚*/
#foot {
	position: relative;
	width: 100%;
	background: #1d2124;
}

#foot>.container {
	display: flex;
	justify-content: space-between;
	padding: 60px 15px;
}
.foot-logo {
}
.foot-logo>img {
	height: 44px;
	margin-right: 10px;
}
.foot-logo p{
	margin-bottom: 8px;
}
.foot-logo p, .foot-logo a {
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	transition: all .4s;
}
.foot-logo a {
	text-decoration: underline;
}
.foot-logo a:hover {
	color: #0092db;
}
p.icon {
	position: relative;
	padding-left: 1.8em;
}
p.icon:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	font-family: "iconfont" !important;
	font-size: 120%;
	line-height:inherit;
	text-align: center;
	color: #0092db;
}

.foot-nav{
	flex-grow:1;
	padding-left: 15%;
}
.foot-nav>ul{
	display: flex;
	justify-content: space-between;
}
#foot .foot-nav li {
	display: block;
}
#foot .foot-nav>ul>li>a {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	letter-spacing: 1px;
	transition: all .4s;
}
#foot .foot-nav li>ul li a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 2em;
	letter-spacing: 1px;
	transition: all .4s;
}
#foot .foot-nav a:hover {
	color: #0092db;
}
#foot .foot-nav>ul>li>a:hover {
	color: #fff;
}




.foot-copyright {
}
.foot-copyright>div{
	position: relative;
	padding: 10px 15px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.foot-copyright p, .foot-copyright span, .foot-copyright a {
	display: inline-block;
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #ccc;
	transition: all ease .4s;
}
.foot-copyright a {
	margin: 0px 4px;
}
.foot-copyright a:hover {
	color: #004ea2;
}

@media screen and (max-width:1199.8px) {
.foot-nav {
	display: none;
}
}

@media screen and (max-width:767.8px) {
#foot>.container {
	flex-wrap: wrap;
	padding: 6vh 15px 4vh;
}
.foot-logo {
	width: 100%;
	margin-bottom: 20px;
}
.foot-logo img{
	height: 56px;
}
.foot-content {
	width: 100%;
	font-size: 14px;
}
}
/*============ 首页end ============*/

/*内页公共*/
/*banner*/
.inside-banner{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.inside-banner img{
	max-width: none;
	height: 100%;
}
@media screen and (max-width:1199.8px) {
.inside-banner{
	height: 350px;
}	
}
@media screen and (max-width:991.8px) {
.inside-banner{
	height: 300px;
}	
}
@media screen and (max-width:565.8px) {
.inside-banner{
	height: 180px;
}	
}

/*面包屑*/
.breadcrumb {
	padding: 0px;
	margin: 4vh 0 0;
	background: none;
}
.breadcrumb>div {
	font-size: 0px;
}
.breadcrumb a {
	display: inline-block;
	font-size: 15px;
	line-height: 1.2em;
	color: #333;
	transition: all .4s;
}
.breadcrumb a:hover {
	color: #004ea2;
}
.breadcrumb a:not([href]):not([tabindex]) {
	color: #999;
}
.breadcrumb a:after {
	content: ">";
	margin: 0 5px;
	color: #333
}
.breadcrumb a:not([href]):not([tabindex]):after {
	content: "";
}
@media(max-width:991.8px) {
.breadcrumb{
	display: none;
}
}
/*左右框架*/
.content-box{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 8vh;
}
.content-sub{
	width: 360px;
}
.sub-nav2{
	border-right: 1px solid #ebebeb;
}
#sub-title{
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 1em;
	color: #004ea2;
	padding-bottom: 20px;
	padding-right:60px;
}
#sub-list{
	width: 100%;
}
#sub-list li{
	position: relative;
	padding-right: 60px;
}
#sub-list li.on:after{ 
	content:""; 
	position: absolute; 
	z-index:1;
	top: 50%;
	right: 0%;
	margin-top: -12px;
	width: 3px;
	height: 24px;
	background-color:#004ea2;
}
#sub-list li>a{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 56px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
}
#sub-list li:first-child>a{
	border-top: 1px solid #ebebeb;
}
#sub-list li>a:hover{
	color: #004ea2;
	transition:all .4s;
}
#sub-list li.on>a{
	color: #004ea2;
	transition:all .4s;
}
.sub-sticky{
	margin-top: 30px;
	position: sticky;
	top:120px;
	left: 0;
	z-index: 1;
}
.sub-sticky img{
	border-radius: 12px;
}
.sticky-content{
	color: #ebebeb;
	padding: 8%;
	font-size: 15px;
	line-height: 1.75em;
	background: #004ea2;
}
.sticky-title{
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff;
}
.sticky-content p{
	margin: 0px;
}


.content{
	padding-left: 60px;
	width:calc(100% - 360px);
	color: #666;
	overflow: hidden;
}
.content-title h1{
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1em;
	color: #004ea2;
}
.content-title span{
	font-size: 17px;
	line-height: 1em;
	font-weight: normal;
	color: #004ea2;
}
.content-title:after{
	content: "";
	display: block;
	margin: 20px 0 40px;
    width: 100%;
    height:1px;
	background: linear-gradient(to right, #004ea2 0%, #004ea2 100%);
}
@media(min-width:767.8px) {
	#sub-title span{ display: none;}
}	
@media(max-width:1439.8px) {
.content-sub{
	width: 300px;
}
#sub-title{
	padding-right:40px;
}
#sub-list li{
	position: relative;
	padding-right: 40px;
}
.content{
	padding-left: 40px;
	width:calc(100% - 300px);
}
}
@media screen and (max-width:991.8px) {
.content-sub{
	width: 100%;
	margin-top: 5vh;
}
.sub-nav2{
	border: none;
}
#sub-list li{
	display: inline-block;
	width: auto;
	border:none;
	padding:0;
	padding-right: 0px;
	margin-right: 15px;
}
#sub-list li>a,#sub-list li:first-child>a{
	border:none;
}
#sub-list li.on:after{
	position: absolute; 
	z-index:1;
	top:auto;
	left: 0;
	right: 0%;
	bottom: 0px;
	margin-top: 0;
	width: 100%;
	height: 2px;
}
.sub-sticky{
	display: none;
}	
.content{
	padding-left: 0;
	padding-top: 5vh;
	width:100%;
}
.content-title h1{
	font-size: 20px;
}
.content-title span{
	font-size: 14px;
}
}
@media screen and (max-width:767.8px) {

.sub-nav2{
	border-radius: 6px;
	background: #f7f7f7;
}
#sub-title{
	font-size:15px;
	line-height: 3em;
	color: #004ea2;
	font-weight: bold;
	padding-left: 15px;
	padding-right:15px;
	padding-bottom: 0px;
}
#sub-list{
	margin-top: 20px;
	width: 100%;
	padding: 0px 15px 15px;
}
#sub-list li{
	position: relative;
	width: 100%;
}
#sub-list li.on:after{ 
	position: absolute; 
	z-index:1;
	top:auto;
	left: 0;
	right:auto;
	bottom: 50%;
	width: 0.5em;
	height:1px;
}
#sub-list li>a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 46px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
}
#sub-list li:first-child>a{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
#sub-list li>a:hover{
	color: #004ea2;
	transition:all .4s;
}
#sub-list li.on>a{
	text-indent: 1em;
	color: #004ea2;
	transition:all .4s;
}	
}


/*边距盒子*/
.padding-box {
	padding-top: 8vh;
	padding-bottom: 8vh;
}
.padding-top {
	padding-top: 8vh;
}
.padding-bottom {
	padding-bottom: 8vh;
}
.main {
	position: relative;
	z-index: 2;
	background: #fff;
}
.gray-box {
	background: #f7f8fa;
}
.clear-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}
@media screen and (max-width:991.8px) {
.padding-box {
	padding-top: 6vh;
	padding-bottom: 6vh;
}
.padding-top {
	padding-top: 6vh;
}
.padding-bottom {
	padding-bottom: 6vh;
}
}
@media screen and (max-width:767.8px) {
.padding-box {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.padding-top {
	padding-top: 5vh;
}
.padding-bottom {
	padding-bottom: 5vh;
}
}
/*信息盒子*/
.info {
	font-size: 15px;
	color: #333;
	line-height: 1.75em;
}
.info p {
	margin: 0 0 0.75em;
}

@media screen and (max-width:1200px) {
.info{font-size: 15px;}
}
/*横线*/
.line {
	display: inline-block;
	width: 30px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background: #004ea2;
}
/*内页翻页*/
.page-box {
	padding-top: 30px;
}
.page {
	font-size: 0;
	color: #666;
}
.page span {
	display: inline-block;
	padding: 0 14px;
	margin: 0 4px;
	font-size: 14px;
	line-height: 3em;
	background: #f7f7f7;
}
.page span strong {
	font-size: 17px;
	color: #333;
}
.page a {
	display: inline-block;
	padding: 0 18px;
	font-size: 14px;
	line-height: 3em;
	color: #666;
	background: #f7f7f7;
	transition: all .4s;
}
.page a:first-child {
	border-radius: 4px 0 0 4px;
}
.page a:last-child {
	border-radius: 4px 0 0 4px;
}
.page input {
	display: inline-block;
	width: 4rem;
	padding: 0px 10px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 3em;
	color: #666;
	border-radius: 4px 0 0 4px;
	border: none;
	box-shadow: 0 0 1px #999 inset;
	overflow: hidden;
	transition: all .4s;
}
.page button {
	padding: 0 18px;
	margin: 0px;
	border: none;
	border-radius: 0 4px 4px 0;
	font-size: 14px;
	line-height: 3em;
	color: #666;
	background: #f7f7f7;
	cursor: pointer;
	transition: all .4s;
}
.page a:hover, .page button:hover {
	color: #fff;
	background: #004ea2;
}

@media(max-width:767.8px) {
.page {
	font-size: 13px;
	line-height: 2.5em;
}
.page a,.page span {
	padding: 0 14px;
	font-size: 13px;
	line-height: 2.5em;
}
.page input {
	margin-left: 5px;
	font-size: 13px;
	line-height: 2.5em;
}
.page button {
	padding: 0 14px;
	font-size: 13px;
	line-height: 2.5em;
}
}
/*内页大标题*/
.bigTitle {
	margin-bottom: 0.6em;
	font-size: 48px;
	line-height: 1em;
	font-weight: 900;
	text-transform: Uppercase;
}

@media(max-width:1199.8px) {
.bigTitle {
	font-size: 36px;
}
}
/*关于*/
.about {
	font-size: 15px;
	line-height: 1.5em;
	color: #666;
}
.about-img{
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.about-img span{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 15px 20px 15px;
	font-size: 16px;
	line-height: 1.2em;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
}
.logo-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px; 
	margin-right: -5px;
}
.logo-list li{
	width: 25%;
	padding: 5px;
}
.logo-list li a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-width: 100%;
	min-height: 100%;
	border:1px solid #ebebeb;
	cursor:pointer;
}
.logo-list li a div{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	padding: 20px;
	justify-content: center;
	align-items: center;
	background: rgba(0,78,162,0.8);
    opacity: 0;
    visibility: hidden;
    transition:all 0.3s linear;
}
.logo-list li a:hover div{
    opacity: 1;
    visibility: visible;
}
.logo-list li a div span{
	font-size: 16px;
	color: #fff;
}

/*企业荣誉*/
.show-img{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}
.show-img li{
	padding: 15px;
	width: 33.33%;
}
.show-img li a{
	display: block;
	width: 100%;
}
.show-img .zoom-img{
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: #f7f7f7;
}
.show-img .zoom-img div{
	position:absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.show-img img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.show-img span{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
/*企业风采*/
.style-img{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}
.style-img li{
	padding: 15px;
	width: 50%;
}
.style-img li a{
	display: block;
	width: 100%;
}
.style-img .zoom-img{
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 65%;
	background: #f7f7f7;
}
.style-img .zoom-img div{
	position:absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.style-img img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.style-img span{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}


/*产品列表*/
.product-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
	margin-top: -1%;
}
.product-list li{
	width: 33.33%;
	padding:1%;
}
.product-list li a{
	display: block;
}
.product-list-img {
	overflow: hidden;
	transition: all .4s;
}
.product-list-txt {
	padding: 20px 0 5px;
}
.product-list-txt p {
	display: block;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 20px;
	max-height: 40px;
	color: #333;
	text-transform: Uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.product-list a:hover .product-list-txt p {
	color: #004ea2;
}
.product-list-txt span {
	font-size: 15px;
	color: #999;
	transition: all .4s;
}

@media(max-width:1439.8px) {
.product-list li{
	width: 50%;
	padding:2%;
}	
}
@media(max-width:565.8px) {
.product-list li{
	width: 100%;
	padding:4%;
}	
}

/*产品详情*/
.product {
	overflow: hidden;
}
.product>div {
	display: flex;
	flex-wrap: wrap;
}
.product-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5%;
	background: #f7f7f7;
}
#product{
	width: 500px;
	max-width: 80%!important;
}
#product .owl-nav {
	margin: 0;
	padding: 0px;
}
.owl-carousel.owl1 .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -23px;
}
#product .owl-nav [class*=owl-].owl-prev {
	left: 0px;
}
#product .owl-nav [class*=owl-].owl-next {
	right:0px;
}
#product .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	background: #f7f7f7;
	transition: all .4s;
}
#product .owl-nav [class*=owl-]:hover i {
	color: #fff;
	background: #004ea2;
}
#product .owl-nav [class*=owl-] i {
	color: #333;
}
#product .owl-nav #counter {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	font-weight: bold;
	font-size: 15px;
	line-height: 26px;
	color: #999;
}
#product .owl-nav #counter span {
	font-size: 24px;
	color: #004ea2;
}

#product .owl-dots .owl-dot {
    width: auto;
    height: auto;
}


.product-info pre {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 2em;
	color: #666;
}
.product-info pre::-webkit-scrollbar-track {
background:#fafafa;
}
.product-info pre::-webkit-scrollbar {
width: 3px;
}
.product-info pre::-webkit-scrollbar-thumb {
background:#333;
}
.product-info hr {
	margin: 25px 0;
}
.product-info a.product-btn {
	display: inline-block;
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	margin: 2px 0;
	background: #004ea2;
	transition: all .4s;
}
.product-info a.product-btn:hover {
	color: #fff;
	background: #004ea2;
}
.product-info a.product-btn span {
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
	font-weight: normal;
	color: inherit;
	vertical-align: top;
}
.tips {
	font-size: 13px;
	line-height: 1.5em;
	color: #999;
}
.product-details>div {
	display: flex;
	flex-wrap: wrap;
}
.product-d {
	width: 100%;
}
.product-d>div {
	width: 100%;
	padding: 6vh 0;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.product-d>div:after {
	content: "";
	display: block;
	clear: both
}
.p-d-title {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	text-transform: Uppercase;
	color: #004ea2;
}
.product-details table {
	width: auto;
}

@media(min-width:992px) {
#product {
	position: relative;
	margin-left: 120px;
}
#product .owl-dots{
	position: absolute;
	left: -120px;
	top: 50%;
	width: 80px;
	transform:translate(0%,-50%);
}
#product .owl-dot{
	display: inline-block;
	border:1px solid #ebebeb;
}
#product .owl-dot.active{
	border:1px solid #004ea2;
}
#product .owl-dots img{
	width: 100%;
}
.product-info {
	padding:5vh 0;
}
.product-subnav {
	width: 230px;
	padding-right: 40px;
	padding-top: 6vh;
}
.product-subnav ul {
	position: sticky;
	z-index: 3;
	left: 0px;
	top: 150px;
}
.product-subnav ul li {
	margin-bottom: 5px;
}
.product-subnav ul li a {
	display: inline-block;
	padding: 0 15px;
	width: 100%;
	font-size: 15px;
	line-height: 36px;
	color: #666;
	background: #f7f7f7;
}
.product-subnav ul li.active a {
	color: #fff;
	font-weight: bold;
	background: #004ea2;
}
.product-d {
	width: calc(100% - 230px);
	padding-left: 60px;
	border-left: 1px solid #ebebeb;
}
}

@media(min-width:1200px) {
.product-subnav ul {
	position: sticky;
	z-index: 3;
	left: 0px;
	top: 90px;
}
}

@media screen and (max-width:991.8px) {
.product-img {
	width: 100%;
}
	
#product .owl-nav #counter {
	bottom: 0px;
	left: 20px;
	font-size: 14px;
}
#product {
	position: relative;
	width: 100%;
	max-width:100%!important;
}
#product .item {
	text-align: center;
}
#product img {
	display: inline-block;
	width: 100%;
	max-width: 600px;
}
.product-info {
	width: 100%;
	padding: 2vh 0%;
}
}



/*下载*/
#download ul li{
	display: flex;
	margin-bottom: 8px;
	background: #f7f7f7;
	line-height: 48px;
	color: #666;
	transition:all .4s;
}
#download ul li a{
	display: inline-block;
	color: #666;
	vertical-align: bottom;
	transition:all .4s;
}
#download ul li a.file-name{
	width:calc(100% - 96px);
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
#download ul li span{
	display: inline-block;
	width: 66px;
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	text-align: center;
	vertical-align: bottom;
	transition:all .4s;
}
#download ul li:hover a,#download ul li:hover span{
	color: #fff;
}
#download ul li:hover{background: #004ea2; }



/*新闻列表*/
.news-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.news-list li{
	width: 33.33%;
	padding: 15px;
	margin-bottom: 8px;
}
.news-list li:after{ content:""; display: block;margin-top: 30px; width: 100%;height: 0%;border-bottom: 1px dashed #ebebeb;}
a.news-img{
	display: block;
	overflow: hidden;
}
a.news-title{
	display: block;
	margin-top: 25px;
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition: all .4s;
}
a.news-title:hover{
	color: #004ea2;
}
.news-list span{
	font-size: 12px;
	line-height: 1.25em;
	color: #999;
}
.news-list pre{
	margin: 15px 0;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #666;
	display: block; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}

@media(max-width:1439.98px) {
.news-list li{
	width: 50%;
}
}


@media(max-width:767.8px) {
.news-list li {
	width: 100%;
}
}
/*文章详情*/
.news-page{
	margin-top: 6vh;
	padding-top: 3vh;
	display: flex;
	flex-wrap: wrap;
	border-top:1px solid #ebebeb;
}
.news-page em{
	display: inline-block;
	width: 3.5rem;
	height: 1em;
	line-height: 1em;
	font-size: 1.75rem;
	color: #333;
}
.news-page h4{
	display: block;
	width: 100%;
	margin: 10px 0 15px;
	font-size: 1rem;
	color: #333;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
.news-page a:hover h4,.news-page a:hover em{
	color: #fff;
}
.news-page a.nomore:hover h4,.news-page a.nomore:hover em{
	color: #fff;
}

.news-page span{
	display: block;
	width: 100%;
	font-size: 0.85rem;
	line-height: 1em;
	height: 2em;
	color: #ccc;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
@media(min-width:992px){
.news-page a:first-child{
	border-right: 1px solid #e0e0e0;
	text-align: right;
}
.news-page a{
	display: block;
	width: 50%;
	padding: 1rem 5rem;
	transition:all .4s;    
}
.news-page a:hover{
	background: #004ea2;
}

}	
@media(max-width:991.8px){
.news-page a{
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.news-page em{
	display: none;
}	
.news-page h4{
	font-size: 16px;
}	

.news-page span{
	font-size: 14px;
}	
.news-page a:hover h4, .news-page a:hover em{
		color:#004ea2; 
}
.news-page a.nomore:hover h4, .news-page a.nomore:hover em{
		color:#004ea2; 
}
}


/*联系方式*/
.contact {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 1.5em;
}
.contact p {
	width: 50%;
	margin-bottom: 15px;
}
.contact  span.icon {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	color: #004ea2;
}
.contact a {
	line-height: 1.8em;
	color: #333;
	text-decoration: underline;
}
.contact a:hover {
	color: #004ea2;
}
@media(max-width:767.8px){
.contact p {
	width:100%;
	margin-bottom: 10px;
}	
}
/*地图*/
#map-canvas {
	height: 400px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
}
.content-window-card p {
	
	height: 2rem;
}
.amap-icon img, .amap-marker-content img{
	width: 25px;
    height: 34px;
}
.custom-info {
	border: solid 1px silver;
}
div.info-top {
	display: none;
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}
div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}
div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}
div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}
div.info-middle {
	font-size: 12px;
	padding: 10px 15px;
	line-height: 20px;
	overflow: hidden;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
}
.custom-info span {
	margin-left: 5px;
	font-size: 11px;
}
.info-middle img {
	float: left;
	margin-right: 6px;
}
/*地图*/




.feedback p a{
	text-decoration:underline;
	transition: all .4s;
}
.feedback p a:hover{
	color: #004ea2;
}
.feedback input {
	outline: none;
	margin-bottom: 18px;
	width: 100%;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 46px;
	color: #666;
	border: none;
	background: #f7f8fa;
	transition: all .4s;
}
.form-control {
	border: 1px solid #ebebeb;
	line-height: 44px;
	height: 44px;
	width: 100%;
	padding: 0px 15px;
	margin: 10px 0px;
	border-radius: none;
	box-shadow: 0;
}
.feedback textarea {
	border: none;
	font-size: 15px;
	line-height: 22px;
	width: 100%;
	height: 160px;
	padding: 15px;
	margin: 10px 0px;
	outline: none;
	box-shadow: none;
	overflow-x: hidden;
	background: #f7f8fa;
}
.feedback input:focus, .feedback textarea:focus {
}
.feedback .submit {
	display: inline-block;
	padding: 0px 25px;
	background: #25263b;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	margin: 15px 0px;
	transition: all .3s;
}
.feedback .submit:hover {
	background: #004ea2;
}
.feedback .submit span {
	display: inline-block;
	font-size: 20px;
	line-height: 36px;
	color: #fff!important;
	vertical-align: bottom;
}



/*2021-05-13 页面左侧栏*/
.sideBar {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 100px;
}
.sideBar-icon {
	position: relative;
	margin: 1px 0px;
	background: #004ea2;
	transition: all .6s;
}
.sideBar-icon:hover {
	background: #004ea2;
}
.sideBar-icon>a span {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.sideBar-icon>ul {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.sideBar-item {
	position: absolute;
	z-index: 1;
	right: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.sideBar-icon:hover .sideBar-item {
	opacity: 1;
	visibility: visible;
}
.sideBar-contact {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.sideBar-title {
	padding: 0 20px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	background: #004ea2;
}
.sideBar-info {
	padding: 20px;
	font-size: 13px;
	letter-spacing: 0.05rem;
	line-height: 24px;
	color: #666;
}
.sideBar-info a {
	color: #666;
	text-decoration: underline;
}
.sideBar-info a:hover {
	color: #004ea2;
}
.sideBar-info p {
	margin: 0 0 8px;
	white-space: nowrap;
}
.sideBar-info p span {
	display: inline-block;
	margin-right: 4px;
	vertical-align: bottom;
	width: 20px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
}
.sideBar-info p:last-of-type {
	margin: 0px;
}
.sideBar-icon ul li a {
	display: inline-block;
	min-width: 100%;
	padding: 0 15px;
	font-size: 15px;
	line-height: 46px;
	white-space: nowrap;
	color: #333;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	transition: all 0.4s;
}
.sideBar-icon ul li a:hover {
	color: #fff;
	background: #004ea2;
}
.sideBar-icon ul li a span {
	font-size: 20px;
	margin-right: 8px;
	vertical-align: bottom;
}

@media screen and (max-width:767.8px) {
.sideBar {
	bottom: 60px;
}
.sideBar-icon {
	display: none;
}
.sideBar-icon:last-of-type {
	display: block;
}
.sideBar-icon>a span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
}
}
/*其他页面*/
/*网站地图*/
.other-title {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 2.6em;
	font-weight: bold;
	color: #333;
	text-transform: Uppercase;
}
.other-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #333;
}
.sitemap-list li {
	padding: 12px 0 15px;
	border-bottom: 1px dashed #ccc;
}
.sitemap-list div a {
	font-size: 18px;
	line-height: 1.75em;
	color: #004ea2;
	text-transform: Uppercase;
	transition: all .4s;
}
.sitemap-list a {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	line-height: 1.75em;
	color: #666;
	transition: all .4s;
}
.sitemap-list a:hover {
	color: #004ea2;
	text-decoration: underline;
}
/*隐私政策*/
.privacy {
	font-size: 17px;
	line-height: 1.75em;
	color: #666;
}

/*搜索界面*/
.inside-search {
	display: block;
	font-size: 0px;
}
.inside-search form {
	text-align: center;
}
.inside-search input {
	display: inline-block;
	width: 400px;
	max-width: calc(100% - 60px);
	padding: 0 15px;
	font-size: 15px;
	line-height: 42px;
	border: 1px solid #ebebeb;
	vertical-align: bottom;
}
.inside-search input:last-child {
	margin-left: -1px;
	width: 60px;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	background-color: #25263b;
	border: 1px solid #25263b;
}
.submit-nav {
	margin: 5vh 0 4vh;
}
.submit-nav ul {
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}
.submit-nav li {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: 20px;
}
.submit-nav li.on:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -16px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #333;
}
.submit-nav li a {
	font-size: 17px;
	color: #999;
}
.submit-nav li.on a {
	font-size: 17px;
	color: #333;
}
.submit-nav span {
	font-size: 15px;
	color: #999;
}
.search-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.search-list li {
	padding: 1%;
	width: 25%;
}
.search-list li div {
	border: 1px solid #ebebeb;
	overflow: hidden;
}
.search-list li p {
	margin: 1em 0 0.5em;
	font-size: 17px;
	line-height: 1.25em;
	color: #333;
	transition: all .4s;
}
.search-list li a:hover p {
	color: #004ea2;
}

@media screen and (max-width:991.8px) {
.search-list {
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.search-list li {
	padding: 1.5%;
	width: 33.33%;
}
.search-list li p {
	font-size: 15px;
	line-height: 1.25em;
	color: #333;
}
}