@charset "utf-8";

a:hover,
a:focus {
	color: #23527c;
	text-decoration: none !important;
	cursor: pointer;
}

ol {
	margin-bottom: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}


.thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
}


.navbar {
	min-height: 40px;
	margin-bottom: 0;
	font-size: 13px;
	border: none;
}


.ylt-top .logo {
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ylt-btn-search {
	color: #FFFFFF;
	background: #F5A623;
	border-color: #F5A623;
	border-radius: 0;
}

.sear .navbar-form .tag {
	position: absolute;
	top: 6px;
	right: 50px;
	z-index: 10;
}

.sear .navbar-form .form-control {
    border: 1px solid #EBEBEB;
    border-radius: 0;
	background: #FAFAFA;
	padding-right: 90px;
}

input:focus,
button:focus {
	box-shadow: none !important;
}

.sear .navbar-form .tag a {
	display: inline-block;
	width: auto;
	padding:0 4px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	background: #E0E0E0;
	color: #888888;
	transition: all .2s;
}

.sear .navbar-form .tag a:hover {
	background: #103481;
	color: #FFFFFF;
}


/*banner*/
.index-banner img {
	width: 100%;
}

.index-banner .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
	left: 30px;
}

.index-banner .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
	right: 30px;
}

.index-banner .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23F9D901'%2F%3E%3C%2Fsvg%3E");
}

.index-banner .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23F9D901'%2F%3E%3C%2Fsvg%3E");
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
	width: 14px;
	height: 22px;
	margin-top: -11px;
	background-size: 14px 22px;
}

.index-banner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.ylt-tit-center {
	text-align: center;
	color: #103481;
	margin-bottom: 50px;
	font-size: 24px;
}

.ylt-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.ylt-tit h4 {
	font-size: 18px;
	color: #103481;
	font-weight: normal;
}

.ylt-tit a {
	display: inline-block;
	color: #999999;
	font-size: 14px;
}

.ylt-tit a:hover {
	color: #103481;
}

.no-padding {
	padding: 0;
}

.mt30 {
	margin-top: 30px;
}

.more {
	display: block;
	width: 220px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #666666;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
}

.news,
.customers {
	padding: 30px 0;
}

/*新闻*/
.news {
	background: #FFFFFF;
}

.news-one {
	margin-bottom: 30px;
}

.news .news-one .item {
	position: relative;
	display: block;
}

.news .news-one .item .title {
	width: 100%;
	padding: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .news-list ul li {
	padding: 15px 10px 10px;
	border-top: 1px solid #F1F5F6;
}

.news .news-list p.date {
	font-size: 13px;
	color: #808080;
	line-height: 18px;
	margin-bottom: 8px;
}

.news .news-list a.title {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #282828;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-list a.title:hover {
	color: #103481;
}

/* 典型客户 */
.customers {
	background: #F7F7F7;
}

.customers img {
	display: block;
	margin-bottom: 30px;
}

.customers .cus-logo {
	padding-bottom: 40px;
}

.customers img {
	width: 100%;
}

/* 底部 */
.footer {
	background: #333;
	padding: 60px 0 50px;
}

.footer .footer_nav {
	margin-bottom: 20px;
}

.footer .footer_nav h4 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal;
}

.footer .footer_nav h4 a {
	color: #FAFAFA;
	font-size: 16px;
	line-height: 24px;
}

.footer .footer_nav p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	transition: 0.2s;
	margin-bottom: 0;
}

.footer .footer_nav p a {
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	line-height: 24px;
	display: inline-block;
	transition: 0.2s;
}

.footer .footer_nav p a:hover {
	color: #ffffff;
	transition: 0.2s;
}

.footer .footer_nav p a i {
	display: inline-block;
	padding-right: 10px;
}

.footer .lx p {
	line-height: 30px;
	margin-top: 6px;
	margin-bottom: 0;
	padding-left: 18px;
}

.banquan {
	background: #111;
	padding: 15px 0;
}

.banquan p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0;
	text-align: center;
	line-height: 20px;
	margin-bottom: 0;
}

.banquan p span {
	display: inline-block;
	padding-left: 30px;
}

/* 我要定制 */
.nCustomized {
	padding: 80px 0;
}

.nCustomized h3 {
	text-align: center;
	margin-bottom: 50px;
}

.nCustomized form {
	margin-top: 50px;
}

.control-label {
	text-align: left;
}

.nCustomized .btn {
	margin-top: 30px;
	display: block;
	width: 100px;
	color: #000000;
	border: 1px solid #000000;
	text-align: center;
	font-size: 16px;
	transition: all 0.3s;
}


/* 内页样式 */
.nBanner img {
	width: 100%;
}

/*内页-分页样式*/
.pagination {
	margin: 30px 0 0;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #103481;
	border-color: #103481;
}

.page-link {
	color: #103481;
}

/*内页-tab样式*/
.nNav {
	margin-bottom: 10px;
}

.nNav a {
	display: inline-block;
	text-align: center;
	padding: 6px 15px;
	border: 1px solid #CCCCCC;
	color: #666;
	font-size: 15px;
	line-height: 28px;
	margin: 0 10px 15px 0;
}

.nNav a.on,
.nNav a:hover {
	background-color: #103481;
	border-color: #103481;
	color: #FFFFFF;
}

/*内页-位置样式*/
.place {
	background: #F5F5F5;
}

.place .place-nav {
	float: right;
	font-size: 12px;
	color: #636363;
	text-align: right;
	line-height: 40px;
}

.place .place-nav a {
	color: #636363;
}

.place .place-nav a:hover {
	color: #333;
}

/* 内页-产品中心 */
.nProduct {
	background: #F7F7F7;
}

.nProduct .col-6:nth-child(odd) {
	padding-right: 8px;
}

.nProduct .col-6:nth-child(even) {
	padding-left: 8px;
}

.nProduct .item {
	display: block;
	background: #FFFFFF;
	margin-bottom: 20px;
	transition: all .6s ease;
}

.nProduct .item .thumbnail {
	margin-bottom: 0;
	padding: 15px;
}

.nProduct .item img {
	background: #FFFFFF;
	transition: all 0s;
}

.nProduct .item:hover {
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.10);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0)
}

.nProduct .item div.text {
	margin: 0 15px;
	padding: 10px 0;
	text-align: center;
	position: relative;
}

.nProduct .item div.text:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #EBEBEB;
	position: absolute;
	top: 0;
	left: 0;
}

.nProduct .item div.text p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #111;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*内页-产品详情页*/
.nProduct-detail .top {
	background: #F7F7F7;
	padding: 30px 0;
}

.nProduct-detail .top .pro-txt {
	padding-left: 0;
	/*max-height: 520px;*/
    overflow-y: auto;
}
}

.nProduct-detail .top .pro-txt h4 {
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.nProduct-detail .top .pro-add {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 45px;
}

.nProduct-detail .top .pro-add p {
	margin-bottom: 0;
	font-size: 14px;
	color: red;
	padding-left: 20px;
}

.nProduct-detail .top a.nMore {
	display: inline-block;
	padding: 8px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #125DB4;
	text-align: center;
	border: 1px solid #125DB4;
}

.nProduct-detail .top a.nMore:hover {
	background: #125DB4;
	color: #FFFFFF;
	border: 1px solid #125DB4;
}

.nProduct-detail .top .pro-txt p {
	font-size: 14px;
	color: #555555;
	margin-bottom: 0px;
}

.nProduct-detail .top .pro-txt ul li {
	font-size: 14px;
	line-height: 24px;
	color: #555555;
}

.nProduct-detail .bottom {
	padding: 30px 0;
}

.nProduct-detail .bottom .tab-tit {
	padding: 8px 80px;
	background: #125DB4;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 30px;
}

.nProduct-detail .bottom .con img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
	height: auto !important;
}

.nProduct-detail .bottom .con p {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
}

.nProduct-detail .bottom ul.nav {
	margin-bottom: 40px;
}

.nProduct-detail .bottom ul.nav li a.active,
.nProduct-detail .bottom ul.nav li a:hover {
	background: #125DB4;
	color: #FFFFFF;
}

.nProduct-detail .bottom ul.nav li a {
	padding: 8px 30px;
	font-size: 16px;
	background: #F5F5F5;
	color: #999;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	margin-right: 16px;
}


.nProduct-detail .paging {
	margin-bottom: 40px;
}

.nProduct-detail .paging .paging-box {
	background: #F7F7F7;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 20px;
}

.nProduct-detail .paging .paging-box a {
	color: #555;
}

.nProduct-detail .paging .paging-box .left {
	float: left;
}

.nProduct-detail .paging .paging-box .right {
	float: right;
}

.table-responsive table p{    margin: 10px;}


.table-responsive table {
	border: 1px solid #dee2e6;
	width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}


.table-responsive table thead th {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #dee2e6;
}

.table-responsive table tbody td {
	text-align: center;
	border: 1px solid #dee2e6;
}

.table-responsive table thead td,
.table-responsive table thead th {
	border-bottom-width: 1px;
}

.table-bordered {
	border: 0;
}

.table thead th {
	vertical-align: middle;
	text-align: center;
}

.table tbody td {
	text-align: center;
}

.table tbody td a {
	font-size: 12px;
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 1px;
}

.table th.cpxq {
	padding: .75rem 1.5rem;
}


/* 内页-新闻列表 */
.nNews {
	background: #F7F7F7;
}

.nNews .item {
	display: block;
	background: #FFFFFF;
	padding: 15px;
	margin-bottom: 30px;
}

.nNews .item .nNews-img {
	position: relative;
}

.nNews .item .nNews-img img {
	height: auto;
}

.nNews .item .nNews-img span {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	color: #FFFFFF;
	padding: 6px 12px;
	font-size: 14px;
}

.nNews .item p {
	margin-bottom: 0;
}

.nNews .item p.bt {
	color: #282828;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nNews .item p.txt {
	color: #666;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;    
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nNews .item:hover {
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.10);
}

/* 内页-新闻详情 */
.nNews-detail {
	padding: 0 0 60px;
	background: #F5F5F5;
}

.nNews-detail .box {
	background: #FFFFFF;
	padding: 40px 25px 30px;
}

.nNews-detail .nNews-tit {
	text-align: center;
	margin-bottom: 20px;
}

.nNews-detail .nNews-tit h1 {
	color: #111;
    font-size: 24px;
	margin-top: 0;
    margin-bottom: 15px;
}

.nNews-detail .nNews-tit .date {
	font-size: 14px;
	color: #888888;
}

.nNews-detail .nNews-con img {
	display: block;
    max-width: 100%;
    margin: 20px auto;
    height: auto !important;
}

.nNews-detail .nNews-con p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
}

/* 内页-人才招聘 */
.nJob {
	background: #F7F7F7;
}

.nJob .item {
	background: #FFFFFF;
	padding: 20px 30px;
	margin-bottom: 20px;
}

.nJob .item h3 {
	font-size: 20px;
	color: #333333;
}

.nJob .item h3 i {
	display: inline-block;
	margin-right: 10px;
}

.nJob .item .text {
	color: #999;
	font-size: 13px;
	margin-bottom: 30px;
}
.nJob .item .job-content {
	margin-bottom: 20px;
}
.nJob .item .job-content h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333;
}
.nJob .item .job-content .editable-text {
	font-size: 13px;
	color: #666666;
	line-height: 24px;
}

/* 内页-联系我们 */
.nContact h4 {
	padding: 10px 0 15px;
	font-size: 18px;
}

.nContact .item {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

.nContact .item h6 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}

.nContact .item h6,
.nContact .item ul {
	float: left;
	margin-bottom: 0;
}

.nContact .thumbnail {
	padding: 4px;
	border: 1px solid #DDDDDD;
}

.pd-space {
	padding: 50px 0;
}

/* 内页-关于我们 */
.nAbout h5 {
	text-align: center;
	margin: 20px 0 30px;
}

.nAbout p {
	font-size: 15px;
	line-height: 30px;
	color: #333;
}

nAbout .item {
	background: #FFFFFF;
	display: block;
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #EBEBEB;
}

.nAbout .item img {
	width: 100%;
	height: 166px;
}

.nHonour {
	/*background: #F7F7F7;*/
}

.nHonour .item {
	background: #FFFFFF;
	display: block;
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #EBEBEB;
}

.nHonour .item img {
	width: 100%;
	height: 166px;
}


/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.index-banner .swiper-button-prev,
	.index-banner .swiper-button-next {
		width: 27px;
		height: 44px;
		margin-top: -22px;
		background-size: 27px 44px;
	}

	.news,
	.photo,
	.customers {
		padding: 80px 0;
	}

	.tit {
		margin-bottom: 40px;
	}

	/* 产品中心 */
	.nProduct .col-6:nth-child(odd) {
		padding-right: 15px;
	}

	.nProduct .col-6:nth-child(even) {
		padding-left: 15px;
	}

	.nProduct .item {
		margin-bottom: 30px;
	}

	.control-label {
		text-align: right;
	}
	
	.nNews .item .nNews-img img {
		height: auto;
	}
	
	.nHonour .item img {
		height: 146px;
	}

}

/* 中等屏幕（桌面显示器，大于等于992px） */

@media (min-width: 992px) {
	#page .pagination {
		margin: 30px 0 0;
	}

	.nNav {
		margin-bottom: 30px;
	}

	.nNav a {
		padding: 6px 20px;
		margin: 0 16px 16px 0;
	}

	.ylt-tit h4 {
		font-size: 24px;
	}
	
	.news-one {
		margin-bottom: 0;
	}

	/* 内页-产品中心 */
	.ylt-tit {
		margin-bottom: 40px;
	}

	.nNews-detail .box {
		padding: 80px;
	}
	
	.pd-space {
		padding: 80px 0;
	}
	
	.nJob .item {
	    padding: 40px 60px;
	}

	.nNews .item .nNews-img img {
		height: auto;
	}
	
	.nHonour .item img {
		height: 130px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */

@media (min-width: 1200px) {
	.container {
		min-width: 1170px;
	}
	
	.nJob .item {
	    padding: 50px 80px;
	}
	.nNews .item .nNews-img img {
		height: auto;
	}
	
	.nHonour .item img {
		height: 170px;
	}
}

