﻿@charset "utf-8";
/* CSS Document */
html, body {
	min-width: 1000px;
}
body {
	margin: 0px;
	padding: 0px;
	padding-top: 100px;
	position: relative;
}

@media(max-width:1200px) {
body {
	padding-top: 100px;
}
}
* {
	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%;
}

::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background:#144ea0;
}
/*滚动条设置*/
table {
	box-sizing: border-box;
	width: 100%;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb
}
table td {
	font-size: 14px;
	line-height: 24px;
	padding: 5px 10px;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	background: #fff;
}
table td p {
	margin-bottom: 0px;
}
/*表格边框样式*/

.modal-open {
	overflow: scroll !important;
}
/*boostrap遮罩层导致页面抖动*/

.container {
	min-width: 970px;
}

@media(min-width:1600px) {
.container {
	width: 1440px;
}
}
/* 初始设置 */


.margin-box {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*栏目间距*/

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

/*顶部导航*/
#haed-nav {
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: none;
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.3);
	transform: translate(0%, 0%);
	transition: all ease .45s;
}
.wap-nav-open #haed-nav {
	transform: translate(-66%, 0%);
}
.navbar-header {
	display: inline-block !important;
}
.navbar-brand {
	width: auto;
	padding: 0px;
	height: auto;
	overflow: hidden;
	transition: all .3s;
}
.navbar-brand h1 {
	display: inline-block;
	font-size: 0px;
	height: 50px;
	padding: 15px 0px 15px;
	line-height: 20px;
}
.navbar-brand h1 {
	height: 100px;
	padding: 37px 0px 37px;
	line-height: 26px;
}
.navbar-brand>h1>img {
	display: inline-block;
	max-height: 100%;
	vertical-align: bottom;
}
.navbar-brand>h1>img:last-child {
	margin-left: 12px;
}
#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: #4d4d4d;
	line-height: inherit;
	height: inherit;
}
#haed-nav .navbar-nav {
	float: right;
	display: inline-block;
	vertical-align: bottom;
}
#haed-nav .navbar-nav>li {
	float: left;
}
#haed-nav .navbar-nav > li > a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	color: #4d4d4d;
}
#haed-nav .navbar-nav > li > a {
	padding: 15px 20px;
	line-height: 70px;
}
#haed-nav .navbar-nav> li:hover > a, #haed-nav .navbar-nav> li.on > a {
	color: #1666cd;
}
#haed-nav .navbar-nav > .open > a, #haed-nav .navbar-nav > .open > a:hover, #haed-nav .navbar-nav > .open > a:focus {
	color: #1666cd;
	background: none !important;
}
#haed-nav .navbar-nav > li > .dropdown-menu a {
	line-height: 30px;
}
#haed-nav .navbar-nav > li > .dropdown-menu a:hover {
	color: #fff;
	background: #1666cd;
}

@media(max-width:1600px) {
.navbar-brand>h1>img:last-child {
	display: none;
}
}
/*顶部导航*/

/*容器*/
.wrap {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: #fff;
	transform: translate(0%, 0%);
	transition: all ease .45s;
	box-shadow: 0 2vw 2vw rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.wap-nav-open .wrap {
	transform: translate(-66%, 0%);
}
/*容器*/
/*手机侧导航*/
.wap-nav-mask {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	transform: translate(0%, 0%);
	transition: all ease .45s;
}
.wap-nav-open .wap-nav-mask {
	display: block;
	transform: translate(-66%, 0%);
}
#wap-nav {
	position: fixed;
	z-index: 0;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 66%;
	overflow: hidden;
	transition: all ease .45s;
}
.wap-nav-open #wap-nav {
	transform: translate(0%, 0%);
}
.wap-nav-haed {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	padding-left: 8%;
	color: #fff;
	background: #144ea0;
	overflow: hidden;
}
.wap-nav-haed a {
	display: inline-block;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.wap-nav-haed a span {
	display: inline-block;
	width: inherit;
	height: inherit;
	line-height: inherit;
	font-size: 18px;
	color: #fff;
	vertical-align: bottom;
}
.wap-nav-haed a.wap-nav-close span {
	font-size: 24px;
}
.wap-nav-bottom {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	font-size: 0px;
	color: #4d4d4d;
}
.wap-nav-bottom>div {
	display: inline-block;
	width: 50%;
}
.wap-nav-bottom>div.open {
	background: #333;
}
.wap-nav-bottom>div>a {
	display: inline-block;
	width: 100%;
	padding: 0px !important;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #4d4d4d;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.wap-nav-bottom>div.open>a {
	color: #fff;
}
.wap-nav-bottom>div:first-child>a {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.wap-nav-bottom>div>a>span {
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: bottom;
}
.wap-nav-bottom>div div.dropdown-menu {
	position: absolute;
	z-index: 1000;
	top: auto;
	bottom: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 8% 8%;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: #333;
	font-size: 0px;
}
.wap-nav-bottom>div div.wap-language a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #ccc;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.wap-nav-bottom>div div.wap-language a:first-child {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.wap-nav-bottom>div div.wap-search input {
	display: inline-block;
	max-width: 80%;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	vertical-align: bottom;
}
.wap-nav-bottom>div div.wap-search a {
	display: inline-block;
	width: 20%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.wap-nav-box {
	position: absolute;
	z-index: 1;
	top: 50px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	width: 100%;
	overflow-y: auto;
}
.wap-nav-box>li {
	font-size: 14px;
	line-height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
.wap-nav-box>li>a {
	display: inline-block;
	width: 100%;
	padding: 0px 8%;
	line-height: inherit;
	color: #4d4d4d;
	transition: all .3s;
}
.wap-nav-box>li.open>a {
	padding-left: 12%;
	color: #fff;
	background: #4d4d4d;
}
#wap-nav .dropdown-backdrop {
	display: none !important;
}
.wap-nav-box>li>ul {
	position: relative;
	border: none;
	width: 100%;
	border-radius: 0px;
	box-shadow: none;
	padding: 10px 0px;
}
.wap-nav-box>li>ul>li>a {
	font-size: 14px;
	line-height: 32px;
	padding: 0px 8%;
}
.wap-nav-box>li>ul>li>a span {
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
	color: #144ea0;
	vertical-align: bottom;
}
/*手机侧导航*/



.index-title {
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
	margin: 0px 0px 40px;
	font-size: 24px;
	line-height: 1em;
	color: #4d4d4d;
	text-align: center;
}
.index-title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #1666cd;
}
a.more {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 25px;
	margin-top: 40px;
	font-size: 14px;
	line-height: 42px;
	color: #4d4d4d;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
a.more:hover {
	color: #fff;
	background: #1666cd;
	border: 1px solid #1666cd;
}
a.more:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #1666cd;
	transition: all .4s;
}
a.more:hover:after {
	content: "";
	width: 100%;
	height: 100%;
}
a.more.more-w {
	color: #fff;
	border: 1px solid #fff;
	transition: all .4s;
}
a.more.more-w:hover {
	color: #1666cd;
	background: #fff;
	border: 1px solid #fff;
}
a.more.more-w:after {
	content: "";
	background-color: #fff;
}
/*首页公共*/

.index-case {
	margin: 40px auto;
}
/*首页案例*/

.index-product {
	background: #fafafa;
	padding: 40px 0px;
}
.index-product-list {
	margin: 15px 0px;
}
.index-product-list a {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
}
.index-product-list a img {
	width: 100%;
	transform: scale(1);
	transition: all .4s;
}
.index-product-list a:hover img {
	transform: scale(1.2);
}
.index-product-list a p {
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0px 20px;
	margin: 0px;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.6) 100%);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transform: translate(0px, 100%);
	transition: all .4s;
}
.index-product-list a:hover p {
	transform: translate(0px, 0%);
}
/* 首页产品 */
.index-about {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.index-about:after {
	content: url(../images/img-about-bg1.jpg);
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: auto;
}
.index-about-box {
	padding: 60px 10%;
	margin-top: 240px;
	color: #fff;
	background: #1666cd;
}
.index-about-box h2 {
	margin: 0px 0px 40px;
}
/*首页关于*/


.foot-contact {
	padding: 20px 0px;
	margin-top: 30px;
	background: #fafafa;
}
.foot-contact p {
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
	line-height: 50px;
	margin: 0px 0px 0px 20px;
}
.foot-contact img {
	display: inline-block;
	vertical-align: bottom;
}
.foot-contact a {
	display: inline-block;
	vertical-align: bottom;
	float: right;
	padding: 0px 25px;
	margin: 4px 0px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	background: #144ea0;
	border-radius: 4px;
	transition: all .4s;
}
.foot-contact a:hover {
	background: #1666cd;
}
/*页脚横幅*/
.foot {
	background: #2c2c2c;
	padding: 40px 0px 0px;
	color: #999;
	font-size: 13px;
}
#foot-nav {
	display: flex;
	justify-content: space-between;
	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;
	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: 12px;
	line-height: 30px;
	color: #ccc;
}
#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 p {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	color: #ccc;
}
#foot-nav .panel-body a:hover {
	color: #144ea0;
}
/*页脚导航*/

.foot-ewm>div {
	width: 120px;
	margin-left: 10px;
	text-align: center;
}
.foot-ewm>div:last-child {
	margin-left: 0px;
}
/*页脚右侧图文*/
.bq {
	padding: 15px;
	margin: 30px 0px 0px;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	border-top: 1px solid #4d4d4d;
	text-align: center;
}
.bq a {
	display: inline-block;
	margin: 0px 5px;
}
/* 版权 */

.inside-banner {
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.breadcrumb {
	background: none;
	padding: 0px;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0px;
	margin: 0px;
	overflow: hidden;
}
.breadcrumb li {
	display: inline-block;
	padding: 0px;
	line-height: normal;
}
.breadcrumb li a, .breadcrumb li span {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	padding: 0px;
	margin: 20px 0px;
}
.breadcrumb li a:hover {
	color: #1666cd;
}
.inside-nav {
	margin: 40px auto;
	display: block;
	text-align: center;
	overflow: hidden;
}
.inside-nav li {
	display: inline-block;
	margin: 0px 10px;
}
.inside-nav li a {
	display: inline-block;
	padding: 0px 25px;
	font-size: 14px;
	line-height: 36px;
	color: #4d4d4d;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
.inside-nav li a:hover {
	border: 1px solid #1666cd;
}
.inside-nav li.on a {
	color: #1666cd;
	border: 1px solid #1666cd;
}
.pagination>li>a {
	color: #666;
	font-size: 12px;
}
.pagination>li>a:hover {
	color: #144ea0;
	background: #f7f7f7;
}
.pagination>li.on>a {
	color: #fff;
	background: #1666cd;
	border-color: #1666cd;
}
/*内页公共*/

h2.about-title {
	margin: 0px 0px 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#about-jiayang {
	padding-top: 50px;
}
#about-jiayang .about-text {
	padding: 0px 6%;
}
#about-jiayang p {
	font-size: 14px;
	line-height: 1.75em;
}
.about-list {
	position: relative;
	padding: 50px 40px;
	text-align: center;
}
#about-jiayang .about-list:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 60px;
	right: 0%;
	width: 1px;
	height: 100px;
	background-color: #ebebeb;
	transition: all .3s;
}
#about-jiayang .about-list:nth-last-of-type(2):after {
	content: "";
	display: none;
}
.about-list b {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 15px;
}
#culture {
	background: url(../images/img-culture-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
/*关于我们*/

.join-list {
	position: relative;
	z-index: 1;
	padding: 15px;
}
.join-list>span {
	position: absolute;
	z-index: 2;
	top: 2%;
	right: 5%;
	font-size: 8vmax;
	opacity: 0.2;
}
.join-list:first-child>span {
	color: #144ea0;
}
.join-list:nth-child(2)>span {
	color: #e79b31;
}
.join-list:nth-child(3)>span {
	color: #c22981;
}
.join-list:nth-child(4n)>span {
	color: #256aaf;
}
.join-list:nth-child(4n+1)>span {
	color: #144ea0;
}
.join-list:nth-child(4n+2)>span {
	color: #e79b31;
}
.join-list:nth-child(4n+3)>span {
	color: #c22981;
}
.join-list>div {
	padding: 30px;
	background: #fafafa;
	border-radius: 6px;
}
.join-list>div i {
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
	text-transform: Uppercase;
}
.join-list>div h3 {
	margin-top: 0px;
	margin-bottom: 25px;
}
.join-text {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 160px;
	padding-right: 10px;
	overflow-y: auto;
}
/*招聘*/

.product-list {
	margin-bottom: 20px;
	text-align: center;
}
.product-list a .product-list-img {
	overflow: hidden;
}
.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: 30px 0px 30px;
	font-size: 15px;
	line-height: 1em;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.product-list a:hover p {
	color: #1666cd;
}
.product-list a span {
	font-size: 12px;
	color: #999;
}
/*产品列表*/

.product-text h4 {
	color: #1666cd;
}
.product-text p {
	font-size: 14px;
	color: #333;
	line-height: 1.75em;
}
.product-text a {
	display: inline-block;
	padding: 0px 15px;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 38px;
	color: #fff;
	background: #1666cd;
	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: #144ea0;
}
.product-details {
	background: #f2f2f2;
	margin-top: 70px;
}
.product-details .inside-title2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px;
}
#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: #1666cd;
}
#details-body {
	padding: 30px 1%;
}
#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: #1666cd;
}
/*产品详情*/



.program-list {
	padding: 15px;
}
.program-list a {
	display: inline-block;
	background: #fff;
	transition: all .4s;
}
.program-list a .program-img{
	overflow: hidden;
}
.program-list a .program-img img {
	transform:scale(1);
	transition: all .4s;
}
.program-list a:hover .program-img img {
	transform:scale(1.2);
}

.program-list p {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #4d4d4d;
	text-align: center;
	margin: 25px 0px 12px;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition: all .4s;
}
.program-list a:hover p {
	color: #1666cd;
}
/*方案*/


.down-list{
	margin-bottom: 25px;
}
.down-list tr {
	background: #fff;
	transition: all .4s;
}
.down-list tr:hover {
	background: #fafafa;
}
.down-list tr:first-child td{
	background: #fafafa;
	line-height: 40px;
	color: #1666cd;
}
.down-list td {
	text-align: center;
	color: #4d4d4d;
	background: none;
}
.down-list tr td:nth-child(1) {
	width: 5%;
}
.down-list tr td:nth-child(2) {
	width: 55%;
	text-align: left;
}
.down-list tr td:nth-child(3) {
	width: 10%;
}
.down-list tr td:nth-child(4) {
	width: 15%;
}
.down-list tr td:nth-child(5) {
	width: 15%;
}
a.down-name {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	font-size: 15px;
	line-height: 36px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
a.down-name:hover {
	color: #1666cd;
}
a.down-name:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: #1666cd;
	transition: all .3s;
}
a.down-name:hover:after {
	content: "";
	width: 100%;
}
a.down-button {
	display: inline-block;
	padding: 0px 25px;
	font-size: 12px;
	line-height: 32px;
	color: #4d4d4d;
	transition: all .4s;
}
a.down-button:hover {
	color: #fff;
	background: #1666cd;
}
a.service-more {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 20px;
	line-height: 42px;
	color: #666;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
a.service-more:hover {
	color: #fff;
	border: 1px solid #1666cd;
	background: #1666cd;
}
.faq-list1 {
	padding: 8px 15px;
}
.faq-list1>div {
	border: 1px solid #ebebeb;
	padding: 15px 25px;
	transition: all .3s;
}
.faq-list1>div:hover {
	border: 1px solid #1666cd;
}
.faq-list1>div a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	font-size: 18px;
	color: #144ea0;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.faq-list1>div a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: #1666cd;
	transition: all .3s;
}
.faq-list1>div a:hover:after {
	content: "";
	width: 100%;
}
.faq-list1>div p {
	font-size: 14px;
	line-height: 2em;
	height: 4em;
	margin: 0px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*服务*/


.news-list {
	margin-bottom: 20px;
}
.news-list li {
	display: flex;
	padding: 40px 0px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.news-list li:first-child {
	border-top: 1px solid #ebebeb;
}
.news-time {
	position: relative;
	z-index: 1;
	padding-right: 70px;
	font-size: 18px;
	line-height: 24px;
	color: #999;
	white-space:nowrap;
}
.news-time:after{ content:""; position: absolute;  z-index:-1;top: 12px;right: 22px;width: 26px;height: 1px;background-color:#f0f0f0;}
.news-img {
	margin-left: 120px;
}
.news-img a {
	display: block;
	width: 200px;
	overflow: hidden;
}

.news-text {
	overflow: hidden;
}
.news-text .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-text .news-title:hover {
	display: inline-block;
	color: #1666cd;
}
.news-text p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	max-height: 72px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.news-more {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 32px;
	color: #999;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
a.news-more:hover {
	color: #fff;
	border: 1px solid #1666cd;
	transition: all .3s;
}
a.news-more:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #1666cd;
	transition: all .3s;
}
a.news-more:hover:after {
	content: "";
	width: 100%;
}
/*新闻列表*/

.news-head {
	margin-bottom: 40px;
	text-align: center;
}
.news-head span {
	display: inline-block;
	color: #999;
	margin: -10px 0px 10px;
}
.news-head h3 {
	margin-bottom: 20px;
}
.news-head hr {
	border-top: 1px dashed #ebebeb;
}
.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 dashed #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: #1666cd;
}
.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: #1666cd;
}

@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: 0px;
	padding: 0px;
}
.contact-list {
	text-align: center;
	padding: 15px 3%;
}
.contact-icon {
	display: inline-block;
	width: 10vmin;
	height: 10vmin;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #1666cd;
}
.contact-icon span {
	display: inline-block;
	width: 10vmin;
	height: 10vmin;
	font-size: 5vmin;
	line-height: 10vmin;
	color: #fff;
}

.contcta-feedb{
	margin-bottom: -30px;
	background: #fafafa;
	border-bottom: 1px solid #ebebeb;
}
.feedback{ width:100%; padding: 0px 25%; overflow: hidden;}
.feedback input{ border:1px solid #ebebeb; line-height:44px; width:100%; padding:0px 15px; margin:10px 0px;}
.feedback textarea{ border:1px solid #ebebeb; line-height:22px; width:100%; height:160px; padding:15px; margin:10px 0px; outline:none; box-shadow:none;}
.feedback .submit{ display:inline-block; padding:0px 25px; background:#4d4d4d; font-size:14px; line-height:36px; color:#fff; margin:15px 0px;transition:all .3s;}
.feedback .submit:hover{background:#1666cd;}

/*联系我们*/