@charset "utf-8";
/**
 * 
 主色1 #1957a4
 主色2 #fc930d 
 主色3 #376ae6
 */

/**内页栏目通用**/

/* 内页菜单 */
.ny-top-box2 {
	padding: 10px 15px;
	border-bottom: solid 1px #ccc;
}

.ny-top-box2 .ny-nav-ul {
	display: flex;
	font-size: 1.1rem;
	flex-wrap: wrap;
}

.ny-top-box2 .ny-nav-ul .type-item,
.ny-top-box2 .ny-nav-ul .son-item {
	padding-right: 5px;
	margin-top: 5px;
}


.ny-top-box2 .ny-nav-ul .type-item.focus a,
.ny-top-box2 .ny-nav-ul .son-item.focus a {
	color: #1957a4;
}

.ny-top-box2 .ny-nav-ul .type-item a,
.ny-top-box2 .ny-nav-ul .son-item a {
	display: block;
	color: #333;
	border: solid 1px #ccc;
	padding: 5px;
}

/* 内容板块 */

.ny-container {
	padding: 15px 15px 20px;
}

.ny-container-text .datail-box {
	font-size: 1.1rem;
	color: #666;
	line-height: 1.7em;
}

.ny-container-text .datail-box * {
	max-width: 100%;
	word-break: break-all;
}

/***新闻***/
.news-list1 li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.news-list1 li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #ccc;
}

.news-list1 li .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-list1 li .pic {
	padding-bottom: 30%;
	width: 40%;
	background: #000;
}

.news-list1 li .pic img {
	opacity: 0.98;
}

.news-list1 li .text {
	width: 60%;
	padding: 5px 0 5px 10px;
}

.news-list1 li .text .title {
	color: #333;
	font-size: 1.2rem;
	line-height: 1em;
	margin-bottom: 5px;
}

.news-list1 li .text .time {
	color: #ccc;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 5px;
}

.news-list1 li .text .info {
	color: #999;
	font-size: 12px;
	line-height: 1.7em;
	height: 3.4em;
	overflow: hidden;
	width: 100%;
}

.news-list2 li {
	padding: 10px;
	border: solid 1px #ededed;
}

.news-list2 li~li {
	margin-top: 10px;
}

.news-list2 li .box {
	display: block;
	font-size: 1.1rem;
	color: #333;
}

.news-list2 li .box .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-list2 li .box .title {
	width: 70%;
}

.news-list2 li .box .time {
	width: 26%;
	color: #999;
	font-size: 1rem;
	text-align: right;
}

/***产品列表***/
.product-list1 .item .box {
	display: block;
	font-size: 1rem;
	color: #333;
	transition: 0.5s;
}

.product-list1 .item .box {
	display: block;
	font-size: 1rem;
	color: #333;
	transition: 0.5s;
	border: solid 1px #ccc;
}

.product-list1 .item .box:hover {
	color: #1957a4;
}

.product-list1 .item .box .pic {
	padding-bottom: 100%;
}

.product-list1 .item .box .text {
	padding: 10px;
	text-align: center;
	border-top: solid 1px #ccc;
}

.product-list1 .item .box .text .info {
	text-align: left;
	opacity: 0.7;
	margin-top: 5px;
}

/* 产品列表2 */
.product-list2 .item {
	margin-bottom: 10px;
}

.product-list2 .item .box {
	background: #f5f5f5;
	padding: 1px;
	font-size: 1.2rem;
	color: #333;
	display: block;
}

.product-list2 .item .box .pic {
	padding-bottom: 100%;
}

.product-list2 .item .text {
	padding: 10px;
}

.product-list2 .item .info {
	font-size: 1rem;
	opacity: 0.7;
	margin-top: 5px;
}

/* 案例 */
.case-list1 .box {
	display: block;
	position: relative;
	font-size: 1.2rem;
	color: #333;
	background: #f5f5f5;
}

.case-list1 .box .pic {
	padding-bottom: 75%;
	z-index: 1;
}

.case-list1 .box .text {
	padding: 10px;
}

.case-list1 .box .text .info {
	font-size: 1rem;
	opacity: 0.7;
	margin: 5px 0;
}

.case-list2 .box {
	display: block;
	color: #333;
	font-size: 1.2rem;
}

.case-list2 .pic {
	padding-bottom: 75%;
}

.case-list2 .text {
	padding: 10px;
}

.case-list3 .item {
	margin-bottom: 15px;
}

.case-list3 .box {
	color: #333;
	font-size: 1.1rem;
	border: solid 1px #ededed;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.case-list3 .item:nth-child(2n) .box {
	flex-direction: row-reverse;
}

.case-list3 .pic {
	padding-bottom: 30%;
	width: 50%;
}

.case-list3 .text {
	width: calc(100% - 50%);
	padding: 0 15px;
}

.case-list3 .text .info {
	font-size: 1rem;
	opacity: 0.7;
}

.case-list5 .box {
	display: block;
	color: #333;
	font-size: 1.2rem;
}

.case-list5 .box .pic {
	padding-bottom: 75%;
}

.case-list5 .text {
	padding: 10px;
}

/***内页-文章详情***/
.cont-detail .title {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2em;
	color: #1957a4;
}

.cont-detail-description {
	border: dashed 1px #ededed;
	padding: 10px;
	font-size: 12px;
	margin: 10px 0;
	color: #999;
	line-height: 1.5em;
}

.news-detail .cont-detail .details-info {
	font-size: 1rem;
	color: #999;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	margin-top: 5px;
	display: flex;
}

.news-detail .cont-detail .details-info>*+* {
	margin-left: 10px;
}

.news-detail .cont-detail .details-info>span span {
	color: #f80;
}

.case-detail .cont-detail .title {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* 图片集详情 */
.image-detail-top {
	position: relative;
	margin: 0 auto;
}

#imageList {
	z-index: 1;
}

#imageList .swiper-button-prev {
	left: 0%;
	width: 2rem;
	margin-top: -2rem;
	height: 4rem;
	background-size: 0.5rem;
}

#imageList .swiper-button-next {
	right: 0%;
	width: 2rem;
	height: 4rem;
	background-size: 0.5rem;
	margin-top: -2rem;
}

#imageNav {
	z-index: 10;
	height: auto;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #000;
	padding: 10px;
	position: relative;
}

#imageNav .swiper-slide-thumb-active {
	border: solid 2px #fff;
}

.image-detail .title {
	text-align: left;
	font-size: 1.5rem;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: dashed 1px #ccc;
}

/***产品详情***/
.ny-cp-detail-btn {
	right: 10px;
	position: absolute;
	bottom: 10px;
	width: calc(4rem + 1px);
	height: 2rem;
}

.ny-cp-detail-btn>*:first-child {
	margin-right: 0rem;
}

.ny-cp-detail-btn>* {
	width: 2rem;
	height: 2rem;
	top: 0px;
	margin-top: 0;
	background-size: 5px;
	background-color: #333;
}

.ny-cp-detail-btn>*+* {
	background-color: #fc930d;
}

.ny-cp-cont .cp-pic-box {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.ny-cp-cont .cp-pic-box img {
	display: block;
	width: 100%;
}

/* 产品信息 */
.ny-cp-cont .cp-title {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.2em;
}

.ny-cp-cont .details-info-box {
	margin-top: 15px;
}

.ny-cp-cont .details-info-box .item {
	margin-bottom: 5px;
	display: flex;
}

.ny-cp-cont .details-info-box .item>div {
	font-size: 1rem;
	color: #444;
	line-height: 1.6em;
	display: block;
}

.ny-cp-cont .details-info-box .item .bt {
	width: 5em;
}

.ny-cp-cont .details-info-box .item .info {
	width: calc(100% - 5em);
	color: #999;
	display: flex;
	flex-wrap: wrap;
}

.ny-cp-cont .details-info-box .item .info span {
	display: block;
	padding: 0 5px;
	background: #ededed;
	margin: 2px;
}

.details-info-btn {
	margin-top: 10px;
	font-size: 1rem;
	display: flex;
}

.details-info-btn .cp-tell-btn {
	font-size: 1rem;
	background: #1957a4;
	color: #fff;
	line-height: 2.2em;
	border-radius: 3px;
	font-family: num2;
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-left: 10px;
}

.details-info-btn .cp-tell-btn:nth-child(1) {
	margin-left: 0px;
}

/* 产品内容标题 */
.ny-cp-text-bt {
	margin-top: 30px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.ny-cp-text-bt .cp-bt {
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	line-height: 1.2em;
	padding-left: 10px;
	border-left: solid 3px #1957a4;
}

/* 内页相关 */
.ny-xiangguan {
	padding: 30px 15px;
	background: #f5f5f5;
}

.ny-xiangguan-bt {
	margin-bottom: 15px;
}

.ny-xiangguan-bt p {
	font-size: 1.7rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}

/* 相关新闻 */
.ny-xiangguan-new-list .item~.item {
	margin-top: 10px;
}

.ny-xiangguan-new-list .box {
	display: block;
	background: #fff;
	padding: 10px;
	color: #666;
	font-size: 1rem;
}

.ny-xiangguan-new-list .box .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ny-xiangguan-new-list .box .title {
	width: 70%;
	font-size: 1.2rem;
	color: #333;
}

/* 相关产品 */
.ny-xiangguan-cp-list .box {
	display: block;
	color: #333;
	font-size: 1rem;
	background: #fff;
}

.ny-xiangguan-cp-list .box .pic {
	padding-bottom: 100%;
}

.ny-xiangguan-cp-list .box .text {
	padding: 10px;
	border-top: solid 1px #ededed;
}

/* 单页 */
.ny-danye-item {
	padding: 25px 15px;
}

.ny-danye-item .column-title {
	text-align: center;
	display: block;
}

.cont-typename {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	color: #333;
}

.cont-typename .title {
	font-size: 1.5rem;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.cont-typename .title span {
	background: #fc930d;
	width: 30px;
	height: 2px;
	margin: 0 10px;
}

.cont-typename p {
	width: 30px;
	height: 3px;
	background: #1957a4;
	margin: 10px auto;
}

.cont-typename .info {
	z-index: 1;
	font-size: 1.5rem;
	font-family: en2;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	opacity: 0.5;
}

.cont-text-box {
	color: #333;
	position: relative;
}

.cont-text-box .cont-text {
	font-size: 1rem;
	line-height: 2em;
	color: #666;
}

.cont-text-box .cont-text>*+* {
	margin-top: 1em;
}

.cont-text-box .cont-text img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
}

.cont-text-box .pic img {
	display: block;
	width: 100%;
}

/* 联系方式 */
.ny-cont-lxfs .ny-lxfs-info>div:first-child {
	margin: 0;
}

.ny-cont-lxfs .ny-lxfs-info>div {
	font-size: 1.2rem;
	color: #333;
	display: flex;
	margin-top: 10px;
}

.ny-cont-lxfs .ny-lxfs-info>div i {
	color: #fc930d;
	font-size: 2rem;
	margin-right: 10px;
}

.ny-cont-dzdt {
	border-top: solid 2px #ededed;
	border-bottom: solid 2px #ededed;
}

#map {
	width: 100%;
	height: 40vh;
}

/* 在线留言 */
/* 合作伙伴 */
.hzhb-list {
	display: flex;
	flex-wrap: wrap;
}

.hzhb-list .item .box {
	border: solid 1px #ccc;
}

.hzhb-list .item .pic {
	padding-bottom: 45%;
}

/* 人才招聘 */
.rczp-bt {
	line-height: 2.5em;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}

.rczp-bt>div {
	padding: 0 10px;
	color: #fff;
	font-size: 1rem;
	background: #1957A4;
}

.rczp-bt>div:nth-child(1) {
	width: 40%;
}

.rczp-bt>div:nth-child(2) {
	width: 14%;
}

.rczp-bt>div:nth-child(3) {
	width: 14%;
}

.rczp-bt>div:nth-child(4) {
	width: 14%;
}

.rczp-bt>div:nth-child(5) {
	width: 14%;
}

.rczp-list .item {
	background: #f5f5f5;
	margin-top: 5px;
}

.zpitem-bt {
	display: flex;
	justify-content: space-between;
}

.zpitem-bt>div {
	font-size: 1rem;
	padding: 0 10px;
	line-height: 2.5em;
}

.zpitem-bt>div:nth-child(1) {
	width: 40%;
}

.zpitem-bt>div:nth-child(2) {
	width: 16%;
}

.zpitem-bt>div:nth-child(3) {
	width: 16%;
}

.zpitem-bt>div:nth-child(4) {
	width: 16%;
}

.zpitem-bt>div:nth-child(5) {
	width: 16%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zpitem-bt .btn {
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 18px;
	border-radius: 2px;
	border: solid 1px #ccc;
	color: #1957A4;
	background: #fff;
}

.zpitem-info {
	padding: 10px;
	font-size: 1rem;
	color: #666;
	line-height: 1.7em;
	border-top: dashed 1px #ccc;
}

.zpitem-info h3 {
	color: #333;
}

.zpitem-info>*+* {
	margin-top: 10px;
}

/* 公司简介 */
.ny-cont-gsjj {
	padding: 0;
	margin-top: 10px;
}

.ny-cont-gsjj .gsjj-cont {
	padding: 0 15px 10px;
}

.ny-cont-gsjj .pic img {
	display: block;
	width: 100%;
}

.ny-cont-gsjj .gsjj-cont>.text>.info {
	font-size: 1rem;
	line-height: 2em;
}

.about-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: space-between;
}

.about-list .item {
	width: 49%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}

.about-list .item:nth-child(2)~.item {
	margin-top: 2%;
}

.about-list .item i {
	width: 4rem;
	height: 4rem;
	line-height: 3.9rem;
	text-align: center;
	border: solid 1px #ccc;
	color: #666;
	font-size: 2rem;
	border-radius: 100%;
	transition: 0.5s;
}

.about-list .item:hover i {
	border-color: #1957A4;
	color: #1957A4;
	transform: rotateY(360deg);
}

.about-list .item .text {
	width: calc(100% - 4.5rem);
}

.about-list .item .info {
	font-weight: normal;
	opacity: 0.7;
}

/* 企业文化 */
.ny-cont-qywh {
	position: relative;
	z-index: 2;
	background: url(../images/qywh-bg.jpg) no-repeat center top;
}

.ny-cont-qywh .qywh-cont-1 {
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
}

.ny-cont-qywh .qywh-cont-1-left {
	display: flex;
	align-items: center;
}

.ny-cont-qywh .qywh-cont-1-left img {
	margin-right: 10px;
}

.ny-cont-qywh .qywh-cont-1-left div p {
	font-size: 1.2rem;
	font-weight: bold;
}

.ny-cont-qywh .qywh-cont-1-left div p+p {
	font-size: 1rem;
	font-weight: normal;
	opacity: 0.7;
}

.ny-cont-qywh .qywh-cont-1 ul {
	display: flex;
	align-items: center;
}

.ny-cont-qywh .qywh-cont-1 ul li+li {
	margin-left: 3rem;
}

.ny-cont-qywh .qywh-cont-1 ul li p {
	font-size: 1rem;
}

.ny-cont-qywh .qywh-cont-1 ul li strong {
	font-size: 1.2rem;
	display: block;
}

.ny-cont-qywh .qywh-cont-2 {
	margin-top: 10px;
}

.qywh-cont-2-left {
	position: relative;
}

.qywh-cont-2-left-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.qywh-cont-2-left-text>div {
	margin-bottom: 10px;
	width: 48%;
}

.qywh-cont-2-left-text>div p {
	font-size: 1.2rem;
	font-weight: bold;
}

.qywh-cont-2-left-text>div p+p {
	font-size: 1rem;
	font-weight: normal;
	opacity: 0.7;
}

.ny-cont-qywh .qywh-cont-2-left img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

/* 荣誉资质 */
.ryzz-list .box {
	display: block;
	border: solid 1px #ccc;
}

.ryzz-list .pic {
	padding-bottom: 75%;
}

.ny-banner1 img {
	display: block;
	width: 100%;
}

/* 分页 */
.pages {
	margin: 15px 0 0 !important;
	width: 100% !important;
}

.pages a {
	margin: 0 4px !important;
	min-width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 5px !important;
}

.pages a.current {
	background: #1957a4 !important;
	color: #fff !important;
	border: 1px solid #1957a4 !important;
}

.gsjj-cont .info * {
	max-width: 100%;
}

.ny-lxfs-info * {
	max-width: 100%;
}

#btnSendForm1 {
	background: #1957a4;
	color: #fff;
	width: 100%;
	height: 2.7em;
	line-height: 2.7em;
}