.bodycon {
	width: 1200px;
	margin: 30px auto;
}

.bodycon .left {
	float: left;
	width: 265px;
}

.classification {
	position: relative;
	float: left;
	width: 239px;
	background: #f6f6f6;
	padding-bottom: 180px;
	border-radius: 3px;
}

.classification::after {
	position: absolute;
	bottom: 15px;
	left: 30px;
	display: block;
	content: '';
	width: 183px;
	height: 139px;
	background: url(../img/20201123090602_1546313581.png) no-repeat;
}


.classification1 {
	padding-top: 30px;
	margin-bottom: 15px;
	height: 71px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/20201121161332_1826153270.jpg) no-repeat;
}

.classification1 span {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

/*分类*/
.classification2 {
	padding-left: 35px;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}

.classification2 ul li .btn {
	background: url(../img/20201121161332_759816872.png) left center no-repeat;
	display: block;
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #dadada;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.classification2 ul li .btn:hover {
	color: #149678;
}


.showtyepname a {
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	display: block;
	padding-left: 20px;
	line-height: 40px;
	position: relative;
	color: #666;
	text-decoration: none;
}

.showtyepname a:before {
	content: '';
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	background: url(../img/20201121161333_1521773032.png) no-repeat center;
}

.showtyepname a:hover {
	text-decoration: none;
	color: #149678;
}




.bodycon .right {
	float: left;
	width: 935px;
}

.position {
	width: 100%;
	text-align: left;
	height: 35px;
	line-height: 35px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e0e0;
	background: url(../img/20201124152636_1018376736.png) left 8px no-repeat;
	text-indent: 2em;
}

.position,
.position a {
	color: #666;
	font-size: 16px;
}


.neiye_product_content {
	width: 100%;
	overflow: hidden;
}

.neiye_product_content li {
	width: 31.1%;
	float: left;
	margin: 0px 1%;
	background: #f5f5f5;
	position: relative;
	margin-bottom: 2%;
	border: 1px solid #ccc;
	overflow: hidden;
}

.neiye_product_img {
	width: 100%;
	transition: all 0.5s linear;
}

.neiye_product_content li:hover .neiye_product_img {
	transform: scale(1.05);
}

.neiye_product_content li a {
	display: block;
	text-decoration: none;
}

.neiye_product_one {
	position: relative;
	padding: 8%;
}

.neiye_product_one span {
	font-size: 18px;
	line-height: 25px;
}


.neiye_product_search {
	position: absolute;
	background: #f5811a url(../img/20200508172854_629135266.png) no-repeat;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0 6px 1vw 0 rgba(234, 85, 5, 0.5);
	opacity: 1;
	transition: all 0.5s;
	z-index: 1;
	top: -30px;
	right: 3%;
}

.neiye_product_content li:hover .neiye_product_one .neiye_product_search {
	width: 100%;
	height: 400px;
	border-radius: 0;
	top: -300px;
	right: 0;
	bottom: -100px;
	background: #f5811a;
	opacity: 0.8;
	z-index: 10;
}


.neiye_product_dis i {
	background: #fff url(../img/20200508174015_1777053762.png);
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -30px;
	z-index: 20;
	opacity: 0;
	transition: all 0.5s;
}

.neiye_product_dis span {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 52%;
	z-index: 20;
	width: 72%;
	margin-left: -36%;
	left: 50%;
	word-break: break-all;
	transition: all 0.5s;
	opacity: 0;
}

.neiye_product_content li:hover .neiye_product_dis span,
.neiye_product_content li:hover .neiye_product_dis i {
	opacity: 1;
}


.pages_box {
	text-align: center;
	margin-top: 10px;
	line-height: 28px;
}

.pages_box li {
	display: inline-block;
}

.pages_box a {
	vertical-align: top;
	display: inline-block;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 2px;
	background: #fff;
	font-size: 14px;
	color: #222;
}

.pages_box .active a {
	border-color: #149678;
	background: #149678;
	color: #fff;
}

.pages_box .active a:hover {
	color: #fff;
}

.pages_box a:hover {
	color: #149678;
}


/*内容*/
.bodycontent {
	width: 935px;
	margin: 0 auto;
	line-height: 180%;
	text-align: center;
}

.product_image {
	display: block;
	margin: 0 auto;
	max-width: 60%;
}

.detail_title {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
}

.detail_title strong {
	font-size: 18px;
}

.product_content img {
	max-width: 100%;
}


.center {
	width: 1200px;
}



.nswsfenlei {
	margin: 0 auto;
	width: 1200px;
	margin-bottom: 30px;
	margin-top: 40px;
	height: 100px;
}

.nswsfenlei li {
	position: relative;
	width: 388px;
	text-align: left;
	float: left;
	margin-right: 11px;
	line-height: 44px;
	transition: all .5s;
	text-decoration: none;
	background: #f5f5f5;
}

.nswsfenlei li:after {
	position: absolute;
	top: 43px;
	right: 40px;
	display: inline-block;
	content: '';
	width: 28px;
	height: 20px;
	background: url(../img/20201124152636_137130965.png) no-repeat;
}

.nswsfenlei li:hover:after,
.curNewsType:after {
	content: '';
	width: 28px;
	height: 20px;
	background: url(../img/20201124152636_1714941459.png) no-repeat !important;
}

.nswsfenlei li a {
	display: block;
	padding: 20px 0 36px 22px;
	font-size: 24px;
	color: #222;
	text-decoration: none;
}

.nswsfenlei li a:hover {
	color: #fff;
	font-weight: bold;
}

.nswsfenlei li a:before,
.curNewsType a:before {
	position: absolute;
	top: 48px;
	color: #888;
	font-size: 15px;
	font-family: Arial;
}

.nswsfenlei li:nth-child(1) a:before {
	content: 'NEWS CENTER';
}

.nswsfenlei li:nth-child(2) a:before {
	content: 'INDUSTRY INFORMATION';
}

.nswsfenlei li:nth-child(3) a:before {
	content: 'FREQUENTLY ASKED QUESTIONS';
}

.nswsfenlei li:hover,
.curNewsType {
	background-color: #149678 !important;
}

.nswsfenlei li:hover a:before,
.curNewsType a:before {
	color: #fff !important;
	font-weight: normal;
}

.curNewsType a {
	color: #fff !important;
	font-weight: bold;
}


.nynewslist {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	background: #FFF;
}

.nynewslist a {
	text-decoration: none;
}

.nynewslist:hover {
	box-shadow: 0 0 60px -10px rgba(0, 0, 0, .2);
}

.nynewslist:hover .nynewslist_l {
	left: 20px;
}

.nynewslist:hover .nynewslist_r {
	left: 20px;
}

.nynewslist:hover .nynewslist_rmore {
	left: 29%;
}

.nynewslist_l {
	width: 23%;
	float: left;
	position: relative;
	left: 0;
	overflow: hidden;
	transition: all .5s;
}

.nynewslist_l img {
	width: 100%;
	transition: all 0.5s;
}

.nynewslist:hover img {
	transform: scale(1.2);
}

.nynews_time {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 122px;
	height: 75px;
	background: rgba(27, 97, 225, 0.9);
	font-family: arial;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}

.ny_day {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}

.ny_month {
	font-size: 16px;
	line-height: 20px;
}

.nynewslist_r {
	text-align: left;
	position: relative;
	width: 72%;
	padding: 20px;
	float: right;
	transition: all .5s;
	left: 0;
}

.nynewslist_r p {
	margin-bottom: 20px;
}

.nynewslist_r a {
	font-size: 20px;
}

.nynewslist_r span {
	display: block;
	color: #888;
	overflow: hidden;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 30px;
}

.nynewslist_rmore {
	display: block;
	background: url(../img/20200522134923_171532523.jpg) no-repeat;
	position: absolute;
	left: 27%;
	bottom: 40px;
	padding-left: 22px;
	line-height: 21px;
	transition: all 0.5s;
}

.nynewslist_r a.nynewslist_rmore {
	font-size: 14px;
}


/*新闻内容*/
.nyxqnewsbg {
	width: 100%;
	background: #f4f4f4;
	padding: 30px 0;
}

.nyxqnews {
	margin: 0 auto;
	width: 1200px;
}

.nyxqnews_left {
	width: 830px;
	float: right;
	background: #FFF;
	padding: 30px;
	padding-bottom: 0;
	overflow: hidden;
}

.news_lefttit {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}

.news_lefttit h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}

.news_lefttit span {
	display: block;
	float: left;
	border-left: 1px dotted #b6b6b6;
	color: #999;
	line-height: 14px;
	padding: 0 10px;
}

.news_lefttit .chuchu {
	padding: 0 10px 0 0;
	border-left: none;
}

.newsshare {
	float: right;
	margin-top: -8px;
}

.nyxqnews_leftcont {
	margin-top: 20px;
	line-height: 28px;
	color: #777;
}

.nyxqnews_leftpage {
	width: 890px;
	margin-left: -30px;
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	line-height: 70px;
}

.nyxqnews_leftup {
	float: left;
	border-right: 1px solid #e7e7e7;
	width: 364px;
	padding-left: 50px;
	padding-right: 30px;
	height: 70px;
	overflow: hidden;
	background: url(../img/newsup.png) 30px 29px no-repeat;
}

.nyxqnews_leftdown {
	float: right;
	text-align: right;
	width: 365px;
	padding-left: 30px;
	padding-right: 50px;
	height: 70px;
	overflow: hidden;
	background: url(../img/newsdown.png) 413px 29px no-repeat;
}

.nyxqnews_right {
	width: 300px;
	float: left;
	position: relative;
}

.nywenzhang {
	padding: 30px 30px 20px 30px;
	background: #FFF;
}

.nyxqnews_righttit {
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	height: 36px;
	line-height: 18px;
	position: relative;
}

.nyxqnews_righttit:before {
	content: "";
	width: 75px;
	height: 1px;
	background: #1059a9;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.nyxqnews_righttit strong {
	color: #1059a9;
}

.nyxqnews_rightcont {
	margin-top: 10px;
	line-height: 36px;
}

.nyxqnews_rightcont a {
	display: block;
	background: url(../img/newswenzhagn.png) left center no-repeat;
	padding-left: 22px;
	width: 220px;
	height: 36px;
	overflow: hidden;
}

.nyzx {
	margin-top: 10px;
}