﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow-x: hidden;
}
body.menu-open {
	overflow-y: hidden!important;
}

.title{
    color:#1F497D;
}

@media(min-width:992px) {
body {
	padding-top: 90px;
}
}

@media(max-width:992px) {
body {
	padding-top: 70px;
}
}

@media(max-width:768px) {
body {
	padding-top: 54px;
}
}
body, html {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
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: Arial, "微软雅黑", Microsoft YaHei;
}
.red {
	color: #15499a;
}
::-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: 25px;
	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:992px) {
.container {
	width: 96%;
	max-width: 1530px;
}
}
@media (max-width: 768px) {
table td {
	font-size: 14px;
	padding: 10px;
}
}
/*页面haed*/
	
/*导航设置*/	
#haed-nav {
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	padding: 0 60px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	box-shadow: none;
	border-bottom: 1px solid #ebebeb;
	transition: all .3s;
}
#haed-nav .container {
	width: 100%;
	padding: 0 60px;
}
.navbar-header {
	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 {
	height: auto;
	font-size: 0px;
}
.navbar-brand img {
	max-width: auto;
	height: 54px;
	transition: all .3s;
}
/*菜单按钮*/
.menu-button {
	position: fixed;
	z-index: 1002;
	top: 0;
	right: 0px;
	width: 90px;
	height: 90px;
	border: none;
	background: #15499a;
	padding: 0;
	font-size: 0;
}
.menu-button span {
	width: 30px;
	height: 3px;
	border-radius: 6px;
	background-color: #fff;
	display: block;
	margin: 7px 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(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	-o-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

@media(max-width:992px) {
.menu-button {
	width: 70px;
	height: 70px;
}
.menu-button span {
	width: 28px;
	height: 3px;
	margin: 6px auto;
}
.menu-open .menu-button span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
}

@media (max-width: 768px) {
.menu-button {
	right: 0px;
	width: 54px;
	height: 54px;
}
.menu-button span {
	width: 24px;
	height: 2px;
	margin: 5px auto;
}
.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);
}
}
/*导航设置*/
.navbar-nav {
	height: inherit;
	padding-right: 70px;
	margin-right: 0!important;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	z-index: 1;
	background: none;
	box-shadow: none;
	border: none;
}
.navbar-nav>li {
	position: relative;
	z-index: 1;
	height: inherit;
	line-height: inherit;
	display: flex;
	align-items: center;
	margin: 0px 36px;
}
.navbar-nav>li>a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	text-transform: Capitalize;
	line-height: 24px;
	padding: 0px 10px;
	text-align: center;
	overflow: hidden;
}
.navbar-nav>li:hover>a {
	color: #15499a;
	background: none;
}
.navbar-nav>li.on>a {
	font-weight: bold;
	color: #15499a;
	text-transform: Uppercase;
}
.navbar-nav>li.language a {
	padding: 0px 0px;
	line-height: 44px;
	color: #fff;
	border-radius: 50px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all .4s;
}
.navbar-nav>li.language a:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}
.navbar-nav>li.language a svg {
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: inherit;
	text-align: center;
	vertical-align: text-bottom;
}
.navbar-nav>li:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 2px;
	transition: all .3s;
}
.navbar-nav>li.on:after, .navbar-nav>li:hover:after {
	content: "";
	width: 100%;
}
.navbar-nav >li.language a:after {
	display: none;
}
.navbar-nav .dropdown-menu {
	top: 100%;
	left: 0%;
	right: auto;
	padding: 10px 0;
	border: none;
	background: rgba(255,255,255,0.95);
}
.navbar-nav>li:last-of-type .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-nav .dropdown-menu li {
	display: block;
	width: auto;
	height: auto;
	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: 3px 15px;
	font-size: 15px;
	line-height: 38px;
	color: #333;
	white-space: nowrap;
	transition: all ease .3s;
}
.navbar-nav .dropdown-menu li a:hover {
	color: #fff;
	background: none;
}
.navbar-nav .dropdown-menu li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #15499a;
	transition: all ease .3s;
}
.navbar-nav .dropdown-menu li a:hover:after {
	content: "";
	width: 100%;
}

@media (max-width: 1200px) {
.navbar-nav>li {
	margin: 0px 10px;
}
}

@media(max-width:992px) {
#haed-nav {
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
}
#haed-nav .navbar-brand img {
	height: 42px;
}
#haed-nav .navbar-nav {
	display: none;
}
}

@media (max-width: 768px) {
#haed-nav {
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
}
#haed-nav .navbar-brand img {
	height: 38px;
}
.navbar-header {
	margin-left: 0px!important;
	margin-right: 0px!important;
	display: inline-block;
	padding: 0px;
	width: auto;
}
}
/*移动端菜单2*/
#menu {
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ccc url(../images/common_header_bg01.jpg) no-repeat right top;
	background-size: auto 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	overflow-y: scroll;
}
#menu.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
#menu:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: #ccc;
	transition: 0.85s 0.3s transform cubic-bezier(0.23, 1, 0.32, 1);
	transform-origin: right;
}
#menu.open:after {
	transform: scaleX(0);
}
#menuNav-logo {
	position: absolute;
	z-index: 3;
	left: 60px;
	top: 0;
	height: 90px;
	display: flex;
	align-items: center;
}
#menuNav-logo img {
	height: 54px;
}
.menu-body {
	position: relative;
	z-index: 1;
	float: left;
	min-width: 960px;
	padding: 72px 30px 0 320px;
	background: #ccc;
}
.menu-body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 260px;
	z-index: 2;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
}
.menu-nav {
	overflow: hidden;
}
.menu-nav>p {
	float: left;
	width: 170px;
	font-size: 36px;
	line-height: 1em;
	color: #333;
	font-weight: bold;
}
.menu-nav>ul {
	float: left;
	padding-top: 10px;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.menu-nav>ul>li {
	margin-bottom: 35px;
	overflow: hidden;
}
.menu-nav>ul>li>a {
	float: left;
	position: relative;
	z-index: 1;
	display: block;
	width: 190px;
	padding-left: 45px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	text-transform: Uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.menu-nav>ul>li>a:hover {
	text-decoration: underline;
}
.menu-nav>ul>li>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0%;
	margin-top: -2px;
	width: 20px;
	height: 2px;
	background: #15499a;
	transition: all .4s;
}
.menu-nav>ul>li>ul {
	float: left;
}
.menu-nav>ul>li>ul li {
	font-size: 0px;
	margin-bottom: 15px;
}
.menu-nav>ul>li>ul a {
	display: inline-block;
	max-width: 190px;
	font-size: 15px; font-weight: normal;
	line-height: 24px;
	color: #333;
	text-transform: Capitalize;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.menu-nav>ul>li>ul a:hover {
	text-decoration: underline;
}
.menu-contact {
	display: flex;
	max-width: 660px;
	padding: 60px 0 20px;
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
}
.menu-contact-text {
	padding-right: 30px;
}
.menu-contact-text h4, .menu-contact-text p {
	display: block;
	margin-bottom: 10px;
}
.menu-contact-text strong {
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	text-transform: Uppercase;
}
.menu-link {
	margin-top: 30px;
}
.menu-link a {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
}
.menu-link a:hover {
	text-decoration: underline;
}
.menu-contact-button a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 220px;
	margin-top: 20px;
	font-size: 18px;
	line-height: 56px;
	border: 2px solid #fff;
	text-align: center;
	color: #15499a;
	white-space: nowrap;
	transition: all .4s;
}
.menu-contact-button a:hover {
	color: #fff;
}
.menu-contact-button a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .4s;
}
.menu-contact-button a:hover:after {
	content: "";
	width: 0%;
	height: 100%;
}
.menu-contact-button span {
	display: inline-block;
	margin-left: 12px;
	font-size: 24px;
	line-height: 56px;
	color: #15499a;
	vertical-align: bottom;
}
.menu-contact-button a:hover span {
	color: #fff;
}

@media(max-width:992px) {
#menu {
	background: #ccc;
}
#menu:after {
	content: "";
	display: none;
}
#menuNav-logo {
	left: 30px;
	height: 70px;
}
#menuNav-logo img {
	height: 42px;
}
.menu-body {
	position: relative;
	z-index: 1;
	float: none;
	min-width: 100%;
	padding: 110px 30px 0 30px;
}
.menu-body:before {
	content: "";
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.2);
}
.menu-nav>p {
	float: none;
	width: 100%;
	font-size: 24px;
	margin-bottom: 20px;
}
.menu-nav>ul {
	float: left;
	padding-top: 10px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
}

@media(max-width:768px) {
#menuNav-logo {
	left: 15px;
	height: 54px;
}
#menuNav-logo img {
	height: 30px;
}
.menu-body {
	padding: 100px 30px 0 30px;
}
.menu-body:before {
	content: "";
	top: 54px;
}
.menu-contact {
	flex-wrap: wrap;
}
.menu-nav>ul>li {
	margin-bottom:20px;
}
.menu-nav>ul>li>a {
	width: 120px;
	padding-left: 25px;
	font-size: 17px;
	font-weight: bold;
}
.menu-nav>ul>li>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0%;
	margin-top: -2px;
	width: 10px;
	height: 1px;
	background: #15499a;
	transition: all .4s;
}
.menu-nav>ul>li>ul a {
	max-width: 160px;
	font-size: 14px;font-weight: normal;
}
.menu-contact-text strong {
	margin-bottom: 12px;
	font-size: 20px;
}
.menu-contact-button a {
	width: 200px;
	font-size: 15px;
	line-height: 48px;
	font-weight: bold;
}
.menu-contact-button span {
	margin-left: 12px;
	font-size: 22px;
	line-height: 48px;
}
}
/*手机菜单 end*/
/*滚屏设置*/


/*首页标题*/
.index-title {
	display: inline-block;
	width: 100%;
	max-width: 600px;
}
.index-title h3, .index-title h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	font-size: 36px;
	line-height: 0.8em;
	font-weight: bold;
	text-transform: Uppercase;
}
.index-title h3 {
	margin: 10px 0;
	margin-bottom: 14px;
	color: #333;
}
.index-title h3:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 100%;
	margin-left: 10px;
	width: 8px;
	height: 8px;
	background-color: #15499a;
}
.index-title p, .index-title strong {
	display: block;
	font-size: 17px;
	line-height: 1.5em;
	color: #666;
}
.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 {
	color: #fff;
}
.index-title.index-title-w p, .index-title.index-title-w strong {
	color: #ccc;
}

@media (max-width: 998px) {
.index-title {
	margin-bottom: 10px;
}
.index-title h3, .index-title h3 span {
	font-size: 24px;
}
.index-title p, .index-title strong {
	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;
}
/*首页背景*/
.section {
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
#section4 {
	background: url(../images/point.png) repeat, #f7f7f7;
}
#section3 {
	background-image: url(../images/index-bg4.jpg);
}
@media (min-width: 998px) {
#section1 {
	background-image: url(../images/index-bg4.jpg);
}
#section2 {
	background-image: url(../images/index-bg2.jpg);
}
}

@media (max-width: 998px) {
#section1 {
	
}
#section2 {
	background-image: url(../images/index-bg2.jpg);
}
}
/*首页关于*/
.index-about {
	max-width: 1280px;
	margin: auto;
	background: rgba(255,255,255,0.7)
}
.index-about>div {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 56vh;
	text-align: center;
}
.index-about>div:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -1.5%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.1;
}
.index-about>div:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 2%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.3;
}
.index-about>div>div {
	position: absolute;
	z-index: 2;
	left: 6%;
	top: 50%;
	width: 88%;
	transform: translate(0%, -50%);
}
.index-about strong {
	font-size: 16px;
	line-height: 1.25em;
	color: #15499a;
}
.index-about h3 {
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 1.25em;
	color: #333; 
}
.index-about p {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.95em;
	color: #000; text-align: left;
}
.index-about a {
	display: inline-block;
	padding: 2px 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	background: #15499a;
	transition: all .4s;
}
.index-about a:hover {
	padding: 2px 40px;
	background: #298dff;
}

@media (max-width: 998px) {
.index-about {
	margin-top: 4vh;
}
.index-about strong {
	font-size: 14px;
}
.index-about h3 {
	margin-bottom: 20px;
	font-size: 27px;color: #000;
}
.index-about p {
	margin-bottom: 30px;
	font-size: 15px; color: #000;
}
.index-about a {
	padding: 2px 15px;
	font-size: 14px;
	line-height: 32px;
}
}

@media (max-width: 768px) {
.index-about {
	max-width: 100%;
	background: none;
}
.index-about>div {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	text-align: center;
	border-radius: 0%;
	border: none;
	;
}
.index-about>div:before {
	display: none;
}
.index-about>div:after {
	display: none;
}
.index-about>div>div {
	position: static;
	width: 100%;
	transform: translate(0%, 0%);
}
}
.index-aims {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	padding: 35px;
	margin: auto;
	margin-top: 8vh;
	background: #fff;
}
.index-aims li {
	display: flex;
	width: 30%;
	overflow: hidden;
}
.index-aims li>span {
	order: 1;
	margin-left: 20px;
	font-size: 48px;
	color: #15499a;
}
.index-aims li div {
	order: 0;
}
.index-aims li div strong {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.index-aims li div p {
	margin: 5px 0 0;
	font-size: 15px; line-height: 30px;
	color: #666;
}

@media (max-width: 998px) {
.index-aims {
	margin-bottom: 7vh;
}
}

@media (max-width: 768px) {
.index-aims {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	background: none;
}
.index-aims li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}
.index-aims li>span {
	display: inline-block;
	width: 90px;
	margin-left: 20px;
	text-align: center;
}
.index-aims li div {
	order: 0;
	width: calc(100% -110px);
}
.index-aims li div strong {
	font-size: 20px;
}
.index-aims li div p {
	font-size: 14px;
}
}

/*文字屑*/
.Titles{text-align: center; padding-top: 18px;}
.Titles span{color: #eee;font-size: 16px;margin-top: 10px;display: block;}
.Titles h2{font-size: 36px; color: #fff;  padding-bottom: 4px; font-weight: 400;margin-bottom: 2px;}
.Titles var{height: 3px;background: #00bfff;width: 35px;display: inline-block;vertical-align: middle;margin: 0 20px;}

/*解决方案*/
.index-solution{ padding:75px 4% 0; overflow: hidden;}
.index-solution ul{margin-left: -1%;font-size: 0px;}
.index-solution ul li{display: inline-block; width: 24%;margin-left:1%;  margin-bottom: 1%;vertical-align: top; position: relative;}
.index-solution ul li .pimgs{width: 100%; overflow: hidden;}
.index-solution ul li .pimgs img{max-width:100%; display: block; margin: 0 auto; transition: all 0.3s; }
.index-solution ul li .pimgs img:hover{ transform:scale(1.15); -webkit-transform:scale(1.15); -moz-transform:scale(1.15); -o-transform:scale(1.1); -ms-transform:scale(1.1); }
.index-solution ul li .title_er{width:100%; height:100%; display:flex; justify-content:center; align-items:center; color:#f2f2f2; font-size:21px; padding:0 15px; background:rgba(0,0,0,0.98); opacity:0.25; position:absolute; top:0; left:0; transition:all 0.5s;} 
.index-solution ul li:hover .title_er{opacity:0.85;}

@media (max-width: 998px) {
	.Titles h2{font-size: 30px;}
	.Titles span{color: #eee;font-size: 14px;}
	.index-solution ul li{display: inline-block; width:49%;}
	.index-solution{ padding:25px 4%; overflow: hidden;}
}

@media (max-width: 768px) {
	.index-solution ul li .title_er{font-size:18px; }
}

/*首页联系*/
.index-contact {
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.index-contact>div {
	width: 45vw;
	max-width: 750px;
	padding: 50px 15vw 50px 0;
}
.index-contact>div h3 {
	margin: 10vh 0 3vh;
	font-size: 36px;
	color: #333;
}
.index-contact>div h4 {
	margin: 10px 0;
	font-size: 16px;
	color: #666;
}
.index-contact>div p {
	width: 92%;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.95em;
	color: #666;
}
p.icon {
	position: relative;
	padding-left: 30px;
}
p.icon:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	font-size: 22px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #4d4d4d;
}
.index #map-canvas {
	float: right;
	height: 100%;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

@media (max-width: 998px) {
.index #map-canvas {
	float: none;
	height: 400px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.index-contact {
	float: none;
	width: 100%;
	height: 100%;
	display: block;
	align-items: flex-start;
	justify-content: flex-start;
}
.index-contact>div {
	width: 100%;
	padding: 3vh 30px;
}
.index-contact>div h3 {
	margin: 6vh 0 3vh;
	font-size: 24px;
}
}
/*页脚*/
#foot {
	position: relative;
	background: #333;
	border-top: 1px solid #111;
	width: 100%;
	padding: 0 90px;
}

@media (min-width: 998px) {
.index #foot {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
}

@media (max-width: 998px) {
#foot {
	padding: 0 30px;
}
}

@media (max-width: 768px) {
#foot {
	padding: 0 15px;
}
}
.foot-copyright {
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
}
.foot-copyright p, .foot-copyright span, .foot-copyright a {
	float: left;
	display: inline-block;
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	transition: all ease .4s;
}
.foot-copyright a {
	margin: 0px 4px;
}
.foot-copyright a:hover {
	color: #15499a;
}

@media(max-width:992px) {
.foot-copyright .pull-right {
	float: none;
}
}
/*============ 首页end ============*/

/*内页公共*/
/*内页banner*/
.inside-banner-box {
	position: relative;
	overflow: hidden;
}
.inside-banner {
	display: flex;
	z-index: -2;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100vh - 90px);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
}
.inside-banner .bannerText {
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: 90px;
	min-width: 90%;
	transform: translate(-50%, 0%);
}
.inside-banner .bannerText strong {
	display: block;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
}
.inside-banner .bannerText span {
	display: block;
	margin: 5px 0 10px;
	font-size: 18px;
	line-height: 1.5em;
	text-transform: Uppercase;
	color: #fff;
	opacity: 0.5;
}
.inside-banner .bannerText p {
	display: inline-block;
	padding: 10px 25px;
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
	background: #15499a;
}
.scrollFlag {
	position: fixed;
	z-index: 2;
	left: 50%;
	bottom: 70px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	transform: translate(-50%, 0%);
}
.scrollFlag span {
	display: block;
	margin: 0px;
	font-size: 22px;
	height: 8px;
	color: #fff;
}
.scrollFlag span:nth-of-type(1) {
	-webkit-animation: ani-svg1 1s linear infinite;
	animation: ani-svg1 1s linear infinite;
}
.scrollFlag span:nth-of-type(2) {
	-webkit-animation: ani-svg2 1s linear infinite;
	animation: ani-svg2 1s linear infinite;
}
.scrollFlag span:nth-of-type(3) {
	-webkit-animation: ani-svg3 1s linear infinite;
	animation: ani-svg3 1s linear infinite;
}
@-webkit-keyframes ani-svg1 {
 0% {
opacity: 0;
}
 20% {
opacity: .3;
}
 90% {
opacity: .3;
}
 100% {
opacity: 0;
}
}
@-webkit-keyframes ani-svg2 {
 0% {
opacity: 0;
}
 20% {
opacity: 0;
}
 40% {
opacity: .6;
}
 90% {
opacity: .6;
}
 100% {
opacity: 0;
}
}
@-webkit-keyframes ani-svg3 {
 0% {
opacity: 0;
}
 40% {
opacity: 0;
}
 60% {
opacity: 1;
}
 90% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@keyframes ani-svg1 {
 0% {
opacity: 0;
}
 20% {
opacity: .3;
}
 90% {
opacity: .3;
}
 100% {
opacity: 0;
}
}
@keyframes ani-svg2 {
 0% {
opacity: 0;
}
 20% {
opacity: 0;
}
 40% {
opacity: .6;
}
 90% {
opacity: .6;
}
 100% {
opacity: 0;
}
}
@keyframes ani-svg3 {
 0% {
opacity: 0;
}
 40% {
opacity: 0;
}
 60% {
opacity: 1;
}
 90% {
opacity: 1;
}
 100% {
opacity: 0;
}
}

@media(max-width:992px) {
.inside-banner {
	height: calc(100vh - 70px);
}
.inside-banner .bannerText {
	margin-top: 70px;
}
.inside-banner .bannerText strong {
	font-size: 24px;
}
.inside-banner .bannerText span {
	font-size: 15px;
}
.inside-banner .bannerText p {
	padding: 10px 15px;
	font-size: 15px;
}
.scrollFlag {
	font-size: 15px;
}
}

@media(max-width:768px) {
.inside-banner {
	height: calc(100vh - 54px);
}
.inside-banner .bannerText {
	margin-top: 54px;
}
}
/*面包屑*/
.breadcrumb-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.breadcrumb {
	position: fixed;
	z-index: 1;
	bottom: 0;
	padding: 0px;
	margin: 0px auto;
	border: nonr;
	border-radius: 0;
	width: 100%;
	text-align: right;
	padding: 0 60px;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.73));
	background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.73));
	background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.73));
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.73));
}
.breadcrumb a {
	color: #fff;
	transition: all .4s;
}
.breadcrumb a:hover {
	color: #15499a;
}
.breadcrumb span {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}
/*盒子*/

.padding-box {
	padding-top: 7vh;
	padding-bottom: 7vh;
}
.padding-top {
	padding-top: 7vh;
}
.padding-bottom {
	padding-bottom: 7vh;
}
.main {
	position:relative;
	z-index: 2;
	background: #fff;
}
.gray-box {
	background: #f7f7f7;
}
.clear-box:after{ content:""; display: block; width: 100%; height: 0;}
@media(max-width:992px) {
.padding-box {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.padding-top {
	padding-top: 5vh;
}
.padding-bottom {
	padding-bottom: 5vh;
}
}

@media(max-width:768px) {
.padding-box {
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.padding-top {
	padding-top: 4vh;
}
.padding-bottom {
	padding-bottom: 4vh;
}
}
/*信息盒子*/
.info {
	margin: 0 0 15px;
	font-size: 17px;
	color: #333;
	line-height: 1.5em;
}
.info p {
	margin: 0 0 15px;
}

@media(max-width:1200px) {
.info {
	font-size: 15px;
}
.info p {
	margin: 0 0 10px;
}
}

@media(max-width:992px) {
.info {
	font-size: 15px;
}
}
/*横线*/
.line {
	display: inline-block;
	width: 60px;
	height: 3px;
	background: #15499a;
}
.line-bicolor {
	background-image: repeating-linear-gradient(90deg, #15499a 0%, #15499a 50%, #262626 50%, #262626 100%);
}

@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: #fff;
	border-radius: 0!important;
	transition: all .4s;
}
.pagination>li>a:hover {
	color: #15499a;
}
.pagination>li.on>a {
	color: #fff;
	font-weight: bold;
	background: #15499a;
}
@media(max-width:1200px) {
.pagination>li>a {
	padding: 7px 12px;
	font-size: 13px;
}
}
/*子导航*/
#subnav {
	margin: 0;
}
#subnav .panel {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}

@media(min-width:992px) {
#subnav {
	margin: 0;
	padding-top: 2px;
	float: right;
}
#subnav .panel-default {
	background: none;
	border: none;
	box-shadow: none;
}
#subnav .panel-heading {
	display: none;
}
#subnav .panel-body {
	border: none;
	background: none;
	padding: 0px;
}
#subnav .panel-body li {
	display: inline-block;
}
#subnav .panel-body li a {
	display: inline-block;
	width: 100%;
	padding: 12px 25px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background: #f7f7f7;
	transition: all .3s;
}
#subnav .panel-body li.on a, #subnav .panel-body li a:hover {
	color: #fff;
	background: #15499a;
}
}

@media(max-width:992px) {
.inside-nav .container {
	padding: 0px;
}
#subnav .panel-default {
	background: #f7f7f7;
	border: none;
}
#subnav .panel-heading {
	padding: 0px 15px;
	border: none;
	background: none;
	color: #333;
}
#subnav .panel-heading a {
	display: block;
	width: 100%;
	padding: 15px 0px;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#subnav .panel-heading a b {
	float: right;
	display: inline-block;
	margin-top: 8px;
}
#subnav .panel-body {
	padding: 5px 0px;
	margin-bottom: 15px;
	border: none;
	background: rgba(255,255,255,0.1);
}
#subnav .panel-body li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 42px;
	color: #666;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
#subnav .panel-body li:last-child a {
	border-bottom: none;
}
#subnav .panel-body li.on a {
	padding-left: 32px;
	color: #15499a;
}
#subnav .panel-body li a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background-color: #15499a;
	border-radius: 50%;
	opacity: 0;
	transition: all .4s;
}
#subnav .panel-body li.on a:before {
	content: "";
	opacity: 1;
}
}
/*关于我们*/
#about-video {
	position: relative;
	display: block;
	width: 100%;
	height: 600px;
	margin-bottom: 5vh;
	background-position: center;
	background-size: cover;
}
#about-video:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(../video/play.svg) center;
	background-size: cover;
	transition: all .4s;
}
#about-video:hover:before {
	content: "";
	opacity: 0.7;
}
#video-modal .modal-dialog {
	z-index: 1050;
	top: 50%;
	margin: 0 auto;
	transform: translate(0%, 0%);
}
#video-modal.in .modal-dialog {
	transform: translate(0%, -50%);
}
#video-modal .modal-content {
	padding: 0px;
	border: none;
	border-radius: 0px;
}
#video-modal .modal-header {
	border: none;
	padding: 0;
}
#video-modal .modal-header button {
	position: absolute;
	z-index: 1;
	right: -36px;
	top: 0;
	opacity: 0.7;
	transition: all .3s;
}
#video-modal .modal-header button:hover {
	opacity: 1;
}
#video-modal .modal-header button span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 30px;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#video-modal .modal-body {
	font-size: 0;
	padding: 0;
	border: nono;
	border-radius: 0;
}
#video-modal .modal-body video {
	width: 100%;
}

@media (min-width: 992px) {
#video-modal .modal-dialog {
	width: 800px;
	margin: 30px auto;
}
}

@media (max-width: 992px) {
#video-modal .modal-header button {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: -36px;
	opacity: 0.7;
	transition: all .3s;
}
#about-video {
	height: 450px;
}
}
#about-info {
	padding: 10vh 0;
}
.about-info {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 2.35em;
	color: #333;
}

@media(min-width:1200px) {
.about-info {
	max-width: 100%;
}
}

@media(max-width:992px) {
#about-info {
	padding: 7vh 0;
}
}
/*关于数量递增*/
.countup-box {
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.countup-box div {
	position: relative;
	width: 24%;
	padding: 16px;
	transform: translate(0%, 0%);
	transition: all .4s;
}
.countup-box div:hover {
	transform: translate(0%, -15px);
}
.countup-box div:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 160px;
	background-color: #f7f7f7;
}
.countup-box div:after {
	content: "";
	position: absolute;
	z-index: -2;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 160px;
	background-color: #15499a;
	opacity: 0;
	transition: all .4s;
}
.countup-box div:hover:after {
	content: "";
	opacity: 1;
}
.countup-box span{font-size: 25px; font-weight: bold; padding-bottom: 12px; display: block;}
.countup-box p {
	display: inline-block;
	min-height: 3.5em;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.75em;
	color: #333;
	text-align: left;
}

@media(max-width:1200px) {
.countup-box div {
	width: 48%;
	margin-bottom: 30px;
}
}

@media(max-width:768px) {
.countup-box {padding: 30px 0 0;}
.countup-box div {
	width: 100%;
	margin-bottom: 25px;
}
}
/*关于荣誉*/
.about-honor {
	position: relative;
	z-index: 1;
}
.about-honor .item {
	margin-top: 30px;
	transition: all .4s;
}
.fake-col-wrapper .item:first-child {
	margin-top: 15px;
}
.about-honor .item:hover {
	transform: translate(0%, -15px);
}
.about-honor a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 330px;
	padding: 20px;
	border: 1px solid #ebebeb;
	background: #fff;
}
.about-honor a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	background-color: #15499a;
	opacity: 0;
	transition: all .4s;
}
.about-honor a:hover:after {
	content: "";
	opacity: 1;
}
.about-honor a:before {
	content: "\e625";
	font-family: "iconfont" !important;
	font-size: 100px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 0%;
	width: 60px;
	height: 120px;
	color: #ebebeb;
	overflow: hidden;
}
.about-honor a img {
	position: relative;
	z-index: 2;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
	transition: all .4s;
}
.about-honor a:hover img {
	opacity: 1;
	transition-delay: 0.3s;
}
.about-honor a h4 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	font-size: 30px;
	padding: 30px;
	color: #15499a;
	transition: all .4s;
}
.about-honor a:hover h4 {
	opacity: 0;
}
.about-honor a div {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	padding: 30px;
	transition: all .4s;
}
.about-honor a:hover div {
	opacity: 0;
}
.about-honor a div p {
	display: block;
	margin: 0px;
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
}
.about-honor a div span {
	display: block;
	font-size: 14px;
	color: #999;
}
.about-honor .owl-nav {
	margin-top: 20px;
}
.about-honor .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	background: #fafafa;
	outline: none;
	vertical-align: bottom;
	transition: all .4s;
}
.about-honor .owl-nav [class*=owl-]:hover {
	text-decoration: none;
	background: #15499a;
}
.about-honor .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #333;
	transition: all .4s;
}
.about-honor .owl-nav [class*=owl-]:hover i {
	color: #fff;
}
.about-honor .owl-nav [class*=owl-] i {
	color: #333;
}

/*关于-工厂*/
.factory-list {width: 100%; overflow: hidden;}
.factory-list ul{margin-left: -2%}
.factory-list ul li {
	width: 31.333%;
	float: left;
	margin-left: 2%;
	margin-bottom: 1%;
	transition: all .4s;
}
.factory-list ul li .fc_img{ overflow: hidden;}
.factory-list ul li .fc_img img{max-width: 100%;}
.factory-list li p {padding: 12px 0 0; line-height: 24px; font-size: 16px; color: #333; text-align: center;}

@media(max-width:768px) {
.factory-list ul li {
	width: 48%;
}
}

/*关于-伙伴*/
.client{width: 100%; overflow: hidden;}
.client ul{margin-left: -1%;}
.client li{float: left;width: 15.667%;margin-left: 1%; margin-bottom: 1%;box-sizing: border-box;}
.client li img{width:100%; border: 2px solid #e5e5e5;} 
.client li p{line-height: 28px;font-size: 14px;margin-top: 15px;overflow: hidden;}
.client li:hover img{border: 2px solid #15499a;}
.client li span{ line-height:20px; font-size: 14px; display: block;padding:6px 0; text-align: center;}


@media(max-width:992px) {
.client li {
	width: 24%;
}
}

@media(max-width:768px) {
.client li {
	width: 32.333%;
}
}



/*应用领域*/
.app-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.app-list li {
	width: 50%;
	min-height: 310px;
	padding: 15px;
}
.app-list li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 40px;
	height: 100%;
	background: #f7f7f7;
	transition: all .4s;
}
.app-list li a:hover {
	transition-delay: 0.3s;
	background: #000;
}
.app-list-text {
	position: relative;
	z-index: 3;
	width: 60%;
}
.app-list li a .app-list-text h4 {
	font-size: 17px;
	line-height: 1.5em;
	text-transform: Uppercase;
	transition: all .4s;
}
.app-list li a .app-list-text p {
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
}
.app-list li a:hover .app-list-text h4, .app-list li a:hover .app-list-text p {
	color: #fff;
}
.app-list-img {
	position: absolute;
	z-index: 2;
	right: 25px;
	bottom: 25px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	transition: all .4s;
}
.app-list li a:hover .app-list-img {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0.6;
	transition: all .4s;
}
/*应用内页*/
.info-box {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 1.75em;
	color: #666;
}

/*内页标题*/
.inside-title {
	margin-bottom: 40px;
}
.inside-title h3 {
	position: relative;
	display: inline-block;
	padding: 0px 20px;
	font-size: 30px;
	line-height: 1em;
	color: #333;
}
.inside-title p {
	font-size: 15px;
	line-height: 1em;
	color: #999;
	text-transform: Uppercase;
}
.inside-title a {
	display: inline-block;
	padding: 0 25px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 36px;
	color: #999;
	border:1px solid #ebebeb;
	border-radius: 30px;
	transition: all ease .4s;
}
.inside-title a:hover {
	color: #fff;
	border:1px solid #ebebeb;background: #15499a;
}

@media(max-width:992px) {
.inside-title h3 {
	padding: 0px 15px;
	font-size: 24px;
}
.inside-title p {
	font-size: 13px;
}
}
/*发展历程*/

/*加入我们*/

.join-box{
	background:url(../images/img-join-bg.jpg) center bottom no-repeat;
}
.join-box strong{
	font-size: 18px;
}
.join-box h4{
	display: inline-block;
	padding: 0 35px;
	margin-bottom: 5vh;
	border: 2px solid #15499a;
	color: #15499a;
	font-size: 24px;
	line-height: 2em;
}

#join {
	margin: auto;
}
#join .panel {
	position: relative;
	margin: 10px 0px;
	border: none;
	box-shadow: none;
	background: #fff;
	transition: all ease .4s;
}
#join .panel .panel-heading {
	width: 100%;
	margin: auto;
	padding: 0px;
	border: none;
	background: none;
}
#join .panel .panel-heading a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 20px 80px 20px 25px;
}
#join .panel .panel-heading a h4 {
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
	text-transform: Uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
#join .panel .panel-heading a span {
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#join .panel .panel-heading a.accordion-toggle h4 {
	color: #15499a;
}
#join .panel .panel-heading a.accordion-toggle.collapsed h4 {
	color: #333;
	background: none;
}
#join .panel .panel-heading a.accordion-toggle .join-close {
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -9px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#join .panel .panel-heading a.accordion-toggle .join-close:before, #join .panel .panel-heading a.accordion-toggle .join-close:after {
	content: "";
	position: absolute;
	background: #15499a;
}
#join .panel .panel-heading a.accordion-toggle .join-close:before {
	width: 2px;
	height: 100%;
	left: 50%;
	margin-left: -1px;
	top: 0;
}
#join .panel .panel-heading a.accordion-toggle .join-close:after {
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
#join .panel .panel-heading a.accordion-toggle .join-close {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#join .panel .panel-heading a.accordion-toggle.collapsed .join-close {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
#join .panel .panel-heading a.accordion-toggle.collapsed .join-close:before, #join .panel .panel-heading a.accordion-toggle.collapsed .join-close:after {
	background: #5b5b5b;
}
#join p {
	font-size: 14px;
	line-height: 1.75em;
	color: #4d4d4d;
}
#join .panel-collapse {
	padding: 0px 30px 30px;
	width: 100%;
	margin: auto;
	transition: all .3s;
}
#join .panel-body {
	padding: 30px 0px 0px;
	border: none;
	border-top: 1px dashed #ccc;
}
#join .panel-body hr {
	margin: 25px 0px;
	border-color: #ccc;
}
.join-hr {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dashed #ccc;
}
.join-hr a {
	display: inline-block;
	padding: 0px 35px;
	font-size: 15px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	border-radius: 21px;
	background: #333;
	transition: all .4s;
}
.join-hr a:hover {
	background: #15499a;
}
/*图片展示*/
.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: #15499a;
	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: #15499a;
	border-bottom: 2px solid #15499a;
	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: #333;
	text-align: center;
	box-shadow: 0 0 0 rgba(0,82,196,0);
	transition: all .4s;
}
.p-nav-list li a:hover {
	background: #15499a;
	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 {
	display: flex;
	flex-wrap: wrap;
}
.product-list li {
	width: 25%;
	padding:1.2%;
	font-size: 0;
}
.product-list li a {
	position: relative;
	display: block;
	height: 100%;
	background: #fff;
	overflow: hidden;
	transition: all .4s;
}
.product-list li a:after{ content:""; position: absolute;  z-index:-1;top: 0;left: 0;width: 100%;height: 100%;background-color:#15499a;transition:all .4s;}
.product-list li:hover a:after{ content:"";top: 15px;left: 15px;}

.product-list li .product-list-img {
	display: block;
	overflow: hidden;
}
.product-list li .product-list-text {
	padding: 5%;
	text-align: center;
}
.product-list li .product-list-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	margin: 10px 0 20px;
	font-size: 18px;
	line-height: 1em;
	color: #15499a;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.product-list li span {
	display: none;
	width: 100%;
	font-size: 15px;
	line-height: 1.5em;
	color: #999;
}
.product-list li p {
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 2em;
	color: #666;
	max-height:4em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-list li img{width: 90%; margin: 0 auto; display: block}

@media(max-width:992px) {
.product-list li {
	width: 50%;
}
.product-list li .product-list-text {
	width: 75%;
}
}

@media(max-width:768px) {
	.product-list li{
		width: 100%;
	}
.product-list li .product-list-img {
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-list li .product-list-text {
	float: none;
	width: 100%;
}
}
/*产品详情*/
.product-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product-img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding-left: 100px;
	overflow: hidden;
}
#product-img1 {
	position: static;
	width: 100%;
	max-width: 500px;
}
#product-img1 img {
	width: 100%;
	height: auto;
}
#product-img1 .owl-dots {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	margin: 0px;
	width: 100px;
	transform: translate(0%, -50%);
}
#product-img1 .owl-dots .owl-dot {
	width: 100%;
	height: auto;
	margin: 5px 0;
}
#product-img1 .owl-dots .owl-dot img {
	width: 100%;
	border: 1px solid #ebebeb;
}
#product-img1 .owl-dots .owl-dot.active img {
	border: 1px solid #15499a;
}
.product-text {
	padding: 25px 15px 0 8%;
	width: 50%;
	font-size: 16px;
	line-height: 2em;
	color: #666;
}
.product-text h2 {
	margin: 20px 0;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.25em;
	color: #15499a;
	text-transform: Uppercase;
}
.product-text hr {
	margin: 25px 0 25px;
	border: none;
	border-top: 1px dashed #ccc;
}
.product-text div table{
	width: 100%!important;
}
.product-d {
text-align: center;
}


.product-d table{
    max-width: 100%;
    margin: auto
}
.product-d ul{
	display: flex;
	flex-wrap: wrap;
}
.product-d ul li{
	width: 31%;
	padding: 15px 0;
	margin-right: 3.5%;
	font-size: 15px;
	line-height: 1.5em;
	color: #666;
	border-bottom: 1px dashed #ebebeb;
}
.product-d ul li:nth-of-type(3n) {
	margin-right: 0%;
}
.product-d ul li strong{
	display: inline-block;
	margin: 0 0 10px;
	color: #333;
}
.product-d ul li p{
	margin: 0px;
}



@media(max-width:992px) {
.product-content {
	margin-left: -15px;
	margin-right: -15px;
}
.product-content:after {
	content: "";
}
.product-img {
	width: 100%;
}
#product-img1 {
	width: 100%;
	max-width: 500px;
}
.product-text {
	width: 100%;
	margin: 0;
	padding: 15px;
	font-size: 15px;
	background: none;
	overflow: hidden;
}
.product-text h2 {
	font-size: 24px;
}
.product-d ul li{
	width: 48%;
	margin-right: 4%;
}
.product-d ul li:nth-of-type(3n) {
	margin-right: 4%;
}
.product-d ul li:nth-of-type(2n) {
	margin-right:0%;
}
}

@media(max-width:768px) {
.product-img {
	padding:0px;
	padding-left: 0;
}
#product-img1 .owl-dots {
	position: static;
	left: 0;
	top: 50%;
	z-index: 1;
	margin:20px 0px 0px;
	width: 100%;
	transform: translate(0%, 0%);
}
#product-img1 .owl-dots .owl-dot {
	display: inline-block;
	width: 80px;
	height: auto;
	margin: 5px;
}
.product-d ul li{
	width: 100%;
	margin-right:0%;
}
.product-d ul li:nth-of-type(2n) {
	margin-right:0%;
}
}

.adv_sul {max-width: 95%; margin: 0 auto;}
.adv_sul .h2_title{text-align: center;font-size: 35px;margin-bottom: 15px;color: #444;}
.adv_sul .adv_p{text-align: center;line-height: 1.8;font-size: 16px;margin-bottom: 20px;color: #535353}

.solutions_ulcat{padding-bottom: 100px; padding-top: 35px; float: left;width: 100%;}
.solutions_ulcat li{float: left;width: 100%;background: #edecec;font-size: 15px;line-height: 2;}
.solutions_ulcat li .thumb{float: left;width: 50%;}
.solutions_ulcat li .desc{float: right;width: 50%;padding: 80px 70px;}
.solutions_ulcat li:nth-child(even) .thumb{float: right}
.solutions_ulcat li:nth-child(even) .desc{float: left;}
.solutions_ulcat li .thumb{overflow: hidden}
.solutions_ulcat li .thumb img{display: block;width: 100%;height: auto}
.solutions_ulcat li p{height: auto;display: block;overflow: hidden;margin-bottom: 24px;line-height: 2}
.solutions_ulcat li .desc b{font-size: 25px;margin-bottom: 25px;display: block}
.solutions_ulcat li .desc a{border: 1px solid #15499a;color: #15499a;display: inline-block;padding: 5px 32px;}
.solutions_ulcat li .desc a:hover{background: #15499a ;color: #fff}
.solutions_ulcat li:hover .desc a{background: #15499a ;color: #fff}
.solutions_ulcat li:hover b{color: #15499a}

@media(max-width:1200px) {
	.adv_sul .h2_title{font-size: 27px;}
	.adv_sul .adv_p{font-size: 15px;}
	.solutions_ulcat li{font-size: 14px;}
	.solutions_ulcat li .desc{padding: 22px;}
	.solutions_ulcat li .desc b{font-size: 22px;margin-bottom:8px;}
}

@media(max-width:768px) {
	.solutions_ulcat li .thumb{float: left;width: 100%;}
	.solutions_ulcat li .desc{float: right;width: 100%;}
}

/*信息图片*/
.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 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 20px;
}
.news-list li {
	width: 25%;
	padding: 6px;
	transition: all ease .4s;
}
.news-c {
	padding: 10px 0 0;
}
.news-list li>div {
	padding: 9%;
	background: #f7f7f7;
	box-shadow: 0 0 0px rgba(230,0,18,0);
	transition: all ease .4s;
}
.news-list li>div:hover {
	padding: 9%;
	background: #fff;
	box-shadow: 0 0 20px rgba(230,0,18,0.2);
}
.news-list li>div:hover .zoom-img {
	overflow: hidden;
}
.news-list li>div:hover .zoom-img img {
	transform: scale(1.1);
}
.news-list li .news-title {
	width: 100%;
	margin: 25px 0 15px;
	font-size: 17px;
	line-height: 22px;
	height: 44px;
	text-transform: Uppercase;
	color: #333;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all ease .4s;
}
.news-list li:hover .news-title {
	color: #15499a;
}
.news-list li p {
	font-size: 15px;
	line-height: 22px;
	color: #999;
}
.news-time {
	margin: 10px 0;
	font-size: 13px;
	line-height: 20px;
	color: #999;
}
.news-time span {
	display: inline-block;
	margin-right: 4px;
	font-size: 15px;
	line-height: 20px;
	color: #999;
	transition: all ease .4s;
}
a.news-details {
	display: inline-block;
	padding: 0 25px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 32px;
	color: #999;
	border-radius: 30px;
	border: 1px solid #ccc;
	transition: all ease .4s;
}
a.news-details:hover {
	color: #fff;
	border: 1px solid #15499a;
	background: #15499a;
}
a.news-details span {
	font-size: 13px;
	line-height: 32px;
	color: inherit;
}

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

@media(max-width:992px) {
.news-list {
	margin-bottom: 10px;
}
.news-list li {
	width: 50%;
}
}

@media(max-width:480px) {
.news-list li {
	width: 100%;
	margin-right: 0%!important;
	margin-bottom: 2%;
}
}
/*新闻中心*/
.news-top>div{max-width: 1200px; margin: auto;padding-top: 30px; overflow: hidden;}
.news-breadcrumb{float: left;display: inline-block;max-width: 60%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.news-breadcrumb span,.news-breadcrumb a{display: inline;font-size: 15px; line-height: 36px; color: #999;transition: all ease .4s;}
.news-breadcrumb span{margin: 0 5px;}
.news-breadcrumb a:hover{ color: #15499a;}

.info-page{
	float: right;
	max-width: 40%;
}
.info-page a{
	display: inline-block;
	padding: 8px 11px;
	margin:0 2px;
	border-radius: 30px;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	background: #ebebeb;
	transition: all ease .4s;
}
.info-page a:nth-of-type(2){
	padding: 8px 25px;
}
.info-page a:hover{
	color: #fff;
	background: #15499a;
}
@media(max-width:768px) {
.news-top>div{padding-top: 20px; }
.news-breadcrumb,.info-page{
	float:none;
	max-width:100%;
	padding: 0 15px;
}
.info-page{
	margin-top: 10px;
	text-align: center;
}
.info-page a{
	padding: 7px 10px;
	font-size: 13px;
	line-height: 20px;
}
}

.news-backTop{
	position: fixed;
	z-index: 2;
	bottom: calc(7vh + 51px);
	padding: 10px;
	color: #333;
	background: #ebebeb;
}
.news-backTop:hover{ color: #fff; background: #15499a; transition: all ease .4s;}

.news-backTop span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	text-align: center;
	color: inherit;
}
@media(min-width:1380px) {
.news-backTop{
	left: 50%;
	margin-left: 600px;
}
}
@media(max-width:1380px) {
.news-backTop{
	left: 90%;
	margin-left:38px;
}
}
@media(max-width:992px) {
.news-backTop{
	left: 50%;
	margin-left:360px;
}
}
@media(max-width:768px) {
.news-backTop{
	position: absolute;
	top: 100%;
	right: 0px;
	bottom: auto;
	left: auto;
	margin-left: 0px;
	padding: 6px 10px;
}
.news-backTop span{
	height: 20px;
	line-height: 20px;
	font-size: 22px;
}
}
#news-box{
	padding-top: 5vh;
	padding-bottom: 7vh;
}
@media(max-width:768px) {
#news-box{
	padding-bottom: 70px;
}
}
.news-box {
	position: relative;
	max-width: 1200px;
	padding: 4.5% 5%;
	margin: auto;
	background: #fff;
}
.news-center p {
	font-size: 15px;
	color: #666;
	line-height: 1.75em;
}
.news-head {
	border-bottom: 1px dashed #ebebeb;
	margin-bottom: 30px;
}
.news-head h2 {
	margin-top: 0px;
	font-size: 24px;
	text-transform: Uppercase;
	color: #333;
}
.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:after {
	content: "THIS END";
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 50%;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: #999;
	background-color: #f7f7f7;
	transform: translate(-50%, -50%);
}
.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 strong {
	color: #15499a;
}
.new-page a:hover {
	color: #15499a;
}
.new-page a.nomore:hover {
	color: #666;
	cursor: default;
}
.subnews li {
	margin-bottom: 40px;
}
.subnews strong {
	display: block;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1em;
	font-weight: 900;
	color: #15499a;
}
.subnews a {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	transition: all .3s;
}
.subnews a:hover {
	color: #15499a;
}
.subnews span {
	font-size: 13px;
	color: #999;
	font-weight: 400;
}

@media(max-width:992px) {
.news-box {
	position: relative;
	max-width: 1200px;
	padding: 6% 5%;
	margin: auto;
	background: #fff;
}
}
/*优势*/
.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: #15499a;
}
.supplier strong {
	display: inline-block;
	margin: 5px 0 10px;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	text-transform: Uppercase;
	font-weight: 900;
	color: #333;
}
.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: #15499a;
	text-transform: Uppercase;
}
.download-title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 4px;
	right: -20px;
	width: 8px;
	height: 8px;
	background-color: #15499a;
	opacity: 0.3;
}
.download-list li {
	display: block;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	border-left: 3px solid #15499a;
	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: #333;
	line-height: 1em;
	transition: all .4s;
}
.download-list li:hover .down-title {
	color: #15499a;
}
.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: #333;
}
.download-list a.down-btn {
	display: inline-block;
	padding: 0px 20px;
	margin-right: 15px;
	font-size: 13px;
	line-height: 2.4em;
	color: #f0f0f0;
	background: #15499a;
	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-info {
	width: 50%;
	min-height: 100vh;
	padding:10vh 5vw;
	background:  url(../images/point.png) repeat, #f7f7f7;
}
.contact-info h3 {
    margin: 10vh 0 3vh;
    font-size: 36px;
    color: #333;
}
.contact-info h4 {
    margin: 10px 0;
    font-size: 16px;
    color: #666;
}
.contact-info a {
	display: inline-block;
	font-size: 18px;
	color: #333;
}
.contact-info a:hover {
	color: #15499a;
	text-decoration: underline;
}
.contact-info p {
	font-size: 15px;
	margin-bottom: 15px;
	word-wrap: break-word;
	word-break: break-all;
}
#feedback{
	max-width: 1000px;
	margin: auto;
}
#feedback h4{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
	color: #333;
}
#feedback h4:after{ content:""; position: absolute;  z-index:-1;bottom: 0px;left: 50%;margin-left: -12px; width:24px;height: 2px;background-color:#e7312c;}
#feedback  iframe{
	float: right;
	height: 280px;
	width: 48%;
	margin: -30px -30px -30px 70px;
	padding: 0px;
	border:none;
}
#feedback input{
	outline:none;
	margin-bottom: 18px;
	width: 100%;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 48px;
	color: #666;
	border:1px solid #ebebeb;
	background: #fcfcfc;
	transition:all .4s;
}
#feedback small{
	display: block;
	margin: 5px 0;
	font-size: 13px;
	color: #999;
}
#feedback textarea{
	outline:none;
	margin-bottom: 18px;
	width: 100%;
	height: 200px;
	padding:15px;
	font-size: 15px;
	line-height: 48px;
	color: #666;
	border:1px solid #ebebeb;
	background: #fcfcfc;
	transition:all .4s;
}
#feedback input:focus,#feedback textarea:focus{
	border:1px solid #e7312c;
	background: #fff;
}
#feedback .button{
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 20px;
	width:160px;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	color: #fff;
	background: #e7312c;
	text-align: center;
	text-transform:Uppercase;
	border: 1px solid #ebebeb;
	transition:all .4s;
}
#feedback .button:hover{background-color:#ef716e;}




/*地图*/
.contact-map{
	position: fixed;
	z-index: -1;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 50%;
}
#map-canvas {
	width: 100%;
	height: 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;
}
/*地图*/
@media(max-width:998px) {
.contact-map{
	position: static;
	width: 100%;
	height: 480px;
	padding: 4vw;
}
.contact-info {
	width: 100%;
	min-height: a;
	padding:6vh 4vw;
	padding-right: 20vw;
	background:  url(../images/point.png) repeat, #f7f7f7;
}
.contact-info h3 {
    margin: 4vh 0 3vh;
    font-size: 24px;
    color: #333;
}
}
@media(max-width:768px) {
.contact-map{
	position: static;
	width: 100%;
	height: 400px;
	padding: 4vw;
}
.contact-info {
	width: 100%;
	min-height: a;
	padding:6vh 4vw;
	padding-right: 4vw;
	background:  url(../images/point.png) repeat, #f7f7f7;
}
.contact-info h3 {
    margin: 4vh 0 3vh;
    font-size: 24px;
    color: #333;
}
}