﻿/* 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;
}
p {
	font-size: 14px;
	line-height: 2em;
}
pre {
	margin: 0;
	white-space: pre-wrap;
}
img {
	max-width: 100%;
}
.vcenter-parent {
	display: table;
}
.vcenter {
	display: table-cell;
	vertical-align: middle;
}
.red {
	color: #26004b;
}
.yellow {
	color: #f1a257;
}
.blue {
	color: #3469b1;
}
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fcfcfc;
}
table td {
	font-size: 14px;
	line-height: 24px;
	padding:8px 10px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	;
}
table td p {
	margin: 0px;
}

/*滚动条设置*/
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#222;
}
/*框选选择背景颜色*/
::selection {
	background: #0f48a6;
	color: #fff;
}
::-moz-selection {
background:#0f48a6;
color: #fff;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow: scroll !important;
}
/*页面最低宽度*/
html, body, .container {
	min-width: 1170px;
}
/* 初始设置 */

/*栏目间距*/
.padding-box {
	padding-top: 80px;
	padding-bottom: 80px;
}
/*栏目标题设置*/
.column-title {
	margin: 0px 0px 30px;
}
.column-title h3 {
	margin: 10px 0px;
}
.column-title p {
	width: 70%;
	margin: 0px auto;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
}
/*logo*/
#haed-nav {
	width: 100%;
	background: #fff;
	border: none;
	margin: 0px;
	transition: all .3s;
}
#haed-nav h1 {
	display: flex;
	align-items: center;
	padding: 0px 40px;
	height: 90px;
	float: left;
	background: #0f48a6;
}
#haed-nav h1 a {
}
#haed-nav h1 img {
	display: inline-block;
	max-height: 100%;
}
/*logo*/



/*导航*/
#haed-nav .top-nav {
	float: none;
	line-height: 20px;
	margin: 0px auto;
	vertical-align: bottom;
	text-align: right;
}
/*登陆栏*/
.loginbar {
	font-size: 0px;
}
.loginbar>li {
	display: inline-block;
	padding: 8px 0px 12px;
}
.loginbar>li>a {
	display: inline-block;
	padding: 0px 9px;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	border-right: 1px solid #e6e6e6;
}
.loginbar>li:last-child>a {
	border-right: none;
}
.loginbar>li>a:hover {
	color: #0f48a6;
}
.loginbar>li>a span {
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	vertical-align: top;
}
.loginbar>li.dropdown .dropdown-menu {
	padding: 10px 0px;
	margin: 0px;
	line-height: normal;
	border: none;
	border-radius: 0px;
	background: #fafafa;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.loginbar>li.dropdown .dropdown-menu a {
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.loginbar>li.dropdown .dropdown-menu a:hover {
	color: #0f48a6;
	background: none;
}
/*导航栏*/
#haed-nav .top-nav>li {
	position: relative;
	display: inline-block;
	height: 100%;
	float: none;
}
#haed-nav .top-nav>li:last-child {
	margin-right: 0px;
}
#haed-nav .top-nav>li>a {
	display: inline-block;
	height: inherit;
	font-size: 15px;
	line-height: inherit;
	padding: 9px 15px;
	box-sizing: border-box;
	color: #4d4d4d;
	vertical-align: middle;
	transition: all .3s;
}
#haed-nav .top-nav>li:last-child>a {
	padding-right: 0px;
}
#haed-nav .navbar-nav > .open > a, #haed-nav .navbar-nav > .open > a:hover, #haed-nav .navbar-nav > .open > a:focus, #haed-nav .top-nav>li:hover>a, #haed-nav .top-nav>li.on>a {
	border-radius: 4px;
	color: #0f48a6;
	font-weight: bold;
	background: none;
}
#haed-nav .navbar-nav > .open > a, #haed-nav .navbar-nav > .open > a:hover, #haed-nav .navbar-nav > .open > a:focus, #haed-nav .top-nav>li:hover>a, #haed-nav .top-nav>li.on>a {
	border-radius: 4px;
	color: #0f48a6;
	background: none;
}
#haed-nav .navbar-nav .dropdown .dropdown-menu {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	border: none;
	border-radius: 0px;
	border-top: 2px solid #0f48a6;
	border-bottom: 2px solid #0f48a6;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
#haed-nav .navbar-nav .dropdown dl.dropdown-menu {
	top: -2px;
	left: 100%;
}
#haed-nav .navbar-nav .dropdown .dropdown-menu a {
	display: inline-block;
	width: 100%;
	padding: 3px 20px;
	color: #666;
	line-height: 26px;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}
#haed-nav .navbar-nav .dropdown .dropdown-menu a:focus {
	color: #4d4d4d;
	background: none;
}
#haed-nav .navbar-nav .dropdown .dropdown-menu a:hover {
	background: #0f48a6;
	color: #fff;
}
#haed-nav .navbar-nav .dropdown .dropdown-menu li, #haed-nav .navbar-nav .dropdown .dropdown-menu dd {
	line-height: 0px;
}
#haed-nav .navbar-nav .dropdown-menu .dropdown a {
	padding: 3px 5px 3px 20px;
}
#haed-nav .navbar-nav .dropdown a span {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
#haed-nav .navbar-nav .dropdown-menu .dropdown a span {
	width: 26px;
	height: 26px;
	line-height: 26px;
}
.search {
	position: relative;
	margin-left: 15px;
}
.search-button {
	padding: 9px!important;
	background: #ebebeb!important;
	cursor: pointer;
}
.search-button span {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: #0f48a6;
}
.search-box {
	display: none;
	position: absolute;
	right: 100%;
	top: 100%;
	padding: 15px;
	white-space: nowrap;
	background: #fcfcfc;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.search-box input {
	width: 250px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 20px;
	color: 666;
	border: 1px solid #ccc;
}
.search-box button {
	padding: 7px 20px;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	background: #0f48a6;
	border: none;
	transition: all .3s;
}
.search-box button:hover {
	background: #2e6dd5;
}
/* 面包屑 */
.breadcrumbs {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.breadcrumb li {
	display: inline-block;
	padding: 9px 0px;
	font-size: 13px;
	line-height: 20px;
}
.breadcrumb li strong {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
}
.breadcrumb li a {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #999;
}
.breadcrumb li span {
	color: #0f48a6;
}
a.obtain {
	float: right;
	display: inline-block;
	width: 320px;
	padding: 9px 0px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	vertical-align: bottom;
	background: linear-gradient(-43.28deg, rgba(15, 72, 166, 1) 0%, rgba(34,96,199, 1) 100%)
}
a.obtain span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	font-size: 17px;
	line-height: 20px;
	vertical-align: bottom;
}
/*首页标题*/
.index-title {
	margin-bottom: 60px;
}
.index-title h2 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 600;
	color: #333;
}
.index-title p {
	font-size: 18px;
	line-height: 1.5em;
	color: #999;
}
/*首页新闻*/
.news-link {
	text-align: left;
	font-size: 0px;
}
.news-link>a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 20px;
	margin-top: 25px;
	font-size: 12px;
	line-height: 36px;
	color: #0f48a6;
	border: 1px solid #0f48a6;
	transition: all .3s;
}
.news-link>a:hover {
	color: #fff;
}
.news-link>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #0f48a6;
	transition: all .3s;
}
.news-link>a:hover:before {
	content: "";
	height: 100%;
}
.news-link ol {
	padding: 0px;
}
.news-link ol h3 {
	padding: 0px;
	margin: 0px 0px 20px;
}
.news-link li {
	display: inline-block;
	width: 50%;
}
.news-link li:first-of-type {
	padding-right: 15px;
}
.news-link li:nth-of-type(2) {
	padding-left: 15px;
}
.news-link li strong {
	display: inline-block;
	max-width: 100%;
	margin: 20px 0 8px;
	font-size: 16px;
	line-height: 26px;
	color: #0f48a6;
}
.news-link li small {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #666;
}
.news-link li p {
	display: inline-block;
	margin-top: 8px;
	width: 100%;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
}
/*首页询盘*/
.index-feedback {
	padding: 20px 30px 20px 40px;
	color: #fff;
	background: linear-gradient(-43.28deg, rgba(15, 72, 166, 1) 0%, rgba(34,96,199, 1) 100%)
}
.index-feedback p {
	margin: 0px;
	font-size: 13px;
}
.index-feedback a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 25px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	transition: all .3s;
}
.index-feedback a:hover {
	color: #0f48a6;
}
.index-feedback a:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #fff;
	transition: all .3s;
}
.index-feedback a:hover:before {
	content: "";
	height: 100%;
}
.pagelink {
	margin: 50px 0 70px;
}
.pagelink a {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 20px 25px;
	border: 1px solid #0f48a6;
}
.pagelink a:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #0f48a6;
	transition: all .3s;
}
.pagelink a:hover:before {
	content: "";
	height: 100%;
}
.pagelink a h4 {
	margin: 4px 0 6px;
	font-size: 16px;
	color: #0f48a6;
	transition: all .3s;
}
.pagelink a:hover h4 {
	color: #fff;
}
.pagelink a p {
	font-size: 13px;
	line-height: 22px;
	color: #666;
	margin: 0px;
	transition: all .3s;
}
.pagelink a:hover p {
	color: #ccc;
}
.pagelink div.pagelink-flex {
	float: left;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	padding-right: 25px;
}
.pagelink div.pagelink-flex span {
	width: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 42px;
	color: #0f48a6;
	transition: all .3s;
}
.pagelink a:hover div.pagelink-flex span {
	color: #fff;
}
/*页脚*/
.foot {
	background: #fafafa;
	padding: 50px 0px 0px;
	font-size: 13px;
	line-height: 24px;
	color: #4d4d4d;
	border-top: 1px solid #e6e6e6;
	overflow: hidden;
}
.foot-box {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	color: #666;
}
.foot-box ol {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.foot-box ol a {
	color: inherit;
}
.foot-box ol a:hover {
	color: #0f48a6;
}
.foot-box li {
	font-size: 0px;
}
.foot-box li a {
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	color: #666;
}
.foot-box li a:hover {
	color: #0f48a6;
}
.foot-box li p {
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
}
.copyright {
	padding: 15px 0px;
	margin-top: 70px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background: #0f48a6;
}
.copyright img {
	display: inline-block;
	vertical-align: bottom;
}
.copyright strong {
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
	line-height: 36px;
	vertical-align: bottom;
}
.copyright .text-right {
	padding: 10px 0px;
}
.copyright .text-right a {
	color: inherit;
}
.copyright .text-right a:hover {
	color: #64cefa;
}
.copyright .foot-pagelink {
	display: inline-block;
	margin-left: 20px;
}
.copyright .foot-pagelink a {
	display: inline-block;
	padding: 0px 10px;
	border-left: 1px solid #64cefa;
	color: #64cefa;
}
.copyright .foot-pagelink a:hover {
	text-decoration: underline;
}
/* -内页- */
.inner-box {
	padding: 40px 0px;
}
.inside-title p {
	display: block;
	font-size: 22px;
	line-height: 2.2em;
	padding: 0px 0px 0px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #555;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(90deg, rgba(15, 72, 166, 1) 0%, rgba(100,206,250, 1) 100% ) 1 0%;
	border-top: none;
}
.inner-content {
	display: flex;
}
.left-nav {
	width: 193px;
	margin-right: 40px;
}
.content-box {
	width: 907px;
}
.left-nav ul {
	border: 1px solid #e6e6e6;
}
.left-nav ul ol {
	padding: 15px 20px;
	font-weight: bold;
	color: #fff;
	background: #0f48a6;
}
.left-nav ul li {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	transition: all .3s;
}
.left-nav ul li:hover, .left-nav ul li.on {
	background: #fafafa;
}
.left-nav ul li:last-of-type {
	border-bottom: none;
}
.left-nav ul li a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	line-height: 1.5em;
	color: #333;
}
.left-nav ul li:hover a {
	color: #0f48a6;
}
.left-nav ul li.on a {
	font-weight: bold;
	color: #0f48a6;
}
/*内页链接列表*/
.inner-list {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 10px;
}
.inner-list li {
	width: 25%;
	padding: 10px 5px;
}
.inner-list li a {
	display: block;
	min-height: 100%;
	padding: 10px;
	border: 1px solid #e6e6e6;
	transition: all .3s;
}
.inner-list li a:hover {
	background: #fcfcfc;
	border: 1px solid #0f48a6;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.inner-list li a p {
	padding: 0px 10px;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px 6px;
	color: #0f48a6;
}
.inner-list li a pre {
	padding: 0px 10px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	margin-bottom: 8px;
}
.about {
	background: url(../images/about-bg.jpg) right bottom no-repeat;
	background-size: auto 90%;
}
.about-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.about-list>li {
	width: 47%;
	padding: 40px 30px;
	margin-bottom: 40px;
	color: #fff;
	background: #0f48a6;
	border-radius: 6px;
}
.about-list>li:nth-child(2) {
	background: #88b713;
}
.about-list>li:nth-child(3) {
	background: #e1b418;
}
.about-list>li:nth-child(4) {
	background: #c43b67;
}
.about-list>li:nth-child(2n) {
	margin-left: 6%;
}
.about-list>li h3 {
	margin: 0px 0px 20px;
}
.about-list>li p {
	font-size: 18px;
	opacity: 0.8;
}
/* 发展历程 */
.course {
	padding: 20px 0px;
	margin-left: 20px;
	border-left: 1px dashed #0f48a6;
}
.course li {
	position: relative;
	padding: 15px 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	background: #fafafa;
	transition: all .3s;
}
.course li::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 24px;
	left: -37px;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #0f48a6;
	border-radius: 50%;
}
.course li:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 20px;
	left: -10px;
	width: 20px;
	height: 20px;
	background-color: #fafafa;
	transform: rotate(45deg);
	transition: all .3s;
}
.course li:hover, .course li:hover:after {
	background: #e4effd;
}
.course li strong {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px dashed #e5e5e5;
	transition: all .3s;
}
.course li:hover strong {
	border-bottom: 1px dashed #dbdbdb;
}
/* 图片列表 */
.img-show {
	margin-bottom: 20px;
}
.show-list {
	margin-bottom: 30px;
}
.show-list a {
	position: relative;
	display: block;
	padding: 25px;
	background: #fafafa;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
	transition: all .3s;
}
.show-list a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 2px;
	background-color: #0f48a6;
	transition: transform .3s;
	transform-origin: 100%;
	transform: scaleX(0);
}
.show-list a:hover:after {
	content: "";
	transform-origin: 0%;
	transform: scaleX(1);
}
.show-list a .show-img {
	overflow: hidden;
}
.show-list a .show-img img {
	transform: scale(1);
	transition: all .3s;
}
.show-list a:hover .show-img img {
	transform: scale(1.1);
}
.show-list a .show-name {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.show-list a:hover .show-name {
	color: #0f48a6;
}
/*翻页按钮*/
.pagination {
	margin: 30px 0px 0px;
}
.pagination > li > a {
	color: #333;
	font-size: 14px;
}
.pagination > li > a:hover {
	color: #0f48a6;
	background: #fcfbfa;
}
.pagination > li > a, .pagination > li > span {
	padding: 9px 15px;
}
.pagination > .active > a {
	background-color: #0f48a6;
	border-color: #0f48a6;
}
.pagination > .active > a:hover {
	background-color: #0f48a6;
	border-color: #0f48a6;
}
/* 产品导航列表 */
.product-nav a {
	display: block;
	overflow: hidden;
}
.product-nav>a img {
	width: 100%;
	transform: scale(1);
	transition: all 1s;
}
.product-nav>a:hover img {
	transform: scale(1.1);
}
.product-list-text {
	padding: 25px;
	border: 1px solid #e5e5e5;
}
.product-list-text>a {
	display: inline-block;
	max-width: 100%;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #0f48a6;
	overflow: hidden;
}
.product-list-text>a:hover {
	text-decoration: underline;
}
.product-list-text>p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 15px;
}
.product-list-text ul {
	text-align: left;
	font-size: 0px;
}
.product-list-text ul li {
	display: inline-block;
	width: 50%;
}
.product-list-text ul li a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	line-height: 26px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.product-list-text ul li a:hover {
	color: #e98815;
}
.product-list-text ul li a span {
	color: #e98815
}
/* 产品导航列表2 */
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.product-list li {
	width: 33.333333%;
	padding: 0px 5px 20px;
}
.product-list li a {
	display: block;
	min-height: 100%;
	padding: 10px;
	border: 1px solid #e6e6e6;
	transition: all .3s;
}
.product-list li a:hover {
	background: #fcfcfc;
	border: 1px solid #0f48a6;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.product-list li a p {
	padding: 0px 10px;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px 6px;
	color: #0f48a6;
}
.product-list li a pre {
	padding: 0px 10px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	margin-bottom: 8px;
}
/* 产品列表 */
.product-list2 {
	display: flex;
	flex-wrap: wrap;
}
.product-list2 li {
	position: relative;
	width: 31%;
	margin-right: 3.5%;
	background: #fafafa;
	margin-bottom: 30px;
}
.product-list2 li:nth-child(3n) {
	margin-right: 0;
}
.product-list2 li:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 2px;
	background-color: #0f48a6;
	transform-origin: 100%;
	transform: scaleX(0);
	transition: transform .3s;
}
.product-list2 li:hover:after {
	content: "";
	transform: scaleX(1);
	transform-origin: 0;
}
.product-list2 li p {
	width: 100%;
	margin: 15px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.product-list2 li a:hover p {
	color: #0f48a6;
}
/*产品详情*/
.product-content {
	display: flex;
	margin-bottom: 30px;
}
.product-content>div {
	width: 50%;
}
.product-content>div:first-child {
	padding-right: 50px;
}
.product-text h4 {
	font-size: 22px;
	line-height: 1em;
	color: #333;
	margin: 0px 0px 15px;
}
.product-details {
	margin-bottom: 30px;
}
/*新闻列表*/
.news-list li {
	display: flex;
	padding: 25px 0px;
	border-bottom: 1px dashed #e0e0e0;
}
.news-list li:first-child {
	padding-top: 0px;
}
.news-list li .news-list-img {
	display: inline-block;
	width: 25%;
	margin-right: 40px;
}
.news-list li .news-list-text {
	width: 75%;
}
.news-list li .news-list-text a.news-list-title {
	position: relative;
	display: inline-block;
	max-width: 100%;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.news-list li .news-list-text a.news-list-title:hover {
	color: #0f48a6;
}
.news-list li .news-list-text a.news-list-title:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: #0f48a6;
	transition: all .3s;
}
.news-list li .news-list-text a.news-list-title:hover:after {
	content: "";
	width: 100%;
}
.news-list li .news-list-text p {
	margin: 0px;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 1.75em;
}
/*新闻详情*/
.news-title {
	margin-bottom: 25px;
}
.news-title p {
	margin-bottom: 8px;
}
.news-title span {
	display: inline-block;
	margin-right: 8px;
	color: #8c8c8c;
	font-size: 12px;
}
.news-page {
	padding-top: 20px;
	margin-top: 50px;
	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: #0f48a6;
}
.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: #0f48a6;
}
.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%);
}
/*联系方式*/
.contact-list {
	display: flex;
	padding: 0px 0px 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed#e8e8e8;
}
.contact-list .contact-img {
	width: 30%;
	margin-right: 40px;
}
.contact-list .contact-text {
	width: 70%;
	position: relative;
}
.contact-list .contact-text .contact-title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.contact-list .contact-text .contact-title:hover {
	color: #0f48a6;
}
.contact-list .contact-text .contact-title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #0f48a6;
	transform-origin: 100%;
	transform: scaleX(0);
	transition: transform .3s;
}
.contact-list .contact-text .contact-title:hover:after {
	content: "";
	transform: scaleX(1);
	transform-origin: 0;
}
.contact-list .contact-text p {
	margin: 0px;
}
.contact-list .contact-text .contact-more {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	display: inline-block;
	padding: 0px 25px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #808080;
	border: 1px dashed #eee;
	transition: all .3s;
}
.contact-list .contact-text .contact-more:hover {
	color: #fff;
}
.contact-list .contact-text .contact-more:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #0f48a6;
	transition: all .3s;
}
.contact-list .contact-text .contact-more:hover:before {
	content: "";
	height: 100%;
}
/* 联系方式详情 */
.contact h2 {
	margin: 0px 0px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #0f48a6;
}
.contact p {
	line-height: 30px;
	margin: 0px;
}
.contact i {
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	line-height: 18px;
	color: #0f48a6;
}
#map-canvas {
	height: 400px;
	width: 100%;
	margin: 30px 0px 0px;
	padding: 0px;
}
/*网站地图*/

.sitemap ul {
	padding: 25px 0;
	font-size: 0px;
	border-bottom: 1px dashed #e0e0e0;
}
.sitemap ul:first-child {
	padding:0 0 25px;
}
.sitemap ul ol {
	width: 100%;
	padding: 0px 15px;
	margin: 10px 0;
	font-size: 17px;
	line-height: 20px;
	color: #0f48a6;
	font-weight: bold;
}
.sitemap ul ol a{
	display: inline-block;
	line-height:inherit;
	position: relative;
}
.sitemap ul ol a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #0f48a6;
	transform-origin: 100%;
	transform: scaleX(0);
	transition: transform .3s;
}
.sitemap ul ol a:hover:after {
	content: "";
	transform: scaleX(1);
	transform-origin: 0;
}
.sitemap ul li {
	display: inline-block;
	min-width: 25%;
}
.sitemap ul li>a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
}
.sitemap ul li>a:hover {
	font-weight: bold;
	color: #0f48a6;
}
.sitemap ul li>a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 15px;
	width: 6px;
	height: 6px;
	background-color: #0f48a6;
}
.sitemap ul li>dl dd a {
	position: relative;
	display: inline-block;
	padding-left: 45px;
	font-size: 12px;
	line-height: 30px;
	color: #808080;
}
.sitemap ul li>dl dd a:hover {
	font-weight: bold;
	color: #0f48a6;
}
.sitemap ul li>dl dd a:after {
 content: "";
 position: absolute;
 z-index: 2;
 left: 30px;
 top:12px;
 display: block;
 width: 6px;
 height: 6px;
 border-top: 1px solid #e98815;
 border-right: 1px solid #e98815;
 transform: rotate(45deg);
}

/*留言反馈*/
.feedback-box{
	margin: 30px auto;
	width: 80%;
}
.ly{margin-top: 20px;}
.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 #0f48a6; }
.form-control{ border:1px solid #ebebeb; line-height:44px; height: 44px; width:100%; padding:0px 15px; margin:10px 0px; border-radius: none; box-shadow: 0;}
.ly textarea{ border:1px solid #ebebeb; line-height:22px; width:100%; height:160px; 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:15px 0px;transition:all .3s;}
.ly .submit:hover{background:#0f48a6;}



/*2019-10-09*/
.client-lsit{
    position: relative;
    z-index: 1;
    padding: 15px;
    margin-top: -1px;
    margin-left: -1px;
    border:1px solid #ebebeb;
    background:#fafafa;
    text-align: center;
    transition:all .3s;
}
.client-lsit:hover{
    background:#fff;
}
.client-lsit:before{ content:""; position: absolute;  z-index:2; top: 0px;left: 0%;width: 100%;height: 100%; border:1px solid #0f48a6; opacity:0; transition:all .3s;}
.client-lsit:hover:before{ content:"";  border:1px solid #0f48a6; opacity:1;}
.client-lsit p{
   margin:6px 0px 0px;
}