﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding:90px 0px 0px;
	position: relative;
}
@media(max-width:992px) {
body {
	padding:60px 0px 0px;
}
	
}
body,html {
	font-family: Arial,"微软雅黑", Microsoft YaHei;
	font-weight: normal;
}
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;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
pre {
	display: block;
	border: none;
	background: none;
	padding: 0px;
	white-space: pre-wrap;
	font-family: Microsoft YaHei;
	font-weight: lighter;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background:#4d4d4d;
}
/*滚动条设置*/

/*表格边框样式*/
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 14px;
	line-height: 20px;
	padding: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:1600px) {
#haed-nav .container,
#foot .container {
	width: 1410px;
}
}
@media(max-width:992px) {
.container {
	width:96%;
}
}





/*页面haed*/
	
/*导航设置*/	
#haed-nav {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	background: #eb8e08;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
	transition: all .3s;
}
#haed-nav .container {
	position: relative;
	height: inherit;
}
.navbar-header {
	display: inline-block;
	height: inherit;
}
/*logo设置*/
.navbar-brand {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	height: inherit;
	padding: 0px!important;
	margin: 0px!important;
}
.navbar-brand h1 {
	display: flex;
	align-items: center;
	height: auto;
	color: #073f8a;
}
.navbar-brand img {
	max-width: auto;
	height: 46px;
	transition: all .3s;
}
.navbar-brand h1>div{
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 12px;
	font-size: 0;
}
.navbar-brand h1>div:last-of-type{
	border-left: 2px solid #073f8a;
	padding-left: 12px;
}
.navbar-brand h1>div p{
	margin-bottom: 2px;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	white-space:nowrap;
	letter-spacing: 2px;
}
.navbar-brand h1>div small{
	font-size: 10px;
	line-height: 1em;
	font-weight: bold;
	white-space:nowrap;
}
.navbar-brand h1>div span{
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 40px;
	white-space:nowrap;
}
@media(max-width:1200px) {
.navbar-brand h1>div:last-of-type{
	display: none;
}
}
@media(max-width:992px) {
.navbar-header{
	padding-left: 15px;
}
.navbar-brand img {
	max-width: auto;
	height: 40px;
	transition: all .3s;
}
.navbar-brand h1>div p{
	margin-bottom: 2px;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	white-space:nowrap;
	letter-spacing: 2px;
}
.navbar-brand h1>div small{
	display: none;
}
}
/*导航设置*/
.navbar-nav .dropdown-menu {
	position: absolute;
	z-index: 1;
	background: #fff;
	box-shadow: none;
	border: none;
}
.navbar-nav {
	height: inherit;
}
.navbar-nav>li {
	height: inherit;
	line-height: inherit;
	display: flex;
	align-items: center;
	margin: 0px 15px;
}
.navbar-nav>li>a {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
.navbar-nav>li:hover>a {
	color: #073f8a;
	background: none;
}
.navbar-nav>li>a:focus{
    background: none;
}
.navbar-nav>li.on>a {
	font-weight: bold;
	color: #073f8a;
}
.navbar-nav>li>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 2px;
	background-color: #073f8a;
	transition: all .3s;
}
.navbar-nav>li.on>a:after, .navbar-nav>li:hover>a:after {
	content: "";
	width: 100%;
}
.navbar-nav .dropdown-menu {
	top: 100%;
	left: 0%;
	right: auto;
	padding:0;
	border: none;
	border-radius: 0;
	background: #fff;
}
.navbar-nav>li:last-of-type .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-nav .dropdown-menu li {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	height: auto;
	margin: 1px 0 0;
	line-height: normal;
}
.navbar-nav .dropdown-menu li a {
	position: relative;
	z-index: 3;
	display: block;
	box-sizing: border-box;
	vertical-align: middle;
	min-width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 38px;
	height: 38px;
	color: #666;
	background: #ebebeb;
	white-space: nowrap;
	transition: all ease .3s;
}
.navbar-nav .dropdown-menu li:hover>a,.navbar-nav .dropdown-menu dd:hover>a {
	color: #fff;
}
.navbar-nav .dropdown-menu li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #006ea2;
	transition: all ease .3s;
}
.navbar-nav .dropdown-menu li:hover>a:after,.navbar-nav .dropdown-menu dd:hover>a:after  {
	content: "";
	width: 100%;
}
.navbar-nav .dropdown-menu li dl {
	position: absolute;
	z-index: -1;
	left: 100%;
	top:-1px;
	display: none;
	padding:0 0 0 2px;
	border: none;
	min-width: 160px;
}
.navbar-nav .dropdown-menu li dl dd{
	border-top: 1px solid #fff;
}
@media(max-width:992px) {
	.navbar-nav{
		display: none;
	}
}
/*导航栏变化*/
@media (max-width: 1600px) {
#haed-nav {
	height: 90px;
	line-height: 90px;
}
.navbar-nav>li {
	margin: 0px 10px;
}
.navbar-nav>li>a {
	position: relative;
	font-size: 15px;
}
}

@media (max-width: 1200px) {
#haed-nav{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.navbar-nav>li {
	margin: 0px 6px;
}
}
@media(max-width:992px) {
#haed-nav {
	height: 60px;
	line-height: 60px;
}
}

/*移动端菜单2*/
.nav-button {
	display: none;
	align-items: center;
	height: inherit;
	background: none;
	border: none;
	float: right;
	margin-left: 20px;
}
.nav-button span {
	display: inline-block;
	font-size: 32px;
	line-height: 42px;
	height: 42px;
	color: #666;
	vertical-align: middle;
}

#menuNav {
	position: fixed;
	z-index: 1001;
	right: 0;
	top: 0;
	bottom: 0;
	width: 240px;
	max-width: 100%;
	padding-top: 60px;
	background: #eb8e08;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s linear 0.6s;
	-moz-transition: all 0.5s linear 0.6s;
	-ms-transition: all 0.5s linear 0.6s;
	-o-transition: all 0.5s linear 0.6s;
	transition: all 0.5s linear 0.6s;
	overflow-y: scroll;
	transform:translate(100%,0%);
}
.open-manuNav #menuNav {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	transform:translate(0%,0%);
}



#menuNav-close {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0;
	right: 0;
	display: block;
	padding: 0px 15px;
	width: 100%;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	background: #084f78;
	border: none;
	white-space:nowrap;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#menuNav-close span {
	display: inline-block;
	margin-left: 15px;
	font-size: 28px;
	line-height: 60px;
	font-weight: normal;
	color: #fff;
	vertical-align: bottom;
}
.navList {
	position: relative;
	z-index: 2;
	padding: 20px 20px 20px 60px;
	margin: 0px;
	width: 100%;
}
.navList>li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s
}
.open-manuNav #menuNav .navList li {
	transform: none;
	opacity: 1;
	visibility: visible;
}
.navList a {
	display: block;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
.navList>li>a {
	display: block;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	vertical-align: top;
	color: #084f78;
}
.navList>li:hover>a {
	color: #0052a9;
}
.navList {
	counter-reset: compteListe;
}
.navList>li:before {
	position: absolute;
	z-index: 1;
	top:15px;
	left: -30px;
	counter-increment: compteListe 1;
	content: "0" counter(compteListe);
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #084f78;
}

.navList ul{
	margin: 8px 0;
}
.navList ul>li>a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin-bottom:5px;
	color: #fff;
}
.navList dd a{
	position: relative;
	z-index: 1;
	padding-left: 20px;
	display: block;
	font-size: 14px;
	line-height:30px;
	color: #f2f2f2;
}
.navList dd a:before{ content:""; position: absolute;  z-index:-1;top: 50%;left: 0%;width: 10px;height: 1px;background-color:#ccc;}






@media (min-width: 992px) {
#menuNav {
	display: none;
}
}
@media (max-width: 992px) {
.nav-button {
	display: block;
	margin-left: 15px;
}
}

/*手机菜单 end*/



/*首页标题*/
.index-title{
	margin-bottom: 50px;
	text-align: center;
}
.index-title h3{
	position: relative;
	z-index: 1;
	font-size: 36px;
	font-weight: bold;
	color: #006ea2;
	text-transform:Uppercase;
	margin-bottom: 40px;
}
.index-title span{
	font-size: 15px;
	color: #999;
	text-transform:Uppercase;
	margin-bottom: 40px;
}

.index-title h3:before{ content:""; position: absolute;  z-index:-1;bottom: -20px;left: 50%; margin-left: -30px; width: 60px;height:2px;background-color:#e40717;}
.index-title.text-left{
	text-align: left;
}
.index-title.text-left h3:before{ content:"";left: 0%; margin-left: 0px;}
.index-title.index-title-w h3,
.index-title.index-title-w span{
	 color: #fff;
}
.index-title.index-title-w h3:before{ content:"";background-color:#fff;}

@media (max-width: 998px) {
.index-title h3{
	font-size: 28px;
	margin-bottom: 32px;
}
.index-title h3:before{ content:"";bottom: -15px; margin-left: -20px; width: 40px;}
.index-title span{
	font-size: 14px;
}
}
/*图片放大*/
.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;
}




/*首页页脚*/
#foot {
	position: relative;
	background: #084f78;
}
.foot-nav {
	padding: 60px 0px;
	display: flex;
	justify-content: space-between;
}
.foot-nav ul {
	padding-left: 25px;
	max-width: 240px;
	min-width: 130px;
}
.foot-nav ol {
	padding: 0px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 20px;
}
.foot-nav ol a {
	display: inline-block;
	position: relative;
	text-transform:Uppercase;
	color: #fff;
	transition: all ease .4s;
}

.foot-nav li a,.foot-nav p {
	margin:0 0 13px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	transition: all ease .4s;
}
.foot-nav li a{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left:15px;
}
.foot-nav ol a:hover,
.foot-nav li a:hover {
	color: #eb8e08;
}
.foot-nav li a:after{ content:""; position: absolute;  z-index:-1;top: 0%;left: 0%;margin-top: 4px; width: 0%;height: 0%;border: 5px solid transparent;
    border-left-color: #eb8e08;}

.foot-nav p {
	position: relative;
	z-index: 1;
	padding-left: 30px;
}
.foot-nav p em,.foot-nav p i{ 
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #eb8e08;
}

@media(max-width:1200px) {
.foot-nav ul {
	display: none;
}
.foot-nav ul:first-of-type,.foot-nav ul:last-of-type,.foot-nav ul:nth-last-of-type(2)  {
	display: block;
}
}

@media(max-width:992px) {
.foot-nav {
	padding: 40px 0px 30px;
}
.foot-nav ul {
	padding-left: 0px;
}

}
@media(max-width:768px) {
.foot-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.foot-nav ul:first-of-type{
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px;
}
.foot-nav ul:last-of-type,.foot-nav ul:nth-last-of-type(2)  {
	display: none;
}
}


.foot-copyright {
	padding: 15px 0;
	width: 100%;
	background: #eb8e08;
	text-align: center;
}
.foot-copyright p, .foot-copyright span, .foot-copyright a {
	display: inline-block;
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #084f78;
	transition: all ease .4s;
}
.foot-copyright a {
	margin: 0px 4px;
}
.foot-copyright a:hover {
	color: #006ea2;
}

@media(max-width:992px) {
.foot-copyright .pull-right {
	float: none;
}
}

/*============ 首页end ============*/

/*内页公共*/
/*内页banner*/
.inside-banner {
	position: relative;
	z-index: 1;
	width: 100%;
	transition:all .3s; 
}
.banner-pc {
	display: block;
	width: 100%;
}
/*面包屑*/
.breadcrumb-box{
	margin-top: 10px;
}
.breadcrumb{
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px auto;
	border:nonr;
	border-radius: 0;
	background: none;
	font-size: 0px;
}
.breadcrumb a,.breadcrumb span{
	font-size: 13px;
	line-height: 20px;
	color: #666;
	transition:all .3s;
	vertical-align:  bottom;
}
.breadcrumb a:hover{
	color: #eb8e08;
}
.breadcrumb span{
	color: #666;
}
.breadcrumb > li + li:before{
	display: none;
}
.breadcrumb > li + li:after{
	content:'>';
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding: 0px;
	margin:0 5px;
	vertical-align:bottom;
}
.breadcrumb > li:last-of-type:after{
	display: none;
}

@media(max-width:992px) {
.breadcrumb-box{
	margin-top:0px;
}
}
/*盒子*/

.padding-box {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-top {
	padding-top: 40px;
}
.padding-bottom {
	padding-bottom: 40px;
}
.margin-bottom {
	margin-bottom: 6vh;
}
.gray-box{
	background: #f7f7f7;
}

/*信息盒子*/
.info {
	margin:0 0 15px;
	font-size: 15px;
	color: #4d4d4d;
	line-height: 1.75em;
}
.info p{
	margin:0 0 15px;
}


/*横线*/
.line{
	display: inline-block;
	width: 60px;
	height: 3px;
	background: #006ea2;
}
@media(max-width:1200px) {
.line{
	width: 40px;
	height: 2px;
}
}
/*内页翻页*/
.pagination>li>a {
	margin: 1px;
	padding: 8px 14px;
	border: none;
	font-size: 15px;
	color: #666;
	background: #f5f5f5;
	border-radius: 0!important;
	transition: all .4s;
}
.pagination>li>a:hover {
	color: #006ea2;
}
.pagination>li.on>a {
	color: #fff;
	font-weight: bold;
	background: #006ea2;
}
/*子导航*/
.subnav{
	padding: 18px 0;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	/*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}
.subnav-title{
	display: inline-block;
	padding-left: 20px;
	margin: 6px 0;
	font-size: 24px;
	line-height: 26px;
	color: #006ea2;
	border-left: 3px solid #006ea2;
}
#inside-subnav{
	float: right;
}
#inside-subnav .dropdown{
	border:1px solid rgba(0,0,0,0.15);
	background: #f7f7f7;
	transition: all .4s;
}
#inside-subnav .dropdown.open{
	border:1px solid rgba(0,0,0,0.15);
	background: #006ea2;
}
#inside-subnav .dropdown>a{
	display: inline-block;
	width: 100%;
	min-width: 300px;
	padding: 0px 20px;
	line-height: 36px;
	color: #4d4d4d;
	transition: all .4s;
}
#inside-subnav .dropdown.open>a{
	color: #fff;
}
#inside-subnav .dropdown>.dropdown-menu{
	left: 0;
	right: 0;
	margin-top: 10px;
	padding: 10px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 0;
	background: #f7f7f7;
}
#inside-subnav .dropdown>.dropdown-menu a{
	display: inline-block;
	width: 100%;
	line-height: 26px;
	color: #4d4d4d;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition: all .4s;
}
#inside-subnav .dropdown>.dropdown-menu a:hover{
	color: #fff;
	background: #006ea2;
}
@media(max-width:992px) {
.subnav-title{
	display: none;
}
#inside-subnav{
	float: none;
	width: 100%;
}
}
/*关于我们*/
.about-box{
	display: flex;
}
.about-box>div{
	width: 50%;
}
.about-l{
	background-repeat: no-repeat;
	background-size: cover;
}
.about-title h3{
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}
.about-title small{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 13px;
	color: #999;
	text-transform:Uppercase;
}
.about-r{
	padding-left:40px;
}
@media(max-width:768px) {
.about-box{
	display: flex;
	flex-wrap: wrap;
}
.about-box>div{
	width:100%;
}
.about-r{
	padding-left:0px;
}
}

/*关于文化*/
.about-culture{
	display: flex;
	flex-wrap: wrap;
}
.about-culture>div{
	width: 33.3333%;
	display: flex;
	flex-wrap: wrap;
}
.about-culture>div div{
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 200px;
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f7f7f7;
}
.about-culture>div:nth-of-type(even) div:nth-of-type(Odd){
	order: 1
}
.about-culture>div:nth-of-type(even) div:nth-of-type(even){
	order: 0
}
.about-culture>div:nth-of-type(Odd) div:nth-of-type(Odd):before{ content:""; position: absolute;  z-index:-1;bottom: 0px;left: 50%;margin-left: -6px; width: 0%;height: 0%;border: 11px solid transparent;border-bottom-color: #f7f7f7;}
.about-culture>div:nth-of-type(even) div:nth-of-type(Odd):before{ content:""; position: absolute;  z-index:-1;top: 0px;left: 50%;margin-left: -6px; width: 0%;height: 0%;border: 11px solid transparent;border-top-color: #f7f7f7;}

@media(max-width:992px) {
.about-culture>div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.about-culture>div div{
	width: 50%;
}
.about-culture>div:nth-of-type(Odd) div:nth-of-type(Odd):before{ content:""; position: absolute;  z-index:-1;bottom: 50%;left:auto; right: 0;margin-bottom: -6px; margin-left: 0px; width: 0%;height: 0%;border: 11px solid transparent;border-right-color: #f7f7f7;}
.about-culture>div:nth-of-type(even) div:nth-of-type(Odd):before{ content:""; position: absolute;  z-index:-1;top: 50%;left: 0%;margin-left:0px; margin-top: -6px; width: 0%;height: 0%;border: 11px solid transparent;border-left-color: #f7f7f7;}
}
@media(max-width:768px) {
.about-culture>div div:nth-of-type(Odd){
	order: 0!important
}
.about-culture>div div:nth-of-type(even){
	order: 1!important
}
.about-culture>div div{
	width: 100%;
}
.about-culture>div div:before{ content:""; position: absolute;  z-index:-1;top: auto!important; bottom: 0%!important;left:50%!important; right: auto!important;margin-left: -6px!important;    margin-bottom: 0px!important; width: 0%;height: 0%;border: 11px solid transparent!important;border-bottom-color: #f7f7f7!important;}
}
/*内页标题*/
.inside-title {
	margin-bottom: 40px;
}
.inside-title h3 {
	margin: 10px;
}
.inside-title h3 span {
	position: relative;
	display: inline-block;
	padding: 0px 20px;
	font-size: 30px;
	line-height: 1em;
	color: #4d4d4d;
	background: #fff;
}
.inside-title h3 span:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -50%;
	width: 200%;
	height: 1px;
	background: #ccc;
}
.inside-title p {
	font-size: 15px;
	line-height: 1em;
	color: #999;
	text-transform: Uppercase;
}

@media(max-width:992px) {
.inside-title h3 span {
	padding: 0px 15px;
	font-size: 24px;
}
.inside-title p {
	font-size: 13px;
}
}
/*发展历程*/
.course {
	padding: 3vw 0;
	display: flex;
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
#course-t {
	width: 18%;
	padding-right: 30px;
}
#course-t ol{
	padding: 0px;
}
#course-t ol h3{
	margin:0 0 30px;
	font-size: 30px;
	font-weight: 900;
	color: #006ea2;
}
#course-t li{
	padding-left: 5px;
	width: 100%;
	margin-bottom: 25px;
}
#course-t li a{
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	transition:all .4s;    
}
#course-t li:hover a,#course-t li.active a{
	padding-left: 30px;
	color: #006ea2;
}
#course-t li a:after{ content:""; position: absolute;  z-index:-1;top: 50%;left: 0%; margin-top: -1px; width: 0%;height: 2px;background-color:#006ea2;transition:all .4s;}
#course-t li:hover a:after,#course-t li.active a:after{ content:""; width:15px; }
#course-c {
	width: 82%;
}
#course-c>div{
	position: relative;
}
#course-c>div>strong{
	position: fixed;
	z-index: -1;
	left: 50%;
	top: 50%;
	font-size: 24em;
	font-weight: 900;
	color: #000;
	opacity: 0.02;
	transform:translate(-50%,-50%);
}
.course-li{
	display: flex;
	flex-wrap: wrap;
}
.course-li li{
	width: 50%;
	margin-bottom: 20px;
}
.course-li li>div{
	width: 100%;
	height: 100%;
	padding: 30px;
	border:1px solid #ebebeb;
	transition:all .4s;
}
.course-li li>div:hover{
	background: #fff;
	border:1px solid #006ea2;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.course-li li>div strong{
	font-size: 20px;
	line-height: 1em;
	color: #4d4d4d;
	transition:all .4s;
}
.course-li li>div:hover strong{
	color: #006ea2;
}
.course-li li>div h4{
	margin: 0px 0px 15px;
	font-size: 60px;
	line-height: 1em;
	color: #4d4d4d;
	transition:all .4s;
}
.course-li li>div:hover h4{
	color: #006ea2;
}
.course-li li>div p{
	font-size: 15px;
	color: #808080;
}

@media(min-width:992px) {
.course-li li:nth-of-type(Odd)>div{
	margin-right: 20px;
}
.course-li li:nth-of-type(even)>div{
	margin-left: 20px;
}

}
@media(max-width:992px) {
#course-t ol h3{
	margin:0 0 20px;
	font-size: 24px;
}
#course-t li{
	margin-bottom: 20px;
}
#course-t li a{
	font-size:18px;
}
#course-c>div>strong{
	font-size: 18em;
}	
.course-li li{
	width: 100%;
}	
.course-li li>div strong{
	font-size: 18px;
}
.course-li li>div:hover strong{
	color: #006ea2;
}
.course-li li>div h4{
	font-size: 48px;
}
}
@media(max-width:768px) {
#course-c>div>strong{
	top:0;
	left: 0px;
	font-size: 12em;
	line-height: 1em;
	transform:rotate(90deg) translate(-15%,0%);
	transform-origin:0% 100%;
}	
.course{
	flex-wrap: wrap;
}
	
	
#course-c {
	width: 100%;
}	
#course-t {
	font-size: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 100%;
}	
#course-t li{
	display: inline-block;
	padding: 3px;
	margin: 0;
	width: 33.33%;
}	
#course-t li a{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px;
	width:100%;
	line-height: 1.8em;
	text-align: center;
	background: #f7f7f7;
}	
#course-t li.active a,#course-t li:hover a{
	padding: 0px;
	color: #fff;
}	
#course-t li a:after,#course-t li a:after{
	content:""; position: absolute;  z-index:-1;top: 0%;left: 0%; margin-top: 0px; width: 0%;height: 100%;background-color:#006ea2;transition:all .4s;
}	
#course-t li.active a:after,#course-t li:hover a:after{
	content:""; width: 100%;
}	
}


/*加入我们*/
	.join{
		max-width: 1100px;
		margin: auto;
	}
	.join table{width: 100%;}
	.join tr:nth-of-type(1) {background: #fafafa; color: #fff; background: #333333 !important; }
	.join tr{ transition:all .3s;}
	.join tr:hover{ background: #f1f7fd;}
	.join td{padding:15px; line-height: 24px;text-align: center;}
	.join tr td:nth-of-type(1) span{display: inline-block; width: 24px; height: 24px; text-align: center; border-radius: 50%; color: #fff; background: #006ea2; }
	.join table .join-email{position: relative;z-index: 1; display: inline-block; padding: 0px 15px; background: #006ea2; color: #fff;white-space:nowrap;transition:all .4s;}
	.join table .join-email:hover{ background: #e50916;}
	.join table .join-email>div{position: absolute;z-index: 1; top: 50%; right: 100%; color: #333; padding: 10px;transform:translate(0%,-50%);
		  opacity: 0;
		  visibility: hidden;
		  -webkit-transition:all 0.3s linear;
		  -moz-transition:all 0.3s linear;
		  -ms-transition:all 0.3s linear;
		  -o-transition:all 0.3s linear;
		  transition:all 0.3s linear;
	}
	.join table .join-email:hover>div{
		  opacity: 1;
		  visibility: visible;
	}
	.join table .join-email>div>div{position: relative;z-index: 1; display: block; padding: 15px; text-align: left; line-height: 20px; background: #fafafa; border: 2px solid #006ea2;}
	.join table .join-email>div>div:after{ content:""; position: absolute;  z-index:-1;top: 50%;left: 100%;width: 10px;height: 10px; margin-top: -5px; margin-left: -4px; background-color:#fafafa; border-right:2px solid #006ea2; border-bottom:2px solid #006ea2; transform:rotate(-45deg);}
	.join table a:hover{ color:#e50916;  }
	@media(max-width:992px) {
		.join tr td:nth-of-type(1){display:none;}
	}
	@media(max-width:768px) {
		.join td{padding:12px 15px;}
		.join tr td:nth-of-type(4){display:none;}
	}

/*图片展示*/
.photos {
	padding: 15px;
}
.photos p{
	display: block;
	padding: 10px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	background: #f7f7f7;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .4s;
}
.photos a:hover p{
	background: #006ea2;
	color: #fff;
}

/*产品导航*/
.p-nav-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.p-nav-list ol{
	display: block;
	width: 100%;
	padding: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.p-nav-list ol h3{
	display: inline-block;
	margin: 0 0 -1px;
	padding: 0px 0 10px;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 900;
	color: #006ea2;
	border-bottom: 2px solid #006ea2;
	text-transform:Uppercase;
}
.p-nav-list li{
	width: 20%;
	padding: 12px;
}
.p-nav-list li a{
	display: block;
	height: 100%;
	padding: 15px;
	background: #f7f7f7;
	font-size: 15px;
	line-height: 1.4em;
	color: #4d4d4d;
	text-align: center;
	box-shadow:0 0 0 rgba(0,82,196,0);
	transition:all .4s;
}
.p-nav-list li a:hover{
	background: #006ea2;
	color: #fff;
	box-shadow:0 0 20px rgba(0,82,196,0.2);
}
.p-nav-list li a div{
	margin-bottom: 15px;
	overflow: hidden;
}
@media(max-width:1200px) {
.p-nav-list li{
	width:25%;
}	
}
@media(max-width:992px) {
.p-nav-list li{
	width:33.3333%;
}	
}
@media(max-width:768px) {
.p-nav-list ol{
	margin-left: 5px;
	margin-right: 5px;
}
.p-nav-list ol h3{
	font-size: 18px;
}
.p-nav-list li{
	width:50%;
	padding: 5px;
}	
.p-nav-list li a{
	font-size: 13px;
}	
}




/*产品列表*/
.product-list-box{
	padding: 60px 0 80px;
	overflow: hidden;
}
.product-list-box h3{
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	color: #006ea2;
	font-weight: bold;
	margin-bottom: 50px;
}
.product-links{
	position: relative;
	z-index: 1;
}
.product-links ol{
	padding: 0;
	margin: 0;
}
.product-links li{
	position: absolute;
	z-index: 1;
	transform:translate(-50%,0%);
}
.product-links li a{
	display: inline-block;
	padding:10px 20px;
	border:1px dashed #b3b3b3;
	color: #006ea2;
	text-align: center;
	white-space:nowrap;
	border-radius: 10px;
	background: #fff;
	transition:all .4s;
}
.product-links li a:hover{
	border:1px solid #eb8e08;
	color: #fff;
	background: #eb8e08;
}
.product-links-wap{
	display: none;
}
.product-links2{
	padding: 15px;
}
.product-links2 a{
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.product-links2 a{
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.product-links2 a span{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	display: inline-block;
	max-width: 100%;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	background: #eb8e08;
}


@media(max-width:1200px) {
.product-list-box{
	padding: 40px 0 60px;
}
.product-list-box h3{
	font-size: 30px;
	line-height: 36px;
	margin-bottom:40px;
}	
}
@media(max-width:992px) {
.product-list-box{
	padding: 40px 0 60px;
}
.product-list-box h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom:40px;
}
	
.product-links{
	display: none;
}
.product-links-wap{
	display: block;
}
}
@media(max-width:768px) {
.product-list-box{
	padding: 40px 0 60px;
}
.product-list-box h3{
	font-size: 20px;
	line-height: 24px;
	margin-bottom:30px;
}	
}
@media(max-width:480px) {
.product-links2{
    width:100%;
}	
}



/*内页文章框架*/
.inside-info{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 40px;
}


/*产品列表*/
.product-list{
	padding: 15px;
}
.product-list .product-img{
	display:block;
	overflow: hidden;
	transition:all .4s;
}
.product-list:hover .product-img img{
	transform:scale(1.1); 
}

.product-list .product-text{
	padding: 15px;
	background: #f7f7f7;
	transition:all .4s;
}
.product-list:hover .product-text{
	background: #eb8e08;
}
.product-list .product-name{
	display: inline-block;
	font-size: 15px;
	line-height: 1.2em;
	color: #eb8e08;
	font-weight: bold;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;transition:all .4s;
}
.product-list:hover .product-name{
	color: #fff;
}
.product-list span{
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #999;
	transition:all .4s;
}
.product-list:hover span{
	color: #f2f2f2;
}
@media(max-width:992px) {
.product-list{
	padding: 10px;
}
}
/*产品详情2*/
.product-top{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding: 40px 0;
}

.product-right{
	width: 40%;
	font-size: 16px;
	line-height: 1.5em;
}
.product-title{
	margin-bottom: 30px;
}
.product-title h3{
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #084f78;
}
.product-title span{
	color: #999;
}
.product-info{
	padding:20px 0px 0px;
	border-top:1px solid #ebebeb;
}
.product-button{
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ebebeb;
}
.product-button span{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999;
}
.product-button a{
	position:relative;
	z-index: 1;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	border: 1px solid #073f8a;
	color: #084f78;
	text-align: center;
	overflow: hidden;
}
.product-button a i{
	display: inline-block;
	font-size: 20px;
	vertical-align: bottom;
}

.product-button a div{
	position:absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #084f78;
	color: #fff;
	transform:translate(0%,0%);
	transition:all .4s;  
}
.product-button a:hover div{
	transform:translate(0%,-100%);
}
@media(min-width:992px) {
.product-button a:hover{
	cursor:default;
}
}

@media(max-width:992px) {
.product-right{
	width: 100%;
	text-align: center;
}
}


/*信息图片*/
.info-bg {
	padding: 10vh 0px;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.info-bg>div {
	width: 92%;
	max-width: 1200px;
	margin: auto;
	padding: 50px;
	background: rgba(255,255,255,0.6);
	font-size: 16px;
	line-height: 1.75em;
}

/*新闻列表*/
.news-list li {
	display: flex;
	width:100%;
	padding: 15px;
	margin-bottom: 2%;
	background: #f7f7f7;
	transition: all ease .4s;
}
.news-list li:hover {
	background: #006ea2;
}
.news-i{
	display: block;
	width: 240px;border-radius: 4px;
	overflow: hidden;
}
.news-c {
	width: 100%;
	padding-left: 30px;
}
.news-list li>div {
	width: 100%;
}
.news-list li .news-title {
	display: inline-block;
	max-width: 100%;
	margin: 5px 0 15px;
	font-size: 18px;
	line-height: 22px;
	color: #4d4d4d;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	transition: all ease .4s;
}
.news-list li:hover .news-title {
	color: #fff;
}
.news-list li:hover .news-title:hover {
	color: #eb8e08;
}


.news-list li p {
	font-size: 15px;
	line-height: 22px;
	color: #999;
	max-height: 44px;
	display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
.news-list li:hover p {
	color: #e0e0e0;
	transition: all ease .4s;
}
.news-list li hr {
	margin: 20px 0px;
}
.news-time {
	margin-top: 15px;
}
.news-time span {
	display: block;
	font-size: 13px;
	line-height: 1em;
	color: #999;
	transition: all ease .4s;
}
.news-list li:hover .news-time span  {
	color: #e0e0e0;
}

@media(max-width:768px) {
.news-list li {
	flex-wrap: wrap;
}
.news-i{
	display: block;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
}
.news-c {
	width: 100%;
	padding-left:0px;
	margin-bottom: 10px;
}	
}


/*新闻中心*/
.news-box{
	display: flex;
}
.news-box .news-l{
	width: 100%;
}
.news-box>div{
	background: #fafafa;
	padding: 40px;
}

.news-center {
	width: 96%;
	max-width: 1200px;
	padding: 40px;
	margin: auto;
	font-size: 15px;
	font-weight: lighter;
	line-height: 1.75em;
}
.news-head {
	border-bottom: 1px dashed #ebebeb;
	margin-bottom: 40px;
}
.news-head h2 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
}
.news-head p {
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
}
.new-page {
	position: relative;
	z-index: 1;
	padding: 20px 0px;
	margin: 40px auto 0px;
	font-size: 0px;
	border-top: 1px dashed #ebebeb;
}
.new-page a {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	transition: all ease .3s;
}
.new-page a span{
	color: #999;
}
.new-page a:hover {
	color: #eb8e08;
}
.new-page a.nomore:hover{
	color: #666;
	cursor:default;
}
@media(max-width:768px) {
	.news-box>div{
		padding: 20px;
	}
	.news-head{
		margin-bottom: 20px;
	}
	.news-head h2{
		margin: 10px 0;
		font-size: 18px;
	}
}


/*优势*/
.supplier{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.supplier li{
	width: 25%;
	padding: 15px;
}
.supplier li div{
	height: 100%;
	padding: 25px;
	background: #f7f7f7;
}
.supplier span{
	font-size: 48px;
	color: #006ea2;
}
.supplier strong{
	display: inline-block;
	margin: 5px 0 10px;
	width: 100%;
	font-size:18px;
	line-height: 22px;
	text-transform:Uppercase;
	font-weight: 900;
	color: #4d4d4d;
}
.supplier p{
	font-size: 13px;
	line-height: 20px;
	color: #999;
}
@media(max-width:1200px) {
.supplier li{
	width: 50%;
	padding: 15px;
}
}
@media(max-width:768px) {
.supplier li{
	width: 100%;
	padding:6px 0px;
}
}

.nenetwork{
	display: flex;
	flex-wrap: wrap;
}
.network-img,.network-text{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
	padding: 3%;
}
@media(max-width:998px) {
.nenetwork{
	display: flex;
	justify-content: center;
}
	
.network-img,.network-text{
	width: 100%;
	padding: 3%;
}
.network-img{
	width: 80%;
}
}


/*下载*/
.download-title{
	position: relative;
	display: inline-block;
	font-size: 36px;
	line-height: 1em;
	font-weight: 900;
	color: #006ea2;
	text-transform:Uppercase;
}
.download-title:after{ content:""; position: absolute;  z-index:1;bottom: 4px;right: -20px;width:8px;height:8px;background-color:#006ea2; opacity: 0.3;}

.download-list li{
	display: block;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	border-left: 3px solid #006ea2;
	background: #fafafa;
	transition:all .4s;
}
.download-list li:hover{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.download-list .down-title{
	display: inline-block;
	margin: 0px 0px 8px;
	font-size: 18px;
	color: #4d4d4d;
	line-height: 1em;
	transition:all .4s;
}
.download-list li:hover .down-title{
	color: #006ea2;
}
.download-time{
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
}
.download-time span{
	display: inline-block;
	margin-right: 4px;
	font-size: 16px;
	color: #999;
	vertical-align:bottom;
}
.download-list p{
	margin-bottom: 20px;
	font-size: 15px;
	color: #4d4d4d;
}
.download-list a.down-btn{
	display: inline-block;
	padding: 0px 20px;
	margin-right: 15px;
	font-size: 13px;
	line-height: 2.4em;
	color: #f0f0f0;
	background: #006ea2;
	transition:all .4s;
}
.download-list li a.down-btn:hover{
	opacity: 0.8;
}
.download-list li a.down-btn:last-of-type{
	margin-right: 0px;
}
.download-list a.down-btn span{
	display: inline-block;
	margin-right: 4px;
	vertical-align: bottom;
}

/*联系*/
.contact {
	display: flex;
	justify-content: space-around;
}

.contact-text{
	position: relative;
	width:40%;
	overflow: hidden;
	margin-bottom: 30px;
}


.contact-box h3{
	margin:20px 0 0px;
	letter-spacing: -1;
	color: #333;
	font-size: 24px;
	
}
.contact-box small{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	text-transform:Uppercase;
}
.contact-text .info p {
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
	font-size: 15px;
	line-height: 24px;
	color: #4d4d4d;
}
.contact-text .info p i,.contact-text .info p em {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size:22px;
	line-height: 24px;
	color: #006ea2;
}
.contact-text .info p strong {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 60px;
	display: inline-block;
	margin-right: 20px;
}
.contact-text .info p a{
	display: inline-block;
}
.contact-text .info p a:hover{
	color: #e50916;
}


.contact-feedback{
	width: 55%;
	margin-bottom: 30px;
}
.feedback { width: 96%; margin:100px auto 0;}
.feedback input{ border:1px solid #006ea2; line-height:40px; width:100%; padding:0px 15px; margin:8px 0px;border-radius: 4px;}
.form-control{ border:1px solid #006ea2; line-height:44px; height: 44px; width:100%; padding:0px 15px; margin:10px 0px; border-radius: none; box-shadow: 0;}
.feedback textarea{ border:1px solid #006ea2; line-height:22px; width:100%; height:160px; padding:15px; margin:10px 0px; outline:none; box-shadow:none;border-radius: 4px; overflow-x: hidden;}
.feedback .submit{ display:inline-block; padding:0px 25px; background:#006ea2; font-size:14px; line-height:36px; color:#fff; margin:10px 0px; border-radius: 4px; transition:all .3s;}
.feedback .submit:hover{background:#eb8e08;}

@media(max-width:998px) {
.contact {
	flex-wrap: wrap;
}

.contact-text{
	position: relative;
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.contact-feedback{
	width:100%;
	margin-bottom: 30px;
}
.feedback { width: 100%;  margin:0px auto;}

}



/*地图*/
#map-canvas {
	height: 450px;
	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;
}
/*地图*/


/*2020-08-28 新增*/
/*荣誉*/
#honor{
	padding: 30px 70px;
}
#honor .item{
	overflow: hidden;
}
#honor .item p{
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0 15px;
	margin: 0px;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.7) 100%);
	transition:all .4s;
}
#honor .item:hover p{
	color: #eb8e08;
}
#honor .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin: 0px;
	padding:15px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	background: rgba(0,0,0,0.2);
	transition:all .4s;
	transform:translate(0%,-50%);
}
#honor .owl-nav [class*=owl-].owl-prev {
	left:0px;
}
#honor .owl-nav [class*=owl-].owl-next {
	right: 0px;
}

#honor .owl-nav [class*=owl-]:hover {
	color: #eb8e08;
	text-decoration: none;
    background: rgba(235,142,8,0.8);
	opacity:1;
}
#honor .owl-nav [class*=owl-] i{
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 24px;
}
#honor .owl-dots{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -20px;
	width: 100%;
	margin: 0;
}
#honor .owl-dot span{
	width: 13px;
	height: 13px;
	border-radius: 50%;
}
/*2020-08-28 新增*/


/*2020-09-17新增关于-伙伴*/
.partner-list{
	display: flex;
	flex-wrap: wrap;
}
.partner-list li{
	width: 20%;
	padding: 10px;
	font-size: 0px;
	line-height: 0px;
	
}
.partner-list li>div{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
	overflow: hidden;
	cursor:pointer;
	transition:all .4s;   
}
.partner-list li>div:hover{
	box-shadow: 0 0 15px rgba(235,142,8,0.6);
}
.partner-list li>div>div{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10%;
}
.logo-img{
	z-index: 1;
}
.logo-img img{
	max-width: 100%;
	max-height: 100%;
}
.logo-name{
	z-index: 2;
	font-size: 15px;
	line-height: 1em;
	color: #fff;
	text-align: center;
	background: #eb8e08;
	opacity: 0;
	transition:all .4s;   
}
.partner-list li:hover .logo-name,.partner-list li:focus .logo-name{
	opacity: 1;
}
@media(max-width:992px) {
.partner-list li{
	width: 25%;
}		
}	
@media(max-width:768px) {
.partner-list li{
	width:33.3333%;
}		
}	

/*2020-09-17新增关于-伙伴*/