/* CSS Document */

/* 通用属性 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-size: 14px;
	color: #000;
	font-family: Microsoft YaHei, sans-serif;
}

img {
	border: 0;
	vertical-align: top;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

html,
body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 320px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
dt,
var {
	font-style: normal;
	font-weight: normal;
}

html::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

html::-webkit-scrollbar-thumb {
	background-color: hsl(132deg 72% 82%/100%);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

html::-webkit-scrollbar-track {
	background: rgba(255, 252, 252, .11);
}

/* a */
a {
	color: #333;
	text-decoration: none;
}

a:visited {}

a:active,
a:hover {
	text-decoration: none;
	color: #0C547F;
}

a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	padding: 0;
	margin: 0;
}

:focus {
	outline: none;
}

.ovfl {
	overflow: hidden;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.lflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ltflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.lbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.rflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.rtflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.rbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.mflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.mtflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.mbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.dh300s {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}

.donghua {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

::after,
::before {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.dhwz {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dhwz2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mar0a {
	margin: 0 auto;
}

.con-fff {
	width: 100%;
	height: 100%;
	position: relative;
}

.bgf8 {
	background: #f8f8f8;
}

.bgfff {
	background: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input {
	border-radius: 0;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

textarea {
	border-radius: 0;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

@media (min-width: 1210px) {
	.container {
		width: 1180px;
	}
}

@media (min-width: 1310px) {
	.container {
		width: 1280px;
	}
}

@media (min-width: 1410px) {
	.container {
		width: 1380px;
	}
}

@media (min-width: 1510px) {
	.container {
		width: 1480px;
	}
}

@media (min-width: 1610px) {
	.container {
		width: 1580px;
	}
}

@media (min-width: 1710px) {
	.container {
		width: 1680px;
	}
}

@media (max-width:767px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}

	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* 头部 */
#header {
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	padding: 0 15px;
	z-index: 1000;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.headcon {
	position: relative;
	z-index: 999;
	background: #fff;
	height: 66px;
}

.logo {
	float: left;
	margin: 20px 0;
}

.logo a {
	display: block;
	position: relative;
}

.logo a img {
	height: 60px;
	display: block;
}

.logotxt {
	float: left;
	padding: 20px 0 20px 10px;
	height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.logotxt>span {
	font-size: 20px;
}

.logotxt>span>em {
	font-size: 26px;
	color: #e60012;
}

.head-raea {
	float: right;
	margin-left: 70px;
	position: relative;
}

#alibtn {
	padding: 27px 0;
	float: left;
}

#alibtn>a {
	display: block;
	overflow: hidden;
	color: #8e9aa8;
}

#alibtn>a svg {
	float: left;
	width: 46px;
	height: 46px;
}

#alibtn>a svg path {
	fill: #8e9aa8;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#alibtn>a span {
	float: left;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
}

#alibtn>a:hover {
	color: #0C547F;
}

#alibtn>a:hover svg path {
	fill: #0C547F;
}

#alangbtn {
	float: left;
	padding: 26px 0;
	margin-left: 25px;
	position: relative;
}

#alangbtn>a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #8e9aa8;
	border-radius: 50%;
	border: 1px solid #d5d5d5;
	float: left;
}

#alangbtn>a.asearch {
	display: none;
	background-image: url(../images/image/hsearchicox.png);
	background-repeat: no-repeat;
	background-position: center;
}

#alangbtn a+a {
	margin-left: 15px;
}

#alangbtn>a:hover {
	background-color: #0C547F;
	color: #fff;
	border-color: #0C547F;
}

#alangbtn>a.asearch:hover {
	background-image: url(../images/image/hsearchicoxx.png);
}

.search-con {
	position: absolute;
	right: 0;
	top: 100%;
	background: #4a4a4a;
	padding: 10px;
	overflow: hidden;
	width: 300px;
	display: none;
}

.search-con form {
	background: #fff;
}

.search-con form>input[type="text"] {
	display: block;
	height: 40px;
	width: 100%;
	background: none;
	text-indent: 1em;
	padding-right: 50px;
}

.search-con form>input[type="submit"] {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/image/hsearchico.png) no-repeat center;
}

#searchbtn {
	float: left;
	padding: 26px 0;
	margin-left: 25px;
}

#searchbtn>form {
	border: 1px solid #d5d5d5;
	border-radius: 30px;
}

#searchbtn>form>input[type="text"] {
	width: 300px;
	float: left;
	line-height: 46px;
	font-size: 16px;
	padding: 0 15px 0 25px;
}

#searchbtn>form>input[type="submit"] {
	width: 58px;
	height: 46px;
	cursor: pointer;
	text-indent: -99999px;
	background: url(../images/image/hsearchico.png) no-repeat center;
}

#m-head-nav {
	height: 16px;
	position: relative;
	float: left;
	display: none;
	margin-left: 20px;
	margin-top: 42px;
	width: 24px;
}

#m-head-nav .line {
	width: 24px;
	height: 2px;
	background-color: #0C547F;
	position: absolute;
	left: 0px;
	top: 7px;
}

#m-head-nav .line1 {
	margin-top: -7px;
}

#m-head-nav .line3 {
	margin-top: 7px;
}

#m-head-nav[data-active="on"] .line1 {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#m-head-nav[data-active="on"] .line2 {
	display: none;
}

#m-head-nav[data-active="on"] .line3 {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 500px) {
	#m-head-nav {
		display: block;
	}
}

@media (max-width: 767px) {
	#searchbtn {
		display: none;
	}

	#alangbtn>a.asearch {
		display: block;
	}
}

@media (max-width: 600px) {
	#alibtn {
		padding: 17px 0;
	}

	#alangbtn {
		padding: 16px 0;
	}
}

@media (max-width: 500px) {

	#alibtn,
	#alangbtn {
		padding: 13px 0;
	}

	#alibtn>a svg {
		width: 40px;
		height: 40px;
	}

	#alibtn>a span {
		line-height: 40px;
	}

	#alangbtn>a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.search-con {
		right: -25px;
	}
}

@media (max-width: 370px) {
	#alibtn {
		display: none;
	}
}

/* 导航栏 */
.nav {
	float: right;
}

.nav>li {
	float: left;
	margin-right: 80px;
	position: relative;
}

.nav>li:last-child {
	margin-right: 0;
}

.nav>li>a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	position: relative;
	line-height: 100px;
	padding: 0 8px;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.nav>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.nav>li>a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.nav>li.navdrop>a::before,
.nav>li.cur>a::before,
.nav>li:hover>a::before {
	border-top: 8px solid #0C547F;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0;
}

.nav>li.navdrop>a::after,
.nav>li.cur>a::after,
.nav>li:hover>a::after {
	border-top: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #0C547F;
}

.nav-er-box {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	display: none;
	padding-top: 6px;
	box-shadow: 0 10px 10px 0px rgb(0 0 0 / 40%);
}

.nav-er-list {
	background: #333;
	line-height: 40px;
	position: relative;
	border-bottom: 1px solid #666;
}

.nav-er-list:last-child {
	border-bottom: none;
}

.nav-er-list a {
	display: block;
	padding: 0 15px;
	font-weight: bold;
}

.nav-san-box {
	position: absolute;
	top: 0;
	left: 100%;
	width: 218px;
	background: #fff;
	display: none;
}

.nav>li:last-child>.nav-er-box .nav-san-box {
	left: auto;
	right: 100%
}

.nav-er {
	color: #f7f7f7;
	font-size: 15px;
	transition: 0.3s all ease;
}

.nav-er i {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	transition: 0.3s all ease;
}

.nav-er span {
	display: block;
	text-align: center;
}

.nav-san-box a {
	position: relative;
	display: block;
	padding-left: 56px;
}

.nav-san-box a::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 23px;
	width: 10px;
	height: 10px;
	background: url(../images/image/nav-rjt.png);
}

.nav-yi::after {
	position: absolute;
	content: '';
	bottom: 25px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #0C547F;
	display: none;
}

.nav-er-box::before {
	position: absolute;
	content: '';
	width: 18px;
	height: 6px;
	background: url(../images/image/nav-up.png) no-repeat center;
	left: 50%;
	margin-left: -9px;
	top: 0;
}

.nav li.active .nav-yi {
	color: #0C547F;
}

.nav-box li.active .nav-yi::after {
	display: block;
}

.nav>li.navdrop .nav-er-box {
	display: block;
}

.nav>li:hover .nav-yi {
	color: #0C547F;
}

.nav>li:hover .nav-yi:after {
	display: block;
}

.nav-er-list:hover .nav-er {
	color: #0C547F;
}

.nav-er-list:hover .nav-er i {
	background-position-y: -20px;
}

.nav-er-list:hover {
	background: #fff;
}

.nav-er-list:hover .nav-san-box {
	display: block;
}

.nav-san-box a:hover {
	color: #0C547F;
}

.nav>li:hover>a::after,
.nav>li.cur>a::after {}

.nav>li:hover>a,
.nav>li.cur>a,
.nav>li>a:focus,
.nav>li>a:hover,
.nav>li:hover>a,
.nav>li.cur>a,
.nav>li>a:focus,
.nav>li>a:hover {
	background: transparent;
	color: #0C547F;
}

/* 小屏幕导航 */
.mm-nav-box {
	overflow: hidden;
	position: fixed;
	top: 100px;
	right: 0;
	width: 100%;
	height: calc(100% - 100px);
	overflow-y: scroll;
	z-index: 998;
	display: none;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.mm-nav-box[data-on="active"] {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.mm-nav-box .mm-wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 40%;
	padding-bottom: 15px;
	z-index: 100;
	border-top: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
}

.mm-nav-box .mm-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
}

.mm-nav-box .mm-nav .li1 {
	margin: 0 20px;
	line-height: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1 .a1 {
	display: block;
	color: #222222;
	font-size: 16px;
}

.mm-nav-box .mm-nav .li1.on .a1 {
	color: #e00000;
}

.mm-nav-box .mm-nav .li1.on .mm-title {
	border-color: #e00000;
}

.mm-nav-box .mm-nav .li1 .mm-title {
	position: relative;
	height: 60px;
	line-height: 60px;
}

.mm-nav-box .mm-nav .li1 .mm-title .am {
	display: block;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .a1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}

.mm-nav-box .mm-nav .li1 .mm-title .click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.mm-nav-box .mm-nav .li1 .mm-title .click:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick a {
	display: block;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1.on .mm-title .click:after {
	border-color: #e00000;
}

.mm-nav-box .mm-nav .li1 .mm-innav {
	display: none;
	padding: 6px 0;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .a1 {
	color: #0C547F
}

.mm-nav-box .mm-nav .li1 .mm-innav li {
	margin: 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 1;
}

.mm-nav-box .mm-nav .li1 .mm-innav li>a {
	color: #222222;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 6px 0;
}

.mm-nav-box .mm-nav .li1 .mm-innav li>a:hover {
	color: #0C547F
}

.mm-nav-box .mm-nav .li1 .mm-innav li .box2 {
	margin: 0 15px;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox {
	padding: 10px 0;
	height: calc(100vh - 320px);
	overflow-y: scroll;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pcon {
	width: calc(100% - 90px);
	padding-right: 10px;
	border-right: 1px solid #ddd;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pcon .mm-pone {
	margin-bottom: 10px;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pcon .mm-pone h4 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pcon .mm-pone .radio {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
	font-size: 13px;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pcon .mm-pone .radio+.radio {}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pbtn {
	width: 90px;
	padding-left: 10px;
	position: sticky;
	top: 10px;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pbtn input {
	width: 100%;
	line-height: 35px;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pbtn input.mm-pbtn-re {
	color: #333;
	background-color: #dadde3;
	margin-bottom: 20px;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pbtn input.mm-pbtn-su {
	color: #fff;
	background-color: #0C547F;
}

.mm-nav-box .mm-nav .li1 .mm-innav li .mm-pbox form .mm-pbtn input.mm-pbtn-su.stapstar {
	background-color: #fd0018;
	cursor: not-allowed;
}

.mm-nav-box .mm-wrap .mmlang {
	padding: 0 10px;
	font-size: 0;
	display: none;
}

.mm-nav-box .mm-wrap .mmlang .mmitem {
	height: 55px;
	line-height: 55px;
	width: 50%;
	font-size: 14px;
	color: #222222;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}

.mm-nav-box .mm-wrap .mmlang .mmitem.on {
	color: #e00000;
}

.hdbtong {
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	height: calc(100% - 100px);
	z-index: 999;
	display: none;
}

.header_space {
	width: 100%;
	height: 100px;
}

@media (max-width: 1709px) {
	.nav>li {
		margin-right: 70px;
	}
}

@media (max-width: 1609px) {
	.nav>li {
		margin-right: 50px;
	}

	.head-raea {
		margin-left: 50px;
	}
}

@media (max-width: 1509px) {
	.nav>li {
		margin-right: 30px;
	}

	.head-raea {
		margin-left: 30px;
	}
}

@media (max-width: 1409px) {
	#searchbtn>form>input[type="text"] {
		width: 260px;
	}

	.nav>li {
		margin-right: 20px;
	}

	.head-raea {
		margin-left: 20px;
	}
}

@media (max-width: 1309px) {
	.nav>li>a {
		font-size: 16px;
	}

	.head-raea,
	#alangbtn,
	#searchbtn {
		margin-left: 15px;
	}

	.nav>li {
		margin-right: 15px;
	}
}

@media (max-width: 500px) {
	.nav {
		display: none;
	}

	.mm-nav-box {
		display: block;
	}

	.header_space {
		display: block;
	}

	.head-raea {
		margin-left: 0;
	}
}

@media (max-width: 800px) {
	.mm-nav-box .mm-nav .li1 .mm-title {
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 600px) {
	.mm-nav-box {
		top: 80px;
		height: calc(100% - 80px);
	}

	.mm-nav-box .mm-wrap {
		width: 100%;
		padding-bottom: 0;
	}

	.mm-nav-box .mm-nav .li1 .mm-title .a1 {
		font-size: 14px;
	}

	.mm-nav-box .mm-nav .li1 .mm-innav li a {
		font-size: 13px;
	}

	.mm-nav-box .mm-nav .li1 {
		margin: 0 10px;
	}

	.mm-nav-box .mm-wrap .mmlang {
		display: block;
	}

	.logo {
		margin: 10px 0;
	}

	.logo a img {
		height: 60px;
	}

	.logotxt {
		padding: 10px 0 10px 10px;
		height: 80px;
	}

	.logotxt>span {
		font-size: 16px;
	}

	.logotxt>span>em {
		font-size: 22px;
	}

	#m-head-nav {
		margin-top: 32px;
	}

	#header,
	.header_space {
		height: 80px;
	}
}

@media (max-width: 500px) {

	#header,
	.header_space {
		height: 66px;
	}

	#header {
		padding: 0 10px;
	}

	.head-lang {
		margin: 10px 0;
	}

	#m-head-nav {
		margin-left: 15px;
		margin-top: 25px;
	}

	.mm-nav-box {
		top: 66px;
		height: calc(100% - 66px);
	}

	.logo {
		margin: 8px 0;
	}

	.logo a img {
		height: 50px;
	}

	.logotxt {
		padding: 8px 0 8px 8px;
		height: 66px;
	}

	.logotxt>span {
		font-size: 14px;
	}

	.logotxt>span>em {
		font-size: 20px;
	}
}

@media (max-width: 450px) {
	.logotxt {
		display: none;
	}

	#alibtn>a svg {
		display: none;
	}

	.head-raea,
	#alangbtn,
	#searchbtn,
	#alangbtn a+a {
		margin-left: 10px;
	}
}

@media (max-width: 400px) {
	#m-head-nav {
		margin-left: 10px;
	}
}

/* 产品中心下拉 */
.nav-pro-box {
	position: absolute;
	width: 1200px;
	top: 100%;
	left: 50%;
	margin-left: -400px;
	padding: 20px;
	background: #fff;
	border-top: 1px solid #0C547F;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
	display: none;
}

.nav-pro-box form {
	overflow: hidden;
}

.nav-pro-box form .nav-pro-h {
	overflow: hidden;
	display: flex;
}

.nav-pro-box form .nav-pro-l {
	width: 160px;
	padding: 20px 0;
	border-right: 1px solid #333;
}

.nav-pro-box form .nav-pro-r {
	flex: 1;
	display: flex;
	padding: 20px 0 20px 20px;
}

.nav-pro-box form .nav-pro-r>div {
	flex: 1;
}

.nav-pro-one {
	padding: 0 15px;
}

.nav-pro-one>h4 {
	font-size: 18px;
	color: #333;
}

.nav-pro-one>.npnav {
	margin-top: 10px;
}

.nav-pro-one>.npnav.npsrcol {
	height: 177px;
	overflow-y: scroll;
}

.nav-pro-one .radio {
	padding: 5px 0;
}

.nav-pro-one>.npnav .radio:first-child {
	margin-top: 0;
}

.nav-pro-one>.npnav .radio:last-child {
	margin-bottom: 0;
}

.nav-pro-one label {
	font-size: 15px;
	color: #666;
}

.nav-pro-box form .nav-pro-b {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: right;
}

.nav-pro-box form .nav-pro-b input {
	width: 170px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
}

.nav-pro-box form .nav-pro-b .pbtn-re {
	color: #333;
	background-color: #dadde3;
	margin-right: 20px;
}

.nav-pro-box form .nav-pro-b .pbtn-su {
	color: #fff;
	background-color: #0C547F;
}

.nav-pro-box form .nav-pro-b .pbtn-re:hover {
	background-color: #d4d4d4;
}

.nav-pro-box form .nav-pro-b .pbtn-su:hover {
	background-color: #1f991f;
}

.nav-pro-box form .nav-pro-b .pbtn-su.stapstar {
	background-color: #fd0018;
	cursor: not-allowed;
}

.nav-pro-one .disabled label {
	color: #999;
}

.nav>li.navdrop .nav-pro-box {
	display: block;
}

@media (max-width: 1409px) {
	.nav-pro-box {
		margin-left: -430px;
	}
}

@media (max-width: 1309px) {
	.nav-pro-box {
		width: 1100px;
		margin-left: -390px;
	}
}

/* 轮播图 */
#banner {
	position: relative;
}

#banner video {
	width: 100%;
	display: block;
}

#banner .swiper-slide a {
	display: block;
}

#banner .swiper-slide img {
	display: block;
	max-width: 100%;
}

#banner .swiper-pagination {
	bottom: 20px;
	font-size: 0;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

#banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	border-radius: 6px;
	background: rgb(255 255 255 / 80%);
	position: relative;
	margin: 0 6px;
}

#banner .swiper-pagination-bullet-active {
	background: #fff;
	width: 60px;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
	width: 46px;
	height: 46px;
	line-height: 40px;
	color: white;
	font-size: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	text-align: center;
}

#banner .swiper-button-prev {
	left: -60px;
}

#banner .swiper-button-next {
	right: -60px;
}

#banner:hover .swiper-button-prev {
	left: 60px;
}

#banner:hover .swiper-button-next {
	right: 60px;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
	background: url(../images/image/ban-jt.png) no-repeat center left -46px #fff;
	box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);
	color: #0C547F;
}

@media (max-width: 1400px) {
	#banner .swiper-button-prev {
		left: 60px;
	}

	#banner .swiper-button-next {
		right: 60px;
	}
}

@media (max-width: 767px) {
	#banner .swiper-pagination {
		bottom: 10px;
	}

	#banner .swiper-pagination-bullet {
		border: none;
	}

	#banner .swiper-button-prev,
	#banner .swiper-button-next {
		display: none;
	}
}

@media (max-width: 450px) {
	#banner .swiper-pagination {
		bottom: 5px;
		padding: 8px;
	}

	#banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

/* 首页标题 */
.title {
	text-align: center;
}

.title h2 {
	font-size: 40px;
	color: #333;
	font-weight: bold;
}

.title p {
	color: #666;
	font-size: 16px;
	margin-top: 8px;
	text-transform: uppercase;
	font-family: Arial;
}

.title i {
	display: inline-block;
	width: 45px;
	height: 4px;
	background: url(../images/image/title-xian.png) no-repeat;
}

@media only screen and (max-width:767px) {
	.title h2 {
		font-size: 30px;
	}

	.title p {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media only screen and (max-width:500px) {
	.title h2 {
		font-size: 26px;
	}
}

/* 核心产品 */
#product {
	overflow: hidden;
	background: url(../images/image/probg.jpg) no-repeat top center;
	padding: 30px 0 50px;
}

.pro-list {
	margin-top: 35px;
}

#prolist {
	padding-bottom: 70px;
	position: relative;
}

#prolist::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 26px;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	background: #d5d5d5;
}

.pro-txt {
	margin-top: 1px;
	background: #e5e9ed;
	padding: 20px 28px 12px;
	position: relative;
	overflow: hidden;
}

.pro-txt::before {
	content: '>>';
	position: absolute;
	right: 10px;
	font-size: 30px;
	transform: rotateY(-70deg);
	color: #333;
}

.pro-txt::after {
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: -15px;
	bottom: -15px;
	transform: rotateZ(45deg);
}

.pro-txt>h3 {
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
}

.pro-txt>span {
	font-size: 14px;
	color: #666;
}

#prolist a:hover .pro-txt {
	background: #0C547F;
}

#prolist a:hover .pro-txt>h3,
#prolist a:hover .pro-txt>span {
	color: #fff;
}

#prolist a:hover .pro-txt::before {
	color: #fff;
}


.swiper-container-pro {
	margin-top: 35px;
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.swiper-container-pro .swiper-pagination {
	line-height: 26px;
	bottom: 0;
	font-size: 18px;
	color: #666;
}

.swiper-container-pro .swiper-button-prev,
.swiper-container-pro .swiper-button-next {
	display: block;
	width: 14px;
	height: 26px;
	background: url(../images/image/pro-btn.png) no-repeat;
	position: absolute;
	top: auto;
	bottom: 0;
	text-indent: -99999999px;
	opacity: 0.6;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.swiper-container-pro .swiper-button-prev {
	left: 50%;
	margin-left: -50px;
}

.swiper-container-pro .swiper-button-next {
	right: 50%;
	margin-right: -50px;
	transform: rotate(180deg);
}

.swiper-container-pro .swiper-button-prev:hover,
.swiper-container-pro .swiper-button-next:hover {
	opacity: 1;
}

.swiper-container-pro a:hover .pro-txt {
	background: #0C547F;
}

.swiper-container-pro a:hover .pro-txt>h3,
.swiper-container-pro a:hover .pro-txt>span {
	color: #fff;
}

.swiper-container-pro a:hover .pro-txt::before {
	color: #fff;
}

@media (max-width: 767px) {
	#product {
		padding: 30px 0;
	}

	.pro-list {
		margin-top: 20px;
		padding: 0 10px;
	}

	.swiper-container-pro {
		margin-top: 20px;
		padding: 0 10px 50px;
	}

	.pro-txt {
		padding: 10px 15px;
	}

	.pro-txt>h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	#prolist {
		padding-bottom: 0px;
	}

	#prolist::after,
	#prolist .owl-nav {
		display: none;
	}
}

/* 行业应用 */
#application {
	padding: 50px 0 60px;
	background: #f5f6f8;
	position: relative;
	overflow: hidden;
}

#application>.container {
	position: relative;
	z-index: 1;
}

.applc-trx {
	padding: 0;
}

.applc-trx .title {
	text-align: left;
}

.applc-tag {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 70px;
}

.applc-btn {
	margin-top: 25px;
	width: 33.33%;
	float: left;
}

.applc-btn a {
	width: 146px;
	height: 146px;
	display: block;
	border: 1px solid #d2e2d3;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	transition: 0.3s all ease;
}

.applc-btn a i {
	width: 60px;
	height: 60px;
	display: block;
	margin: 30px auto 0;
	background-repeat: no-repeat;
	/* background-size: cover; */
	transition: 0.3s all ease;
}

.applc-tag .applc-btn:first-child a i{
	background-position-x: 7px;
}

.applc-btn a span {
	display: block;
	font-size: 18px;
	color: #666;
	text-align: center;
	transition: 0.3s all ease;
}

.applc-btn.on a {
	background: #0C547F;
}

.applc-tag .applc-btn:first-child.on a i {
	background-position-y: -83px;
}

.applc-tag .applc-btn:nth-child(2).on a i {
	background-position-y: -56px;
}

.applc-tag .applc-btn.on a i {
	background-position-y: -75px;
}

.applc-btn.on a span {
	color: #fff;
}

.applc-box {
	float: right;
	padding: 0;
	margin-top: 85px;
}

.applc-one {
	overflow: hidden;
	padding-bottom: 35px;
	border-bottom: 1px solid #d5d5d5;
}

.applc-img {
	float: right;
	width: 55%;
}

.applc-con {
	float: left;
	width: 45%;
	padding-right: 45px;
	margin-top: 28px;
}

.applc-con h4 {
	font-size: 36px;
	color: #444;
	font-weight: bold;
	margin-bottom: 35px;
}

.applc-con p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 60px;
	max-height: 90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.applc-con a {
	display: block;
	width: 200px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
	background: #0C547F;
}

.applc-con a:hover {
	background: #1f991f;
}

.applc-zbg {
	position: absolute;
	right: 0;
	top: 70px;
	bottom: 60px;
	width: 55%;
	background: url(../images/image/apprbg.jpg) no-repeat right top #fff;
	border-radius: 30px 0 0 30px;
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
}

#applicationlist {
	float: left;
	padding: 20px 20px 0;
}

@media (max-width: 1509px) {
	.applc-box {
		margin-top: 110px;
	}

	.applc-con p {
		margin-bottom: 50px;
	}
}

@media (max-width: 1409px) {
	.applc-box {
		margin-top: 135px;
	}

	.applc-con {
		margin-top: 20px;
	}

	.applc-con h4 {
		margin-bottom: 25px;
	}

	.applc-con p {
		margin-bottom: 35px;
	}
}

@media (max-width: 500px) {
	.applc-btn a {
		width: 110px;
		height: 110px;
	}

	.applc-btn a i {
		width: 45px;
		height: 45px;
		margin: 20px auto 0;
	}

	.applc-btn a span {
		font-size: 16px;
	}

	.applc-btn.on a i {
		background-position-y: -45px;
	}

	.applc-con {
		width: 50%;
		padding-right: 20px;
		margin-top: 0;
	}

	.applc-con h4 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.applc-con p {
		line-height: 25px;
		max-height: 75px;
		margin-bottom: 20px;
	}

	.applc-img {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.applc-zbg {
		display: none;
	}

	.applc-trx .title {
		text-align: center;
	}

	.applc-tag {
		padding-bottom: 50px;
	}

	.applc-box {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	#application {
		padding: 30px 0;
	}

	.applc-tag,
	.applc-box {
		display: none;
	}

	.applc-img {
		width: 100%;
	}

	.applc-con {
		width: 100%;
		padding-right: 0;
	}

	.applc-con h4 {
		font-size: 26px;
		margin: 15px 0;
	}

	.applc-con p {
		font-size: 14px;
	}

	.applc-con a {
		width: 150px;
		line-height: 40px;
	}
}

@media (max-width: 500px) {
	#applicationlist {
		padding: 20px 10px 0;
	}

	.applc-con h4 {
		font-size: 24px;
	}

	.applc-con a {
		width: 120px;
		line-height: 34px;
		font-size: 14px;
	}
}

/* 合作客户 */




.par-right>div {
	height: 100%;
	flex-direction: column;
}

#parlist {
	margin-bottom: -1px;
	border-right: 1px solid #999;
}

#parlist a {
	display: block;
	padding: 0 20px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-left: -1px;
}

#parlist1 {
	border-right: 1px solid #999;
}

#parlist1 a {
	display: block;
	padding: 0 20px;
	border: 1px solid #999;
	margin-left: -1px;
}

.par-left,
.par-right {
	height: 260px;
}

@media (min-width: 768px) {
	.par-box {
		display: flex;
		position: relative;
		justify-content: flex-end;
	}

	.par-left {
		width: 240px;
		background: #8e9aa8;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.par-left>.title {
		text-align: left;
	}

	.par-left>.title h2,
	.par-left>.title p {
		color: #fff;
	}

	.par-left>.title i {
		background: url(../images/image/title-xianx.png) no-repeat;
	}

	.par-right {
		width: calc(100% - 240px);
	}

	#parlist::after {
		content: '';
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		right: 0;
		top: 0;
	}

	#parlist1::after {
		content: '';
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media (max-width: 1709px) {

	.par-left,
	.par-right {
		height: 240px;
	}
}

@media (max-width: 1609px) {

	.par-left,
	.par-right {
		height: 220px;
	}
}

@media (max-width: 1509px) {

	.par-left,
	.par-right {
		height: 196px;
	}
}

@media (max-width: 1409px) {

	.par-left,
	.par-right {
		height: 174px;
	}
}

@media (max-width: 1309px) {

	.par-left,
	.par-right {
		height: 152px;
	}
}

@media (max-width: 500px) {

	.par-left,
	.par-right {
		height: 266px;
	}
}

@media (max-width: 991px) {

	.par-left,
	.par-right {
		height: 280px;
	}
}

@media (max-width: 767px) {
	#partner {
		padding: 30px 0;
	}

	#parlist {
		padding: 0 10px;
		margin-top: 20px;
	}

	#parlist li {
		padding-left: 1px;
	}

	#parlist1 {
		padding: 0 10px;
	}

	#parlist1 li {
		padding-left: 1px;
	}

	.par-left,
	.par-right {
		height: auto;
	}
}





/* 关于我们 */
#about {
	background: #f5f6f8;
	position: relative;
	z-index: 1;
}

#about::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 170px;
	width: 100%;
	background: #efefef;
	z-index: -1;
}

.about-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.vdbtn {
	position: relative;
}

.vdbtn::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/image/vdbtnx.png) no-repeat center / cover;
	-webkit-animation: vdbtn 3s linear infinite;
	animation: vdbtn 3s linear infinite;
}

.about-box {
	padding: 80px 0 0;
}

.about-box>p {
	font-family: Arial;
	font-weight: bold;
	font-size: 66px;
	color: #e6e7e9;
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: 1;
}

.about-box>h2 {
	font-weight: bold;
	font-size: 36px;
	color: #444;
}

.about-con {
	color: #666;
	line-height: 25px;
	text-align: justify;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 90px;
	padding-right: 90px;
}

.about-tag {
	overflow: hidden;
}

.about-tag li {
	float: left;
	width: 25%;
	background: #efefef;
	border-right: 1px solid #f5f6f8;
}

.about-tag li a {
	display: block;
	width: 100%;
	height: 100%;
}

.about-tag li a .about-atxt {
	padding: 40px 40px 15px;
}

.about-tag li a .about-ico {
	width: 40px;
	height: 40px;
	position: relative;
}

.about-tag li a .about-ico img {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	max-width: 100%;
}

.about-tag li a .about-ico img+img {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.about-tag li a .about-atxt h3 {
	font-weight: bold;
	font-size: 16px;
	color: #888;
	line-height: 16px;
	padding: 15px 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.about-tag li a .about-atxt p {
	font-size: 12px;
	color: #d5d5d5;
	text-transform: uppercase;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}

.about-tag li.on,
.about-tag li:hover {
	background: #0C547F;
}

.about-tag li.on a .about-ico,
.about-tag li:hover a .about-ico {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

.about-tag li.on a .about-ico img,
.about-tag li:hover a .about-ico img {
	opacity: 0;
}

.about-tag li.on a .about-ico img+img,
.about-tag li:hover a .about-ico img+img {
	opacity: 1;
}

.about-tag li.on a .about-atxt h3,
.about-tag li.on a .about-atxt p,
.about-tag li:hover a .about-atxt h3,
.about-tag li:hover a .about-atxt p {
	color: #fff;
}

@media(max-width:1709px) {
	#about::after {
		height: 159px;
	}

	.about-tag li a .about-atxt {
		padding: 30px 30px 14px;
	}
}

@media(max-width:1409px) {
	#about::after {
		height: 135px;
	}

	.about-tag li a .about-atxt {
		padding: 20px 12px 0;
	}
}

@media(max-width:991px) {
	.about-img {
		position: relative;
		width: 100%;
		height: 400px;
	}

	.about-box {
		padding: 30px 0 0;
	}

	.about-box>p {
		font-size: 40px;
		color: #adadad;
	}

	.about-con {
		padding-right: 0;
		margin-bottom: 30px;
	}
}

@media(max-width:767px) {
	#about {
		padding: 0;
	}

	#about::after {
		display: none;
	}

	.about-img {
		height: 300px;
	}

	.about-box>p {
		font-size: 30px;
		padding: 0 10px;
	}

	.about-box>h2 {
		font-size: 26px;
		padding: 0 10px;
	}

	.about-con {
		padding: 0 10px;
		margin: 20px 0;
	}
}

@media(max-width:500px) {
	.about-img {
		height: 250px;
	}

	.vdbtn img {
		width: 60px;
	}

	.about-box {
		padding: 20px 0 0;
	}

	.about-box>p {
		font-size: 24px;
	}

	.about-box>h2 {
		font-size: 24px;
	}

	.about-con {
		font-size: 14px;
	}

	.about-tag li {
		width: 50%;
	}
}

@keyframes vdbtn {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes vdbtn {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

/*数字滚动*/
#scroll {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-top: 75px;
	padding-bottom: 30px;
}

#scroll::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 106px;
	margin-left: -15px;
	background: url(../images/image/couico.png) no-repeat;
}

#scroll .number {
	display: block;
}

#scroll .number .stat-items {
	text-align: center;
	display: block;
}

#scroll .number .stat-items .stat-items-t {
	font-size: 60px;
	color: #8e9aa8;
	font-weight: bold;
	line-height: 1;
}

#scroll .number .stat-items .stat-items-unit {
	font-size: 16px;
	color: #8e9aa8;
	line-height: normal;
}

#scroll .number .stat-items p {
	line-height: normal;
	display: block;
	font-size: 16px;
	color: #888888;
}

#scroll .number .stat-items .stat-items-t-box {}

#scroll .number .stat-items .stat-items-t {
	position: relative;
}

#scroll .number .stat-items .stat-items-t::after {
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	display: block;
	top: 17px;
	right: -80px;
}

#scroll .number .stat-items:nth-child(1) .stat-items-t::after {
	background: url(../images/image/number_ico01.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(2) .stat-items-t::after {
	background: url(../images/image/number_ico02.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(3) .stat-items-t::after {
	background: url(../images/image/number_ico03.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(4) .stat-items-t::after {
	background: url(../images/image/number_ico04.png)no-repeat center / contain;
}

@media(max-width: 1509px) {
	#scroll .number .stat-items .stat-items-t {
		font-size: 52px;
	}

	#scroll .number .stat-items .stat-items-t::after {
		right: -65px;
	}

	#scroll {
		padding-bottom: 50px;
	}
}

@media(max-width: 1309px) {
	#scroll .number .stat-items .stat-items-t::after {
		width: 30px;
		height: 30px;
	}
}

@media(max-width: 500px) {
	#scroll .number .stat-items .stat-items-t::after {
		display: none;
	}

	#scroll .number .stat-items .stat-items-t {
		font-size: 40px;
	}
}

@media(max-width: 767px) {
	#scroll {
		padding-bottom: 0px;
	}

	#scroll .number .stat-items {
		margin-bottom: 20px;
	}
}

@media(max-width: 500px) {
	#scroll .number .stat-items .stat-items-t {
		font-size: 32px;
	}

	#scroll .number .stat-items p {
		font-size: 14px;
		line-height: 2;
	}

	#scroll {
		padding-top: 30px;
	}
}

/* 新闻资讯 */
#news {
	padding: 20px 0 60px;
	background: url(../images/image/newsbg.jpg) no-repeat center bottom;
}

#news>.title>h2 {
	position: relative;
}

#news>.title>h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 42%;
	height: 2px;
	background: #d5d5d5;
}

#news>.title>h2::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 42%;
	height: 2px;
	background: #d5d5d5;
}

.news-tag {
	background: #ebebeb;
	font-size: 0;
	display: inline-block;
	border-radius: 24px;
	margin-top: 30px;
}

.news-tag a {
	display: inline-block;
	width: 140px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #666;
}

.news-tag a.on {
	background: #0C547F;
	color: #fff;
	border-radius: 24px;
}

.news-box {
	margin-top: 35px;
}

.news-one {
	overflow: hidden;
}

.news-l {
	padding: 0;
}

.news-l img {
	width: 100%;
}

.news-ltxt {
	border-top: 1px solid #858585;
}

.news-ltxt p {
	float: left;
	width: calc(100% - 72px);
	background: #0C547F;
	line-height: 72px;
	height: 72px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0 25px;
}

.news-ltxt span {
	float: right;
	width: 72px;
	height: 72px;
	background: url(../images/image/news-xt.png) no-repeat center #262626;
}

.news-r {
	padding: 0;
}

.news-ro {
	padding: 0;
}

.news-ro a {
	display: block;
	padding: 40px 70px;
}

.news-ro a h4 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}

.news-ro a p {
	font-size: 15px;
	color: #999;
	line-height: 25px;
	height: 50px;
	margin-bottom: 15px;
}

.news-ro a span {
	font-size: 24px;
	color: #333;
}

.news-ro a:hover h4,
.news-ro a:hover span {
	color: #0C547F;
}

@media(max-width:1709px) {
	.news-ro a {
		padding: 35px 70px;
	}
}

@media(max-width:1609px) {
	.news-ro a {
		padding: 29px 70px;
	}
}

@media(max-width:1509px) {
	.news-ro a {
		padding: 24px 50px;
	}
}

@media(max-width:1409px) {
	.news-ro a {
		padding: 18px 50px;
	}
}

@media(max-width:1309px) {
	.news-ro a {
		padding: 13px 30px;
	}
}

@media(max-width:1199px) {

	#news>.title>h2::before,
	#news>.title>h2::after {
		width: 35%;
	}

	.news-ro a h4 {
		margin-bottom: 10px;
	}

	.news-ro a p {
		margin-bottom: 5px;
	}
}

@media(max-width:991px) {
	.news-ro a {
		padding: 30px;
	}
}

@media(max-width:767px) {
	#news {
		padding: 20px 0;
		margin-bottom: 10px;
	}

	#news>.title>h2::before,
	#news>.title>h2::after {
		display: none;
	}

	.news-tag {
		margin-top: 20px;
	}

	.news-box {
		margin-top: 20px;
	}

	.news-ro a {
		border-bottom: 1px solid #ccc;
	}

	.news-ro:last-child a {
		border-bottom: 0;
	}
}

@media(max-width:500px) {
	.news-tag {
		width: 100%;
		display: flex;
	}

	.news-tag a {
		flex: 1;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.news-ltxt p {
		width: calc(100% - 50px);
		line-height: 50px;
		height: 50px;
		font-size: 16px;
		padding: 0 20px;
	}

	.news-ltxt span {
		width: 50px;
		height: 50px;
	}

	.news-ro a {
		padding: 20px;
	}

	.news-ro a h4 {
		font-size: 16px;
	}

	.news-ro a p {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}

	.news-ro a span {
		font-size: 16px;
	}
}

/* 弹窗视频 */
#altVideo {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 200000;
	text-align: center;
	display: none;
	background: rgba(255, 255, 255, .72);
}

#altVideo i {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

#altVideo i img {
	cursor: pointer;
}

.ivideo {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	max-height: 90%;
	transform: translate(-50%, -50%);
}

@media (max-width:767px) {
	.ivideo {
		width: 95%;
	}
}

/* 通用配置 */
.owl-rela {
	position: relative;
}

.owl-prev,
.owl-next {
	display: block;
	width: 14px;
	height: 26px;
	background: url(../images/image/pro-btn.png) no-repeat;
	position: absolute;
	bottom: 0;
	text-indent: -99999999px;
	opacity: 0.6;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.owl-prev {
	left: 50%;
	margin-left: -50px;
}

.owl-next {
	right: 50%;
	margin-right: -50px;
	transform: rotate(180deg);
}

.owl-prev:hover,
.owl-next:hover {
	opacity: 1;
}


/* 图片封面动画 */
.white,
.whites {
	position: relative;
	overflow: hidden;
}

.white::after,
.whites::after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -120%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	transition: unset;
}

.white:hover::after {
	left: 120%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

/* 底部 */
footer {
	background: #333;
}

#flink {
	padding: 20px 0;
	border-bottom: 1px solid #444;
}

#flink span {
	color: #999;
	font-size: 14px;
}

#flink a {
	color: #999;
	margin-right: 5px;
	font-size: 14px;
}

#flink a:last-child {
	margin-right: 0;
}

#flink a:hover {
	color: #0C547F;
}

#footerinfo {
	padding: 40px 0;
}

.flist {
	padding: 0 10px;
}

.flist h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

.flist p {
	line-height: 30px;
	color: #bbb;
	font-size: 16px;
}

.flist p a {
	font-size: 14px;
	color: #bbb;
}

.flist p a:hover {
	color: #0C547F;
}

.finfo p {
	margin-bottom: 10px;
}

.finfo p.ftel {
	padding-left: 38px;
	background: url(../images/image/ftel.png) no-repeat left top;
}

.finfo p.fphone {
	padding-left: 38px;
	background: url(../images/image/fphone.png) no-repeat left top;
}

.finfo p.femail {
	padding-left: 38px;
	background: url(../images/image/femail.png) no-repeat left top;
}

.finfo p.fadd {
	padding-left: 38px;
	background: url(../images/image/fadd.png) no-repeat left top;
}

.fliax {
	margin-top: 70px;
}

.fliax h4 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

.fliax a {
	float: right;
	display: block;
	width: 165px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 30px;
	margin-top: 15px;
	font-size: 14px;
	color: #999;
	padding-left: 30px;
	background: url(../images/image/footkf.png) no-repeat 20px #484848;
}

.fliax a:hover {
	background: url(../images/image/footkf_on.png) no-repeat 20px #0C547F;
	color: #fff;
}

.fewm {
	text-align: center;
}

.fewmimg img {
	width: 150px;
	max-width: 100%;
}

.fewm span {
	display: block;
	color: #bbb;
	font-size: 14px;
	margin-top: 12px;
}

.ftext {
	font-size: 14px;
	color: #bbb;
	line-height: 20px;
	padding-top: 20px;
}

.ftext a {
	color: #bbb;
}

.ftext a:hover {
	color: #0C547F;
}

#footercopy {
	background: #222;
	padding: 15px 0;
}

#footercopy p {
	font-size: 14px;
	color: #999;
	text-align: center;
}

#footercopy p a {
	color: #999;
}

#footercopy p a:hover {
	color: #0C547F;
}

@media only screen and (max-width: 1269px) {
	.finfo-l .finfo-lt {
		padding-left: 20px;
	}

	.finfo-c {
		padding: 10px 70px 0;
	}
}

@media only screen and (max-width: 500px) {
	.finfo-c {
		padding: 10px 25px 0;
	}

	.finfo-r {
		padding-right: 0;
	}

	.finfo-rtxt {
		margin-right: 10px;
	}

	.finfo-rimg img {
		width: 90px;
		margin-top: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.finfo-c {
		border-right: 0;
		padding: 10px 130px 0;
	}

	.finfo-r {
		padding: 0 140px;
		margin-top: 20px;
	}

	.finfo-rimg img {
		width: 128px;
		margin-top: 0;
	}

	.finfo-rtxt {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	footer {
		padding-bottom: 50px;
	}

	#flink {
		padding: 20px 10px;
	}

	#footerinfo {
		padding: 20px 0px;
	}

	.finfo-l {
		float: left;
	}

	.finfo-c {
		float: left;
		padding: 10px 20px 0;
	}

	.finfo-r {
		float: left;
		width: 100%;
		padding: 0 100px;
	}

	.fliax h4 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 680px) {
	.finfo-r {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 580px) {

	.finfo-l,
	.finfo-c {
		display: none;
	}

	.finfo-r {
		padding: 0;
		margin: 0;
	}

	#footercopy {
		padding: 8px 0;
	}
}

@media only screen and (max-width: 470px) {
	.finfo-rimg {
		display: none;
	}

	.finfo-rtxt {
		margin-right: 10px;
	}

	.flist h3 {
		font-size: 16px;
	}

	.finfo p {
		font-size: 14px;
	}

	#footercopy p {
		font-size: 12px;
	}
}

/* 手机底部按钮 */
.footer-bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #0C547F;
	text-align: center;
}

.footer-bottom a {
	display: inline-block;
	padding: 7px 0;
	color: #fff;
}

.footer-bottom a i {
	font-size: 16px;
	display: block;
}

/* 在线客服 */
.diyos {
	position: fixed;
	width: 54px;
	right: 0;
	top: 50%;
	z-index: 100;
}

.diyos ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.diyos ul li {
	width: 54px;
	height: 54px;
	background: #0C547F;
	float: left;
	position: relative;
	border-top: 1px solid #333;
	z-index: 1;
}

.diyos ul li:first-child {
	border-top: 0;
}

.diyos ul li .sidebox,
.diyos ul li .semail {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	line-height: 54px;
	overflow: hidden;
	background: #0C547F;
}

.diyos ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li.sideewm {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li .sideewmshow {
	width: 130px;
	position: absolute;
	top: 0;
	left: -131px;
	z-index: 120;
	display: none;
	max-width: none;
	border: 1px solid #e5e5e5;
}

.diyos ul li.sideewm:hover .sideewmshow {
	display: block;
}

.diyos ul li img {
	float: left;
}

/* 面包屑 */
#location {
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background: #fff;
	font-size: 0;
}

.crumbs {
	padding-left: 20px;
	background: url(../images/image/location.png) no-repeat left center;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	color: #666;
}

.crumbs a {
	color: #666;
}

.crumbs a:hover {
	color: #0C547F;
}

/* 内页导航 */
#sidebar {
	/* float:right; */
	text-align: center;
}

#sidebar li {
	display: inline-block;
	margin: 0px 40px;
	position: relative;
}

#sidebar li a {
	display: block;
	/* height:45px; */
	line-height: 80px;
	text-align: center;
	color: #666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

#sidebar li a::after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #0C547F;
	position: absolute;
	left: 50%;
	bottom: 0;
	overflow: hidden;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#sidebar li:hover a,
#sidebar li.cur a {
	color: #0C547F;
}

#sidebar li:hover a::after,
#sidebar li.cur a::after {
	left: 0;
	width: 100%;
}

@media (max-width:767px) {
	#location {
		margin-bottom: 20px;
		background: #f3f3f3;
		border-bottom: 1px solid #ddd;
		box-shadow: none;
	}

	.w100 {
		width: 100%;
		float: left;
	}

	.w50 {
		width: 50%;
		float: left;
	}

	.w33 {
		width: 33.33%;
		float: left;
	}

	.w25 {
		width: 25%;
		float: left;
	}

	#sidebar {
		float: none;
	}

	#sidebar li {
		padding: 0 5px;
		margin: 0;
	}

	#sidebar li a {
		line-height: 50px;
	}
}

@media (max-width:500px) {
	#sidebar li a {
		line-height: 40px;
		padding: 0;
		font-size: 14px;
	}
}

/* 内页banner */
.nybanner>div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1329px) {
	.nybanner>div {
		height: 420px !important;
	}
}

@media (max-width: 500px) {
	.nybanner>div {
		height: 360px !important;
	}
}

@media (max-width: 991px) {
	.nybanner>div {
		height: 320px !important;
	}
}

@media (max-width: 767px) {
	.nybanner>div {
		height: 280px !important;
	}
}

@media (max-width: 700px) {
	.nybanner>div {
		height: 240px !important;
	}
}

@media (max-width: 580px) {
	.nybanner>div {
		height: 175px !important;
	}
}

@media (max-width: 420px) {
	.nybanner>div {
		height: 150px !important;
	}
}

@media (max-width: 374px) {
	.nybanner>div {
		height: 130px !important;
	}
}

/* 内页样式 */
#inside {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	border-bottom: 4px solid #0C547F;
}

.bgf5 {
	background: #f5f5f5;
}

.nocontect {
	background-image: url(../images/image/error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 100px;
	padding-top: 40px;
	padding-left: 120px;
	font-size: 14px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	#inside {
		padding-top: 0px;
		padding-bottom: 30px;
	}
}




/* 内页产品导航 */
#pronav {
	width: 100%;
	background: #e8e8e8;
	text-align: center;
	margin-bottom: 20px;
}

.pronav-a {
	line-height: 80px;
	display: flex;
	overflow: hidden;
}

.pronav-a a {
	flex: 1;
	font-size: 16px;
	color: #333;
}

.pronav-a a.cur,
.pronav-a a:hover {
	background: #0C547F;
	color: #fff;
}

@media (max-width:1509px) {
	.pronav-a {
		display: block;
	}

	.pronav-a a {
		display: inline-block;
		padding: 0 14px;
	}
}

@media (max-width:1409px) {
	.pronav-a a {
		padding: 0 13px;
		font-size: 15px;
	}
}

@media (max-width:1309px) {
	.pronav-a {
		line-height: 60px;
	}

	.pronav-a a {
		padding: 0 11px;
		font-size: 14px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.pronav-a a {
		display: block;
		float: left;
		width: 16.66%;
	}
}

@media (max-width:767px) {
	.pronav-a a {
		display: block;
		float: left;
		width: 25%;
		padding: 0 8px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width:500px) {
	.pronav-a {
		line-height: 40px;
	}
}

/* 产品栏目列表 */
.nprlnav {
	overflow: hidden;
}

.nprlnav li {
	margin-bottom: 30px;
	padding: 0 15px;
}

.nprlnav li a {
	display: block;
}

.nprlnav li a .nprlnav-img {
	overflow: hidden;
}

.nprlnav li a .nprlnav-con {
	padding: 15px 10px;
	border: 1px solid #d8d8d8;
}

.nprlnav li a .nprlnav-con p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	text-align: center;
}

.nprlnav li a:hover .nprlnav-con p {
	color: #0C547F;
}

@media (max-width:1199px) {
	.nprlnav li {
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

@media (max-width:767px) {
	.nprlnav {
		padding-top: 20px;
	}
}

@media (max-width:500px) {
	.nprlnav li {
		margin-bottom: 10px;
		padding: 0 5px;
	}

	.nprlnav li a .nprlnav-con {
		padding: 8px;
	}

	.nprlnav li a .nprlnav-con p {
		font-size: 14px;
		line-height: 24px;
	}
}

/* 内页单页面标题 */
#nytitle {
	text-align: center;
	padding: 0 10px;
	margin: 30px 0;
}

#nytitle h1 {
	font-size: 36px;
	color: #353535;
	font-weight: bold;
}

#nytitle p {
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
	#nytitle {
		margin-bottom: 20px;
	}

	#nytitle h1 {
		font-size: 30px;
	}

	#nytitle p {
		font-size: 14px;
	}
}

/* 内页单页面内容 */
.nyshow {
	width: 100%;
}

.nyshow-til {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 20px;
}

.nyshow-til>h1,
.nyshow-til>h2 {
	float: left;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #0C547F solid;
	color: #0C547F;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}



.nyshowdesc {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 40px;
	min-height: 300px;
}

.nyshowdesc p {
	margin: 5px 0;
}

.nyshowdesc img {
	max-width: 100%;
	height: auto !important;
}

.block-shadow {
	height: 200px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
	box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.block-shadow:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 125, 255, .5);
}

.radius-md {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.icon-sm {
	width: 60px;
	display: inline-block;
	text-align: center;
}

.icon-sm em {
	font-size: 30px;
	line-height: 30px;
}

.icon-content {
	overflow: hidden;
}

.icon-content h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.nyshow-til {
		line-height: 30px;
		height: 30px;
		margin-bottom: 10px;
	}

	.nyshow-til>h1,
	.nyshow-til>h2 {
		font-size: 16px;
		line-height: 30px;
		height: 30px;
		padding: 0 10px;
	}

	.nyshowdesc {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
		min-height: 100px;
	}

	.nyshowdesc h1 {
		font-size: 30px;
	}

	.nyshowdesc h2 {
		font-size: 24px;
	}

	.nyshowdesc h3 {
		font-size: 18px;
	}

	.nyshowdesc h4 {
		font-size: 14px;
	}

	.block-shadow {
		height: auto;
	}
}

/* 内页公司简介 */
.ny_about_1_box {
	display: flex;
}

.ny_about_1_box .box_l {
	flex: 1;
}

.ny_about_1_box .box_l dl {
	margin-bottom: 0;
}

.ny_about_1_box .box_l dt {
	display: block;
	overflow: hidden;
}

.ny_about_1_box .box_l dt img {
	display: block;
	max-width: 100%;
}

.ny_about_1_box .box_r {
	flex: 1;
}

.ny_about_1_box .box_r .flex {
	width: 100%;
	height: 100%;
}

.ny_about_1_box .box_r .flex .box_r_nr {
	display: block;
	padding: 0 5%;
}

.ny_about_1_box .box_r .flex .box_r_nr .box_t {
	text-align: left;
	display: block;
	/* margin-bottom: 40px; */
}

.ny_about_1_box .box_r .flex .box_r_nr .box_t p {
	font-size: 44px;
	font-weight: bold;
	color: #0C547F;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
}

.ny_about_1_box .box_r .flex .box_r_nr .box_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

.ny_about_1_box .box_r .flex .box_r_nr .box_t em {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	display: block;
}

.ny_about_1_box .box_r .flex .box_r_nr .desc {
	margin-bottom: 35px;
}

.ny_about_1_box .box_r .flex .box_r_nr .desc:last-child {
	margin-bottom: 0px;
}

.ny_about_1_box .box_r .flex .box_r_nr .desc span {
	font-size: 20px;
	margin: 0 0 6px;
	display: block;
}

.ny_about_1_box .box_r .flex .box_r_nr .desc .list {
	font-size: 14px;
	line-height: 1.6;
	color: #5f5f5f;
	margin-top: 5px;
	display: block;
}

.ny_about_1_1_box {
	display: flex;
	flex-direction: row-reverse;
}

.ny_about_1_1_box .box_l {
	flex: 1;
}

.ny_about_1_1_box .box_l dl {
	margin-bottom: 0;
}

.ny_about_1_1_box .box_l dt {
	display: block;
	overflow: hidden;
}

.ny_about_1_1_box .box_l dt img {
	display: block;
	max-width: 100%;
}

.ny_about_1_1_box .box_r {
	flex: 1;
}

.ny_about_1_1_box .box_r .flex {
	width: 100%;
	height: 100%;
}

.ny_about_1_1_box .box_r .flex .box_r_nr {
	display: block;
	padding: 0 10% 0 0;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .box_t {
	text-align: left;
	display: block;
	margin-bottom: 40px;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
	font-size: 44px;
	font-weight: bold;
	color: #0C547F;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .box_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .box_t em {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .desc {
	margin-bottom: 35px;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .desc .list {
	font-size: 14px;
	line-height: 1.6;
	color: #5f5f5f;
	margin-top: 5px;
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number {
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
	text-align: center;
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
	font-size: 40px;
	color: #0C547F;
	font-weight: bold;
	line-height: 1;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-unit {
	font-size: 14px;
	color: #0C547F;
	line-height: normal;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
	line-height: normal;
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 2;
	text-align: left;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t-box {
	text-align: left;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
	position: relative;
}

@media(max-width: 1409px) {
	.ny_about_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 36px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 36px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
		font-size: 30px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
		padding-right: 0px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .box_t {
		margin-bottom: 30px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .desc {
		margin-bottom: 25px;
	}
}

@media(max-width: 1309px) {
	.ny_about_1_box .box_r .flex .box_r_nr {
		padding: 0 5%;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr {
		padding: 0 5% 0 0;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .box_t {
		margin-bottom: 20px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .desc {
		margin-bottom: 15px;
	}
}

@media(max-width: 500px) {
	.ny_about_1_box {
		margin-bottom: 25px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 30px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .box_t span {
		font-size: 24px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .desc span {
		font-size: 16px;
	}

	.ny_about_1_box .box_l dt {
		display: flex;
		vertical-align: middle;
		height: 100%;
		align-items: center;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 30px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t span {
		font-size: 24px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
		font-size: 24px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
		font-size: 12px;
	}
}

@media(max-width: 991px) {
	.ny_about_1_box {
		display: block;
		width: 100%;
	}

	.ny_about_1_box .box_l {
		display: block;
		width: 100%;
	}

	.ny_about_1_box .box_r {
		display: block;
		width: 100%;
	}

	.ny_about_1_box .box_r .flex .box_r_nr {
		/* padding: 5% 0; */
	}

	.ny_about_1_1_box {
		display: block;
		width: 100%;
	}

	.ny_about_1_1_box .box_l {
		display: block;
		width: 100%;
	}

	.ny_about_1_1_box .box_r {
		display: block;
		width: 100%;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr {
		/* padding: 5% 0; */
	}
}

@media(max-width: 767px) {
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
		margin-bottom: 15px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
		font-size: 14px;
	}
}

/* 内页企业文化 */
.ny_about_3_box {
	display: flex;
}

.ny_about_3_box .box_l {
	flex: 0.65;
}

.ny_about_3_box .box_l .flex {
	padding: 0 10% 0 0;
	width: 100%;
	height: 100%;
}

.ny_about_3_box .box_l .flex .box_r_nr {
	overflow: hidden;
	display: block;
}

.ny_about_3_box .box_l .flex .box_r_nr .box_t {
	text-align: left;
	display: block;
	margin-bottom: 40px;
}

.ny_about_3_box .box_l .flex .box_r_nr .box_t p {
	font-size: 44px;
	font-weight: bold;
	color: #0C547F;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.ny_about_3_box .box_l .flex .box_r_nr .box_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

.ny_about_3_box .box_l .flex .box_r_nr .desc {
	margin-top: 30px;
	overflow: hidden;
	display: block;
}

.ny_about_3_box .box_l .flex .box_r_nr .desc span {
	font-size: 22px;
	color: #333;
	display: block;
}

.ny_about_3_box .box_l .flex .box_r_nr .desc .list {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.ny_about_3_box .box_r {
	flex: 0.35;
}

.ny_about_3_box .box_l .flex .box_r_nr .desc2 {
	margin-top: 30px;
	overflow: hidden;
	display: block;
}

.ny_about_3_box .box_l .flex .box_r_nr .desc2 span {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-radius: 30px;
	background: #0C547F;
	margin: 0 0 12px;
	padding: 8px 18px;
}

.ny_about_3_box .box_l .flex .box_r_nr .desc2 .list2 {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

ul.ny_about_3_ul {
	overflow: hidden;
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}

ul.ny_about_3_ul .fadeInUpBig {
	flex: 1;
	width: 25%;
	padding: 0 13px;
}

ul.ny_about_3_ul li .item {
	display: block;
	background-color: #f5f5f5;
	width: 100%;
	border-radius: 3px;
	padding: 20px 40px;
	overflow: hidden;
	height: 335px;
}

ul.ny_about_3_ul li .item .shu {
	display: inline-block;
	align-items: center;
}

ul.ny_about_3_ul li .item .shu span {
	font-size: 24px;
	color: #fff;
	background-color: #0C547F;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 20px;
	margin-top: 6px;
}

ul.ny_about_3_ul li .item .shu i {
	display: block;
	width: calc(100% - 80px);
	height: 1px;
	background-color: #e5e8eb;
}

ul.ny_about_3_ul li .item .desc {
	float: right;
	margin-top: 20px;
}

ul.ny_about_3_ul li .item strong {
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: bold;
	display: inline-block;
	color: #444;
}

ul.ny_about_3_ul li .item .desc p {
	font-size: 16px;
	color: #666;
	line-height: 1;
}

ul.ny_about_3_ul li .item .desc ul li{
	list-style-type: disc;
}

@media(max-width: 1409px) {
	.ny_about_3_box .box_l .flex .box_r_nr .box_t p {
		font-size: 36px;
	}

	ul.ny_about_3_ul li .item {
		padding: 40px 20px;
	}
}

@media(max-width: 1309px) {
	ul.ny_about_3_ul li .item {
		padding: 40px 10px;
	}

	ul.ny_about_3_ul li .item .shu span {
		margin-right: 10px;
	}
}

@media(max-width: 500px) {
	.ny_about_3_box .box_l {
		width: 70%;
	}

	.ny_about_3_box .box_r {
		width: 30%;
	}

	.ny_about_3_box {
		overflow: hidden;
	}

	ul.ny_about_3_ul li {
		padding: 0 7px;
	}

	ul.ny_about_3_ul li .item .desc p {
		font-size: 14px;
	}

	ul.ny_about_3_ul li .item .desc strong {
		font-size: 17px;
	}

	ul.ny_about_3_ul li .item .shu span {
		font-size: 20px;
		width: 35px;
		height: 35px;
	}
}

@media(max-width: 991px) {
	ul.ny_about_3_ul {
		display: none;
		width: 100%;
	}

	ul.ny_about_3_ul li {
		width: 50%;
		float: left;
		margin-bottom: 15px;
	}
}

@media(max-width: 767px) {
	.ny_about_3_box {
		display: block;
		width: 100%;
	}

	.ny_about_3_box .box_l {
		display: block;
		width: 100%;
	}

	.ny_about_3_box .box_r {
		display: none;
	}

	.ny_about_3_box .box_l .flex {
		padding: 0;
	}

	.ny_about_3_box .box_l .flex .box_r_nr .box_t p {
		font-size: 30px;
	}

	.ny_about_3_box .box_l .flex .box_r_nr .box_t span {
		font-size: 24px;
	}

	.ny_about_3_box .box_l .flex .box_r_nr .desc span {
		font-size: 18px;
	}
}

@media(max-width: 500px) {
	ul.ny_about_3_ul li .item {
		padding: 15px 10px;
	}

	ul.ny_about_3_ul li:nth-child(odd) {
		padding-left: 0px;
	}

	ul.ny_about_3_ul li:nth-child(even) {
		padding-right: 0px;
	}

	.ny_about_3_box .box_l .flex {
		padding: 0;
	}
}

/*联系我们*/
.lianxi_m {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 24px;
	background: #f6f6f6;
}

.lianxi_m .lianxi_ml {
	width: 410px;
	float: left;
	background: #0C547F;
	color: #fff;
	padding: 30px 40px 30px 40px;
	overflow: hidden;
}

.lianxi_m .lianxi_ml .lianxi_ml_m {
	overflow: hidden;
	font-size: 36px;
	font-weight: bold;
	line-height: 52px;
	margin-bottom: 18px;
	color: #fff;
}

.lianxi_m .lianxi_ml .lianxi_ml_s {
	width: 310px;
	border: solid 2px #fff;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 18px;
	line-height: 55px;
}

.lianxi_m .lianxi_ml .lianxi_ml_en {
	font-family: 'Arial';
	font-size: 24px;
	line-height: 40px;
}

.lianxi_mr {
	float: right;
	position: relative;
	width: calc(100% - 470px);
}

.lianxi_mr_i {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: 89;
	margin-left: -28px;
	line-height: normal;
	color: #999;
	position: absolute;
	overflow: hidden;
	margin-top: 20px;
}

.lianxi_m .mr_i {
	font-size: 100px;
	line-height: 200px;
	margin-top: 100px;
	margin-left: calc(100% - 690px);
	position: absolute;
	right: 30px;
}

.lianxi_mr_m {
	width: calc(100% - 69px);
	float: left;
	overflow: hidden;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 38px;
	line-height: 28px;
	color: #666;
	font-size: 16px;
	text-align: left
}

.lianxi_mr_m span {
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	color: #0C547F;
}

.contact_ny ul {
	background: #fff;
	overflow: hidden;
	border-right: none;
}

.contact_ny ul li {
	float: left;
	width: 33.3333%;
	height: 140px;
	border-width: 1px 0 1px 1px;
	border: 1px solid #ececec;
	padding: 35px;
	text-align: left;
	box-sizing: border-box;
}

.contact_ny ul li em {
	float: left;
	display: inline-block;
	width: 51px;
	height: 51px;
	margin-right: 9px;
	margin-top: 6px;
}

.contact_ny ul li h5 {
	color: #0C547F;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

@media(max-width: 500px) {
	.lianxi_m .lianxi_ml {
		width: 400px;
	}

	.lianxi_mr_i {
		display: none;
	}

	.lianxi_mr {
		width: calc(100% - 400px);
	}
}

@media(max-width: 991px) {
	.contact_ny ul li {
		width: 50%;
	}

	.lianxi_mr {
		width: calc(100% - 360px);
	}

	.lianxi_m .lianxi_ml {
		width: 360px;
		padding: 30px 20px 30px 20px;
	}

	.lianxi_mr_m {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml {
		width: 100%;
		float: none;
		overflow: hidden;
		padding: 20px 20px 20px 20px;
	}

	.lianxi_mr {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.contact_ny ul li {
		width: 100%;
	}

	.lianxi_mr_m {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.lianxi_m .lianxi_ml .lianxi_ml_m {
		font-size: 24px;
	}

	.lianxi_m .lianxi_ml .lianxi_ml_s {
		width: 290px;
		line-height: 48px;
		font-size: 24px;
	}

	.lianxi_m .lianxi_ml .lianxi_ml_en {
		font-size: 20px;
		line-height: auto;
	}
}

.nyshowdesc>.nyject {
	overflow: hidden;
	background: #f5f5f5;
}

.nyshowdesc>.nyject .nyject_img {
	overflow: hidden;
}

.nyshowdesc>.nyject .nyject_img img {
	transition: 0.3s;
}

.nyshowdesc>.nyject .nyject_txt {
	padding: 20px 50px;
}

.nyshowdesc>.nyject .nyject_txt h4 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}

.nyshowdesc>.nyject .nyject_txt p {
	font-size: 16px;
	color: #666;
}

.nyshowdesc>.nyject:hover .nyject_img img {
	transform: scale(1.1);
}

@media (min-width:768px) {
	.nyshowdesc>.nyject {
		display: flex;
		align-items: center;
	}

	.nyshowdesc>.nyject:nth-child(even) {
		flex-direction: row-reverse;
	}

	.nyshowdesc>.nyject .nyject_img,
	.nyshowdesc>.nyject .nyject_txt {
		flex: 50%;
	}
}

@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt {
		padding: 20px;
	}
}

@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt {
		padding: 15px;
	}

	.nyshowdesc>.nyject .nyject_txt h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.nyshowdesc>.nyject .nyject_txt p {
		font-size: 14px;
	}
}

/* 留言模块Message */
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

#nymessage {
	background-color: #f6f6f6;
	padding: 50px 0;
}

.form-horizontal {
	overflow: hidden;
	padding-top: 20px;
}

#nymessage h4 {
	font-size: 40px;
	line-height: 50px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

#nymessage p {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	line-height: 30px;
	color: #777;
}

.form-horizontal .form-group {
	margin-bottom: 10px;
	position: relative;
}

.form-control {
	padding: 0px;
	margin: 0px;
	border: none;
}

#nymessage .mess_1 {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#nymessage .mess_1 .form-group {
	margin-bottom: 10px;
	position: relative;
	width: 50%;
	padding: 0 5px;
}

#nymessage .mess_1 .form-group input {
	padding: 0 20px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #fff;
	font-size: 16px;
	border: none;
	border-radius: 0px;
}

.form-horizontal .form-group {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#nymessage textarea {
	width: 100%;
	height: 200px;
	padding: 25px 20px;
	line-height: 26px;
	background: #fff;
	overflow-y: auto;
	font-size: 16px;
}

.btn-default {
	width: 20%;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background-color: #dadde3;
	border: none;
	border-radius: 0;
}

.btn-default:first-child {
	background-color: #0C547F;
	color: #fff;
	margin-right: 20px;
}

#nymessage .mess_2 {
	padding-left: 0px;
	padding-right: 10px;
}

#nymessage .mess_3 {
	margin-top: 15px;
	overflow: hidden;
}

.btn-default:first-child:hover {
	background: #1f991f;
	color: #fff;
}

#nymessage .mess_1 .form-group input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

#nymessage .mess_1 .form-group input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 16px;
}

#nymessage .mess_1 .form-group input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	font-size: 16px;
}

#nymessage .mess_1 .form-group input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
	font-size: 16px;
}

#nymessage textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

#nymessage textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 16px;
}

#nymessage textarea::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	font-size: 16px;
}

#nymessage textarea::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
	font-size: 16px;
}

@media(max-width: 767px) {
	#nymessage {
		padding-top: 0px;
	}

	#nymessage h4 {
		font-size: 24px;
	}

	#nymessage p {
		font-size: 14px;
		padding-top: 0px;
	}

	#nymessage .mess_1 .form-group {
		width: 100%;
	}

	#nymessage .mess_1 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#nymessage .mess_1 .form-group input {
		line-height: 46px;
		height: 46px;
	}

	.mess_2_2 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#nymessage textarea {
		height: 140px;
	}

	.btn-default {
		width: 40%;
	}

	.mess_3_3 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

#nycommon {
	padding: 30px 0;
	background: #f8f8f8;
}

/* 热门标签 */
.nycomtag {
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

.nycomtag>h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #0C547F solid;
	color: #0C547F;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/image/ny-objs.png) no-repeat left;
}

.nycomtag>a {
	float: right;
}

.ghtag {
	padding-left: 22px;
	background: url(../images/image/ghtag.png) no-repeat left;
}

#tagac {
	margin-top: 10px;
}

#tagac>a {
	font-size: 14px;
	color: #797979;
	line-height: 25px;
	display: inline-block;
	background-color: #fff;
	border-radius: 30px;
	padding: 0 14px;
	margin-top: 14px;
	box-shadow: 1px 4px 16px 0px rgb(30 168 57 / 20%);
	margin-right: 10px;
	transition: all ease 0.3s;
}

#tagac>a:hover {
	background-color: #0C547F;
	color: #fff;
}

/* 推荐新闻 */
.nyhotnews {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
}

.nyhotnews>h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #0C547F solid;
	color: #0C547F;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/image/nyhotnewico.png) no-repeat left;
}

.nyhotnews-list {
	margin-top: 10px;
	overflow: hidden;
}

.nyhotnews-list li {
	font-size: 14px;
	line-height: 30px;
	background: url(../images/image/iyuan.png) no-repeat left;
	background-size: 8px;
	box-sizing: border-box;
}

.nyhotnews-list li a {
	float: left;
	width: calc(100% - 90px);
	color: #333;
}

.nyhotnews-list li span {
	float: right;
	color: #666;
}

.nyhotnews-list li:hover {
	background: url(../images/image/iyuan_on.png) no-repeat left;
	background-size: 8px;
}

.nyhotnews-list li:hover a {
	color: #0C547F;
}

/*视频列表*/
.nyvideo-ul {
	overflow: hidden;
}

.nyvideo-ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.nyvideo-div a {
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
	overflow: hidden;
}

.nyvideo-div a img {
	display: block;
	max-width: 100%;
	width: 311px;
}

.nyvideo-div a.nyvideo-a {
	padding: 0 10px;
	border: none;
	line-height: 25px;
	text-align: center;
}

.nyvideo-div:hover a {
	border-color: #0C547F;
	color: #0C547F;
}

/*视频详情*/
.showvideo-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
}

.showvideo-top>h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.showvideo-time {
	text-align: center;
}

.showvideo-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.showvideo-time span:last-child {
	margin-right: 0;
}

.showvideo-mp {
	margin: 20px 0;
	text-align: center;
}

.showvideo-mp video,
.showvideo-mp iframe {
	width: 800px;
	max-width: 100%;
}

.showvideo-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.showvideo-con img {
	max-width: 100%;
	height: auto !important;
}

/*下载列表*/
.nydown-list {
	margin-bottom: 20px;
}

.nydown-list table {
	width: 100%;
	text-align: center;
}

.nydown-list table thead {
	background: #0C547F;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.nydown-list table tbody {
	line-height: 1.6
}

.nydown-list table tbody tr td {
	color: #666;
}

.nydown-list table tbody tr td:first-child {
	color: #333;
}

/*下载详情*/
.showdown-top {
	margin-bottom: 20px;
}

.showdown-top>h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
}

.showdown-top>ul {
	padding: 10px;
	background: #f6f6f6;
}

.showdown-top>ul>li {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	line-height: 20px;
}

.showdown-top>ul>li:last-child {
	margin-bottom: 0;
}

.showdown-top>ul>li>span {
	padding: 0px 10px;
	margin-right: 5px;
}

.showdown-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.showdown-con img {
	max-width: 100%;
	height: auto !important;
}

/*图片列表*/
.nyimg-ul {
	overflow: hidden;
}

.nyimg-ul li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.nyimg-ul li a {
	display: block;
	border: 1px solid #f5f5f5;
}

.nyimg-ul li a .nyimg-img {
	background: #fff;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
	min-height: 196px;
}

/*.nyimg-ul li a .nyimg-img::after{content: '';width: 100%;height: 100%;background: url(../images/images/page/nycheck.png) no-repeat center #0C547F;position: absolute;z-index: 3;opacity: 0.8;left: 0;top: -100%;}*/
.nyimg-ul li a .nyimg-txt {
	background: #f5f5f5;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nyimg-ul li a .nyimg-txt h4 {
	padding: 0 40px 0 20px;
	line-height: 50px;
	font-size: 16px;
	position: relative;
}

.nyimg-ul li a .nyimg-txt h4::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
	background: url(../images/image/djtx.png) no-repeat right;
	transform: rotate(180deg);
}

/*.nyimg-ul li a:hover .nyimg-img::after{top:0;}
.nyimg-ul li a:hover .nyimg-img img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}*/
.nyimg-ul li a:hover .nyimg-txt h4 {
	color: #0C547F;
	font-weight: bold;
}

.nyimg-ul li a:hover .nyimg-txt h4::before {
	background: url(../images/image/djtl.png) no-repeat right;
}

@media (max-width:767px) {
	.nyimg-ul li a .nyimg-txt h4 {
		padding: 0 30px 0 10px;
		line-height: 40px;
		font-size: 14px;
	}
}

/*图片详情*/
.showimg-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
}

.showimg-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showimg-top span {
	margin-right: 10px;
	font-size: 14px;
	color: #a3afb7;
}

.showimg-img {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}

.showimg-img img {
	max-width: 600px;
	height: auto !important;
	border: 1px solid #ddd;
}

.ctitle {
	margin-bottom: 15px;
}

.ctitle h3 {
	padding-left: 20px;
	background: url(../images/image/dt-7.gif) no-repeat left center;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

.showimg-con {
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: 300;
	padding: 0 10px;
	border-bottom: 1px solid #F0F2F5;
	padding-bottom: 20px;
}

.showimg-con img {
	max-width: 100%;
	height: auto !important;
}

.showimg-page {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

.showimg-page>div[class^="col-"] {
	padding: 0 10px;
}

.showimg-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.showimg-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

.showimg-right {
	border-left: 1px solid #f0f2f5;
}

@media (max-width:767px) {
	.showimg-left {
		padding: 0;
	}

	.showimg-top h1 {
		font-size: 20px;
	}

	.showimg-img img {
		max-width: 100%;
	}

	.showimg-con {
		font-size: 14px !important;
	}

	.showimg-page a {
		padding: 8px;
	}
}

/* 右侧栏目信息 */
.nybusiness {
	margin-bottom: 20px;
}

.nybusiness>p {
	font-size: 16px;
	color: #0C547F;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(https://www.jsv.cc/staticres/images/ny-objs.png) no-repeat left;
}

.nybusiness a {
	margin-bottom: 10px;
	display: block;
	position: relative;
}

.nybusiness a:last-child {
	margin-bottom: 0;
}

.nybusiness-img {
	overflow: hidden;
}

.nybusiness a p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
}

.nybusiness a:hover p {
	background: rgba(0, 153, 255, .5);
}

.hotnews {}

.hotnews p {
	font-size: 16px;
	color: #0C547F;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(https://www.jsv.cc/staticres/images/ny-news.png) no-repeat left;
}

.hotnews a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	background: url(https://www.jsv.cc/staticres/images/iyuan.png) no-repeat left;
	background-size: 8px;
}

.hotnews a:hover {
	background: url(https://www.jsv.cc/staticres/images/iyuan_on.png) no-repeat left;
	color: #0C547F;
}

/*新闻列表*/
.nynews-ul {
	overflow: hidden;
}

.nynews-ul li.nynews-li {
	padding: 0 10px 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.nynews-img {
	padding: 0;
	overflow: hidden;
	border: 1px solid #f3f3f3;
}

.nynews-img a {
	display: block;
	height: 195px;
}

.nynews-img img {
	width: 100%;
	transition: .8s
}

.nynews-ul li.nynews-li:hover img {
	transform: scale(1.02);
}

.nynews-date {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

.nynews-date span {
	color: #4d4c51;
}

.nynews-date img {
	margin: 4px 6px 0 0;
	float: left;
}

.nynews-date p {
	float: left;
	margin: 0;
}

.nynews-date i {
	margin-right: 5px;
}

.nynews-con h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3b3c3c;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nynews-con h3 a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.nynews-ul li.nynews-li:hover h3 a {
	color: #0C547F;
}

.nynews-con {
	background-color: #f9f9f9;
	padding-top: 16px;
	padding-bottom: 18px;
}

.nynews-con p.nynews-desp {
	color: #8d8d8d;
	font-size: 14px;
	line-height: 23px;
	margin: 10px 0;
	height: 46px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nynews-con a.nynews-more {
	position: relative;
	left: 0;
	color: #ffffff;
	font-size: 15px;
	padding: 7px;
	background: #0C547F;
	margin-top: 10px;
	width: 120px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.nynews-con a.nynews-more:hover {
	background: #FF7A0E;
	left: 10px;
	color: #ffffff !important;
}

@media (max-width:991px) {
	#nynewslist>.container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nynews-ul li.nynews-li {
		padding: 0 5px 4px;
		margin-bottom: 14px;
	}
	
	.nynews-ul li.nynews-li .nynews-img{
		height: 116px;
	}
}

@media (max-width:767px) {
	.nynews-con h3 {
		font-size: 16px;
		font-weight: bold
	}

	.nynews-con {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 12px;
	}

	.nynews-con p.nynews-desp {
		margin: 2px 0 8px;
	}
}

/*新闻详情*/
.shownews-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
}

.shownews-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.shownews-time {
	text-align: center;
}

.shownews-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.shownews-time span:last-child {
	margin-right: 0;
}

.shownews-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.shownews-con img {
	max-width: 100%;
	height: auto !important;
}

.shownews-page {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

.shownews-page>div[class^="col-"] {
	padding: 0 10px;
}

.shownews-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.shownews-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

@media (max-width:767px) {
	.shownews-top h1 {
		font-size: 20px;
	}

	.shownews-con {
		font-size: 14px !important;
		line-height: 1.6;
	}

	.shownews-page a {
		padding: 8px;
	}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul {
	overflow: hidden;
}

.nyjoblist-ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.nyjoblist-ul li .nyjoblist-top {
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.nyjoblist-ul li .nyjoblist-top h3 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.nyjoblist-ul li .nyjoblist-top span {
	padding-right: 20px;
	color: #999;
}

.nyjoblist-ul li .nyjoblist-top p {
	color: #666;
	margin: 10px 0;
}

.nyjoblist-ul li .nyjoblist-top>a {
	float: left;
	padding: 10px 25px;
	background: #0C547F;
	border-radius: 20px;
	color: #fff;
	margin-right: 10px;
}

.nyjoblist-ul li .nyjoblist-top>a+a {
	margin-right: 0;
}

.nyjoblist-ul li .nyjoblist-top>a:hover {
	background: #ffc531;
	color: #333;
}

@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top {
		padding: 10px;
	}
}

.showjob-left {
	padding-bottom: 30px;
}

.showjob-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 10px;
}

.showjob-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showjob-list {
	overflow: hidden;
	margin-bottom: 30px;
}

.showjob-list li {
	width: 50%;
	float: left;
	padding: 5px 10px;
	background: url(https://www.jsv.cc/staticres/images/dt-0.png) no-repeat left top 13px;
}

.showjob-list li span {
	float: left;
	margin-right: 10px;
	color: #999;
}

.showjob-con {
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
}

.showjob-con img {
	max-width: 100%;
	height: auto !important;
}

.showjob-more {}

.showjob-page {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.showjob-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.showjob-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

@media (max-width:767px) {
	.showjob-top h1 {
		font-size: 20px;
	}

	.showjob-top h2 {
		font-size: 16px;
	}

	.showjob-con {
		padding: 0;
		font-size: 14px !important
	}

	.showjob-left {
		padding: 0;
	}

	.showjob-page>div[class^="col-"] {
		padding: 0 10px;
	}
}

/* 产品检索条件左侧栏目 */
.nspronav {
	width: 300px;
	float: left;
	margin-bottom: 20px;
}

.nspronav-til {
	padding: 15px;
	color: #fff;
	background: #0C547F;
}

.nspronav-til h3 {
	font-size: 24px;
}

.nspronav-til i {
	display: block;
	height: 1px;
	width: 90px;
	background: #fff;
	margin: 10px 0;
}

.nspronav-con {
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #ddd;
}

.nspronav-con>p {
	background: #fff;
	line-height: 1.8;
	word-break: break-word;
}

.nspronav-con>p img {
	max-width: 60%;
}

.nspronav-con ul li {
	margin-bottom: 15px;
}

.nspronav-con ul li h4 {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	border-bottom: solid 1px #e5e5e5;
	padding-left: 15px;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}

.nspronav-con ul li h4 em {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.nspronav-con ul li h4 em>svg {
	width: 20px;
	height: 20px;
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nspronav-con ul li h4 em>svg path {
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nspronav-con ul li .nsplco {
	padding: 10px 0;
	display: none;
	background: #f5f5f5;
	max-height: 160px;
	overflow-y: scroll;
}

.nspronav-con ul li .nsplco::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

.nspronav-con ul li .nsplco::-webkit-scrollbar-thumb {
	background-color: #999;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.nspronav-con ul li .radio {
	margin: 0;
	padding: 5px 15px;
}

.nspronav-con ul li.on h4,
.nspronav-con ul li:hover h4 {
	background: #0C547F;
	color: #fff;
}

.nspronav-con ul li.on h4 em>svg {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nspronav-con ul li.on h4 em>svg path,
.nspronav-con ul li:hover h4 em>svg path {
	fill: #fff;
}

.nspronav-con .nspronav-btn {
	display: flex;
}

.nspronav-con .nspronav-btn input {
	flex: 1;
	font-size: 16px;
	line-height: 40px;
}

.nspronav-con .nspronav-btn input.nspronav-re {
	color: #333;
	background-color: #dadde3;
	margin-right: 20px;
}

.nspronav-con .nspronav-btn input.nspronav-su {
	color: #fff;
	background-color: #0C547F;
}

.nsprolist {
	width: calc(100% - 350px);
	float: right;
}

@media (min-width:1410px) {
	.procontainer>.container {
		width: 1380px;
	}
}

@media (max-width:1409px) {
	.nsprolist {
		width: calc(100% - 330px);
	}
}

@media (max-width:1309px) {
	.nspronav {
		width: 270px;
	}

	.nsprolist {
		width: calc(100% - 300px);
	}
}

@media (max-width:1199px) {
	.nspronav {
		width: 240px;
	}

	.nsprolist {
		width: calc(100% - 260px);
	}

	.nspronav-con {
		padding: 10px 12px;
	}

	.nspronav-con .nspronav-btn input.nspronav-re {
		margin-right: 12px;
	}

	.nyshow-til {
		margin-bottom: 15px;
	}
}

@media (max-width:991px) {

	.nspronav,
	.nsprolist {
		width: 100%;
	}
}

@media (max-width:767px) {
	.nspronav {
		margin-top: 20px;
	}

	.nspronav-con {
		padding: 10px;
	}

	.nspronav-til {
		padding: 12px;
	}

	.nspronav-til h3 {
		font-size: 20px;
	}

	.nspronav-til i {
		margin-bottom: 0;
	}

	.nspronav-con ul li {
		margin-bottom: 10px;
	}

	.nspronav-con ul li h4 {
		padding-left: 10px;
		font-size: 15px;
		line-height: 30px;
	}

	.nspronav-con .nspronav-btn input {
		font-size: 15px;
		line-height: 36px;
	}
}

/* 产品列表 */
.nypro-ul {
	overflow: hidden;
	padding-top: 10px;
}

.nypro-ul>li {
	padding: 0 10px;
	margin-bottom: 30px;
}

.nypro-ul>li .nypro-box {
	overflow: hidden;
	border: 1px solid #ddd;
	height: 152px;
	border-radius: 10px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nypro-ul>li .nypro-img {
	width: 200px;
	float: left;
	height: 100%;
}

.nypro-ul>li .nypro-con {
	width: calc(100% - 380px);
	height: 100%;
	float: left;
	padding: 0 20px;
}

.nypro-ul>li .nypro-con h3 {
	margin-top: 10px;
	color: #333;
	font-size: 20px;
}

.nypro-ul>li .nypro-con ul {
	padding-top: 5px;
}

.nypro-ul>li .nypro-con ul li {
	line-height: 22px;
	font-size: 12px;
	color: #666;
}

.nypro-ul>li .nypro-btn {
	width: 180px;
	float: right;
	padding: 10px 20px;
	background: #efefef;
	height: 100%;
}

.nypro-ul>li .nypro-btn a {
	display: block;
	color: #333;
	line-height: 29px;
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(../images/image/prbtnico.png) no-repeat left center;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nypro-ul>li .nypro-btn a:last-child {
	margin-bottom: 0px;
}

.nypro-ul>li .nypro-box:hover {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.nypro-ul>li .nypro-btn a:hover {
	color: #0C547F;
	text-decoration: underline;
}

.newproico {
	position: relative;
}

/*.newproico::before{content:'';width:80px;height:80px;position:absolute;left:0;top:0;background:url(../images/images/newproico.png) no-repeat center / contain;}*/

@media (max-width:1409px) {
	.newproico::before {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:1199px) {
	.nypro-ul>li .nypro-box {
		height: auto;
	}

	.nypro-ul>li .nypro-img {
		width: 40%;
	}

	.nypro-ul>li .nypro-con {
		width: 60%;
	}

	.nypro-ul>li .nypro-con h3 {
		margin-top: 20px;
	}

	.nypro-ul>li .nypro-con ul li {
		font-size: 15px;
		line-height: 30px;
	}

	.nypro-ul>li .nypro-btn {
		width: 100%;
		float: left;
		display: flex;
	}

	.nypro-ul>li .nypro-btn a {
		flex: 1;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.nypro-ul>li .nypro-btn a:last-child {
		margin-right: 0px;
	}
}

@media (max-width:991px) {
	.newproico::before {
		width: 80px;
		height: 80px;
	}
}

@media (max-width:767px) {
	.nypro-ul>li {
		padding: 5px;
		margin-bottom: 15px;
	}

	.nypro-ul>li .nypro-btn {
		padding: 20px;
	}
}

@media (max-width:630px) {

	.nypro-ul>li .nypro-img,
	.nypro-ul>li .nypro-con {
		width: 50%;
	}

	.nypro-ul>li .nypro-con {
		padding-right: 0;
	}

	.nypro-ul>li .nypro-btn {
		width: 100%;
		float: left;
		display: flex;
	}

	.nypro-ul>li .nypro-btn a {
		flex: 1;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.nypro-ul>li .nypro-btn a:last-child {
		margin-right: 0px;
	}

	.newproico::before {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:600px) {
	.nypro-ul>li .nypro-con h3 {
		margin-top: 15px;
		font-size: 19px;
	}

	.nypro-ul>li .nypro-con ul li {
		font-size: 14px;
		line-height: 25px;
	}
}

@media (max-width:500px) {
	.nypro-ul>li .nypro-con {
		padding-left: 10px;
	}

	.nypro-ul>li .nypro-con h3 {
		font-size: 18px;
	}

	.nypro-ul>li .nypro-con ul li {
		font-size: 13px;
		line-height: 20px;
	}

	.newproico::before {
		width: 60px;
		height: 60px;
	}

	.nypro-ul>li .nypro-btn {
		display: block;
		padding: 12px 20px;
	}

	.nypro-ul>li .nypro-btn a {
		float: left;
	}
}

@media (max-width:450px) {
	.nypro-ul>li .nypro-con h3 {
		margin-top: 8px;
	}

	.nypro-ul>li .nypro-con ul {
		padding-top: 5px;
	}
}

@media (max-width:400px) {
	.nypro-ul>li .nypro-img {
		width: 42%;
		margin: 5% 0;
	}

	.nypro-ul>li .nypro-con {
		width: 58%;
		padding-left: 10px;
	}

	.nypro-ul>li .nypro-con ul {
		padding-top: 5px;
	}

	.newproico::before {
		width: 50px;
		height: 50px;
	}

	.nypro-ul>li .nypro-btn {
		padding: 5px 10px;
	}

	.nypro-ul>li .nypro-btn a {
		line-height: 34px;
		font-size: 12px;
		margin-right: 15px;
	}
}

@media (max-width:360px) {
	.nypro-ul>li .nypro-con h3 {
		font-size: 16px;
	}

	.nypro-ul>li .nypro-con ul li {
		font-size: 12px;
		line-height: 18px;
	}
}

/*产品详情*/
.showpro-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 20px;
}

.showpro-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showpro-top span {
	margin-right: 10px;
	font-size: 14px;
	color: #a3afb7;
}

.showpro-img {
	margin-bottom: 20px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 140px;
	height: 93px;
}

@media (max-width:767px) {
	.showpro-top h1 {
		font-size: 20px;
	}

	.showpro-imgbox {
		padding: 0;
	}
}


/*产品参数*/
.nyproshow-info {
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
}

.showpro-tel {
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.showpro-telx {
	float: left;
	line-height: 40px;
}

.showpro-telx img {
	float: left;
	margin-right: 12px;
}

.showpro-telcon {
	float: left;
}

.showpro-telcon p {
	float: left;
	color: #666;
	margin-bottom: 0;
}

.showpro-telcon span {
	float: left;
	color: #333;
	font-size: 24px;
	font-family: arial;
}

.showpro-tel a {
	float: right;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	background: #0C547F;
	color: #fff;
}

.showpro-tel a i {
	margin-right: 5px;
}

.showpro-tel a:hover {
	background: #034ad8;
}

.showpro-con {
	margin-top: 20px;
}

.showpro-con ul {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.showpro-con ul li {
	text-align: center;
	padding: 0 24px;
	font-size: 16px;
	background: #e6e6e6;
	color: #333;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.showpro-con ul li.on {
	background: #0C547F;
	color: #fff;
}

.showpro-con ul li:last-child {
	margin-right: 0;
}

.showpro-details {
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.showpro-details .showpro-det {
	display: none;
	min-height: 200px;
}

.showpro-details div {
	margin-bottom: 10px;
}

.showpro-details p {
	margin: 5px 0;
}

.showpro-details img {
	max-width: 100%;
	height: auto !important;
}

.showpro-details video {
	max-width: 100%;
	height: auto !important;
}

@media (max-width:767px) {
	.showpro-details {
		font-size: 14px;
		line-height: 1.6;
	}
}

/*相关产品*/
.nyaboutpro {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
}

.nyaboutpro>h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #0C547F solid;
	color: #0C547F;
	font-size: 18px;
	font-weight: bold;
	background: url(https://www.jsv.cc/staticres/images/nyaboutproico.png) no-repeat left;
}

#abprolist {
	margin: 20px 0;
}

#abprolist li {
	padding: 0 10px;
}

#abprolist li a {
	display: block;
}

#abprolist li a .abpro-img {
	padding: 2px;
	border: 1px solid #ccc;
}

#abprolist li a .abpro-img img {
	display: block;
	max-width: 100%;
}

#abprolist li a p {
	margin-top: 5px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	background: #ccc;
	padding: 0 10px;
	color: #333;
}

#abprolist li a:hover .abpro-img {
	border-color: #0C547F;
}

#abprolist li a:hover p {
	background: #0C547F;
	color: #fff;
}

/* 标签 */
.pro_key {
	line-height: 35px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.pro_key a {
	font-size: 14px;
	background: #9e9c9c;
	padding: 2px 6px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.pro_key a:hover {
	background: #0C547F;
}

/* 分享按钮 */
.jiathis {
	padding-top: 10px;
	height: 35px;
	line-height: 30px;
	border-top: 1px dotted #ccc;
	text-align: right;
	position: relative;
	color: #666;
	margin-bottom: 20px;
}

.jiathis .jiathis_txt {
	float: left;
}

/* 上下页按钮 */
.ny-page {
	overflow: hidden;
	margin-bottom: 30px;
}

.ny-pagea {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.ny-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.ny-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

/* 搜索模块 */
.nysearch-ul {
	overflow: hidden;
}

.nysearch-ul li.nysearch-li {
	padding: 0 0 15px 0;
	margin-bottom: 25px;
	border-bottom: 1px dashed #333;
	overflow: hidden;
}

.nysearch-til>a {
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	display: inline-block;
	background: #0C547F;
	margin-right: 5px;
	position: relative;
	top: 0;
	padding: 4px 6px;
}

.nysearch-til>a .nysearch-arrow {
	position: absolute;
	width: 0;
	height: 0;
	vertical-align: top;
	top: 7px;
	right: -4px;
	border-left: 4px solid #000;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left-color: #0C547F;
}

.nysearch-til>a:hover {
	background: #333;
}

.nysearch-til>a:hover .nysearch-arrow {
	border-left-color: #333;
}

.nysearch-til>h2 {
	display: inline;
	font-size: 19px;
	margin: 0;
	font-weight: bold;
	position: relative;
	top: 1px;
	line-height: 25px;
}

.nysearch-con p.nysearch-desp {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nysearch-date {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

.nysearch-date span {
	color: #999;
}

.nysearch-date p {
	float: left;
	margin: 0;
}

.nysearch-date i {
	margin-right: 5px;
}

.nysearch-con a.nysearch-more {
	position: relative;
	left: 0;
	color: #ffffff;
	font-size: 13px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #999;
	margin-top: 10px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.nysearch-con a.nysearch-more:hover {
	background: #0C547F;
	left: 10px;
}


/*联系我们*/
.product-inlist {
	background-color: #f6f6f6;
}

.contact_meg {
	float: right;
	width: 50%;
	height: 510px;
	z-index: 3;
	background: #f6f6f6;
}

.meg_con .title2 {
	font-size: 28px;
	color: #333333;
	max-width: 510px;
	margin-bottom: 24px;
	margin-top: 35px;
	font-weight: bold;
}

.meg_con .tel {
	padding: 13px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	color: #333;
	max-width: 510px;
	font-size: 30px;
}

.meg_con .tel img {
	display: inline-block;
}

.meg_con .megs {
	margin-top: 20px;
	font-size: 15px;
	line-height: 36px;
}

.meg_con {
	width: 100%;
	z-index: 3;
	padding-left: 8%;
	padding-right: 4%;
	box-sizing: border-box;
}

.my-map {
	margin: 0 auto;
	width: 50%;
	height: 510px;
	float: left;
}

.amap-container {
	height: 100%;
}

@media only screen and (max-width:1199px) {
	.meg_con {
		width: 100%;
		position: unset;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.meg_con .title2,
	.meg_con .tel {
		max-width: initial;
		width: 100%;
	}

	.contact_meg {
		width: 100%;
		float: none;
		height: auto;
		padding-bottom: 40px
	}

	.my-map {
		margin: 0 auto;
		width: 100%;
		height: 400px;
		float: none;
	}
}

@media only screen and (max-width:991px) {
	.product-inlist>div {
		margin-bottom: 0 !important;
	}

	.product-inlist {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:768px) {
	.meg_con .title2 {
		margin-bottom: 16px;
		margin-top: 20px;
		font-size: 24px;
	}

	.meg_con .megs {
		font-size: 14px;
		line-height: 30px;
	}

	.meg_con .tel {
		padding: 10px 0;
		font-size: 20px;
	}

	.meg_con .tel img {
		width: 26px;
	}

	.meg_con .megs {
		margin-top: 10px;
	}

	.meg_con .tel img {
		width: 20px;
		margin-bottom: 0;
	}

	.meg_con .title2 {
		font-size: 22px;
	}

	.product-inlist {
		margin-top: 10px;
	}
}




/*翻页样式*/
.metpager_1 {
	text-align: center;
}

.metpager_2 {
	text-align: center;
}

.metpager_3 {
	text-align: center;
}

#flip {
	line-height: 25px;
}

.digg4 {
	padding: 3px;
	margin: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.digg4 a,
.digg4 span.miy {
	margin: 2px;
	text-decoration: none;
}

.digg4 .disabledfy {
	font-family: Tahoma, Verdana;
}

.metpager_4 a,
.metpager_4 span.miy {
	border: 1px solid #aaaadd;
	padding: 2px 5px 2px 5px;
	color: #009;
}

.metpager_4 a:hover {
	border: 1px solid #009;
	color: #000;
}

.metpager_4 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_4 span.current {
	border: 1px solid #009;
	background-color: #009;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.metpager_4 span.disabled {
	border: 1px solid #eee;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ddd;
}

.metpager_5 a,
.metpager_5 span.miy {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	color: #0C547F;
	display: inline-block;
}

.metpager_5 a:hover {
	border: 1px solid #0C547F;
	color: #fff;
	background-color: #0C547F;
}

.metpager_5 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_5 span.current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #fff;
	background: #0C547F;
	border: 1px solid #0C547F;
	text-decoration: none;
	display: inline-block;
}

.metpager_5 span.disabled {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #999;
	display: inline-block;
}

.metpager_6 {
	color: #ff6500;
}

.metpager_6 a,
.metpager_6 span.miy {
	border: 1px solid #ff9600;
	padding: 2px 7px 2px 7px;
	background-position: 50% bottom;
	color: #ff6500;
	background-image: url(../images/image/page6.jpg);
}

.metpager_6 a:hover {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}

.metpager_6 a:active {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}

.metpager_6 span.current {
	border: 1px solid #ff6500;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ff6500;
	background-color: #ffbe94;
	text-decoration: none;
}

.metpager_6 span.disabled {
	border: 1px solid #ffe3c6;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ffe3c6;
}

.metpager_7 a,
.metpager_7 span.miy {
	border: 1px solid #2c2c2c;
	padding: 2px 5px 2px 5px;
	background: url(../images/image/page7.gif) #2c2c2c;
	color: #fff;
}

.metpager_7 a:hover {
	border: 1px solid #aad83e;
	color: #fff;
	background: url(../images/image/page7_2.gif) #aad83e;
}

.metpager_7 a:active {
	border: 1px solid #aad83e;
	color: #fff;
	background: urlurl(../images/image/page7_2.gif) #aad83e;
}

.metpager_7 span.current {
	border: 1px solid #aad83e;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background: url(../images/image/page7_2.gif) #aad83e;
	text-decoration: none;
}

.metpager_7 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

.metpager_8 a,
.metpager_8 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #aaa;
}

.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}

.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}

.metpager_8 span.current {
	border: 1px solid #e0e0e0;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #aaa;
	background-color: #f0f0f0;
	text-decoration: none;
}

.metpager_8 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

.metpager_9 a,
.metpager_9 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #88af3f;
}

.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}

.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}

.metpager_9 span.current {
	border: 1px solid #b2e05d;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background-color: #b2e05d;
	text-decoration: none;
}

.metpager_9 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

@media (max-width:767px) {
	.digg4>span:nth-child(-n+2) {
		display: none;
	}
}