﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
}
* {
	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;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
section{
	min-width: 1170px;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
background:#333;
}
/*滚动条设置*/
table {
	box-sizing: border-box;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0
}
table tr{
	transition: all 0.3s;
}
table tr:nth-child(even){
	background: #fcfcfc;
}
table tr:hover{
	background: #f7f9ff;
}
table td {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 20px;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
table td p {
	margin-bottom: 0px;
}
/*表格边框样式*/

.modal-open {
	overflow: scroll !important;
}
/*boostrap遮罩层导致页面抖动*/
body>.alert{
	position: fixed;
	z-index: 9999;
	top:50%;
	left: 50%;
	margin: 0 0 0 -150px;
	width: 300px;
	text-align: center;
}
/*后台弹出冲突设置*/

.container {
	min-width: 1170px!important;
}
/* 初始设置 */


.margin-box {
	padding-top: 8vh;
	padding-bottom: 8vh;
}

/*栏目间距*/

.dropdown-menu {
	margin: 0px;
	border: none;
	border-radius: 0px;
}
/*设置*/

/*顶部导航*/
#haed-nav {
	margin: 0px;
	text-align: center;
	background: rgba(49,49,49,.5);
	border: none;
	box-shadow: none;
	transform: translate(0%, 0%);
	transition: all ease .45s;
}
#haed-nav:hover {
	background: rgba(49,49,49,.96);
}
.navbar-header{
	float: left!important;
}
.navbar-brand {
	width: auto;
	padding: 0px;
	height: auto;
	overflow: hidden;
	transition: all .3s;
}
.navbar-brand h1 {
	position: relative;
	z-index: 99;
	display: flex;
	align-items: center;
	font-size: 0px;
	height: 50px;
	padding: 8px 0px 8px;
	line-height: 34px;
}
.navbar-brand>h1>img {
	display: inline-block;
	max-height: 100%;
	vertical-align: middle;
}
#wap-nav-button {
	display: inline-block;
	padding: 0px 15px;
	font-size: 0px;
	line-height: 50px;
	height: 50px;
	border: none;
	background: none;
}
#wap-nav-button span {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	line-height: inherit;
	height: inherit;
}
.web-language a {
	font-size: 15px;
	color: #fff;
}
.web-language a svg{
	margin-right: 6px;
}
.web-language button {
	position: relative;
	z-index: 3;
	display: block;
	padding: 0px;
	white-space: nowrap;
	border: none;
	background: none;
	font-size: 15px;
	color: #fff;
}
.web-language button:hover {
	color: #fff;
}
.web-language button span {
	position: relative;
	z-index: -1;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 6px;
	font-size: 18px;
	color: inherit;
}
.web-language button b {
	position: relative;
	z-index: -1;
}
.web-language button.search-bottom {
	margin-right: 20px;
}
.search {
	position: absolute;
	z-index: 98;
	top: 0%;
	right: 0;
	width: 0%;
	height: 100%;
	background: #303030;
	transition: all .5s;
	overflow: hidden;
}
.search.show {
	width: 100%;
}
.search {
	font-size: 0px;
}
.search>div {
	opacity: 0;
	transition: all .5s;
}
.search.show>div {
	opacity: 1;
	transition-delay: 0.6s;
}
.search input {
	width: 400px;
	padding: 0px 15px;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
}
.search a {
	display: inline-block;
	padding: 0px 5px;
	font-size: 0px;
	line-height: 0px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
}
.search button {
	display: inline-block;
	padding: 0px 5px;
	margin-left: 20px;
	font-size: 24px;
	line-height: 0px;
	color: #666;
	vertical-align: middle;
}
.search a span, .search button span {
	font-size: 24px;
	line-height: 50px;
}
.search a:hover span, .search button:hover span {
	color: #00a0e9;
}
.web-language .language {
	display: inline-block;
}
.web-language .language span {
	position: relative;
	display: inline-block;
	padding: 0px 8px;
	line-height: 28px;
	color: #fff;
	background: #00a0e9;
	border-radius: 6px;
	transition: all .3s;
}
.web-language .language svg{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	
}
#haed-nav.nav-up .web-language .language span, #haed-nav:hover .web-language .language span {
	color: #00a0e9;
	background: #fff;
}
#haed-nav.nav-up .web-language .language span:after, #haed-nav:hover .web-language .language span:after {
	border: 1px solid #fff;
}
#haed-nav .navbar-nav {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: bottom;
}
#haed-nav .navbar-nav li{
	display: inline-block;

}
#haed-nav .navbar-nav > li > a {
	padding: 15px;
	font-size: 17px;
	color: #fff;
}
#haed-nav .navbar-nav> li:hover > a, #haed-nav .navbar-nav> li.on > a {
	color: #fff;
}
#haed-nav .navbar-nav > .open > a, #haed-nav .navbar-nav > .open > a:hover, #haed-nav .navbar-nav > .open > a:focus {
	color: #fff;
	background: none !important;
}
#haed-nav .navbar-nav > li > .dropdown-menu {
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
#haed-nav .navbar-nav > li > .dropdown-menu>li {
	position: relative;
	z-index: 2;
	min-width: 100%;
}
#haed-nav .navbar-nav > li > .dropdown-menu a {
	line-height: 30px;
}
#haed-nav .navbar-nav > li > .dropdown-menu a:hover {
	color: #fff;
	background: #00a0e9;
}
#haed-nav .navbar-nav > li > .dropdown-menu dl {
	position: absolute;
	z-index: -1;
	left: 100%;
	top: 0px;
	display: block;
	min-width: 160px;
	padding: 5px 0px;
	background: #fafafa;
}
#haed-nav .navbar-nav > li > .dropdown-menu dl a {
	display: inline-block;
	width: 100%;
	padding: 3px 20px;
	line-height: 30px;
	white-space: nowrap;
}
#haed-nav .navbar-nav > li > .dropdown-menu dl a:hover {
	color: #fff;
	background: #00a0e9;
}

.navbar-brand h1 {
	height:100px;
	padding: 10px 0px 10px;
}
.web-language {
	line-height: 100px;
	height: 100px;
}
#wap-nav-button {
	display: none;
}
#haed-nav .navbar-nav > li > a {
	min-width: 100%;
	padding: 15px 20px;
	line-height: 70px;
}

/*顶部导航*/

/*容器*/
.wrap {
	position: relative;
	width: 100%;
	min-width: 1170px;
	min-height: 100vh;
	background: #fff;
	transform: translate(0%, 0%);
	transition: all ease .45s;
	box-shadow: 0 2vw 2vw rgba(0, 0, 0, 0.1);
}
.wap-nav-open .wrap {
	transform: translate(-66%, 0%);
}
/*容器*/
.title {
	margin-bottom: 60px;
}
.title h2 {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0px;
	font-size: 30px;
	line-height: 76px;
	font-weight: bold;
	color: #00a0e9;
}
.title h2:after{ content:""; position: absolute;  z-index:-1;top: 0px;left: 28px;width: 110%;height: 100%;border:4px solid rgba(244,244,244,0.8);}
.title p {
	font-size: 80px;
	line-height: 1em;
	font-weight: bold;
	color: #f1f1f1;
	margin-top: 15px;
}
.w-title h2 {
	color: #fff;
}


.index-about {
	overflow: hidden;
}
.index-about-box a {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
}
a.more {
	display: inline-block;
	margin-top: 4vh;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: all .3s;
}
a.more:hover {
	border: 1px solid #00a0e9;
}
a.more span {
	display: inline-block;
	margin-left: -3px;
	font-size: 30px;
	line-height: 50px;
	color: #666;
	transition: all .3s;
}
a.more:hover span {
	margin-left: 5px;
	color: #00a0e9;
}

/*首页关于*/
.index-about-l{
	padding: 60px 0px;
}
.index-about-r{
	padding: 60px 0px;
	background: url(../images/index-about-bg.jpg) right center no-repeat;
}
.index-about-r>div{
	padding: 30px;
	background: rgba(255,255,255,0.7);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

/*首页应用*/
.index-app{
	background: url(../images/index-app-bg.jpg) center no-repeat;
	background-size: cover;
}
.index-app-box{
	padding: 30px;
	background: rgba(255,255,255,0.7);
}
.index-app-box>div{
	padding: 15px;
	text-align: center;
}
.index-app-box img{
	display: inline-block;
	width: 90px;
	height: 90px;
	transform:translate(0%,0%);
	transition:all .3s;  
}
.index-app-box a:hover img{
	transform:translate(0%,-10px);
	transition:all .3s;  
}
.index-app-box p{
	color: #333;
	transition:all .3s;  
}
.index-app-box a:hover p{
	color: #00a0e9;
	transition:all .3s;  
}

/*首页新闻*/
.index-news{
	margin-top: -70px;
}
.index-n{
	display: flex;
}
.index-n>div{
	width: 50%;
}
.index-n>div:first-child{
	padding-right: 50px;
}
.index-n>div:last-child{
	padding-left: 50px;
	border-left: 1px solid #eee;
}
.index-n-list{
	display: flex;
	justify-content: space-between;
	padding: 10px 0px 30px;
}
.index-n-list .index-n-time{
	font-size: 17px;
	white-space:nowrap;
	padding-right: 30px;
}
.index-n-title{
   flex-shrink:1;
   width: calc(100% - 120px);
}
.index-n a{
	display: block;
}

.index-n-list .index-n-title a p{
	font-size: 18px;
	color: #4d4d4d;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .3s; 
}
.index-n-list .index-n-title a:hover p{
	color: #00a0e9;
}
.index-n-list .index-n-title a span{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #999;
	display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}

/*服务支持*/
.foot-feedbak{
	padding: 40px 0;
	margin-bottom: 3px;
	background: #313131;
}
.foot-feedbak .col-xs-4{
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.foot-feedbak .col-xs-4:first-of-type{
	border-left: none;
}
.foot-feedbak a{
	font-size: 20px;
	color: #fff;
}
.foot-feedbak a:hover{
	color: #00a0e9;
}
.foot-feedbak a span{
	display: inline-block;
	margin-right: 15px;
	font-size: 48px;
	line-height: 48px;
	vertical-align: middle;
}


/*页脚*/
.foot {
	padding: 60px 0px 0px;
	color: #999;
	font-size: 13px;
	background: url(../images/foot-bg.jpg) bottom center no-repeat, #1b1b1b;
	background-attachment: fixed;
	overflow: hidden;
}
.foot-contact p {
	font-size: 14px;
	line-height: 24px;
}
.foot-contact>p>span {
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
	line-height: 24px;
	color: #00a0e9;
}
.foot-contact p:first-child {
	font-size:2em; 
	color: #fff; 
	margin-bottom: 30px;
}

.social {
	margin-top: 30px;
}
.social a {
	display: inline-block;
	margin-right: 4px;
}
.social a span {
	display: inline-block;
	font-size: 22px;
	color: #999;
}
.social a:hover span {
	color: #00a0e9;
}

@media (min-width: 992px) {
.foot #feedback {
	position: relative;
	z-index: 2;
	padding: 30px 20px 30px 60px;
}
.foot #feedback:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #fff;
}
.foot #feedback b {
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 0px 0px 15px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.foot #feedback input {
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
	margin-bottom: 10px;
	background: none;
	border: none;
	height: 36px;
	line-height: 36px;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.foot #feedback textarea {
	display: inline-block;
	width: 100%;
	height: 108px;
	padding: 10px 10px;
	margin-bottom: 10px;
	background: none;
	border: none;
	line-height: 22px;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.foot #feedback #messages_submit {
	display: inline-block;
	padding: 0px 30px;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	background: #00ade7;
	cursor: pointer;
	transition-duration: .3s;
}
.foot #feedback #messages_submit:hover {
	background: #f9b729;
}
}

@media (max-width: 992px) {
.foot #feedback {
	display: none;
}
}

@media (max-width: 992px) {
.foot-contact {
	text-align: center;
	padding: 0px 8%;
}
.social {
	text-align: center;
}
}
/* 页脚版权 */
.bq {
	padding: 15px;
	margin: 50px 0px 0px;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	text-align: center;
}
.bq a {
	display: inline-block;
	margin: 0px 5px;
}

/*右侧客服*/
.sidebar {
	position: fixed;
	right: 46px;
	top: 60%;
	transform: translate(100%, 0%);
	font-size: 0px;
	border: 1px solid rgba(255,255,255,0.1);
	border-right: none;
	transition: all .3s;
}
.sidebar:hover {
	right: 0;
	transform: translate(0%, 0%);
}
.sidebar li {
	display: block;
	max-height: 46px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,143,215,0.8);
	transition: all .3s;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
.sidebar:hover li {
	max-height: 140px;
	transition: max-height 0.25s ease-in;
}
.sidebar li:last-child {
	border-bottom: none;
}
.sidebar li:hover {
	background: rgba(0,143,215,1);
}
.sidebar li div {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	vertical-align: text-top;
}
.sidebar li div i,  .sidebar li div em {
	font-size: 20px;
}
.sidebar li a {
	vertical-align: text-top;
	display: inline-block;
	padding: 0 25px;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	font-weight: bold;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.sidebar li img {
	vertical-align: text-top;
	box-sizing: border-box;
	width: auto;
	max-height: inherit;
	padding: 10px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 992px) {
.sidebar{
		display: none;
}
}


/*内页公共*/
.inside-banner {
	width: 100%;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inside-banner>div {
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
}
.inside-banner>div strong {
	display: block;
	font-size: 3rem;
}
.inside-banner>div span {
	display: block;
	margin: 1.5em 0;
	width: 40px;
	height: 3px;
	background: #fff;
}
.inside-banner>div p {
	font-size: 2rem;
}


.inside-nav {
 margin-bottom: 50px;
}
.inside-nav li {
	display: inline-block;
}
.inside-nav li a {
	display: inline-block;
	padding: 0px 25px;;
	margin-right: 5px;
	font-size: 14px;
	line-height: 32px;
	color: #4d4d4d;
	border-radius: 6px;
}
.inside-nav li a:hover {
	color: #00a0e9;
}
.inside-nav li.on a {
	color: #fff;
	margin-right: 30px;
	background: #333;
}

.pagination>li>a {
	color: #666;
	font-size: 12px;
}
.pagination>li>a:hover {
	color: #00a0e9;
	background: #f7f7f7;
}
.pagination>li.on>a {
	color: #fff;
	background: #00a0e9;
	border-color: #00a0e9;
}


/*简介*/
.about-title {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.about-title strong{
	color: #00a0e9;
}
.about-title:before{ content:""; position: absolute;  z-index:1;bottom: 0px;left: 0%;width: 24px;height: 7px;background-color:#00a0e9;}
#about p {
	font-size: 14px;
	line-height: 2em;
}
a.about-more {
	display: inline-block;
	margin-top: 4vh;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: all .3s;
}
a.about-more span {
	display: inline-block;
	margin-left: -3px;
	font-size: 30px;
	line-height: 50px;
	color: #666;
	transition: all .3s;
}
.about-l,
.about-r{
	margin-bottom: 40px;
}

.about-banner {
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#culture{
	line-height: 2em;
	background: url(../images/img-aboutbg3.jpg) center no-repeat;
	background-size: cover;
}
#culture>div>div {
	padding: 0px 6%;
	color: #fff;
}
#culture>div>div .title span {
	background: #fff;
}
#culture>div>div a.about-more {
	border: 1px solid #fff;
}
#culture>div>div a.about-more span {
	color: #fff;
}
/*文化*/





/*产品列表*/
.p-list-box {
	margin-bottom: 8vh;
}
.p-list-title {
	text-align: center;
}
.p-list-title h2 {
	margin-top: 6vh;
	margin-bottom: 25px;
	font-size: 3rem;
}
.p-list-title img {
	margin: 50px 0px;
}
.p-list-title img:first-of-type {
	display: block;
}
.p-list-title img:last-of-type {
	display: none;
}

@media(max-width:992px) {
.p-list-title>img:first-of-type {
	display: none;
}
.p-list-title>img:last-of-type {
	display: block;
}
}

.product-list-box{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.product-list {
	width: 25%;
	padding: 1rem;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}
.product-list a {
	display: block;
	height: 100%;
	transition: all ease .3s;
}
.product-list a:hover {
	transition: all ease .3s;
}
.product-list a .product-list-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100% - 40px);
	padding: 15px;
	border:1px solid #eee;
	overflow: hidden;
	transition: all ease .3s;
}
.product-list a:hover .product-list-img {
	border:1px solid #00a0e9;
}
.product-list a .product-list-img img {
	transform: scale(1);
	transition: all .3s ease;
}
.product-list a:hover .product-list-img img {
	transform: scale(1.2);
}
.product-list a p {
	width: 100%;
	margin: 25px 0px;
	font-size: 14px;
	line-height: 15px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.product-list a:hover p {
	color: #00a0e9;
}
.product-list a span {
	font-size: 12px;
	color: #999;
}

/*产品详情*/
.prduct-box {
	padding: 70px 0;
}
.prduct-box1 {
	background: #fafafa;
}
.product-text h2 {
	font-size: 26px;
	line-height: 48px;
	color: #00a0e9;
}
.product-text p {
	font-size: 14px;
	color: #333;
	line-height: 2em;
}
.product-text a {
	display: inline-block;
	padding: 0px 15px;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 38px;
	color: #fff;
	background: #00a0e9;
	transition: all .3s;
}
.product-text a i {
	display: inline-block;
	margin-right: 6px;
	font-size: 22px;
	line-height: inherit;
	color: #fff;
	vertical-align: bottom;
	transition: all .3s;
}
.product-text a:hover {
	color: #fff;
	background: #00ade7;
}

.product-title{
	font-size: 16px;
	color: #00a0e9;
}
.product-app{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 30px;
}
.product-app ol{
	display: block;
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 10px;
}

.product-app li{
	display: inline-block;
	padding: 20px;
	margin: 15px;
	background: #fafafa;
}
.product-app li img{
	width: 110px;
	height: 110px;
}
@media(min-width:992px) {
.product-text {
	padding-left: 35px;
}
}

@media(min-width:1200px) {
.product-text {
	padding-left: 80px;
}
}

@media(max-width:992px) {
.product-text {
	margin-top: 30PX;
}
}
.product-details {
	background: #f2f2f2;
	margin-top: 70px;
}
.product-details .inside-title2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px;
}

@media(max-width:992px) {
.product-details {
	margin-top: 50px;
}
}
#product-details-button {
	padding: 0px 10px;
}
#product-details-button li {
	display: inline-block;
	border: none;
	margin: 0px 1px;
}
#product-details-button li a {
	padding: 10px 20px;
	border-radius: 0px;
	line-height: 30px;
	color: #4d4d4d;
	background: none;
	border: none;
}
#product-details-button li.active a {
	border-radius: 0px;
	color: #fff;
	background: #00a0e9;
}
#details-body {
	padding: 30px 0px;
}
#details-body table p {
	margin: 0px;
	font-size: 14px;
	line-height: 26px;
}
.details-img-list {
	text-align: center;
	padding: 15px;
}
.details-img-list img {
	margin-bottom: 10px;
}
.details-img-list span {
	color: #333;
}
.details-img-list:hover span {
	color: #00a0e9;
}




/*应用领域*/
.app-list {
	display: flex;
	margin: 15px 0px;
}
.app-list a{
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	border-radius: 6px;
	border:1px solid #eee;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	transition: all .4s;
}
.app-list a:hover {
	border:1px solid #00a0e9;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.app-list img {
	display: inline-block;
	width: 110px;
	height: 110px;
	margin:40px 0px;
}
.app-list p {
	margin: 0px 0 40px;
	font-size: 18px;
	color: #333;
}
.app-list a:hover  p {
	color: #00a0e9;
}


/*技术服务*/
.service-nav {
	margin-bottom: 50px;
}
.service-nav a {
	display: inline-block;
	width: 180px;
	padding: 15px;
	margin: 0px 1px;
	text-align: center;
	color: #333;
	background: #fafafa;
}
.service-nav a span{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 48px;
}
.service-nav a.on {
	color: #fff;
	background: #00a0e9;
}

.ly{ width: 100%; max-width: 960px; margin:30px auto 0;}
.ly input{ border:1px solid #ebebeb; line-height:44px; width:100%; padding:0px 15px; margin:10px 0px;}
.ly input:hover,.ly input:focus{  border:1px solid #00a0e9; }
.ly textarea{ border:1px solid #ebebeb; line-height:22px; width:100%; height:200px; padding:15px; margin:10px 0px; outline:none; box-shadow:none;}
.ly .submit{ display:inline-block; padding:0px 25px; background:#4d4d4d; font-size:14px; line-height:36px; color:#fff; margin:30px 0px 15px;transition:all .3s;}
.ly .submit:hover{background:#00a0e9;}

/*下拉*/
.select {
	position: relative;
	width: 100%;
	font-size: 0px;
	margin:10px 0px;
}
.select dt {
	position: relative;
	z-index: 99;
	display: inline-block;
	width: 100%;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 44px;
	font-weight: normal;
	color: #808080;
	border: 1px solid #ebebeb;
	background: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.select dt:hover, .select dt.cur {
	color: #00a0e9;
	border: 1px solid #00a0e9;
}
.select dd {
	position: absolute;
	z-index: 2;
	left: 0;
	top:100%;
	width: 100%;
	padding: 15px 0px;
	border: 1px solid #00a0e9;
	border-top: none;
	background: #fff;
	display: none;
}
.select dd ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	overflow: auto;
}
.select dd ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.select dd ul li a {
	display: block;
	font-size: 13px;
	color: #4d4d4d;
	line-height: 36px;
	padding: 0 15px;
}
.select dd ul li a:hover {
	color: #fff;
	background: #00a0e9;
	text-decoration:none;
}




/*新闻列表*/
.news-list {
	margin-bottom: 30px;
}
.news-list a{
	display: flex;
	padding: 30px 40px;
	border: 1px solid #ebebeb;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
	overflow: hidden;
	transition: all .3s;
}
.news-list:hover a{
	border: 1px solid #00a0e9;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.news-time{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	padding-right: 40px;
	border-right: 2px solid #ebebeb;
	text-align: center;
}
.news-time strong{
	display: inline-block;
	width: 100%;
	font-size: 56px;
	font-weight: bold;
	color: #333;
	transition: all .3s;
}
.news-list:hover strong{
	color: #00a0e9;
}
.news-time p{
	font-size: 18px;
	color: #333;
	text-align: center;
	white-space:nowrap;
	transition: all .3s;
}
.news-list:hover p{
	color: #00a0e9;
}
.news-text {
	padding-left: 40px;
	overflow: hidden;
}
.news-list .news-title {
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.news-list:hover .news-title {
	display: inline-block;
	color: #00a0e9;
}
.news-text span {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	max-height: 48px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-more {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 32px;
	color: #333;
	transition: all .3s;
}
.news-more:hover {
	color: #00a0e9;
}

/*新闻列表*/

.news-list-box {
	padding-top: 6vh;
}
.news-head {
	margin-bottom: 40px;
	text-align: center;
}
.news-head span {
	display: inline-block;
	margin-bottom: 10px;
	color: #999;
}
.news-head h3 {
	margin-bottom: 10px;
}
.news-head hr {
	border-top: 1px dashed #ebebeb;
	margin: 15px 0px;
}
.news-body p {
	font-size: 14px;
	line-height: 2em;
}

@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: #00a0e9;
}
.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: #00a0e9;
}

@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%);
}
.news-page a.news-return:hover {
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
}
}
/*文章通用*/

#map-canvas {
	height: 400px;
	width: 100%;
	margin: 50px 0px 0px;
	padding: 0px;
}
.contact {
	margin-bottom: 20px;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
}
.contact p i {
	display: inline-block;
	margin: 5px 10px 30px 0px;
	float: left;
	font-size: 26px;
	color: #00a6ff;
	vertical-align: text-bottom;
}
.contact small{ display:inline-block; font-size:12px; color:#999; line-height:1em; margin-top:-8px;}
/*联系我们*/




/*2025-08-20 产品-logo列表 */
.logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.logo-list li {
  width: calc(20% - 13px);
}
.logo-list a {
  display: block;
  padding: 12px;
  min-height: 100%;
  text-align: center;
  background: #fafafa;
  border-radius: 4px;
  transition: all 0.4s;
}
.logo-list a:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.logo-list a img {
  max-width: 100%;
  mix-blend-mode: multiply;
}
.logo-list a .name {
  margin-top: 8px;
  color: #666;
  transition: all 0.4s;
}
.logo-list a:hover .name {
  color: #00a0e9;
}