@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
}

@media(min-width:992px) {
body {
	box-sizing: border-box;
	padding-top: 176px;
}
}

@media(max-width:992px) {
body {
	padding-top: 60px;
}
}
* {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
@font-face {
	font-family: 'Impact';
	src: url(../font/impact.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Swis721';
	src: url(../font/Swis721.ttf);
	font-weight: normal;
	font-style: 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;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius: 0px;
	padding: 0px;
	background: none;
	border: none;
	font-family: '微软雅黑';
}
img {
	max-width: 100%;
}
table {
	width: 100%;
	overflow: auto;
	border-right: 1px solid #ebebeb !important;
	border-bottom: 1px solid #ebebeb !important;
}
table td {
	font-size: 14px;
	line-height: 18px;
	padding: 10px !important;
	text-align: center;
	border: none !important;
	border-left: 1px solid #ebebeb !important;
	border-top: 1px solid #ebebeb !important;
}
table td p {
	margin: 0px;
}
.vcenter-parent {
	display: table;
}
table td a:hover {
	color: #183d87;
}
table td a i {
	display: inline-block;
	margin-right: 4px;
	font-size: 18px;
	line-height: 18px;
}
table td a:hover i {
	color: #183d87;
}
.vcenter-parent {
	display: table;
}
.vcenter {
	display: table-cell;
	vertical-align: middle;
}
.red {
	color: #183d87;
}
.yellow {
	color: #f1a257;
}
.blue {
	color: #3469b1;
}
/*居中布局*/

::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#183d87;
border-radius: 5px;
}
/*滚动条设置*/

.modal-open {
	overflow: scroll !important;
}
/*boostrap遮罩层导致页面抖动*/


/* 初始设置 */


.padding-box {
	padding-top: 7vh;
	padding-bottom: 7vh;
}

@media (min-width: 768px) and (max-width:992px) {
.padding-box {
	padding-top: 8vh;
	padding-bottom: 8vh;
}
}
/*栏目间距*/




/*logo*/
#haed-nav {
	background: #fff;
	border: none;
	border-top: 6px solid #183d87;
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.3);
}
.navbar-header {
	width: 100%;
	height: 120px;
	transition: all .4s;
}
#haed-nav.scrolling .navbar-header {
	height: 90px;
}
.navbar-brand {
	display: flex;
	align-items: center;
	padding: 15px 0px;
	width: auto;
	height: inherit;
	overflow: hidden;
}
.navbar-brand>div {
	display: block;
	overflow: hidden;
}
.navbar-brand>div div {
	display: inline-block;
	vertical-align: middle;
}
.navbar-brand>div .slogan {
	margin-left: 20px;
}
.navbar-brand img {
	height: 70px;
	transition: all .3s;
}
#haed-nav.scrolling .navbar-brand img {
	height: 60px;
}
.navbar-brand p {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin: 0px;
	transition: all .3s;
}
.navbar-brand strong {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	transition: all .3s;
}
#haed-nav.scrolling .navbar-brand p {
	font-size: 12px;
	line-height: 16px;
}
#haed-nav.scrolling .navbar-brand strong {
	font-size: 18px;
	line-height: 18px;
}
.navbar-brand strong span {
	color: #183d87;
}
.haed-right {
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	height: inherit;
	overflow: hidden;
}
.haed-tel {
	display: flex;
}
.haed-tel span {
	display: inline-block;
	margin-top: 8px;
	margin-right: 8px;
	font-size: 40px;
	line-height: 40px;
	vertical-align: text-bottom;
	transition: all .3s;
}
#haed-nav.scrolling .haed-tel span {
	margin-top: 6px;
	font-size: 36px;
	line-height: 36px;
}
.haed-tel p {
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	white-space: nowrap;
}
.haed-tel a {
	display: block;
	margin: 0px;
	font-size: 24px;
	line-height: 30px;
	font-family: Impact;
	color: #e51c38;
	white-space: nowrap;
	transition: all .3s;
}
#haed-nav.scrolling .haed-tel a {
	font-size: 20px;
	line-height: 24px;
}
.haed-language {
	margin-left: 20px;
	height: 100%;
}
.haed-language a {
	display: block;
	padding: 0px 25px;
	font-size: 14px;
	line-height: 32px;
	color: #f7f7f7;
	background: #183d87;
	transition: all .4s;
}
.haed-language a:hover {
	background: #0099df;
}

@media(max-width:992px) {
#haed-nav {
	border-top: none;
}
#haed-nav .container {
	width: 100%;
	padding: 0px 4vw;
}
.container > .navbar-header {
	height: 60px;
	margin: 0px;
}
#haed-nav.scrolling .navbar-header {
	height: 60px;
}
.navbar > .container .navbar-brand {
	margin: 0px;
}
.navbar-brand img {
	display: inline-block;
	vertical-align: text-bottom;
	height: 50px;
}
.navbar-brand>div .slogan{
		margin-left: 10px;
	}
.navbar-brand .slogan p{
	display: none;
}
.haed-right {
	display: none;
}
.navbar-toggle {
	display: block;
	margin-top: 13px;
	margin-right: 0px;
}
.haed-navbox {
	display: none;
}
}
@media(max-width:768px) {
.navbar-brand .slogan {
	display: none;
}
}
/*导航设置*/
#haed-nav .haed-navbox {
	background: #eaeaea;
}
#haed-nav .nav>li>a {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #333;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	transition: all .4s;
}
#haed-nav .nav>li:hover>a {
	font-weight: bold;
	color: #183d87;
}
#haed-nav .nav li.on a {
	color: #fff;
	background: #183d87;
}
#haed-nav .nav li .dropdown-menu {
	margin: 0px;
	border-radius: 0px;
	border: none;
	background: rgba(255,255,255,0.95)
}
#haed-nav .nav li .dropdown-menu a {
	position: relative;
	padding: 10px 15px;
	text-align: left;
	font-size: 14px;
	color: #666;
	background: none;
	transition: all .4s;
}
#haed-nav .nav li .dropdown-menu a:hover {
	color: #fff;
}
#haed-nav .nav li .dropdown-menu a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #183d87;
	transition: all .4s;
}
#haed-nav .nav li .dropdown-menu a:hover:after {
	content: "";
	width: 100%;
}
/*移动端菜单2*/
#menuNav {
	font-family: '微软雅黑';
	position: fixed;
	z-index: 1051;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	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;
}
#menuNav.open {
	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;
}
#menuNav.open:after {
	content: "";
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition-delay: 0.4s;
}
#menuNav-close {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 5%;
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #333;
	background: none;
	border: none;
}
#menuNav-close span {
	display: inline-block;
	font-size: 28px;
	line-height: 48px;
	color: #333;
}
.navList {
	position: absolute;
	z-index: 2;
	left: 26%;
	bottom: 15vh;
	width: 30%;
}
.navList li {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s
}
#menuNav.open .navList li {
	transform: none;
	opacity: 1;
	visibility: visible;
}
.navList>li>a {
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 1.2;
	padding: 2vh 0;
	color: #4d4d4d;
}
.navList>li:hover>a {
	color: #ccc;
}
.navList {
	counter-reset: compteListe;
}
.navList>li>a::before {
	counter-increment: compteListe 1;
	content: "0" counter(compteListe);
	color: #0b64b0;
	position: absolute;
	font: 400 normal 12px/12px 'mono';
	right: calc(100% + 68px);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.navList>li>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: rgba(0,0,0,0.3);
	transition: all .4s;
}
.navList>li:hover>a:after {
	content: "";
	width: 100%;
}
.navList>li>a>span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 20px;
	background: #000;
}
.navList li .dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0px;
	padding-left: 25px;
	background: none;
	border: none;
	box-shadow: none;
}
.navList li .dropdown-menu a {
	font-size: 16px;
	line-height: 1.2;
	padding: 1vh 0;
	color: #666;
}
.navList li .dropdown-menu a:hover {
	color: #4d4d4d;
	background: none;
}

@media (max-width: 1200px) {
.navList>li>a {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2;
	padding: 1.5vh 0;
	color: #4d4d4d;
}
.navList li .dropdown-menu a {
	font-size: 15px;
	line-height: 1.2;
	padding: 1vh 0;
	color: #666;
}
}

@media (min-width: 992px) {
#menuNav:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 56%;
	width: 1px;
	height: 0%;
	background-color: rgba(0,0,0,0.6);
	transition-delay: 0.2s;
	transition: all .3s;
}
}
#menuNav-logo{
	display: none;
}
@media (max-width: 992px) {
#menuNav-logo {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 4vw;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#menuNav-logo img {
	height: 50px;
}
#menuNav-close {
	top: 6px;
	right: 4vw;
}
#menuNav:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 15%;
	width: 1px;
	height: 0%;
	background-color: rgba(0,0,0,0.6);
	transition-delay: 0.2s;
	transition: all .3s;
}
.navList {
	top: 90px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 25%;
	padding-right: 20px;
	margin: 0px;
	width: 100%;
	overflow-y: scroll;
}
.navList>li {
	margin-bottom: 15px;
}
.navList>li>a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	padding: 1vh 0;
	color: #0b64b0;
}
.navList>li:hover>a {
	color: #4d4d4d;
}
/* 父级下的递增数字 */
.navList {
	counter-reset: compteListe;
}
.navList>li>a::before {
	counter-increment: compteListe 1;
	content: "0" counter(compteListe);
	color: #0b64b0;
	position: absolute;
	font: 400 normal 12px/12px 'mono';
	right: 118%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.navList>li>a:after {
	display: none;
}
.navList>li>a>span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 20px;
	background: #000;
}
.navList li .dropdown-menu {
	position: static;
	display: block;
	float: none;
	padding-left: 10px;
	margin: 0px;
}
.navList li .dropdown-menu a {
	font-size: 14px;
}
.navList li .dropdown-menu a:hover, .navList li .dropdown-menu a:focus {
	color: #4d4d4d;
	background: none;
}
}
/*首页横幅*/
#index-banner {
	position: relative;
	z-index: 1;
	height: 600px;
	overflow: hidden;
}
#index-banner:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	width: 500px;
	height: 500px;
	border: 6px solid rgba(255,255,255,0.3);
	transform: rotate(45deg);
}
.banner-content {
	position: absolute;
	z-index: 2;
	left: 5%;
	top: 80px;
	width: 90%;
	text-align: center;
	color: #fff;
	line-height: 1em;
}
.banner-content small {
	display: block;
	font-size: 14px;
	color: #ebebeb;
}
.banner-content span {
	display: inline-block;
	margin: 30px auto;
	width: 36px;
	height: 3px;
	background: #fff;
}
.banner-content h2 {
	margin: 0px auto 35px;
	font-size: 36px;
}
.banner-content p {
	margin: 0px;
	font-size: 18px;
}
#canvas-waves {
	width: 100%;
	height: 100%;
	background: #044fa0;
	background: linear-gradient(-30deg, #044fa0, #0099df );
	overflow: hidden;
}
.banner-link {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 60px;
	transform: translate(-50%, 0%);
	width: 90%;
	max-width: 1140px;
	text-align: center;
}
.banner-link li {
	display: inline-block;
	margin: 0px 10px;
}
.banner-link li a {
	display: flex;
	align-items: center;
	width: 140px;
	height: 140px;
	border: 5px solid #e6e6e6;
	border-radius: 50%;
	background: linear-gradient(120deg, #fff, #fff );
	transition: all ease .4s;
}
.banner-link li a>div {
	width: 100%;
	text-align: center;
}
.banner-link li a span {
	display: inline-block;
	margin-bottom: 10px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 42px;
	color: #183d87;
	transition: all ease .4s;
}
.banner-link li a p {
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
	color: #4d4d4d;
	transition: all ease .4s;
}
.banner-link li a:hover {
	border: 5px solid #e6e6e6;
	background: linear-gradient(120deg, #044fa0, #0099df );
	transform: translate(0%, -15px);
}
.banner-link li a:hover span {
	color: #fff;
}
.banner-link li a:hover p {
	color: #fff;
}

@media(max-width:1200px) {
.banner-link li a {
	width: 120px;
	height: 120px;
}
.banner-link li a span {
	margin-bottom: 6px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 36px;
}
.banner-link li a p {
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
	color: #4d4d4d;
	transition: all ease .4s;
}
}

@media(max-width:992px) {
#index-banner {
	position: relative;
	z-index: 1;
	height: 400px;
}
#index-banner:after {
	content: "";
	margin-top: -200px;
	margin-left: -200px;
	width: 400px;
	height: 400px;
}
.banner-content {
	top: 80px;
}
.banner-content small {
	display: block;
	font-size: 14px;
	color: #ebebeb;
}
.banner-content span {
	margin: 25px auto;
}
.banner-content h2 {
	margin: 0px auto 30px;
	font-size: 30px;
}
.banner-content p {
	margin: 0px;
	font-size: 16px;
}
.banner-link {
	display: none;
}
}

@media(max-width:992px) {
#index-banner {
	height: 360px;
}
#index-banner:after {
	content: "";
	margin-top: -180px;
	margin-left: -180px;
	width: 360px;
	height: 360px;
}
.banner-content {
	top: 60px;
}
.banner-content h2 {
	margin: 0px auto 30px;
	font-size: 24px;
	line-height: 1.25em;
}
.banner-content p {
	margin: 0px;
	font-size: 16px;
}
}
/*首页关键词*/
#key {
	position: relative;
	padding: 20px 0px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.key-search {
	float: right;
	font-size: 0px;
	line-height: 0px;
}
.key-search input {
	display: inline-block;
	padding: 0px 10px 0px 18px;
	font-size: 14px;
	line-height: 34px;
	border: 1px solid #e0e0e0;
	border-right: none;
	border-radius: 18px 0px 0px 18px;
	background: #f7f7f7;
	vertical-align: bottom;
	transition: all ease .4s;
}
.key-search input:focus {
	border: 1px solid #183d87;
	border-right: none;
}
.key-search button {
	display: inline-block;
	padding: 0px 8px;
	border-radius: 0px 18px 18px 0px;
	border: none;
	background: #183d87;
	text-align: center;
	vertical-align: bottom;
	transition: all ease .4s;
}
.key-search button:hover {
	background: #0099df;
}
.key-search button span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	transition: all ease .4s;
}
.key-link {
	font-size: 0px;
	line-height: 0px;
}
.key-link strong {
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	vertical-align: text-bottom;
}
.key-link a {
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	color: #808080;
	vertical-align: text-bottom;
	transition: all ease .4s;
}
.key-link a:hover {
	color: #0099df;
}
.key-link a:after {
	content: "|";
	display: inline-block;
	color: #ccc;
	font-weight: bold;
	line-height: 36px;
	margin: 0 8px;
}
.key-link a:last-child:after {
	content: "";
	margin: 0px;
}

@media(max-width:992px) {
#key {
	padding: 15px 0px;
}
.key-search {
	display: none;
}
.key-link strong {
	line-height: 32px;
}
.key-link a {
	line-height: 32px;
}
.key-link a:after {
	content: "|";
	line-height: 32px;
}
}

@media(max-width:768px) {
#key {
	display: none;
}
}
/*首页标题*/
.index-title {
	margin-bottom: 40px;
}
.index-title h2 {
	position: relative;
	padding-bottom: 15px;
	margin: 20px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.index-title h2:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 50%;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background-color: #183d87;
	transition: all .3s;
}
.index-title span {
	font-size: 15px;
	color: #999;
}
.index-title-w h2 {
	color: #fff;
}
.index-title-w h2:after {
	content: "";
	background-color: #fff;
}
.index-title.text-left h2:after {
	content: "";
	left: 0%;
	margin: 0px;
}
.index-title-w span {
	color: #fff;
}
@media(max-width:992px) {
.index-title {
	margin-bottom: 30px;
}
.index-title h2 {
	padding-bottom: 12px;
	margin: 15px 0px;
	font-size: 22px;
}
.index-title span {
	font-size: 14px;
	color: #999;
}
}
/*首页标题*/

/*数值滚动字体*/
.counter{
	font-family: Impact;
}
/*数值滚动字体*/

/*首页优势*/
.index-advantage{
	background: #183d86;
}
.index-advantage ul{
	display: flex;
	flex-wrap: wrap;
}
.advantage-list li{
	position: relative;
	display: block;
	width: 25%;
	padding: 110px 30px 40px;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.advantage-list li:after{
	content:""; position: absolute;  z-index:1;top: 76px;left: 0%;width: 4px;height: 16px;background:rgba(255,255,255,0.4);
}
.advantage-list h4{
	margin: 0px 0px 15px;
	font-size: 16px;
	color: #e0e0e0;
}
.advantage-list h4 span{
	display: inline-block;
	margin-right: 6px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	vertical-align: bottom;
}
.advantage-list p{
	font-size: 14px;
	line-height: 1.75em;
	color: #e5e5e5;
}
@media(min-width:992px) {
.advantage-list li:last-child{
	border-right: 1px solid rgba(255,255,255,0.3);
}
}
@media(max-width:992px) {
.advantage-list li{
	padding: 80px 25px 30px;
	width: 50%;
	margin-top: -1px;
	border-top:1px solid rgba(255,255,255,0.15);
	border-bottom:1px solid rgba(255,255,255,0.15);
}
.advantage-list li:nth-of-type(2n){
	border-right: 1px solid rgba(255,255,255,0.3);
}	
.advantage-list li:nth-of-type(1),.advantage-list li:nth-of-type(2){
	border-top:none;
}
.advantage-list li:after {
    content: "";
    top: 40px;
}
.advantage-list h4{
	margin: 0px 0px 15px;
	font-size: 14px;
}
.advantage-list h4 span{
	margin-right: 4px;
	font-size: 26px;
	line-height: 26px;
}
}
/*首页优势*/

.index-about-box{
	position: relative;
	overflow: hidden;
}
.index-about-box::before{ content:""; position: absolute;  z-index:-3;bottom: 0px;left: 0%;width: 100%;height: 160px;background-color:#f0f1f3;}
.index-about-box:after{ content:""; position: absolute;  z-index:-2;bottom: 0px;left: 50%;width: 50%;height: 160px;background-color:#183d87;}
.index-about{ display: flex; flex-wrap: wrap; position: relative;}
.index-about:after{ content:"";width: 100%;height: 160px;background-color:#183d87;}
.about-bottom{position: absolute; z-index: 1;bottom: -40px; left: 6%; font-family: Swis721; font-size: 160px; line-height: 1em; font-style: oblique;color: rgba(255,255,255,0.1); } 
.about-l{
	width: 40%;
	padding-bottom: 6%;
	margin-left: 5%;
}
.about-l p{
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.8em;
	text-indent: 30px;
	color: #4c4c4c;
}
a.about-more{
	position: relative;
	display: inline-block;
	padding: 0px 30px;
	margin: 30px 0 0;
	font-size: 14px;
	color: #999;
	line-height: 38px;
	border-radius: 19px;
	border:1px solid #e0e0e0;
	overflow: hidden;
	transition:all ease .4s;
}
a.about-more:hover{
	color: #fff;
	border:1px solid #183d87;
}
a.about-more:after{ content:""; position: absolute;  z-index:-1;bottom: 0px;left: 0%;width: 100%;height: 0%;background-color:#183d87;transition:all ease .4s;}
a.about-more:hover:after{ content:"";height: 100%;}
a.about-more b{
	transform:rotate(-90deg);
	color: #183d87;
}
a.about-more:hover b{
	color: #fff;
}

.about-r{
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0;
	width:38%;
}
.about-r .about-bg{
	width: 100%;
	padding-bottom: 130%;
	background: url(../images/index-about.jpg) center no-repeat;
	background-size: cover;
}
@media(max-width:1200px) {
.about-l{
	width: 45%;
	margin-left: 5%;
}
.about-l p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.8em;
	text-indent: 28px;
}
.about-r .about-bg{
	padding-bottom: 150%;
}
}
@media(max-width:992px) {
.index-about-box::before{ content:"";height: 120px;}
.index-about-box:after{ content:"";height: 120px;}
.index-about:after{ content:"";height: 120px;}
.about-bottom{bottom: -30px; left: 6%; font-family: Swis721; font-size: 120px; } 

.about-l{
	width: 100%;
	padding-bottom: 15%;
	margin-left: 0%;
}
.about-l p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.8em;
	text-indent: 28px;
	color: #4d4d4d;
}
.about-r{
	width: 60%;
}
.about-r .about-bg{
	padding-bottom: 60%;
	background: url(../images/index-about.jpg) bottom no-repeat;
	background-size: cover;
}
}

@media(max-width:768px) {
.index-about-box::before{ display: none;}
.index-about-box:after{ display: none;}
.index-about:after{  display: none;}
.about-l{
	padding: 0px 15px 6vh;
}
.about-r{
	position: static;
	width: 100%;
}
.about-r .about-bg{
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 60%;
	background: url(../images/index-about.jpg) center no-repeat;
	background-size: cover;
}
}
/*首页关于*/





.foot {
	background: #1e2023;
	padding-top: 60px;
	color: #fff;
}

@media (max-width: 768px) {
.foot {
	padding-top: 20px;
}
}
#foot-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
#foot-nav .panel {
	display: table-cell;
	border: none;
	background: none;
	box-shadow: none;
}
#foot-nav .panel + .panel {
	margin-top: 0px;
}
#foot-nav .panel-heading {
	font-size: 0px;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px;
	background: none;
}
#foot-nav .panel-heading a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	padding: 0px 0px 15px;
	font-weight: bold;
	color: #fff;
	cursor:default;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#foot-nav .panel-body {
	border: none;
	padding: 0px;
	margin: 0px;
}
#foot-nav .panel-body a, #foot-nav .panel-body p {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #b2b2b2;
}
#foot-nav .panel-body i {
	display: inline-block;
	float: left;
	margin-right: 4px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #ccc;
}
#foot-nav .panel-body b {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 20px;
	color: #008fd7;
}
#foot-nav .panel-body p {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	color: #b2b2b2;
}
#foot-nav .panel-body a:hover {
	color: #0099df;
}
#foot-nav .panel-body img {
	max-width: 130px;
	border:8px solid rgba(255,255,255,0.2);
}
@media (max-width: 992px) {
#foot-nav {
	display: inline-block;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
#foot-nav .panel {
	display: inline-block;
	margin: 0px;
	padding: 0px 30px;
	width: 100%;
}
#foot-nav .panel-heading a {
	position: relative;
	padding: 15px 5px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
#foot-nav .panel-heading a:after {
	content: "×";
	position: absolute;
	z-index: 1;
	line-height: 42px;
	font-size: 16px;
	font-weight: normal;
	color: #e50011;
	bottom: 0px;
	right: 10px;
}
#foot-nav .panel-heading a.collapsed:after {
	content: "+";
	position: absolute;
	z-index: 1;
	line-height: 42px;
	font-size: 16px;
	color: #ccc;
	bottom: 0px;
	right: 10px;
}
#foot-nav .panel-body {
	padding: 15px 0px;
	border-bottom: 1px solid #666;
}
#foot-nav .panel-body>div {
	padding: 0px 15px;
}
#foot-nav .panel-body a {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}
}
/*页脚*/
.bq {
	padding:20px 0;
	margin: 8vh 0px 0px;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.bq a {
	display: inline-block;
	margin: 0px 5px;
	color: #999;
}
.bq a:hover {
	color: #0099df;
}

/* 版权 */

/*内页公共*/
/* 内页banner */
.inside-banner {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 1200px) {
.inside-banner {
	height: 350px;
}
}@media (max-width: 992px) {
.inside-banner {
	height: 300px;
}
}@media (max-width: 768px) {
.inside-banner {
	height: 180px;
}
}

/* 内页导航 */
.inside-nav{
	padding: 10px 0px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.inside-nav ul li{
	display: inline-block;
	margin: 2px;
}
.inside-nav ul li a{
	display: inline-block;
	padding: 0px 25px;
	font-size: 14px;
	line-height: 36px;
	color: #4d4d4d;
	transition:all ease .3s;
}
.inside-nav ul li a:hover{
	color: #0099df;
	background: #f7f7f7;
}
.inside-nav ul li.on a{
	color: #fff;
	background: #183d87;
}
@media (max-width: 768px) {
.inside-nav ul {
	font-size: 0px;	
}
.inside-nav ul li{
	display: inline-block;
	width: 50%;
	margin:0;
	padding: 2px;
}
.inside-nav ul li a {
	width: 100%;
	text-align: center;
	background: #f7f7f7;
}
}

/* 内页翻页 */
.pagination>li>a {
	color: #666;
}
.pagination>li>a:hover {
	color: #183d87;
	background: #f7f7f7;
}
.pagination>li.on>a {
	color: #fff;
	background: #183d87;
	border-color: #183d87;
}


/*内页标题*/
.inside-title{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
	text-align: center;
}
.inside-title:after{ content:""; position: absolute;  z-index:-1;bottom: 0px;left: 50%;margin-left: -20px; width: 40px;height: 1px;background-color:#ccc;}
.inside-title h3{
	margin:0 0 15px;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	color: #183d87;
	font-weight: bold;
}
.inside-title p{
	color: #666;
	font-size: 14px;
	line-height: 1em;
}

/*文章单页*/
.info{
	font-size: 15px;
	line-height: 1.8em;
	color: #4d4d4d;
}
@media (max-width: 992px) {
.info{
	font-size: 14px;
}
}
/*内页公共*/







.product-text{
	padding: 40px;
	margin-bottom: 40px;
	background: #f5f5f5;
}
.product-title{
	display: flex;
	justify-content:space-between;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.product-title h2{
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #183d87;
}
.product-title h2 span{
	float: left;
	display: inline-block;
	margin-right: 3px;
	font-size: 24px;
	line-height: 28px;
	color: #183d87;
}
.product-nav li{
	display: inline-block;
}
.product-nav li a{
	display: inline-block;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 28px;
	color: #4d4d4d;
}
.product-nav li.on a{
	color: #fff;
	font-weight: bold;
	background: #183d87;
}
.product-content p{
	padding: 15px 0;
	margin: 0px;
	font-size: 15px;
	line-height: 1.8em;
	border-bottom: 1px dashed #e0e0e0;
}

.product-listbox{
	margin-left: -8px;
	margin-right: -8px;
}
.product-list{
	padding: 8px;
}
.product-list a{
	display: block;
	transition:all .4s;
}
.product-list:hover a{
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
}
.product-img{
	overflow: hidden;
}
.product-img img {
	width: 100%;
	transform: scale(1);
	transition-duration: .5s;
}
.product-list:hover .product-img img {
	transform: scale(1.1);
	transition-duration: .5s;
}
.product-list p{
	position: relative;
	margin: 0;
	font-size: 13px;
	line-height: 50px;
	color: #4d4d4d;
	text-align: center;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition-duration: .4s;
}
.product-list:hover p{
	color: #fff;
}
.product-list p{
	position: relative;
	margin: 0;
	font-size: 13px;
	line-height: 42px;
	color: #4d4d4d;
	text-align: center;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition-duration: .4s;
}
.product-list p:after{ content:""; position: absolute;  z-index:-1;bottom: 0px;left: 0%;width: 100%;height: 0%;background-color:#183d87;transition:all .4s;}
.product-list:hover p:after{ content:""; height: 100%;}
/*产品列表页*/



/*产品列表*/
#product-box {
	overflow: hidden;
}
.product-top{
	margin-bottom: 40px;
	background: #f7f7f7;
	overflow: hidden;
}
.product-l{
	float: left;
	width: 50%;
}
.product-r{
	float: right;
	width: 50%;
}
.product-r {
	padding-left: 60px;
	padding-right: 30px;
}
.product-r p {
	font-size: 14px;
	line-height: 1.2em;
	color: #666;
}
.product-r p strong {
	display: inline-block;
	font-size: 15px;
	color: #183d87;
	margin-top: 10px;
}
h2.inside-p-title {
	font-size: 24px;
	line-height: 1em;
	color: #183d87;
	margin:40px 0px 7px;
}
h2.inside-news-title {
	font-size: 24px;
	line-height: 24px;
	color: #4d4d4d;
	margin: 15px 0px;
}

.product-tel{
	display: inline-block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 32px;
	color: #183d87;
}
.product-tel span{
	margin-left: 10px;
	font-size: 26px;
	line-height: 32px;
	font-family: Impact;
	font-weight: normal;
	vertical-align:middle;
}
a.product-button{
	display: inline-block;
	padding:0 25px;
	margin-top:15px;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	border-radius: 16px;
	background: #183d87;
	transition:all .4s;
}
a.product-button:hover{
	background: #0099df;
}
.product-r hr {
	margin: 20px 0px;
	border-top:1px dashed #ccc;
}

@media (max-width: 1200px) {
h2.inside-p-title {
	margin:30px 0px 7px;
}	
}
@media (max-width: 992px) {
.product-l{
	float:none;
	width:90%;
	margin: auto;
}
.product-r{
	float:none;
	padding: 0px;
	width:90%;
	margin: auto;
}	
.inside-p-t{
	margin-bottom: 30px;
}
}


/*产品详情介绍*/
.product-d-title{
	background: #f5f5f5;
}
.product-d-title span{
	display: inline-block;
	padding: 0px 25px;
	margin-left: 20px;
	font-size: 15px;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	background: #183d87;
}
.product-d-content{
	padding: 30px 20px 0;
}
.product-d-content p{
	font-size: 15px;
	line-height: 1.75em;
	color: #4d4d4d;
}


/*产品在线询盘*/
#xunpan{
	background: #fafafa;
}
.inside-p-xp{
	margin-top: 30px;
	margin-bottom: -50px;
	background: #fafafa;
}
.xunpan{
	display: flex;
	padding: 50px 0px;
}
.xunpan-img{
	width: 30%;
	margin-right: 30px;
}
.xunpan-img img{
	width: 100%;
}
.feedback_p{
	width: 70%;
}
@media (max-width: 992px){
.xunpan-img{
	display: none;
}
.feedback_p{
	width: 100%;
}
}

.feedback_p input{ border:1px solid #ebebeb; line-height:40px; width:100%; padding:0px 15px; margin:8px 0px;}
.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_p textarea{ border:1px solid #ebebeb; line-height:22px; width:100%; height:160px; padding:15px; margin:10px 0px; outline:none; box-shadow:none;}
.feedback_p input:focus,.feedback_p textarea:focus{ border:1px solid #183d87; }
.feedback_p .submit{ display:inline-block; padding:0px 25px; background:#4d4d4d; font-size:14px; line-height:36px; color:#fff; margin:15px 0px;transition:all .3s;}
.feedback_p .submit:hover{background:#183d87;}
/*产品详情页end*/


/*关于我们*/
.about-title{
	padding: 15px;
}
.about-title h3{
	position: relative;
	display: inline-block;
	padding: 20px 22px;
	font-size: 18px;
	line-height:20px;
	color: #fff;
	font-weight: bold;
	background: #183d87;
}
.about-title h3:after{ content:url(../images/about2.png); position: absolute;  z-index:-1;top: 10px;left: 35px;}
.about-content{
	padding: 15px;
	font-size: 15px;
	line-height: 2em;
	color: #4d4d4d;
}


.about-advantage{
	background:url(../images/img-about2.jpg) repeat;
	color: #fff;
}
.about-advantage ul{
	display: flex;
	flex-wrap: wrap;
}
.about-advantage li{
	position: relative;
	display: block;
	width: 25%;
	padding: 20px 40px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.about-advantage h4{
	margin: 0px 0px 15px;
	font-size: 18px;
	color: #e0e0e0;
	font-weight: bold;
}
.about-advantage h4 span{
	display: inline-block;
	margin-right: 12px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	vertical-align: bottom;
}
.about-advantage p{
	font-size: 16px;
	line-height: 1.75em;
	color: #e5e5e5;
	margin: 0px;
}
@media(min-width:992px) {
.about-advantage li:last-child{
	border-right: 1px solid rgba(255,255,255,0.1);
}
}
@media(max-width:992px) {
.about-advantage li{
	padding:30px;
	width: 50%;
	margin-top: -1px;
	border-top:1px solid rgba(255,255,255,0.1);
}
.about-advantage li:nth-of-type(2n){
	border-right: 1px solid rgba(255,255,255,0.1);
}	
.about-advantage li:nth-of-type(1),.about-advantage li:nth-of-type(2){
	border-top:none;
}

.about-advantage h4{
	margin: 0px 0px 15px;
	font-size: 14px;
}
.about-advantage h4 span{
	margin-right: 4px;
	font-size: 26px;
	line-height: 26px;
}
}


/*关于发展历程*/
#course {
	max-width: 1000px;
	margin: auto;
	padding: 0px 0px 40px;
}
#course ul {
	position: relative;
	z-index: 1;
	padding-left: 100px;
}
#course ul:last-child:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -45px;
	left: 93px;
	width: 15px;
	height: 15px;
	border: 2px solid #183d87;
	border-radius: 50%;
}
#course ul ol {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 0px;
	padding: 0px;
	font-size: 36px;
	line-height: 1em;
	font-family: Impact;
	color: #183d87;
}
#course ul li {
	position: relative;
	padding-left: 30px;
}
#course ul li:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 30px;
	left: -3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #183d87;
}
#course ul li:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0%;
	width: 1px;
	height: 100%;
	background-color: #183d87;
	transition: all .3s;
}
#course ul li>div {
	padding: 30px 0 20px;
	border-bottom: 1px dashed #ccc;
}
#course ul li>div:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0px;
	height: 100%;
	background-color: rgba(0,0,0,0.03);
	transition: all ease .4s;
}
#course ul li:hover>div:after {
	content: "";
	width: 100%;
}
#course ul li h4 {
	margin: 0px 0px 15px;
	font-size: 18px;
	line-height: 1em;
	color: #183d87;
	font-weight: bold;
}
#course ul li p {
	margin: 0px;
	font-size: 15px;
	line-height: 26px;
	color: #4d4d4d;
}
@media(max-width:992px) {
#course ul {
	padding-left:70px;
}
#course ul:last-child:after {
    content: "";
    left: 63px;
}
#course ul ol {
	top:20px;
	font-size: 24px;
}
#course ul li>div {
    padding: 35px 0 15px;

}
#course ul li h4 {
    margin: 0px 0px 10px;
}
}
/*关于发展历程*/

/*大图弹出*/
.honor-list {
	padding: 15px;
}
.honor-list a {
	position: relative;
	display: block;
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
}
.show-img {
	overflow: hidden;
}
.show-img img {
	width: 100%;
	transition: all ease .4s;
}
.honor-list a:hover .show-img img {
	transform: scale(1.2);
}
.show-name {
	font-size: 14px;
	line-height: 40px;
	color: #4d4d4d;
	text-align: center;
	transition: all ease .4s;
}
.honor-list a:hover .show-name {
	color: #0099df;
}

/*关于我们*/




.program-list {
	padding: 15px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all .4s;
}
.program-list:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.program-img {
	display: block;
}
.program-img img {
	width: 100%;
}
.program-text {
	padding: 10px;
}
.program-title {
	display: inline-block;
	max-width: 100%;
	margin: 10px 0;
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.program-title:hover {
	color: #183d87;
}
.program-text p {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	height: 44px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*解决方案*/


.videobox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 15px;
}
.video-show {
	width: 50%;
}
.video-list {
	width: 45%;
	padding-left: 5%;
	margin-left: 5%;
	border-left: 1px solid #ebebeb;
	font-size: 0px;
}
.video-list a {
	display: inline-block;
	width: 50%;
	padding: 0px 15px 15px;
	font-size: 12px;
	color: #333;
}
.video-list a p {
	margin: 10px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 1500px) {
.video-show {
	width: 100%;
}
.video-list {
	width: 100%;
	padding-left: 0%;
	margin-left: 0%;
	border-left: none;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ebebeb;
}
}
/*视频*/


.news-box{
	width: 100%;
	overflow: hidden;
}
.news-list {
	margin-bottom: 20px;
}
.news-list li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 0px;
	margin-top: -1px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.news-list li:after{ content:""; position: absolute;  z-index:-1;bottom: 0px;left: 50%;width: 100vw;height:0px;transform:translate(-50%,0%);background-color:#f7f7f7;transition:all ease .4s;}
.news-list li:hover:after{ content:""; height:100%;}

.news-img {
	display: block;
	width: 24%;
	overflow: hidden;
}
.news-img img{
	width: 100%;
	transform:scale(1); 
	transition:all ease .6s; 
}
.news-list li:hover .news-img img{
	transform:scale(1.2); 
}
.news-r{
	width: 76%;
	padding-left: 40px;
}
.news-r .news-title {
	position: relative;
    display: inline-block;
	margin: 10px 0px;
	max-width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	color: #4d4d4d;
	transition:all .4s;
}
.news-list li:hover .news-r .news-title {
	color: #0099df;
}
.news-list li .news-r .news-title:after{ content:""; position: absolute;  z-index:1;bottom: 0px;left: 0%;width: 0%;height:1px;background-color:#0099df;transition:all ease .4s;}
.news-list li:hover .news-r .news-title:hover:after{ content:"";width: 100%;}
.news-r pre {
    width: 100%;
    margin-top: 10px;
	margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #808080;
    height: 56px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-r span {
   font-size: 13px;
	color: #ccc;
}
@media(max-width:1200px) {
.news-r pre {
    margin-top: 5px;
	margin-bottom: 15px;
}
}
@media(max-width:992px) {
.news-img {
	width: 26%;
}
.news-r {
	width: 74%;
	padding-left: 30px;
}
.news-r .news-title {
	position: relative;
    display: inline-block;
	margin: 10px 0px;
	max-width: 100%;
	font-size: 16px;
	color: #4d4d4d;
	transition:all .4s;
}
.news-r pre {
    margin-top: 0px;
	margin-bottom: 10px;
}
}
@media(max-width:992px) {
.news-img {
	width: 100%;
	margin-bottom: 20px;
}
.news-r {
	width: 100%;
	padding-left: 0px;
}
.news-r .news-title {
	position: relative;
    display: inline-block;
	margin: 10px 0px;
	max-width: 100%;
	font-size: 16px;
	color: #4d4d4d;
	transition:all .4s;
}
.news-r pre {
    margin-top: 0px;
	margin-bottom: 10px;
}
}
/*新闻列表*/

.news {
	overflow: hidden;
}
.news .news-contenr{
	float: left;
	width: 74%;
	padding:20px 40px;
	background: #f7f7f7;
}

.news-head {
	margin-bottom: 40px;
}
.news-head p {
	font-size: 13px;
	line-height: 20px;
	color: #999;
}
.news-head h3 {
	margin:20px 0 10px;
}
.news-head p span{
	display: inline-block;
	margin-right: 4px;
	font-size: 18px;
	line-height: 20px;
	vertical-align: text-bottom;
}

.news-body p {
	font-size: 14px;
	line-height: 20px;
}
.news .news-related{
	float: right;
	width: 26%;
	padding-left: 40px;
}
.news-related ul{
	padding: 10px;
	background: #f7f7f7;
}
.news-related li{
	overflow: hidden;
}
.news .news-related h4{
	padding: 0px 20px;
	margin: 0px 0px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	background: #183d87;
	
}
.related-img{
	overflow: hidden;
}
.related-img img{
	width: 100%;
	transform:scale(1); 
	transition:all ease .6s; 
}
.news-related li:hover .related-img img{
	transform:scale(1.2); 
}
.news-related li p{
	margin: 10px 0 15px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .4s;
}
.news-related li:hover p{
	color: #0099df;
}
@media(max-width:768px) {
.news {
	padding: 20px;
	background: #fff;
}
.news-head span {
	margin-left: 0px;
	margin: 10px 0px;
}
}
.news-page {
	padding-top: 20px;
	margin-top: 40px;
	border-top: 1px solid #ebebeb;
}
.news-page a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.news-page a:hover {
	color: #183d87;
}
.news-page a.no-more {
	color: #999;
}
.news-page a.news-return {
	display: inline-block;
	width: auto;
	padding: 0px 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
	background: #183d87;
}

@media(min-width:768px) {
.news-page {
	position: relative;
	padding-right: 140px;
	padding-bottom: 20px;
}
.news-page a.news-return {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 50%;
	transform: translate(0px, -50%);
	display: inline-block;
	margin-top: 0px;
}
.news-page a.news-return:hover {
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
	background: #183d87;
}
}
/*新闻详情*/





.contact{
	position: relative;
	margin-top: -200px;
	padding: 60px;
	font-size: 15px;
	background: #f7f7f7;
	text-align: center;
}
@media(max-width:768px) {
.contact{
	position: relative;
	margin-top: 20px;
	padding: 30px;
}
}
.contact small{
	display: inline-block;
	width: 100%;
}
.contact h4{
	display: inline-block;
	padding: 10px 30px;
	font-size: 24px;
	font-family: Impact;
	color: #183d87;
	border:2px solid #ccc;
}
.contact hr{
	display: inline-block;
	border: none;
	margin-bottom: 25px;
	width: 40px;
	height: 3px;
	background: #183d87;
}




#map-canvas {
	height: 600px;
	width: 100%;
	padding: 0px;
}
@media(max-width:992px) {
#map-canvas {
	height: 400px;
}
}
@media(max-width:768px) {
#map-canvas {
	height: 300px;
}
}
.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 {
	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 6px;
	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;
}
.amap-info span {
	margin-left: 5px;
	font-size: 11px;
}
.info-middle img {
	float: left;
	margin-right: 6px;
}
