* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
	font-family: "微软雅黑";
}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #fff;
	color: #333333;
	position: relative;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}
ul, ol, li, dl {
	list-style-type: none;
}
a {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #f89302;
	text-decoration: none;
	outline: none;
}
input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}
img {
	border: none;
	background: none;
	vertical-align: middle;
}
ul, ol, li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
table, th, td {
	vertical-align: middle
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom: 1
}
.clearboth {
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
	font-size: 0;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}
.m-img {
	display: none;
}
.m-nav {
	display: none;
}
/* Top Bar
-------------------------------------------------------------- */
.top-bar {
	height: 1.5rem;
	background-color: #16327e;
	overflow: hidden;
}
.top-left {
	float: left;
	display: flex;
}
.top-right {
	float: right;
}
@media (max-width:1200px) {
.top-left {
	width: 20%;
	float: left;
}
.top-right {
	width: 80%;
	float: right;
}
}
/*移动端导航*/
@media screen and (max-width: 990px) and (min-width: 0px) {
.top-bar {
	display: none
}
.top {
	display: none
}
.slider {
	margin-top: 4.4rem;
}
.head {
	display: none
}
.m-img {
	display: block;
	height: 6rem;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
}
.m-img .headlf {
	width: 80%;
	height: 6rem;
	padding-left: 2%;
	float: left;
	vertical-align: middle;
	display: flex;
}
.m-img .headlf .m-logo {
	line-height: 6rem;
	display: block;
}
.m-img .headlf .m-logo img {
	max-width: 100%;
	max-height: 4rem;
}
.m-img .headrg {
	padding-right: 2%;
	padding-top: 2.2rem;
	float: right;
}
.m-img .headrg a .m_menuimg {
	height: 1.6rem;
	vertical-align: top;
	display: block
}
.m-nav {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 10000
}
.m-nav .closecover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #4364B1;
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 1
}
.m-nav .closeicon {
	position: absolute;
	width: 20%;
	left: 3rem;
	top: 5%;
	z-index: 100;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0
}
.m-nav .m-navlist {
	position: absolute;
	width: 80%;
	right: 0px;
	top: 0px;
	background: #16327e;
	height: 100%;
	z-index: 100;
	right: -80%;
	overflow-y: scroll;
}
.m-nav .m-navlist ul {
	padding-left: 5%;
	padding-right: 5%
}
.m-nav .m-navlist ul li {
	border-bottom: 1px solid #cfe5fc
}
.m-nav .m-navlist ul li a {
	display: block;
	height: 4.5rem;
	color: #fff;
	line-height: 4.5rem;
	padding-left: 5%;
	font-size: 1.6rem;
}
.m-nav .m-navlist ul li .m-f-a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}
.m-nav .m-navlist ul li .m-f-a a {
	flex: 1;
}
.m-nav .m-navlist ul li .m-f-a i {
	width: 4rem;
	height: 3.5rem;
	box-sizing: border-box;
	padding: 0 0.5rem;
	display: block;
}
.icon {
	background: url(../images/plus.png) 100% no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}
.icon-on {
	background: url(../images/reduce.png) 50% no-repeat!important;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}
.m-nav .m-navlist ul li .m-s-nav {
	display: none;
	width: 100%;
}
.m-nav .m-navlist ul li .m-s-nav a {
	display: block;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.4rem;
	padding-left: 10%;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
}
.m-top-kh {
	height: 4rem;
	margin-top: 1rem;
	padding-left: 1rem;
	margin-left: 1rem;
	border-left: 1px solid #cccccc;
}
}
@media (max-width:413px) {
.m-top-kh {
	display: none;
}
}
.m-top-kh-p1 {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #000000;
}
.m-top-kh-p2 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #666666;
}
.logo {
	width: auto;
	line-height: 7rem;
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}
.logo img {
	max-height: 7rem;
	width: auto;
}
.top-head {
	width: 100%;
	height: 13rem;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
}
.top-kh {
	height: 5rem;
	margin-top: 3.5rem;
	padding-left: 2rem;
	margin-left: 2rem;
	border-left: 1px solid #cccccc;
}
@media(max-width:1280px) {
.top-kh {
	display: none;
}
}
@media(min-width: 1281px) and (max-width: 1440px) {
.top-kh {
	display: block;
}
}
.top-kh-p1 {
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: bold;
	color: #000000;
}
.top-kh-p2 {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #666666;
}
.topheadbox {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
@media(max-width:990px) {
.top-head {
	position: relative;
	background: none;
	height: 6rem
}
.topheadbox {
	position: relative;
	background: none
}
}
.top-tel {
	height: 3rem;
	float: right;
	background: #16327e;
	background: linear-gradient(45deg, transparent 2.1rem, #16327e 0) left, linear-gradient(-45deg, transparent 2.1rem, #16327e 0) right;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	padding-left: 3.5rem;
	padding-right: 3rem;
}
.top-tel-p {
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1.6rem;
	color: #ffffff;
	display: inline-block;
	overflow: hidden;
}
.top-tel-tb {
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	background: url(../images/top_tel2.png) no-repeat;
	margin-right: 0.8rem;
	overflow: hidden;
}
/*电脑端导航*/
.nav {
	float: right;
	clear: both;
	overflow: hidden;
}
.nav ul {
	width: auto;
	float: left;
}
.nav li {
	float: left;
	text-align: center;
}
.nav a {
	width: auto;
	height: 8.5rem;
	line-height: 8.5rem;
	display: block;
	font-size: 1.8rem;
	color: #000000;
	font-weight: bold;
}
@media(min-width:1440px) {
.nav a {
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}
.nav-tb {
	background: url(../images/tb_s2.jpg) 12.5rem center no-repeat;
}
}
@media(min-width: 1280px) and (max-width: 1440px) {
.nav a {
	padding-left: 2.9rem;
	padding-right: 2.9rem;
}
.nav-tb {
	background: url(../images/tb_s2.jpg) 11.5rem center no-repeat;
}
}
@media(max-width: 1280px) {
.nav a {
	padding-left: 3rem;
	padding-right: 3rem;
}
.nav-tb {
	background: url(../images/tb_s2.jpg) 11.5rem center no-repeat;
}
}
.nav a:hover {
	color: #16327e;
}
.nav .sub {
	display: none;
	width: 100%;
	padding: 0;
	position: absolute;
	top: 11.5rem;
	overflow: hidden;
	text-align: left;
	z-index: 1000;
	left: 0px;
	background-color: #f5f5f5;
}
.nav .sub .nav-erji {
	overflow: hidden;
	padding-bottom: 0.8%;
}
.nav .sub .nav-erji .erji-cpzx {
	min-height: 35.2rem;
	margin-top: 0.8%;
	width: 16%;
	float: left;
	margin-right: 0.8%;
	border: 1px solid #eeeeee;
	background: #f9f9f9;
	border-radius: 5px;
	padding: 2rem;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(6n) {
	margin-right: 0;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(4) .erji-cpzx-li-s1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(6) .erji-cpzx-li-s1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(7) {
	min-height: 23rem;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(8) {
	min-height: 23rem;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(9) {
	min-height: 23rem;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(10) {
	min-height: 23rem;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(11) {
	min-height: 23rem;
}
.nav .sub .nav-erji .erji-cpzx:nth-child(12) {
	min-height: 23rem;
}
.nav .sub .nav-erji .erji-cpzx ul li {
	width: 100%;
	float: left;
	text-align: left;
	list-style: none;
}
.nav .sub .nav-erji .erji-cpzx-li-s1 a {
	height: auto;
	line-height: 2;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #16327e;
	padding: 0;
}
.nav .sub .nav-erji .erji-cpzx-li-s2 {
	height: 3rem;
	display: flex;
}
.nav .sub .nav-erji .erji-cpzx-li-s2 img {
	width: 2.8rem;
	height: 11px;
	margin-top: 0.9rem;
	margin-left: 0.5rem;
}
.nav .sub .nav-erji .erji-cpzx-li-s2 a {
	width: auto;
	height: 3rem;
	float: left;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 3rem;
	padding: 0;
	display: block;
	font-weight: normal;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nav .sub .nav-erji .erji-cpzx-li-s2 a:hover {
	color: #f89302;
}
.nav .sub2 {
	display: none;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
}
.nav .sub2 .nav-xwzx {
	width: 100%;
	float: left;
	margin-top: 1rem;
	padding-bottom: 2rem;
}
.nav .sub2 .nav-xwzx ul {
	width: 100%;
}
.nav .sub2 .nav-xwzx ul li {
	width: 100%;
	float: left;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.6rem;
	text-align: center;
	list-style: none;
	clear: both;
}
.nav .sub2 .nav-xwzx ul li a {
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	display: block;
	font-size: 1.6rem;
	color: #333333;
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;
}
.nav .sub2 .nav-xwzx ul li a:hover {
	color: #f89302;
}
/*搜索*/
.search-icon {
	float: right;
	width: 2.2rem;
	height: 8.5rem;
	line-height: 8.5rem;
	background: url(../images/search.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.search-box .search-box-bg {
	width: 100%;
	height: 100%;
	background: rgba(22,50,126,.5)
}
.search-box .search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 7rem;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	overflow: hidden
}
.search-box .search-form .search-text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% - 100px);
	border: none;
	padding: 2rem 3rem;
	font-size: 2.4rem;
	line-height: 3rem;
	color: #666;
	box-sizing: border-box
}
.search-box .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 10rem;
	height: 7rem;
	font-size: 0;
	background: url(../images/search2.png) center no-repeat #16327e;
	border: none;
	cursor: pointer
}
@media(max-width:991px) {
.slidebox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 0;
}
.slidebox .hd {
	display: none;
}
.slidebox .bd ul li img {
	width: 100%;
	height: 100%;
	display: block;
}
.slidebox-cp {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 0;
}
.slidebox-cp .hd {
	display: none;
}
.slidebox-cp .bd ul li img {
	width: 100%;
	height: 100%;
	display: block;
}
}
@media(min-width:991px) and (max-width:1920px) {
.slidebox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 130px;
}
.slidebox .bd ul li img {
	width: 100%;
	height: 100%;
	display: block;
}
.slidebox-cp {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.slidebox-cp .bd ul li img {
	width: 100%;
	height: 100%;
	display: block;
}
}
@media(min-width:1921px) {
.slidebox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 13rem;
}
.slidebox .bd ul li img {
	width: 100%;
	min-height: calc(100vh - 13rem);
	display: block;
	object-fit: cover;
}
.slidebox-cp {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.slidebox-cp .bd ul li img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
}
.slidebox .hd {
	width: 100%;
	height: 3rem;
	overflow: hidden;
	position: absolute;
	bottom: 1rem;
	z-index: 1;
	text-align: center;
}
.slidebox .hd ul li {
	display: inline-table;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 10px;
}
.slidebox .hd ul li.on {
	background: #f89302;
	color: #fff;
}
.slidebox .bd {
	width: 100%;
	height: 100%;
	z-index: 0
}
.slidebox .bd ul {
	margin: 0;
	padding: 0
}
.slidebox .bd ul li {
	zoom: 1;
	vertical-align: middle;
	list-style: none
}
.slidebox .prev {
	position: absolute;
	top: 47%;
	left: 0;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	background: url(../images/arrow.png) left center no-repeat
}
.slidebox .next {
	position: absolute;
	top: 47%;
	right: 0;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	background: url(../images/arrow.png) right center no-repeat
}
.slidebox-cp .hd {
	width: 100%;
	height: 3rem;
	overflow: hidden;
	position: absolute;
	bottom: 1rem;
	z-index: 1;
	text-align: center;
}
.slidebox-cp .hd ul li {
	display: inline-table;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	background: #efefef;
	cursor: pointer;
	border-radius: 10px;
}
.slidebox-cp .hd ul li.on {
	background: #b0bcda;
	color: #fff;
}
.slidebox-cp .bd {
	width: 100%;
	height: 100%;
	z-index: 0
}
.slidebox-cp .bd ul {
	margin: 0;
	padding: 0
}
.slidebox-cp .bd ul li {
	zoom: 1;
	vertical-align: middle;
	list-style: none
}
.slidebox-cp .prev {
	position: absolute;
	top: 47%;
	left: 0;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	background: url(../images/arrow.png) left center no-repeat
}
.slidebox-cp .next {
	position: absolute;
	top: 47%;
	right: 0;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	background: url(../images/arrow.png) right center no-repeat
}
@media (max-width:768px) {
.slidebox .prev, .slidebox .next {
	top: 50%;
	margin-top: -2.7rem
}
.slidebox-cp .prev, .slidebox-cp .next {
	top: 50%;
	margin-top: -2.7rem
}
}
.mm {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
}
/*产品开始*/
.product {
	width: 100%;
	height: auto;
	padding: 6rem 0rem;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #fff
}
.product .mm {
	padding: 0rem;
}
.product .left-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	gap: 1rem;
}
.title-con {
	position: relative;
}
.title-con .title-bg {
	font-size: 9rem;
	color: #f2f6fa;
	font-weight: bold;
}
.title-con .title {
	font-size: 6.4rem;
	font-weight: bold;
	color: #333333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.product .left-right .left-title-detail .detail {
	font-size: 1.6rem;
	color: #666666;
	padding: 0 0 1rem;
}
.product .left-right .right-more {
	border: 1px solid #666666;
	border-radius: 2rem;
}
.product .left-right .right-more a {
	font-size: 1.6rem;
	color: #666666;
	padding: 0.6rem 2rem;
	display: block;
	white-space: nowrap;
}
.product .left-right .right-more a:hover {
	color: #f89302;
}
#owl-demo .item {
	padding: 8%;
	border-radius: 15px;
	background: #f2f6fa;
	overflow: hidden;
}
#owl-demo .item:hover {
	background: url(../images/pro_show_bg.png) no-repeat center center;
	background-size: cover;
}
#owl-demo .item .img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#owl-demo .item .img img {
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo .item .text {
	width: 100%;
	height: auto;
	padding: 10% 5% 10% 5%;
	position: relative;
	transition: all 1s
}
#owl-demo .item .text h3 {
	display: block;
	width: 100%;
	height: auto;
	transition: all 1s
}
#owl-demo .item .text h3 a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 2rem;
	color: #0B1C5A;
	text-align: center;
	transition: all 1s;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#owl-demo .item .text h4 {
	display: block;
	width: auto;
	height: 4rem;
	line-height: 3.8rem;
	font-size: 1.6rem;
	color: #0B1C5A;
	text-align: center;
	transition: all 1s;
	font-weight: normal;
	margin-top: 2rem;
	border: 1px solid #0B1C5A;
	border-radius: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product .owl-carousel .owl-nav {
	margin-top: 5rem;
	text-align: center;
}
.product .owl-carousel .owl-nav button span {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver*/
	margin: 0.5rem;
	padding: 0.3rem 1rem;
	font-size: 0px;
	width: 7.5rem;
	height: 3.5rem;
}
.product .owl-carousel .owl-nav .owl-prev {
	background: url(../images/pl.png) no-repeat center top;
}
.product .owl-carousel .owl-nav .owl-next {
	background: url(../images/pr.png) no-repeat center top;
}
.product .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
@media (min-width:0) {
.product {
	padding: 3rem 0rem 1rem 0;
}
.title-con .title-bg {
	font-size: 2.4rem;
	color: #f2f6fa;
	font-weight: bold;
}
.title-con .title {
	font-size: 2rem;
}
.product .left-right .left-title-detail .detail {
	font-size: 1.4rem;
	padding: 1rem 0 0.5rem;
}
.product .left-right .right-more a {
	font-size: 1.4rem;
	color: #666666;
	padding: 0.5rem 1.5rem;
}
#owl-demo .item {
	padding: 5%;
}
#owl-demo .item .text h3 a {
	font-size: 1.6rem;
}
#owl-demo .item .text h4 {
	font-size: 1.4rem;
}
.product .owl-carousel .owl-nav {
	margin-top: 2rem;
	text-align: center;
}
}
@media (min-width:414px) {
.product {
	padding: 3rem 0rem 2rem 0;
}
}
@media (min-width:768px) {
}
@media (min-width:992px) {
.product {
	padding: 6rem 0rem;
}
.product .mm {
	padding: 0rem;
}
.title-con .title-bg {
	font-size: 9rem;
}
.title-con .title {
	font-size: 6.4rem;
}
.product .left-right .left-title-detail .detail {
	font-size: 1.6rem;
	padding: 0 0 1rem;
}
.product .left-right .right-more a {
	font-size: 1.6rem;
	padding: 0.6rem 2rem;
}
#owl-demo .item {
	padding: 8%;
}
#owl-demo .item .text h3 a {
	font-size: 2rem;
}
#owl-demo .item .text h4 {
	font-size: 1.6rem;
}
.product .owl-carousel .owl-nav {
	margin-top: 5rem;
}
}
@media (min-width:1200px) {
}
@media (min-width:1440px) {
}
@media (min-width:1921px) {
}
.more {
	display: block;
	width: 17rem;
	height: 4rem;
	line-height: 4rem;
	color: #fff !important;
	text-align: center;
	font-size: 1.4rem;
	margin-top: 5rem !important;
	background: #f89302;
	transition: all 1s;
}
/*三十年生产经验*/
.consult {
	background: url(../images/consult-bg.png) no-repeat;
	background-size: cover;
}
.consult .consult-inner {
	width: 90%;
	max-width: 160rem;
	margin: 0 auto;
	padding-bottom: 0;
}
.consult .consult-inner .top-left-right {
	padding: 4rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.consult .consult-inner .top-left-right .top-left2 .title {
	font-size: 6.4rem;
	font-weight: bold;
	color: #16327e;
}
.consult .consult-inner .top-left-right .top-left2 .detail {
	font-size: 1.6rem;
	margin-top: 1rem;
	color: #333333;
}
.consult .consult-inner .top-left-right .top-right2 a {
	font-size: 1.6rem;
	background-color: #f89302;
	color: #fff;
	padding: 1.2rem 5rem 1rem 5rem;
	border-radius: 5rem;
	filter: drop-shadow(1px 1px 1px rgb(255,255,255));
}
.consult .consult-inner img {
	max-width: 100%;
}
@media (min-width:0) {
.consult .consult-inner {
	width: 95%;
}
.consult .consult-inner .top-left-right .top-left2 .title {
	font-size: 2rem;
}
.consult .consult-inner .top-left-right .top-left2 .detail {
	font-size: 1.4rem;
}
.consult .consult-inner .top-left-right {
	flex-wrap: wrap;
	padding: 3.2rem 0;
}
.consult .consult-inner .top-left-right .top-right2 {
	margin-top: 2rem;
}
.consult .consult-inner .top-left-right .top-right2 a {
	font-size: 1.4rem;
	padding: 0.6rem 2.5rem 0.5rem 2.5rem;
}
}
@media (min-width:992px) {
.consult .consult-inner {
	width: 95%;
}
.consult .consult-inner .top-left-right .top-left2 .title {
	font-size: 6.4rem;
}
.consult .consult-inner .top-left-right {
	padding: 6rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.consult .consult-inner .top-left-right .top-right2 a {
	font-size: 1.6rem;
	padding: 1.2rem 5rem 1rem 5rem;
}
.consult .consult-inner .top-left-right .top-right2 {
	margin-top: 4rem;
}
}
@media (min-width:1440px) {
.consult .consult-inner {
	width: 90%;
}
}
/*客户的选择*/
.choose {
	padding: 6rem 0 9rem 0;
}
.choose .choose-con {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}
.choose .choose-con .left-title-detail>.detail {
	font-size: 1.6rem;
	padding: 0 0 1rem;
	margin-bottom: 2rem;
}
.choose .choose-con .title-con .title-bg {
	font-size: 8rem;
	color: #e3e9ef;
	font-weight: bold;
}
.choose .choose-con .title-con .title {
	font-size: 6.4rem;
	font-weight: bold;
	color: #333333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.choose .choose-con ul {
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-left: -2%;
}
.choose .choose-con ul li {
	margin-left: 2%;
	position: relative;
	transition: all 0.5s ease;
}
.choose .choose-con ul li:hover {
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
	transform: translateY(-5px);
}
.choose .choose-con ul li .title-detail {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 18% 12% 18% 12%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.choose .choose-con ul li .title-detail .title {
	font-size: 2.4rem;
	position: relative;
	padding-left: 3.8rem;
}
.choose .choose-con ul li:nth-child(1) .title-detail .title:before {
	content: "";
	background: url(../images/keyan.png) center center no-repeat;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.choose .choose-con ul li:nth-child(2) .title-detail .title:before {
	content: "";
	background: url(../images/service.png) center center no-repeat;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.choose .choose-con ul li:nth-child(3) .title-detail .title:before {
	content: "";
	background: url(../images/quality.png) center center no-repeat;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.choose .choose-con ul li .title-detail .detail {
	line-height: 2;
	font-size: 1.6rem;
}
.choose .choose-con ul li img {
	width: 100%;
	border-radius: 15px;
}
@media (max-width:1439px) {
.choose .choose-con {
	width: 95%;
}
.choose .choose-con ul li .title-detail {
	padding: 16% 10% 16% 10%;
}
.choose .choose-con ul li .title-detail .title {
	font-size: 2rem;
}
.choose .choose-con ul li .title-detail .detail {
	font-size: 1.4rem;
}
}
@media (max-width:1200px) {
.choose .choose-con .ul-con {
	overflow-x: auto;
}
.choose .choose-con .ul-con ul {
	white-space: nowrap;
	display: block;
}
.choose .choose-con .ul-con ul li {
	display: inline-block;
	width: 40%;
	margin-right: 2%;
}
.choose .choose-con .ul-con ul li:last-child {
	margin-right: 0;
}
.choose .choose-con .ul-con ul li img {
	width: 100%;
}
.choose .choose-con ul li .title-detail {
	justify-content: center;
}
.choose .choose-con ul li .title-detail .detail {
	font-size: 1.4rem;
	padding-top: 1rem;
	white-space: normal;
}
}
@media (max-width:991px) {
.choose {
	padding: 3rem 0 3.5rem 0;
}
.choose .choose-con .title-con .title-bg {
	font-size: 2.4rem;
}
.choose .choose-con .title-con .title {
	font-size: 2rem;
}
.choose .choose-con .left-title-detail>.detail {
	font-size: 1.4rem;
	padding: 1rem 0 0.5rem;
	margin-bottom: 1rem;
}
.choose .choose-con .ul-con {
	overflow-x: auto;
}
.choose .choose-con .ul-con ul {
	white-space: nowrap;
	display: block;
}
.choose .choose-con .ul-con ul li {
	display: inline-block;
	width: 50%;
	margin-right: 2%;
}
.choose .choose-con .ul-con ul li:last-child {
	margin-right: 0;
}
.choose .choose-con .ul-con ul li img {
	width: 100%;
}
.choose .choose-con ul li .title-detail {
	justify-content: center;
}
.choose .choose-con ul li .title-detail .title {
	font-size: 1.8rem;
}
.choose .choose-con ul li .title-detail .detail {
	font-size: 1.4rem;
	padding-top: 1rem;
	white-space: normal;
}
}
@media (max-width:768px) {
.choose {
	padding: 3rem 0 3.5rem 0;
}
.choose .choose-con .title-con .title-bg {
	font-size: 2.4rem;
}
.choose .choose-con .title-con .title {
	font-size: 2rem;
}
.choose .choose-con .left-title-detail>.detail {
	font-size: 1.4rem;
	padding: 1rem 0 0.5rem;
	margin-bottom: 1rem;
}
.choose .choose-con .ul-con {
	overflow-x: auto;
}
.choose .choose-con .ul-con ul {
	white-space: nowrap;
	display: block;
}
.choose .choose-con .ul-con ul li {
	display: inline-block;
	width: 70%;
	margin-right: 2%;
}
.choose .choose-con .ul-con ul li:last-child {
	margin-right: 0;
}
.choose .choose-con .ul-con ul li img {
	width: 100%;
}
.choose .choose-con ul li .title-detail {
	justify-content: center;
}
.choose .choose-con ul li .title-detail .title {
	font-size: 1.8rem;
}
.choose .choose-con ul li .title-detail .detail {
	font-size: 1.4rem;
	padding-top: 1rem;
	white-space: normal;
}
}
@media (max-width:500px) {
.choose {
	padding: 3rem 0 3.5rem 0;
}
.choose .choose-con .title-con .title-bg {
	font-size: 2.4rem;
}
.choose .choose-con .title-con .title {
	font-size: 2rem;
}
.choose .choose-con .left-title-detail>.detail {
	font-size: 1.4rem;
	padding: 1rem 0 0.5rem;
	margin-bottom: 1rem;
}
.choose .choose-con .ul-con ul li {
	width: 100%;
}
.choose .choose-con ul li .title-detail .title {
	font-size: 1.8rem;
}
.choose .choose-con ul li .title-detail .detail {
	font-size: 1.4rem;
	padding-top: 1rem;
}
}
/*关于我们*/
.about {
	background: url(../images/about_bg.jpg) no-repeat;
	background-size: cover;
	padding: 6rem 0 9rem 0;
}
.about-top {
	text-align: center;
}
.about-top .title-con {
	position: relative;
}
.about-top .title-con .title-bg {
	font-size: 9rem;
	color: #e3e9ef;
	font-weight: bold;
}
.about-top .title-con .title {
	font-size: 6.4rem;
	font-weight: bold;
	color: #333333;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.about-top .detail {
	font-size: 1.6rem;
	color: #666666;
	padding: 0 0 1rem;
}
.about-c {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.about-c-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.about-c-l {
	flex: 0 0 58%;
	margin-right: 5%;
}
.about-c-l2 {
	flex: 0 0 58%;
	margin-right: 3%;
}
.about-c-r {
	flex: 1;
	width: auto;
}
.about-c-r img {
	width: 100%;
	border-radius: 0 80px 0 80px;
}
.about-c-l-t1 {
	line-height: 2;
	font-size: 3rem;
	font-weight: bold;
	color: #16327e;
}
.about-c-l-t1-2 {
	line-height: 2;
	font-size: 3rem;
	font-weight: bold;
	color: #16327e;
}
.about-c-l-t2 {
	line-height: 2;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2rem;
}
.about-c-l-t2-2 {
	line-height: 2;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2rem;
}
.about-c-l-t3 {
	font-size: 1.6rem;
	color: #333333;
	line-height: 3rem;
	margin-bottom: 4rem;
}
.about-c-l-t3 span {
	font-weight: bold;
	color: #f89302;
}
.about-c-l-t3-2 {
	font-size: 1.6rem;
	color: #333333;
	line-height: 3rem;
}
.about-c-l-t3-2 span {
	font-weight: bold;
	color: #f89302;
}
.about-c-l-more {
	font-size: 1.6rem;
	color: #333333;
	margin-bottom: 3rem;
}
.about-c-l-more a {
	font-size: 1.6rem;
	padding: 1.2rem 5rem 1rem 5rem;
	background-color: #f89302;
	color: #fff;
	border-radius: 5rem;
	filter: drop-shadow(1px 1px 1px rgb(255, 255, 255));
}
@media (max-width: 1600px) {
.about-c-l {
	flex: 0 0 50%;
	margin-right: 5%;
}
.about-c-l2 {
	flex: 0 0 58%;
	margin-right: 3%;
}
}
@media (max-width: 1440px) {
.about-c-l {
	flex: 0 0 48%;
	margin-right: 3%;
}
.about-c-l2 {
	flex: 0 0 58%;
	margin-right: 3%;
}
}
@media (max-width: 1200px) {
.about-c-l {
	flex: 0 0 52%;
	margin-right: 2%;
}
.about-c-l2 {
	flex: 0 0 58%;
	margin-right: 3%;
}
}
@media (max-width: 990px) {
.about {
	padding: 3rem 0 3.5rem 0;
}
.about-top .title-con .title-bg {
	font-size: 2.4rem;
}
.about-top .title-con .title {
	font-size: 2rem;
}
.about-top .detail {
	font-size: 1.4rem;
	padding: 0.5rem 0 1rem;
}
.about-c {
	margin-top: 0rem;
	display: block;
}
.about-c-2 {
	margin-top: 0rem;
	display: block;
}
.about-c-l {
	flex: 0 0 100%;
	margin-right: 0;
}
.about-c-l2 {
	flex: 0 0 100%;
	margin-right: 0;
}
.about-c-l-t1 {
	line-height: 2;
	font-size: 1.8rem;
}
.about-c-l-t1-2 {
	line-height: 2;
	font-size: 1.8rem;
	text-align: center;
}
.about-c-l-t2 {
	line-height: 2;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.about-c-l-t2-2 {
	line-height: 2;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	text-align: center;
}
.about-c-l-t3 {
	line-height: 2;
	margin-bottom: 2rem;
}
.about-c-l-t3-2 {
	line-height: 2;
}
.about-c-l-more a {
	font-size: 1.4rem;
	padding: 0.6rem 2.5rem 0.5rem 2.5rem;
}
.about-c-r {
	margin-top: 2rem;
}
.about-c-r img {
	border-radius: 10px;
}
}
/*新闻资讯*/
.news {
	width: 100%;
	height: auto;
	padding: 6rem 0rem 8rem 0;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #fff
}
.news .mm {
	padding: 0rem;
}
.news .left-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	gap: 1rem;
}
.news .title-con {
	position: relative;
}
.news .title-con .title-bg {
	font-size: 9rem;
	color: #f2f6fa;
	font-weight: bold;
}
.news .title-con .title {
	font-size: 6.4rem;
	font-weight: bold;
	color: #333333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news .left-right .left-title-detail .detail {
	font-size: 1.6rem;
	color: #666666;
	padding: 0 0 1rem;
}
.news .left-right .right-more {
	border: 1px solid #666666;
	border-radius: 2rem;
}
.news .left-right .right-more a {
	font-size: 1.6rem;
	color: #666666;
	padding: 0.6rem 2rem;
	display: block;
	white-space: nowrap;
}
.news .left-right .right-more a:hover {
	color: #f89302;
}
.news-list {
	width: 100%;
	margin-top: 0;
}
.news-list ul {
	margin-left: -2%;
}
.news-list li {
	width: 31.3333%;
	margin-left: 2%;
	position: relative;
	float: left;
}
.news-list li a:hover .news-wd p {
	color: #f89302;
}
.news-imgwd {
	display: block;
	width: 100%;
}
.news-img {
	width: 100%;
	height: 12vw;
	overflow: hidden;
	border-radius: 10px;
	border-bottom: 1rem solid #1f459f;
}
.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-wd {
	width: 100%;
	padding: 2.8rem 0 0;
}
.news-wd span {
	display: block;
	font-size: 1.6rem;
	color: #888;
}
.news-wd p {
	font-size: 1.8rem;
	color: #333;
	line-height: 2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 1rem 0 2rem;
}
.toLink {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	color: #666;
}
@media (max-width: 990px) {
.news {
	padding: 3rem 0rem 3rem 0;
}
.news .title-con .title-bg {
	font-size: 2.4rem;
}
.news .title-con .title {
	font-size: 2rem;
}
.news .left-right .left-title-detail .detail {
	font-size: 1.4rem;
}
.news .left-right .right-more a {
	font-size: 1.4rem;
	padding: 5px 15px;
}
.news-wd {
	padding: 1.5rem 0 0;
}
.news-wd span {
	font-size: 1.4rem;
}
.news-wd p {
	font-size: 1.6rem;
	margin: 0.5rem 0 1rem;
}
.toLink {
	font-size: 1.4rem;
}
}
@media (max-width: 768px) {
.news-list ul {
	margin-left: 0;
}
.news-list li {
	width: 100%;
	margin-left: 0;
}
.news-list li:nth-child(n+2) {
	margin-top: 2rem;
}
.news-img {
	height: 36vw;
}
}
/*内页CSS*/
.smweizhi {
	height:0;
	position: relative;
	top: -15rem;
}
.banner-ny-2 {
	width: 100%;
	height: 0;
	margin-top: 13rem;
}
.banner-ny {
	width: 100%;
	height: auto;
	padding-top: 6rem;
	padding-bottom: 6rem;
	margin-top: 13rem;
	background: url(../images/banner-ny.jpg) center bottom no-repeat;
	background-size: cover;
}
.banner-ny-title {
	font-size: 3.6rem;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.5rem;
	color: #ffffff;
	text-align: center;
}
.banner-ny-line {
	border-top-style: solid;
	border-top-width: 0.4rem;
	border-top-color: #ffffff;
	max-width: 6rem;
	margin-left: auto;
	margin-right: auto;
}
.banner-ny-txt {
	font-size: 1.6rem;
	line-height: 3;
	color: #ffffff;
	text-align: center;
}
.ny-site {
	width: 100%;
	height: auto;
	padding: 0 0 3rem 0rem;
	clear: both;
	position: relative;
	overflow: hidden;
}
.ny-site .ny-site-right {
	width: auto;
	height: auto;
	line-height: 3rem;
	float: right;
	font-size: 1.4rem;
	color: #333333;
	padding-left: 2.5rem;
	overflow: hidden;
	background: url(../images/site.png) left 6px no-repeat;
}
/*内页ProductAd*/
.ny-productad {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
}
.ny-productad img {
	width: 100%;
}
.ny-productad-pc {
	display: block;
}
.ny-productad-yd {
	display: none;
}
.ny-product-contact {
	display: none;
}
.ny-dy {
	width: 100%;
	height: auto;
	padding: 3rem 0 6rem 0rem;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #f2f6fa;
}
.ny-dy .product {
	padding: 0;
}
.ny-dy-xx {
	width: 100%;
	background: #ffffff;
	padding: 5rem;
	border-radius: 10px;
	box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
}
.ny-dy-title {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 4.2rem;
	padding-bottom: 3rem;
	clear: both;
	overflow: hidden;
	font-size: 3rem;
	font-weight: bold;
	color: #333333;
	background: url(../images/ny_title_bg.png) center bottom no-repeat;
}
.ny-dy-content {
	width: 100%;
	height: auto;
	line-height: 4.2rem;
	padding-top: 6rem;
	clear: both;
	overflow: hidden;
	font-size: 1.8rem;
}
.ny-dy-content p {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.ny-dy-content img {
	max-width: 80rem;
}
.ny-content {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #f2f6fa;
	margin-top: 13rem;
}
.ny-content2 {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #f2f6fa;
	padding: 3rem 0 6rem 0;
}
@media (max-width: 1280px) {
.ny-content {
	padding: 3rem 0 3rem 0;
}
.ny-product-fl {
	padding: 3rem 0 0 0;
}
.ny-product-fl ul li {
	margin-top: 3rem;
}
}
@media (min-width: 1281px) {
.ny-content {
	padding: 3rem 0 6rem 0;
}
.ny-product-fl {
	padding: 6rem 0 0 0;
}
.ny-product-fl ul li {
	margin-top: 6rem;
}
}
@media (max-width: 990px) {
.banner-ny-2 {
	margin-top: 0;
}
.banner-ny {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: 0;
}
.banner-ny-title {
	font-size: 2.4rem;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.5rem;
	color: #ffffff;
	text-align: center;
}
.banner-ny-line {
	border-top-style: solid;
	border-top-width: 0.4rem;
	border-top-color: #ffffff;
	max-width: 4rem;
}
.banner-ny-txt {
	font-size: 1.4rem;
	line-height: 2;
	color: #ffffff;
	text-align: center;
	margin-top: 0.5rem;
}
.ny-site {
	padding: 0 0 2% 0;
}
.ny-site .ny-site-right {
	float: left;
	clear: both;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: url(../images/site.png) left 0.8rem no-repeat;
}
/*内页ProductAd*/
.ny-productad {
	padding: 0 0 0 0;
}
.ny-productad-pc {
	display: none;
}
.ny-productad-yd {
	display: block;
}
.ny-product-contact {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	line-height: 3rem;
	margin-top: 1rem;
}
.ny-dy {
	padding: 2% 0rem;
}
.ny-dy-xx {
	padding: 2.5%;
	border-radius: 5px;
	box-shadow: 0 0 5px #efefef;
}
.ny-dy-title {
	line-height: 3rem;
	padding-bottom: 2rem;
	font-size: 2.4rem;
}
.ny-dy-content {
	line-height: 3rem;
	padding-top: 2rem;
	font-size: 1.6rem;
}
.ny-dy-content p {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
.ny-dy-content img {
	max-width: 100%;
}
.ny-content {
	margin-top: 0;
	padding: 2% 0 2% 0;
}
}
.ny-news-left {
	float: left;
	width: 72%;
	background: #ffffff;
	padding: 5rem;
}
.ny-news-list {
	width: 100%;
	height: auto;
	float: left;
}
.ny-news-list ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 3rem;
	margin-top: 4rem;
	background: #ffffff;
	display: flex;
	align-items: center;
}
.ny-news-list ul li:first-child {
	margin-top: 0;
}
.ny-news-list-pic {
	width: 21%;
	margin-right: 3%;
}
.ny-news-list-pic img {
	width: 100%;
}
.ny-news-list-txt {
	width: 76%;
}
.ny-news-list-t1 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ny-news-list-t1 h2 {
	font-size: 2rem;
	font-weight: normal;
	line-height: 2;
}
.ny-news-list-t1 h2 {
	color: #333333;
}
.ny-news-list-t2 {
	line-height: 2;
	color: #999999;
	font-size: 1.4rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.ny-news-list-t3 {
	line-height: 1.6;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	color: #707070;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ny-news-list-more {
	width: 100%;
}
.ny-news-list-more-btn {
	width: 12.6rem;
	height: 4.4rem;
	line-height: 4.4rem;
	float: left;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	background: #f89302;
	border-radius: 5px;
}
.ny-news-list-more-btn:link {
	color: #fff;
	text-decoration: none;
}
.ny-news-list-more-btn:hover, .ny-news-left-list-more-btn:active, .ny-news-left-list-more-btn:focus {
	color: #fff;
	text-decoration: none;
}
.pager {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 1.4rem;
	margin-top: 5rem;
}
.pager a, .pager span {
	display: inline-block;
	color: #666666;
	line-height: 2;
	text-align: center;
	border: 1px solid #ddd;
	padding: 0.3rem 1.2rem;
	margin-top: 1rem;
	margin-right: 0.5rem;
	border-radius: 2px;
}
.pager a:hover {
	text-decoration: none;
	background: #f89302;
	color: #ffffff;
	border: 1px solid #f89302;
}
.pager .page-num-current {
	color: #ffffff;
	border: 1px solid #f89302;
	background: #f89302;
}
.sidebar-right {
	float: right;
	width: 26%;
}
.sidebar-right-contact {
	width: 100%;
	background: #ffffff;
	padding: 1rem 2.5rem 2.5rem 2.5rem;
}
.sidebar-right-contact-top {
	width: 100%;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e7e7e7;
}
.sidebar-right-contact-top h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 2;
	color: #0a1e40;
}
.sidebar-right-contact-ewm {
	width: 100%;
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 2.5rem;
}
.sidebar-right-contact .btns-box {
	width: 100%;
}
.sidebar-right-contact .btns-contact {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.sidebar-right-contact .top-btn {
	display: inline-table;
}
.sidebar-right-contact .phone-btn {
	display: inline-table;
}
.sidebar-right-contact .btns-box .more-btn {
	display: flex;
	align-items: center;
}
.sidebar-right-contact .btns-box .more-btn .btns {
	width: 50%;
	margin-right: 3%;
}
.sidebar-right-contact .btns-box .more-btn a:nth-child(2) {
	margin-right: 0;
}
.sidebar-right-cptj {
	width: 100%;
	margin-top: 2rem;
	background: #ffffff;
	padding: 1rem 2.5rem 2.5rem 2.5rem;
}
.sidebar-right-cptj-top {
	width: 100%;
	position: relative;
}
.sidebar-right-cptj-top-title {
	width: auto;
	position: relative;
	font-size: 3rem;
	font-weight: bold;
	line-height: 2;
}
.sidebar-right-cptj-top-more {
	width: auto;
	position: absolute;
	top: 1.6rem;
	right: 0;
	line-height: 1.2;
	font-size: 1.4rem;
	padding: 0.6rem 2rem;
	color: #ffffff;
	background: #16327e;
}
.sidebar-right-cptj-top-more a {
	color: #ffffff;
}
.sidebar-right-cptj-list {
	width: 100%;
}
.sidebar-right-cptj-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sidebar-right-cptj-list ul li {
	width: 48%;
	margin-right: 4%;
	margin-top: 2.5%;
	border: 1px solid #eeeeee;
	background: #f9f9f9;
	border-radius: 5px;
}
.sidebar-right-cptj-list ul li:nth-child(2n) {
	margin-right: 0;
}
.sidebar-right-cptj-list-pic img {
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}
.sidebar-right-cptj-list-title {
	padding: 1rem 2rem;
}
.sidebar-right-cptj-list-title a {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	min-height: 4.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sidebar-right-rmzx-list {
	width: 100%;
}
.sidebar-right-rmzx-list ul li {
	width: 100%;
	margin-top: 2.5%;
	border-top: 1px solid #eeeeee;
	padding-bottom: 0.5rem;
}
.sidebar-right-rmzx-list-title {
	font-size: 1.6rem;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2;
	display-radio: -webkit-box;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.sidebar-right-rmzx-list-txt {
	font-size: 1.4rem;
	color: a5a5a5;
	line-height: 1.5;
	display-radio: -webkit-box;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sidebar-right-rmzx-list-txt a {
	color: #a5a5a5;
}
.ny-left-nry {
	width: 100%;
	height: auto;
	float: left;
}
.ny-left-nry-title {
	margin-bottom: 1rem;
}
.ny-left-nry-title h1 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	color: #0a1e40;
}
.ny-left-nry-txt {
	color: #999999;
	line-height: 2;
	font-size: 1.4rem;
	margin-bottom: 5rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #e7e7e7;
}
.ny-left-nry-xx {
	line-height: 3.2rem;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
.ny-left-nry-xx .small {
	font-size: 1.4rem;
	color: #900;
}
.ny-left-nry-xx p {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.ny-left-nry-xx img {
	max-width: 100%;
}
.d_page {
	color: #999999;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 4rem;
}
.d_page p {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.d_page a {
	color: #999999;
}
@media (max-width: 990px) {
.ny-news-left {
	width: 100%;
	padding: 2.5%;
}
.ny-news-list ul li {
	margin-top: 2.5%;
	padding: 2.5%;
}
.ny-news-list-pic {
	display: none;
}
.ny-news-list-txt {
	width: 100%;
}
.ny-news-list-t1 {
	margin-bottom: 0.5rem;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.ny-news-list-t1 h2 {
	font-size: 1.8rem;
}
.ny-news-list-t2 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}
.ny-news-list-t3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.ny-news-list-more {
	width: 100%;
}
.ny-news-list-more-btn {
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.4rem;
}
.pager {
	margin-top: 3rem;
	font-size: 1.2rem;
}
.sidebar-right {
	float: left;
	width: 100%;
	margin-top: 0;
}
.sidebar-right-contact {
	padding: 1% 2.5% 2.5% 2.5%;
	margin-top: 2.5%;
}
.sidebar-right-contact-top {
	padding-bottom: 2.5%;
}
.sidebar-right-contact-top h3 {
	font-size: 1.8rem;
}
.sidebar-right-contact-ewm {
	padding-top: 4%;
	padding-bottom: 2.5%;
}
.sidebar-right-contact .btns-box {
	width: 100%;
}
.sidebar-right-contact .btns-contact {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.sidebar-right-contact .top-btn {
	display: inline-table;
}
.sidebar-right-contact .phone-btn {
	display: inline-table;
}
.sidebar-right-contact .btns-box .more-btn {
	display: flex;
	align-items: center;
}
.sidebar-right-contact .btns-box .more-btn .btns {
	width: 50%;
	margin-right: 3%;
}
.sidebar-right-contact .btns-box .more-btn a:nth-child(2) {
	margin-right: 0;
}
.sidebar-right-cptj {
	width: 100%;
	margin-top: 2.5%;
	background: #ffffff;
	padding: 2.5%;
}
.sidebar-right-cptj-top-title {
	font-size: 1.8rem;
}
.sidebar-right-cptj-top-more {
	top: 0.5rem;
	font-size: 1.2rem;
}
.sidebar-right-cptj-list-title {
	padding: 1rem;
}
.sidebar-right-cptj-list-title a {
	font-size: 1.4rem;
}
.sidebar-right-rmzx-list ul li {
	width: 100%;
	margin-top: 2.5%;
	padding-bottom: 0.5rem;
}
.sidebar-right-rmzx-list-title {
	font-size: 1.6rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.sidebar-right-rmzx-list-txt {
	font-size: 1.4rem;
}
.ny-left-nry-title {
	margin-bottom: 0;
}
.ny-left-nry-title h1 {
	font-size: 1.8rem;
	line-height: 2;
}
.ny-left-nry-txt {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}
.d_page {
	margin-top: 0rem;
}
}
.ny-product-fl {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
}
.ny-product-fl ul li {
	width: 24.1%;
	float: left;
	margin-right: 1.2%;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d9e2ec;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.ny-product-fl ul li:nth-child(1) {
	margin-top: 0;
}
.ny-product-fl ul li:nth-child(2) {
	margin-top: 0;
}
.ny-product-fl ul li:nth-child(3) {
	margin-top: 0;
}
.ny-product-fl ul li:nth-child(4) {
	margin-top: 0;
}
.ny-product-fl ul li:nth-child(4n) {
	margin-right: 0;
}
.ny-product-fl-pic {
	width: auto;
}
.ny-product-fl-pic img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.ny-product-fl-lm {
	padding: 1rem 0;
}
.ny-product-fl ul li:nth-child(1) .ny-product-fl-lm {
	min-height: 40rem;
}
.ny-product-fl ul li:nth-child(2) .ny-product-fl-lm {
	min-height: 40rem;
}
.ny-product-fl ul li:nth-child(3) .ny-product-fl-lm {
	min-height: 40rem;
}
.ny-product-fl ul li:nth-child(4) .ny-product-fl-lm {
	min-height: 40rem;
}
.ny-product-fl ul li:nth-child(5) .ny-product-fl-lm {
	min-height: 49rem;
}
.ny-product-fl ul li:nth-child(6) .ny-product-fl-lm {
	min-height: 49rem;
}
.ny-product-fl ul li:nth-child(7) .ny-product-fl-lm {
	min-height: 49rem;
}
.ny-product-fl ul li:nth-child(8) .ny-product-fl-lm {
	min-height: 49rem;
}
.ny-product-fl ul li:nth-child(9) .ny-product-fl-lm {
	min-height: 26rem;
}
.ny-product-fl ul li:nth-child(10) .ny-product-fl-lm {
	min-height: 26rem;
}
.ny-product-fl ul li:nth-child(11) .ny-product-fl-lm {
	min-height: 26rem;
}
.ny-product-fl ul li:nth-child(12) .ny-product-fl-lm {
	min-height: 26rem;
}
.ny-product-fl-lm-s1 {
	padding-top: 0;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3rem;
	text-align: left;
	color: #16327e;
	text-align: center;
}
.ny-product-fl-lm-s1 a {
	color: #16327e;
}
.ny-product-fl-lm-s2 {
	float: felx;
	font-size: 1.6rem;
	line-height: 2.8;
	padding-left: 3rem;
	margin-left: 2%;
	margin-right: 2%;
	border-bottom: 1px solid #d9e2ec;
	background: url(../images/ys_ic.png) 1rem center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ny-product-fl-lm-s2 a {
	color: #333333;
}
.ny-product-fl-lm-s2 a:hover {
	color: #f89302;
}
.ny-product-fl-lm-s2:last-child {
	border-bottom: 0;
}
 @media (max-width: 990px) {
.ny-product-fl {
	padding: 2% 0rem;
}
.ny-product-fl ul li {
	width: 100%;
	margin-right: 0;
}
.ny-product-fl ul li:nth-child(2) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(3) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(4) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(5) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(6) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(7) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(8) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(9) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(10) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(11) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(12) {
	margin-top: 2%;
}
.ny-product-fl ul li:nth-child(1) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(2) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(3) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(4) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(5) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(6) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(7) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(8) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(9) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(10) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(11) .ny-product-fl-lm {
	min-height: 0;
}
.ny-product-fl ul li:nth-child(12) .ny-product-fl-lm {
	min-height: 0;
}
}
.ny-product-ejfl {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	position: relative;
}
.ny-product-ejfl ul li {
	width: 49%;
	float: left;
	display: flex;
	flex-direction: center;
	align-items: center;
	margin-right: 2%;
	margin-top: 2%;
	padding: 0.5%;
	border: 1px solid #eeeeee;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d9e2ec;
	box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
}
.ny-product-ejfl ul li:nth-child(1) {
	margin-top: 0;
}
.ny-product-ejfl ul li:nth-child(2) {
	margin-top: 0;
}
.ny-product-ejfl ul li:nth-child(2n) {
	margin-right: 0;
}
.ny-product-ejfl-pic {
	width: 50%;
	float: left;
}
.ny-product-ejfl-pic img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.ny-product-ejfl-lm {
	width: 50%;
	padding-right: 2%;
	float: right;
}
.ny-product-ejfl-lm-s1 {
	margin-top: 5%;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3rem;
	min-height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ny-product-ejfl-lm-s2 {
	margin-top: 5%;
	font-size: 1.6rem;
	color: #666666;
	line-height: 3rem;
	min-height: 9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ny-product-ejfl-lm-more {
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	background-color: #f89302;
	border-radius: 15rem;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
}
.ny-product-ejfl-lm-more a {
	font-size: 1.4rem;
	color: #fff;
}
@media (max-width: 990px) {
.ny-content2 {
	padding: 2% 0 2% 0;
}
.ny-product-ejfl ul li {
	width: 100%;
	margin-right: 0;
	margin-top: 2.5%;
}
.ny-product-ejfl ul li:nth-child(1) {
	margin-top: 0;
}
.ny-product-ejfl ul li:nth-child(2) {
	margin-top: 2.5%;
}
.ny-product-ejfl ul li:nth-child(3) {
	margin-top: 2.5%;
}
.ny-product-ejfl ul li:nth-child(2n) {
	margin-right: 0;
}
.ny-product-ejfl-pic {
	width: 50%;
}
.ny-product-ejfl-lm {
	width: 50%;
}
.ny-product-ejfl-lm-s1 {
	margin-top: 2.5%;
	font-size: 1.6rem;
	line-height: 2.4rem;
	min-height: 2.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ny-product-ejfl-lm-s2 {
	margin-top: 2.5%;
	font-size: 1.6rem;
	color: #666666;
	line-height: 2rem;
	min-height: 4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ny-product-ejfl-lm-more {
	width: 100px;
	height: 3rem;
	line-height: 3rem;
	border-radius: 1.5rem;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}
.ny-product-ejfl-lm-more a {
	font-size: 1.4rem;
}
}
.ny-products-xx {
	width: 100%;
	float: left;
	padding: 6rem;
	background: #ffffff;
}
.ny-products-xx-cpjs {
	float: left;
	width: 100%;
}
.ny-products-xx-cpjs-top {
	float: left;
	width: 100%;
	height: 8rem;
	border-bottom: 1px solid #e7e7e7;
}
.ny-products-xx-cpjs-top-title {
	float: left;
	font-size: 3.6rem;
	line-height: 3.6rem;
	color: #333333;
}
.ny-products-xx-cpjs-top-menu {
	float: right;
	font-size: 2rem;
	line-height: 3.6rem;
	color: #888888;
}
.ny-products-xx-cpjs-top-menu a {
	color: #888888;
	margin-left: 2rem;
}
.ny-products-xx-cpjs-top-menu a:hover {
	color: #f89302;
}
.ny-products-xx-cpjs-content {
	float: left;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.ny-products-xx-cpjs-content-pic {
	width: 40%;
	float: left;
}
.ny-products-xx-cpjs-content-pic img {
	width: 100%;
	height: auto;
}
.ny-products-xx-cpjs-content-gk {
	width: 50%;
	float: right;
}
.ny-products-xx-cpjs-content-gk-s1 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	color: #0a1e40;
}
.ny-products-xx-cpjs-content-gk-s2 {
	margin-top: 4%;
	font-size: 1.6rem;
	color: #333333;
	line-height: 2;
}
.ny-products-xx-cpjs-content-gk-s2 p {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background: url(../images/cpjs_tb_s1.png) 1rem 1.7rem no-repeat;
	padding-left: 3rem;
}
.ny-products-xx-cpjs-content-gk-s3 {
	margin-top: 4%;
	display: flex;
	flex-direction: center;
	align-items: center;
}
.ny-products-xx-cpjs-content-gk-s3-ewm {
	width: auto;
	float: left;
	margin-right: 4%;
}
.ny-products-xx-cpjs-content-gk-s3-ewm img {
	width: 100%;
}
.btns-box {
	width: 60%;
}
.top-btn {
	display: inline-block;
	font-size: 1.6rem;
	color: #0a1e40;
	font-weight: bold;
	line-height: 3rem;
	margin-right: 1rem;
	background: url(../images/kefu.png) left 0.3rem no-repeat;
	padding-left: 3rem;
}
.phone-btn {
	display: inline-block;
	font-size: 1.6rem;
	color: #0a1e40;
	font-weight: bold;
	line-height: 3rem;
	background: url(../images/dianhua.png) left 0.3rem no-repeat;
	padding-left: 3rem;
}
.btns-box .more-btn {
	margin-top: 2rem;
}
.btns-box .more-btn .btns {
	width: 45%;
	display: inline-block;
	margin-right: 1rem;
	line-height: 5.2rem;
	text-align: center;
	font-size: 1.6rem;
	color: #000000;
	border: 2px solid #0a1e40;
	border-radius: 0.6rem;
}
.btns-box .more-btn .cur {
	background: #f5be2c;
	border-color: #f5be2c;
}
@media (max-width: 990px) {
.ny-products-xx {
	padding: 2.5%;
}
.ny-products-xx-cpjs {
	float: left;
	width: 100%;
}
.ny-products-xx-cpjs-top {
	height: auto;
}
.ny-products-xx-cpjs-top-title {
	font-size: 2rem;
	line-height: 2;
	padding-bottom: 2.5%;
}
.ny-products-xx-cpjs-top-menu {
	display: none;
}
.ny-products-xx-cpjs-content {
	padding-top: 2.5%;
	padding-bottom: 5%;
}
.ny-products-xx-cpjs-content-pic {
	width: 100%;
}
.ny-products-xx-cpjs-content-gk {
	width: 100%;
}
.ny-products-xx-cpjs-content-gk-s1 {
	margin-top: 2.5%;
	font-size: 2rem;
	line-height: 1.5;
}
.ny-products-xx-cpjs-content-gk-s2 {
	margin-top: 2.5%;
	font-size: 1.6rem;
	line-height: 2;
}
.ny-products-xx-cpjs-content-gk-s2 p {
	background: url(../images/cpjs_tb_s1.png) 1rem 1.7rem no-repeat;
}
.ny-products-xx-cpjs-content-gk-s3 {
	margin-top: 5%;
}
.ny-products-xx-cpjs-content-gk-s3-ewm {
	margin-right: 2%;
}
.btns-box {
	width: 80%;
}
.top-btn {
	font-size: 1.4rem;
	line-height: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.phone-btn {
	font-size: 1.4rem;
	line-height: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.btns-box .more-btn {
	margin-top: 3%;
}
.btns-box .more-btn .btns {
	width: 45%;
	display: inline-block;
	margin-right: 2.5%;
	line-height: 3.6rem;
	font-size: 1.4rem;
	border: 1px solid #0a1e40;
}
}
.ny-products-xx-list {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 5rem;
	border-top: 1px solid #e7e7e7;
}
.ny-products-xx-list p {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.ny-products-search {
	padding-top: 0;
	border-top: 0;
}
.ny-products-xx-list h2 {
	padding-bottom: 2rem;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 3.6rem;
	color: #333333;
}
.ny-products-xx-list h3 {
	padding-top: 3rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2.4rem;
	color: #333333;
}
.ny-products-xx-list ul {
	width:100%;
	display:inline-block;
	margin-top: 3rem;
}
.ny-products-xx-list ul li {
	width: 15%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
	border: 1px solid #eeeeee;
	background: #f9f9f9;
	border-radius: 5px;
}
.ny-products-xx-list ul li:nth-child(1) {
	margin-top: 0;
}
.ny-products-xx-list ul li:nth-child(2) {
	margin-top: 0;
}
.ny-products-xx-list ul li:nth-child(3) {
	margin-top: 0;
}
.ny-products-xx-list ul li:nth-child(4) {
	margin-top: 0;
}
.ny-products-xx-list ul li:nth-child(5) {
	margin-top: 0;
}
.ny-products-xx-list ul li:nth-child(6) {
	margin-top: 0;
}
.ny-products-xx-list ul li:nth-child(6n) {
	margin-right: 0;
}
.ny-products-xx-list-pic {
	width: auto;
}
.ny-products-xx-list img {
	max-width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}
.ny-products-xx-list-lm {
	padding: 1rem 2rem;
}
.ny-products-xx-list-lm a {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	min-height: 5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ny-products-xx-cpjs2 {
	float: left;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 3rem;
}
.ny-products-xx-cpjs2 h2 {
	padding-bottom: 2rem;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 2;
	color: #333333;
}
.ny-products-xx-cpjs2 p {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.ny-products-xx-cpjs2 img {
	max-width: 100%;
}
@media (max-width: 990px) {
.ny-products {
	padding: 3rem 0rem;
}
.ny-products-xx {
	width: 100%;
}
.ny-products-xx-cpjs {
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.ny-products-xx-cpjs h2 {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.ny-products-xx-list {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 3.5%;
	border-top: 1px solid #e7e7e7;
}
.ny-products-search {
	padding-top: 0;
	border-top: 0;
}
.ny-products-xx-list h2 {
	font-size: 2rem;
	line-height: 2;
	padding-bottom: 1rem;
}
.ny-products-xx-list h3 {
	font-size: 1.6rem;
	line-height: 2;
	padding-top: 0;
}
.ny-products-xx-list ul {
	margin-top: 0.5rem;
}
.ny-products-xx-list ul li {
	width: 48%;
}
.ny-products-xx-list ul li:nth-child(1) {
	margin-top: 0;
}
.ny-products-xx-list ul li:nth-child(2) {
	margin-top: 0;
}
.ny-products-xx-list ul li:nth-child(3) {
	margin-top: 2.5%;
}
.ny-products-xx-list ul li:nth-child(4) {
	margin-top: 2.5%;
}
.ny-products-xx-list ul li:nth-child(5) {
	margin-top: 2.5%;
}
.ny-products-xx-list ul li:nth-child(6) {
	margin-top: 2.5%;
	margin-right: 2.5%;
}
.ny-products-xx-list ul li:nth-child(2n) {
	margin-right: 0;
}
.ny-products-xx-list-pic {
	width: auto;
}
.ny-products-xx-list img {
	max-width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}
.ny-products-xx-list-lm {
	padding: 1rem;
}
.ny-products-xx-list-lm a {
	font-size: 1.4rem;
	line-height: 1.5;
	min-height: 4.2rem;
}
.ny-products-xx-cpjs2 {
	font-size: 1.6rem;
	line-height: 2;
}
.ny-products-xx-cpjs2 h2 {
	font-size: 2rem;
	line-height: 2;
	padding-bottom: 1rem;
}
.ny-products-xx-cpjs2 p {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
}
.ny-dy-contact {
	width: 100%;
	background: #ffffff;
	padding: 5rem;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
}
.ny-dy-lxfs {
	width: 40%;
	margin-right: 5%;
}
.ny-dy-lxfs-t1 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 2;
	color: #0a1e40;
}
.ny-dy-lxfs-t2 {
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 2rem;
	color: #777777;
}
.ny-dy-lxfs-t3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	line-height: 2;
	color: #333333;
	margin-top: 1.5rem;
}
.ny-dy-lxfs-t3 p {
	margin-top: 0.3rem;
}
.ny-dy-ditu {
	width: 55%;
}
.ny-dy-ditu img {
	width: 100%;
}
.ny-dy-lyfk {
	width: 100%;
	margin-top: 2rem;
}
.ny-dy-lyfk-t1 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 2;
	color: #0a1e40;
}
.ny-dy-lyfk-form {
	margin-top: 2rem;
}
.ny-dy-lyfk-form-name {
	width: 49%;
	float: left;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-right: 2%;
	margin-bottom: 2rem;
	color: #999999;
	border: 1px solid #e7e7e7;
	padding: 1.1rem 1.9rem;
	line-height: inherit;
}
.ny-dy-lyfk-form-shouji {
	width: 49%;
	float: left;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 2rem;
	color: #999999;
	border: 1px solid #e7e7e7;
	padding: 1.1rem 1.9rem;
	line-height: inherit;
}
.ny-dy-lyfk-form-nr {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 2rem;
	color: #999999;
	border: 1px solid #e7e7e7;
	padding: 1.1rem 1.9rem;
	line-height: inherit;
	font-family: "Microsoft YaHei UI";
}
.ny-dy-lyfk-form-tijiao {
	font-size: 1.4rem;
	color: #ffffff;
	width: 15rem;
	height: 5rem;
	line-height: 5rem;
	float: left;
	text-align: center;
	background: #f89302;
	border: 0;
	border-radius: 5px;
}
@media (max-width: 990px) {
.ny-dy-contact {
	padding: 2.5%;
}
.ny-dy-lxfs {
	width: 100%;
}
.ny-dy-lxfs-t1 {
	font-size: 1.8rem;
}
.ny-dy-lxfs-t2 {
	margin-top: 1rem;
}
.ny-dy-lxfs-t3 {
	margin-top: 0.5rem;
}
.ny-dy-lxfs-t3 p {
	margin-top: 0.1rem;
}
.ny-dy-ditu {
	width: 100%;
	margin-top: 1rem;
}
.ny-dy-lyfk {
	width: 100%;
	margin-top: 1rem;
}
.ny-dy-lyfk-t1 {
	font-size: 1.8rem;
}
.ny-dy-lyfk-form {
	margin-top: 1rem;
}
.ny-dy-lyfk-form-name {
	margin-bottom: 2.5%;
}
.ny-dy-lyfk-form-shouji {
	margin-bottom: 2.5%;
}
.ny-dy-lyfk-form-nr {
	margin-bottom: 2.5%;
}
.ny-dy-lyfk-form-tijiao {
	font-size: 1.2rem;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
}
}
/*网站底部*/
.footer-wrapper {
	width: 100%;
	background: linear-gradient(135deg, rgb(22,50,126) 55%, rgb(50,84,178) 100%);
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.footer-ripple {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 20rem;
}
.footer-ripplew {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 8.5rem;
}
.footer-ripplew2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 8.5rem;
}
.footer-ripple::after {
	animation: FRipple 30s linear infinite;
	content: "";
	width: 1000%;
	height: 100%;
	background: url('../images/footer-ripple.png') repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
.footer-ripplew::after {
	z-index: 10;
	animation: FRipple 30s 0s linear infinite;
	content: "";
	width: 1000%;
	height: 100%;
	background: url('../images/footer-ripplew.png') repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
.footer-ripplew2::after {
	z-index: 10;
	animation: FRipple 30s 0s linear infinite;
	content: "";
	width: 1000%;
	height: 100%;
	background: url('../images/footer-ripplew2.png') repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
.foot-contact {
	width: 100%;
	padding: 23rem 0 0;
	display: inline-block;
}
.foot-contact .footer-info {
	float: left;
	margin-right: 5%;
}
.foot-contact .footer-nav {
	float: left;
	display: flex;
	justify-content: space-between;
	width: 45%;
}
.footer-info p {
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.footer-info .footer-info-tel {
	margin-bottom: 2.4rem;
}
.footer-info .footer-info-tel .p1 {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	color: #ffffff;
	font-weight: bold;
}
.footer-info .footer-info-tel .p2 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #f89302;
}
.footer-info .footer-info-email {
	color: #afb9d7
}
.footer-info .footer-info-address {
	color: #afb9d7
}
.footer-nav dt {
	min-height: 2.4rem;
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 2.4rem;
}
.footer-nav dt a {
	color: #fff;
	font-size: 1.8rem;
}
.footer-nav dd a {
	font-size: 1.6rem;
}
.footer-nav dd a span {
	color: #afb9d7;
	margin-bottom: 2rem;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.footer-nav dd:hover a span {
	color: #afb9d7;
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
	-o-transform: translateX(6px);
	transform: translateX(6px);
}
.footer-logo {
	width: 15%;
	margin-top: 8rem;
	float: right;
	display: flex;
}
.footer-logo img {
	width: 100%;
}
.footer-yqlj {
	width: 100%;
	height: auto;
	line-height: 2;
	padding-top: 3rem;
	clear: both;
	float: left;
	font-size: 1.6rem;
	color: #afb9d7;
}
.footer-yqlj a {
	font-size: 1.6rem;
	color: #afb9d7;
}
@keyframes FooterCode {
0% {
transform: translateY(-14px);
}
100% {
transform: translateY(0);
}
}
@keyframes FRipple {
100% {
transform: translateX(-50%);
}
}
@media (max-width: 1440px) {
.foot-contact .footer-info {
	margin-right: 2%;
}
.foot-contact .footer-nav {
	width: 47%;
}
}
@media (max-width: 1200px) {
.foot-contact {
	padding: 12rem 0 0;
	display: inline-block;
}
.foot-contact .footer-info {
	margin-right: 0;
}
.foot-contact .footer-nav {
	width: 56%;
	float: right;
}
.footer-logo {
	display: none;
}
}
@media (max-width: 990px) {
.footer-ripple::after {
	animation: FRipple 15s linear infinite;
}
.footer-ripplew::after {
	animation: FRipple 15s 0s linear infinite;
}
.footer-ripplew2::after {
	animation: FRipple 15s 0s linear infinite;
}
.foot-contact {
	padding: 10rem 0 0;
	display: inline-block;
}
.foot-contact .footer-nav {
	display: none
}
.footer-logo {
	width: 30%;
	float: right;
	display: flex;
	margin-top: 4rem;
}
.footer-info .footer-info-tel .p1 {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	color: #ffffff;
	font-weight: bold;
}
}
@media (max-width: 768px) {
.footer-ripple::after {
	animation: FRipple 7s linear infinite;
}
.footer-ripplew::after {
	animation: FRipple 7s 0s linear infinite;
}
.footer-ripplew2::after {
	animation: FRipple 7s 0s linear infinite;
}
.foot-contact .footer-nav {
	display: none
}
.footer-info p {
	margin-bottom: 1rem;
}
.footer-info .footer-info-tel {
	margin-bottom: 1rem;
}
.footer-logo {
	display: none
}
.footer-yqlj {
	padding-top: 2rem;
}
}
.foot {
	float: left;
	width: 100%;
	height: auto;
	padding: 2rem 0px;
	clear: both;
	border-top: 1px solid #5871b4;
	margin-top: 2rem;
	line-height: 2;
}
.foot .foot-left {
	float: left;
	font-size: 1.6rem;
	color: #afb9d7;
}
.foot .foot-left a {
	font-size: 1.6rem;
	color: #afb9d7
}
.foot .foot-right {
	float: right;
	font-size: 1.6rem;
	color: #afb9d7;
}
.foot .foot-right a {
	font-size: 1.6rem;
	color: #afb9d7
}
@media (max-width: 990px) {
.foot .foot-left {
	width: 100%;
	text-align: center;
}
.foot .foot-right {
	width: 100%;
	text-align: center;
}
}
/*右侧悬浮*/
.side {
	position: fixed;
	width: 7.8rem;
	right: 0;
	top: 50%;
	margin-top: -10rem;
	z-index: 100;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-bottom: 0;
	z-index: 20;
}
.side ul li {
	width: 7.8rem;
	height: 7.8rem;
	float: left;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 1.4rem;
	line-height: 3.8rem;
	text-align: center;
	transition: all .3s;
	cursor: pointer
}
.side ul li:hover {
	background: #f89302;
	color: #fff
}
.side ul li:hover a {
	color: #fff
}
.side ul li a {
	color: #333
}
.side ul li i {
	height: 2.5rem;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 2.5rem;
	margin-top: 1.4rem;
	transition: all .3s
}
.side ul li i.bgs1 {
	background-image: url(../images/right_pic5.png)
}
.side ul li i.bgs2 {
	background-image: url(../images/right_pic7.png)
}
.side ul li i.bgs3 {
	background-image: url(../images/right_pic2.png)
}
.side ul li i.bgs4 {
	background-image: url(../images/right_pic1.png)
}
.side ul li i.bgs5 {
	background-image: url(../images/right_pic3.png)
}
.side ul li i.bgs6 {
	background-image: url(../images/right_pic6_on.png)
}
.side ul li:hover i.bgs1 {
	background-image: url(../images/right_pic5_on.png)
}
.side ul li:hover i.bgs2 {
	background-image: url(../images/right_pic7_on.png)
}
.side ul li:hover i.bgs3 {
	background-image: url(../images/right_pic2_on.png)
}
.side ul li:hover i.bgs4 {
	background-image: url(../images/right_pic1_on.png)
}
.side ul li:hover i.bgs5 {
	background-image: url(../images/right_pic3_on.png)
}
.side ul li .sidebox {
	position: absolute;
	width: 7.8rem;
	height: 7.8rem;
	top: 0;
	right: 0;
	transition: all .3s;
	overflow: hidden
}
.side ul li.sidetop {
	background: #f89302;
	color: #fff
}
.side ul li.sidetop:hover {
	opacity: .8;
	filter: Alpha(opacity=80)
}
.side ul li.sideewm .ewBox.son {
	width: 20rem;
	display: none;
	color: #363636;
	text-align: center;
	position: absolute;
	left: -20rem;
	top: 0;
}
.side ul li.sideewm .ewBox.son img {
	width: 100%;
}
.side ul li.sideetel .telBox.son {
	width: 20rem;
	height: 7.7rem;
	display: none;
	color: #fff;
	text-align: left;
	position: absolute;
	left: -20rem;
	top: 0;
	background: #f89302
}
.side ul li.sideetel .telBox dd {
	display: block;
	height: 7.7rem;
	overflow: hidden;
	padding-left: 6.8rem;
	line-height: 2.4rem;
	font-size: 1.8rem;
}
.side ul li.sideetel .telBox dd span {
	color: #fff;
	display: block;
	line-height: 2.8rem;
	height: 2.8rem;
	overflow: hidden;
	margin-top: 1.4rem;
}
.side ul li.sideetel .telBox dd.bgs1 {
	background: url(../images/right_pic8.png) 2.8rem center no-repeat;
	background-color: #e96410
}
.side ul li.sideetel .telBox dd.bgs2 {
	background: url(../images/right_pic9.png) 1.8rem center no-repeat
}
.side ul li:hover .son {
	display: block!important;
	animation: fadein 1s
}
@keyframes fadein {
from {
opacity:0
}
to {
	opacity: 1
}
}
@media (max-width:990px) {
.side {
	display: none
}
}
.container {
	width: 90%;
	margin: 0 auto;
}
.container2 {
	width: 90%;
	max-width: 160rem;
	margin: 0 auto;
}
@media (min-width:0) {
.container {
	width: 95%;
}
.container2 {
	width: 95%;
	margin: 0 auto;
}
}
@media (min-width:768px) {
.container {
	width: 95%;
}
.container2 {
	width: 95%;
	margin: 0 auto;
}
}
@media (min-width:992px) {
.container {
	width: 95%;
}
.container2 {
	width: 95%;
	margin: 0 auto;
}
}
@media (min-width:1200px) {
.container {
	width: 95%;
}
.container2 {
	width: 95%;
	margin: 0 auto;
}
}
@media (min-width:1440px) {
.container {
	width: 95%;
}
.container2 {
	width: 90%;
	margin: 0 auto;
}
}
@media (min-width:1921px) {
.container {
	width: 90%;
}
.container2 {
	width: 90%;
	max-width: 160rem;
	margin: 0 auto;
}
}
.gaba {
    display: inline;
    margin: 0px 5px;
    width: 16px;
}