/* 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%;
	max-width: 100%;
	min-width: 320px;
	min-height: 100%;
	height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
dt,
var {
	font-style: normal;
	font-weight: normal;
}

/* a */
a {
	color: #333;
	text-decoration: none;
}

a:visited {}

a:active,
a:hover {
	text-decoration: none;
	color: #70c7d6;
}

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 .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

::after,
::before {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.dhwz {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mar0a {
	margin: 0 auto;
	width: 100%;
}

.con-fff {
	width: 100%;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

textarea {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	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: 1230px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 1430px) {
	.container {
		width: 1400px;
	}

}


@media (max-width:767px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}

	.row {
		margin-left: -10px;
		margin-right: -10px;
	}

	body {
		padding-bottom: 50px;
	}
}



#popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}

#popup .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	padding: 50px;
	text-align: center;
}

#popup .wrapper .txt {
	display: block;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 30px;
}

#popup .wrapper .txt b,
#popup .wrapper .txt strong {
	font-size: 2em;
	display: inline-block;
	margin-bottom: 30px;
}

#popup .wrapper .classic-btn {
	margin: 0 10px;
}

#popup:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .5s ease;
}

#popup.opened {
	visibility: visible;
	opacity: 1;
}

#popup.opened:after {
	opacity: .8;
	visibility: visible;
}

@media only screen and (max-width: 700px) {
	#popup .wrapper {
		width: 80%;
		padding: 30px;
	}

	#popup .wrapper .classic-btn {
		width: 100%;
		display: block;
		margin: 0 0 10px;
	}

	#popup .wrapper .classic-btn:last-of-type {
		margin-bottom: 0;
	}
}

.classic-btn {
	display: inline-block;
	padding: 12px 26px;
	background-color: #70c7d6;
	color: #fff;
	transition: all .3s ease;
}

.classic-btn.red {
	background-color: red;
}

.classic-btn:hover {
	background-color: #000;
}

.classic-btn:hover.red {
	background-color: #000;
}





/* 头部 */
header {
	position: relative;
	width: 100%;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

#header1 {
	height: 160px;
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	z-index: 100;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#header1:hover,
#header1.active {
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.headcon {
	position: relative;
	z-index: 999;
}

.headcon1 {
	display: flex;
	overflow: hidden;
	vertical-align: middle;
	align-items: center;
	float: left;
	height: 100px;
	margin-left: 95px;
}

.logo {
	float: left;
}

.logo a {
	display: block;
	position: relative;
}

.logo a img {
	height: 64px;
	vertical-align: middle;
	align-items: center;
}

.logo a img.logo-def {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

#header1:hover .logo a img.logo-def,
#header1.active .logo a img.logo-def {
	opacity: 0;
}

#header1:hover .logo a img.logo-fix,
#header1.active .logo a img.logo-fix {
	opacity: 1;
}

.head-raea {
	float: left;
	margin: 0 10px 0 25px;
	position: relative;
	z-index: 1;
}

#search-btn {
	float: left;
	display: block;
	line-height: 100px;
	color: #333;
	font-size: 18px;
	padding: 0 26px;
	border-radius: 18px;
	cursor: pointer;
	color: #666666;
}

#search-btn em {
	width: 24px;
	height: 24px;
	display: block;
	background: url(/image/search.png)no-repeat;
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: -5px;
}

#search-close {
	float: left;
	display: block;
	line-height: 34px;
	margin: 22px 0;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	display: none;
}

.search-con {
	position: absolute;
	right: -45px;
	top: 100px;
	width: 300px;
	background: #4a4a4a;
	padding: 10px;
	overflow: hidden;
	display: none;
}

.search-con form {
	background: #fff;
}

#keyword {
	display: block;
	height: 40px;
	width: 100%;
	background: none;
	text-indent: 1em;
	padding-right: 50px;
}

.search-con .s_bt {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	background: url(/image/search-btn.png) no-repeat;
}

.search-con .s_bt:hover {
	background-color: #ddd;
}

#m-head-nav {
	height: 16px;
	position: relative;
	float: left;
	display: none;
	margin-left: 20px;
	margin-top: 32px;
	width: 24px;
}

#m-head-nav .line {
	width: 24px;
	height: 2px;
	background-color: #fff;
	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);
}

#header1:hover #m-head-nav .line,
#header1.active #m-head-nav .line {
	background-color: #70c7d6;
}

@media (max-width: 991px) {
	#m-head-nav {
		display: block;
		margin-right: 20px;
		margin-top: 42px;
	}
}

@media (max-width: 767px) {
	.search-con {
		top: 71px;
	}
}


.top {
	line-height: 60px;
	width: 100%;
	background-color: #1c1c1c;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top dt {
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	letter-spacing: 6px;
}

.top dt img {
	vertical-align: middle;
	align-items: center;
	width: 42px;
	height: 42px;
	margin-right: 10px;
}

.lang {
	float: right;
	width: 147px;
	line-height: 100px;
	display: block;
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
}

.lang .select {
	margin: 0px auto;
	position: relative;
	cursor: pointer;
}

.lang .select::after {
	lang: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	top: 8px;
	right: 10px;
	position: absolute;
	transform: rotate(-46deg);
	transition: all .3s ease-in;
}

.lang .select p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	background: url(/image/lang.png)no-repeat 15px;
	margin-left: 10px;
}

.lang .select p:after {
	position: absolute;
	content: '';
	width: 14px;
	height: 9px;
	display: block;
	background: url(/image/langico.png)no-repeat;
	top: 50%;
	right: 25px;
	margin-top: -3px;
}

.lang .select ul {
	width: 147px;
	display: block;
	font-size: 16px;
	background: #FFFFFF;
	position: absolute;
	top: 100px;
	left: 0px;
	max-height: 0px;
	overflow: hidden;
	transition: max-height .3s ease-in;
	z-index: 999;
}

.lang .select ul li {
	width: 100%;
	line-height: 40px;
	padding: 0px 15px;
	list-style: none;
	color: #666666;
	background: #000;
}

.lang .select ul li a {
	font-size: 14px;
	color: #fff;
	display: block;
}

.lang .select ul li.Selected {
	color: #FFFFFF;
}

.lang .select ul li:hover {
	background: #70c7d6;
}

.lang .select ul li:hover a {
	color: #fff;
}

@-webkit-keyframes slide-down {
	0% {
		transform: scale(1, 0);
	}

	25% {
		transform: scale(1, 1.2);
	}

	50% {
		transform: scale(1, 0.85);
	}

	75% {
		transform: scale(1, 1.05);
	}

	100% {
		transform: scale(1, 1);
	}
}

.lang .select.open ul {
	max-height: 250px;
	transform-origin: 50% 0;
	-webkit-animation: slide-down .5s ease-in;
	transition: max-height .2s ease-in;
}

.lang .select.open::after {
	transform: rotate(134deg);
	transition: all .3s ease-in;
	top: 13px;
}

@media (max-width:767px) {
	.top {
		line-height: 50px;
	}

	.top dt {
		line-height: 50px;
	}

	.lang .select ul {
		top: 70px;
	}
}


/* 导航栏 */
.nav {
	float: left;
	margin-right: 30px;
}

.nav>li {
	float: left;
	margin-right: 55px;
	position: relative;
}

.nav>li:last-child {
	margin-right: 0;
}

.nav>li>a {
	display: block;
	font-size: 18px;
	padding: 0;
	color: #fff;
	position: relative;
	line-height: 100px;
}

.nav>li>a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 4px;
	background-color: #ffc531;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nav-er-box {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	display: none;
	padding-top: 6px;
}

.nav-er-list {
	background: #323A45;
	line-height: 40px;
	position: relative;
	border-bottom: 1px solid #525252;
}

.nav-er-list:last-child {
	border-bottom: none;
}

.nav-er-list a {
	display: block;
	padding: 0 15px;
}

.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;
}

.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(http://www.mokikj.com/staticres/images/nav-rjt.png);
}

.nav-yi::after {
	position: absolute;
	content: '';
	bottom: 25px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #70c7d6;
	display: none;
}

.nav-er-box::before {
	position: absolute;
	content: '';
	width: 18px;
	height: 6px;
	background: url(http://www.mokikj.com/staticres/images/nav-up.png) no-repeat center;
	left: 50%;
	margin-left: -9px;
	top: 0;
}

.nav li.active .nav-yi {
	color: #70c7d6;
}

.nav-box li.active .nav-yi::after {
	display: block;
}

.nav>li:hover .nav-er-box {
	display: block;
}

.nav>li:hover .nav-yi {
	color: #70c7d6;
}

.nav>li:hover .nav-yi:after {
	display: block;
}

.nav-er-list:hover .nav-er {
	color: #70c7d6;
	font-weight: bold;
}

.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: #70c7d6;
}

.nav>li:hover>a::after,
.nav>li.cur>a::after {
	left: 0;
	right: 0;
}

#header1:hover .nav>li>a,
#header1.active .nav>li>a {
	color: #333;
}

#header1:hover .nav>li:hover>a,
#header1:hover .nav>li.cur>a,
#header1:hover .nav>li>a:focus,
#header1:hover .nav>li>a:hover,
#header1.active .nav>li:hover>a,
#header1.active .nav>li.cur>a,
#header1.active .nav>li>a:focus,
#header1.active .nav>li>a:hover {
	background: transparent;
}

#header1:hover .nav>li>a::after,
#header1.active .nav>li>a::after {
	background-color: #70c7d6;
}

.nav>li>a:hover span {
	color: #70c7d6;
}

@media (max-width: 1550px) {
	.headcon1 {
		margin-left: 50px;
	}

	.nav>li {
		margin-right: 45px;
	}
}

@media (max-width: 1430px) {
	.headcon1 {
		margin-left: 30px;
	}

	.nav>li {
		margin-right: 35px;
	}
}

@media (max-width: 1345px) {
	.headcon1 {
		margin-left: 10px;
	}

	.nav>li {
		margin-right: 25px;
	}

}

@media (max-width: 1270px) {
	.nav>li {
		margin-right: 20px;
	}
}

@media (max-width: 1235px) {
	.nav>li {
		margin-right: 20px;
	}

	.nav>li>a {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.nav>li {
		margin-right: 15px;
	}

	.nav>li>a {
		font-size: 15px;
	}

	.head-raea {
		margin: 0px;
	}

	#search-btn {
		font-size: 16px;
		padding: 0 20px;
	}

	.lang {
		width: 90px;
	}

	.logo a img {
		height: 55px;
	}

	#search-btn em {
		width: 20px;
		height: 20px;
		background-size: 100%;
	}

	.lang .select p:after {
		display: none;
	}

	.lang .select p {
		padding-left: 30px;
		margin-left: 0px;
		font-size: 16px;
	}

}


/* 小屏幕导航 */
.mm-nav-box {
	position: absolute;
	top: 80px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 0.5s;
}

.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: absolute;
	top: 80px;
	right: 0;
	width: 40%;
	padding-bottom: 15px;
	z-index: 10000000;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.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%;
}

.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: #1a396f
}

.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: #1a396f
}

.mm-nav-box .mm-nav .li1 .mm-innav li .box2 {
	margin: 0 15px;
}

.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;
}

.header_space {
	width: 100%;
	height: 80px;
	display: none;
}

@media (max-width: 991px) {
	.nav {
		display: none;
	}

	.mm-nav-box {
		display: none;
	}

	.header_space {
		display: block;
	}

	.mm-nav-box[data-on="active"] {
		display: block;
	}
}

@media (max-width: 800px) {
	.mm-nav-box .mm-nav .li1 .mm-title {
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 600px) {
	.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;
	}
}

@media (max-width: 450px) {

	#header1,
	.header_space {
		height: 66px;
	}

	.logo a img {
		height: 50px;
	}

	.head-raea {
		margin-left: 10px;
	}

	#search-btn {
		font-size: 14px;
		padding: 0 15px;
		margin: 15px 0;
	}

	#m-head-nav {
		margin-left: 12px;
		margin-top: 26px;
	}
}

.header_space {
	width: 100%;
	height: 80px;
	display: none;
}

.nax_r {
	float: right;
}


@media (max-width: 767px) {
	header {
		height: 120px;
	}

	.headcon1 {
		height: 70px;
	}

	.headcon {
		background: #fff;
		box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	}

	.logo a img {
		height: 40px;
	}

	#search-btn {
		font-size: 0px;
		margin: 0px;
		line-height: 70px;
	}

	.lang {
		width: 60px;
		height: 70px;
		line-height: 70px;
	}

	.lang .select p {
		font-size: 0px;
		background: url(/image/lang.png)no-repeat 20px;
	}

	#m-head-nav {
		margin-top: 27px;
	}

	#search-btn em {
		top: 51%;
	}

	#header1 {
		height: 60px;
		position: absolute;
	}

	#header1 .active {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		transition: all 0.3s;
		box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	}

	.mm-nav-box .mm-wrap {
		top: -10px;
	}

	.wap_nav {
		position: relative;
	}

	/*.search-con { position: absolute; top: 60px; width: 350px; left: -200px; right: 0px;}*/

}

@media (max-width: 340px) {
	#search-btn {
		display: none;
	}
}


/* 轮播图 */
#banner .swiper-slide a {
	display: block;
}

#banner .swiper-slide img {
	display: block;
	max-width: 100%;
	width: 100%;
}

#banner .swiper-pagination {
	bottom: 25px;
	font-size: 0;
}

#banner .swiper-pagination-bullet {
	height: 14px;
	width: 4px;
	background: #fff;
	opacity: 1;
	border-radius: 2px;
	margin-bottom: 5px;
}

#banner .swiper-pagination-bullet-active {
	height: 25px;
	background: #70c7d6;
	margin-bottom: 0px;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#banner .swiper-button-prev {
	left: 45%;
	top: 95%;
	background: url(/image/ban_left.png)no-repeat center;
}

#banner .swiper-button-prev:hover {
	background: url(/image/ban_left_2.png)no-repeat center #70c7d6;
}

#banner .swiper-button-next {
	right: 45%;
	top: 95%;
	background: url(/image/ban_right.png)no-repeat center;
}

#banner .swiper-button-next:hover {
	background: url(/image/ban_right_2.png)no-repeat center #70c7d6;
}

@media (max-width: 1400px) {
	#banner .swiper-button-prev {
		left: 60px;
	}

	#banner .swiper-button-next {
		right: 60px;
	}
}

@media (max-width: 767px) {

	#banner .swiper-button-prev,
	#banner .swiper-button-next {
		display: none;
	}
}

@media (max-width: 450px) {
	#banner .swiper-pagination {
		bottom: 10px;
	}
}



/* 图片封面动画 */
.white,
.whites {
	position: relative;
	overflow: hidden;
}

.white::after,
.whites::after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -100%;
	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: 100%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

/*中文首页产品中心*/
#sy_pro {
	padding: 50px 0;
	margin: 0 15px;
	transition: all 0.5s;
}

#sy_pro .sy_pro_t h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #333333;
}

#sy_pro .sy_pro_t h2 em {
	font-weight: normal;
}

#sy_pro .sy_pro_nr {
	overflow: hidden;
	margin-top: 50px;
}

#sy_pro .sy_pro_left {
	float: left;
	position: relative;
	width: 50%;
}

#sy_pro .sy_pro_left dt img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#sy_pro .sy_pro_left:after {
	position: absolute;
	content: '';
	right: -7px;
	width: 15px;
	background: #ffffff;
	height: 100%;
	transform: skewX(-5deg);
	top: 0;
	z-index: 9;
}

#sy_pro .sy_pro_left .sy_pro_left_desc {
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -65px;
	transition: all 2s;
}

#sy_pro .sy_pro_nr a {
	overflow: hidden;
	display: block;
}

#sy_pro .sy_pro_nr h3 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 1.5;
}

#sy_pro .sy_pro_nr span {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
}

#sy_pro .sy_pro_nr em {
	font-size: 16px;
	color: #666666;
	line-height: 42px;
	border: 1px solid #666;
	width: 160px;
	text-align: center;
	display: block;
	border-radius: 50px;
	margin-top: 20px;
	transition: all 0.5s;
}

#sy_pro .sy_pro_nr a:hover em {
	background-color: #70c7d6;
	color: #fff;
	border: 1px solid #70c7d6;
}

#sy_pro .sy_pro_nr a:hover h3 {
	color: #111;
}

#sy_pro .sy_pro_right {
	float: right;
	position: relative;
	width: 50%;
}

#sy_pro .sy_pro_right dt img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#sy_pro .sy_pro_right .sy_pro_right_desc {
	position: absolute;
	top: 60px;
	right: 50%;
	margin-right: -105px;
	transition: all 2s;
}

@media (max-width: 1550px) {
	#sy_pro .sy_pro_left dt img {
		max-width: 100%;
		display: block;
	}

	#sy_pro .sy_pro_right dt img {
		max-width: 100%;
		display: block;
	}

	#sy_pro .sy_pro_left:after {
		display: none;
	}

}

@media (max-width: 991px) {
	#sy_pro .sy_pro_t h2 {
		font-size: 34px;
	}

	#sy_pro .sy_pro_left .sy_pro_left_desc {
		top: 30px;
	}

	#sy_pro .sy_pro_right .sy_pro_right_desc {
		top: 30px;
	}
}

@media (max-width: 767px) {

	#sy_pro {
		padding: 30px 0px;
		margin: 0 10px;
	}

	#sy_pro .sy_pro_t h2 {
		font-size: 26px;
	}

	#sy_pro .sy_pro_nr {
		margin-top: 30px;
	}

	#sy_pro .sy_pro_left {
		width: 100%;
		display: block;
		background: #eee;
	}

	#sy_pro .sy_pro_left .sy_pro_left_desc {
		left: 50%;
		margin-left: -80px;
	}

	#sy_pro .sy_pro_nr h3 {
		font-size: 26px;
	}

	#sy_pro .sy_pro_right {
		width: 100%;
		display: block;
		margin-top: 20px;
		background: #e2e2e2;
	}

	#sy_pro .sy_pro_right .sy_pro_right_desc {
		margin-right: -80px;
	}
}



/*中文首页核心优势*/
#sy_str {
	overflow: hidden;
}

#sy_str .sy_str_t h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #333333;
}

#sy_str .sy_str_nr {
	margin: 50px 15px 0 15px;
	overflow: hidden;
}

.sy_str_nr_box,
.sy_str_nr_r {
	display: flex;
}

.sy_str_nr_box {
	height: 552px;
}

.sy_str_nr_box a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.sy_str_nr_l,
.sy_str_nr_r {
	flex: 1;
}

.sy_str_nr_1 {
	width: 100%;
	height: 100%;
}

#sy_str .sy_str_nr .sy_str_nr_1 div {
	width: 100%;
	height: calc(100% - 82px);
}

#sy_str .sy_str_nr .sy_str_nr_1 span {
	width: 100%;
	display: block;
	padding-left: 40px;
	position: relative;
	background: #333;
	z-index: 99;
}

#sy_str .sy_str_nr .sy_str_nr_1 span h3 {
	z-index: 999;
	position: relative;
	line-height: 82px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

#sy_str .sy_str_nr .sy_str_nr_1 span:before {
	width: 0%;
	height: 82px;
	position: absolute;
	content: '';
	background: linear-gradient(to right, #6bc3d9, #2d9afc);
	transition: all 1s;
	left: 0;
	z-index: 9;
}

#sy_str .sy_str_nr .sy_str_nr_1:hover span:before {
	background: linear-gradient(to right, #6bc3d9, #2d9afc);
	width: 100%;
	z-index: 9;
}

#sy_str .sy_str_nr .sy_str_nr_1 span:after {
	width: 39px;
	height: 39px;
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -18px;
	right: 45px;
	background: url(/image/sy_strico.png)no-repeat center;
	z-index: 99;
}

.sy_str_nr_2,
.sy_str_nr_3 {
	flex: 1;
}

#sy_str .sy_str_nr .sy_str_nr_2 div {
	width: 100%;
	height: calc(100% - 82px);
}

#sy_str .sy_str_nr .sy_str_nr_2 span {
	width: 100%;
	display: block;
	padding-left: 45px;
	position: relative;
	background: #333;
	z-index: 99;
}

#sy_str .sy_str_nr .sy_str_nr_2 span h3 {
	z-index: 999;
	position: relative;
	line-height: 82px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

#sy_str .sy_str_nr .sy_str_nr_2 span:after {
	width: 39px;
	height: 39px;
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -18px;
	right: 45px;
	background: url(/image/sy_strico.png)no-repeat center;
	z-index: 99;
}

#sy_str .sy_str_nr .sy_str_nr_2 span:before {
	width: 0%;
	height: 82px;
	position: absolute;
	content: '';
	background: linear-gradient(to right, #6bc3d9, #2d9afc);
	transition: all 0.3s;
	left: 0;
	z-index: 9;
}

#sy_str .sy_str_nr .sy_str_nr_2:hover span:before {
	background: linear-gradient(to right, #6bc3d9, #2d9afc);
	width: 100%;
	z-index: 9;
}

#sy_str .sy_str_nr .sy_str_nr_3 div {
	width: 100%;
	height: 60%;
}

#sy_str .sy_str_nr .sy_str_nr_3 span {
	width: 100%;
	display: flex;
	background: #333;
	z-index: 99;
	height: 40%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 40px;
}

#sy_str .sy_str_nr .sy_str_nr_3 span h3 {
	font-size: 24px;
	color: #fff;
	position: relative;
	text-align: center;
	font-weight: bold;
}

#sy_str .sy_str_nr .sy_str_nr_3 span h3:after {
	position: absolute;
	content: '';
	width: 39px;
	height: 39px;
	display: block;
	background: url(/image/sy_strico.png)no-repeat center;
	bottom: -70px;
	left: 50%;
	margin-left: -18px;
}

#sy_str .sy_str_nr .sy_str_nr_3:hover span {
	background: linear-gradient(to right, #3fa6f1, #319df9);
}

@media (max-width: 1199px) {
	#sy_str .sy_str_nr .sy_str_nr_2 span:after {
		width: 32px;
		height: 32px;
		background-size: 100%;
		margin-top: -15px;
		right: 25px;
	}

}

@media (max-width: 991px) {
	.sy_str_nr_box {
		height: auto;
	}

	.sy_str_nr_1 {
		height: 450px;
	}

	#sy_str .sy_str_t h2 {
		font-size: 34px;
	}

	.sy_str_nr_box,
	.sy_str_nr_r {
		display: block;
	}

	.sy_str_nr_l,
	.sy_str_nr_r {
		flex: none;
	}

	#sy_str .sy_str_nr .sy_str_nr_1 span:after {
		width: 32px;
		height: 32px;
		background-size: 100%;
		margin-top: -15px;
		right: 25px;
	}

	#sy_str .sy_str_nr .sy_str_nr_1 span h3 {
		font-size: 20px;
		line-height: 62px;
	}

	#sy_str .sy_str_nr .sy_str_nr_2 span h3 {
		font-size: 20px;
		line-height: 62px;
	}

	#sy_str .sy_str_nr .sy_str_nr_1 div {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.sy_str_nr_2 {
		display: block;
		height: 480px;
		margin-top: 20px;
	}

	#sy_str .sy_str_nr .sy_str_nr_2 div {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.sy_str_nr_2,
	.sy_str_nr_3 {
		flex: none;
	}

	.sy_str_nr_3 {
		height: 480px;
		margin-top: 20px;
	}

	#sy_str .sy_str_nr .sy_str_nr_3 div {
		height: 85%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	#sy_str .sy_str_nr .sy_str_nr_3 span h3 {
		text-align: left;
		font-size: 20px;
		line-height: 62px;
	}

	#sy_str .sy_str_nr .sy_str_nr_3 span {
		width: 100%;
		display: block;
		padding-left: 45px;
		position: relative;
		background: #333;
		z-index: 99;
		height: auto;
		padding-bottom: 0px;
	}

	#sy_str .sy_str_nr .sy_str_nr_3 span h3:after {
		width: 32px;
		height: 32px;
		display: block;
		position: absolute;
		content: '';
		top: 50%;
		margin-top: -15px;
		right: 25px;
		background: url(/image/sy_strico.png)no-repeat center;
		z-index: 99;
		background-size: 100%;
		left: auto;
	}
}

@media (max-width: 767px) {
	#sy_str .sy_str_t h2 {
		font-size: 26px;
	}

	#sy_str .sy_str_nr {
		margin: 30px 10px 0 10px;
	}

	.sy_str_nr_1 {
		height: 250px;
	}

	#sy_str .sy_str_nr .sy_str_nr_1 span h3 {
		font-size: 17px;
		line-height: 46px;
	}

	#sy_str .sy_str_nr .sy_str_nr_1 span:after {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}

	#sy_str .sy_str_nr .sy_str_nr_1 span:before {
		display: none;
	}

	.sy_str_nr_2 {
		height: 250px;
		margin-top: 0px;
	}

	#sy_str .sy_str_nr .sy_str_nr_2 span h3 {
		font-size: 17px;
		line-height: 46px;
	}

	#sy_str .sy_str_nr .sy_str_nr_2 span:before {
		display: none;
	}

	#sy_str .sy_str_nr .sy_str_nr_2 span:after {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}

	.sy_str_nr_3 {
		height: 250px;
		margin-top: 0px;
	}

	#sy_str .sy_str_nr .sy_str_nr_3 div {
		height: 70%;
	}

	#sy_str .sy_str_nr .sy_str_nr_3 span h3 {
		font-size: 17px;
		line-height: 46px;
	}

	#sy_str .sy_str_nr .sy_str_nr_3 span h3:after {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
}




/*中文首页关于我们*/
#sy_about {
	height: 670px;
	overflow: hidden;
	margin-top: 50px;
	display: block;
	padding-top: 190px;
	background-size: 100%;
}

#sy_about .sy_about_l {
	overflow: hidden;
}

#sy_about .sy_about_l h3 {
	font-weight: bold;
	font-size: 48px;
	color: #fff;
	margin-bottom: 55px;
}

#sy_about .sy_about_l .sy_about_desc {
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

#sy_about .sy_about_l a {
	width: 160px;
	display: block;
	line-height: 48px;
	text-align: center;
	color: #000033;
	background: #fff;
	border-radius: 50px;
	margin-top: 65px;
}

#sy_about .sy_about_l a:hover {
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	color: #fff;
}

#sy_about .sy_about_r {
	overflow: hidden;
	margin-top: 109px;
	padding-left: 110px;
}

#sy_about .sy_about_r h5 {
	font-size: 24px;
	color: #fff;
}

#sy_about .sy_about_r h5 span {
	font-size: 48px;
	color: #fff;
	font-family: 'arial';
}

#sy_about .sy_about_r p {
	font-size: 18px;
	color: #fff;
	line-height: 2;
}

@media (max-width: 1199px) {
	#sy_about {
		height: 570px;
		padding-top: 100px;
	}

	#sy_about .sy_about_r {
		padding-left: 60px;
	}
}

@media (max-width: 991px) {
	#sy_about {
		height: 670px;
		padding-top: 90px;
	}

	#sy_about .sy_about_l h3 {
		font-size: 34px;
	}

	#sy_about .sy_about_r {
		padding-left: 0px;
		margin-top: 70px;
	}

	#sy_about .sy_about_r p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	#sy_about {
		padding-top: 70px;
	}

	#sy_about .sy_about_l h3 {
		margin-bottom: 25px;
		font-size: 26px;
	}

	#sy_about .sy_about_l a {
		margin-top: 35px;
	}

	#sy_about .sy_about_r {
		margin-top: 40px;
	}

	.about-count div {
		padding-right: 0px;
	}
}



/*中文首页新闻中心*/
#sy_news {
	margin-top: 60px;
	overflow: hidden;
	margin-bottom: 70px;
}

#sy_news .sy_news_t h2 {
	font-size: 48px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

#sy_news .sy_news_nr {
	display: block;
	position: relative;
}

#sy_news .sy_news_nr .imgtags {
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 40px;
}

#sy_news .sy_news_nr .imgtags a {
	font-size: 18px;
	color: #666666;
	margin-right: 70px;
	line-height: 1.5;
	font-weight: bold;
}

#sy_news .sy_news_nr .imgtags a:last-child {
	margin-right: 0px;
	position: relative;
}

#sy_news .sy_news_nr .imgtags a:last-child:after {
	position: absolute;
	content: '';
	width: 15px;
	height: 21px;
	display: block;
	background: url(/image/sy_newsico.png)no-repeat center;
	top: 4px;
	left: -44px;
}

#sy_news .sy_news_nr .imgtags a.on {
	font-weight: bold;
	color: #70c7d6;
	border-bottom: 3px solid #70c7d6;
	padding-bottom: 5px;
}

#sy_news .imgbox {
	margin-top: 30px;
}

#sy_news .sy_news_nr .owl-nav {
	display: block;
}

#sy_news .sy_news_nr .owl-prev {
	position: absolute;
	content: '';
	width: 19px;
	height: 34px;
	display: block;
	background: url(/image/sy_newsico3.png)no-repeat center;
	top: 50%;
	margin-top: -17px;
	left: -40px;
	text-indent: -99999em;
	transition: all 0.5s;
}

#sy_news .sy_news_nr .owl-prev:hover {
	margin-top: -25px;
}

#sy_news .sy_news_nr .owl-next {
	position: absolute;
	content: '';
	width: 19px;
	height: 34px;
	display: block;
	background: url(/image/sy_newsico4.png)no-repeat center;
	top: 50%;
	margin-top: -17px;
	right: -40px;
	text-indent: -99999em;
	transition: all 0.5s;
}

#sy_news .sy_news_nr .owl-next:hover {
	margin-top: -25px;
}

#sy_news .imgbox .owl-item {
	overflow: hidden;
}

#sy_news .imgbox .owl-item .case-img {
	overflow: hidden;
	aspect-ratio: 1.33;
    object-fit: cover;
}

#sy_news .imgbox .owl-item .case-img img {
	width: 100%;
	display: block;
	transition: all 0.5s;
}

#sy_news .imgbox .owl-item:hover .case-img img {
	transform: scale(1.1);
}

#sy_news .imgbox .case-desc {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 66px;
}

#sy_news .imgbox .case-txt {
	padding: 18px;
}

#sy_news .imgbox .owl-item:hover .case-txt {
	background: #f3f3f3;
}

#sy_news .imgbox .case-txt .case-time {
	font-size: 14px;
	color: #999999;
	line-height: 2;
}

#sy_news .imgbox .case-txt .dhwz {
	font-size: 16px;
	color: #333333;
	margin-top: 16px;
	margin-bottom: 15px;
}

#sy_news .imgbox .case-txt .case-more {
	position: relative;
	margin-top: 25px;
	font-size: 16px;
	color: #666666;
}

#sy_news .imgbox .case-txt .case-more:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 8px;
	display: block;
	background: url(/image/sy_newsico2.png)no-repeat center;
	top: 50%;
	left: 20%;
	margin-top: -3px;
}

@media (max-width: 1430px) {
	#sy_news .sy_news_nr .owl-prev {
		left: -28px;
	}

	#sy_news .sy_news_nr .owl-next {
		right: -28px;
	}
}

@media (max-width: 1199px) {
	#sy_news .imgbox .case-txt .case-more:after {
		left: 30%;
	}
}

@media (max-width: 991px) {
	#sy_news .sy_news_t h2 {
		font-size: 34px;
	}

	#sy_news .sy_news_nr .owl-prev {
		left: -22px;
	}

	#sy_news .sy_news_nr .owl-next {
		right: -22px;
	}

}

@media (max-width: 767px) {
	#sy_news {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	#sy_news .sy_news_t h2 {
		font-size: 26px;
	}

	#sy_news .sy_news_nr .owl-prev {
		display: none;
	}

	#sy_news .sy_news_nr .owl-next {
		display: none;
	}

}

/*底部通用*/
#footer {
	padding-top: 55px;
	background: #252525;
	padding-bottom: 45px;
	overflow: hidden;
}

#footer .footer_nav {
	overflow: hidden;
}

#footer .footer_nav span {
	font-size: 18px;
	color: #a5a5a5;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

#footer .footer_nav span:hover {
	color: #fff;
}

#footer ul {
	overflow: hidden;
}

#footer .footer_nav li {
	float: left;
	width: 50%;
	margin-top: 20px;
}

#footer .footer_nav li a {
	font-size: 16px;
	color: #999999;
}

#footer .footer_nav li:hover a {
	color: #fff;
}

#footer .footer_lx {
	overflow: hidden;
}

#footer .footer_lx span {
	font-size: 18px;
	color: #a5a5a5;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

#footer .footer_lx li {
	font-size: 16px;
	color: #999;
	margin-top: 20px;
	display: block;
	overflow: hidden;
}

#footer .footer_lx li:hover {
	color: #fff;
}

#footer .footer_lx li a {
	font-size: 16px;
	color: #999999;
}

#footer .footer_lx li:hover a {
	color: #fff;
}

#footer .footer_lx li dt {
	float: left;
	overflow: hidden;
	margin-right: 12px;
}

#footer .footer_lx li:nth-child(1) dt {
	width: 14px;
	height: 16px;
	display: block;
	,
	margin-top: 3px;
}

#footer .footer_lx li:nth-child(1) dt img {
	width: 14px;
	height: 32px;
	display: block;
	transition: all 0.3s;
}

#footer .footer_lx li:nth-child(1):hover dt img {
	margin-top: -16px;
}

#footer .footer_lx li:nth-child(2) dt {
	width: 14px;
	height: 12px;
	display: block;
	margin-top: 4px;
}

#footer .footer_lx li:nth-child(2) dt img {
	width: 14px;
	height: 24px;
	display: block;
	transition: all 0.3s;
}

#footer .footer_lx li:nth-child(2):hover dt img {
	margin-top: -12px;
}

#footer .footer_lx li:nth-child(3) dt {
	width: 12px;
	height: 15px;
	display: block;
	margin-top: 4px;
}

#footer .footer_lx li:nth-child(3) dt img {
	width: 12px;
	height: 30px;
	display: block;
	transition: all 0.3s;
}

#footer .footer_lx li:nth-child(3):hover dt img {
	margin-top: -15px;
}

#footer .footer_wx {
	overflow: hidden;
}

#footer .footer_wx dt {
	overflow: hidden;
	width: 156px;
	text-align: center;
}

#footer .footer_wx dt img {
	width: 156px;
	display: block;
	max-width: 100%;
}

#footer .footer_wx dt span {
	font-size: 14px;
	color: #999999;
	line-height: 3;
	display: block;
}

#footer .footer_ly {
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}

#footer .footer_ly .form-control {
	padding: 0px;
	background: #333;
	line-height: 42px;
	padding-left: 20px;
	border-radius: 0px;
	border: none;
	height: 42px;
	color:#fff;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 19px;
	color: #fff;
}

#footer .footer_ly .form-group1 {
	margin-left: 0px;
	margin-right: 0px;
}

#footer .footer_ly .form-group1 .form-control {
	padding: 0px;
	background: #333;
	line-height: 42px;
	padding-left: 20px;
	border-radius: 0px;
	border: none;
	height: 84px;
	color: #fff;
}

#footer .footer_ly .btn {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	width: 100%;
	display: block;
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	border-radius: 0px;
	border: none;
	padding: 0px;
	line-height: 42px;
}

#footer .footer_ly .btn:focus {
	border: none;
	outline: none;
}


@media (max-width: 1199px) {
	#footer .footer_wx dt {
		width: 156px;
		margin: 0 auto;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	#footer .footer_ly {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	#footer .footer_lx {}

	#footer .footer_wx dt img {
		margin: 0 auto;
	}
}

/*友情链接*/
#link {
	background: #252525;
	padding-bottom: 15px;
}

#link span {
	font-size: 14px;
	text-transform: uppercase;
	color: #999999;
	line-height: 2;
}

#link a {
	font-size: 14px;
	color: #999999;
	margin-right: 8px;
}

#link a:hover {
	color: #fff;
	font-weight: bold;
}


/*底部logo*/
#footer_2 {
	background: #fff;
	height: 105px;
	padding-top: 30px;
	overflow: hidden;
}

#footer_2 .footer_2_l {
	float: left;
	overflow: hidden;
}

#footer_2 .footer_2_l dt {
	width: 240px;
	overflow: hidden;
	float: left;
}

#footer_2 .footer_2_l dt img {
	width: 100%;
	display: block;
}

#footer_2 .footer_2_l dl {
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #d5d5d5;
}

#footer_2 .footer_2_l dl dd {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	display: block;
	line-height: 2;
}

#footer_2 .footer_2_l dl a {
	font-size: 12px;
	color: #999999;
	line-height: 2;
	margin-right: 10px;
}

#footer_2 .footer_2_l dl a:hover {
	color: #333;
	text-decoration: underline;
}

#footer_2 .footer_2_r {
	float: right;
	overflow: hidden;
}

#footer_2 .footer_2_r ul {
	float: left;
	margin-top: 15px;
}

#footer_2 .footer_2_r ul li {
	float: left;
	margin-left: 15px;
}

#footer_2 .footer_2_r ul li a {
	overflow: hidden;
	display: block;
}

#footer_2 .footer_2_r ul li a i {
	font-size: 33px;
	color: #999;
}

#footer_2 .footer_2_r ul li:hover a i {
	color: #000;
}

#footer_2 .footer_2_r ul li:nth-child(2) {
	width: 24px;
	display: block;
	height: 24px;
	background: #999999;
	border-radius: 3px;
	margin-top: 4px;
}

#footer_2 .footer_2_r ul li:nth-child(2) a i {
	color: #fff;
	line-height: 26px;
	text-align: center;
	font-size: 18px;
	display: block;
}

#footer_2 .footer_2_r ul li:nth-child(3) {
	width: 24px;
	display: block;
	height: 24px;
	background: #999999;
	border-radius: 3px;
	margin-top: 4px;
}

#footer_2 .footer_2_r ul li:nth-child(3) a i {
	color: #fff;
	line-height: 26px;
	text-align: center;
	font-size: 18px;
	display: block;
}

#footer_2 .footer_2_r ul li:nth-child(4) {
	width: 24px;
	display: block;
	height: 24px;
	background: #999999;
	border-radius: 3px;
	margin-top: 4px;
}

#footer_2 .footer_2_r ul li:nth-child(4) a i {
	color: #fff;
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	display: block;
}

#footer_2 .footer_2_r ul li:nth-child(5) {
	width: 24px;
	display: block;
	height: 24px;
	background: #999999;
	border-radius: 3px;
	margin-top: 4px;
}

#footer_2 .footer_2_r ul li:nth-child(5) a i {
	color: #fff;
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	display: block;
}

#footer_2 .footer_2_r ul li:nth-child(n+2):hover {
	background: #000;
}



@media (max-width: 991px) {
	#footer_2 {
		height: auto;
	}

	#footer_2 .footer_2_l {
		float: none;
		margin: 0 auto;
		width: 100%;
		display: block;
	}

	#footer_2 .footer_2_l dt {
		float: none;
		margin: 0 auto;
	}

	#footer_2 .footer_2_l dl {
		float: none;
		margin: 0 auto;
		border-left: none;
		padding-left: 0px;
		text-align: center;
	}

	#footer_2 .footer_2_r {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#footer_2 .footer_2_r ul {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}
}

/* 手机底部按钮 */
.footer-bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	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: 1000000;
}

.diyos ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.diyos ul li {
	width: 54px;
	height: 54px;
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	float: left;
	position: relative;
	border-top: 1px solid #333;
	z-index: 1;
}

.diyos ul li:first-child {
	border-top: 0;
}

.diyos ul li:hover {
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
}

.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-image: linear-gradient(to right, #6bc3d9, #2d9afc);
}

.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: 150px;
	position: absolute;
	top: 0;
	left: -151px;
	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;
	margin-bottom: 50px;
}

.crumbs {
	padding-left: 20px;
	background: url(/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: #70c7d6;
}

/* 内页导航 */
#sidebar {
	float: right;
}

#sidebar li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}

#sidebar li a {
	display: block;
	height: 45px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#sidebar li a::after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #70c7d6;
	position: absolute;
	left: 50%;
	bottom: 0;
	overflow: hidden;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}

#sidebar li:hover a,
#sidebar li.cur a {
	color: #70c7d6;
}

#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;
	}
}

/* 内页样式 */
#inside {
	padding-bottom: 50px;
}

.bgf5 {
	background: #f5f5f5;
}

.nocontect {
	background-image: url(/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-bottom: 30px;
	}
}

/* 内页左侧产品导航 */
.nyprojc {
	margin-bottom: 20px;
}

.nyprojc-til {
	background: url(http://www.mokikj.com/staticres/images/nypronav-bg.jpg) no-repeat center;
}

.nyprojc-til a {
	padding: 25px;
	display: block;
}

.nyprojc-til a p {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
}

.nyprojc-til a span {
	color: #999;
	display: block;
	text-transform: capitalize;
	font-weight: 100;
	line-height: 20px;
	font-size: 14px;
}

#sidebar1 {
	overflow: hidden;
}

#sidebar1 li {
	position: relative;
	width: 100%;
}

#sidebar1 li::before,
#sidebar1 li::after {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 1px;
	background: #eee;
	top: 0;
	z-index: 1;
}

#sidebar1 li::before {
	left: 0;
}

#sidebar1 li::after {
	right: 0;
}

#sidebar1 li>a {
	display: block;
	line-height: 60px;
	height: 60px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#sidebar1 li>a::before {
	content: '';
	display: block;
	height: 60px;
	background: #70c7d6;
	left: -100%;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

#sidebar1 li>a::after {
	position: absolute;
	content: '';
	background: #eee;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#sidebar1 li>a>span {
	display: block;
	font-size: 16px;
	color: #343434;
	height: 100%;
	position: relative;
	z-index: 3;
	padding: 0 30px;
}

#sidebar1 li>a>i {
	display: block;
	position: absolute;
	right: 20px;
	top: 23px;
	width: 18px;
	height: 18px;
	background: url(http://www.mokikj.com/staticres/images/nyprolist_cur.png) no-repeat 0 center;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	z-index: 3;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#sidebar1 li>.nypronav2 {
	padding: 22px 0;
	background: #eee;
	display: none;
}

#sidebar1 li>.nypronav2>a {
	display: block;
	color: #666;
	line-height: 34px;
	padding: 0 30px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	font-size: 13px;
}

#sidebar1 li.cur>a::before {
	left: 0;
}

#sidebar1 li.cur>a>span {
	color: #fff;
}

#sidebar1 li.cur>a>i {
	background-position: -27px center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#sidebar1 li>.nypronav2>a.cur,
#sidebar1 li>.nypronav2>a:hover {
	color: #70c7d6;
}

/* 内页单页面标题 */
#nytitle {
	text-align: center;
	padding: 0 10px;
	margin-bottom: 40px;
}

#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-right: 15px;
	text-indent: 25px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #70c7d6 solid;
	color: #70c7d6;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.nyshow-til>h1::before,
.nyshow-til>h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 6px;
	height: 30px;
	background: #70c7d6;
}

.nyshowdesc {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 40px;
	min-height: 400px;
}

.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 .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s 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) {
	.nyshowdesc {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.nyshowdesc h1 {
		font-size: 30px;
	}

	.nyshowdesc h2 {
		font-size: 24px;
	}

	.nyshowdesc h3 {
		font-size: 18px;
	}

	.nyshowdesc h4 {
		font-size: 14px;
	}

	.block-shadow {
		height: auto;
	}
}

.sss4 {}

.sss4 ul {
	overflow: hidden;
	padding: 10px 0;
}

.sss4 ul li {
	margin-bottom: 30px;
}

.sss4 ul li>div {
	text-align: center;
	background: #f5f5f5;
	padding: 42px 10px;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.sss4 ul li>div h2 {
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
}

.sss4 ul li>div h3 {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.sss4 ul li>div p {}

.sss4 ul li>div:hover {
	box-shadow: 0 0 8px 0 rgb(0 125 255 / 30%);
}

@media (min-width:768px) {
	.sss4 ul {
		display: flex;
	}

	.sss4 ul li {
		flex: 1;
	}

	.con3 ul {
		flex-wrap: wrap;
		align-content: flex-start;
	}

	.con3 ul li {
		flex: 50%;
	}
}

@media (max-width:767px) {
	.sss4 ul li>div {
		padding: 20px 10px;
	}
}

/* 业务领域 */
.nybusiness {
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

.nybusiness>h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #70c7d6 solid;
	color: #70c7d6;
	font-size: 18px;
	font-weight: bold;
	background: url(/image/ny-objs.png) no-repeat left;
}

#nybusinesslist {
	margin-bottom: 20px;
}

#nybusinesslist li a {
	display: block;
	position: relative;
}

#nybusinesslist li a .nybusiness-img {
	overflow: hidden;
}

#nybusinesslist li 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;
}

#nybusinesslist li a:hover .nybusiness-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#nybusinesslist li a:hover p {
	background: rgba(0, 125, 255, .5);
}

/*推荐新闻*/
.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 solid;
	border-image: linear-gradient(to right, #6bc3d9, #2d9afc) 1 10;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	background: url(/image/nyhotnewico.png) no-repeat left;
}

.nyhotnews-list {
	margin-top: 10px;
	overflow: hidden;
}

.nyhotnews-list li {
	font-size: 14px;
	line-height: 30px;
	background: url(/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(/image/iyuan_on.png) no-repeat left;
	background-size: 8px;
}

.nyhotnews-list li:hover a {
	color: #70c7d6;
}

/*视频列表*/
.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: #70c7d6;
	color: #70c7d6;
}

/*视频详情*/
.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-bottom: 20px;
	text-align: center;
}

.showvideo-mp video,
.showvideo-mp iframe {
	max-width: 800px;
}

.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: #70c7d6;
	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 .nyimg-div {
	background: #fff;
	padding: 7px;
	border: 1px solid #D9D9D9;
}

.nyimg-ul li .nyimg-div a {
	display: block;
	overflow: hidden;
}

.nyimg-ul li .nyimg-div img {
	margin: 0 auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: 100%;
}

.nyimg-ul li .nyimg-a {
	padding: 0 5px;
	margin-top: 9px;
	line-height: 40px;
	display: block;
	background: #EFEFEF;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.nyimg-ul li:hover .nyimg-a {
	color: #ffffff !important;
}

.nyimg-ul li:hover .nyimg-div img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.nyimg-ul li:hover .nyimg-a {
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	color: #fff;
}

@media (max-width:767px) {
	.nyimg-ul li .nyimg-a {
		line-height: 32px;
	}
}

/*图片详情*/
.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: 100%;
	height: auto !important;
}

.ctitle {
	margin-bottom: 15px;
}

.ctitle h3 {
	padding-left: 20px;
	background: url(http://www.mokikj.com/staticres/images/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;
}

.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-con {
		font-size: 14px !important;
	}

	.showimg-page a {
		padding: 8px;
	}
}

/* 右侧栏目信息 */
.nybusiness {
	margin-bottom: 20px;
}

.nybusiness>p {
	font-size: 16px;
	color: #70c7d6;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(/image/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 .nybusiness-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.nybusiness a:hover p {
	background: rgba(0, 125, 255, .5);
}

.hotnews {}

.hotnews p {
	font-size: 16px;
	color: #70c7d6;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(/image/ny-news.png) no-repeat left;
}

.hotnews a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	background: url(/image/iyuan.png) no-repeat left;
	background-size: 8px;
}

.hotnews a:hover {
	background: url(/image/iyuan_on.png) no-repeat left;
	color: #70c7d6;
}

/*新闻列表*/
.nynews-ul {
	overflow: hidden;
}

.nynews-ul li {
	margin-bottom: 15px;
}

.nynews-ul li:last-child {
	margin-bottom: 0;
}

.nynews-ul li a {
	overflow: hidden;
	display: block;
}

.nynews-ul li a dl {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 15px 10px 18px 22px;
	width: 100%;
}

.nynews-ul li a dl dt {
	float: left;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.nynews-ul li a dl dd {
	float: left;
	padding-top: 15px;
	padding-left: 30px;
}

.nynews-ul li a dl dd h5 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
}

.nynews-ul li a dl dd p {
	line-height: 25px;
	font-size: 14px;
	margin: 10px 0;
	height: 75px;
	color: #666;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.nynews-ul li a dl dd em {
	font-size: 12px;
	color: #999;
}

.nynews-ul li a dl dd span {
	width: 130px;
	border: 1px solid #ddd;
	line-height: 34px;
	height: 35px;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.nynews-ul li a:hover dl {
	border: 1px solid #70c7d6;
}

.nynews-ul li a:hover dl dt {
	box-shadow: 0 0 5px 0 rgb(2 128 246 / 80%);
}

.nynews-ul li a:hover dl dd h5 {
	color: #70c7d6;
}

.nynews-ul li a:hover dl dd span {
	border: 1px solid #70c7d6;
	background: #70c7d6;
	color: #fff;
}

@media (max-width:767px) {
	.nynews-ul li a dl {
		padding: 15px;
	}

	.nynews-ul li a dl dd {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
	}

	.nynews-ul li a dl dd h5 {
		font-size: 16px;
	}

	.nynews-ul li a dl dd p {
		margin-top: 5px;
		font-size: 13px;
	}

	.nynews-ul li a dl dd span {
		display: none;
	}
}

/*新闻详情*/
.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-con h2 {
    margin: 2rem 0;
}
.shownews-con h3，
.shownews-con h4，
.shownews-con h5，
.shownews-con h6 {
    margin: 1.25rem 0;
}
.shownews-con p {
    margin: 1.25rem 0;
}
.shownews-con .news-img {
    margin: 2rem auto;
    text-align: center;
}
.shownews-con .news-img img {
    width: 100%;
    max-width: 750px;
}
.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: #70c7d6;
	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(http://www.mokikj.com/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;
	}
}




/*产品详情*/
/*showproduct*/
#showproduct {
	overflow: hidden;
	padding-bottom: 150px;
	position: relative;
}

#showproduct .showproductli {
	margin-top: 40px;
}

#showproduct .showproductli .showproductli_r h1 {
	font-weight: bold;
	line-height: 2;
	color: #333;
	font-size: 28px;
	border-bottom: 3px solid #ddd;
	position: relative;
}

#showproduct .showproductli .showproductli_r h1::before {
	position: absolute;
	content: '';
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	width: 40px;
	height: 3px;
	left: 0;
	bottom: -3px;
}

#showproduct .showproductli .showproductli_r>p {
	margin: 25px 0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#showproduct .showproductli .showproductli_r span {
	font-size: 18px;
	width: 100%;
	text-align: center;
	line-height: 3;
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	display: block;
	color: #fff;
}

#showproduct .showproductli .showproductli_r .showproductli_info p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	line-height: 1.8;
}

#showproduct .showproductli .showproductli_r .showproductli_info p em {
	display: block;
	color: #0074c4;
	font-weight: bold;
}

#showproduct .showproductli .showproductli_r .showproductli_info p:last-of-type em {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

#showproduct .showproductli .showproductli_r ul {
	overflow: hidden;
	margin-top: 20px;
}

#showproduct .showproductli .showproductli_r ul li a {
	background: #383f4a;
	display: block;
	border-radius: 50px;
	line-height: 3;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-left: 24px;
}

#showproduct .showproductli .showproductli_r ul li.advisory a {
	background: url(/image/advisory.png) no-repeat 36px 10px, linear-gradient(to right, #6bc3d9, #2d9afc);
}

#showproduct .showproductli .showproductli_r ul li.tel a {
	background: #383f4a url(/image/tel.png) no-repeat 36px 10px;
}

#showproduct .showproductli .showproductli_r ul li:hover a {
	border-image: linear-gradient(to right, #6bc3d9, #2d9afc);
}


#showproduct .showproduct_txt {
	margin-top: 80px;
}

#showproduct .showproduct_txt .hd {
	overflow: hidden;
	border-bottom: 1px solid #c8cacc;
}

#showproduct .showproduct_txt .hd ul li {
	padding: 0 25px;
	float: left;
	font-size: 15px;
	color: #666;
	background: #ececec;
	margin-right: 8px;
	line-height: 3;
	border: 1px solid #c8cacc;
	border-bottom: none;
}

#showproduct .showproduct_txt .hd ul li.cur {
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	color: #fff;
	border: none;
}

#showproduct .showproduct_txt .bd ul {
	padding: 50px 10px;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

#showproduct .product_com {
	overflow: hidden;
	background: linear-gradient(135deg, transparent 15px, #e5e9ed 0);
	margin-bottom: 20px;
}

#showproduct .product_com h2 {
	float: left;
	line-height: 56px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-left: 20px;
}

#showproduct .product_com img {
	float: right;
}

#showproduct #showproductcom li img {
	border: 1px solid #dedede;
}

#showproduct #showproductcom li dd {
	background: #f4f5f8;
	padding: 10px 20px;
	position: relative;
}

#showproduct #showproductcom li dd::before {
	position: absolute;
	content: '';
	width: 32px;
	height: 9px;
	right: 5%;
	top: 50%;
	margin-top: -5px;
	background: url(/image/productli_dd.png) no-repeat center;
}

#showproduct #showproductcom li dd h3 {
	color: #333;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
}

#showproduct #showproductcom li dd p {
	color: #999;
	text-transform: uppercase;
}

#showproduct #showproductcom li:hover dd {
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
}

#showproduct #showproductcom li:hover dd h3 {
	color: #fff;
}

#showproduct #showproductcom li:hover dd p {
	color: #fff;
}

#showproduct #showproductcom li:hover dd::before {
	background: url(/image/productli_ddw.png) no-repeat center;
}

#showproduct ul {
	position: relative;
}

#showproduct ul .disabled .owl-prev {
	width: 32px;
	height: 78px;
	background: url(http://www.mokikj.com/staticres/images/prev.png) no-repeat left;
	font-size: 0;
	position: absolute;
	left: -48px;
	top: 25%;
}

#showproduct ul .disabled .owl-next {
	width: 32px;
	height: 78px;
	background: url(http://www.mokikj.com/staticres/images/next.png) no-repeat left;
	font-size: 0;
}

#showproduct ul .owl-nav {
	display: none;
}

#showproduct .showproduct_com h5 {
	font-size: 120px;
	font-weight: bold;
	color: #eceff4;
	text-transform: uppercase;
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	left: 0;
}

@media(max-width: 1199px) {
	#showproduct .showproductli .showproductli_r h1 {
		font-size: 24px;
	}

	#showproduct .showproductli .showproductli_r>p {
		margin: 15px 0;
		font-size: 15px;
	}

	#showproduct .showproductli .showproductli_r ul li {
		padding: 0 5px;
	}

	#showproduct .showproductli .showproductli_r ul li.advisory a {
		background: #383f4a url(/image/advisory.png) no-repeat 20px 10px;
	}

	#showproduct .showproductli .showproductli_r ul li.tel a {
		background: #383f4a url(/image/tel.png) no-repeat 20px 10px;
	}
}

@media(max-width: 991px) {
	#showproduct .showproductli .showproductli_l {
		padding: 0;
	}

	#showproduct .showproductli .showproductli_r {
		margin-top: 20px;
		padding: 0;
	}
}

@media(max-height: 767px) {
	#showproduct .showproductli .showproductli_r h1 {
		font-size: 18px;
	}

	#showproduct .showproductli .showproductli_r>p {
		margin: 10px;
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	#showproduct .showproductli .showproductli_r ul li {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	#showproduct .showproductli .showproductli_r ul li.advisory a {
		background: #383f4a url(/image/advisory.png) no-repeat 58px 10px;
	}

	#showproduct .showproductli .showproductli_r ul li.tel a {
		background: #383f4a url(/image/tel.png) no-repeat 58px 10px;
	}

	#showproduct .showproductli .showproductli_r span {
		font-size: 14px;
		line-height: 2.5;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		margin: 0 1px;
	}

	#showproduct .showproduct_txt {
		margin-top: 30px;
	}

	#showproduct .showproduct_txt .hd ul li {
		font-size: 14px;
		margin-right: 0;
		padding: 0 5px;
	}

	#showproduct .showproduct_txt .bd ul {
		padding: 10px;
		font-size: 14px;
	}

	#showproduct #showproductcom li dd {
		padding: 5px 10px;
	}

	#showproduct #showproductcom li dd h3 {
		font-size: 14px;
	}

	#showproduct .showproduct_com h5 {
		font-size: 54px;
		bottom: 10px;
	}
}


/* 标签 */
.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: #70c7d6;
}

/* 分享按钮 */
.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: #70c7d6;
	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: #70c7d6;
}

.nysearch-til>a:hover {
	background: #034ad8;
}

.nysearch-til>a:hover .nysearch-arrow {
	border-left-color: #034ad8;
}

.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.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.nysearch-con a.nysearch-more:hover {
	background: #70c7d6;
	left: 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: #70c7d6;
	display: inline-block;
}

.metpager_5 a:hover {
	border: 1px solid #70c7d6;
	color: #fff;
	background-color: #70c7d6;
}

.metpager_5 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_5 span.current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #fff;
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	border: 1px solid #70c7d6;
	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(/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(/image/page7.gif) #2c2c2c;
	color: #fff;
}

.metpager_7 a:hover {
	border: 1px solid #aad83e;
	color: #fff;
	background: url(/image/page7_2.gif) #aad83e;
}

.metpager_7 a:active {
	border: 1px solid #aad83e;
	color: #fff;
	background: urlurl(/image/page7_2.gif) #aad83e;
}

.metpager_7 span.current {
	border: 1px solid #aad83e;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background: url(/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;
	}
}


/*内页公司简介*/
.ny_about_c_bg {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px;
	margin-bottom: 60px;
	overflow: hidden;
}

.ny_about_c_bg_c {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.ny_about_c_bg_c_l {
	width: 49%;
	float: left;
	box-sizing: content-box;
}

.ny_about_c_bg_c_ll {
	background: #fff;
	padding: 48px 3%;
	line-height: 31px;
	font-size: 16px;
	color: #888;
	-webkit-box-shadow: 1px 1px 20px #e3e3e3;
	-moz-box-shadow: 1px 1px 20px #e3e3e3;
	box-shadow: 1px 1px 20px #e3e3e3;
	height: 400px;
	margin-bottom: 20px;
}

.ny_about_c_bg_c_ll p {
	font-size: 15px;
	color: #4c4c4c;
	padding-bottom: 10px;
}

.ny_about_tit {
	text-align: center;
	font-size: 30px;
	font-family: OPPOSans;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.ny_about_c_bg_c_r {
	width: 50%;
	float: right;
	height: 400px;
}

@media(max-width: 1400px) {
	.ny_about_c_bg_c_ll {
		padding-top: 15px;
	}
}

@media (max-width: 1199px) {
	.ny_about_c_bg_c_ll p {
		font-size: 14px;
		line-height: 1.9;
	}
}



@media (max-width: 991px) {
	.ny_about_c_bg {
		margin-bottom: 0px;
	}

	.ny_about_tit {
		font-size: 24px;
	}

	.ny_about_c_bg_c_ll p {
		font-size: 13px;
		margin-bottom: 0px;
		line-height: 1.7;
	}
}


@media (max-width: 767px) {
	.ny_about_c_bg_c_l {
		width: 100%;
	}

	.ny_about_c_bg_c_r {
		width: 100%;
		height: 260px;
	}

	.ny_about_tit {
		font-size: 20px;
	}

	.ny_about_c_bg_c_ll {
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}

	.ny_about_c_bg {
		margin-bottom: 0px;
	}
}

/* 产品内页Nyproduct */
#nyproduct {
	padding: 0px 0px;
	background: #f5f5f5;
}

.nypro-left {
	float: left;
	width: 300px;
}

.nypro-left>h2 {
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	background: url(/image/pronavbg.png) no-repeat 250px center #0c64b3;
	font-size: 22px;
	padding: 20px;
}

.nypro-left>h2>span {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
}

.nypro-nav {
	margin-bottom: 20px;
}

#sidebar1 {
	background: #fff;
}

#sidebar1>li {
	border-bottom: 1px #e9e9e9 dashed
}

#sidebar1>li:first-child {
	margin-top: 0px;
}

#sidebar1>li>h3>a {
	line-height: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	color: #333;
	background: #fff;
	font-size: 15px;
}

#sidebar1>li>h3.cur>a,
#sidebar1>li>h3:hover>a {
	color: #0c64b3 !important;
}

#sidebar1 .nypro-nav2 {
	margin-top: 10px;
}

#sidebar1 .nypro-nav2 h4 {
	margin-top: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #666;
	border-bottom: 1px dashed #e5e5e5;
	cursor: pointer;
	background: url(/image/iyuan.png) 5px center no-repeat;
	padding-left: 25px;
}

#sidebar1 .nypro-nav2 h4:first-child {
	margin-top: 0px;
}

#sidebar1 .nypro-nav2 h4>a {
	color: #666;
	display: block;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#sidebar1 .nypro-nav2 h4.cur,
#sidebar1 .nypro-nav2 h4:hover {
	background: url(/image/iyuan_on.png) 5px center no-repeat;
}

#sidebar1 .nypro-nav2 h4.cur>a,
#sidebar1 .nypro-nav2 h4:hover>a {
	color: #0c64b3;
	font-weight: bold;
}

.nypro-right {
	background: #fff;
	padding: 15px;
}

.nypro-ul li {
	margin-bottom: 26px
}

.nypro-list .padding-horizontal-5 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.nypro-ul {
	margin: 0 -10px;
}

#nyproduct .nyjc-crcrumbs {
	margin-bottom: 20px;
}

.nypro-ul li .nypro-img {
	border: 1px solid #D9D9D9;
	overflow: hidden;
	position: relative;
	border-bottom: none;
}

.nypro-ul li .nypro-img img {
	transition: .8s
}

.nypro-ul li p {
	position: relative;
	background: #ddd;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
}

.nypro-ul li p:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	transition: all 0.5s ease;
}

.nypro-ul li p span {
	display: block;
	position: relative;
	z-index: 2;
	transition: .8s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nypro-ul li:hover p span {
	color: #ffffff !important;
}

.nypro-ul li:hover p:before {
	height: 100%;
	transition: 0.6s;
}

.nypro-ul li:hover .nypro-img img {
	transform: scale(1.02);
}

.nypro-ul li .nypro-img:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: linear-gradient(to bottom, #fbf6f2, transparent);
	opacity: 0.4;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.5s ease;
}

.nypro-ul li:hover .nypro-img:after {
	height: 100%;
}

/*.nypro-ul li:hover .nypro-img {border-color:#0c64b3;}
*/
/*.nypro-ul li:hover p {background:#0c64b3;color:#fff;}
*/
.jumbotron .h1,
.jumbotron h1 {
	font-size: 40px;
	margin-bottom: 15px;
}

.jumbotron p {
	margin-bottom: 0;
	font-size: 18px;
}

.nyjc-til {
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	background: url(/image/pronavbg.png) no-repeat 250px center #0c64b3;
	font-size: 24px;
	padding: 20px;
}

.nyjc-til p {
	font-size: 22px;
	font-weight: bold;
}

.nyjc-til i {
	display: block;
	height: 1px;
	width: 90px;
	background: #fff;
	margin: 10px 0;
}

.nycontact {
	padding: 20px;
	background: #fff;
}

.nycontact-txt {
	background: #fff;
	line-height: 1.8;
	word-break: break-word;
	color: #333;
}

.nycontact-txt p.name {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 16px;
}

.nycontact-txt p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
	line-height: 22px;
}

.sm-pronav {
	margin-bottom: 15px;
}

.sm-pronav>h2 {
	display: block;
	line-height: 30px;
	color: #fff;
	background: url(/image/pronavbg.png) no-repeat bottom center #0c64b3;
	font-size: 26px;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}

.sm-pronav>h2>span {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
}

.sm-pronav .sm-pronava {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}

.sm-pronav .sm-pronava.active {
	width: 100%;
	margin-right: 0;
}

.sm-pronav .sm-pronava:nth-child(5),
.sm-pronav .sm-pronava:nth-child(8),
.sm-pronav .sm-pronava:nth-child(10) {
	margin-right: 0;
}

.sm-pronav .sm-pronava>a {
	color: #fff;
	background: #0c64b3;
	padding: 10px 14px;
	display: block;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sm-pronav .sm-pronava ul {
	overflow: hidden;
}

.sm-pronav .sm-pronava ul li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #ddd;
	padding: 14px 0 14px 25px;
	background: url(/image/iyuan.png) 5px center no-repeat;
}

@media (max-width:1199px) {
	.nypro-left {
		width: 250px;
	}

	#sidebar1>li>h3>a {
		font-size: 16px;
	}

	#sidebar1 .nypro-nav2 h4>a {
		font-size: 14px;
	}

	.nypro-right {
		width: 74%;
		width: calc(100% - 250px);
		padding-left: 30px;
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 30px;
	}

	.jumbotron p {
		font-size: 16px;
	}

	.nycontact-txt {
		padding: 10px;
	}
}

@media (max-width:991px) {

	/*#nyproduct {padding-top:10px;}*/
	.nypro-right {
		padding-left: 0;
		width: 100%;
	}

	.nypro-ul li p {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.nypro-ul {
		margin: 0 -6px;
	}

	.nypro-list .padding-horizontal-5 {
		padding-right: 6px !important;
		padding-left: 6px !important;
	}

	.nypro-ul li {
		margin-bottom: 18px;
	}
}

@media (max-width:767px) {
	#nyproduct {
		padding: 0px 0 60px;
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 24px;
	}

	.jumbotron p {
		font-size: 14px;
	}

	.page-header {
		margin: 30px 0 10px;
	}
}

@media (max-width:500px) {
	.sm-pronav .sm-pronava ul li {
		padding: 10px 0 10px 25px;
	}
}



#nynav {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.nyjc-crcrumbs {
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.nyjc-crcrumbs a {
	color: #666;
	font-size: 14px;
	line-height: 50px;
}

.nyjc-crcrumbs a:hover {
	color: #0c64b3;
}

.nyjc-crcrumbs span em {
	padding-left: 25px;
	background: url(/image/location.png)no-repeat 4px;
}

.nysolution>div {
	position: relative;
}

.nysolution-nav {
	background: rgba(0, 0, 0, .5);
	line-height: 42px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.nysolution-nav span {
	display: block;
	padding: 0 27px;
	color: #fff;
}

.nysolution-nav a {
	color: #fff;
}

.tablesaw td,
.tablesaw th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .7em;
}

.nyjc-crcrumbs .ny-pro-nav {
	float: right;
}

.nyjc-crcrumbs .ny-pro-nav li {
	float: left;
	margin-left: 20px;
}

.nyjc-crcrumbs .ny-pro-nav li a {
	color: #666;
	font-size: 14px;
	line-height: 50px;
	position: relative;
}

.nyjc-crcrumbs .ny-pro-nav li h3.cur a {
	color: #70c7d6;
}

.nyjc-crcrumbs .ny-pro-nav li:hover a {
	color: #70c7d6;
}

.hotpros {
	padding: 0 10px;
	margin-bottom: 20px;
}

.hotpros p {
	font-size: 16px;
	color: #0c64b3;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(/image/ny-objs.png) no-repeat left;
}

.hotpros a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	background: url(/image/iyuan.png) no-repeat left;
	background-size: 8px;
}

.hotpros a:hover {
	background: url(/image/iyuan_on.png) no-repeat left;
	color: #0c64b3;
}

.hotnews {
	padding: 0 10px;
}

.hotnews p {
	font-size: 16px;
	color: #0c64b3;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(/image/ny-news.png) no-repeat left;
}

.hotnews a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	background: url(/image/iyuan.png) no-repeat left;
	background-size: 8px;
}

.hotnews a:hover {
	background: url(/image/iyuan_on.png) no-repeat left;
	color: #0c64b3;
}

/* 文章模块 */
#nynewslist {
	padding-bottom: 50px;
	padding-top: 50px;
}

#nynewslist .container>div[class^="col-"] {
	padding: 0 0px;
}

#nynewslist .container>div:first-child {
	border-right: 1px solid #eee;
}

.nynews-ul {
	overflow: hidden;
}

.nynews-ul li.nynews-li {
	padding: 0 10px 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.nynews-img {
	padding: 0;
	overflow: hidden;
}

.nynews-img a {
	display: block;
	aspect-ratio:1.33;
}

.nynews-img img {
	width: 100%;
	transition: .8s;
	object-fit: cover;
}

/*.nynews-img a:hover {border:1px solid #0d65b3;}
*/
.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;
	color: #454545;
}

.nynews-ul li.nynews-li:hover h3 a {
	color: #222;
}

.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: #0d65b3;
	margin-top: 10px;
	width: 120px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.nynews-con a.nynews-more:hover {
	background: #0d65b3;
	left: 10px;
	color: #ffffff !important;
}

@media (max-width:991px) {
	#nynewslist .container>div:first-child {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}

	#nynewslist>.container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nynews-ul li.nynews-li {
		padding: 0 5px 4px;
		margin-bottom: 14px;
	}

	#nynewslist {
		padding-top: 30px;
	}
}

@media (max-width:767px) {
	#nynewslist {
		padding-bottom: 20px;
	}

	.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;
	}
}




/* 联系 */


.ny_lianxi {
	background: #f5f5f5;
	margin-top: -50px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.smiss-contact-list {}

.contact-add {
	float: left;
	margin-bottom: 20px;
}

.contact-add1 {
	background: #fff;
}

.contact-add .img img {
	display: block;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
}

.contact-add .text {
	text-align: center;
	padding: 40px 0 30px 0;
	overflow: hidden;
}

.contact-add .text h3 {
	margin: 0;
	font-weight: bold;
	color: #333;
	font-size: 22px;
}

.contact-add .text i {
	display: block;
	background: url("/image/product_xian.png");
	width: 140px;
	height: 16px;
	margin: 20px auto 20px auto;
	opacity: .3
}

.contact-add .text h4 {
	margin: 20px auto;
	font-weight: normal;
	color: #454545;
	font-size: 18px;
	line-height: 24px;
}

.contact-add .text h6 {
	margin: 0;
	font-weight: normal;
	color: #333;
	font-size: 18px;
}

.contact-add .text h6 a {
	color: #666;
	padding-left: 22px;
	background: url("/image/map1.png") left center no-repeat;
}

.contact-add .text h6 a:hover {
	color: #333;
}

.contact-add .btn1 {
	border-top: 1px solid #ededed;
	position: relative;
	overflow: hidden;
}

.contact-add .btn1::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #ededed;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -.5px;
}

.contact-add .btn1 a {
	width: 50%;
	display: block;
	position: relative;
	float: left;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	font-family: 'Montserrat-Light';
}

.contact-add .btn1 a.tel {
	padding: 20px 0;
	background: url("/image/tel1.png") 16% center no-repeat;
}

.contact-add .btn1 a.emal {
	padding: 20px 0;
	background: url("/image/tel1.png") 18% center no-repeat;
}

.contact-add .btn1 a:hover {
	color: #2d9afc;
}


.smiss-contact-message {}

.smiss-contact-message .title {
	margin-top: 30px;
	overflow: hidden;
}

.smiss-contact-message .title h3 {
	margin: 0;
	font-weight: bold;
	color: #66a952;
	font-size: 30px;
}

.smiss-contact-message .title h4 {
	margin: 20px 0;
	font-weight: normal;
	color: #666666;
	font-size: 18px;
}

.smiss-contact-message .left {
	float: left;
	width: 700px;
}

.smiss-contact-message .left input:last-child {
	margin-right: 0;
}

.smiss-contact-message .left div {
	margin-bottom: 20px;
	overflow: hidden;
}

.input-w50 {
	width: 44%;
	background: #f7f8fa;
	line-height: 50px;
	float: left;
	margin-right: 3%;
	padding: 0 2%;
}

.textarea-w100 {
	width: 96%;
	background: #f7f8fa;
	line-height: 24px;
	padding: 2% 2%;
	min-height: 228px;
}

.submit-w100 {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: #66A952;
	color: #fff;
	cursor: pointer;
}

.submit-w100:hover {
	background: #000;
}

.smiss-contact-message .right {
	float: right;
	width: 470px;
	height: 380px;
	border: 3px solid #eeeeee;
	overflow: hidden;
	padding: 5px;
}

.smiss-contact-message .right img {
	display: block;
	max-width: 100%;
}


#nymessage1 {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.form-horizontal {
	overflow: hidden;
	margin-top: 20px;
}

#nymessage1 h4 {
	font-size: 40px;
	line-height: 50px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

#nymessage1 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;
}

#nymessage1 .mess_1 {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#nymessage1 .mess_1 .form-group {
	margin-bottom: 10px;
	position: relative;
	width: 50%;
	padding: 0 5px;
}

#nymessage1 .mess_1 .form-group input {
	padding: 0 20px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #f5f5f5;
	font-size: 16px;
}

#nymessage1 .form-group.verify {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 5px;
}

#nymessage1 .form-control.verifycode {
	padding: 0 20px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #f5f5f5;
	font-size: 16px;
}

.form-horizontal .form-group {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#nymessage1 textarea {
	width: 100%;
	height: 200px;
	padding: 25px 20px;
	line-height: 26px;
	background: #f5f5f5;
	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-image: linear-gradient(to right, #6bc3d9, #2d9afc);
	color: #fff;
	margin-right: 20px;
}


@media (max-width: 1400px) {
	.contact-add .btn1 a.tel {
		background: url(/image/tel1.png) 10% center no-repeat;
	}
}

@media (max-width: 1199px) {
	.contact-add {
		padding-right: 5px;
		padding-left: 5px;
	}

	.contact-add .btn1 a.tel {
		padding-left: 30px;
	}

	.contact-add .text h4 {
		font-size: 16px;
	}

	.contact-add .text h6 a {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.ny_lianxi {
		margin-top: -20px;
		padding-top: 30px;
	}

	#nymessage1 {
		padding-top: 30px;
	}

	#nymessage1 h4 {
		font-size: 26px;
	}
}




/*内页单页面*/
.about11 {
	margin-top: -50px;
	background: url(/image/about12.jpg)no-repeat left / cover;
	height: 660px;
	overflow: hidden;
	padding-top: 200px;
}

.about11 img {
	max-width: 100%;
}

.about11 .title {
	width: 500px;
	float: right;
}

.about11 .title h3 {
	font-size: 42px;
	color: #1a1a1a;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.about11 .title .title_list {
	margin-top: 30px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}

.about12 {
	margin: 100px auto;
	background: url(/image/about131.jpg)no-repeat right / cover;
	width: 100%;
	height: auto;
	aspect-ratio: 2.9;
	object-fit: cover;
	overflow: hidden;
}


.about12 img {
	max-width: 100%;
}

.about12 .title {
	width: 500px;
	float: left;
}

.about12 .title h3 {
	font-size: 42px;
	color: #1a1a1a;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.about12 .title .title_list {
	margin-top: 30px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}

#about2 {
	background-color: #f5f5f5;
	text-align: center;
	margin-top: -50px;
	padding-top: 50px;
	padding-bottom: 60px;
}

.inner_tit {
	font-size: 36px;
	color: #333;
	line-height: 2;
	font-weight: bold;
	text-align: center;
}

#about2 .home_about_text span {
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	position: relative;
	margin-top: 30px;
	display: block;
}

.home_about_text_desc {
	background: #fff;
	overflow: hidden;
	padding: 40px 40px 60px 40px;
}

.home_about_text_l {
	font-size: 16px;
	color: #555;
	line-height: 2;
	text-align: left;
	margin-top: 30px;
}

.home_about_text_l em {
	font-weight: bold;
	color: #0d65b3;
	font-size: 18px;
}

.home_about_text_r dt {
	position: relative;
}

.home_about_text_r dt:after {
	position: absolute;
	content: '';
	width: 80%;
	bottom: -20px;
	height: 20px;
	right: -20px;
	background: #0d65b3;
	z-index: 1;
}

.home_about_text_r dt:before {
	position: absolute;
	content: '';
	width: 20px;
	bottom: 0;
	height: 80%;
	right: -20px;
	background: #0d65b3;
	z-index: 1;
}

.home_about_text_r dt span {
	overflow: hidden;
	display: block;
}

.home_about_text_r dt img {
	max-width: 100%;
	display: block;
	transition: all 0.8s;
	position: relative;
	z-index: 99;
}

.home_about_text_r dt:hover img {
	transform: scale(1.1);
}

.home_about_text_desc_top {
	margin-top: 40px;
}

#about3 {
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
}

.title-style-c {
	text-align: center;
}

.title-style-c h2 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #333;
	z-index: 3;
	z-index: 99;
}

#about3 .rd-team-5 {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

#about3 .rd-team-5 .item {
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

#about3 .rd-team-5 .item .img {
	overflow: hidden;
}

#about3 .rd-team-5 .item .img img {
	width: 100%;
	display: block;
	transition: all 0.5s;
}

#about3 .rd-team-5 .item:hover .img img {
	transform: scale(1.1);
}

#about3 .rd-team-5 h5 {
	font-size: 16px;
	color: #454545;
	line-height: 3;
	text-align: center;
}

.about111 {
	display: none;
}

.about112 {
	display: none;
}



@media (max-width: 1400px) {
	.about11 {
		height: 600px;
		padding-top: 150px;
	}

	.about12 {
		height: 600px;
		padding-top: 150px;
	}
}

@media (max-width: 1300px) {
	.about12 {
		height: 600px;
		padding-top: 100px;
	}

	.about12 .title {
		margin-top: 50px;
	}
}

@media (max-width: 1200px) {
	.home_about_text_l {
		margin-top: 0px;
		font-size: 14px;
	}

	.about11 {
		height: 500px;
		padding-top: 60px;
	}

	.about12 {
		height: 500px;
		padding-top: 40px;
	}

	.home_about_text_r dt:before {
		right: 10px;
	}

	.home_about_text_r dt:after {
		right: 10px;
	}
}

@media (max-width: 991px) {
	#about11 {
		padding: 0 0 50px 0;
		overflow: hidden;
		margin-bottom: 30px;
		margin-top: -50px;
	}

	.about111 {
		display: block;
		background: #e6e6e6;
		padding-top: 50px;
	}

	.about111 .title {
		text-align: center;
	}

	.about111 .title h3 {
		font-size: 42px;
		color: #1a1a1a;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.about111 .title .title_list {
		margin-top: 30px;
		font-size: 15px;
		color: #666666;
		line-height: 28px;
	}

	.about111 dt {
		display: block;
		overflow: hidden;
	}

	.about111 dt img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.about112 {
		display: block;
	}

	.about112 .title {
		text-align: center;
		padding-top: 50px;
	}

	.about112 .title h3 {
		font-size: 42px;
		color: #1a1a1a;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.about112 .title .title_list {
		margin-top: 30px;
		font-size: 15px;
		color: #666666;
		line-height: 28px;
	}

	.about112 dt {
		display: block;
		overflow: hidden;
	}

	.about112 dt img {
		max-width: 100%;
		display: block;
	}

	.home_about_text_r dt:after {
		right: -10px;
	}

	.home_about_text_r dt:before {
		right: -10px;
	}
}

@media (max-width: 767px) {
	#about11 {
		margin-top: -20px;
	}

	.about111 {
		padding-top: 30px;
	}

	.about111 .title h3 {
		font-size: 26px;
	}

	.about111 .title .title_list {
		font-size: 13px;
	}

	.about112 .title {
		padding-top: 30px;
	}

	.about112 .title h3 {
		font-size: 26px;
	}

	.about112 .title .title_list {
		font-size: 13px;
	}

	.home_about_text_desc {
		padding: 30px 0px 30px 0px;
	}

	.home_about_text_desc_top {
		margin-top: 20px;
	}

	.inner_tit span {
		font-size: 26px;
	}

	.home_about_text_l {
		font-size: 13px;
	}

	#about3 {
		padding-top: 30px;
	}

	.title-style-c h2 {
		font-size: 26px;
	}

	#about3 .rd-team-5 .item {
		width: 32%;
		padding-left: 5px;
		padding-right: 5px;
	}

	#about3 .rd-team-5 {
		margin-top: 30px;
	}
}